@charset "utf-8";
/* CSS Document */

/* SALE用CSS index適用の「style.css」と競合しないよう注意*/

.body-sale {
	background-image: url("imgs/bg_body.png");
	background-size:100%;
}
.body-sale a {
	text-decoration: none;
	color: #FFF;
}
.head-sale {
	text-align: center;
	background-image: url("imgs/bg_head.png");
}
.headerimg {
	max-width: 100%;  /* 横幅に合わせて自動縮小するが、拡大はしない */
}

.body-sale > .container {
	background-image: url("imgs/bg.gif");
	border: none;
	margin: 80px auto;
	padding: 60px 30px 0 40px;
}
.body-sale > .row {
	width: 100%;
	margin: 80px auto 0;
}
/*===============================================
全体
===============================================*/
body {
	position: relative;
	background-color: #036;
	background-image: url(../../img/spacer.gif);
}
#body_sale {
	margin: 0;
	position: relative;
	text-align: center;
	font-size: 16px;
	min-width: 980px;
	background-image: url(imgs/bg.gif);
	background-repeat: repeat-x;
}

/*--------------------------------------
 リンク
---------------------------------------*/


#body_sale a:link,
#body_sale a:visited {
	color: #000000;
	text-decoration: none;
	display: inline-block;
}

#body_sale a:hover{
	opacity: 0.75;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}



ol, ul, li, dl, dt, dd {
	list-style:none;
	margin:0;
	padding:0;
}
	
/*--------------------------------------
 画像
---------------------------------------*/
img {
	border:none;
	padding:0;
	margin:0;
	}

/*--------------------------------------
 テキスト
---------------------------------------*/
.copyA {
	font-size: 2.625rem;
	font-size: 42px;
	padding: 5px 0;
	font-weight: bold;
	color: #006;
}

.copyB {
	font-size: 1.6rem;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #000338;
}

.copyC {
	font-size: 0.8rem;
	font-size: 18px;
	line-height: 2rem;
	font-weight: bold;
	margin-bottom: 10px;
	color: #8C8070;
}

.copy {
	font-size: 1.25rem;
	font-size: 20px;
	line-height: 2rem;
	padding: 15px 0 10px;
}

.bcopy {
	font-size: 1rem;
	font-size: 16px;
	line-height: 1.6rem;
	margin: 0 auto;
	text-align: left;
}

.name {
	font-weight: normal;
	font-size: 0.8125rem;
	font-size: 13px;
	line-height: 1.2rem;
	text-align: left;
	color: #C93;
}

.price {
	font-weight: bold;
	font-size: 2rem;
	font-size: 32px;
	line-height: 1.6rem;
	color: #0071bc;
	margin-bottom: 10px;
}

.price:after {
	font-size: 0.4rem;
	font-size: 10px;
	content: "\5186\a0\7A0E\8FBC";
}

.read {
	font-size: 0.875rem;
	font-size: 14px;
	line-height: 1.4rem;
	margin-bottom: 10px;
	text-align: left;
}

.btnA {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	background: #000338;
	padding: 10px 0;
	box-sizing: border-box;
	border-radius: 6px;
	-moz-border-radius: 6px;/* for Firefox */
	-o-border-radius: 6px;/* for opera */
	-webkit-border-radius: 6px;/* for Safari and Chrome */
	behavior: url('../190109 - Copy/PIE.htc');/* for IE */
	clear: both;
}
@media all and (-ms-high-contrast: none) {
.btnA {
	width: 200px;
}
}

/*===============================================
上部ナビ部分
===============================================*/
.mainheader{
	margin: 0 auto;
}
#navi_wrap {
	width: 100%;
	height: 125px;
	margin: 0 auto;
	background-color: #000;
}
#navi {
	position: relative;
	width: 980px;
	margin: 0 auto;
	padding-top: 30px;
}
#navi ul li {	
	float: left;
	width: 19.6%;
	border-left: 2px dotted #CC9933;
}

#navi ul li a {
	font-size: 20px;
	font-size: 1.25rem;
	padding: 40px 0 10px 0;
}

#navi ul li.last {	
	border-right: 2px dotted #CC9933;
}

#navi ul li#navi01 a {
	background: url(imgs/menu_icn01.png) center top no-repeat;
	color: #ffd900;
}

#navi ul li#navi02 a {
	background: url(imgs/menu_icn02.png) center top no-repeat;
	color: #ffd900;
}

#navi ul li#navi03 a {
	background: url(imgs/menu_icn03.png) center top no-repeat;
	color: #ffd900;
}

#navi ul li#navi04 a {
	background: url(imgs/menu_icn04.png) center top no-repeat;
	color: #ffd900;
}

#navi ul li#navi05 a {
	background: url(imgs/menu_icn01.png) center top no-repeat;
	color: #ffd900;
}
/*------------------------------------------------------------
title
------------------------------------------------------------*/
.title {
	width: 960px;
	margin: 0 auto;
}

