@charset "euc-jp";
@import "reset.css";
@import "general.css";
@import "index.css";
@import "greetings.css";
@import "prospectus.css";
@import "company.css";
@import "qa.css";
@import "office.css";
@import "voice.css";
@import "contact.css";



@import "topics.css";
@import "list.css";
@import "detail.css";
@import "mail.css";

body {
	font-family: Helvetica,Arial,’Hiragino Kaku Gothic Pro’,'ヒラギノ角ゴ Pro W3','Droid Sans',sans-serif;
	font-size: 13px;
	line-height: 1.4;
	letter-spacing: 1px;
	margin:0px;
	padding:0px;
	background-color: #fff;
	color:#333333;
}

html { -webkit-text-size-adjust: none; }

a {
	text-decoration:none;
	color:#ff361b;
}

.pd_10 {
	padding-left:10px;
	color:#FFFFFF;
}

.arr_menu {
	font-size:8px;
	color:#999999;
}

/* header
------------------------------------------------------------ */
#header {
	position: relative;
}

#header_line {
	height: 5px;
	background-color: #001e50;
}

/* global_nav
------------------------------------------------------------ */

/* トップ */
#top #global_nav {
	margin-bottom: 20px;
}

/* 下層ページ */
.subpage #global_nav {
	margin-bottom: 20px;
}

#global_nav .col_box {
	display: box;
	display: -moz-box;
	display: -o-box;
	display: -webkit-box;
	display: -ms-box;
	box-orient: horizontal;
	-moz-box-orient: horizontal;
	-o-box-orient: horizontal;
	-webkit-box-orient: horizontal;
	-ms-box-orient: horizontal;
	border-bottom: 2px solid #fff;;
}

#global_nav a {
	display: block;
	background-image: -moz-linear-gradient(
		top,
		#30bcdf 0%,
		#01acd7);
	background-image:-webkit-gradient(
		linear, left top, left bottom, 
		from(#30bcdf),
		to(#01acd7));
	color: #fff;
}

#global_nav .col_box a {
	width: 50%;
}

#global_nav .col_box a:last-child {
	width: 49.5%;
	margin-left: 0.5%;
}

#global_nav .main_txt {
	height: 50px;
	line-height: 50px;
	padding: 0 0 0 10px;
	box-sizing: border-box;
	background: url(../img/common/global_nav_arrow_ico.png) no-repeat right center;
	background-size: auto 40%;
	font-size: 15px;
}

#global_nav a.contact {
	text-align: center;
}

/* global_nav 各ボタン設定 */
#top #global_nav a.top,
#greetings #global_nav a.greetings,
#prospectus #global_nav a.prospectus,
#qa #global_nav a.qa,
#office #global_nav a.office,
#voice #global_nav a.voice,
#contact #global_nav a.contact
{
	background-image: -moz-linear-gradient(
		top,
		#307d96 0%,
		#015f7e);
	background-image:-webkit-gradient(
		linear, left top, left bottom, 
		from(#307d96),
		to(#015f7e));
}

/* 共通
------------------------------------------------------------ */
section {
	margin-bottom: 20px;
}

section.inside,
section .inside
{
	margin-left: 10px;
	margin-right: 10px;
}

section .content {
	padding: 10px;
}

section .content p {
	margin-bottom: 10px;
}

section .ttl_01 {
	padding: 20px 15px;
	background: #ff432a;
	color: #fff;
	font-weight: normal;
	font-size: 14px;
	font-weight: normal;
	border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-bottom-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
}

section .ttl_02 {
	padding: 20px 15px;
	background: #222;
	color: #fff;
	font-weight: normal;
	font-size: 14px;
	font-weight: normal;
	border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-bottom-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
}

section .ttl_03 {
	color: #ff361b;
	padding: 10px 14px;
	font-weight: normal;
	font-weight: normal;
}

section .ttl_04 {
	padding: 20px 14px;
	background-color: #4dc3ea;
	color: #fff;
	font-weight: normal;
	font-size: 15px;
	font-weight: normal;
	border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-bottom-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
}

section .ttl_04 .txt {
	padding: 0 0 0 30px;
	background-color: #4dc3ea;
	background-image: url(../img/index/flow_title_ico.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 100%;
}

section .ttl_05 {
	padding: 15px 15px;
	background-color: #4dc3ea;
	color: #fff;
	font-weight: normal;
	font-size: 15px;
	font-weight: normal;
	border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-bottom-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
}

#top section.flow .step {
	position: relative;
	margin: 10px 0 10px 0;
	padding: 15px;
	background-color: #fff;
}

#top section.flow .step .label {
	position: absolute;
	right: 0;
	top: 0;
}

#top section.flow .step .label img {
	width: 50px;
	height: auto;
}

#top section.flow .step .title {
	overflow: visible;
	margin-bottom: 5px;
}

#top section.flow .step .title .ico {
	width: 60px;
	height: auto;
	padding: 0 10px 0 0;
	margin-top: -20px;
}

