@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/


.detail .area-ttl {
	margin-bottom: 0;
	padding: 10px 15px 8px;
	font-size: 140%;
	font-weight: bold;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: none;
	background: -moz-linear-gradient(top,#FEFEFE,#CECECE);
	background: -webkit-gradient(linear, left top, left bottom, from(#FEFEFE),to(#CECECE));
}

.detail .area-ttl img {
	margin-right: 10px;
}

.detail .area-ttl span {
	position: relative;
	top: 3px;
}


#main .linkUl {
	margin-bottom: 17px;
	border: 1px solid #333;
	border-top: none;
}

#main .linkUl li {
	width: 50%;
	float: left;
	box-sizing: border-box;
	border-top: 1px solid #333;
}

#main .linkUl li:nth-child(2n-1) a {
	border-right: 1px solid #333;
}

#main .linkUl li a {
	padding: 15px 15px 16px;
	display: block;
	position: relative;
	font-size: 15px;
}

#main .linkUl li a:before {
	margin-top: -7px;
	width: 10px;
    height: 14px;
	background: url(../img/common/icon01.png) no-repeat left top;
	background-size: 10px 14px;
    position: absolute;
    top: 50%;
	right: 14px;
  
    content: ""; 
}

#main .section {
	margin: 8px 18px 30px;
	width: 95%;
}

.center {
	text-align: center;
	margin: 0 auto;
	width: 90%;
}

input.form_95 {
	width: 95%;
	margin: 0 auto;
	height: 35px;
}

h4 {
	margin-bottom: 0;
	padding: 6px 15px;
	font-size: 12px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: none;
	background: -moz-linear-gradient(top,#FEFEFE,#CECECE);
	background: -webkit-gradient(linear, left top, left bottom, from(#FEFEFE),to(#CECECE));
}

	.btSubmit {
	-moz-box-shadow:inset 2px 20px 16px 0px #ffffff;
	-webkit-box-shadow:inset 2px 20px 16px 0px #ffffff;
	box-shadow:inset 2px 20px 16px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
	background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
	background-color:#ededed;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	border-radius:9px;
	border:2px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#777777;
	font-family:Arial;
	font-size:100%;
	font-weight:bold;
	padding:10px 76px;
	text-decoration:none;
	margin-top: 15px;
	text-shadow:0px 1px 0px #ffffff;
	width: 100%
}
.btSubmit:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
	background:-moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-webkit-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed',GradientType=0);
	background-color:#dfdfdf;
}
.btSubmit:active {
	position:relative;
	top:1px;
}

#main .textUl li {
	padding-bottom: 5px;
	width: 48.5%;
	float: left;
}

#main .textUl li:nth-child(2n) {
	float: right;
}

#main .section .txtImg {
	margin: 3px 0 5px;
}

#main .section .txtImg img:first-child {
	margin-bottom: 5px;
}

#main .section p {
	margin-bottom: 5px;
}

#main .text01 {
	color: #FF0000;
	font-size: 14px;
	line-height: 1.2;
	font-weight: bold;
}

#main .imgBox .photo {
	float: right;
}

#main .imgBox p {
}

#main .packBox {
	padding: 13px 18px;
	color: #FFF;
	border-top: 1px solid #FF9800;
	background: #F20000 url(../img/top/pack_bg.jpg) no-repeat left bottom;
	background-size: 100% auto;
	box-shadow: 0 0 3px #7B7C79;
}

#main .packBox .text02 {
	margin: 0 -5px;
	font-size: 13px;
	font-weight: bold;
}

#main .packBox .text03 {
	margin: 0 0 10px;
	padding: 5px 0;
	color: #000;
	line-height: 1.2;
	text-align: center;
	font-weight: bold;
	background-color: #FFF;
	border-radius: 10px;
}

#main .packBox .txtImg {
	margin: 0 0 10px;
}

#main .packBox .linkList {
	margin: 0 -8px;
}

#main .packBox .linkList li {
	margin-top: 10px;
	border: 1px solid #FDCE87;
	border-radius: 5px;
}

