@charset "shift-jis";
/* CSS Document */

/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	color: #36c;
	text-decoration:none;
}
a:visited {
	color: #905ada;
}

/* clearfix hack */
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/*===================================================

index.html

===================================================*/

body {
	background:#75c768;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

#totalWrapper {
	width:1300px;
	margin:0 auto;
}

#titleWrapper {
	width:1300px;
    margin-top:12px;
}
#titleWrapper:after {
	content: "";
	clear: both;
	display: block;
	height:0,
}

#idBox {
	width:156px;
	height:125px;
	float:left;
}
#titleBox {
	width:1136px;
	height:125px;
	float:right;
	font-size:0;
}
#titleBox h1 {
	line-height:0;
}
#titleBox h1 img {
	font-size:0;
	line-height:0;
}
#leadSect {
	height:67px;
	margin-bottom:18px;
	background:url(../images/bg_lead.png) 0 0 no-repeat;
}
#leadSect h2 {
	color:#fff;
	font-size:32px;
	padding-top:24px;
}

#leadWrapper {
	padding-bottom:12px;
}
#leadWrapper:after {
	content: "";
	clear: both;
	display: block;
	height:0,
}

#leadBox {
	width:690px;
	float:left;
}
#leadBox p {
	color:#192652;
	font-weight:bold;
	line-height:1.4;
	padding-left:4px;
}

#snsBox {
	width:577px;
	float:right;
}

.snslink li a {
	display:block;
	width:185px;
	height:64px;
	text-indent:-9999px;
	float:left;
}
.snslink li.tw a {
	background:url(../images/snsbtn.png) 0 0 no-repeat;
	margin-right:11px;
}
.snslink li.fb a {
	background:url(../images/snsbtn.png) -185px 0 no-repeat;
	margin-right:11px;
}
.snslink li.hb a {
	background:url(../images/snsbtn.png) -370px 0 no-repeat;
}
.snslink li.tw a:hover {
	background:url(../images/snsbtn.png) 0 -64px no-repeat;
}
.snslink li.fb a:hover {
	background:url(../images/snsbtn.png) -185px -64px no-repeat;
}
.snslink li.hb a:hover {
	background:url(../images/snsbtn.png) -370px -64px no-repeat;
}


#chartWrapper {
	margin-bottom:12px;
}


/*コンテンツ3カラム分割*/

#contentWrapper {
	overflow:hidden;/*高さ揃えはみ出しハック*/
}
#contentWrapper:after,
#main:after {
	content: "";
	clear: both;
	display: block;
}

#main {
	width:970px;
	float:left;
}

#contentCol {
	width:630px;
	float:right;
}
#linkCol {
	width:300px;
	float:left;
}

#adCol {
	width:300px;
	float:right;
}

/*中央カラム*/

#contentCol {/*width:630px*/
	background-color:#fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding-bottom: 32768px; margin-bottom: -32768px;/*高さ揃えはみ出しハック*/
}
.articleBox{
	width:600px;
	margin:12px 15px 36px;
	border-bottom:#eee 1px solid;
	display:table;
}

.articleBox h2 {
	font-size:20px;
	border-left:#75c768 4px solid;
	margin-bottom:8px;
	padding:6px 12px;
}
.article {
	margin:6px 0 0 0;
	border-top:#ccc 1px solid;
	padding:12px 0;
}
.article:after {
	content: "";
	clear: both;
	display: block;
}
.thmbox {
	min-width:148px;
	padding-right:20px;
	float:left;
	display:table-cell;
}
.txtbox {
	display:table-cell;
}
.articlettl {
	font-size:110%;
	line-height:1.3;
	margin-bottom:6px;
}
.articleBox p {
	line-height:1.3;
}

.articlettl a:hover {
	text-decoration:underline;
}

.filbox {
	width:600px;
	padding:40px 0;
	text-align:center;
}

/*左カラム*/

#linkCol h2 {
	margin-bottom:8px;
}

#linkCol p {
	font-size:14px;
	line-height:1.3;
	color:#192652;
	margin-bottom:10px;
}

#linkCol ul {
	margin-bottom:32px;
}

ul.splist li {
	font-size:14.5px;
	line-height:1.3;
	margin-bottom:8px;
}
ul.splist li a {
	color:#00c;
	text-decoration:none;
}
ul.splist li a:hover {
	text-decoration:underline;
}


ul.gamelist {
	list-style:disc inside;
}
ul.gamelist li {
	font-size:14px;
	color:#192652;
	margin-bottom:10px;
}
ul.gamelist li a {
	color:#fbff00;
	text-decoration:none;
}
ul.gamelist li a:hover {
	text-decoration:underline;
}

.adsep {
	margin:4px 0;
}


/*footer ---------------- */

#footer {
	margin:40px 0 0 0;
	padding:20px 0;
	background:#fff;
}

hr {
	display:none;
}

#footer div.inner {
	width:1300px;
	margin:0 auto;
	text-align:center;
}

ul.nav-footer:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

ul.nav-footer {
	text-align:center;
}

ul.nav-footer li{
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 3px;
	padding-left: 11px;
	background: url(../images/bullet_01.png) no-repeat 0 45%;
	font-size:12px;
}

div.terms {
	border: 1px solid #ccc;
	background:#fff;
	font-size: 68.75%;
	text-align:left;
	padding: 5px 10px;
	line-height: 1.4;
	margin: 16px 0 20px;
}

p.copyright {
	font-size:12px;
	color:#999;
}

div#footer p.copyright img {
	vertical-align:middle;
	margin: 0 15px;
}


