@charset "utf-8";

/*--- 全体 ---*/
body,
h1,h2,h3,h4,h5,h6,
p,ul,ol,dl,dt,dd,li,
table,th,td,
form,select,option,input
address,pre,strong,em,iframe,img{
	padding: 0;
	font-size: 100%;
	border: 0;
}


/*-- default font --*/
body{
	color: #666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.4;
	max-width: 1232px;
    margin: 0 auto;
	padding:0px;
}


/*-- font --*/
.small{
	font-size:80%;
	text-align:left;
}


/*-- buttom effect --*/
.btn_ef {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}   
.btn_ef:hover{
	opacity: 0.4;
	filter: alpha(opacity=60);
	margin-left: auto;
}   
.btn_ef a{
	text-decoration:none;
}

/*-- underline --*/
.underline{
	border-bottom: #000 1px solid;
	text-align:left;
	font-size:115%;
}



/*--- HEADER ---*/
#header{
  border-top:#000 5px solid;
}
#logo{
	margin-top:10pt;
	width: 100%;
}
.logo_btm{
	margin-top:10px;
	background:#2b54a4;
	text-align:center;
	vertical-align:middle;
	color:#fff;
	height:23px;
	font-size:11px;
	padding:5.5px 0 0 0;
}
.han_sp{
	margin:0 5px;
}
/* header information */
#h_info{
	margin-top:10pt;
	text-align:right;
}

.tel{
	color:#2051DD;
	font-size:20px;
}
.pro_mail{
	margin:5px;
	text-align:right;
	vertical-align:middle;
}
.pro_mail a{
	color:#666;
	text-decoration:none;
}
.pro_mail a:hover{
	text-decoration: underline;
}
.hed_r {
	text-align:right;
	width: 100%;
	clear: both;
	margin-left: 0;
}

/* custom search */
input{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}



/*-- GLOBAL NAVIGATION --*/
#gnav {
	margin-top:10px;
	background: #FFF;
}
#gnav ul{
	border-top:#666 1px solid;
	width:auto;
	overflow:hidden;
}
#gnav li{
	list-style-type: none;
}

#gnav a{
	display:block;
	text-align:center;
	text-decoration:none;
	color:#666;
}


#gnav a:hover{
	background: #D4D4D4;
	border-radius: 5px;
}
.gnav_cf:before,
.gnav_cf:after {
    content: " ";
    display: table;
}
.gnav_cf:after {
    clear: both;
}
.gnav_cf {
    *zoom: 1;
}


/*-- TOPIC PATH --*/
#t_path{
	margin-top:10px;
}

#t_path ul{
  margin:0px;
  padding: 0;
  list-style-type:none; 
}

#breadcrumbs-two{
  overflow: hidden;
  width: 100%;
}
 
#breadcrumbs-two li{
  float: left;
  margin: 0 .5em 0 1em;
}
 
#breadcrumbs-two a{
  background: #ddd;
  padding: .7em 1em;
  float: left;
  text-decoration: none;
  color: #444;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
  position: relative;
}
 
#breadcrumbs-two a:hover{
  background: #8da2ac;
}
 
#breadcrumbs-two a::before{
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  border-width: 1.5em 0 1.5em 1em;
  border-style: solid;
  border-color: #ddd #ddd #ddd transparent;
  left: -1em;
}
 
#breadcrumbs-two a:hover::before{
  border-color: #8da2ac #8da2ac #8da2ac transparent;
}
 
#breadcrumbs-two a::after{
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid #ddd;
  right: -1em;
}
 
#breadcrumbs-two a:hover::after{
  border-left-color: #8da2ac;
}
 
#breadcrumbs-two .current,
#breadcrumbs-two .current:hover{
  font-weight: bold;
  background: none;
}
 
#breadcrumbs-two .current::after,
#breadcrumbs-two .current::before{
  content: normal;
}

/*-- LOCAL NAVGATION --*/
#l_nav {
	float:left;
	margin-top:10px;
    display: none;
    width: 100%;
}
#l_nav li {
    list-style-type:none; /* リスト記号なし */
    margin-bottom:3px;
}
#l_nav a {
	text-align:center;
    padding:20px 3px;
    display:block;
    font-size:12px;
    color:#595757;
    text-decoration:none;
	background-color: #eee;
}