#top section.flow .step .title .txt {
	font-size: 15px;
	font-weight: bold;
	vertical-align: top;
}

#top section.flow .step .txt img {
	float: right;
	width: 50px;
	height: auto;
	padding: 0 0 0 10px;
}

#top section.flow .arrow {
	text-align: center;
	margin-bottom: 10px;
}

#top section.flow .arrow img {
	width: 32px;
	height: auto;
}



section .box_01 {
	background-color: #c8e6f0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-shadow:
		0px 2px 5px rgba(000,000,000,0.1),
		inset 0px 0px 2px rgba(255,255,255,0);
	-webkit-box-shadow:
		0px 2px 5px rgba(000,000,000,0.1),
		inset 0px 0px 2px rgba(255,255,255,0);
	box-shadow:
		0px 2px 5px rgba(000,000,000,0.1),
		inset 0px 0px 2px rgba(255,255,255,0);
	border-top-left-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-right-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	border-bottom-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
}

section .box_02 {
	background-color: #fff;
	border-left: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	border-right: 2px solid #ccc;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-top-left-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-right-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	border-bottom-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-box-shadow:
		0px 2px 5px rgba(000,000,000,0.1),
		inset 0px 0px 2px rgba(255,255,255,0);
	-webkit-box-shadow:
		0px 2px 5px rgba(000,000,000,0.1),
		inset 0px 0px 2px rgba(255,255,255,0);
	box-shadow:
		0px 2px 5px rgba(000,000,000,0.1),
		inset 0px 0px 2px rgba(255,255,255,0);
}

section .box_03 {
	border-top: 3px solid #ff361b;
	border-bottom: 3px solid #ff361b;
}

section .box_04 {
	background-color: #fff;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-top-left-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-right-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	border-bottom-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-box-shadow:
		0px 2px 5px rgba(000,000,000,0.1),
		inset 0px 0px 2px rgba(255,255,255,0);
	-webkit-box-shadow:
		0px 2px 5px rgba(000,000,000,0.1),
		inset 0px 0px 2px rgba(255,255,255,0);
	box-shadow:
		0px 2px 5px rgba(000,000,000,0.1),
		inset 0px 0px 2px rgba(255,255,255,0);
}

.list_02 {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}
	

.list_02 li {
	margin-bottom: 0.5em;
	padding: 0 0 0.5em 0;
	border-bottom: 1px dotted #666;
}
	

