@charset "utf-8";
/* CSS Document */

#main-contents{
	width:700px;
	margin:0 0 0 10px;
	float:left;
}
#sub-contents{
	width: 220px;
	margin: 0 5px 0 0;
	float: right;
}



/*------------------------------
  共通
------------------------------*/
#main-contents { line-height: 1.8; }
#main-contents p { margin-bottom: 15px; }

#main-contents img {
	height: auto;
	vertical-align: middle;
}

a:hover {
	filter: alpha(opacity=75);
	opacity: 0.75;
}

strong { font-weight: bold; }

#main-contents a {
	font-weight: bold;
    color: #3085a5;
    text-decoration: underline;
}
#main-contents a:hover {
	text-decoration: none;
}

/* クリアフィックス */
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* フロート */
#main-contents .left {
	float: left;
}
#main-contents .right {
	float: right;
}
span.sp-br { display: inline-block; }


/*------------------------------
  PC
------------------------------*/
.sp { display: none; }
#main-contents .key {
	margin-top: 0;
	margin-bottom: 25px;
}

#main-contents .lineup-ttl {
	padding: 20px 30px;
	margin-bottom: 25px;
	background: url(../image/bg_ttl.png) repeat;
}
#main-contents .lineup-ttl img {
	margin-right: 25px;
	margin-bottom: 5px;
}
#main-contents .lineup-box {
	padding-bottom: 25px;
	margin-bottom: 25px;
	background: url(../image/bg_lineup.png) repeat-x left bottom;
}
#main-contents .lineup-box.box-end {
	padding-bottom: 0;
	background: none;
}
#main-contents .lineup-box .left,
#main-contents .lineup-box .right {
	width: 50%;
}
#main-contents .lineup-box h3 {
	margin-bottom: 20px;
	padding-left: 15px;
	border-left: solid 5px #116d8d;
	font-size: 160%;
	font-weight: bold;
	color: #116d8d;
	line-height: 1.1;
}
#main-contents .lineup-box ul.scene-list {
	margin-bottom: 15px;
	overflow: hidden;
}
#main-contents .lineup-box ul.scene-list li {
	width: 150px;
	margin-left: 20px;
	padding-bottom: 3px;
	margin-bottom: 5px;
	border-bottom: solid 1px #cecece;
	float: left;
}
#main-contents .lineup-box ul.tag {
	margin-left: 20px;
}
#main-contents .lineup-box ul.tag li {
	display: inline-block;
	padding: 3px 5px 2px;
	margin-bottom: 5px;
	background: #85cfdf;
	border-radius: 4px;
	font-size: 90%;
	color: #fff;
}
#main-contents .lineup-box .right {
	text-align: right;
}
#main-contents h2.results-ttl {
	margin-bottom: 10px;
}
#main-contents ul.results-point {
	margin-left: -2px;
	margin-bottom: 13px;
}
#main-contents ul.results-point li {
	display: inline-block;
	margin-left: 2px;
	margin-bottom: 7px;
}
#main-contents .results-box {
	padding: 20px;
	background: url(../image/bg_results.png) repeat;
	border-radius: 9px;
}
#main-contents .results-box h3 {
	margin-bottom: 8px;
	font-size: 160%;
	font-weight: bold;
	color: #f00;
	line-height: 1.2;
	text-align: center;
}
#main-contents .results-box p {
	line-height: 1.5;
	text-align: center;
}
#main-contents .results-box ul {
	margin-right: -6px;
}
#main-contents .results-box ul li {
	width: 303px;
	padding: 20px 10px 10px;
	margin-right: 6px;
	margin-bottom: 6px;
	background: #f9f9f9;
	border: solid 2px #fff;
	font-size: 140%;
	font-weight: bold;
	color: #116d8d;
	line-height: 1.2;
	text-align: center;
	float: left;
}
#main-contents .results-box ul li img {
	margin-top: 15px;
}


/* ボタン */
#main-contents .btn a {
	display: block;
	width: 380px;
	height: 45px;
	margin: 25px auto;
	padding: 10px;
	background: url(../image/bg_btn.png) no-repeat center top;
	font-size: 140%;
	font-weight: bold;
	color: #fff;
	line-height: 1.2;
	text-align: center;
}
#main-contents .btn a {
	text-decoration: none;
}



@media screen and (min-width: 500px) and (max-width: 799px){
#main-contents{
	width:98%;
	margin:0 1%;
}
#sub-contents{
	display:none;
}

img.img100pr { width: 100%; }

#main-contents .results-box ul {
	margin-right: -1%;
}
#main-contents .results-box ul li {
	width: 49%;
	padding: 20px 10px 10px;
	margin-right: 1%;
	box-sizing: border-box;
}
#main-contents .results-box ul li img {
	max-width: 100%;
}


}
@media screen and (max-width:499px){
#main-contents{
	width:98%;
	margin:0 1%;
}
#sub-contents{
	display:none;
}

img { max-width: 100%; }
.clearfix img {
	margin-bottom: 10px;
}

.pc { display: none; }
.sp { display: block; }
span.sp-br { display: inline-block; }


#main-contents .lineup-box .left,
#main-contents .lineup-box .right {
	width: 100%;
	float: none;
}
#main-contents .lineup-box .right {
	text-align: center;
}
#main-contents .lineup-box ul.scene-list {
	margin-left: 20px;
	margin-right: 20px;
}
#main-contents .lineup-box ul.scene-list li {
	width: 48%;
	margin-left: 4%;
	box-sizing: border-box;
}
#main-contents .lineup-box ul.scene-list li:nth-child(odd) {
	margin-left: 0;
}
#main-contents .lineup-box ul.tag {
	margin-bottom: 15px;
}
#main-contents ul.results-point {
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 13px;
	text-align: center;
}
#main-contents ul.results-point li {
	display: inline-block;
	width: 49%;
	margin-left: 0;
	margin-bottom: 7px;
	box-sizing: border-box;
}
#main-contents ul.results-point li img {
	max-width: 100%;
}
#main-contents .results-box ul {
	margin-right: 0;
}
#main-contents .results-box ul li {
	width: 100%;
	padding: 20px 10px 10px;
	margin-right: 0;
	box-sizing: border-box;
}
#main-contents .results-box ul li img {
	width: 100%;
}

#main-contents .btn a {
	display: block;
	width: 60%;
	height: auto;
	margin: 25px auto 30px;
	background: url(../image/bg_sp_btn.png) no-repeat center center;
	background-size: cover;
	box-shadow: 0 5px #c27200;
	border-radius: 5px;
	font-size: 110%;
}

}


/*------------------------------
  印刷
------------------------------*/
@media print {
body,
#container,
#contents-area,
#main-contents {
	float: none;
	margin: 0;
	padding: 0;
	width: 700px;
}
#header,
#footer,
#sub-contents,
.topicpath {
	display: none;
}


#main-contents .lineup-ttl {
	border: solid 3px #fef8c7;
}
#main-contents .lineup-box ul.tag li {
	color: #85cfdf;
	border: solid 3px #85cfdf;
}
#main-contents .results-box {
	border: solid 3px #999;
}
#main-contents .results-box ul {
	margin-right: -6px;
}
#main-contents .results-box ul li {
	width: 295px;
	padding: 20px 10px 10px;
	margin-right: 6px;
	margin-bottom: 6px;
	border: solid 2px #ccc;
}
#main-contents .results-box ul li img {
	max-width: 100%;
}
#main-contents .btn a {
	color: #ff9600;
	border: solid 3px #ff9600;
}

}