/*@media screen and (min-width: 769px) {}*/


/*===========================================

 → Basic
  
 =========================================*/		
	
body {
	width:100%;
	min-width:1000px;
	height:100%;
	color:#2e2e2d;
	background:url(../img/bg.jpg) repeat center top #f2f2f0;
	

}
	
#wrapper {
	min-width:1000px;
	height:auto;
	margin:0 auto;
	background:url(../img/bg_head_blocSp.png) no-repeat  100% 0 ;
	background-attachment:fixed !important;
	
}
	
#main_contents {
	min-width:1000px;
	width:100%;
	height:auto;
	margin:0 auto;
	background:url(../img/icon_7god.png) no-repeat 62% 170px;
	/*background-attachment:fixed !important;*/

}

#contents_body {
	width:1000px;
	margin:0 auto;
}

/*===========================================

 → HEADER
  
 =========================================*/	
#header {
	width:995px;
	margin:0 auto;
	height:auto;
	min-height:495px;
	margin-bottom:105px;
}

.head_inner {
	width:100%;
	height:auto;
	
}

#header_top {
	width:100%;
	height: auto;
	
}

.h-top_inner {padding-top:35px;}
.h-top_inner h2 {margin-bottom:10px;}

.h-top_inner h1 a {
	-moz-transition: .6s;
	-webkit-transition: .6s;
	-o-transition: .6s;
	-ms-transition: .6s;
	transition: .6s;
	}
.h-top_inner h1 a:hover {filter: alpha(opacity=70); -moz-opacity:.7; opacity:.7;}

/*===========================================

 → global menu 
  
 =========================================*/

#global_menu {
	width:305px;
	height:auto;
	margin-top:50px;
}

.menu_inner {
	margin-left:35px;
	
}

#global_menu ul {list-style-type:none;}

#global_menu ul li a {
	width:27px;
	float:left;
	text-indent:-9999px;
	display:block;
	-moz-transition: .6s;
	-webkit-transition: .6s;
	-o-transition: .6s;
	-ms-transition: .6s;
	transition: .6s
}
#global_menu ul .mn01 a {background:url(../img/mn01.png) no-repeat; height:241px; margin-left:48px;}
#global_menu ul .mn02 a {background:url(../img/mn02.png) no-repeat; height:159px; margin-left:50px;}
#global_menu ul .mn03 a {background:url(../img/mn03.png) no-repeat; height:131px; margin-left:50px;}
#global_menu ul .mn04 a {background:url(../img/mn04.png) no-repeat; height:158px;}

#global_menu ul .mn01 a:hover {background:url(../img/mn01_over.png) no-repeat;}
#global_menu ul .mn02 a:hover {background:url(../img/mn02_over.png) no-repeat;}
#global_menu ul .mn03 a:hover {background:url(../img/mn03_over.png) no-repeat;}
#global_menu ul .mn04 a:hover {background:url(../img/mn04_over.png) no-repeat;}


#b-contact ul .mn04 a {background:url(../img/mn04_over.png) no-repeat;}
/*===========================================

 → footer 
  
 =========================================*/	
 #footer {
	 width:100%;
	 min-height:199px;
	 background:url(../img/bg_footer.png) repeat center bottom;

	 
 }
 
 
 
 
/*===========================================

 → Contents 
  
 =========================================*/	
 #block_basic {
	 width:100%;
	 height:auto;
	 margin-bottom:115px;
 }
 
 .block_inner {
	width: 670px;
	/* [disabled]margin: 0 auto; */
		height:auto;
 }
 
 
 .title {
	 height:36px;
	 width:auto;
	 border-bottom:1px solid #79736d;
	 padding-bottom:10px;
	 margin-bottom:20px;	 
 }
 #txt_box {
	width: 94%;
	margin: 0 auto;
	 
 }
 
 #txt_box2 {
	width: 94%;
	margin: 0 auto;
	padding:15px 0;
	text-align:center;

	 
 }


 #txt_box p,
 #txt_box2 p {
	font-size: 14px;
	line-height: 24px;
 }

