@charset "utf-8";

/*-------------------------------------

　　共通

---------------------------------------*/

.column2R #main {
	float: none;
	width: auto;
}

#wrap {
    color: #666;
    font-size: 16px;
    line-height: 1.8em;
    margin: 20px auto;
    width: 970px;
}

#wrap h2 {
    color: #EF0105;
    font-size: 28px;
    font-weight: normal;
    margin: 50px 0 20px;
    padding: 8px 0;
    text-align: center;
}

#wrap h3 {
    color: #333;
    font-size: 25px;
    margin: 50px 0 10px;
    padding: 5px 10px;
    text-align: left;
	border-bottom:1px solid #ccc;
    font-weight: normal;
}

.contentsBox {
	margin-bottom: 20px; 
	padding: 0 10px;
}

.contentsBox .img img {
	width:970px;
	margin:50px 0 0;
}

.contentsBox .webShopList li {
	margin:20px 0 0;
}

@media screen and (max-width:479px){	
	#container {
		margin-bottom: 0px;
	}
	
	.column2R #main {
		width: 92%;
		margin-left: 1%;
	}
	
	#wrap {
		width: 100%;
		margin: 0px;
		font-size: 1.0em;
	}
	
	#wrap img {
		width: 100%;
	}
	
	#wrap .breadCrumb {
		display:none;
	}
	#wrap h2 {
		font-size: 20px;
		margin: 0px 0 20px;
		text-align: left;
	}
	
	#wrap h3 {
		font-size: 15px;
		margin: 30px 0 10px;
		padding: 5px 0px;
	}
	#footerLinks {
			display:none;
	}

}


/*-------------------------------------

	ボックスが伸びるおまじない

---------------------------------------*/

.cl {
	display: inline-block;
}

.cl:after {
	content: "";
	display: block;
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}


/*-------------------------------------

	サイドバナー/初回ポップアップ非表示

---------------------------------------*/

.sidebannerRight ,
.sidebannerLeft ,
#fvpop_base ,
#fvpop
 {
	display:none!important;
}

