body {
	font: 12px/18px "Lucida Grande" ,"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック",  "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	margin:0;
	padding:0;
}
.font-size-kyocho {
	font-size:18px;
}
.font-size-max {
	font-size:20px;
}
.font-size-price {
	font-size:26px;
}
.aka {
	color:#ea4e31;
}
.u-line {
	text-decoration:underline;
}
.bk-yellow {
	background-color:#fafad2;
}
.mincho {
	 font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.disp-pc{
	display:block;
}
.disp-sm{
	display:none;
}
@media(max-width:768px){
	.disp-pc{
	    display:none;
	}
	.disp-sm{
	    display:block;
	    margin:0;
	    padding:0;
	}
}
.line-clear{
	clear:both;
	display:block;
}
.button-sm {
	text-decoration:none;
	color:#222;
	border:1px solid #dcdcdc;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	display:block;
	line-height:24px;
    	width:300px;
}
@media(max-width:768px){
    .button-sm {
    	width:100%;
    }
}
.button-sm>span {
	display:table-cell;
	clear:none;
	vertical-align:middle;
	height:auto;
}
.button-icon-L>span {
	padding:10px 10px 2px 10px;
}
.button-icon-L>span>img{
	width:75px;
}
.button-icon-M>span {
	padding:20px 10px 15px 10px;
}
.button-icon-M>span>img{
	width:50px;
}
.button-sm>span:nth-of-type(2) {
	width:100%;
}

.button-sm:after {
	content:url(../image/arrowR.png);
	padding:7px 10px 0 10px;
	color:#fff;
	display:table-cell;
	vertical-align:middle;
	clear:none;
}
.usui-image {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.usui-text {
	color:#999;
}
.pr-dress {
	margin:0 20px;
	color:#999;
}
/***********************************/
/*ヘッダー*/
header {
	text-align:center;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	background:rgba(255,255,255,0.8);
}
header>a {
	display:block;
	padding:16px 0 10px 0;
}
header>a>img {
	height:16px;
}
@media(max-width:768px){
	header>a>img {
		height:10px;
	}
}
/***********************************/
/*セクション*/
section {
	width:1024px;
	margin:0 auto;
	padding:0;
}
@media(max-width:768px){
    section {
	    width:100%;
	    margin:0;
	    padding:0;
    }
}
/***********************************/
/*トップイメージ*/
#top-image>img{
	width:100%;
	padding:46px 0 0 0;
	margin:0;
}
/***********************************/
/*コンテナ*/
/*
section#container {
}
@media(max-width:768px){
    section#container {
    }
}
*/
/***********************************/
/*セクション　タイトル*/
section#container h2 {
	font-weight:normal;
	color:#666;
	border-bottom:1px solid #666;
	padding:0 0 5px 0;
}
@media(max-width:768px){
    section#container h2{
    	text-align:center;
	font-size:16px;
    }
}
/***********************************/
/*本文*/
article {
	padding:30px 0 0 0;
}
article>div {
	margin:0 20px;
}
article p {
	line-height:22px;
}
/***********************************/
/*記事タイトル　タイトル*/
article h3 {
	font-weight:normal;
	font-size:12px;
	padding:20px 0;
}
/***********************************/
/*特典リスト*/
.list-tokuten {
	padding:20px 0;
}
.list-tokuten>dt {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size:16px;
	font-weight:bold;
	padding:10px 0 20px 0;
}
.list-tokuten>dd {
	margin:0 0 0 20px;
	padding:10px 0 0 0;
	line-height:24px;
}
@media(max-width:768px){
    .list-tokuten>dt {
	    font-size:14px;
	    line-height:28px;
    }
}
.list-tokuten label {
	display:inline;
}
@media(max-width:768px){
    .list-tokuten label {
	    display:block;
    }
}
/***********************************/
/*商品リスト*/
.present-item-list {
	list-style:none;
}
#present-item-list-pc>li{
	float:left;
}
#present-item-list-pc>li>a{
	display:block;
	padding:20px;
	text-align:center;
}
#present-item-list-pc>li>a>span{
	display:block;
	padding:10px;
}
#present-item-list-sm>li{
	margin:10px 0;
}
#present-item-list-sm>li>a{
}
#present-item-list-sm>li>a>span{
}
/***********************************/
/*リスト*/
.sub-list {
	margin:0 0 0 16px;
	padding:0;
}
/***********************************/
/*ボタンのリスト*/
.sm-button-list>div{
	padding:0 0 20px 0;
}
/***********************************/
/*事項リスト*/
.desc-list {
	padding:20px 0;
}
.desc-list>dt {
	margin:0;
	padding:0 0 10px 0;
	font-weight:bold;
	color:#666;
}
.desc-list>dd {
	margin:0;
	padding:0 0 40px 0;
}
/***********************************/
/*HOMEボタン*/
.home-button {
	position:fixed;
	background-color:rgba(255,255,255,0.7);
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	text-decoration:none;
	display:block;
	text-align:center;
	color:#222;
	padding:15px 20px;
	right:40px;
	bottom:40px;
}
.home-button>img{
	width:80px;
}
@media(max-width:768px){
	.home-button {
	    padding:15px 15px;
	    right:20px;
	    bottom:20px;
	}
	.home-button>img{
		width:50px;
	}
}
/***********************************/
/*フッター*/
.footer-spacer {
	height:60px;
}
footer {
	padding:20px 0;
	text-align:center;
}