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


#mainimg {
	background: #161616;
	text-align: center;
	margin: 0 auto 30px;
}
/*-------------------------------------------------------------------
	#greeting
-------------------------------------------------------------------*/
#greeting {
	margin-bottom: 30px;
}
#greeting p.text {
	padding-right: 10px;
}

/*-------------------------------------------------------------------
	.section
-------------------------------------------------------------------*/
#content .section {
	margin-bottom:100px;
}
#content .section.one {
	margin-bottom: 92px;
}
#content .section .box {
	margin-bottom: 30px;
	overflow: hidden;
	/zoom: 1;
}
#content .section .box.one {
	margin-bottom: 17px;
}
#content .section .box ul a {
    border: 1px solid #CCCCCC;
    display: table-cell;
    height: 198px;
    width: 198px;
    text-align: center;
    vertical-align: middle;
}
#content .section .box p+p{
	margin-top: 26px;
}
.bg-box{
	padding: 38px 38px 34px;
	background: url("../image/bg_box.png") right top no-repeat;
}
.bg-box .list li {
	padding-left: 100px;
	font-size: 1.71em;
	font-weight: 100;
	font-family: "游明朝" , "Yu Mincho" , YuMincho ,  "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	margin-bottom: 6px;
}
.bg-box .list li:last-child{
	margin-bottom: 0;
}
.bg-box .list li.pn01{
	background: url("../image/pn01.png") left top no-repeat;
}
.bg-box .list li.pn02{
	background: url("../image/pn02.png") left top no-repeat;
}
.bg-box .list li.pn03{
	background: url("../image/pn03.png") left top no-repeat;
}
.bg-box .list li.pn04{
	background: url("../image/pn04.png") left top no-repeat;
}


/*-------------------------------------------------------------------
	#new
-------------------------------------------------------------------*/
#new {
	margin-bottom: 100px;
}
#new .box {
	margin: 0 0 50px;
	overflow: hidden;
	/zoom: 1;
}
#new .box.last{
	margin-bottom: 30px;
}
#new .box h4 {
	border-left: 5px solid #3F77A9;
	padding: 5px 15px 2px;
	margin: 0 0 20px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 1.4;
}
#new .box .imgbox {
	float: left;
	overflow: hidden;
	/zoom: 1;
}
#new .box .imgbox dl,
#new .box .imgbox li {
	float: left;
	width: 180px;
	margin: 0 30px 0 0;
	text-align: center;
	position: relative;
}
#new .box .imgbox dl::after {
	display: block;
	content: '';
	width: 10px;
	height: 30px;
	position: absolute;
	left: 190px;
	top: 75px;
	background: url(../image/list_ba_arrow.jpg) no-repeat;
}
#new .box .imgbox dl.none,
#new .box .imgbox li.none {
	margin-right: 0;
}
#new .box .imgbox dl.none::after {
	display: none;
}
#new .box .imgbox dl dt {
	margin: 10px 0 0;
	line-height: 1.0;
}
#new .box .imgbox dl dd a,
#new .box .imgbox dl dd span,
#new .box .imgbox li a,
#new .box .imgbox li span {
	width: 180px;
	height: 180px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
#new .box .imgbox dl dd span img {
	width: 180px;
	height: 180px;
}
#new .box .text {
	margin: 0 0 0 420px;
}
#new .box .text .more {
	margin: 40px 0 0;
	text-align: right;
}



/*-------------------------------------------------------------------
	#topics
-------------------------------------------------------------------*/

#topics {
	height: 183px;
	margin: 0px auto 50px;
	line-height: 1.6;
	overflow-y: scroll;
}
#topics dl {
	overflow: hidden;
	/zoom: 1;
	padding: 8px 0 7px 21px;
}
#topics dl.even {
}
#topics dt {
	float: left;
}
#topics dd {
	padding: 0 16px 0 102px;
}
#topics dd a{
	color: #9DDAEA;
	text-decoration: underline;
}

#topics dd a:hover{
	text-decoration: none;
}