@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}
a {
	/* macIE対策\*/
	overflow: hidden;
	/* macIE対策*/
	text-decoration: none;
	color:#09f;
}
a:hover {
	text-decoration: underline;
	color:#09f;
}

a img {
	border: 0;
	text-decoration: none;
}

img {
	vertical-align: bottom;
	padding:0px;
	margin:0px;
	border:0px;
}

a.lnk:hover img{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
}

ul,ol,dl{
	list-style:none;
}

.left {
	float: left;
}

.right {
	float: right;
}

img,a img {
	border : 0;
	text-decoration: none;
}
img{vertical-align:bottom;}

.clr{clear:both;}

body{
	font-size:12px;
	line-height:1.5em;
	color:#333;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku GothicPro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.sbnr{
       text-align:center;
       margin-bottom:10px;
}

.Important{
        text-align:left;
/*        margin-bottom:15px;*/
        color:#c00;
        font-weight:bold;
        margin: 15px auto;
		width: 950px;
}
.Important a{
        color:#0099FF;
}

/* モダンブラウザ（Firefox Opera Safari）対策 */
.clearfix:after{
content: "";
display: block;
clear: both;
}

.clearfix {
zoom:1;
}

/* Win版IE7とMac版IE5対策 */
.clearfix{
display:inline-block;
}

/* Win版IE5および6対策 */
/* Hides from IE-mac \*/
* html .clearfix{
height:1px;
}

.clearfix{
display:block;
}
/* End hide from IE-mac */

#page{
	
}
#contents{
	width:950px;
	margin:0 auto;
}
#main{
	float:left;
	width:635px;
}
#sub{
	float:right;
	width:300px;
}
#crumb{
	margin:4px 0 15px 0;
	width:950px;
}
#crumb li{
	float:left;
}
#crumb li a{
	background:url(../images/common/pankuzubg.gif) no-repeat right 5px;
	padding-right:10px;
	margin-right:7px;
}

/* --- device_switch 20141216追記 --- */
.fr-device_switch {
margin: 30px auto 30px;
width: 520px;
}
.fr-device_switch a {
display: block;
font-size: 28px;
font-weight: bold;
text-decoration:none;
line-height: 1.4;
text-align: center;
padding: 20px;
background: #ffffff;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
background: -webkit-gradient(linear, left top, left bottom,
from(#ffffff), to(#eeeeee));
background: -moz-linear-gradient(top, #ffffff, #eeeeee);
border: 3px solid #0098d9;
}


/* 2015年新デザイン版style */

.fullbox{
	margin-bottom:40px;
}
.normalbox{
	margin-bottom:40px;
}
.mainbox{
	float:left;
	width:635px;
}
.subbox{
	float:right;
	width:300px;
}
.subbox .rec{
	margin-bottom:20px;
}

/* ぱんくず */

.fpkz{
	border-left:none;
	min-width:950px;
}
.fpkz ul{
	border-top:1px solid #ddd;
	height:38px;
	overflow:hidden;
}
.fpkz li{
	float:left;
	background:url(../images/footer/fpkzbg.png) no-repeat right center;
	font-size:12px;
}
.fpkz li p{
	padding:10px 0 10px 10px;
	margin-right:30px;

}

/* ボタン */
.f_lnk{
	margin:0 15px 30px 20px;
}
.f_lnk p{
	text-align:center;
	font-size:16px;
	background-color:#f8f8f8;
	padding:20px;
	color:#333;
	border:2px solid #eee;
}
.f_lnk a:hover{
	text-decoration:none;
}
.f_lnk a:hover p{
		background-color:#eee;
}

/* SNSボタン */

#sns{
	margin:40px 15px 0px 0;
	background:#ddd;
}
#sns #twitter,
#sns #facebook,
#sns #googleplus,
#sns #linebutton{
	float:left;
	width:33.33%;
	height:45px;
	text-align:center;
	margin:0 0 0 0;
	position:relative;
}
#sns #twitter{
	background:url(../images/top/tw.png) no-repeat center 5px #55ACEE;
	background-size:26px auto;
}
#sns #facebook{
	background:url(../images/top/fb.png) no-repeat center 5px #3B579D;
	background-size:24px auto;
}
#sns #googleplus{
	background:url(../images/top/gplus.png) no-repeat center #CC3D2C;
	background-size:28px auto;
}
#sns #linebutton{
	background:url(../images/top/line.png) no-repeat center #1DCD00;
	background-size:36px auto;
}
#sns .num{
	color:#fff;
	font-size:12px;
	padding-top:27px;
}
#sns #twitter a,
#sns #facebook a,
#sns #googleplus a,
#sns #linebutton a{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
}

/* --- PC/SD共通化パーツ --- */
/* ボタン */
.base_btn_both {
	margin: 0 15px 15px 0;
}
.base_btn_both a:hover p {
	background-color: #eee;
}
.base_btn_both p {
	text-align: center;
	font-size: 16px;
	background-color: #f8f8f8;
	padding: 15px;
	color: #333;
	border: 2px solid #eee;
}
.base_btn_both a {
	text-decoration: none;
}
.base_btn_both p img {
	height: 20px;
	width: 28px;
}
.mgn_relate {
	margin: 10px 0 30px 0;
}
.bdr {
	border-bottom: 1px solid #ddd;
}
.sbdr {
    height: 2px;
    background-color: #ddd;
    margin-bottom: 20px;
}
.sbdr p {
    width: 50px;
    height: 2px;
    background-color: #00B8F4;
    float: right;
}