/* index */

body#top{
	background: url(../img/topbg.jpg) repeat-x;
}
#top #container {
    margin: 0 auto 0 auto;
    width: 900px;
    min-height: 100%;
    text-align: left;
    background-image: none;
    position: relative;
}
#top .mainimage {
    position: absolute;
    top: 190px;
    right: 0px;
}
#top .mainlogo {
    position: absolute;
    top: 260px;
    left: 80px;
}

#top .topmenu {
    position: absolute;
    top: 350px;
    left: 100px;
}

#top .rose01 {
    position: absolute;
    top: 590px;
    left: 100px;
}

footer{
    width: 900px;
    margin: 0 auto 0 auto;
    text-align: center;
}









/* sub */

body#sub{
	background: url(../img/sub_bg.jpg) repeat-y;
    background-position: center;
}
#sub #subcontents{
    margin: 0 auto 0 auto;
    width: 860px;
    text-align: left;
    display: flex;
	flex-wrap: wrap;
	align-items:stretch;
}



#sub .mainlogo{
    position: relative;
    width: 860px;
    padding: 30px;
    box-sizing: border-box;
    margin: 0 auto;
}



#sub .sns{
height: 40px;
    margin: 0 auto 0 auto;
    width: 860px;
    display: flex;
	flex-wrap: wrap;
	align-items:stretch;
    justify-content: end;
    padding: 0 40px;

}
#sub .sns img {
    position: relative;
    margin: auto 5px;
    width: 40px;
    height: 40px;
}
#sub .sns a:last-child {
    margin-right: 30px;
}






#sub .mainlogo .titleimg{
margin-left:300px;
}


#sub .mainlogo .rose{
position: absolute;
top:-20px;
left:-30px;

}

#sub .mainlogo .rose2{
position: absolute;
    top: 9px;
    left: 643px;
}

#sub  .leftcont{
 width: 234px;
    padding: 20px;
    box-sizing: border-box;
}
#sub  .rightcont{
 width: 626px;
    padding: 20px;
    box-sizing: border-box;
}

#sub .topmenu{
    margin-top:60px;
}
#sub .topmenu li{
margin: 10px 0;
border-left:3px #ffcbe3 solid;
}

#sub .topmenu li:hover{
border-left:3px #f62b89 solid;
}

#sub .topmenu a{ 
    margin-left:5px;
}



#sub .topmenu a:link{  color: #ffcbe3; }
#sub .topmenu a:visited{  color: #e0b5c9; }
#sub .topmenu a:hover{  color: #f62b89; }
#sub .topmenu a:active{  color: rgb(204, 104, 150); }




#sub .topmenu a:hover{
    /*background-color: rgb(253, 246, 253);*/
    padding: 5px;
    /*border-radius: 5px;*/
 transition: ease-out .1s;
}

#sub h2{
    margin-top: 80px;
	background: url(../img/h2bg01.jpg) no-repeat;
    background-position: left center;
    padding-left: 100px;
    color: #f62b89;
    font-size:174%;
    font-weight: normal;
    height: 80px;
    align-items: center;
    display: flex;

}

#sub h3{
    margin: 30px 0;
	background: url(../img/h3bg01.gif) no-repeat;
    background-position: left bottom;
    padding-left: 10px;
    color: #f62b89;
    font-weight: normal;
    height: 80px;
    align-items: center;
    display: flex;
    width: 100%;
    font-size:131%; 
}

#sub .profilebox{
    align-items: center;
    display: flex;
    justify-content: space-evenly;
    padding: 20px 0;

}
#sub .profilebox li > span:first-child{
   color:#9e5376 ;
   font-weight: bold;
   margin-right: 20px;;

}
#sub .prhistory >li{
    display: flex;
    border-bottom: dashed 1px;
    font-size: 85%;
}
#sub .prhistory > li span{
display: block;
}
#sub .prhistory > li span.dt01{
   color:#9e5376 ;
   font-weight: bold;
   margin-right: 3%;
   width: 15%;
}
#sub .prhistory > li span.dt02 {
   margin-right: 3%;
   width: 15%;
}
#sub .prhistory > li span.dt03 {
   width: 64%;
}

#sub .prhistory > li span.dt04{
   color:#9e5376 ;
   font-weight: bold;
   margin-right: 3%;
   width: 20%;
}
#sub .prhistory > li span.dt05 {
   width: 77%;
}
#sub .profdetaile{
}


#sub  .sidetitle span {
    font-size: 100%;
    color: #aaa;
    text-shadow: 1px 1px 0px #fff;
    display: block;
    margin: 20px 0 10px 0;
}

#sub  .sideul li{
    font-size: 93%;
    border-bottom:  solid 1px #aaa;
}

#sub .searchtex, select {
    max-width: 100% !important;
}

#sub time {
   text-align: right;
}


#sub .maincontents {
   padding: 20px 20px 50px 20px ;
    line-height: 1.5rem;
}

#sub  .conthead{
   width: 100%;
    display: flex;
	flex-wrap: wrap;
	align-items:stretch;
    justify-content: end;
}

#sub  .post-categories a{
    background-color: #aaa;
    border-radius: 3px;
    margin: 0 0 0 20px;
    padding: 3px 6px;
}
#sub  .post-categories a:link{
    color: #fff;
}
#sub  .post-categories a:hover{
    background-color: #dfdfdf;
    color: #fff;
}

#sub  .post-categories a:visited{
    color: #fff;
}

#sub  .pagenation{
   width: 100%;
    display: flex;
	flex-wrap: wrap;
	align-items:stretch;
    justify-content: space-evenly;
}

#sub  .pagenation a{
    background-color: #aaa;
    border-radius: 3px;
    margin: 0 20px 0 20px;
    padding: 3px 6px;
    display: block;
}

#sub  .pagenation a:link{
    color: #fff;
}
#sub  .pagenation a:hover{
    color: #fff;
    background-color: #dfdfdf;
}
#sub  .pagenation a:visited{
    color: #fff;
}

#sub .alcolor {
    background-color: #ddd;
    margin: 10px;
    padding: 10px;
    width: 300px;
    font-weight: bold;
}

#sub .nslist li{
    padding-left: 20px;
    margin: 10px 0 10px 0;
    border: none;
    background: url(../img/listcircle.gif) no-repeat;
    background-position: -3px 4px;
    color: #9e5376;
    font-weight: bold;
}


.prev.page-numbers,
.next.page-numbers{
/*display: none;*/
}

.page-numbers{
	border: solid 1px #ca0f88;
	display: inline-block;
	line-height: 1.0rem;
	padding: .2rem;
}


.page-numbers.current{
	border: solid 1px #858585;
	color: #858585;
	padding: .2rem;
}


#sub .newsbody{
    line-height: 1.5rem;



}
