@charset "UTF-8";
/*---------------------------------------------------------------
top/style.css
-----------------------------------------------------------------*/

@media print, screen and (min-width: 1220px){
.spOnly {
		display: none;
}


ul#gnavi li a.active::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 50%;
	height: 1px;
	background-color: #000;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
ul#gnavi li a.active:hover::after {
	width: 100%;
}


#main{
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 70px;
	padding-bottom: 80px;
}
#main .l-box{
	float: left;
	max-width: 600px;
}
#main .l-box .zoom{
	position:relative;
	width: 600px;
}
#main .l-box .zoom img{
	display: block;
}
#main .l-box .bt-box{
	width: 600px;
	text-align: center;
	padding-top: 85px;
}
#main .l-box .bt-box .bt{
	width: 345px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 38px;
}
#main .l-box .bt-box .bt a img{
-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
#main .l-box .bt-box .bt a img:hover{
  opacity:0.5;
  filter: alpha(opacity=50);
}
#main .l-box .bt-box .limited{
	width: 345px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
}
#main .l-box .bt-box .limited a img{
-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
#main .l-box .bt-box .limited a img:hover{
  opacity:0.5;
  filter: alpha(opacity=50);
}


#main .r-box{
	float: right;
	max-width: 502px;
	text-align: left;
	padding-top: 0px;
}
#main .r-box .title{
	font-size: 23px;
	line-height: 150%;
	font-weight: bold;
}
#main .r-box .size{
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#main .r-box p{
	font-size: 12px;
	line-height: 26px;
	padding-top: 15px;
	padding-bottom: 30px;
}
#main .r-box .number{
	font-size: 12px;
	padding-bottom: 25px;
}
#main .r-box .number .txtf{
	font-size: 12px;
	height: auto;
	width: 330px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-left: 0px;
	text-align: left;
	border: 1px solid #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 15px;
}
#main .r-box .bikou{
	font-size: 12px;
	line-height: 26px;
	padding-top: 0px;
	padding-bottom: 30px;
}
#main .r-box .bikou a:link ,
#main .r-box .bikou a:visited {
	color:#000;
	text-decoration: underline;
}
#main .r-box .bikou a:active ,
#main .r-box .bikou a:hover {
	color:#000;
	text-decoration: none;	
}
#main .r-box .bt{
	margin-bottom: 15px;
}
#main .r-box .full{
	font-size: 14px;
	margin-top: 20px;
	padding-bottom: 30px;
	font-weight: bold;
}
#main .r-box .full a{
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
}
#main .r-box .full a:link ,
#main .r-box .full a:visited {
	color:#000;
	text-decoration: underline;
}
#main .r-box .full a:active ,
#main .r-box .full a:hover {
	color:#000;
	text-decoration: none;	
}
#main .r-box .ic{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F2F2F2;
	height: 80px;
}
#main .r-box .ic li{
	float: left;
	width: 36px;
	margin-right: 14px;
}
#main .r-box .ic li img{
	width: 100%;
}
#main .r-box .detail{
	padding-top: 50px;
}
#main .r-box .detail strong{
	font-size: 14px;
}
#main .r-box .detail table{
	width: 100%;
	margin-top: 25px;
}
#main .r-box .detail th,
#main .r-box .detail td{
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	text-align: left;
	padding-bottom: 10px;
}
#main .r-box .detail th{
	width: 80px;
}
#main .r-box .cap{
	padding-top: 15px;
}
#main .r-box .cap span{
	font-size: 12px;
}
#main .r-box .cap ul{
	padding-top: 10px;
}
#main .r-box .cap li{
	font-size: 12px;
	line-height: 20px;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 15px;
	padding-bottom: 10px;
}



