@charset "UTF-8";

#header {
 position: relative;
 background: url(../../lib/img/bg_line.png) left top no-repeat;
 background-size:contain;
 height:400px;
 margin: 0 auto;
 padding-top: 60px;
 width: 960px;
}

#header .menu {
 display:block;
 position:absolute;
 right:0;
 top:252px;
 border-top:#000 3px solid;
 padding:30px 0 0 338px;
 width:220px;
}

#header .menu ul li {
 font-weight: bold;
 font-size: 20px;
 font-size: 2.0rem;
 line-height:0;
 margin-bottom: 30px;
}

#header .menu ul li a {
 background: url(../../lib/img/icn_arr_menu.png) right 0px no-repeat;
 height:20px;
 padding-right: 30px;
}

#header .menu ul li a:hover {
 background: url(../../lib/img/icn_arr_menu.png) right -33px no-repeat;
}




/* for report
----------------------------------------------------------------------- */

#contents .main_rp {
 float: left;
 line-height: 1.6;
 width: 560px;
}

#contents .side_rp {
 float: right;
 line-height: 1.6;
 padding-top:170px;
 width: 300px;
}

#contents .tit_a {
 font-size: 20px;
 font-size: 2.0rem;
 font-weight: bold;
 margin-bottom: 20px;
}

#contents ul.pager {
 padding: 30px 0;
 width: 560px;
}

#contents ul.pager li {
 float: left;
 font-size: 18px;
 font-size: 1.8rem;
 font-weight:bold;
 width: 280px;
}

#contents ul.pager li.prev { text-align: left; }

#contents ul.pager li.next { text-align: right; }


#contents .side_rp h1 {
 font-size: 20px;
 font-size: 2.0rem;
 font-weight:bold;
}


#contents .side_rp ul {
 margin-bottom: 80px;
 width: 300px;
}

#contents .side_rp ul li {
 font-weight: bold;
 line-height: 1.4;
 margin-bottom: 10px;
}


/* clear
----------------------------------------------------------------------- */
#contents ul.pager:after {
 clear: both;
 content: ".";
 display: block;
 font-size: 0;
 height: 0;
 line-height: 0;
 visibility: hidden;
}



@media screen and (max-width: 480px) {


#header {
 position: relative;
 height:210px;
 margin: 0 auto;
 padding-top: 30px;
 width: 100%;
}

#header h1 {
 height: 180px;
 margin: 0;
 padding: 0 20px;
 width: 100%;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -o-box-sizing: border-box;
 -ms-box-sizing: border-box;
 box-sizing: border-box;
}

#header h1 img {
 position: absolute;
 z-index: 10;
 width: 84%;
}

#header p.wacoal {
 position: absolute;
 right: 10px;
 top: 76px;
 z-index:10;
}

#header p.joshibi {
 position: absolute;
 right: 46px;
 top: 66px;
 z-index:10;
}

#header p.wacoal img,
#header p.joshibi img { width: 80%; }


#header .menu {
 display:none;
}

#contents .main_rp {
 float: left;
 line-height: 1.6;
 width: 100%;
}

#contents .main_rp h1 img {
 width:100%;
}

#contents .main_rp p {
 text-align: justify;
 text-justify: inter-ideograph;
}

#contents .side_rp {
 display:none;
 float: right;
 line-height: 1.6;
 padding-top:0px;
 width: 100%;
}

#contents ul.pager {
 padding: 50px 0;
 width: 100%;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -o-box-sizing: border-box;
 -ms-box-sizing: border-box;
 box-sizing: border-box;
}

#contents ul.pager li {
 float: left;
 font-size: 18px;
 font-size: 1.8rem;
 font-weight:bold;
 width: 50%;
}





}