#l_nav a.link0 { background-color:#C78E77;}
#l_nav a.link1 { background-color:#E5CD83;}
#l_nav a.link2 { background-color:#D2E498;}
#l_nav a.link3 { background-color:#A4ABD6;}
#l_nav a.link4 { background-color:#8ba3c3;}
#l_nav a.link5 { background-color:#b3d1e2;}
#l_nav a.link6 { background-color:#8da2ac;}
#l_nav a.link7 { background-color:#a1cbed;}
#l_nav a.link8 { background-color:#B7B8B8;}


/*-- PRODUCT NAVIGATION --*/

#pro_nav{
	margin-top:10px;
	width: 100%;
	clear: both;
	margin-left: 0;
	margin-bottom:50px;
}
#pro_nav li{
	list-style-type:none; /* リスト記号なし */
	margin-bottom:3px;
}

#pro_nav h1{
	font-weight:lighter;

}
#pro_nav a{
	text-decoration:none;
	color:#595757;
}
#pro_nav table{
	width:100%;
	margin-bottom:20px;
}
#pro_nav th{
	background-color:#8da2ac;
	vertical-align:middle;
	border-bottom: 1px solid #fff;
	font-size:13px;
}
#pro_nav td{
	background-color:#eee;
	padding:5px;
	height:100px;
	vertical-align:middle;
}

#pro_nav a:visited{
	color:#ddd;
}

/*-- PRODUCT CONTENTS --*/
#pro_nav_top{
	text-align:right;
}
#pro_nav_top a{
	text-decoration:none;
	color:#666;
	font-size:10px;
}
#pro_nav_top a:hover{
	text-decoration: underline;
}
.chf_box{
	margin-bottom:200px;
}
.chf table {
    width:100%;
}
.chf td {
    vertical-align: middle;
}
.chf_tab_hd{
	background-color:#005e6d;
	padding:10px;
	color:#fff;
	font-weight:normal;
	font-size:15px;
}
.chf_tab_u{
	background-color:#eee;
	text-align:center;
	width:15%;
	font-weight: bold;
}

.chf_tab_txt{
	font-size:15px;
	padding:10px;
	background-color:#eee;
}
.chf_tab_sp{
	height:5px;
}
.chf_tab_iro{
	background-color:#005e6d;
	width:2.5%;
}
.chf_tab_model{
	font-size:20px;
	padding:10px 0 10px 10px ;
	font-weight: bold;
	max-width:50%;

}
.chf_tab_a{
	background-color:#eee;
	padding:5px 0 0 5px;
	border-bottom:1px solid #fff;
}
#chf_tab_r{
	width:100%;
	background-color:#eee;
	vertical-align: middle;

}
.chf_tab_r_a{
	text-align:center;
	padding:5% 15%;
}



.chf_tab_r_b{
	font-size:9px;
	text-align:right;
	padding-right:10px	
}

.chf_tab_r_c{
	text-align:center;	
}
.chf_tab_r_d{
	text-align:center;
	padding:15% 25%;
}
.chf_tab_r_e{
	text-align:center;
	padding:15% 30%;
}
.chf_tab_r_f{
	text-align:center;
	padding:15% 35%;
}


.kg{
	background: #666;
	padding:5px 20px;
	font-size: 12px;
	text-align:center;
	border-radius: 10px;
	color:#fff;
}
.open_p{
	text-align:right;
	margin-bottom:5px;
	font-size:110%;
}
.zu{
	background:#84959e;
	padding:10px;
	border-radius:5px;
	margin:10px auto 5px auto;
	text-align:center;
	color:#fff;
	text-decoration:none;
}
.zu2{
	border-style: solid;
	border-color:#84959e;
	background:#e7e8ea;
	border-width:3px;
	padding:8px;
	border-radius:5px;
	margin:5px auto;
	text-align:center;
	color:#666;
	text-decoration:none;
}
.mod_tab table {
}

