@charset "UTF-8";
/*----------------------------------------

	index CSS

	- common
	- s_contest
	- s_cSearch

-----------------------------------------*/

/*----------------------------------------
	s_contest
-----------------------------------------*/

#headtitle {
	margin: 0;
}
#s_contest .conHead {
	padding: 20px 0 120px;
	background: #f4f4f4;
	background-image: url(../img/bg.png);
	background-position: top center;
	background-repeat: repeat-x;
}
#s_contest .conHead .share {
	margin: 0 0 20px;
	font-size: 0;
	text-align: right;
}
#s_contest .conHead .share li {
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
}
#s_contest .conHead .share .printBtn {
	margin-left: 15px;
}
#s_contest .conHead .share .printBtn a > span {
	padding: 0;
}
#s_contest .conHeadBox {
	position: relative;
	padding: 10px 125px 83px;
	background-color: #fff;
	border-radius: 6px;
}
#s_contest .conHeadBox > h3 {
	width: 160px;
	height: 65px;
	margin: -43px auto 17px;
	padding: 13px 0 10px;
	text-align: center;
	background: url(../img/c_conHead_i07.png) no-repeat;
	background-size: 160px 65px;
}
#s_contest .conHeadBox > h4 {
	margin: 0 0 15px;
}
#s_contest .conHeadBox > h5 {
	position: absolute;
	top: -42px;
	left: 24px;
	width: 171px;
	height: 210px;
	padding: 70px 0 0;
	text-align: center;
	background: url(../img/c_conHead_i06.png) no-repeat;
	background-size: 171px auto;
}
#s_contest .conHeadBox .name {
	display: table;
	margin: 0 auto 40px;
}
#s_contest .conHeadBox .name > dt, 
#s_contest .conHeadBox .name > dd {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#s_contest .conHeadBox .name > dt {
	background: #d4ebff;
	border-radius: 6px;
	padding: 4px 9px;
}
#s_contest .conHeadBox .name > dd {
	padding-left: 6px;
}
#s_contest .conHeadBox figure {
	position: relative;
	width: 420px;
}
#s_contest .conHeadBox figure:nth-child(2)::before ,
#s_contest .conHeadBox figure:nth-child(2)::after {
	content: '';
	position: absolute;
	top: 50%
}
#s_contest .conHeadBox figure:nth-child(2)::before {
	left: -40px;
	margin: -20px 0 0;
	border-top: 20px solid #e92020;
	border-bottom: 20px solid #e92020;
	border-left: 50px solid #e92020;
}
#s_contest .conHeadBox figure:nth-child(2)::after {
	left: 7px;
	margin: -30px 0 0;
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 28px solid #e92020;
}
#s_contest .conHeadBox figure:nth-child(1) {
	float: left;
}
#s_contest .conHead figure:nth-child(2) {
	float: right;
}
#s_contest .conHead figure > img {
	width: 100%;
	height: auto;
}
#s_contest .conHead figure figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 80px;
	padding: 6px 0 2px;
	background-color: #fff;
	border-radius: 0 6px 0 0;
	line-height: 0;
	text-align: center;
}
#s_contest .conBody {
	position: relative;
	margin: 0 0 80px;
	border-top: 4px solid #0b004a;
}
#s_contest .conBody h3 {
	display: table;
	width: 480px;
	height: 90px;
	border: 4px solid #0b004a;
	border-radius: 6px;
	margin: -40px auto 0;
	padding: 0;
	background: #fff;
}
#s_contest .conBody h3 span {
	display: table-cell;
	vertical-align: middle;
}
#s_contest .conBody .mainBox {
	float: left;
	width: 760px;
}
#s_contest .conBody .mainBox > section {
	padding: 60px 0 0;
}
#s_contest .conBody .mainBox > section[id^="s"] + section[id^="s"] {
	padding: 30px 0 0;
}
#s_contest .conBody .mainBox > section .box_t01 {
	padding: 30px;
	background-color: #f4f4f4;
	border-radius: 6px;
}
#s_contest .conBody .mainBox > section .box_t01 > figure {
	float: left;
	width: 370px;
}
#s_contest .conBody .mainBox > section .box_t01 > figure img {
	width: 370px;
}
#s_contest .conBody .mainBox > section .box_t01 > div {
	float: right;
	width: 300px;
	margin: -6px 0 0;
}
#s_contest .conBody .mainBox > section .box_t01 > div > p {
	line-height: 1.7;
}
#s_contest .conBody .mainBox > section .box_t01 > div > p + p {
	padding-top: 20px;
}
#s_contest .conBody .mainBox > .otherLv {
	margin: 40px 0 20px;
	padding: 25px 30px 30px;
	background-color: #f4f4f4;
	border-radius: 6px;
}
#s_contest .conBody .sideBox {
	float: right;
	width: 280px;
	padding: 60px 0 0;
}
#s_contest .conBody .sideBox > dl + dl {
	padding-top: 30px;
}
#s_contest .conBody .sideBox > dl > dt {
	margin: 0 0 25px;
	padding: 8px 0;
	background-color: #d4ebff;
	border-radius: 4px;
}
#s_contest .conBody .sideBox > dl .nameBox dl {
	display: table;
	width: 100%;
}
#s_contest .conBody .sideBox > dl .nameBox dl + dl {
	padding-top: 20px;
}
#s_contest .conBody .sideBox > dl .nameBox dt,
#s_contest .conBody .sideBox > dl .nameBox dt {
	display: table-cell;
}
#s_contest .conBody .sideBox > dl .nameBox dt {
	width: 90px;
	vertical-align: middle;
}
#s_contest .conBody .sideBox > dl .nameBox dl + dl > dt {
	width: 60px;
}
#s_contest .conBody .sideBox > dl .nameBox dd {
	width: 100%;
	vertical-align: middle;
	text-align: right;
}
#s_contest .conBody .sideBox > dl .nameBox dd span {
	display: inline-block;
	text-align: left;
}
#s_contest .conBody .sideBox > dl .commentBox dt {
	width: 84px;
	float: left;
}
#s_contest .conBody .sideBox > dl .commentBox dt img {
	width: 74px;
}
#s_contest .conBody .sideBox > dl .commentBox dd {
	width: 196px;
	float: right;
	vertical-align: top;
	margin-top: -5px;
}
#s_contest .conBody .sideBox > dl .commentBox dd span {
	display: block;
}
#s_contest .conBody .sideBox > dl .commentBox dd span:first-child {
	padding-bottom: 2px;
}
#s_contest .conBody .sideBox > dl .commentBox dl + dl {
	margin-top:30px;
}
#s_contest .conBody .sideBox > dl .bannerBox a {
	display: block;
	position: relative;
}
#s_contest .conBody .sideBox > dl .bannerBox a:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 17px;
	width: 8px;
	height: 8px;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
	margin: -5px 0 0 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#s_contest .conBody .sideBox > dl .bannerBox dl {
	border: 2px solid #857fa4;
	border-radius: 6px;
	display: table;
	width: 100%;
	padding: 10px 0;
	margin-top: 35px;
}
#s_contest .conBody .sideBox > dl .bannerBox dl > dt,
#s_contest .conBody .sideBox > dl .bannerBox dl > dd {
	display: table-cell;
	vertical-align: middle;
}
#s_contest .conBody .sideBox > dl .bannerBox dl > dt {
	width: 80px;
	padding-top: 10px;
	text-align: center;
}
#s_contest .conBody .sideBox > dl .bannerBox dl > dt img {
	width: 52px;
}

/*----------------------------------------
	s_aside
-----------------------------------------*/
#s_aside {
	padding: 55px 0 60px;
	background-color: #f4f4f4;
}
#s_aside h4 {
	padding-bottom: 20px;
}
#s_aside ul {
	display: table;
	margin: 0 0 0 -20px;
	font-size: 0;
}
#s_aside ul li {
	display: table-cell;
	vertical-align: top;
	width: 540px;
	padding: 0 0 0 20px;
	font-size: 1.6rem;
}
#s_aside ul li img {
	width: 540px;
}
@media print {
	#s_contest .conBody .sideBox #fixNav dl ,
	#s_contest .conBody .sideBox #fixNav.fix dl ,
	#s_contest .conBody .sideBox #fixNav.fix.end dl {
		position: static;
	}
}