@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

/*-------------------------------------------------------------------
	.section
-------------------------------------------------------------------*/
#content .section {
	margin-bottom: 90px;
}
#content .section .box {
	margin-bottom: 60px;
	overflow: hidden;
	/zoom: 1;
}
#content .section .box ul a {
    border: 1px solid #CCCCCC;
    display: table-cell;
    height: 198px;
    text-align: center;
    vertical-align: middle;
    width: 198px;
}

#content .section .box p+p{
    margin-top: 26px;
}
#content .section .imgright dl{
    margin-right: 320px;
}
#content .section .imgleft dl{
    margin-left: 320px;
}
#content .section .box dl dt{
    font-family: "游明朝" , "Yu Mincho" , YuMincho ,  "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    font-size: 2em;
    margin-bottom: 16px;
}

.box-dark{
    background: #000;
    padding: 30px 20px 31px;
}
#content .section .box dl dd{
    padding: 0px 10px 0 22px;
}

#content .section .box:last-child{
    margin-bottom: 0px;
}

#content .section .box-first{
    margin-bottom: 30px;
}

#content .imgleft .text1{
    margin-left: 230px;
}

#content .imgleft .text{
    margin-left: 330px;
}
#content .imgright .text{
    margin-right: 330px;
}