.mod_tab td {
border: 1px #fff solid;
background-color: #eee;
padding:3px 10px;
}

.mod_tab th {
border: 1px #fff solid;
background-color: #8da2ac;
color:#fff;
text-align:left;
padding:3px 10px;
}
.tab_hed th {
	background-color:#005e6d;
	color:#fff;
	text-align:center;
	font-weight:lighter;
}
.tab_hed td {
	background-color:#005e6d;
	color:#fff;
	text-align:center;
}
.txt_r{
	text-align:right;
}

.faq{
	margin-top:10px;
	color:#666;
	text-align:right;
	font-size:12px;
}
.faq a{
	color:#666;
	text-decoration:none;
}
.faq a:hover{
	color:#666;
	text-decoration:underline;
}

.dis_txt{
}
.dis_txt ul{
	background-color:#fff;
	margin-left:20px;
}


.mgn_btm{
	margin-bottom:200px;
}
.zaiko_2{
	background:#888;
	color:#fff;
	border-radius:10px;
	padding:0 12px;
	margin-left:10px;
}
.full{
	background:#f3994f;
	color:#fff;
	border-radius:10px;
	padding:0px 12px;
	font-size:80%;
	margin:0 2px;
	vertical-align:middle;
}
.half{
	background:#246a84;
	color:#fff;
	border-radius:10px;
	padding:0px 12px;
	font-size:80%;
	margin:0 2px;
	vertical-align:middle;
}

#pro_mfp{
	margin:15px 0;
	text-align:center;
	vertical-align:middle;
}
#pro_mfp a{
	background-color: #8ba3c3;
	padding: 2px 20px;
	border-radius: 30px;
	text-decoration:none;
	color:#fff;
}
#pro_mfp img{
	vertical-align:middle;
}

/*-- TOP PAGE --*/
.toppage{
	width: 100%;
    clear:both;
	text-align:right;
	margin-top:20px 0;
	margin-bottom:inherit;
}
.toppage a{
	background:#DFDCDB;
	padding:10px;
	font-size:83%;
	color:#666;
	text-decoration:none;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.toppage a:hover{
	text-decoration: underline;
}
.pageTop{
	position:fixed;
	bottom:0px;
	display:block;
	height:60px;
	width:60px;
	text-align:right;
	-webkit-transition:height 500ms;
	transition:height 500ms;
	overflow:hidden;
}
.pageTop.is-hide{
	-webkit-transition:height 500ms;
	transition:height 500ms;
	height:0px;
}
.pageTop a{
	position:relative;
	display:inline-block;
	overflow:hidden;
	color:transparent;
	width:50px;
	height:50px;
	border-radius:25px;
	background:#60ABB9;
}
.pageTop a::after{
	content:"";
	width:15px;
	height:15px;
	border-top:5px solid white;
	border-right:5px solid white;
	-ms-transform: rotate(315deg);
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
	position: absolute;
	right:15px;
	top:50%;
	margin-top:-7px;
}

/*-- FOOTER --*/
#footer {
	width: 100%;
    background:#DFDCDB;
    font-size:83%;
}
#footer li{
	float:left;
	margin-top:5px;
	disply:inline;
	list-style-type:none;
}
#footer a{
    padding:0 10px;
	color:#666;
	text-decoration:none;
}
#footer a:hover{
	text-decoration: underline;
}
#copyright{
	float:right;
	font-size:83%;
	margin-right:5px;
}





/*--- RESPONSIVE ---*/