.punkuzu a,
#txt_box a,
#txt_box2 a,
#blocs a {
	 color:#000;
	 text-decoration:underline;
	 -moz-transition: .6s;
	-webkit-transition: .6s;
	-o-transition: .6s;
	-ms-transition: .6s;
	transition: .6s;
 }
 
.punkuzu a:hover,
#txt_box a:hover,
#txt_box2 a:hover,
#blocs a:hover {
	  color:#dc0008;
	  
	  }
  

#txt_box table {}
#txt_box table td {font-size:15px; line-height:30px; vertical-align:top;}

#bnr_gekijyo {
	margin-top:65px;
	width:420px;
	height:80px;	
}


#bnr_gekijyo a {
	display:block;
	width:420px;
	height:80px;
	 -moz-transition: .6s;
	-webkit-transition: .6s;
	-o-transition: .6s;
	-ms-transition: .6s;
	transition: .6s
}

#bnr_gekijyo a:hover {
	 filter: alpha(opacity=70); -moz-opacity:.7; opacity:.7;
	  	  }

#bnr_gekijyo a img {
	width:100%;
	height:auto;
	max-width:100%;
}

.last_box {	margin-bottom:40px !important;}


/*===========================================

 → CONTACT PAGE 
  
 =========================================*/
 
 .subT {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

 
.subT2 {
	text-align: center;
	font-size: 14px;
	font-weight: lighter;
	margin-bottom: 25px;
}
 #block-contact {
	 background:#fff;
	 margin:20px 0;
	 padding-top:20px;}
	 

.formbox {
	margin:20px 0;
}

.formbox table {font-size:14px;}
.formbox table th,
.formbox table td {
	padding-bottom:10px;
	vertical-align:top;
	text-align:left;
}
.formbox table td {padding-left:5px;}
.formbox table th {font-weight:normal;}

#btnAria_form {margin-bottom:10px; text-align:center;  display:block; min-width:564px; width:auto;}


/** inputs and textarea**/
input:not([type="submit"]),
input:not([type="reset"]),
textarea{
outline:none;
display:block;
width:60%;
padding:2px 4px;
color:#3F3F3F;
font-family:'Droid Sans',Tahoma,Arial,Verdana sans-serif;
font-size:14px;
transition:background 0.2s linear,box-shadow 0.6s linear;
min-height:20px;
-webkit-box-shadow: 1px 1px 4px #efefef inset;
-moz-box-shadow: 1px 1px 4px #efefef inset;
box-shadow: 1px 1px 4px #efefef inset;
}

.ticketbox {
outline:none;
display:block;
width:35% !important;
padding:2px 4px;
color:#3F3F3F;
font-family:'Droid Sans',Tahoma,Arial,Verdana sans-serif;
font-size:14px;
border-radius:2px;
transition:background 0.2s linear,
box-shadow 0.6s linear;
}

.radioB {float:left; width:48%; background-color:none !important;}
TEXTAREA  {
	width:97%!important;
	min-height:60px;
	background-color:#efefef;
	border:solid 1px #e7ebce;
	font-size:14px !important;
	-webkit-box-shadow: 1px 1px 4px #efefef inset;
-moz-box-shadow: 1px 1px 4px #efefef inset;
box-shadow: 1px 1px 4px #efefef inset;
	}
	
.c_txtbox,
.c_txtbox2 {
	background-color:#fff !important;
	border:solid 1px #ddd !important;
	width:97%!important;
}
	
	
.c_txtbox {
	-webkit-box-shadow: 1px 1px 1px #eee;
	-moz-box-shadow: 1px 1px 1px #eee;
	box-shadow: 1px 1px 1px #eee;
	
	}
	
.c_txtbox2 {
	height:100px !important;
	vertical-align:top !important;
	-webkit-box-shadow: 1px 1px 1px #eee;
	-moz-box-shadow: 1px 1px 1px #eee;
	box-shadow: 1px 1px 1px #eee;
	-webkit-box-shadow: 1px 1px 4px #efefef inset;
-moz-box-shadow: 1px 1px 4px #efefef inset;
box-shadow: 1px 1px 4px #efefef inset;
	
	
	}





