/**comon.css**/

html{
	background:#fff;
	position:relative;
	font-family: Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color:#222;
}
.font_a1{ font-family: "A1明朝"; }
.font_shima{ font-family: "しまなみ"; }
.font_bbb{ font-family: "中ゴシックBBB"; }


body{
	background-color:#000;
	background-image:url(../images/common/bg.jpg);  
    background-repeat:  no-repeat;
    background-position:center top; 
    background-size:contain;
    background-attachment: fixed;
    width:auto;
    height:100%;

}

a{
	text-decoration:none;
}

h2{

width:1200px;
text-align:center;
top:172px;
height:100px;
 left: 0;
 right: 0;
 margin:0 auto;
margin:0 auto;
position:absolute;
color: white;
}

h3{
	width:620px;
	max-width:100%;
	margin:5px auto 5px auto;
	color: white;
	font-size: 38px;
	text-align: center;
	line-height: 36px
}
h3 span{	font-size:20px;display: block}

h3 img{
	width:100%;
} 
.orange_h{
	height:50px;
}

#header{
	width:100%;;
	position:fixed;
	z-index:20;
	height:100px;
	margin:0 auto;
	background:url(../images/common/head/head_bg.png) 50% 0 repeat-x;
	box-shadow:rgba(0, 0, 0, 0.25) 0px 4px 5px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.25) 0px 4px 5px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.25) 0px 4px 5px 0px;
}

#head_in{
	width:1200px;
	height:100px;
	margin:0 auto;
	position:relative;
	background:url(../images/common/head/head.png) 50% 0 no-repeat;
}

#head_logo{
	margin:0 0 0 380px;
	width:440px;
	height:100px;
	float:left;
}

#head_btn{
	float:right;
	margin-top:27px;
}

#head_btn a{
	display:block;
	float:left;
}

#allwrap{
	padding-top:100px;
}

#gnav{
	width:100%;
	height:62px;
	background:url(../images/common/nav/nav_bg.png) 50% 0%;
	box-shadow:rgba(0, 0, 0, 0.25) 0px 4px 5px 0px,rgba(0, 0, 0, 0.2) 0px -4px 5px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.25) 0px 4px 5px 0px,rgba(0, 0, 0, 0.2) 0px -4px 5px 0px;;
	-moz-box-shadow:rgba(0, 0, 0, 0.25) 0px 4px 5px 0px,rgba(0, 0, 0, 0.2) 0px -4px 5px 0px;;
	position:relative;
	z-index:10;
}

#gnav ul{
	width:/*1200px*/1100px;
	margin:0 auto;
	line-height:0em;
}


#gnav ul li{
	display:inline;
	float:left;
	width:150px;
}

#gnav ul li a{
	display:block;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;	
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#gnav ul li a:hover{
	background: rgba(255,255,255,0.2);
} 

#fixnavi{
	width:100%;
	height:62px;
	background:url(../images/common/nav/nav_bg.png) 50% 0%;
	box-shadow:rgba(0, 0, 0, 0.25) 0px 4px 5px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.25) 0px 4px 5px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.25) 0px 4px 5px 0px;
	position:fixed;
	z-index:30;
	top:100px;
}

#fixnavi ul{
	width:/*1200px;*/1100px;
	margin:0 auto;
	line-height:0em;
}


#fixnavi ul li{
	display:inline;
	float:left;
	width:150px;
}

#fixnavi ul li a{
	display:block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;	
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#fixnavi ul li a:hover{
	background: rgba(255,255,255,0.2);
} 

#conrtents{
	/*width:1200px;
	margin:20px auto;*/
	width: 100%;
	padding:10px 0;
	background:rgba(0,0,0,0.2);

}

.c_wrap{
	/*width:1160px;
	margin:20px auto 0;*/
	width: auto;
}

.l_col{
/*	width:900px;
	float:left;
	margin-right:20px;*/
	width: 100%
}

/*.r_col{
	width:240px;
	float:left;
}*/
.r_col{
	display: none
}

.sidebana{
	line-height:0em;
	margin-bottom:10px;
}

.sidebana a{
	display:block;
	box-shadow:rgba(0, 0, 0, 0.4) 0px 7px 7px 0px,;
	-webkit-box-shadow:rgba(0, 0, 0, 0.4) 0px 7px 7px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.4) 0px 7px 7px 0px;	
	margin-bottom:10px;
}

#footer{
	height:100px;
	width:100%;
	background:rgba(0,0,0,0.8);
	border-top:1px solid #fff;
	box-shadow:rgba(0, 0, 0, 0.2) 0px -4px 4px 0px,;
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0px -4px 4px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.2) 0px -4px 4px 0px;
	padding-bottom:10px;
}

#f_w{
	width:1200px;
	margin:0px auto;
}

#footer ul{
	width:660px;
	margin:10px auto;
	color:#444;
}

#footer ul li{
	float:left;
	height:20px;
	line-height:20px;
	margin:10px 5px 0;
}

#footer ul li a{
	color:#fff;
}

#footer ul li a:hover{
	color:#fffc7b;
}

#copyrights{
	color:#fff;
	width:100%;
	margin:20px auto;
	color:#fff;
	font-size:13px;
    text-align: center
}