.img_r {
	width: 100%;
	height: auto;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.btn_01{
	display: block;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	color: #ffffff;
	padding: 15px 15px;
	background-image: url(../img/common/global_nav_arrow_ico.png),  -moz-linear-gradient(
		top,
		#ffa626 0%,
		#ff9c0f);
	background-image: url(../img/common/global_nav_arrow_ico.png),  -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffa626),
		to(#ff9c0f));
	background-repeat: no-repeat, no-repeat;
	background-position: right center, right center;
	background-size: auto 40%, 100% 100%;
	font-size: 14px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow:
		0px 1px 0px rgba(000,000,000,0.3);
	-webkit-box-shadow:
		0px 1px 0px rgba(000,000,000,0.3);
	box-shadow:
		0px 1px 0px rgba(000,000,000,0.3);
	text-shadow:
		0px -1px 0px rgba(0,0,0,0.4);
	text-align: center;
}

.btn_02{
	display: block;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	color: #ffffff;
	padding: 15px 15px;
	background-image: url(../img/common/global_nav_arrow_ico.png),  -moz-linear-gradient(
		top,
		#ff4a32 0%,
		#f52c11);
	background-image: url(../img/common/global_nav_arrow_ico.png),  -webkit-gradient(
		linear, left top, left bottom, 
		from(#ff4a32),
		to(#f52c11));
	background-repeat: no-repeat, no-repeat;
	background-position: right center, right center;
	background-size: auto 40%, 100% 100%;
	font-size: 14px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow:
		0px 1px 0px rgba(000,000,000,0.3);
	-webkit-box-shadow:
		0px 1px 0px rgba(000,000,000,0.3);
	box-shadow:
		0px 1px 0px rgba(000,000,000,0.3);
	text-shadow:
		0px -1px 0px rgba(0,0,0,0.4);
	text-align: center;
}

section .item_box_01 {
	padding: 15px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #FF9;
}
	
/* 下層ページ共通
------------------------------------------------------------ */
body.subpage {
	background-image: url(../img/common/page_bg.jpg);
	background-repeat: no-repeat;
	background-size: contain;
}

.subpage #header {
	position: relative;
	height: 70px;
}

.subpage #header #logo img {
	position: absolute;
	top: 20px;
	left: 5px;
	margin-bottom: 5px;
	width: 220px;
	height: auto;
}

.subpage .page_ttl {
	margin: 0 0 15px 0;
	padding: 15px 0 15px 15px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background-color: rgba(255,255,255,0.4);
	color: #06384d;
	font-size: 16px;
	font-weight: normal;
}

.subpage .page_main_visual {
	-moz-box-shadow:
		0px 2px 5px rgba(000,000,000,0.2),
		inset 0px 0px 2px rgba(255,255,255,0);
	-webkit-box-shadow:
		0px 2px 5px rgba(000,000,000,0.2),
		inset 0px 0px 2px rgba(255,255,255,0);
	box-shadow:
		0px 2px 5px rgba(000,000,000,0.2),
		inset 0px 0px 2px rgba(255,255,255,0);
}

.subpage .page_main_visual img {
	width: 100%;
	height: auto;
}

/* 共通基本設定
------------------------------------------------------------ */
.list_01  {
	margin: 0 0 20px 2em;
	padding: 0;
}
.list_01 li {
	margin-bottom: 0.5em;
}

/* table */
.table_01 {
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
}

.table_01 th {
	width: 30%;
	padding: 10px 5px;
	border: 1px solid #ccc;
	background-color: #eee;
	font-weight: normal;
	text-align: left;
}

.table_01 th span {
	display: block;
}

.table_01 .icon-hissu {
	background: url(../img/common/hissu.gif) no-repeat right top;
}

.table_01 td {
	padding: 10px 5px;
	border: 1px solid #ccc;
	background-color: #fff;
	text-align: left;
}

.caution_01 {
	color: #f13300;
}

/* footer
------------------------------------------------------------ */
footer #go_top {
	margin-bottom: 20px;
	text-align: center;
	font-size: 11px;
	color: #DBDBDB;
	font-size: 11px;
	text-shadow:
		0px -1px 1px rgba(255,255,255,0.5);
	}

footer #go_top a {
	color: #333;
	}

footer #go_top .ico {
	width: 40px;
	height: 40px;
}

footer #footer_nav {
	display: -webkit-box;
	display: -moz-box;
	display: -o-box;
	display: box;
	background-color: #DEDEDE;
	list-style: none;
}

footer #footer_nav  a {
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 15px 0;
	width: 33.333%;
	border-right: 1px solid #aaaaaa;
	text-align: center;
	color: #7D7D7D;
	font-size: 11px;
	text-shadow: 0 -1px 1px #fff;  
}

footer #footer_nav a:last-child {
	border-right: none;
}

footer #footer_nav a .ico {
	width: auto;
	height: 28px
}

footer #footer_adress {
	padding: 10px;
	background-color: #434343;
	color: #fff;
}
















#company_name {
	height:60px;
	float:left;
	line-height:60px;
	padding:0 10px;
}

#company_name img{
padding-top:15px;
	vertical-align:top;
}

.fw {
	font-size:18px;
	color:#FFFFFF;
}

#menu {
	height:60px;
	text-align:center;
	float:right;
	background-color:#99FF33;
}

#pc_btn {
	float:right;
	height:58px;
	width:50px;
	font-size:10px;
	text-align:center;
	border:#C3C3C1 solid 1px;
	border-left:none;
	line-height:1.2em;
	background:-webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#E0E0E0));
}

#top_btn {
	float:right;
	height:58px;
	width:50px;
	font-size:10px;
	border:#C3C3C1 solid 1px;
	text-align:center;
	line-height:1.2em;
	background:-webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#E0E0E0));
}

.icon_sp { margin:5px 0; }