select {width:60%; height:20px; padding: 5px;}
input:not([type="submit"]):active,
input:not([type="reset"]):active,
textarea:active,
input:not([type="submit"]):focus,
input:not([type="reset"]):focus,,
textarea:focus{
background:#eee !important;
border:solid 1px #bbb;
box-shadow:2px 2px 7px #eee inset;
}
input:([type="submit"]),
input:([type="reset"])
{
	line-height:25px !important;
	

}
textarea{
min-height:150px;
resize:vertical;
}
/* placeholder */
::-webkit-input-placeholder  {
font-size:14px;
color:#ccc;
}
input:-moz-placeholder,
textarea:-moz-placeholder{
font-size:14px;
color:#ccc !important;
}


.form_btn {
	width: auto;
	float: left;
	padding: 2px 0;
	display: block;
	width:100px !important;
	line-height:25px !important;
	height:25px !important;
	margin-right:20px !important;
	
}

input.btn_submit{

	display:block;
	cursor:pointer;
	width:100px !important;
	font-size:14px;
	background-color:#fff;
	color:#000;
	border:1px solid #ccc;
	-moz-transition: .8s;
	-webkit-transition: .8s;
	-o-transition: .8s;
	-ms-transition: .8s;
	transition: .8s;
	
	-webkit-box-shadow: 1px 1px 2px #aaa;
-moz-box-shadow: 1px 1px 2px #aaa;
box-shadow: 1px 1px 2px #aaa;

	

	}

.btn_submit:hover {
	background-color:#ccc;
	color:#545454 !important;
	border:1px solid #ccc;
	-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
}


.btn_reset {margin-right:20px !important; float:left; width:100px; margin-top:2px;}
.btn_reset a {
	display:block;
	width:100px !important;
	font-size:14px;
	background-color:#fff !important;
	color:#3F3F3F !important;
	border:1px solid #ccc;
	-moz-transition: .8s;
	-webkit-transition: .8s;
	-o-transition: .8s;
	-ms-transition: .8s;
	transition: .8s;
	text-decoration:none !important;
	
	min-height:25px;
	line-height:25px;
	-webkit-box-shadow: 1px 1px 4px #efefef inset;
-moz-box-shadow: 1px 1px 4px #efefef inset;
box-shadow: 1px 1px 4px #efefef inset;
	
	}	
	
.btn_reset a:hover {
	background-color:#ccc !important;
	color:#545454 !important;
	border:1px solid #ccc !important;
	
}
	
	
.punkuzu {
	font-size: 14px;
	margin: 30px 0 15px;
}

#privacy {
	text-align: left !important;
	margin-top: 50px;
	padding-top:45px;
	border-top:1px dashed #545454;
}
#privacy p {font-size:14px; line-height:18px; margin-bottom:10px;}
.geta {
	height:100px;}


.contact_b {margin:auto !important;}

.contact_b h1 {margin-bottom:20px; padding-top:10px;}


/*===== 2015 12 14 =====*/
#heaalines {
	margin:0 auto;
	position:relative;
	max-width:640px;
	width:100%;
	
	}
	
	
#heaalines img {
	-moz-transition: .8s;
	-webkit-transition: .8s;
	-o-transition: .8s;
	-ms-transition: .8s;
	transition: .8s;
	width:100%;
	height:auto;
	
}
#heaalines a:hover img {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(255,255,180,.9) ;
-moz-box-shadow:  0px 0px 8px 2px rgba(255,255,180,.9) ;
box-shadow: 0px 0px 8px 2px rgba(255,255,180,.9) ;
filter: alpha(opacity=70); -moz-opacity:.7; opacity:.7;
	
}

#heaalines2 {
	margin: 0 auto 20px;
	position: relative;
	/* [disabled]max-width:595px; */
	/* [disabled]width: 100%; */
	height: auto;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho",  serif;
	padding: 10px 0 10px 45px;
	background: url(../img/mark.png) no-repeat left top;
	min-height: 36px;
	color: #f00;
	font-size:26px;
	line-height:100%;
	}
	


.lightB {
	min-width:inherit !important;
	background-repeat:repeat !important;
	height:100% !important;
	
	}
