@charset "utf-8";
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #F9F8F7;
}


iframe {
	border: none;
}

img {
	border:none;
}

.clear {
	clear: both;
	height: 0px;
}


html,body,div,h1,h2,h3,h4,h5,h6,p,ul,ol,li,form{
	padding: 0;
	margin: 0;
}

img{
	border-width: 0;
}

ul,ol,li{
	list-style:none;
}




.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* End hide from IE-mac */


/*基本リンク*/
A:link {
	color:#CC0000;
	text-decoration:underline;
}

A:visited {
	color:#CC0000;
	text-decoration:underline;
}

A:hover {
	color:#FF9900;
	text-decoration:none;
}

A:active {
	color:#CC0000;
	text-decoration:underline;
}

/*フッターリンク*/
A.flink:link {
	color:#FFFFFF;
	text-decoration:underline;
}

A.flink:visited {
	color:#FFFFFF;
	text-decoration:underline;
}

A.flink:hover {
	color:#FF9900;
	text-decoration:none;
}

A.flink:active {
	color:#FFFFFF;
	text-decoration:underline;
}

/*タイトルリンク*/
A.tlink:link {
	color:#CC0000;
	text-decoration:none;
}

A.tlink:visited {
	color:#CC0000;
	text-decoration:none;
}

A.tlink:hover {
	color:#FF9900;
	text-decoration:underline;
}

A.tlink:active {
	color:#CC0000;
	text-decoration:none;
}


/*ヘッダー*/

#header {
	background-image: url(../common/bg_head.jpg);
	background-repeat: repeat-x;
	min-width: 962px;
	overflow: hidden;
	margin: 0 0 0;
}
#headInner {
	width: 962px;
	margin-right: auto;
	margin-left: auto;
}
#sub {
	display: block;
	padding-top: 4px;
	padding-left: 1px;
}
#sub li {
	display: block;
	height: 22px;
	float: left;
	margin-bottom: 6px;
}
.subP1 {
	margin-right: 420px;
}
.subP2 {
	margin-right: 10px;
}
#headInner h1 {
	background-image: url(../common/p_head.jpg);
	background-repeat: no-repeat;
	height: 130px;
	clear: both;
}
h1 a {
	display: block;
	text-indent: -9999px;
	height: 130px;
	width: 390px;
}
#global {
	display: block;
	height: 50px;
	margin: 0 0 3px;
}
#global li {
	display: block;
	float: left;
	height: 50px;
}
#global li a {
	display: block;
	width: 160px;
	height: 50px;
	float: left;
	position: relative;
}
#global #global01 a,
#global #global02 a {
	width: 161px;
}
#global li a .over {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity 0.3s;
}
#page01 #global #global01 a .over,
#page02 #global #global02 a .over,
#page03 #global #global03 a .over,
#page04 #global #global04 a .over,
#page05 #global #global05 a .over,
#page06 #global #global06 a .over,
#global li a:hover .over {
	opacity: 1;
}
/*ソーシャル*/
#header .twitter,
#header .facebook {
	float: right;
	margin: 10px 2px 0;
}

/*ページトップ*/
.pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 55px;
	z-index: 100;
}

.pagetop a, .pagetop a:link, .pagetop a:visited, .pagetop a:hover, .pagetop a:active {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #CC0000;
	text-align: center;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	line-height: 50px;
}

@media screen and (min-width: 1082px) {
	.pagetop {
		right: 50%;
		margin-right: -551px;
	}
}



/*フッター*/
#footer {
	background-image: url(../common/bg_foot.jpg);
	background-repeat: repeat-x;
	background-position: 0 78px;	/**/
	background-color: #d12c2a;
	min-width: 962px;
	clear: both;
	overflow: hidden;
}
#note {
	padding: 10px 0 0;
	font-size: 12px;
	height: 68px;	/**/
	margin: 0 0 20px;
	color: #666;
	background-color: #F9F8F7;
}
#note p {
	background: url(../common/anchr4.png) no-repeat 0 0;
	width: 944px;
	padding: 0 0 0 18px;
	margin: 0 auto;
}
#footInner {
	width: 962px;
	margin: 0 auto;
	background-image: url(../common/p_foot.png) no-repeat right bottom;
	padding: 0 0 5px;
	position: relative;
	/*height: 92px;*/
}
.fTitle {
	max-height: 100%;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 10px;
	padding-left: 10px;
}
.fNavi {
	width: 180px;
	margin: 0 5px;
	font-size: 12px;
	padding-left: 10px;
	display: block;
	float: left;
	border-right: 1px dotted #fff;
	height: 160px;
}
.fNaviLast {
	border: none;
}
.fNavi li {
	display: block;
	margin-bottom: 5px;
	background-image: url(../common/anchr.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 10px;
}
.copyright {
	max-height: 100%;
	text-align: right;
	font-size: 12px;
	color: #FFF;
	display: block;
	clear: both;
	padding: 10px 0 0;
}
/*ソーシャル*/
#f_socialWrapper {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
#f_socialWrapper .twitter,
#f_socialWrapper .facebook {
	float: left;
	margin: 10px 2px 0;
}

/*コンテンツ*/
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 20px;
}


/*paginate*/
.paginate {
	margin: 0 auto 5px;
}
.paginate:after {
	content: "";
	display: block;
	clear: both;
}
.paginate .p_now,
.paginate .p_one {
	width: 30px;
	height: 30px;
	float: left;
	margin: 0 5px 5px 0;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
}
.paginate .p_now {
	color: #fff;
	background-color: #660000;
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-weight: bold;
}
.paginate .p_one a {
	display: block;
	text-decoration: none;
	width: 100%;
	height: 100%;
	border: 1px solid #ccc;
	color: #999;
	background-color: #fff;
	transition: all 0.3s;
}
.paginate .p_one a:hover {
	color: #fff;
	background-color: #ffcc00;
	border: 1px solid #ffce0c;
}

/*リンクページバナー*/
#awardBanner {
	width: 710px;
	margin: 0 auto;
}
#awardBanner p {
	float: left;
}