/*  ===================================================

   Web Font
   
 =================================================== */

@import url(https://fonts.googleapis.com/css?family=Oswald);


/*  ===================================================

   body

 =================================================== */

body {
	background:#fff;
	-webkit-text-size-adjust: 100%;
}
.wrap_inner{
	width: 98%;
	margin: 0 auto;
}
img {

}

/*  ===================================================

   rollover
   
 =================================================== */

.rollover {}


/*  ===================================================

   clearfix
   
 =================================================== */

.clearfix {zoom:1;}
.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
}

/*  ===================================================

   link
   
 =================================================== */

a, a:link, a:visited, a:active {
	text-decoration: underline;
	color: #000096;
}

a:hover {
	text-decoration: none;
	color: #1e1ede;
}


.contents_box a {
	width:auto;
	display:inline-block;
	margin:4px 0;
	padding:3px 4px;
	background:#e9e9e9;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff),to(#f4f4f4));/* webkit */
	background: -webkit-linear-gradient(top,#fff, #f4f4f4);/* webkit */
	background: -moz-linear-gradient(top,#fff, #f4f4f4);/* fx */
	background: linear-gradient(top,#fff, #f4f4f4);
	
	border:1px solid #ccc;
	border-bottom:1px solid #aaa;
	border-right:1px solid #bbb;
	border-radius: 5px ;
	-webkit-border-radius: 5px ;
    -moz-border-radius: 5px ;
	
	text-decoration:none;
}

a.textLink_pc {
	width:auto;
	display:inline-block;
	margin:4px 0;
	padding:3px 25px 3px 4px;
	background:#e9e9e9;
	background: url(../img/common/icon_pc_text.png) no-repeat scroll 96% 9px , -webkit-gradient(linear, left top, left bottom, from(#fff),to(#f4f4f4));/* webkit */
	background: url(../img/common/icon_pc_text.png) no-repeat scroll 96% 9px , -webkit-linear-gradient(top,#fff, #f4f4f4);/* webkit */
	background: url(../img/common/icon_pc_text.png) no-repeat scroll 96% 9px ,    -moz-linear-gradient(top,#fff, #f4f4f4);/* fx */
	background: url(../img/common/icon_pc_text.png) no-repeat scroll 96% 9px ,         linear-gradient(top,#fff, #f4f4f4);
	
	border:1px solid #ccc;
	border-bottom:1px solid #aaa;
	border-right:1px solid #bbb;
	border-radius: 5px ;
	-webkit-border-radius: 5px ;
    -moz-border-radius: 5px ;
	
	text-decoration:none;
	
	background-size: 11px auto ,auto;
	-webkit-background-size: 11px auto ,auto;
	-moz-background-size: 11px auto ,auto;
}



/*  ===================================================

   h1～
   
 =================================================== */


h2 {

}


h3 {
	font-size:1em;
	height : 20px ;
	margin-bottom:15px;
	padding : 10px 10px 10px 25px ;
	border-top:1px solid #000096;
	border-bottom:1px solid #b9b9b9;
	background:#e9e9e9;
	background: url(../img/common/icon_header.png) no-repeat 10px center, -webkit-gradient(linear, left top, left bottom, from(#fff),to(#f4f4f4));/* webkit */
	background: url(../img/common/icon_header.png) no-repeat 10px center, -webkit-linear-gradient(top,#fff, #f4f4f4);/* webkit */
	background: url(../img/common/icon_header.png) no-repeat 10px center,    -moz-linear-gradient(top,#fff, #f4f4f4);/* fx */
	background: url(../img/common/icon_header.png) no-repeat 10px center,         linear-gradient(top,#fff, #f4f4f4);
	
    background-size: 8px ,auto;
    -webkit-background-size: 8px auto ,auto;
	-moz-background-size: 8px auto ,auto;
	
	box-shadow: 0 -1px 0 rgba(255,255,255,1) inset;
}

h3.plus_back {
	padding : 10px 10px 10px 10px ;
	background:#e9e9e9;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff),to(#f2f2f2));/* webkit */
	background: -webkit-linear-gradient(top,#fff, #f4f4f4);/* webkit */
	background: -moz-linear-gradient(top,#fff, #f4f4f4);/* fx */
	background: linear-gradient(top,#fff, #f4f4f4);
	
    background-size: 8px ,auto;
    -webkit-background-size: 8px auto ,auto;
	-moz-background-size: 8px auto ,auto;
	
	box-shadow: 0 -1px 0 rgba(255,255,255,1) inset;
}


	h3 img{
		max-width : 50px ;
		height:auto;
		margin-top:-4px;
		margin-right:10px;
	}

h4 {
	font-size:1em;
	margin-bottom:15px;
    padding:10px 0 10px 20px;
	background:#f4f4f4;
	background: url(../img/common/icon_header.png) no-repeat 10px center, -webkit-gradient(linear, left top, left bottom, from(#fff),to(#f4f4f4));/* webkit */
	background: url(../img/common/icon_header.png) no-repeat 10px center, -webkit-linear-gradient(top,#fff, #f4f4f4);/* webkit */
	background: url(../img/common/icon_header.png) no-repeat 10px center,    -moz-linear-gradient(top,#fff, #f4f4f4);/* fx */
	background: url(../img/common/icon_header.png) no-repeat 10px center,         linear-gradient(top,#fff, #f4f4f4);
	
    background-size: 4px ,auto;
    -webkit-background-size: 4px auto ,auto;
	-moz-background-size: 4px auto ,auto;
	
	border:1px solid #ccc;
	
	border-radius: 5px ;
	-webkit-border-radius: 5px ;
    -moz-border-radius: 5px ;
	
	box-shadow: 0 -1px 0 rgba(255,255,255,1) inset;
}

h5 {
	margin:0 0 7px;
	padding : 5px 10px ;
	
	border:1px solid #ddd;
	background:#f2f2f2;
	
	border-radius: 5px ;
	-webkit-border-radius: 5px ;
    -moz-border-radius: 5px ;
	
	box-shadow: 1px 1px 0 rgba(255,255,255,1) inset;
}

h6 {
	font-size:1.0em;
	color:#000091;
	text-align:left;
	margin-bottom:6px;
}


/*  ===================================================

   section
   
 =================================================== */

section {
	margin-bottom:15px;	
}

section.ac_box {
	margin:0;
	padding : 0 10px;	
}

/*  ===================================================

   header
   
 =================================================== */

header {
	margin:0 0;
}
	
		header h1 {
			margin : 0 auto ;
			padding:20px 10px;
			float:left;
			display:inline;
		}
		
		header h1 img{

		}
		
		#headNav {
			padding:15px 0;
			float:right;
			display:inline;
		}
		
		#headNav ul li {
			padding-right:10px;
			float:left;
			display:inline;
		}
		


/*  ===================================================

   メインナビ
   
 =================================================== */


nav#gNav {
	padding: 0 ;
}

	nav#gNav ul {
	}
	
		nav#gNav ul li {
			width : 20% ;
			height:50px;
			text-align:center;
			float:left;
			display:inline;
			font-size:0.8em;
			line-height:100%;
		
		    background:#fdfdfd;
		    background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd),to(#eaeaea));/* webkit */
		    background: -webkit-linear-gradient(top,#fdfdfd, #eaeaea);/* webkit */
		    background: -moz-linear-gradient(top,#fdfdfd, #eaeaea);/* fx */
		    background: linear-gradient(top,#fdfdfd, #eaeaea);
		
		    border-top:1px solid #b6b6b6;
		    border-bottom:1px solid #b6b6b6;
		}
	
			nav#gNav ul li a {
				height:27px;
			    display:block;
			    margin:5px 0;
				padding-top:13px;
			    color:#333333;
				text-decoration:none;
				
				border-left:1px solid #fff;
			    border-right:1px solid #aeaeae;
			
			}
	
			nav#gNav ul li span{
				font-size:0.7em;
			}

	


/* ===================================================

   モーダルナビ
   
 ===================================================*/

/* Reveal Modals */
		
.reveal-modal-bg { 
	position: fixed; 
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(255,255,255,.8);
	z-index: 100;
	display: none;
	top: 0;
	left: 0; 
}
	
.reveal-modal {
	visibility: hidden;
	top: 20px; 
	left: 50%;
	margin-left: -150px;
	width: 280px;
	background: #eee ;
	position: absolute;
	z-index: 101;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-box-shadow: 0 0 10px rgba(0,0,0,.4);
}

/* 見出し */

#mNavHead {
	margin-bottom:10px;
}

	#mNavHead h2 {
		font-size:1.15em;
		font-family: 'Oswald', sans-serif;
		letter-spacing:0.15em;
		width:180px;
		float:left;
		display:inline;
		height:inherit;
		padding : 6px 0 0 5px ;
	    background: none;
		color:#333;
	}
	
	.reveal-modal #close {
		width:70px;
		float:right;
		display:inline;
		text-decoration:none;
	}
	
	.reveal-modal #close img {
		max-width : 100% ;
	}


/* 角丸設定 */

div.ac_nav div:first-child a {
	-webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

div.ac_nav div:last-child a {
	-webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

/* フォントサイズ */

div.ac_nav,
div.ac_nav > div {
    font-size:12px;

}

/* デザイン */

div.ac_nav div.off a{
}


div.ac_nav > div > a {
	font-weight:bold;
    display:block;
    padding:10px;
	background: url(../img/common/icon_arrow.png) no-repeat scroll 96% 50% ;
	background-color:#fff;
	
	background-size: 6px auto;
	-webkit-background-size: 6px auto;
	-moz-background-size: 6px auto;
 
    border-top:1px solid #fff;
    border-bottom:1px solid #eee;
    color:#333;
}

div.ac_nav > .ach_off {
	font-weight:bold;
    display:block;
    padding:10px;
	background: url(../img/common/icon_open.png) no-repeat scroll 96% 50% ;
	background-color:#fff;
	
	background-size: 9px auto;
	-webkit-background-size: 9px auto;
	-moz-background-size: 9px auto;

    border-top:1px solid #fff;
    border-bottom:1px solid #eee;
    color:#333;
}

div.ac_nav > .ach_on {
	font-weight:bold;
    display:block;
    padding:10px;
		
	background: url(../img/common/icon_close.png) no-repeat scroll 96% 50% ;
	background-color:#ddd;
	
	background-size: 9px auto;
	-webkit-background-size: 9px auto;
	-moz-background-size: 9px auto;
 
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    color:#333;
}

div.ac_nav a {
    text-decoration:none;
}

/* accordionの中身 */

ul.ac_child {
    padding: 0;
}
ul.ac_child li {
    border-top:1px solid #777;
    border-bottom:1px solid #aaa;
	line-height:100%;
}
ul.ac_child li a {
    display:block;
    padding:12px 0 12px 23px;
    color:#fff;
	
	background: url(../img/common/icon_sub_arrow.png) no-repeat scroll 4.5% 50% ;
    background-color:#777;
	
	background-size: 6px auto;
	-webkit-background-size: 6px auto;
	-moz-background-size: 6px auto;
	
	line-height:100%;
}




/* ===================================================

   footer

=====================================================*/


footer {
	padding:15px 0 0 0;
	background:#f5f5f5;
	box-shadow: 0 2px 3px rgba(200,200,200,1) inset;
}


#fNav {
	width : 300px ;
	margin : 0 auto 5px;
}

	#fNav li{
		width : 145px ;
		float : left  ;
		display:inline;
		margin-bottom:10px;
	}
	

#fSubNav_A  {
	overflow:hidden;
	margin : 0 10px 10px;
	border :1px solid #ababab ;
	-webkit-border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
}

	#fSubNav_A li {
		width:50%;
		float:left;
		display:inline;
	}
	
	#fSubNav_A li a{
		color:#333;
		text-decoration:none;
		display:block;
		padding : 10px ;
		border-right : 1px solid #ababab ;
		border-bottom : 1px solid #ababab ;
		box-sizing : border-box ;
		-moz-box-sizing : border-box ;
		-webkit-box-sizing : border-box ;
		
	    background: url(../img/common/icon_arrow.png) no-repeat scroll 96% 50% ;
		background-color:#fff;
	
		background-size: 6px auto;
		-webkit-background-size: 6px auto;
		-moz-background-size: 6px auto;
	}


#fSubNav_B  {
	overflow:hidden;
	margin : 0 10px 10px;
	-webkit-border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
}

	#fSubNav_B li {
		width:50%;
		float:left;
		display:inline;
	}
	
	#fSubNav_B li a{
		color:#333;
		text-decoration:none;
		display:block;
		padding : 10px ;
		border-right : 1px solid #f5f5f5 ;
		box-sizing : border-box ;
		-moz-box-sizing : border-box ;
		-webkit-box-sizing : border-box ;
	}
	
	#fSubNav_B li#pc a {
	    background: url(../img/common/icon_pc.png) no-repeat scroll 96% 50% ;
		background-color:#ccc;
		
		background-size: 11px auto;
		-webkit-background-size: 11px auto;
		-moz-background-size: 11px auto;
	}
	
	#fSubNav_B li#pageTop a {
	    background: url(../img/common/icon_pagetop.png) no-repeat scroll 96% 50% ;
		background-color:#ccc;
	
		background-size: 8px auto;
		-webkit-background-size: 8px auto;
		-moz-background-size: 8px auto;
	}

#fSafety {
	margin : 0 10px 10px;
	text-align: center;
}
	#fSafety img {
		max-width: 100%;
		margin-bottom: 5px;
	}
	#fSafety p {
		text-align: left;
		font-size: 0.85em;
		line-height: 1.2em;
	}

#fInfo {
	width : 300px ;
	margin : 0 auto 10px;
}

	#fInfo li.add {
		width : 160px ;
		font-size:0.75em;
		line-height:140%;
		float : left ;
		display:inline;
	}
	
	#fInfo li.telBtn {
		width : 140px ;
		float : right ;
		display:inline;
	}

