@charset "utf-8";



/* 共通ヘッダー */
.common-header_content_title{	/* 見出し */
background: url(../image/titile.png) no-repeat center top;
}



/* 見出し */
.character_midasi{
width: 1100px;
height: 160px;
margin: 0 0 40px -54px;
}
#syoku_midasi{
background: url(../image/syoku/midasi.png) no-repeat center top;
}
#gi_midasi{
background: url(../image/gi/midasi.png) no-repeat center top;
}
#go_midasi{
background: url(../image/go/midasi.png) no-repeat center top;
}
#plus_midasi{
background: url(../image/plus/midasi.png) no-repeat center top;
}



/* 汎用ボタン カスタマイズ */
.commonbutton{
margin: 0 auto 100px auto;
}
.common-button_button{
width: 250px;
padding: 16px 0;
}



/* サムネール */
.thumbnail{
width: 1100px;
margin: 0 0 0 54px;
}
.thumbnail a{
width: 314px;
height: 177px;
float: left;
margin: 0 20px 20px 0;
}
.thumbnail_none{
width: 314px;
height: 177px;
float: left;
margin: 0 20px 20px 0;
}
#syoku,
#gi,
#go{
display: none;
}



/* ウインドウサイズが600pxを下回る場合 */
@media screen and (max-width: 600px){







}


