@charset "utf-8";

/* base&reset settings ----------------------------------------------------*/
@media screen and (min-width: 769px){
html{
	margin:0px;
	padding: 0px;
	font-size: 14px;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	color: #1e1e1e;
	line-height:18px;
}

body{
	width:100%;
	height:100%;
	background:url(../image/diagonal-noise.png);
}

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

#container{
	width:100%;
}

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;
}


#container{
	text-align:center;
}

h1{margin: 100px 0 30px;
}

/* 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;
}

.float_l{
	float:left;
}

.float_r{
	float:right;
}

.mart_20{
	margin-top:20px;
	font-size:15px;
	line-height:23px;
}

.mart_150{
	margin-top:150px;
}