#copyright {
	color:#fff;
	font-size:8px;
	text-align:center;
	line-height:100%;
	padding : 15px 0 ;
    display:block;
    padding:15px 0;
	background:#000096;
	font-family: 'Oswald', sans-serif;
	letter-spacing:0.15em;
}

.footer_banner {
	text-align:center;
	margin-bottom: 20px;
}



/* ===================================================

  各コンテンツ共通

=====================================================*/

.textRight {
	text-align:right;	
}

#contentsHead img {
	width : 100% ;
}

.topicPath {
	color:#fff;
	padding:10px 5px;
	background:#777;
}


.topicPath li {
	float:left;
}


.topicPath li a {
    display:block;
	margin-right:5px;
    padding:0 15px 0 0;
    color:#fff;
	
	background: url(../img/common/icon_sub_arrow.png) no-repeat scroll 97% 50% ;
    background-color:#777;
	
	background-size: 6px auto;
	-webkit-background-size: 6px auto;
	-moz-background-size: 6px auto;
}


.contents_box {
	padding : 0 10px ;	
}

  .contents_box p{
		margin-bottom:14px;
  }
  
.c_img {
	margin-bottom:10px !important;
	padding:10px 0;
	text-align:center;
}

.c_img img{
	max-width : 100% ;
}