#main .packBox .linkList li a {
	padding: 16px;
	display: block;
	position: relative;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
	background: -moz-linear-gradient(top,#FCFCFC,#E7E7E7);
	background: -webkit-gradient(linear, left top, left bottom, from(#FCFCFC),to(#E7E7E7));
}

#main .packBox .linkList li a:before {
	margin-top: -8px;
	width: 16px;
    height: 16px;
	background: url(../img/common/icon02.png) no-repeat left top;
	background-size: 16px 16px;
    position: absolute;
    top: 50%;
	right: 14px;
  
    content: ""; 
}


.detail .main-img {
	background: url(../img/shop/detail_mainBg.png) no-repeat;
		width:100%;
	margin:0 auto 6px auto;
	height: 1px;
    padding-top: 21.25%;
    -webkit-background-size: contain;
    background-size: contain;
    position: relative;
}

.detail .main-img div {
	position: absolute;
	top: 13px;
	left: 30px;
	color: white;
	font-size: 150%;
	font-weight: bold;
}

.detail .main-img div span {
	font-size: 150%;
}


.detail .c-ttl {
	font-size: 160%;
	font-weight: bold;
	margin:10px 0 5px 0;
}

.detail .inner {
	width: 95%;
	margin: 0 auto;
}

.detail .area-price {
	background-color: red;
	height: 25px;
	line-height: 25px;
	width: 100%;
	color: white;
	font-size: 110%;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: 10px;
		-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

.ex {
	font-size: 120%;
}

h3 {
	font-size: 130%;
}

.area {
	font-size: 120%;
}

.notice {
	border:3px solid #000;
	border-radius: 10px;
	text-align: center;
	font-size: 150%;
	font-weight: bold;
	width: 95%;
	margin: 20px auto;
	padding: 10px;
	-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

.notice span {
	color: red;
}

.detail .txtUl {
	margin: 0 5px 25px;
}

.detail .txtUl li {
	border: 1px solid #2C2C2C;
}

.detail .txtUl li .txt {
	padding: 7px;
	display: block;
	color: #FFF;
	text-align: center;
	border: 1px solid #FFF;
	background: -moz-linear-gradient(top,#656565,#010101);
	background: -webkit-gradient(linear, left top, left bottom, from(#656565),to(#010101));
		-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

.detail .txtUl li .txt span {
	display: block;
	color: #FFFF00;
	font-size: 14px;
	font-weight: bold;
}

.detail .txtUl .plus {
	padding: 7px;
	border: none;
	text-align: center;
		-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

.detail .txtUl .note {
	padding: 3px 15px 0px;
	border: none;
		-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

.detail .txtUl .price {
	margin-top: -10px;
	color: #FF0000;
	font-size: 14px;
	text-align: center;
	border: none;
	font-weight: bold;
}

.detail .txtUl .price span {
	font-size: 37px;
	line-height: 1.2;
}

.detail .inner-red {
	margin: -5px 0 0;
	padding: 10px 18px 18px;
	border: 1px solid #FF0000;
	border-radius: 5px;
		-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

.detail .inner-red p {
	margin: 0 0 10px;
	color: #FF0000;
	font-size: 120%;
	text-align: center;
}

.detail .imgBox {
	margin: 10px 20px 30px;
	position: relative;
}

.detail .imgBox p {
	margin: 0;
	font-size: 120%;
}

.detail .imgBox .photo {
	position: absolute;
	right: -10px;
	bottom: -20px;
}

.detail .noticeDl {
	margin: 0 5px 5px;
	padding: 15px;
	color: #000;
	background-color: #FFCC66;
	border-radius: 10px;
		-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-size: 120%;
}

.detail .noticeDl dt {
	margin-bottom: 5px;
	font-weight: bold;
}

.detail .noticeDl dt img {
	margin-right: 5px;
}

.detail .noticeDl dd {
}

.detail h3 {
	margin-bottom: 15px;
	padding: 0 10px;
	margin:10px 0 10px 10px;
	font-size: 16px;
	border-left: 5px solid #DE0101;

}