@charset "utf-8";
/* CSS Document */

/* [ 2016リニューアル時追記 ] */
div.contentsWidth img { width: auto; } /* IE 8 */

div.contentsWidth {
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 28px;
	overflow: hidden;
}
.contentsWidth .photo_box {
	float: left;
	width: 210px;
	margin-right: 28px;
	margin-bottom: 30px;
}
.contentsWidth .photo_box a {
	display: block;
	float: left;
	
	-webkit-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}
.contentsWidth .photo_box a:hover {
	opacity: 0.7; /* Standard: Firefox 1.5以上, Opera, Safari */
	filter: alpha(opacity=70); /* IE 8以下 */
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
}
.contentsWidth .photo_box a.btn_1920 {
	margin-bottom: 10px;
}
.contentsWidth .photo_box a.btn_1024 {
	float: right;
	margin-bottom: 10px;
}
.contentsWidth .inst_box {
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 30px;
	padding-left: 50px;
	font-size: 13px;
	line-height: 20px;
	clear: both;
	color:#000;
}
.contentsWidth .inst_box a {
	color: #cc1533;
}

.a14 { font-size:14px }
.a16 { font-size:16px }

.contentsWidth .inst_box h3 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom:0.3em;
}
.contentsWidth .inst_box h3.fb {
	margin-bottom:1.5em;
}
.contentsWidth .inst_box dl {
	margin-bottom: 1.5em;
}
.contentsWidth .inst_box dl dt {
	font-weight: bold;
	margin-bottom: 0.3em;
}
.contentsWidth .inst_box dl dd {
	margin-bottom: 1em;
}
.contentsWidth .inst_box dl dd p {
	margin-bottom: 0.3em;
}
.contentsWidth .inst_box dl dd ol {
	margin-bottom: 1em;
}

.contentsWidth .inst_box dl dd ol li {
	list-style: decimal;
	margin:0 0 0.3em 2em;
}
