@charset "UTF-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body,
table,
input, textarea, select, option {
	  font-family:ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
	  line-height: 1.1;
	/*font-family: MS PGothic, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";*/
	
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a,
a:link {
	color: #FF2626;
	text-decoration: underline;
}

a:visited {
	color: #FF2626;
	text-decoration: underline;
}

a:hover {
	color: #FF2626;
	text-decoration: none;
}

a:active {
	color: #FF2626;
	text-decoration: underline;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #333;
	-webkit-text-size-adjust: none;
}

#container {
	text-align: left;
}

#main {
}


/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	margin: 0 auto;
	padding: 12px 0 16px;
	width: 980px;
	overflow: hidden;
	zoom: 1;
}
#gHeader h1 {
	display: inline;
	float: left;
}
.sns-icon {
	font-size:0;
}
#gHeader .sns-icon {
	float: right;
	padding: 14px 0 0;
}
.topicBox .sns-icon {
	padding: 34px 0 0;
}
.sns-icon li {
	font-size:10px;
	list-style-type:none;
	display: inline-block;
	vertical-align: top;
}
.sns-icon .sns-icon-tw {
	width: 125px;
	overflow: hidden;
}
.sns-icon .sns-icon-fb {
	width: 110px;
	margin-right: 5px;
}


/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 18px 0 20px;
	text-align: center;
	clear: both;
	background: url(../../images/index/gfoot-bg.png);
	position: relative;
}

#gFooter:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 10px;
	background: url(../../images/index/gfoot-head-bg.png) repeat-x left top;
	top: -10px;
	left: 0;
}

#gFooter p {
	margin: 0 auto;
	width: 980px;
	color: #333;
	font-size: 14px;
	line-height: 2;
	color: #fff;
}

@media all and (min-width: 0px) and (max-width: 640px) {
	#gHeader {
		padding: 10px 15px;
		width: auto;
	}
	
	#gHeader h1 {
		display: block;
		text-align: center;
		float: none;
	}
	
	.sns-icon {
		font-size:0;
		text-align: center;
	}
	
	#gHeader .sns-icon {
		float: none;
	}
	
	#gHeader img {
		width: 100px;
	}

	#gFooter {
		position: relative;
		padding: 7% 6%;
	}

	#gFooter p {
		color: #444;
		font-size: 10px;
		line-height: 1.6;
		width: auto;
	}
}