#caution{
	width: 100%;
	padding-top: 75px;
	padding-bottom: 75px;
	background-color: #F3F3F3;
}
#caution .inner{
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#caution .inner .title{
	font-size: 18px;
	line-height: 150%;
	font-weight: bold;
	color: #868787;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
}
#caution .inner p{
	font-size: 12px;
	line-height: 200%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
}
#caution .inner li{
	font-size: 14px;
	line-height: 180%;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 10px;
	padding-bottom: 20px;
}
#caution .inner li div{
	font-size: 12px;
	line-height: 180%;
	margin-left: -15px;
}



#recommend{
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 35px;
	padding-top: 75px;
}
#recommend .title{
	font-size: 14px;
	text-align: left;
	padding-bottom: 20px;
}
#recommend .item .box{
	float: left;
	width: 290px;
	text-align: left;
	margin-right: 13px;
	margin-bottom: 50px;
}
#recommend .item .box img{
	width: 100%;
}
#recommend .item .box.end{
	margin-right: 0px;
}
#recommend .item .box a{
	display: block;
	transition: .3s;
}
#recommend .item .box a:hover {
	opacity:0.5;
  filter: alpha(opacity=50);
	text-decoration: none;	
}
#recommend .item .box p{
	font-size: 12px;
	line-height: 18px;
	padding-top: 15px;
}
#recommend .item .box .detail{
	background-image: url(../../../images/semi_arrow.png);
	background-repeat: no-repeat;
	background-position: right 8px;
	width: 70px;
	font-size: 12px;
}




}
@media screen and (max-width: 1219px) and (min-width: 764px){
.pcOnly {
		display: none;
}
.pcOnly {
	display: block;
}



ul#gnavi li a.active::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 50%;
	height: 1px;
	background-color: #000;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
ul#gnavi li a.active:hover::after {
	width: 100%;
}


#main{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 70px;
	padding-bottom: 80px;
}
#main .l-box{
	float: left;
	width: 55%;	
}
#main .l-box .zoom{
	position:relative;
	width: 100%;
}
#main .l-box .zoom img{
	display: block;
}


#main .l-box .bt-box{
	max-width: 600px;
	text-align: center;
	padding-top: 85px;
}
#main .l-box .bt-box .bt{
	width: 345px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 38px;
}
#main .l-box .bt-box .bt a img{
-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
#main .l-box .bt-box .bt a img:hover{
  opacity:0.5;
  filter: alpha(opacity=50);
}
#main .l-box .bt-box .limited{
	width: 345px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
}
#main .l-box .bt-box .limited a img{
-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
#main .l-box .bt-box .limited a img:hover{
  opacity:0.5;
  filter: alpha(opacity=50);
}



#main .r-box{
	float: right;
	width: 40%;
	text-align: left;
	padding-top: 0px;
}
#main .r-box .title{
	font-size: 23px;
	line-height: 150%;
	font-weight: bold;
}
#main .r-box .size{
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#main .r-box p{
	font-size: 12px;
	line-height: 26px;
	padding-top: 10px;
	padding-bottom: 30px;
}
#main .r-box .number{
	font-size: 12px;
	padding-bottom: 25px;
}
#main .r-box .number .txtf{
	font-size: 12px;
	height: auto;
	width: 290px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-left: 0px;
	text-align: left;
	border: 1px solid #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
}
#main .r-box .bikou{
	font-size: 12px;
	line-height: 26px;
	padding-top: 0px;
	padding-bottom: 30px;
}
#main .r-box .bikou a:link ,
#main .r-box .bikou a:visited {
	color:#000;
	text-decoration: underline;
}
#main .r-box .bikou a:active ,
#main .r-box .bikou a:hover {
	color:#000;
	text-decoration: none;	
}
#main .r-box .bt{
	margin-bottom: 15px;
	max-width: 335px;
	position: relative;
}
#main .r-box .bt img{
	width: 100%;
}
#main .r-box .full{
	font-size: 14px;
	margin-top: 20px;
	padding-bottom: 30px;
	font-weight: bold;
}
#main .r-box .full a{
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
}
#main .r-box .full a:link ,
#main .r-box .full a:visited {
	color:#000;
	text-decoration: underline;
}
#main .r-box .full a:active ,
#main .r-box .full a:hover {
	color:#000;
	text-decoration: none;	
}
#main .r-box .ic{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F2F2F2;
	height: 80px;
}
#main .r-box .ic li{
	float: left;
	width: 36px;
	margin-right: 14px;
}
#main .r-box .ic li img{
	width: 100%;
}
#main .r-box .detail{
	padding-top: 50px;
}
#main .r-box .detail strong{
	font-size: 14px;
}
#main .r-box .detail table{
	width: 100%;
	margin-top: 25px;
}
#main .r-box .detail th,
#main .r-box .detail td{
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	text-align: left;
	padding-bottom: 10px;
}
#main .r-box .detail th{
	width: 80px;
}
#main .r-box .cap{
	padding-top: 15px;
}
#main .r-box .cap span{
	font-size: 12px;
}
#main .r-box .cap ul{
	padding-top: 10px;
}
#main .r-box .cap li{
	font-size: 12px;
	line-height: 20px;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 15px;
	padding-bottom: 10px;
}



