@charset "utf-8";

/* characteristic.css
	CSS for special page (fighters2018/)
	* ver 1.0
	* Takashi Yamamoto
	* MATSUO Corporation
	* 2018.06.11
*/

/*==================================
common
==================================*/
.clearfix::after{
	content: "";
	display: block;
	clear: both;
}
.text-red{
	color: #f00;
}
.text-blue{
	color: #004f8d;
}
.footnote{
	font-size: 75%;
	vertical-align: super;
}
body #contents{
}
body #contents p{
	font-size: 12px;
}

body #contents a{
	color: #0044bf;
}


/*==================================
headers
==================================*/
body #contents h1{
	margin-bottom: 12px;
}
body #contents h2.pr{
	position: relative;
	padding: 12px;
	margin: 12px 0 36px 0;
	font-family: "Mplus 1c";
	font-weight: bold;
	font-size: 24px;
	background: #f5eabC;
}
body #contents h2.pr::after{
	content: '';
	position: absolute;
	bottom: -38px;
	left: 50%;
	border-color: #f5eabC;
	border-style: solid;
	border-width: 20px;
	border-left-color: transparent;
	border-bottom-color: transparent;
	border-right-color: transparent;
	margin-left: -20px;
}
body #contents h2.pr img{
	float: left;
	max-width: 35%;
	margin-right: 1.5em;
}
body #contents h2.pr-2{
	font-size: 18px;
}

body #contents .sns-share{
	margin-bottom: 12px;
	text-align: right;
}

/*==================================
contents
==================================*/
body #contents p{
	padding: 12px;
}
body #contents ul.cols-2 li{
	width: 50%;
	margin: 0 0 0 1%;
}
body #contents ul.cols-3 li{
	width: 33.3333%;
}
body #contents ul.prizes-list{
	display: table;
	width: 100%;
	margin: 0 auto 24px auto;
}
body #contents ul.prizes-list li{
	display: table-cell;
	padding: 0 12px 24px 12px;
	border: 8px solid transparent;
	background-size: auto 90%;
	background-repeat: no-repeat;
	background-position: right top;
}
body #contents ul.prizes-list li h3{
	font-size: 24px;
	line-height: 100%;
}
body #contents ul.prizes-list li h3>strong{
	float: left;
	display: inline-block;
	padding: 8px 8px 0px 8px;
	margin-right: 12px;
	border-radius: 4px;
	background: #F2B611;
	font-size: 14px;
	line-height: 36px;
}
body #contents ul.prizes-list li h3>strong>span{
	font-size: 36px;

}
body #contents ul.prizes-list li h3>span{
	text-shadow: 1px 1px 1px #fff;
}
body #contents ul.prizes-list li h3 span>small{
	font-size: 14px;
}
body #contents ul.prizes-list li p{
	padding: 8px 0;
}
body #contents ul.prizes-list li span.win-no{
	display: inline-block;
	padding: 4px;
	margin: 0 0 8px 0;
	background: #f00;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	line-height: 100%;
	text-shadow: none;
}
body #contents ul.prizes-list li p span.prize-title{
	font-size: 16px;
	font-weight: bold;
	line-height: 140%;
}
body #contents ul.prizes-list li p span.prize-detail{
	display: inline-block;
	width: 100%;
	padding: 4px;
	background: rgba(255,255,255,.5);
}
body #contents ul.prizes-list li p span.prize-detail strong{
	color: #f00;
}
body #contents ul.prizes-2 li{
	background-size: auto 90%;
	background-position: right bottom;
}
body #contents ul.prizes-2 li h3{
	font-size: 16px;
	line-height: 21px;
}
body #contents ul.prizes-2 li h3>strong{
	line-height: 32px;
}
body #contents ul.prizes-2 li h3>strong>span{
	font-size: 28px;
	line-height: 32px;
}
body #contents ul.prizes-3 li img{
	float: right;
	width: 25%;
	margin-left: 12px;
}
body #contents ul.prizes-3 li h3{
	font-size: 16px;
	line-height: 24px;
}
body #contents ul.prizes-3 li h3>strong{
	line-height: 24px;
}
body #contents ul.prizes-3 li h3>strong>span{
	font-size: 18px;
	line-height: 24px;
}
body #contents ul.prizes-3 li h3 span.prize-title{
	text-shadow: 0px 0px 2px #fff;
}


/*==================================
footer
==================================*/
.cmp-footer{
	display: table;
	margin-top: 36px;
	background: #fff;
	font-size: 12px;
}
.cmp-footer dl{
	display: table-cell;
	width: 50%;
	padding: 0 12px;
}
.cmp-footer dt{
	padding: 8px;
	background: #004f8d;
	color: #fff;
	font-weight: bold;
}
.cmp-footer dd{
	padding: 8px 8px 12px 8px;
}

/*==================================
Twitter Cmp
==================================*/
#contents .detail-content{
	padding: 24px;
	font-size: 12px;
	font-family: "Mplus 1c";
}
#contents .detail-content h2{
	padding: 4px;
	background-image: none;
	color: #004f8d;
	font-size: 20px;
	font-family: "Mplus 1c";
}
#contents .detail-content h3{
	padding-top: 12px;
	font-size: 16px
}
#contents .detail-content h3.prize{
	padding: 12px;
	background: #f5eabC;
	font-size: 18px;
}
#contents .detail-content ul,
#contents .detail-content ol{
	padding: 12px 12px 12px 24px;
}
#contents .detail-content dl{
	padding: 12px;
}
#contents .detail-content dl dt{
	padding: 0 0 6px 0;
	font-weight: bold;
	font-size: 14px;
}
#contents .detail-content dl dd{
	padding: 0;
}


/*==================================
media queries
==================================*/
@media screen and (max-width: 640px) {
	body #contents h2.pr img{
		float: none;
		width: 100%;
		max-width: 100%;
		margin-bottom: 8px;
	}
	body #contents ul.cols-2 li,
	body #contents ul.cols-3 li{
		width: auto;
	}
	body #contents ul.prizes-list{
		display: block;
	}
	body #contents ul.prizes-list li{
		display: block;
		border-bottom:  1px solid #f5eabC;
		margin-bottom: 12px;
	}
	body #contents ul.prizes-list li{
		background-size: auto 98%;
		background-position: right top;
	}
	body #contents ul.prizes-3 li{
		background-size: auto 108px;
	}
	.cmp-footer{
		display: block;
	}
	.cmp-footer dl{
		display: block;
		width: auto;
	}
}

/*==================================
media queries cols-1
==================================*/
@media screen and (max-width: 640px) {

  .prizes-list.cols-1 li img {
    float: none !important;
    display: block;
    width: 100% !important;
    margin: 0 0 10px 0 !important;
  }

}


picture img {
    width: 80%; 
    max-width: 1200px; 
    height: auto;
    display: block;
    margin: 0 auto; 
}