@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: HiraKakuProN-W3;
	font-size: 1em;
}

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;
}

a:link {

}

a:visited {

}

a:hover {

}

a:active {

}

/*------------------------------------------------------------
	Androidの縦・横でスタイルを切り替える
------------------------------------------------------------*/
body.android {
	background: #FFF;
}

body.portrait.android {
	background: #FFF;

}

body.landscape.android {
	background: #FFF;

}


/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	line-height: 1.5;
	font-size: 12px;
}


/*------------------------------------------------------------
	index ヘッダー
------------------------------------------------------------*/
body#index #gHeader {
	position: relative;
}

body#index #gHeader h1 {
	margin-bottom: 20px;
}

body#index #gHeader span.rank {
	position: absolute;
	top: 0px;
	right: 140px;
	padding:0;
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#conts {
}

/*------------------------------------------------------------
	index フッター
------------------------------------------------------------*/
#gFooter {

}

#gFooter .info {
	text-align: center;
	line-height: 3;
	border-top: 1px solid #9495A5;
}

#gFooter .info li {
	display: inline;
	border-right: 1px solid #CCC;
	padding-right: 8px;
	margin-right: 5px;
	font-size: 9px;
}

body.android #gFooter .info li {
	font-size: 15px;
}

#gFooter .info li:last-child {
	border: none;
}

#gFooter .info li a {
	color: #4D4E6D;
}

#gFooter address {
	background:
	-webkit-gradient(
		linear, left top, left bottom, 
		from(#DFE2E7),
		to(#FFF));
	font-style: normal;
	color: #333;
	text-align: center;
	font-size: 15px;
	padding: 5px 0;
}