@charset "UTF-8";
/* 
 ----------------------------------------------- */
/* Fonts
------------------------------------------------------------*/
html {
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	font-size: 13px;
	background: #FFF;
}
html * {
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", sans-serif;
}
body {
	width: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	height: 100%;
	position: relative;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	color: #444444;
	background-color: #FFF;
	min-width: 1000px;
}
body a {
	/*color: #a0841c;*/
	color: #444;
	text-decoration: none;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
body a:hover {
	text-decoration: underline;
}
body a img {
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	backface-visibility: hidden;
	-ms-interpolation-mode: bicubic;
}
body a img:hover {
	-ms-filter: "alpha( opacity=$number*100 )";
	filter: alpha(opacity=70);
	opacity: 0.7;
}
body img {
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
}
body::selection {
	background: rgba(0, 188, 212, 0.2);/* Safari */
}
body::-moz-selection {
	background: rgba(0, 188, 212, 0.2);
	/* Firefox */
}
/* Reset
------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
address, em, strong, th {
	font-style: normal;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	text-align: left;
}
hr, legend {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
h2.line {
	position: relative;
	display: inline-block;
	padding: 0 55px;
	text-align: center;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: 1px;
	margin: 80px auto 50px;
}
h2.line:before, h2.line:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 45px;
	height: 1px;
	background-color: black;
}
h2.line:before {
	left: 0;
}
h2.line:after {
	right: 0;
}
h2.line span {
	font-size: 13px;
}
h2.line2 {
	border-bottom: 2px solid #009be5;
	padding-bottom: 10px;
}
img, fieldset {
	border: 0;
}
li {
	list-style-type: none;
}
.left {
	text-align: left !important;
}
.right {
	text-align: right !important;
}
.center {
	text-align: center !important;
}
/* LPコンテンツ
 ----------------------------------- */
#lstg p.resizeimage img { 
	width: 100%; 
	margin-bottom: 3em;
	}
#lstg p.resizeimage_1 img { 
	width: 100%; 
	margin: 0;
	padding: 0;
	}
.lstgheading{
	padding-bottom: .5em;
	border-bottom: 3px solid #f7a400;	
	text-align: center;
	color: #444444; 
	font-size: 2em; 
	margin-top: 2em;
	margin-bottom: 2em;
}	
.lstgheading_1{
	padding-bottom: .5em;
	text-align: center;
	color: #ff5165; 
	font-size: 1.5em; 
	margin-top: 2em;
}
.couponouter{
	padding: 0px 0px 0px 0px; 
	margin-top: 0px;
}
.couponinner{
	border-color: #f7a400; 
	border-width: 30px; 
	border-style: solid; 
	background-color:#ffffff; 
	padding:10px; 
	font-size: 16px; 
	line-height: 1.7 ; 
	color: #444444; 
	text-align: center;
}
.couponinfo{
	font-size: 12px; 
	color:#777;
}
/* 商品
 ----------------------------------- */
.lstgitem-wrap {
	width: 1000px;
	margin: 20px auto;
}
.lstgitem-cont {
	overflow: hidden;
	content: "";
	display: block;
	clear: both;
}
/* 左カラム
 ----------------------------------- */
.lstgitem-cont .itemThumb-wrap {
	float: left;
	width: 400px;
	margin: 0 30px 0 0;
}
.lstgitem-cont .itemThumb-wrap .itemThumb-main {
	text-align: center;
}
.lstgitem-cont .itemThumb-wrap .itemThumb-main img {
	height: auto;
	margin: 0 0 5px 0;
	max-height: 500px;
	border: 1px solid #ccc;
}
/* 右カラム
 ----------------------------------- */
.lstgitem-cont .itemOutline {
	float: right;
	width: 550px;
}
.lstgitem-cont .itemOutline .brandname {
	background: none;
	margin-top: 1.5em;
	margin-bottom: 1em;
	margin-left: 0px !important;
	font-size: 1.25em;
	font-weight: normal;
	padding: 0;
	border-bottom: none;
	height: auto;
}
.lstgitem-cont .itemOutline .itemname {
	background: none;
	margin-bottom: 1em;
	margin-left: 0px !important;
	font-size: 1.5em;
	font-weight: normal;
	padding: 0;
	border-bottom: none;
	height: auto;
}
section.lstgitem-wrap .price {
	margin: 0 0 10px;
}
section.lstgitem-wrap .price table td {
	padding: 5px 1em;
}
section.lstgitem-wrap .price span.selling_price {
	font-size: 200%;
	line-height: 1.2;
	color: #EB0003;
	font-weight: bold;
}
section.lstgitem-wrap .price span.taxin {
	font-size: 80%;
}
.lstg_btn {
	width: 85%;
	font-size: 1.4em;
	text-decoration: none;
	display: block;
	font-weight: bold;
	text-align: center;
	padding: 0.5em 0;
	color: #fff;
	background-color: #ea001b;
	border-radius: 5px;
	margin-top: 20px;
	margin-bottom : 50px;
}

/*css 追記*/
#lstg p.resizeimage img {
    margin-bottom: 30px;
}

.lstgheading {
    margin-top: 0;
    border-bottom: 3px solid #fa667e;
    margin-bottom: 30px;
}

#lstg p.resizeimage_1 img {
    margin-bottom: 30px;
}

.last{
    margin-bottom: 30px;
}

.mb60 {
    margin-bottom: 40px;
    
}

.couponinner {
    border-color: #ff99a5;
    border-width: 10px;
    margin-bottom: 30px;
}
.couponinner span {
    font-size: 36px;
    font-weight: bold;
    line-height: 2em;
    background-color: #FCF8C2;
}
.caution {
    background-color: #FCF8C2;
    display: inline;
}