#popups_body {
		background:url(../img/bg_head_blocSp.png) no-repeat  100% 0 ;
	background-attachment:fixed !important;
	width:100% !important;
	height:100%;
	 position:relative;
	 padding:50px 0 ;
	}	


#blocs {
	/* [disabled]max-width:640px; */
	/* [disabled]width: 80%; */
	height: 100%;
	margin: auto;
	-webkit-box-shadow: 1px 2px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 1px 2px 4px rgba(0,0,0,.2);
	box-shadow: 1px 2px 4px rgba(0,0,0,.2);
	}
#blocs table {width:100%; height:100%; }

#blocs table tr {}

#blocs table th, #blocs table td {
	font-weight:300;
	text-align:left;
	font-size:14px;
	line-height:140%;
	vertical-align:top;
	background:rgba(255,255,255,.8);
	padding:10px;	
	}

#blocs table th {
	width: 20%;
} 

/*===　2016　0105　====*/
#subt {
	
	margin:0 auto 20px;
	font-family: "Sawarabi Mincho",YuMincho, "游明朝","ヒラギノ明朝 ProN W6","Hiragino Mincho ProN-W6", "HG明朝E", "メイリオ", Meiryo, serif;
	text-align: center !important;
	font-size: 22px;
	background: #f20;
	border: 2px solid;
	border-color: #fff;
	border-color: rgba(255,255,255,.8);
	color: #fff;
	padding: 5px 0;
	letter-spacing:2px;
	width:100%;
	display:block;
	font-weight:300;
}

#ev_picsBloc {margin:25px auto;}
#ev_picsBloc img {width:100%; height:auto;}

.twobox {margin-bottom:50px !important;}

.ev_cap {color:#fe3a76; font-size:12px !important; margin-top:10px; font-weight:700;}

#btn_home {
	text-align:center;
	margin-top:50px;
}

#btn_home a {
	font-size:14px;
	color:#dc0008;
	background:#fff;
	background:rgba(255,255,255,.8);
	border:1px solid;
	border-color:#ccc;
	border-color:rgba(204,204,204,.6);
	padding:10px 20px;
	-webkit-box-shadow: 1px 2px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 1px 2px 4px rgba(0,0,0,.2);
	box-shadow: 1px 2px 4px rgba(0,0,0,.2);
}

#btn_home a:hover {
	text-decoration:none;
	background:#dc0008;
	background:rgba(220,0,8,.8);
	border-color:#f20;
	border-color:rgba(246,6,15,.6);
	color:#fff;
}



/*=== 2016 01 12 ====*/

.h_subcaption {
	font-size:22px !important;
	line-height:160% !important;
	display:block;
	margin-bottom:30px;
	font-weight:300 !important;
	font-family: "Sawarabi Mincho",YuMincho, "游明朝","ヒラギノ明朝 ProN W6","Hiragino Mincho ProN-W6", "HG明朝E", "メイリオ", Meiryo, serif;
	color:#f00;
	letter-spacing:-1px;
	text-align:center;
	} 

#ev_subt02 {
	font-size: 28px;
	margin: 0px 0 30px;
	font-family: "Sawarabi Mincho",YuMincho, "游明朝","ヒラギノ明朝 ProN W6","Hiragino Mincho ProN-W6", "HG明朝E", "メイリオ", Meiryo, serif;
	color: #fff;
	letter-spacing:2px;
	position:relative;
	font-weight: 300;
	letter-spacing: -.5px;
	line-height: 120%;
	
	}

#ev_subt02 span {padding:2px 20px;background: #212086; position: relative; z-index: 1;}
#ev_subt02 span:before {
content: "";
border: 2px solid #212086;
padding: 2px;
width: 100%;
height: 100%;
position: absolute;
left: -4px;
top: -4px;
z-index: 0;
}

