/*--------------------------------------

	premium_member_tabuho

----------------------------------------*/
@charset "utf-8";
.column2R #main {
	float: none;
	width: auto;
}
.pc {display: block;}
.sp {display: none;}
body {
	/* background-color:#000027; */
}
#Header {
    background-color: #fff;
}

#header {
	background-color:#FFF;
}

#wrapper_in {
    background-color: #fff;
    margin: 0 auto;
    width: 970px;
}
/*.contentsArea {
    float: none;
    margin: 0 auto;
    text-align:left !important;
    width: 805px;
}*/
#siteNav {
	background-color:#000027;
}
.recomWin_black {
    color: #fff;
}

#tabuho_page {
	float: none;
    margin: 0 auto;
    text-align:left !important;
    width: 805px;
	color: #000;
	font-size: 14px;
	line-height: 1.6em !important;
	color:#605b5a;
	padding-bottom:50px;
}


#wrapper_in .topicPath {
    padding: 15px 0;
	font-size: 75%;
}


#wrapper_in .topicPath li {
    display: inline;
    margin-right: 8px;
}

#wrapper_in .topicPath a {
    background: rgba(0, 0, 0, 0) url("../5img/iconGtB.gif") no-repeat scroll right center;
    padding-right: 19px;
}


#tabuho_page .title{
	margin-bottom:10px;
}
#tabuho_page .title p{
	margin:20px 0;
	line-height: 1.4em;
}
/*#tabuho_page h1 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}*/
#tabuho_page h2 {
    border-left: 4px solid #f30;
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 20px;
    padding: 4px 8px;
}
#tabuho_page h3{
	background:#0068B6;
	padding:12px;
	color:#FFFFFF;
	font-size:30px;
	text-align:center;
	font-weight:normal;
}
#tabuho_page h4{
	font-size:19px;
	font-weight:bold;
	margin:30px 0 15px;
}
#tabuho_page .content{
	margin:20px 0 30px;
}
#container {
    margin-bottom: 50px;
}
dt{
	margin-bottom:5px;
}
dd{
	margin-bottom:10px;
}

.footerTagline {
	color:#FFFFFF;
}


/*--------------------------------------
	margin
----------------------------------------*/
.mt10{
	margin-top:10px;
}
.mt15{
	margin-top:15px;
}
.mt20{
	margin-top:20px;
}
.mt30{
	margin-top:30px;
}
.ml5{
	margin-left:5px;
}
.ml10{
	margin-left:10px;
}
.ml20{
	margin-left:20px;
}
.ml15{
	margin-left:15px;
}
.mb10{
	margin-bottom:10px;
}
.mb15{
	margin-bottom:15px;
}
.mb30{
	margin-bottom:30px;
}
.ml70{
	margin-left:70px;
}

/*--------------------------------------
	font
----------------------------------------*/
.font15{
	font-size:15px;
}
.font17{
	font-size:17px;
}
.font20{
	font-size:20px;
}
.font22{
	font-size:22px;
}
.font25{
	font-size:25px;
}
.font27{
	font-size:27px;
}
.font30{
	font-size:30px;
}
.font32{
	font-size:32px;
}
.font40{
	font-size:40px;
}
.font60{
	font-size:60px;
}
.red{
	color:#FF0000;
}
.blue{
	color:#0068B6;
}
.bold{
	font-weight:bold;
}

/*--------------------------------------
	装飾
----------------------------------------*/
.center{
	text-align:center;
}
.dl{
	margin:30px 0;
	padding:20px;
	border:#B7D2EE solid 8px;
}
.left{
	float:left;
}
.right{
	float:right;
}
.tabuho_id{
	background: #FF3300;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
	font-size: 28px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
}
.tabuho_id a{
	color: #FFFFFF!important;
	font-weight: bold;
	display: block;
	line-height: 1.2;
}
/*--------------------------------------
ページTOPへ
----------------------------------------*/
#pagetop a {
    background-color: #333;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 12px;
    line-height: 1.5em;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
}
#pagetop {
    bottom: 30px;
    display: none;
    position: fixed;
    right: 55px;
}

.pagetop {
	display:none;
}

@media screen and (max-width: 479px) {
	.pc {display: none;}
	.sp {display: block;}
	#wrapper_in,#tabuho_page {
		width: auto;
	}
	#wrapper_in {padding: 0 10px;}
	#wrapper_in img {max-width: 100%;height: auto;}
}

/* ここからしたはclearfix */

.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
