@charset "utf-8";
html,body {
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;  
}
/*　ヘッダー　*/
header {
	position: relative;
	display: block;
	border-bottom: #7B1506 1px solid;
}
#sitelogo {
	height: 45px;
	border-bottom: #999999 1px solid;
}
#home {
	width: 35px;
	height: 35px;
	position: absolute;
	top: 4px;
	right: 10px;
	left: auto;
}
#home a {
	display: block;
	width: 35px;
	height: 35px;
	border: #C8393F 1px solid;
	-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: url(/common/sp_img/btn_home.png) left top no-repeat;
	-webkit-background-size: 35px 35px;
	-moz-background-size: 35px 35px;
}
h1 {
	padding: 7px 0;
	color: #FFF;
	text-align: center;
	text-shadow: 1px 1px 2px #7B1506;
	border-bottom: #E49C9F 1px solid;
	background-image: linear-gradient(bottom, rgb(200,57,64) 66%, rgb(219,83,81) 88%);
	background-image: -o-linear-gradient(bottom, rgb(200,57,64) 66%, rgb(219,83,81) 88%);
	background-image: -moz-linear-gradient(bottom, rgb(200,57,64) 66%, rgb(219,83,81) 88%);
	background-image: -webkit-linear-gradient(bottom, rgb(200,57,64) 66%, rgb(219,83,81) 88%);
	background-image: -ms-linear-gradient(bottom, rgb(200,57,64) 66%, rgb(219,83,81) 88%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.66, rgb(200,57,64)),
		color-stop(0.88, rgb(219,83,81))
	);
}
h2 {
	padding: 4px;
	margin-bottom: 1px;
	text-align: center;
	background-image: linear-gradient(bottom, rgb(234,234,234) 41%, rgb(255,255,255) 76%);
	background-image: -o-linear-gradient(bottom, rgb(234,234,234) 41%, rgb(255,255,255) 76%);
	background-image: -moz-linear-gradient(bottom, rgb(234,234,234) 41%, rgb(255,255,255) 76%);
	background-image: -webkit-linear-gradient(bottom, rgb(234,234,234) 41%, rgb(255,255,255) 76%);
	background-image: -ms-linear-gradient(bottom, rgb(234,234,234) 41%, rgb(255,255,255) 76%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.41, rgb(234,234,234)),
		color-stop(0.76, rgb(255,255,255))
	);
}
sup {
	vertical-align: text-top;
	font-size: 0.6em;
	line-height: 140%;
}
/*　共有リンクボタン　*/
#sharebtn-block {
	width: 95%;
	margin: 0 auto;
	padding-top: 10px;
	overflow: hidden;
	zoom: 1;
}
#sharebtn-block ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	zoom: 1;
}
#sharebtn-block li {
	padding-top: 0;
	margin-right: 5px;
	float: left;
	font-size: 10px;
}
.b2-widget {
font: normal normal normal 11px/1.7 "Helvetica Neue", Arial, sans-serif;
color: #333;
white-space: nowrap;
-webkit-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
}
.b2-widget-btn {
position: relative;
float: left;
height: 18px;
font-weight: bold;
color: #333;
text-decoration: none;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
white-space: nowrap;
vertical-align: top;
background-color: white;
background-image: -moz-linear-gradient(top, white, #DEDEDE);
background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#DEDEDE));
background-image: -ms-linear-gradient(top, white, #DEDEDE);
background-image: linear-gradient(top, white, #DEDEDE);
background-image: -o-linear-gradient(top, white, #DEDEDE);
border: #CCC solid 1px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
outline: none;
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#dedede');
}
.b2-widget-label {
display: inline-block;
padding: 0 3px 0 19px;
zoom: 1;
}
.b2-widget-btn a:link,
.b2-widget-btn a:visited,
.b2-widget-btn a:active,
.b2-widget-btn a:hover {
	color: #333333;
}
.b2-widget-btn i {
position: absolute;
top: 1px;
left: 1px;
width: 16px;
height: 16px;
background: transparent url(/common/img/b2_btn_icon.gif) 0 0 no-repeat;
}
#sharebtn-block li.facebook-btn {
	margin-right: 0;
	padding-top: 0;
	font-size: 1.0em;
}
/* PC View Mode 切り替えボタン */
#viewchg {
	border-top: #C12733 2px solid;
	padding: 10px;
	text-align: center;
}
/*　フッター　*/
#footer {
	border-top: #333 1px solid;
	height: 50px;
	width: 100%;
	display: block;
	text-align: center;
	padding: 0;
	background-color: #FFFFFF;
}
#footer:after {
  content:'';
  display:block;
  clear:both;
}
#footerNavi {
	display: block;
	border-top: #FFF 1px solid;
	padding: 0;
	border-bottom: #C42B32 1px solid;
	text-align: center;
	overflow: hidden;
	background-image: linear-gradient(bottom, rgb(196,43,51) 50%, rgb(203,66,73) 50%);
	background-image: -o-linear-gradient(bottom, rgb(196,43,51) 50%, rgb(203,66,73) 50%);
	background-image: -moz-linear-gradient(bottom, rgb(196,43,51) 50%, rgb(203,66,73) 50%);
	background-image: -webkit-linear-gradient(bottom, rgb(196,43,51) 50%, rgb(203,66,73) 50%);
	background-image: -ms-linear-gradient(bottom, rgb(196,43,51) 50%, rgb(203,66,73) 50%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.5, rgb(196,43,51)),
		color-stop(0.5, rgb(203,66,73))
	);
}
#footerNavi ul {
	width: 100%;
	margin: 0 auto;
	list-style: none;
}
#footerNavi li {
	display: block;
	float: left;
	width: 20%;
}
#footerNavi li:last-child {
	margin-right: 0;
}
.p {
	padding-bottom: 1em;
}
