@charset "utf-8";
/* CSS Document */

/* common&reset */
body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, a, pre, form, fieldset, input, textarea, p, blockquote, th, td, address {
	font-style: normal;
	font-weight: normal;
	font-size:100%;
	margin: 0;
	padding: 0;
	}

ul, li {
	list-style-type: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: 0 none;
	width:100%;
}
a {
	text-decoration:none;
	color: #2EA7E0;
}

a:hover {
	color:#F60;
}

body {
	width: 100%;
	height:100%;
	background-position: 50% 50%;
	background-attachment:fixed;
	font-size: 16px;
	color: #434343;
	line-height: 1.8em;
	font-family: "メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


a:hover img {
	opacity:0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha( opacity=75 )";
}
section {}

footer{background:#EFEFEF;border-top:5px #000 solid;padding:3% 4% 0;text-align:center;margin-top:10%;}

article, aside, figure, figcaption, footer, header, nav, section {
	display: block;
}

/*共通*/
.t_left(text-align:left;)
.t_right{text-align:right;}
.t_center{text-align:center;}
.right{float:right;}
.left{float:left;}
.clear {clear:both;}
.text_w{color:#FFF;}

.f40{font-size:40px;line-height:1.4em;}
.f32{font-size:32px;line-height:1.4em;}
.f28{font-size:28px;line-height:1.4em;}


/*共有*/
.cf:after {
  display: block;
  clear: both;
  content: "";
}

#over{overflow-x:hidden;width:100%;}

.pan{padding:0 0 10%;}

/*インナー*/
.inner{max-width:960px;margin:0 auto;padding:0 4%;}


/*フッター*/
footer .footerurl{font-weight:bold;}