#event_t {
	font-size:28px;
	text-align:center;
	width:100%;
	padding:15px 0;
	color:#f00;
	background:#fff;
	background:rgba(255,255,255,.8);
	margin:0px auto 50px;
	 border-radius: 4px; 
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	border:2px solid;
	border-color:#f00;
	border-color:rgba(255,0,0,.7);
	font-weight:700;
	font-family: "Sawarabi Mincho",YuMincho, "游明朝","ヒラギノ明朝 ProN W6","Hiragino Mincho ProN-W6", "HG明朝E", "メイリオ", Meiryo, serif;
	line-height: 160%;
	-webkit-box-shadow: 0px 0px 4px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0px 0px 4px 2px rgba(0,0,0,.2);
	box-shadow: 0px 0px 4px 2px rgba(0,0,0,.2);
	
}
	
#ev_visual {margin-bottom: 10px;}
	
#ev_visual img, #ev_visual a img {
	width:100%;
	height:auto;
	display:block;
	
	}
	
#ev_visual a img {
	 border-radius: 4px; 
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	-moz-transition: .6s;
	-webkit-transition: .6s;
	-o-transition: .6s;
	-ms-transition: .6s;
	transition: .6s;
	-webkit-box-shadow: 0px 0px 4px 1px rgba(0,0,0,.6);
	-moz-box-shadow: 0px 0px 4px 1px rgba(0,0,0,.6);
	box-shadow: 0px 0px 2px 1px rgba(0,0,0,.6);
}
#ev_visual a:hover img {
	
	filter: alpha(opacity=80); -moz-opacity:.8; opacity:.8;
	}

.newbox {
	width:auto !important;
	
	background:#fff;
	background:rgba(255,255,255,1);
	-webkit-box-shadow: 1px 1px 6px rgba(0,0,0,.2);
	-moz-box-shadow: 1px 1px 6px  rgba(0,0,0,.2);
	box-shadow: 1px 1px 6px rgba(0,0,0,.2);
	 border-radius: 8px; 
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
	padding:30px 3%;
	
}


.twoblocs {
	display:inline-block !important;
	vertical-align:top;
	text-align:center;
	width:46%;
	margin:15px 1.5% !important;
	
	}

.tiny {	width: 80%;	height: auto; margin: 20px auto 40px !important;}

.tiny img { max-width:380px; width:100%; height:auto; margin:0 auto 10px;}
.tiny img, .twoblocs img {
	display:block;
	margin-bottom:10px;
	border:1px solid;
	border-color:#ccc;
	border-color:rgba(59,59,59,.3);
	-webkit-box-shadow: 2px 3px 3px rgba(59,59,59,.2);
	-moz-box-shadow: 2px 3px 3px rgba(59,59,59,.2);
	box-shadow: 2px 3px 3px rgba(59,59,59,.2);
	
	}
#ev_names {font-size:18px !important; text-align:center; font-family: "Sawarabi Mincho",YuMincho, "游明朝","ヒラギノ明朝 ProN W6","Hiragino Mincho ProN-W6", "HG明朝E", "メイリオ", Meiryo, serif; font-weight:300; color:#3a3b3b;}
#ev_names span {font-weight:300 !important; line-height:120% !important; font-size:13px !important;}

.center {text-align:center;}

#t_pics {width:80%; height:auto; margin:5px 0 10px;}
#t_pics img {
	width:100%;
	height:auto;
	display:block;
	border:1px solid;
	border-color:#ccc;
	border-color:rgba(59,59,59,.3);
	-webkit-box-shadow: 2px 3px 3px rgba(59,59,59,.2);
	-moz-box-shadow: 2px 3px 3px rgba(59,59,59,.2);
	box-shadow: 2px 3px 3px rgba(59,59,59,.2);
	
	}
#t_pics.shisyo {width:100% !important; margin:5px auto 10px !important; }

.indent_new {padding-left:0.6em;}
.ev_names02, .ev_names02 p { font-family: "Sawarabi Mincho",YuMincho, "游明朝","ヒラギノ明朝 ProN W6","Hiragino Mincho ProN-W6", "HG明朝E", "メイリオ", Meiryo, serif; font-size:13px !important;}

.ev_bg {background-position:62% 140px !important;}
.ev_head {margin-bottom:40px !important;}

