@charset "UTF-8";

/* ================================================ */
/* 全体設定           */
body{
	margin:0px;
	padding:0px;
	font-size: 16px;
	font-family:Verdana,Arial,Meiryo,"メイリオ","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka,"MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
	line-height:1.6em;
	text-align: center;
	color:#fff;
	background-color: #000;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img, form
{margin: 0;	padding: 0;	border: none; font-weight: normal; list-style-type: none;text-align: left;}
img {border:0px; border-style:none;}

/*link
--------------------------------*/
a{color: #e70000; text-decoration: underline;}
a:visited{color: #e70000; text-decoration: underline;}
a:hover{color: #e70000;	text-decoration: none;}
a:active{color: #e70000; text-decoration: underline;}

/*layout
--------------------------------*/
.title_pc{display:block;}
.title_sp{display:none;}

hr.borderLine {
	border-top:1px solid #ccc;
	border-bottom: 1px solid #8c8c8c;
	height:0;
	width:75%;
}
p {
	text-align: center;
	margin:15px 0;
}

p.cast {
	font-size:120%;
	line-height:1.8em;
}

.fly {
	padding:0px;
	margin:0px auto 20px auto;
}
#wrapper{
	margin: 0px;
	padding: 0px;
	clear:both;
	background-color:#000;
}
.wrap{
	width:1000px;
	margin: 0px auto;
	padding: 0px;
	clear:both;
	background-color:#000;
}

.copyTxt{
	margin: 0px auto;
	padding: 10px 0px 20px 0px;
	color: #fff;
	font-size: 14px;
	line-height:1.5em;
	text-align: center;
}

.txt14{
	font-size: 14px; line-height:1.3em;
}
.txt18{
	font-size: 18px; }
.boldTxt{
	font-weight:bold;
}
.mb20 {
	margin-bottom:20px;
}

/*回り込みのクリア
--------------------------------*/
.clear:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clear{display:inline-table;}
/* \*/
* html .clear{height:1%;}
.clear{display:block;}
/* */
/*===============================================
スマホ
===============================================*/

@media screen and (max-width:640px){
	


.title_pc{display:none;}
.title_sp{display:block;}

img
{max-width: 100%;
height: auto;
width /***/:auto;　
border: 0px; }

.fly {
	padding:0px;
	margin:0px auto 10px auto;
}
p {
font-size:14px;
text-align:left;
margin:20px 5px;
}

hr.border {
	border-top:1px solid #fff;
	border-bottom: 1px solid #8c8c8c;
	height:0;
	width:85%;
}
.wrap{
	width:100%;
	margin: 0px auto;
	padding: 0px 0px 10px 0px;
	clear:both;
}
.fly {
	width:100%;
	padding:0px;
	margin:20px auto 20px auto;
}
.copyTxt {
	font-size:12px;
}
.bold{
	font-weight:bold; }

}
