@charset "utf-8";
/* CSS Document */


/*----------------------------------------------------------------------------
 ***                                                                Container
----------------------------------------------------------------------------*/

body {}
#wrap { width: 100%;}
#contentsArea { background:#F0F0F1; width:100%; padding-top:1em;}
.mainSection {width: 100%; padding-bottom:1.5em;}
.mainSectionInner{ width:100%;}
.mainSection .sectionInner{width: 90%; margin: 0 auto;}

.titleBoxPT{ margin-bottom:1.5em;}
.mainSection h1{ width:60%; margin:0 auto;}

.topTop,
.topTop2{ padding:0 5%;}




/*----------------------------------------------------------------------------
 ***                                                                  Header
----------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------
 ***                                                                  コンテンツ系
----------------------------------------------------------------------------*/



.inputBoxLogP{width: 100%;}
.inputBoxLogP dl{display: flex; flex-wrap: wrap; width: 100%;}
.inputBoxLogP dl dt{border-bottom: #999 dotted 1px; border-right: none;}
.inputBoxLogP dl dt,
.inputBoxLogP dl dd{width: 100%; }
.inputBoxLogP dd input{width: 100%;}

/* ログイン系専用 */
.mainSectionLog {width: 100%; padding-bottom:1.5em;}
.mainSectionLogInner{ width:100%;}
.mainSectionLog .sectionInner{width: 90%; margin: 0 auto;}
.mainSectionLog h1{font-weight: 600; font-size:140%; width:80%; margin:0 auto 0.1em auto;}
.mainSectionLog h2{width: 100%;margin-bottom: 0.6em;}

#inputBoxLog dt{width:40%; padding-top:0.4em;}
#inputBoxLog dd{width:60%;}

#lrcImgBox{ display:none;}
#inputBoxLog{ background:#FFF; border:#000 solid 3px; border-radius:10px; width:90%; margin:0 auto 10px auto;}





/*----------------------------------------------------------------------------
 ***                                                                  footer
----------------------------------------------------------------------------*/