.title .title_icon {
	margin-bottom: 10px;
}
.title .copyA {
	margin-bottom: 20px;
}
.title .title_text {
	margin-bottom: 50px;
	color: #000;
}

.title .read {
	margin: 10px 30px 50px;
}
.title .read span {
	color : #FF0004;
}
.title .copyB {
	font-size: 1.6rem;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #CC9933;
}
/*------------------------------------------------------------
コンテンツ？
------------------------------------------------------------*/
#main_wrap {
	width: 980px;
	margin: 0 auto;
}

#main {
	margin: 0 auto;
}

#main .wrap {
	position: relative;
	margin: 80px auto 80px;
	background-color: #FFF;
}


#main .contents_wrap {
	width: 960px;
	padding: 80px 10px 10px;
	margin: 0 auto;
}



#main .paperline {
	width: 980px;
	height: 30px;
	margin: 0;
	background: url(imgs/paperline.png) center top repeat-x;
}


.item {
	float: left;
}

.item .text {
	text-align: left;
	padding: 10px;
}

.item .img {
	position: relative;
}

.item .img .main_img {
	width: 80%;
}

.item .img .box_img {
	position: absolute;
	bottom: -100px;
	right: 10px;
}

.item .brand {
	font-weight: bold;
	color: #666;
	margin-left: 0;
	margin-bottom: 5px;
}


.item .read {
	height: 60px;
	border-bottom: 1px solid #C93;
}

.typeA {
	width: 440px;
	margin: 10px;
	margin-bottom: 50px;
}

.typeA .name {
	width: 220px;
	float: left;
}

.typeA .saletokka {
	height: 30px;
	display: block;
	font-size: 1rem;
	font-size: 16px;
	font-weight: normal;
	text-align: right;
	padding-right: 10px;
	padding-top: 2px;
	margin-bottom: 5px;
	color: #000;
	box-sizing: border-box;
}

.typeA .price {
	float: right;
	margin: 20px 0;
}

.typeB {
	width: 300px;
	margin: 9px;
	margin-bottom: 50px;
}

.typeB .typeBimg {
	width: 300px;
}

.typeB .copyC {
	padding-bottom: 10px;
	border-bottom: 1px solid #034AA6;
}

.typeB .name {
	height: 50px;
}

.typeB .saletokka {
	width: 90px;
	height: 30px;
	display: inline-block;
	font-size: 1rem;
	font-size: 16px;
	font-weight: normal;
	text-align: right;
	vertical-align: top;
	padding-right: 10px;
	padding-top: 2px;
	margin-right: 10px;
	color: #B31212;
	box-sizing: border-box;
}

.typeB .price {
	float: right;
}

.typeC {
	width: 225px;
	margin: 5px;
	margin-bottom: 50px;
}

.typeC .typeCimg {
	width: 225px;
}
	
.typeC .copyC {
	padding-bottom: 10px;
	border-bottom: 1px solid #034AA6;
}

.typeC .name {
	height: 50px;
}

.typeC .saletokka {
	width: 90px;
	height: 30px;
	display: inline-block;
	font-size: 0.8rem;
	font-size: 14px;
	font-weight: normal;
	text-align: right;
	vertical-align: top;
	padding-right: 10px;
	padding-top: 2px;
	margin-right: 10px;
	color: #034AA6;
	box-sizing: border-box;
}

.typeC .price {
	float: right;
	font-size: 1rem;
	font-size: 18px;
}

.typeD {
	width: 940px;
	margin: 10px;
	margin-bottom: 50px;
}

.typeD .name {
	width: 220px;
	float: left;
}

.typeD .saletokka {
	height: 30px;
	display: block;
	font-size: 1rem;
	font-size: 16px;
	font-weight: normal;
	text-align: right;
	padding-right: 10px;
	padding-top: 2px;
	margin-bottom: 5px;
	color: #000;
	box-sizing: border-box;
}

.typeD .price {
	float: right;
}

/*--------------------------------------
.main_title
---------------------------------------*/
.main_title {
	margin: 30px auto;
}


/*--------------------------------------
#page-top ページトップへ戻るボタン 
---------------------------------------*/

#pageTop{
	font-size:12px;
    background: #000338;
    border-radius:5px;
    color:#ffffff;
    padding:10px;
    position:fixed;
    bottom:50px;
    right:20px;
	text-align:center;
	text-decoration: none;
    }
	
#pageTop:hover{
    background: #C93;
    }

/*--------------------------------------
スマホ用
---------------------------------------*/

.sp{
	width: 100%;
	text-align: center;
}

.sp .sp_bnr{
	margin: 10px auto;
}

.sp .sp_bnr img{
	width: 100%;
}

.sp .coupon {
}
	
.sp .coupon ul {
	display:table;
	border-collapse:separate;
	border-spacing:5px 0;
}
.sp .coupon ul li{
	width: 33%;
	padding: 2px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.sp .coupon img{
	width: 100%;
}