@charset "UTF-8";


#container.qsctop *{
	box-sizing: border-box;
}
#containerWrapper{
	width: 1000px !important;
	background-color: #ffffff !important;
	margin: 0 auto;
}
#container.qsctop {
	padding-bottom: 150px;
}
#container.qsctop img{
	vertical-align: bottom;
}
#container.qsctop #contentMain{
	max-width: 1000px;
}
.qsctop .QSCTextTop{
	padding: 21px 0 53px;
	color: #505050;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.9;
	text-align: center;
}
.qsctop .QSCTextTop span{
	font-size: 18px;
}
.qsctop h2{
	text-align: center;
}
.qsctop .QSC_yearPlace{
	padding-bottom: 100px;
	padding-left: 15px;
}
.qsctop .QSC_yearPlace p{
	text-align: center;
}
.qsctop .QSC_yearPlace p:first-child {
	margin-bottom: 30px;
}
.qsctop .QSC_yearPlace ul,
.qsctop .QSC_firstPlace ul{
	display: -webkit-flex;	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.qsctop .QSC_yearPlace ul{
	width: 699px;
	padding: 40px 0 40px 15px;
	margin: 0 auto;
	justify-content: center;
}
.qsctop .QSC_yearPlace ul li,
.qsctop .QSC_firstPlace ul li{
	margin-left: 33px;
	width: 200px;
	height: 100px;
	background: url(/static/qsc/images/QSC_bnr02_PC.png) no-repeat;
}
.qsctop .QSC_yearPlace ul li a,
.qsctop .QSC_yearPlace ul li div,
.qsctop .QSC_firstPlace ul li a,
.qsctop .QSC_firstPlace ul li div{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #a47b41;
	text-align: center;
	font-family: YuMincho,'Yu Mincho',serif;
	font-weight: bold;
	font-size: 30px;
}
.qsctop .QSC_yearPlace ul li a:hover,
.qsctop .QSC_yearPlace ul li a:active,
.qsctop .QSC_firstPlace ul li a:hover,
.qsctop .QSC_firstPlace ul li a:active{
	opacity: 0.6;
}
.qsctop .QSC_yearPlace ul li.longname a,
.qsctop .QSC_firstPlace ul li.longname a,
.qsctop .QSC_firstPlace ul li.longname div{
	padding: 0 10px;
	font-size: 24px;
}
.qsctop .QSC_yearPlace ul li:nth-of-type(3n + 1),
.qsctop .QSC_firstPlace ul li:nth-of-type(4n + 1){
	margin-left: 0;
}
.qsctop .QSC_yearPlace ul li:nth-of-type(n + 4),
.qsctop .QSC_firstPlace ul li:nth-of-type(n + 5){
	margin-top: 29px;
}
.qsctop .QSC_yearPlace ul a,
.qsctop .QSC_firstPlace ul a,
.qsctop .QSC_firstPlace ul div{
	text-decoration: none !important;
		color: #a47b41 !important;
}
.qsctop .QSC_yearPlace ul li span,
.qsctop .QSC_firstPlace ul li span{
	padding-top: 3px;
	font-size: 20px;
}
.qsctop .QSC_firstPlace ul{
	padding: 52px 50px 73px;
}
.qsctop .QSC_secondPlace{
	padding: 0 50px;
}
.qsctop h3{
	margin-top: 60px;
	padding: 6px 0 8px;
	background: -moz-linear-gradient(top, #9dd6ff 0%, #7db9e8 100%);
	background: -webkit-linear-gradient(top, #9dd6ff 0%,#7db9e8 100%);
	background: linear-gradient(to bottom, #9dd6ff 0%,#7db9e8 100%);
	color: #ffffff;
	text-align: center;
	font-family: YuMincho,'Yu Mincho',serif;
	font-size: 24px;
}
.qsctop .QSC_secondPlace table{
	width: 100%;
	margin-top: 61px;
}
.qsctop .QSC_secondPlace table .w29per{
	width: 29%;
}
.qsctop .QSC_secondPlace table .w71per{
	width: 71%;
}
.qsctop .QSC_secondPlace table tr th{
	padding: 9px 0;
	border: 1px solid #d8d8d8;
	background: -moz-linear-gradient(top, #c8c8c8 0%, #9f9f9f 100%);
	background: -webkit-linear-gradient(top, #c8c8c8 0%,#9f9f9f 100%);
	background: linear-gradient(to bottom, #c8c8c8 0%,#9f9f9f 100%);
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.qsctop .QSC_secondPlace table tr th + th{
	border-left: 2px solid #ffffff;
}
.qsctop .QSC_secondPlace table tr td{
	height: 49px;
	padding: 5px 20px;
	border-left: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
	color: #444444;
	font-size: 18px;
	text-align: center;
}
.qsctop .QSC_secondPlace table tr td + td{
	padding: 5px 24px;
	text-align: left;
	border-right: 1px solid #c8c8c8;
}
.qsctop .QSC_secondPlace section + section{
	padding-top: 40px;
}
.qsctop .QSCTextBottom{
	padding-top: 105px;
	text-align: center;
}
.topic_path a {
	color: #163393;
}
.topic_path a:hover, .topic_path a:active{
	color: #3465C9;
}