@charset "utf-8";

/* base&reset settings ----------------------------------------------------*/

@media screen and (max-width:640px){
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}

#container{
width:100%;
overflow:hidden;
}

img{
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}

html{
	margin:0px;
	padding: 0px;
	font-size: 12px;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height:18px;
}


body,p,div,ul,li,h1,h2,h3,h4,dl,dt,dd{
	padding:0;
	margin:0;
}

li{
	list-style:none;
}

a{
	color:#2EA6DF;
}

a:hover{
	color:#369;
}

#inner{
	width:100%;
	margin:0 auto;
}

#header{
	background:#000000;
	height: 25px;
	padding: 10px 10px 0px;
}

#header p{
	float:left;
	padding-right: 10px;
}

#header img{
	padding-top: 2px;
}

#visual .copy{
	width:100%;
}

#visual p{
	padding:0 3%;
}

#button{
background:#000000;
padding:0px 30px 30px;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: space-between;
justify-content: space-between;
}

#button img{
padding:20px 0 0;
}

#button div{
margin:0 auto;
width:100%;
text-align:center;
}

.detail{
	margin:20px 0;
	padding:0 20px;
}

.detail_photo{
	float:lnone;
	width:100%;
	text-align:center;
}

.detail_copy{
	float:none;
	font-size:16px;
	padding-left:0;
	line-height:24px;
	width:100%;
	text-align:left;
}

.limit{
	text-align:center;
	background:#000000;
	padding:10px 0;
}

.date{
	color:#FFFFFF;
	text-align:center;
	background:#78c75a;
	font-weight:bold;
	font-size:25px;
	line-height:25px;
	padding:6px 3% 3px;
	margin:0 0 10px 0;
}

.oslink{
	color:#FFFFFF;
	text-align:center;
	background:#78c75a;
	font-weight:bold;
	font-size:14px;
	line-height:14px;
	margin:10px 0;
}

.oslink a{
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	padding:6px 0 3px;
}

.seg h1{
	background:#001E50;
	color: #ffffff;
	padding: 5px 0 5px 15px;
	font-size:14px;
	margin: 20px 0;
}

.seg p{
	padding: 10px 20px 0px;
}

.link{
padding:20px 0;
text-align: center;
}

.entry_header_sp{
	margin: 20px 0;
	text-align:center;
}

.formhead{
	background:#1e1e1e;
	padding: 10px 0;
	text-align:center;
	color:#ffffff;
	font-size: 14px;
	font-weight:bold;
}

.form_pc dl {
}

.form_pc dt {
	width: 100%;
	clear: both;
	font-size: 12px;
	padding: 15px 10px 5px;
	text-align: center;
	margin: 0px;
	height:100%;
}

.form_pc dd {
	margin: 0px;
	font-size: 12px;
	line-height: 1.5em;
	text-align: center;
	padding:10px;
}

.form_pc dd div{
	padding:0 0 10px 0;
}

.choice{
	text-align:center;
	padding: 10px 0;
}

#footer{
	background:#000000;
	height: 20px;
	width:100%;
}

/* spview
----------------------------------------------------*/

.pcview{
	display:none!important;
}

.spview{
	display:block!important;
}

.entry_header_pc{
	display:none;
}

.entry_header_sp{
	display:block;
}

/* clear
----------------------------------------------------*/
/* ---IE7.IE8 clearfix--- */
.clearfix:after { content: ".";display: block;clear: both;height: 0;visibility: hidden; }
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/*画像透過*/
.alpha a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}

.clear{
	clear:both;
}