.c_img li {
	margin-bottom:10px;	
}

.b_flow {
	border:2px solid #ccc;
	padding:10px;
	border-radius: 5px ;
	-webkit-border-radius: 5px ;
    -moz-border-radius: 5px ;
}

	.b_flow dl{
		padding:0 0 40px 0 ;
		margin: 0 0 10px 0 ;
		background: url(../img/common/icon_flow.png) no-repeat bottom center ;
		
		background-size: 34px auto;
		-webkit-background-size: 34px auto;
		-moz-background-size: 34px auto;
	}

		.b_flow dt , .b_flow span{
			color:#0d64be;
		}
		
		.b_flow dd{
			text-align:center;
			padding:5px !important;
			border:3px solid #0392ce;
			border-radius: 5px ;
			-webkit-border-radius: 5px ;
		    -moz-border-radius: 5px ;
		}
	
		.b_flow dd.flow_bg {
			background:#ccd6ff;
		}




/* ===================================================

  各コンテンツナビゲーション

=====================================================*/

#cNav div {
	font-size:12px;
	padding : 10px ;
	background:#eee;	
}


h3#cNav_head {
    color:#333;
	font-weight:bold;
	
	margin-bottom:0;
    padding:10px 0 10px 20px;
 
	border : 1px solid #ccc;
    border-radius: 5px 5px 0 0 ;
	-webkit-border-radius: 5px 5px 0 0 ;
    -moz-border-radius: 5px 5px 0 0 ;
	
    background-size: 4px ,auto;
    -webkit-background-size: 4px auto ,auto;
	-moz-background-size: 4px auto ,auto;
}


