@charset "UTF-8";
/*---------------------------------
VOICE
---------------------------------*/


/* 共通 */
.voice{
 display:inline-block;
 position: relative;
 padding:2em;
 border-radius:8px;
 background: #eee;
}
.voice:after {
 position: absolute;
 content: " ";
 height: 0;
 width: 0;
}

.voice-bottom:after {
 top: 100%;
 left: 5%;
 border-top:10px solid #eee;
 border-right:10px solid transparent;
}

.voice h4{
	margin:0;
	padding:10px 0px ;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:24px ;
	font-size:2.4rem;
}
.voice_name{
	margin-top:10px ;
font-weight:400;
	font-size:18px ;
	font-size:1.8rem;
	color:#999;
}

/*---------------------------------
AWARD_INDEX
---------------------------------*/

dl.award{
	margin-left:20px ;
	margin-bottom:20px ;
	padding-left:30px ;
	border-left: 1px solid;
}

dl.award dt{
	font-weight:700;
	color:#054A96; 
}

dl.award dd img{
margin-right:15px ;
	margin-bottom:10px ;
	float:left;
	display:block;
	width:160px ;
	border:#CCC 1px solid;
}

dl.award:after {
  content: "";
  clear: both;
  display: block;
}

/*---------------------------------
Q&A
---------------------------------*/


dl#qa {
	margin:15px 0;
}

dl#qa dt{
     margin:20px 0px 0px 0;
		 color: #111;
	 padding: 5px 0 0px 45px ;
		 font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		 background:url(../business/images/icon_q.png) left no-repeat;
		 vertical-align: baseline;
		 min-height:36px ;
		 font-size:18px ;
		 font-size:1.8rem;
		 line-height:1.4;
}

dl#qa dd{
     margin: 0;
     padding:20px 0 15px 45px;
     border-bottom: 1px #000 dotted;
}



/*---------------------------------
PageNavi
---------------------------------*/
.pagenavi {
	clear: both;
}

.pagenavi a, .pagenavi span {
	padding: 8px 10px;
	margin-right: 1px;
	color: #666 !important;
	text-decoration: none;
	font-weight: 600;
	font-size13px ;
	font-size:1.3rem
}

.pagenavi .pagenavi .span.expand {
	padding: 8px 10px;
	margin: 1px;
	color: #666 !important;
	background-color: #f1f1f1 !important;

}

.pagenavi a:hover {
	-moz-box-shadow: inset 0 0 0 4px #D3CFCE;
	-webkit-box-shadow: inset 0 0 0 4px #D3CFCE;
	box-shadow: inset 0 0 0 4px #D3CFCE;


}

.pagenavi span.current {
	color: #fff !important;
	background-color: #666;

}


/*---------------------------------
SUPPORT
---------------------------------*/
#factory ul{
	margin:0px 0px 20px 0px ;
	padding:0px ;
}

#factory li{
	margin:10px;
	padding:15px  5px;
	list-style:none;
	background:#1F9ABD;
	text-align:center;
	color:#fff;
	float:left;
	width : 30% ;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
		font-weight:600;
}

.fac_txt {
	margin-bottom:10px;
	line-height:1.4;
	font-size:18px ;
	font-size:1.8rem;
}

/*---------------------------------
CARE
---------------------------------*/
#maintenance{
	margin:0px ;
	padding:0px ;
}

#maintenance dl{
	margin:0px ;
	padding:0px ;
}

#maintenance dt{
	margin-bottom:15px ;
	padding:0px ;
	width:150px ;
	height:150px ;
	text-align:center;
	color:#FFF;
display:block;
	line-height:150px ;
	border-radius:50%;
	}

#maintenance dt.before_bg{
	background: #09C;
}
#maintenance dt.after_bg{
	background: #C66;
}


#maintenance dd{
	margin:0px ;
	padding:0px ;
	padding-left:20px ;
	display:block;
}

#maintenance dd ul{
	margin:0px ;
	padding-left:20px ;
}

#maintenance dd li{
	padding-bottom:5px ;
	list-style: disc;
}

ul#dosue{
	margin:0px ;
	padding:20px ;
	padding-left:40px ;
	float:left;
	 -moz-border-radius: 6px;
   -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 2px dotted #916D7A;
		color: #916D7A;
}

ul#dosue li{
	margin:0px ;
	padding:0px ;
	list-style:disc;
}

/*---------------------------------
TAB
---------------------------------*/
.nav-tabs {
	border-bottom: 1px solid #ddd;
		background:#fff;
		margin:0px 0px 15px 0px ;
}

.nav-tabs span{
	padding-right:5px ;
}

.nav-tabs>li>a {
	padding:10px 8px 10px 5px ;
    margin-right: 2px;
    border: 1px solid #ddd;
    border-radius: 6px 6px 0 0;
		background-color: #F7F8F9;
		color:#111;
}

.nav-tabs>li>a:hover {
		background-color: #ddd;
		color:#111;
		border-bottom: 1px solid #ddd;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    cursor: default;
    background-color: #ddd;
border-bottom: 1px solid #ddd;
    border-bottom-color: transparent;
		color:#111;
}

.tab-pane > [class*='col-'] {
margin-bottom:20px ;
}

.tab-pane {
	border-bottom: 1px solid #ddd;
}

.tab-pane:after {
  content: "";
  clear: both;
  display: block;
	}

.care_flow{
margin-bottom:3px ;
}

.care_flow p{
	margin-top:3px ;
position: relative;
	display: inline-block;
	padding: 0 5px;
	width: 100%;
height: 30px;
	color: #000;
	line-height: 30px;
	text-align: center;
	background: #ddd;
	z-index: 2;
	font-size:14px ;
}

.care_flow p:after {
	content: "";
	position: absolute;
	bottom: -10px; left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #ddd transparent transparent transparent;
}

.tab-pane{
	line-height:1.2;
}

@media only screen and (max-width: 768px) {
.nav-tabs {
	font-size:13px ;
	font-size:1.3rem;
}
}

/*---------------------------------
CARE CAUTION
---------------------------------*/

ul#care_cau{
	margin:0px ;
	padding:20px 20px 0px 30px  ;
	list-style:disc outside;
}

ul#care_cau li{
	margin:0px ;
	padding-bottom:10px ;
	list-style:disc outside;
}
/*---------------------------------
SAFE_KIMONO
---------------------------------*/

ul#safe_head{
	margin:0px ;
	padding:0px 20px 0px 30px  ;
	list-style:disc outside;
}

ul#safe_head li{
	margin:0px ;
	padding-bottom:5px ;
	list-style:disc outside;
}

/*---------------------------------
INFO
---------------------------------*/
.infotbl{
	margin-top:-171px;
    padding-top:190px;
}

@media only screen and (max-width:767px){
.infotbl{
	margin-top:0px;
    padding-top:10px;
}
}