#caution{
	width: 100%;
	padding-top: 75px;
	padding-bottom: 75px;
	background-color: #F3F3F3;
}
#caution .inner{
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#caution .inner .title{
	font-size: 18px;
	line-height: 150%;
	font-weight: bold;
	color: #868787;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
}
#caution .inner p{
	font-size: 12px;
	line-height: 200%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
}
#caution .inner li{
	font-size: 14px;
	line-height: 180%;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 10px;
	padding-bottom: 20px;
}
#caution .inner li div{
	font-size: 12px;
	line-height: 180%;
	margin-left: -15px;
}



#recommend{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 35px;
	padding-top: 75px;
}
#recommend .title{
	font-size: 14px;
	text-align: left;
	padding-bottom: 20px;
}
#recommend .item .box{
	float: left;
	width: 24.25%;
	text-align: left;
	margin-right: 1%;
	margin-bottom: 50px;
}
#recommend .item .box.end{
	margin-right: 0px;
}
#recommend .item .box img{
	width: 100%;
}
#recommend .item .box a{
	display: block;
	transition: .3s;
}
#recommend .item .box a:hover {
	opacity:0.5;
  filter: alpha(opacity=50);
	text-decoration: none;	
}
#recommend .item .box p{
	font-size: 12px;
	line-height: 18px;
	padding-top: 15px;
}
#recommend .item .box .detail{
	background-image: url(../../images/semi_arrow.png);
	background-repeat: no-repeat;
	background-position: right 8px;
	width: 70px;
	font-size: 12px;
}



}

@media screen and (max-width: 763px){
.pcOnly {
		display: none;
}


#main{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0em;
	padding-bottom: 3em;
}
#main .l-box{
	float: none;
	width: 100%;	
}
#main .l-box .zoom{
	position:relative;
	width: 100%;
}
#main .l-box .zoom img{
	display: block;
}


#main .l-box .bt-box{
	width: 84%;
	text-align: center;
	padding-top: 3em;
	margin-right: auto;
	margin-left: auto;
}
#main .l-box .bt-box .bt{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2em;
}
#main .l-box .bt-box .bt img{
	width: 100%;
}
#main .l-box .bt-box .bt a img{
-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
#main .l-box .bt-box .bt a img:hover{
  opacity:0.5;
  filter: alpha(opacity=50);
}
#main .l-box .bt-box .limited{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2em;
}
#main .l-box .bt-box .limited img{
	width: 100%;
}
#main .l-box .bt-box .limited a img{
-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
#main .l-box .bt-box .limited a img:hover{
  opacity:0.5;
  filter: alpha(opacity=50);
}