/* メニューリスト */

#cNav ul {
    padding: 0;
}

	#cNav ul li {
		border      : 1px solid #ccc ;
		border-top  : none ;
		line-height : 100% ;
	}
	
		#cNav ul li a {
		    color:#333;
			text-decoration:none;
			line-height:100%;
			
		    display:block;
		    padding:12px 0 12px 12px;
			
			background: url(../img/common/icon_arrow.png) no-repeat scroll 96% 50% ;
		    background-color:#fff;
			
			background-size: 6px auto;
			-webkit-background-size: 6px auto;
			-moz-background-size: 6px auto;
		}

	.cNav_selected {
		color:#333;
		text-decoration:none;
		line-height:100%;
		font-weight:bold;
			
		display:block;
		padding:12px 0 12px 12px;
			
		background: url(../img/common/icon_flag.png) no-repeat scroll 96% 50% ;
		background-color:#ccc;
			
		background-size: 8px auto;
		-webkit-background-size: 8px auto;
		-moz-background-size: 8px auto;
	}
/* ===================================================

  下部お問い合わせ

=====================================================*/
#b_contact {
	margin : 10px ;
	padding : 10px ;
	background:#dbebff;
	
	text-align:center;
	
	border-radius: 5px ;
	-webkit-border-radius: 5px ;
    -moz-border-radius: 5px ;
}

	#b_info {
		width : 240px ;
		margin : 0 auto 8px;
		padding: 0 0 8px 0 ;
		
		border-bottom:1px dotted #888;
	}
	
		#b_info li.add {
			width : 100px ;
			font-size:0.75em;
			line-height:140%;
			float : left ;
			display:inline;
		}
		
		#b_info li.telBtn {
			width : 140px ;
			float : right ;
			display:inline;
		}
	
	.formlink a{
		width:auto;
		display:inline-block;
		margin:5px 0 0 0 ;
		padding:8px;
		background:#e9e9e9;
		background: -webkit-gradient(linear, left top, left bottom, from(#fff),to(#f4f4f4));/* webkit */
		background: -webkit-linear-gradient(top,#fff, #f4f4f4);/* webkit */
		background: -moz-linear-gradient(top,#fff, #f4f4f4);/* fx */
		background: linear-gradient(top,#fff, #f4f4f4);
		
		border:1px solid #ccc;
		border-bottom:1px solid #aaa;
		border-right:1px solid #bbb;
		border-radius: 5px ;
		-webkit-border-radius: 5px ;
	    -moz-border-radius: 5px ;
		
		text-decoration:none;
	}