/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
#header {
}
#logo {
width: 100%;
}
#h_info {
clear: both;
margin-left: 0;
width: 100%;
}
.hed_r {
width: 100%;
clear: both;
margin-left: 0;
}
.ggl{
    margin:15px auto 0 auto;
    position:relative;
	position: relative; top:-3px;
    width: 100%;
    clear: both;
    margin-left: 0;
}
.ggl .gsc-control-cse, 
.ggl .gsc-control-cse-ja,
.ggl .gsib_a{
    margin:0 !important;
    padding:0 !important;
}
.ggl .gsib_b a{
	display:none;
}
.hed_r_2 {
width: 100%;
clear: both;
margin-left: 0;
}
#gnav{
	width:100%;
}
#gnav ul{
	display:none;
	height: auto;
}
#gnav li{
border-bottom:#666666 1px solid;
}
#gnav a{
	 padding:15px 0;
	
}
#gnav a#pull{
	display:block;
	width:100%;
	position: relative;
}
#gnav a#pull:after{
	content:"";
	background:url(../img/nav-icon.png) no-repeat;
	width: 30px;
	height: 30px;
	display: inline-block;
	position: absolute;
	right: 15px;
	top: 14px;
}
#t_path {
}
#l_nav {
width: 100%;
}
#pro_nav  {
clear: both;
margin-left: 0;
width: 100%;
}
.pro_nav_a {
width: 47.3684%;
}
.pro_nav_b {
width: 47.3684%;
margin-left: 5.2631%;
clear: none;
}
.pro_nav_c {
width: 47.3684%;
clear: both;
margin-left: 0;
}
.pro_nav_d {
width: 47.3684%;
margin-left: 5.2631%;
clear: none;
}
.pro_nav_e {
width: 47.3684%;
clear: both;
margin-left: 0;
}
.pro_nav_f {
width: 47.3684%;
margin-left: 5.2631%;
clear: none;
}
.pro_nav_g {
width: 47.3684%;
clear: both;
margin-left: 0;
}
.pro_nav_h {
width: 47.3684%;
margin-left: 5.2631%;
clear: none;
}
.pro_nav_i {
width: 47.3684%;
clear: both;
margin-left: 0;
}
.pro_nav_j {
width: 47.3684%;
margin-left: 5.2631%;
clear: none;
}
.pro_nav_k {
width: 47.3684%;
clear: both;
margin-left: 0;
}
.pro_nav_l {
width: 47.3684%;
margin-left: 5.2631%;
clear: none;
}
.pro_nav_m {
width: 47.3684%;
}
.pro_nav_n {
width: 47.3684%;
margin-left: 5.2631%;
clear: none;
}
.pro_nav_o {
width: 47.3684%;
clear: both;
margin-left: 0;
}
.pro_nav_p {
width: 47.3684%;
margin-left: 5.2631%;
clear: none;
}
.pro_nav_q {
width: 47.3684%;
clear: both;
margin-left: 0;
}
.pro_nav_r {
width: 47.3684%;
margin-left: 5.2631%;
clear: none;
}
.pro_nav_s {
width: 47.3684%;
clear: both;
margin-left: 0;
}
.pro_nav_t {
width: 47.3684%;
margin-left: 5.2631%;
clear: none;
}
.pro_nav_u {
width: 47.3684%;
clear: both;
margin-left: 0;
}
.pro_nav_v {
width: 47.3684%;
margin-left: 5.2631%;
clear: none;
}
.pro_nav_w {
width: 47.3684%;
clear: both;
margin-left: 0;
}
.pro_nav_x {
width: 47.3684%;
margin-left: 5.2631%;
clear: none;
}
#pro_nav a{
	padding: 7px 0;
}
.pro_nav_tab {
width: 100%;
margin-left: 5.2631%;
clear: none;
}
#pro_cnt {
width: 100%;
clear: both;
margin-left: 0;
}
.chf_box {
width: 100%;
margin-left: 0;
}
#chf_l {
width: 100%;
margin-left: 0;
clear: both;
}
#chf_r {
margin-top:10px;
width: 100%;
margin-left: 0;
clear: both;
}
.chf_tab_r_a img{
width: 50%;
}
.l_size img{
	width:80%;
}
.m_size img{
	width:60%;
}
.s_size img{
	width:40%;
}
.pageTop{
left:80%;
}
#footer {
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
#header {
}
#logo {
width: 48.7179%;
}
#h_info {
margin-left: 2.5641%;
clear: none;
width: 48.7179%;
}
.hed_r {
width: 48.7179%;
margin-left: 2.5%;
clear: none;
}
.ggl{
width: 100%;
clear: none;
}
.hed_r_2 {
width: 100%;
clear: none;
}
#gnav ul{
	display:table;
	width:100%;
}	