#main .r-box{
	float: none;
	width: 90%;
	text-align: left;
	padding-top: 1em;
	margin-right: auto;
	margin-left: auto;
}
#main .r-box .title{
	font-size: 160%;
	line-height: 150%;
	font-weight: bold;
}
#main .r-box .size{
	font-size: 100%;
}
#main .r-box p{
	font-size: 90%;
	line-height: 200%;
	padding-top: 1.2em;
	padding-bottom: 2.2em;
}
#main .r-box .number{
	font-size: 90%;
	padding-bottom: 1em;
}
#main .r-box .number .txtf{
	font-size: 100%;
	height: auto;
	width: 100%;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-left: 0px;
	text-align: left;
	border: 1px solid #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 1em;
}
#main .r-box .bikou{
	font-size: 90%;
	line-height: 200%;
	padding-top: 0px;
	padding-bottom: 2em;
}
#main .r-box .bikou a:link ,
#main .r-box .bikou a:visited {
	color:#000;
	text-decoration: underline;
}
#main .r-box .bikou a:active ,
#main .r-box .bikou a:hover {
	color:#000;
	text-decoration: none;	
}
#main .r-box .bt{
	position: relative;
	margin-bottom: 1em;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
#main .r-box .bt img{
	width: 100%;
}
#main .r-box .full{
	font-size: 100%;
	margin-top: 1em;
	padding-bottom: 1em;
	font-weight: bold;
}
#main .r-box .full a{
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
}
#main .r-box .full a:link ,
#main .r-box .full a:visited {
	color:#000;
	text-decoration: underline;
}
#main .r-box .full a:active ,
#main .r-box .full a:hover {
	color:#000;
	text-decoration: none;	
}
#main .r-box .ic{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F2F2F2;
	height: 6em;
}
#main .r-box .ic li{
	float: left;
	width: 15%;
	margin-left: 3%;
}
#main .r-box .ic li img{
	width: 100%;
}
#main .r-box .detail{
	padding-top: 3em;
}
#main .r-box .detail strong{
	font-size: 100%;
}
#main .r-box .detail table{
	width: 100%;
	margin-top: 25px;
}
#main .r-box .detail th,
#main .r-box .detail td{
	font-size: 90%;
	line-height: 160%;
	font-weight: normal;
	text-align: left;
	padding-bottom: 1em;
}
#main .r-box .detail th{
	width: 20%;
}
#main .r-box .cap{
	padding-top: 1.5em;
}
#main .r-box .cap span{
	font-size: 90%;
}
#main .r-box .cap ul{
	padding-top: 1em;
}
#main .r-box .cap li{
	font-size: 90%;
	line-height: 160%;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 3%;
	padding-bottom: 1em;
}



#caution{
	width: 100%;
	padding-top: 3em;
	padding-bottom: 3em;
	background-color: #F3F3F3;
}
#caution .inner{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#caution .inner .title{
	font-size: 140%;
	line-height: 150%;
	font-weight: bold;
	color: #868787;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1em;
	padding-left: 0px;
}
#caution .inner p{
	font-size: 100%;
	line-height: 200%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
}
#caution .inner li{
	font-size: 100%;
	line-height: 180%;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 10px;
	padding-bottom: 20px;
}
#caution .inner li div{
	font-size: 90%;
	line-height: 180%;
	margin-left: -15px;
}



#recommend{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 2.5em;
	padding-top: 3em;
}
#recommend .title{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	font-size: 100%;
	text-align: left;
	padding-bottom: 1em;
}
#recommend .item{
	width: 95%;
	margin-left: auto;
}
#recommend .item .box{
	float: left;
	width: 46.5%;
	text-align: left;
	margin-right: 2%;
	margin-bottom: 4em;
}
#recommend .item .box.end{
	margin-right: 0px;
}
#recommend .item .box img{
	width: 100%;
}
#recommend .item .box a{
	display: block;
	transition: .3s;
}
#recommend .item .box a:hover {
	opacity:0.5;
  filter: alpha(opacity=50);
	text-decoration: none;	
}
#recommend .item .box p{
	font-size: 90%;
	line-height: 140%;
	padding-top: 1em;
}
#recommend .item .box .detail{
	background-image: url(../../images/semi_arrow.png);
	background-repeat: no-repeat;
	background-position: right 8px;
	width: 70px;
	font-size: 90%;
}




}