.ver_otokomae { width:40%; margin:0 !important;}
.ver_otokomae_txt {width:52% !important; text-align:left; margin:0 0 0 4% !important;}
.ver_otokomae_txt p {margin-bottom:5px;}


/*===========================================

 → 2016 11 25 (第二回 上方漫才協会大賞 )
  
 ===========================================*/
#two_version {width: 100%;}
#ticket_shop {margin-bottom: 5px;  }
#ticket_shop a{color: #e7378d;}

#ticket_infobloc {
margin-bottom: 20px;
border-bottom: 1px dotted #ccc;
padding-bottom: 15px;
}
#ticket_infobloc p {
font-size: 14px !important;
line-height: 160%;
margin-bottom: 10px;
}

#ticket_infobloc p span {font-size: 85%;}

#blocs table #ticket_infobloc:last-child {padding-bottom: 0; margin-bottom: 0; border-bottom: 0;}

#bloc_basic.f_left {float: left; width: 63%; margin-right: 2%; max-width: 670px;}
#poster.f_right {float: right; width: 32%;}
#poster {padding-top: 75px;}
#poster img {
width: 100%;
height: auto;
display: block;
-moz-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,.2);
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,.2);
	box-shadow: 3px 3px 3px rgba(0,0,0,.2);
	}
	
#btn_archives {margin:40px auto 0; max-width: 470px; width: 100%; height: auto;}
#btn_archives a,
#btn_archives a img {
max-width: 470px;
width: 100%;
height: auto;
	-moz-transition: .6s;
	-webkit-transition: .6s;
	-o-transition: .6s;
	-ms-transition: .6s;
	transition: .6s;

}
		
#btn_archives a {display: block;
	text-align: center;
	text-decoration: none;
	height: auto;
	color: #3a3b3b;
	font-size: 20px;
	font-weight: 700;
	font-family: "Sawarabi Mincho",YuMincho, "游明朝","ヒラギノ明朝 ProN W6","Hiragino Mincho ProN-W6", "HG明朝E", "メイリオ", Meiryo, serif;
	}
	
#btn_archives a:hover img {
	 -ms-transform:scale(1.12);
        -webkit-transform:scale(1.12);
        transform:scale(1.12);
								filter: alpha(opacity=70); -moz-opacity:.7; opacity:.7;
}

#tick_title {margin-bottom: 15px; color: #f20; position: relative; font-size: 14px;}
#tick_title span {position: relative;}
#tick_title span:after {
	content: '';
	position: absolute;
	bottom:-2px;
	left: 0px;
	width: 100%;
	height: 2px;
	background: #f20;

}


/*===========================================

 → 2016 12 02 (動画追加 )
  
 ===========================================*/
#movie_bloc {height: auto; margin: 0 3.5% 30px; border: 3px solid; 	border-color: #fff;	border-color: rgba(255,255,255,.6);}

.movie_inner { background: #fff; background: rgba(255,255,255,.9); padding:15px;}
.movie_inner iframe { height:500px !important; display:block; margin:0 auto; padding:0 1.75%; }


#mv_caption {margin-bottom: 10px; text-align: center; font-size: 15px; font-weight: 700; color: #f00; letter-spacing: -.5px;}


/*===========================================

 → 2016 12 29 
  
 ===========================================*/
#neo_title {width:100%; height:auto; display:block; margin:20px auto 50px;}
#neo_title img {width:100%; height:auto; display:block;}
 
p#infotxt {
font-weight: 300;
font-size: 15px;
font-family: "Sawarabi Mincho",YuMincho, "游明朝","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN-W3", "HG明朝E", "メイリオ", Meiryo, serif;
line-height: 140%;
}

#inner_section {margin-bottom: 40px;}
#txt_box #inner_section:last-child {margin-bottom: 0;}

#ev_subt02.no2 {font-size: 24px;}
#ev_subt02.no3 {font-size: 18px; text-align: left;}

