@charset "UTF-8";
/* reset
----------------------------------- */

* {
	margin:0px;
	padding:0px;
}


body,
h1, h2, h3, h4, h5, h6,
p, address, blockquote, pre, div,
dl, ol, ul, li,
form, input, select, textarea, fieldset, legend {
	margin: 0; 
	padding: 0; 
}

h1, h2, h3, h4, h5, h6,
p, address, blockquote, pre, div,
dl, ol, ul,
th { 
	font-weight: normal;
	font-style: normal; 
}

strong { 
	font-weight:normal; 
	font-style: normal; 
}

img {
	border: none;
}

ul {
list-style: none;
margin:0;
padding:0;
}

ul li {
list-style: none;
margin:0;
padding:0;
}

/* body
----------------------------------- */

body {
	font-family:"YuMincho", "游明朝","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size:80%;
	color:#fff;
}

a {
	text-decoration:none;
}


/* 中箱フロート並べ */
.twobox:after {
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
} 
.twobox {
	margin:0 auto;
	display: inline-table;
}  
 /* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */ 

.twobox div,
.twobox li {
	float:left;
}
.fl {
	float:left;
}
.clearfix:after {
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}

/* layout
---------------------------------*/
#wrapper {
background: #000  url(../img/announce/bg_wrapper.png) no-repeat center top;
}

/* header
-------------------*/
#header {
margin-bottom: 10%;
	width:100%;
	background:#000;
	border-bottom: #2e3642 solid 1px;
}
#header img {
	width:100%;
	height:auto;
}
#header a {
	display:block;
	xwidth:31%;
	height:auto;
}
#header_logo{
padding: 14px 0 11px 14px;
width: 30%;
float: left;
}
#header_kokuchi {
	margin-top:14px;
	margin-left:5%;
	width:30%;
	height:6%;
	border-top:#fff solid 1px;
	border-bottom:#fff solid 1px;
	font-size:3.6vw;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	text-align:center;
}
#heaader_news {
	margin:0 auto;
	padding:0.2em;
	width:98%;
	text-align:center;
	font-size:3.6vw;
	line-height: 1.2;
	color: #8ba5b9;
}
#header_newstext {
margin:0.5em auto 0;
padding:0.8em 3%;
width:94%;
font-size:4vw;
line-height:3vw;
line-height: 1.4;
background: #28292c;
}

/* contents
----------------*/
#contents {
	width:100%;
	background: url(../img/announce/bg_chara.png) no-repeat top right;
	background-size:  50% auto;
}
#contents img {
	width:100%;
	height:auto;
}
#cont_logo {
width: 50%;
margin-left: 2%;
margin-bottom: 20px;
}

#contents h1 {
margin-bottom: 30px;
}
#contents p{
margin-bottom: 25px;
}
#cont_text {
margin: 0 auto 28px;
width: 90%;
border-bottom: #808080 dashed 1px;
padding-bottom: 14px;
text-align: center;
color: #fff;
	line-height:1.4;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	}
	
	
/* links
---------------*/
#links {
margin: 0 auto 28px;
	width:80%;
	background-size: 100% auto;
}
#links li{
margin-bottom: 14px;
text-align: center;
line-height: 1;
color: #BFBFBF;
}
#links img {width: 100%;padding: 0;}


/* sns
---------------*/
#sns {
	margin:0 auto;
	padding-bottom: 44px;
	width:60%;
}

#sns ul {
	width:100%;
	margin:0 auto;

}
#sns li {
	width:40%;
	margin:0 5%;
	height:auto;
}
#sns li a {
	display:block;
	width:50%;
}
#sns li > img {
	vertical-align:top;
	width: 100%;
}
#sns #twitter {
	text-align:right;
}
#sns #facebook {
	text-align:left;
}
#sns #twitter a {
	float:right;
}
#sns #facebook a {
	float:left;
}

/* footer
--------------------*/
#footer {
	width:100%;
	background: #010e2f;
	text-align: center;
	color: #b3b3b3;
}
#footer_logo {
margin: 0 auto;
padding: 13px;
padding-top: 16px;
text-align: center;
width: 30%;
}

#footer_logo img {
width:100%;
}
#footer_logo a {
	display:block;
}
#footer p {
margin: 0 auto;
	xpadding-top:1em;
	line-height:1.6em;
}
#footer_ask { 
	margin:0 auto;
	padding:4% 5%;
	line-height:1.6em;
}
#footer_copy {
	font-size:2.8125vw;
	text-align:center;
	background:#000;
	color: #fff;
	padding:2%;
	line-height:1.4;
}

#footer a{
color: #808080;
text-decoration: underline;
}