#con_btn {
	height:36px;
	width:45px;
	padding:10px 4px 0;
	font-size:10px;
	text-align:center;
	line-height:1.3em;
	position:absolute;
	top:0;
	right:10px;
	border-bottom-left-radius: 5px;
	-webkit-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	-webkit-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(0.7, #bebebe), to(#F3F3F3));
	border:1px #999999 solid;
	border-top:none;
	text-shadow:
 0 0 25px #edf8ff, 0 0 20px #edf8ff, 0 0 0.40px #edf8ff;
	box-shadow:1px 1px 1px #666666;
	-moz-box-shadow: 1px 1px 1px #666666;
	-webkit-box-shadow: 1px 1px 1px #666666;
	color:#000;
	font-weight:bold;
}

img { vertical-align:bottom; }

.page_title {
	width:100%;
	color:#FFFFFF;
	line-height:30px;
	height:30px;
	background:-webkit-gradient(linear, left top, left bottom, from(#5A5A5A), to(#222222));
	position:relative;
}

.title_main {
	width:40%;
	display:block;
	float:left;
	text-align:left;
}

.title_sub {
	display:block;
	width:48%;
	float:left;
	text-align:right;
}

.icon {
	position:rerative;
	display:block;
	text-align:center;
	padding-left:5px;
	width:20px;
	float:left;
	padding-top:7px;
}

.icon img { vertical-align:top; }

.page_top_btn {
	height:20px;
	width:80px;
	padding-top:8px;
	font-size:10px;
	text-align:center;
	line-height:1.3em;
	position:absolute;
	bottom:10px;
	left:10px;
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(0.7, #bebebe), to(#F3F3F3));
	border:1px #999999 solid;
	border-top:none;
	text-shadow: 0 0 25px #edf8ff, 0 0 20px #edf8ff, 0 0 0.40px #edf8ff;
	box-shadow:1px 1px 1px #666666;
	-moz-box-shadow: 1px 1px 1px #666666;
	-webkit-box-shadow: 1px 1px 1px #666666;
	color:#000;
}

.page_top_btn2 {
	height:20px;
	width:80px;
	padding-top:8px;
	font-size:10px;
	text-align:center;
	line-height:1.3em;
	position:absolute;
	bottom:10px;
	right:10px;
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(0.7, #bebebe), to(#F3F3F3));
	border:1px #999999 solid;
	border-top:none;
	text-shadow: 0 0 25px #edf8ff, 0 0 20px #edf8ff, 0 0 0.40px #edf8ff;
	box-shadow:1px 1px 1px #666666;
	-moz-box-shadow: 1px 1px 1px #666666;
	-webkit-box-shadow: 1px 1px 1px #666666;
	color:#000;
}

#footer {
	padding-top:15px;
	font-size:10px;
	text-align:center;
	color:#FFFFFF;
	height:30px;
	background:-webkit-gradient(linear, left top, left bottom, from(#00541a), to(#134320));
}

.copy_text { padding:10px 0 0 5px; }

.common_title_text { padding-left:5px; }

#page_top_btn_box {
	position:relative;
	height:60px;
	background-color:	#cccccc;
}
#shop_info{
background: -webkit-gradient(linear, left top, left bottom, from(#5A5A5A), to(#222));
color:#FFFFFF;
padding:5px;
}
#shop_name_footer{
font-size:15px;
border-bottom:#cccccc 1px solid;
padding:0 5px 5px;
margin-bottom:5px;

}
#tell_btn{
float:left;
width:90px;
padding-right:5px;
text-align:left;
}
#tell_btn a{
display:inline;
}

#shop_add{
float:left;
}
.tell{
font-family: Arial, Helvetica, sans-serif;
padding:5px;
border-radius:5px;
font-size:15px;
font-weight:bold;
color:#333333;
background:#FFFFFF;
}

/*静的ページサンプル用*/
#content_box {
	text-align:left;
	padding:10px;
	background-color:#ffffff;
}

.text_box{
border:1px solid #CCCCCC;
border-radius:5px;
padding:10px;
margin-bottom:10px;
}

.text_box2{
border-bottom-left-radius: 5px;
-webkit-bottom-left-radius: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
-webkit-bottom-right-radius: 5px;
-moz-border-radius-bottomright: 5px;
border:1px solid #CCCCCC;
border-top:none;
padding:10px;
margin-bottom:10px;
}

.content_title{
border-left:3px solid #1660AB;
padding:5px;
background:#99CCFF;
}

ul {
padding-left: 15px;
}

table.content_tb{
width:100%;

}

.content_tb th{
background:#eeeeee;
vertical-align:middle;
padding:5px;
border-bottom:1px solid #cccccc;
font-size:12px;
}
.content_tb td{
vertical-align:middle;
padding:5px;
border-bottom:1px solid #cccccc;
}
