@charset "utf-8";

/* clearfix */
.clearfix:after{
    content: "";
    display: block;
    clear: both;
}
.clearfix {
    zoom:1;
    overflow: hidden;
}
a {  
    -webkit-tap-highlight-color: rgba(200,200,555,.6);  
	display: block;
}  
img {
	/*max-width:640px;*/
 max-width:100%;
}
img:not([width]) {
	width:100%;
	max-width:640px;
}
html {
	font-size:62.5%;
}
body {
	font-size: 1.4rem; /* =14px*/
	-webkit-text-size-adjust: none;
}
#wrap{
	color: #333; 
	line-height: 1.5;
	margin:0 auto;
	max-width:640px;
	width:100%;
	background-image: url("../img/common/bg.gif");
}

/*パンくず*/
.breadcrumbs {
		overflow: hidden;
		background:#BDBDAE;
		height: 35px;
		z-index: 1;
		font: 12px Helvetica;
		margin-bottom:6%;
}
.breadcrumbs ul {
		overflow: hidden;
		display: table;
		background:#DFDFD0;
		height: 35px;
		padding: 0;
		margin: 0;
		list-style-type: circle;
		list-style-position: outside;
}
.breadcrumbs ul li {
		display: table-cell;
		margin-bottom: 5px;
		text-align: left;
		padding-bottom: 5px;
		padding-top: 0;
}
.breadcrumbs ul li span {
		display: block;
		background: url(../img/common/breadcrumbs_01.png) no-repeat right top;
		-webkit-background-size: 10px 35px;
		background-size: 10px 35px;
		padding: 0 10px 0 0;
}
.breadcrumbs ul li span a {
		overflow: hidden;
		display: block;
		padding: 0 0 0 4px;
		height: 35px;
		color:#000;
		line-height: 35px;
		word-wrap: break-word;
		word-break: break-all;
		text-decoration: none;
		text-align: left;
}
.breadcrumbs ul li:last-child span {
		background: url(../img/common/breadcrumbs_02.png) no-repeat right top;
		-webkit-background-size: 11px 35px;
		background-size: 10px 35px;
		padding-right: 10px;
}
/*ここまでパンくず*/
.inner {
 width:90%;
 margin:0 auto;
 margin-bottom:4%;
 }

/*フッター*/
.fNav {
 width:100%;
 }
.footLink {
 font-size:12px;
 line-height:1.2em;
 text-align:center;
	padding-top:8%;
 padding-bottom:8%;
	background:#FFF;
 }
.footLink a{color:#000;text-decoration: none;}
footer {
 width:100%;
 border-top:#BDBDAE 1px solid;
	background:#fff;
 }
footer address {
 font-size:12px;
 line-height:1.2em;
 font-style:normal;
 text-align: center;
 margin:0 auto;
 padding:10px 0;
 }

/*コラム 20171010追加*/
.colum{
	margin-bottom:30px;
}
.colum h3{
	margin-bottom:0;
}
.colum .columBox{
	background: #FFF;
}
.colum .columBox ul{
	margin:0 3%;
	padding-top:22px;
	padding-bottom:18px;
}
.colum .columBox ul li{
	padding-bottom:15px;
	border-bottom:dotted 1px #dddddd;
	margin-bottom:12px;
}
.colum .columBox ul li table{
	width:100%;
}

.columPage{
	background:#FFF;
	padding-bottom:50px;
	margin-bottom:50px;
}
.columPage h1{
	padding:13px 22px;
	background:url("../../gl/sp/img/colum/bg_ttl.png");
	font-size:22px;
	color:#fff;
	font-weight:bold;
	margin-bottom:40px;
}
.columPage .columBody{
	width:98%;
	margin:0 auto;
}
.columPage .columBody h2{
	width:100%;
	color:#3F9613;
	border-bottom:solid 2px #3F9613;
	line-height:1.8em;
	font-size:18px;
	font-weight:bold;
	margin-bottom:20px;
}
.columPage .columBody .img{
	margin-bottom:30px;
}

.columPage .columBody strong{
	font-weight:bold;
}
.btmBnr {
    width: 740px;
    text-align: center;
}
.sideNavColumn a{color:#333333;}
.sideNavColumn .img {
    width: 17%;
	padding-right: 3%;
}
.sideNavColumn .txt {
   width: 80%;
}

/* ClearBoth */
.clearBoth {
clear: both;
}
/* ClearFix */
.clearFix:after {
content: "";
display: block;
clear: both;
height: 0;
}
.clearFix {display: inline-block;}
.clearFix {display: block;}
/* MacIE \*//*/
.clearFix {
overflow: hidden;
}
/* */
.clearFix {overflow:hidden;}/* ForDW */


.fixedBtn{position: fixed;bottom:0;left:0;width:100%;z-index:9999;display: none;}
#rank01 .fixedBtn{display: none!important;}