@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;
	margin: 0;
	padding: 0;
	}


table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration:none;
	color: #F60;
}
body {
	width: 100%;
	font-size: 20px;
	line-height: 1.6em;
	font-family: Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background:#dff2fc;
}
a:hover img {
	opacity:0.65;
	filter: alpha(opacity=65);
	-ms-filter: "alpha( opacity=65 )";
}
section {}

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

/*共通*/
.pc{display:block;}
.sp{display:none;}
.cf:after{content:"";display:block;clear:both;}

.t_left(text-align:left;)
.t_right{text-align:right;}
.t_center{text-align:center;}
.mt30{margin-top:30px;}
.mt50{margin-top:50px;}
.mt80{margin-top:80px;}

li{list-style: outside none none;}

/*ページトップボタン*/
#btn_pt{
	width:960px;
	margin:0 auto;
	text-align:right;
	padding:35px 0 0;
	}


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

/*イメージ*/
img{display:block;width:100%;}

/*スマホ*/
@media screen and (max-width:650px) {
.pc{display:none;}
.sp{display:block;}

body{font-size:16px;}
}