.manga{
	width:240px;
	padding:10px 0;
	float:left;
	background:#000;
	margin:0 0 10px;;
	box-shadow:rgba(0, 0, 0, 0.4) 0px 2px 3px 0px,0 0 0 2px #ff2069 inset;
	-webkit-box-shadow:rgba(0, 0, 0, 0.4) 0px 2px 3px 0px,0 0 0 2px #ff2069 inset;
	-moz-box-shadow:rgba(0, 0, 0, 0.4) 0px 2px 3px 0px,0 0 0 2px #ff2069 inset;
}

.mangain{
	width:220px;
	margin:0 auto;
}

.manga img{
	width:100%;

}

#twitter{
	width:240px;
	height:435px;
	margin:10px 0 20px;
	border-radius: 5px;
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px;
	background:rgba(255, 255, 255, 0.50);
	box-shadow:rgba(0, 0, 0, 0.20) 0px 3px 5px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.20) 0px 3px 5px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.20) 0px 3px 5px 0px;
}

.tweet_in{
	width:230px;
	height:380px;
	border:1px solid #68c7ff;
	margin:4px auto 0;
	background:#fff;
}

.moeloto{
	width:240px;
	height:30px;
	padding-top:30px;
	background:url(../images/side/lotobg.png);
	margin-bottom:10px;
}

.moeloto div{
	width:155px;
	margin:0 auto 0;
}

.moeloto div img{
	display:inlin-block;
	float:left;
	width:26px;
	margin-left:5px;
}

/**パン屑用------------------------------------**/

#Bread{
	width:100%;
	height:26px;
	background: rgba(0,0,0,0.5);
	border-bottom:solid 1px #fff;
	-webkit-box-shadow: 0px 6px 6px 1px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 6px 6px 1px rgba(0,0,0,0.4);
	box-shadow: 0px 6px 6px 1px rgba(0,0,0,0.4);
}

#Bread ol{
	width:1200px;
	margin:0 auto;
	font-size:12px;
}
#Bread ol li{
		line-height:26px;
}

#Bread ol li a {display: inline-block;
		color: #fff;
		text-decoration: underline;
		padding-right:4px;
		text-shadow:1px 1px 1px #000;
}

#Bread ol li a:hover{
	color:#fff9a9;
}

#Bread ol li .bnow{
	text-decoration: none;
	color:#fff;
}

#Bread ol:after {content: "";
                 display: block;
                 clear: both}

#Bread ol li {float: left;
             width: auto;}

#Bread ol li+li:before {content: '\003e';
                             color: #ccc;}

 @media (max-width: 480px){
    .flex-direction-nav a, .flex-control-nav {
    display: block; 
    }
  }

.box1{
	width:620px;
	max-width:98%;
	margin:0 auto 10px;
	padding:0;
	background:;
	box-shadow:rgba(0, 0, 0, 0.3) 0px 4px 4px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.3) 0px 4px 4px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.3) 0px 4px 4px 0px;
}
.red{color: red
}
.white{color: white}


hr{
	line-height: 1em;
	position: relative;
	outline: 0;
	border: 0;
	color: black;
	text-align: center;
	height: 1.5em;
	opacity: .5;
}
hr:before {
	content: '';
	background: -webkit-linear-gradient(left, transparent, #ffffff, transparent);
	background: linear-gradient(to right, transparent, #ffffff, transparent);
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
}
hr:after {
	content: attr(data-content);
	position: relative;
	display: inline-block;
	color: black;
	padding: 0 .5em;
	line-height: 1.5em;
	color: #ffffff;
	background-color: #fcfcfa;
}



.news_box{line-height: 1.8em}
a.news_bn{display: block; width: 44%; margin-left: 3%;margin-right: 3%; float: left; background:  rgba(39,39,39,1.00); border-radius: 8px; margin-bottom: 2%}
a.news_bn .box{padding:2%; color: white;text-align: left; line-height: 1.3em }
a.news_bn .box img{ width: 14%;float: left; margin-right: 6%; margin-bottom:2%}
a.news_bn .box p{ width: 78%;float: left; }
a.news_bn .box p .bn_time{ font-size: 12px }
a.news_bn .box p .bn_name{ font-size: 15px }
a.news_bn .box p .bn_txt{ font-size: 14px }

.bn{ width: 100%;max-width: 960px;margin: 55px auto;}

.mt2 {
    margin-top: 16px;
}
.ta-c{
    text-align: center;
}


.m-form-item-textarea textarea {
    height: 300px;
}

.m-form-textarea {
    display: block;
    width: calc(100% - 32px);
    padding: 12px 16px;
    border-radius: 4px;
    border: none;
    box-shadow: 0 0 0 1px #ccc inset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    resize: vertical;
}

.m-form-textarea:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}

.m-form-submit-button {
    font-size: 17px;
    display: inline-block;
    padding: 16px 0;
    border: none;
    border-radius: 4px;
    width: 80%;
    margin: 0 auto;
    background-color: #333;
    color: #fff;
    font-weight: bold;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    border: 2px solid transparent;
}
.m-form-submit-button:hover {
    background-color: #000;
}
.m-form-submit-button:focus {
    outline: 0;
    background-color: #000;
    border: 2px solid rgb(33, 150, 243);
}





