@charset "utf-8";

/* base&reset settings ----------------------------------------------------*/
@media screen and (max-width: 768px){
img{
max-width: 100%;
height: auto;
width /***/:auto;
}

#container{
width:100%;
}

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;
	background:#ffffff;
}

#header{
	background:#000000;
	height: 25px;
	padding: 10px 10px 0px;
}

#header p{
	float:left;
	padding-right: 10px;
}

#header img{
	padding-top: 2px;
}

#entry{
	background:url("../image/layout2026_02.jpg") no-repeat top center;
	height:143px;
}

#entry .form{
	padding-left:380px;
	padding-top:92px;
}

.tcenter{
	text-align:center;
	padding-bottom:30px;
}

#footer{
	background:#000000;
	height: 20px;
	width:100%;
}

/* spview
----------------------------------------------------*/

.spview{
	display:none!important;
}

.entry_header_sp{
	display:none;
}

/* 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;
}

