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

body {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background-image: url(../image/mainvs.png), url(../image/mainvs_bottom.png);
	background-position: center top, center bottom; 
	background-size: contain;
	background-repeat: repeat-x, repeat-x;
	margin: 0;
	padding: 0;
	color: #000;
	width: 100%;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
}
li {
	list-style: none;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0px;
	padding: 0px;
}
h1 img {
	width: 100%;
	max-width: 860px;
	height: auto;
	margin: 0px auto 24px auto;
}
a img {
	border: none;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
a img:hover {
	opacity:0.8;	
}
a:link {
	color: #414958;
	text-decoration: underline;
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
.container {
	width: 100%;
	margin: 0 auto;
    /* background-image: url(../image/1143383.png); */
    background-repeat:;
    background-size: contain;
   
}
.content {
	width: auto;
	max-width: 860px;
	padding: 10px;
	margin: auto;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE Mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End Hack */ 

.heade_wrap {
	text-align: center;
    
}
.heade_wrap p {
	padding: 10px 0;
}

.max_img img {
	width: 100%;
	height: auto;
	max-width: 860px;
	margin-bottom: 60px;
   
}
.middle_img img {
	width: 100%;
	height: auto;
	max-width: 804px;
}
.min_img img {
	width: 100%;
	height: auto;
	max-width: 800px;
}
ul#tv_logo_list {
	text-align: center;
    display: flex;
    justify-content:space-evenly; 
	margin:20px auto 30px;
	padding:10px 0;
	margin-bottom: 60px;
}
ul#tv_logo_list li {
	display: inline-block;
}
.info_wrap {
	background-image: url(../image/bg1.png), url(../image/bg3.png), url(../image/bg2.png);
	background-position: center top, center bottom, center center;
    background-size: contain;
	background-repeat: no-repeat, no-repeat, repeat-y;
	padding: 40px 0 40px;
}
h2 {
	font-size: 30px;
	color: #333333;
	padding: 20px 0;
	text-align: center;
}
h3 {
	font-weight: bold;
	font-size: 130%;
	color: #008457;
	background: #fef3d9;
	padding: 6px 0;
	border-bottom: 1px dotted #E87B1B;
	border-top: 1px dotted #E87B1B;
}
dl {
	margin: 25px auto 10px auto;
	text-align: left;
	line-height: 1.5em;
}
dl dt {
	float: left;
}
dl::after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
dl dd:before {
	content: "：";
}
dl dd {
	margin: 0 0 5px 150px;
}
.info_wrap ul {
	text-align: center;
	margin-bottom:50px;
}
.info_wrap ul li {
	width: 46%;
	margin: 0 1%;
}
.info_wrap ul li img {
	width: 100%;
}
.info_wrap ul li {
	display: inline-block;
 *display: inline;
 *zoom: 1;
	letter-spacing: normal;
}
.info_content_wrap {
	max-width: 580px;
	width:auto;
	text-align: center;
	background: #fff6e9;
	margin: 0 auto;
	padding: 30px;
	box-sizing: border-box;
	border: 3px solid #e87b1b;
}
.heade_wrap p {
	width: 100%;
	max-width: 860px;
	margin: auto;
}
.sitetop {
	text-align:center;
	padding:30px 0;
}
#page-top {
	position:fixed;
	right:10px;
	bottom:10px;
	text-align:right;
}
.min_copy {
	background-color:#9f2f24;
	background-image:url(../images/men3_agenda.png);
	background-repeat:no-repeat;
	background-position:center center;
	padding:20px;
	width:auto;
	max-width:764px;
	margin:30px auto;
}
.min_copy ul li {
	background:url(../images/ramen_icn.png) no-repeat;
	padding-left:40px;
	text-align:left;
	color:#ffffff;
	font-size:20px;
	margin:10px 0;
	line-height:1.4em;
	font-weight:bold;
}
@media only screen and (max-width: 768px) and (min-width: 320px) {
.min_copy {
	background-position:left center;
	padding:10px;
	margin:20px auto;
}
.min_copy ul li {
	font-size:16px;
}
/* ------------ default ----------- */
body {
	background-size: auto 300px;
}
h2 {
	padding:10px 0;
	font-size:24px;
}
ul#tv_logo_list li img {
	width:80%;
	height:auto;
}
/* ------------ header ----------- */
		