#gnav li{
	display:table-cell;
	border-bottom:none;
	vertical-align: middle;
    text-align: center;

}
#gnav a{
	display:table-cell;
	float:left;
	text-align:center;
	vertical-align:central;
	padding-left:10px;
	padding-right:10px;
	margin-top:5px;
}
#gnav a#pull {
    display: none;
}#t_path {
}
#l_nav {
width: 23.0769%;
display: block;
}
#pro_nav {
clear: none;
margin-left: 2.5641%;
width: 74.3589%;
}
#pro_nav li{
font-size:100%;
}
#pro_nav a{
	padding: 7px 0;
}
.pro_nav_tab {
width: 48.2758%;
clear: none;
margin-left: 2.5641%;
}
#pro_cnt {
width: 100%;
clear: none;
margin-left: 2.5641%;
}
.chf_box {
width: 100%;
margin-left: 0;
}
#chf_l {
width: 100%;
margin-left: 0;
}
#chf_r {
margin-top:10px;
width: 100%;
margin-left: 0;
clear: both;
}
.chf_tab_r_a img{
width: 40%;
}
.l_size img{
	width:80%;
}
.m_size img{
	width:60%;
}
.s_size img{
	width:40%;
}
.pro_nav_a {
width: 48.2758%;
margin-left: 0%;
clear: both;
}
.pro_nav_b {
width: 48.2758%;
clear: none;
margin-left: 3.4482%;
}
.pro_nav_c {
width: 48.2758%;
clear: both;
margin-left: 0;
}
.pro_nav_d {
width: 48.2758%;
clear: none;
margin-left: 3.4482%;
}
.pro_nav_e {
width: 48.2758%;
clear: both;
margin-left: 0;
}
.pro_nav_f {
width: 48.2758%;
clear: none;
margin-left: 3.4482%;
}
.pageTop{
left:90%;
}
#footer {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 88.5%;
	max-width: 900px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	/*margin-left: auto;*/
}
#header {
}
#logo {
width: 49.1525%;
margin-right:8.67%;
}
#h_info {
clear: none;
margin-left: 1.6949%;
width: 40.6779%;
}
.hed_r {
width: 40.6779%;
margin-left: 1.5%;
clear: none;
}
.ggl{
width: 100%;
clear: none;
}
.hed_r_2 {
width: 100%;
clear: none;
}
#gnav{
	font-size:16px;
	width:100%;
}
#gnav ul{
	display:table;
}
#gnav li{
	display:table-cell;
	text-align:center;
	vertical-align:central;
}
#gnav a{
	display:table-cell;
	float:left;
	padding:0 29px;
	margin-top:5px;
}
#gnav a#pull {
    display: none;
}#t_path {
}
#l_nav {
width: 15.2542%;
display: block;
}
#pro_nav {
margin-left: 1.6949%;
clear: none;
width: 83.0508%;
}
#pro_nav li{
	font-size:100%;
}
#pro_nav a{
	padding: 10px 0;
}
.pro_nav_tab {
width: 31.8181%;
clear: none;
margin-left: 2.2727%;
}
#pro_cnt {
width: 100%;
margin-left: 1.6949%;
clear: none;
}
.chf_box {
width: 100%;
margin-left: 0;
}
#chf_l {
width: 59.1836%;
margin-left: 0;
}
#chf_r {
margin-top:0;
width: 38.7755%;
margin-left: 2.0408%;
clear: none;
}
.chf_tab_r_a img{
width: 100%;
}
.l_size img{
	width:100%;
}
.m_size img{
	width:70%;
}
.s_size img{
	width:50%;
}
.pro_nav_a {
width: 31.9%;
}
.pro_nav_b {
width: 31.9%;
clear: none;
margin-left: 2.0408%;
}
.pro_nav_c {
width: 31.9%;
margin-left: 2.0408%;
clear: none;
}
.pro_nav_d {
width: 31.9%;
clear: both;
margin-left: 0;
}
.pro_nav_e {
width: 31.9%;
margin-left: 2.0408%;
clear: none;
}
.pro_nav_f {
width: 31.9%;
clear: none;
margin-left: 2.0408%;
}
#footer {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
