﻿@media screen and (min-width:768px) {
	
h2 {
	float: right;
	width: 520px;
	margin: 0;
    padding: 30px 20px 18px;
	font-size: 20px;
}

.img{
	width:350px;
	float:left;
}

.img p{
	margin: 0;
	padding: 0;
}

.txt{
	padding: 0 20px 20px 20px;
	width:540px;
	height:160px;
	float:right;
	margin:0 0 20px 20px;
}

.txt h2{
	font-size:20px;
	margin-bottom:20px;
}

.txt p{
	font-size:14px;
}


h2, .bgYellow {
    background: url(/common/images/bg_yellow_stripe.gif) repeat scroll center top transparent;
}

.bgYellow {
    padding: 10px 10px 0;
    position: relative;
}

.bnrSpPrint {
	float: right;
	width: 350px;
	margin: 0;
	padding: 0;
}

.btnShop a {
	display: block;
}

.btnShop a:first-child {
	display: block;
	float: left;
	width: 402px;
}

.btnShop a:last-child {
	float: right;
	width: 532px;

}
	
/* PC clearfix
----------------------------------------------------------------------------------------------------*/
.section section, .btnShop {
	zoom: 1;/*for IE 5.5-7*/
}

.section section:after, .btnShop:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}


}

@media screen and (max-width: 767px) {

.titleSub h1 {
	border: none;/*reset*/
}

.titleSub span {
	position: static;
	display: block;
	margin-top: 3px;
	padding-top: 11px;
	text-align: left;
	font-size: 14px;
	font-size: 1.4rem;
	color: #3d3333;
	border-top: 1px dotted #ccc;
}

h2 {
	margin-bottom: 15px;
}

.img p {
	text-align: center;
}

.txt {
	margin-bottom: 20px;
}

.bgYellow {
    background: url(/common/images/bg_yellow_stripe.gif) repeat scroll center top transparent;
}
.bgYellow p {
	margin: 0;
	padding: 5px 9px 14px;
}

.btnShop {
	text-align: center;
}

.bnrSpPrint {
	padding-bottom: 8px;
}

.bnrSpPrint img {
	margin-top: 5px;
	width: 100%;
}

.btnShop a {
	display: block;
	margin-bottom: 15px;
}

/*トップページへ*/
#linkToppage {
	display: block;
}


/* SP clearfix
----------------------------------------------------------------------------------------------------*/
.section section {
	zoom: 1;/*for IE 5.5-7*/
}

.section section:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
}

	

}