@charset "utf-8";
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	padding-top: 4px;
	color: #000;
	background-color: #F2F2F2;
}
/* CSSの要素ごとにリセットする */


body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
fieldset, img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
address, caption, cite, code, dfn, em, strong, th, var {
	/* [disabled]font-weight: normal;
*/
	/* [disabled]font-style: normal;
*/
}
/* Firefoxでリンクの点線を消す */
a {
	/* [disabled]overflow:hidden;
*/
	outline: none;
}
/* リンクオーバーで透過*/
button:hover, a:hover img {
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}
.banner_hd a:hover img, 
.logo a:hover img, .cap a:hover img {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
/* clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/* IE6 */
* html .clearfix {
	zoom: 1;
}
/* IE7 */
*:first-child+html .clearfix {
	zoom: 1;
}
/* ~~ その他の float/clear クラス ~~ */
.fltrt {
	float: right;
}
.fltlt {
	float: left;
}
img.fltrt {
	margin: 0 0 30px 20px;
}
img.fltlt {
	margin: 0 10px 10px 0;
}
p img.fltrt,
p img.fltlt {
	margin-top:0.5em;
}
.center {
	text-align: center;
	margin: 0 auto;
	display: block;
}
.clear {
	clear: both;
	display: block;
}
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
a.pageup {
	display: block;
	text-align: right;
	float: right;
	clear: both;
	width: auto;
	text-decoration: none;
	height: 24px;
	margin: -10px 0 0 0;
}
a:hover.pageup {
	text-decoration: underline;
}
.mb30 {
	margin-bottom: 35px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb05 {
	margin-bottom: 5px !important;
}
.mr05 {
	margin-right: 5px !important;
}
.mr10 {
	margin-right: 10px !important;
}
.mr15 {
	margin-right: 15px !important;
}
.mr20 {
	margin-right: 20px !important;
}
.ml05 {
	margin-right: 5px !important;
}
.ml10 {
	margin-right: 10px !important;
}
.ml15 {
	margin-right: 15px !important;
}
.ml20 {
	margin-right: 20px !important;
}
.txt_red {
	color: #FE0000;
}
.txt_right {
	text-align: right;
	text-indent: 0 !important;
}
.txt_left {
	text-align: left;
	text-indent: 0 !important;
}
.txt_m {
	font-size: 110% !important;
}
.txt_l {
	font-size: 150%;
	line-height: normal !important;
}
.txt_s {
	font-size: 85%;
}
#fb-root {
	display: none;
}
.fb_wrap {
	overflow: hidden;
	display: block;
	/* [disabled]border-top: 1px solid #36C; */
	text-align: center;
	}
.fb_wrap >div {
	margin:0 auto;
	display: block;
	margin-top: -71px;
	}
.fb-page {
	margin-top: -71px;
}
.fb-like-box {
	overflow: hidden;
	margin-bottom: 10px;
}
button {
	background: #fff;
	border: none;
	zoom: 1;
	cursor: pointer;
}
.bck {
	background-position:0 0;
	background-repeat:no-repeat;
	}
/* ページ送り */
.pagination {
	clear: both;
	padding-top: 15px;
	text-align: center;
	height: 60px;
}
.pagination a {
	background: none repeat scroll 0 0 #00963C;
	border: 1px solid #00963C;
	padding: 5px 8px;
	text-decoration: none;
	color: #FFF;
	font-size: 110%;
}
.pagination a.cnt {
	margin: 0 10px;
}
.pagination a:hover {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #00963C;
	color: #00963C;
	text-decoration: none;
}
