@charset "UTF-8";

/*================= 基本設定 =================*/
#itemTab{
margin:0.2em 0 2em 0 !important;
width:99.65% !important;
}
#serviceTab{
margin:0.2em 0 2em 0 !important;
width:99.65% !important;
}
ul.resp-tabs-list, p {
margin: 0px;
padding: 0px;
}
.resp-tabs-list {
width:100%;
overflow:hidden;
}
#itemTab .resp-tabs-list li {
font-size: 1em;
display: inline-block;
cursor: pointer;
float: left;
width:19.82%;
text-align:center;
padding:0.5em 0;
text-decoration:none;
}
#serviceTab .resp-tabs-list li {
font-size: 1em;
display: inline-block;
cursor: pointer;
float: left;
width:24.82%;
text-align:center;
padding:0.5em 0;
text-decoration:none;
}

.resp-tabs-list li:last-child{border-right:none;
margin-right:0;}
.resp-tabs-container {
padding: 1.6em 1.6em 0.6em 1.6em;
clear: left;
border:none;
}
h2.resp-accordion {
cursor: pointer;
padding: 5px;
display: none;
}
.resp-tab-content {display: none;}
.resp-tab-active {
/*    border: 1px solid #c1c1c1;*/
border-bottom: none;
margin-bottom: -1px !important;
}
.resp-tab-active {border-bottom: none;}
.resp-content-active, .resp-accordion-active {display: block;}
.resp-tab-content {/*    border: 1px solid #c1c1c1;*/}
h2.resp-accordion {
font-size: 13px;
margin: 0px !important;
padding: 10px 15px;
}
h2.resp-tab-active {
margin-bottom: 10px !important;
padding: 10px 15px !important;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
float: left;
width: 30%;
}
.resp-vtabs .resp-tabs-list li {
display: block;
padding: 15px 15px !important;
margin: 0;
cursor: pointer;
float: none;
}
.resp-vtabs .resp-tabs-container {
padding: 0px;
float: left;
width: 69.6%;
min-height: 250px;
border-radius: 4px;
clear: none;
}
.resp-vtabs .resp-tab-content {border: none;}
.resp-vtabs li.resp-tab-active {
border-right: none;
position: relative;
z-index: 1;
margin-right: -1px !important;
padding: 14px 15px 15px 14px !important;
}
.resp-arrow {
width: 0;
height: 0;
float: right;
margin-top: 3px;
}
h2.resp-tab-active span.resp-arrow {
border: none;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
}
/*-----------Accordion styles-----------*/
.resp-easy-accordion  h2.resp-accordion {display: block;}
.resp-jfit {
width: 100%;
margin: 0px;
}
.resp-tab-content-active {display: block;}
.resp-tab-content {overflow:hidden;}

/* Tablet (Portrait) min-width: 768px / max-width: 959px
=========================================================*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.resp-tabs-list li {
font-size: 0.78em;
width:24.8%;
text-align:center;
padding:0.7em 0;
	-right:1px solid #FFF;
}
.resp-tab-content .recommendBtn{font-size:0.79em !important;}
}

/* Mobile (Portrait) max-width: 767px
=========================================================*/
@media only screen and (max-width: 767px) {
#itemTab{
margin:0.6em 0.7em 0.6em 0.55em !important;
width:95% !important;
}
#serviceTab{
margin:0.6em 0.7em 0.6em 0.55em !important;
width:95% !important;
}
ul.resp-tabs-list {display: none;}
h2.resp-accordion {display: block;}
.resp-vtabs .resp-tab-content {border: 1px solid #C1C1C1;}
.resp-vtabs .resp-tabs-container {
border: none;
float: none;
width: 100%;
min-height: initial;
clear: none;
}
.resp-tab-content {
margin-bottom:1em !important;
overflow:hidden;
}
.resp-accordion-closed {display:none !important;}
.resp-vtabs .resp-tab-content:last-child {border-bottom: 1px solid #c1c1c1 !important;}
}

/* Mobile (Landscape) min-width: 480px / max-width: 767px
=========================================================*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
.resp-tab-content .recommendBtn{
width:85% !important; 
text-align:center !important;
float:none; 
margin:0 0 !important; 
font-size:0.95em;
}
}


/* Mobile (Landscape) max-width: 479px
=========================================================*/
@media only screen and (max-width: 479px){
.resp-tab-content .recommendBtn{
width:82% !important; 
text-align:center !important;
float:none; 
margin:0 0 !important; 
font-size:0.95em; 
}
}