header {
	width: 90%;
	margin: 0 auto;
}
/* ------------ wrapper ----------- */

#wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 40px 0 0 0;
	background: url(../images/sp/headerimg_top_sp.png) repeat-x;
	background-size: auto 10px;
}
.subwrapper {
	width: 90%;
}
/* ------------ titles ----------- */
	
.maintitle {
	width: 100%;
	margin: -2px auto 0 auto;
	height: 0;
	padding-top: 44.925124792%;
	background: url(../images/sp/titleimg.png) 0 0 no-repeat;
	background-size: contain;
	text-align: center;
	display: block;
}
.lead {
	width: 100%;
	height: 0;
	padding-top: 13.5823429542%;
	background: url(../images/sp/lead.png) no-repeat center;
	background-size: contain;
	margin: 0 auto 15px auto;
}
#shuzaisaki img.title {
	height: 20px;
	margin: 0 auto 15px auto;
}
.box-shuzaisaki h2 {
	font-size: 120%;
	padding: 3px 0;
}
/* ------------ images ----------- */

.headerimg-top,  .headerimg-btm {
	display: none;
}
.shuzaisaki {
	display: none;
}
.shuzaisaki-sp {
	display: block;
	width: 100%;
	height: auto;
}
.titlebtmimg {
	margin: 0 auto 20px auto;
	width: 100%;
}
.bg-udo-sp {
	display: block;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.max_img img {
	width: 100%;
	height: auto;
	max-width: 860px;
	margin-bottom: 20px;
   
}
/* ------------ texts ----------- */

.sentence {
	font-size: 80%;
	line-height: 1.6em;
	margin: 0 0 10px 0;
}
.cast {
	background: none;
	padding: 0 0 0 0;
	font-size: 80%;
	height: auto;
}
.date p {
	margin: 0 auto 0 auto;
	padding: 20px 20px 0 20px;
	font-size: 80%;
	line-height: 1.5em
}
/* ------------ list ----------- */
	
.date ul {
	padding: 0 0 20px 0;
}
.date ul li img {
	height: 18px;
}
dl {
	font-size: 80%;
	line-height: 1.6em;
	margin: 20px auto 10px auto;
}
dl dt {
	float: none;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0 0 3px 0;
	border-bottom: 1px dotted #E87B1B;
}
dl dd {
	margin: 0 0 10px 0;
}
dl dd:before {
	content: "";
}
.box-shuzaisaki ul {
	letter-spacing: -.40em;
}
.box-shuzaisaki ul li {
	width: 100%;
	letter-spacing: normal;
	margin: 5px 0;
	display: block;
	box-sizing: border-box;
}
.box-shuzaisaki ul li img {
	width: 100%;
}
/* ------------ box ----------- */

.date {
	margin: 0 auto 30px auto;
}
.box-shuzaisaki {
	padding: 20px;
}
/* ------------ footer ----------- */
	
footer {
	background: url(../images/sp/bg_btm_sp.jpg) repeat-x bottom center;
	background-size: auto 200px;
	padding: 0 0 90px 0;
}
footer.none {
	background: url(../images/sp/bg_btm_sp.jpg) repeat-x bottom center;
	background-size: auto 100px;
	padding: 0 0 90px 0;
}
.page-top {
	position: fixed;
	bottom: 15px;
	right: 0;
	left: 0;
	margin: auto;
	width: 100%;
    text-align: center;
	line-height: 0;
}
#page-top img{
	width:8%;
	}
.btmimg {
	width: 100%;
	height: 10px;
	margin: 0 auto;
	background: url(../images/sp/headerimg_btm_sp.png) repeat-x;
	background-size: auto 10px;
	display: block;
	position: absolute;
	bottom: 0;
}
.sitetop {
	width: 70%;
	margin: 15px auto;
	padding:10px 0;
}
.sitetop img {
	width: 100%;
}

}