#special_headline {
font-size: 18px;
line-height: 120%;
text-align: center;
color: #f20;
font-family: 'Mplus 1p', sans-serif;
background: #fff;
margin: -15px auto 15px;
line-height: 120%;
-webkit-text-shadow:0px 0px 1px rgba(250,250,0,1);	
-moz-text-shadow:0px 0px 1px rgba(250,250,0,1);	
text-shadow:0px 0px 3px rgba(250,250,0,1);
letter-spacing: -1px;
}
#inner_section.special_section {border: 2px solid #0a3287; padding:0 15px 30px; text-align: center !important;}

#little_headline {
	font-size:24px; 
	text-align:center;
	 color:#f20; 
	 font-family: "Sawarabi Mincho",YuMincho, "游明朝","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN-W3", "HG明朝E", "メイリオ", Meiryo, serif;
	 text-align:left;
	 padding-bottom:5px;
	 margin-bottom:30px;
	 font-weight:300;
	 text-align:center;
	 position:relative;
}

#little_headline span { padding:0 15px; background:#fff; position:relative; z-index:1;}
#little_headline:after {
	content:"";
	position:absolute;
	left:0;
	top:50%;
	width:100%;
	height:1px;
	background:#f20;
	z-index:0;
	margin-top:-4px;
}
ul#piclist, ul#piclist02 {
	list-style-type:none;
	 display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	
	position:relative;
margin-right:-4%;
overflow:hidden;
}

ul#piclist li, ul#piclist02 li { float:left; height:auto;}

ul#piclist li {width:30%; margin:0 2.8% 25px 0;}
ul#piclist02 li {width:47%; margin:0 2% 25px  0;}



ul#piclist li img, ul#piclist02 li img {
	display:block; 
	width:100%; 
	height:auto; 
	margin-bottom:5px;
	border:1px solid;
	border-color:#ccc;
	border-color:rgba(59,59,59,.3);
	-webkit-box-shadow: 2px 3px 3px rgba(59,59,59,.2);
	-moz-box-shadow: 2px 3px 3px rgba(59,59,59,.2);
	box-shadow: 2px 3px 3px rgba(59,59,59,.2);
	}

#list_cap {text-align:center; font-size:13px !important; line-height:120%; font-family: "Sawarabi Mincho",YuMincho, "游明朝","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN-W3", "HG明朝E", "メイリオ", Meiryo, serif;} 

#list_headline {
	content:"";
	overflow:hidden;
	clear:both;
	font-size:13px;
	line-height:120%;
	margin-bottom:10px;
	font-family: "Sawarabi Mincho",YuMincho, "游明朝","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN-W3", "HG明朝E", "メイリオ", Meiryo, serif;
	width:100%;
	font-weight:300;
}

.ev_comments {font-family: "Sawarabi Mincho",YuMincho, "游明朝","ヒラギノ明朝 ProN W6","Hiragino Mincho ProN-W6", "HG明朝E", "メイリオ", Meiryo, serif;}

/*===========================================

 → 2017 01 06
  
 ===========================================*/
ul#new_rankings {
	list-style-type:none;
	float:left;
	width:48%;
	display:block !important;
	padding-left:1%;
	border-right:1px dotted #dcdcdc;
	}
ul#new_rankings:nth-child(even) {float:right !important; padding-left: 6%; border-right:0; width:42%;}

ul#new_rankings li {
	font-family: "Sawarabi Mincho",YuMincho, "游明朝","ヒラギノ明朝 ProN W6","Hiragino Mincho ProN-W6", "HG明朝E", "メイリオ", Meiryo, serif;
	font-size:12px !important;
	margin-bottom:12px;
	line-height:160%;
	}
ul#new_rankings li #rank_no, ul#new_rankings li #rank_name {display:inline-block; vertical-align:top;}
ul#new_rankings li #rank_no {width:12%;}
ul#new_rankings li #rank_name {width:75% !important;}

#ev_picsBloc.ranking_lists {height:auto;width:96%;}
 
li.indent_new #rank_name {text-indent:-1.6%;}


/*===========================================

 → 2017 01 010
  
 ===========================================*/
ul#piclist.disp_inline {text-align:center !important; width:100%; margin:0 !important; display:block !important;}
ul#piclist.disp_inline li {vertical-align:top; float:none; margin:0 2.8% 20px; display:inline-block !important;}

