@charset "utf-8";
/*設定*/
article, aside, dialog, figure, footer, header,hgroup, menu, nav, section {
	 display: block;
}

body {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	margin:0 auto;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	font-weight:normal;
	font-size:100%;
}

li{
	list-style-type:none;
}

img{
	max-width:100%;
	height:auto;
	vertical-align:bottom;
}

a{
	color:#134d79;
}

a img {
	border: none;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}

.mt10{
	margin-top:10px;
}

.mt20{
	margin-top:20px;
}

.mt30{
	margin-top:30px;
}

.cen{
	text-align:center;
}

/*共通*/

header{
	margin:10px;
	height:100%;
	text-align:center;
}

h1{
	font-size:50%;
	display:none;
}

.free {
	width: 580px;
	height:60px;
	margin: 10px auto;
	position:relative;
}

.free_img{
	position:absolute;
	top:0px;
	left:0px;
}

.free_text01{
	position:absolute;
	top:0px;
	left:45px;
}

.free_text02{
	position:absolute;
	top:30px;
	left:0px;
}


.container {
	width: 95%;
	background: #FFF;
	margin: 0 auto;
}
.content {
	padding: 0px 0px 10px 0px;
	
}

.fltrt {
	float: right;
}
.fltlft {
	float: left;
}
.clearfloat {
	clear:both;
}


.logo{
	float:left;
}


.main_img{
	display:block;
	margin:20px auto 15px auto;
}

.midashi{
	padding:10px;
	background-color:#074986;
	color:#FFFFFF;
	line-height:1.5em;
}

.h2_box{
	padding:2px 2px 0px 2px;
	border:1px solid #a8bee2;
}


h2{
	height:40px;
	line-height:40px;
	color:#134d79;
	font-weight:bold;
	padding:0 0 0 10px;
	background: #b7deeb; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 1%, #b7deeb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#b7deeb), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 1%,#b7deeb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 1%,#b7deeb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 1%,#b7deeb 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 1%,#b7deeb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	margin:0px;
}

h2 img{
	padding:6px 10px 0px 0px;
	float:left;
	}

.menu ul{
	height:100%;
	margin:5px 0 15px 0;
}

nav .menu li{
	height:60px;
	line-height:60px;
	border:1px solid #a8bee2;
	margin-bottom:2px;
	color:#212121;
	font-weight:bold;
	padding:0 0 0 10px;
	background: #b7deeb; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 1%, #b7deeb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#b7deeb), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 1%,#b7deeb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 1%,#b7deeb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 1%,#b7deeb 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 1%,#b7deeb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}


.nav-page {
position:relative;
width: 100%;
height:35px;
border-right: 1px solid #CCCCCC;
border-left: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
background-color:#666666;
margin-bottom:10px;
}

.nav-page-left {
 position: absolute;
 top: 8px;
 left: 10px;
}

.nav-page-right {
 position: absolute;
 top: 8px;
 right:10px;
color:#ffffff;
}

.nav-page a {
  padding: 3px 6px;
color:#333333;
    background: -moz-linear-gradient(top, #fff, #F1F1F1 1%, #F1F1F1 50%, #DFDFDF 99%, #ccc);  
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.01, #F1F1F1), color-stop(0.5, #F1F1F1), color-stop(0.99, #DFDFDF), to(#ccc));  
} 

.nav-page li a:hover{
opacity:0.5;
filter: alpha(opacity=50);
-ms-filter: "alpha( opacity=50 )";
}


nav li a{
	display: block;
	position: relative;
	color: #134d79;
	text-decoration: none;
}

nav .menu li a:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	border-top: solid 3px #134d79;
	border-right: solid 3px #134d79;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}

nav li a:hover{
opacity:0.5;
filter: alpha(opacity=50);
-ms-filter: "alpha( opacity=50 )";
}

nav .menu01 li{
	margin:auto;
	width:300px;
	height:40px;
	line-height:40px;
	color:#333333;
	font-weight:bold;
	padding:0 0 0 10px;
	border:1px solid #e3e3e3; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;
	background: #ECB7B7; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 1%, #ECB7B7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ECB7B7), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 1%,#ECB7B7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 1%,#ECB7B7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 1%,#ECB7B7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 1%,#ECB7B7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

nav .menu01 li a:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	border-top: solid 3px #333333;
	border-right: solid 3px #333333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}


nav .menu01 li a{
	color:#333333 !important;
	display: block;
	position: relative;
	color: #000;
	text-decoration: none;
}

nav .menu02 li{
	margin:auto;
	width:300px;
	height:40px;
	line-height:40px;
	color:#333333;
	font-weight:bold;
	padding:0 0 0 10px;
	border:1px solid #e3e3e3; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;
	background: #B7DEEB; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 1%, #B7DEEB 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#B7DEEB), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 1%,#B7DEEB 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 1%,#B7DEEB 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 1%,#B7DEEB 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 1%,#B7DEEB 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

nav .menu02 li a:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	border-top: solid 3px #333333;
	border-right: solid 3px #333333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}


nav .menu02 li a{
	color:#333333 !important;
	display: block;
	position: relative;
	color: #000;
	text-decoration: none;
}


.pc{
	display: block;
	position:absolute;
	top:22px;
	right:5%;
	width:16px;
	height:15px;
}


.nav icon{
	display:table-cell;
}

.nav_icon img{
	vertical-align:middle;
	padding:0 10px 5px 5px;
}

.pagetop{
	font-weight:bold;
	text-align:right;
	margin-top:10px;
}

.pagetop a{
	color:#134d79;
	text-decoration:none;
}

.copyright{
	height:auto;
	padding:10px 0;
	text-align:center;
	border-top:1px solid #999999;
	font-size:14px;
}

.f_navi{
	height:auto;
	padding:10px 0;
	text-align:center;
	border-top:1px solid #999999;
	font-size:12px;
}

.goto_pc{
	width:100%;
	hehgt:auto;
	text-align:right;
}

.footer_bg{
	height:50px;
	width:100%;
	background:url(../img/bg.png);
}

/*下層ページ・共通部分*/

.navi{
	width:24%;
	height:50px;
	line-height:50px;
}

.btn_head li{
	text-align:center;
	font-size:85%;
	color:#212121;
	float:left;
	margin:0 0 0 10px;
	padding:0 10px;
}

.navi a{
border:1px solid #e3e3e3; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; font-weight:bold; text-align: center; color: #134d79; background-color: #FFFFFF;
 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #dfdddd));
 background-image: -webkit-linear-gradient(top, #FFFFFF, #dfdddd);
 background-image: -moz-linear-gradient(top, #FFFFFF, #dfdddd);
 background-image: -ms-linear-gradient(top, #FFFFFF, #dfdddd);
 background-image: -o-linear-gradient(top, #FFFFFF, #dfdddd);
 background-image: linear-gradient(top, #FFFFFF, #dfdddd);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FFFFFF, endColorstr=#dfdddd);
 font-size:12px;
}

.navi a:hover{
 border:1px solid #cccccc; background-color: #e6e6e6;
 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e6e6), color-stop(100%, #c6c3c3));
 background-image: -webkit-linear-gradient(top, #e6e6e6, #c6c3c3);
 background-image: -moz-linear-gradient(top, #e6e6e6, #c6c3c3);
 background-image: -ms-linear-gradient(top, #e6e6e6, #c6c3c3);
 background-image: -o-linear-gradient(top, #e6e6e6, #c6c3c3);
 background-image: linear-gradient(top, #e6e6e6, #c6c3c3);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#e6e6e6, endColorstr=#c6c3c3);
}


.komidashi{
padding:6px 0px 6px 5px;
background-color:#D1F3F8;
width:100%;
}

.komidashi_text{
	border-left:4px solid #0C4A4B;
	height:20px;
	line-height:20px;
	vertical-align:middle;
color:#134d79;
	padding:0px 0px 0px 5px ;
}


/*会社概要*/
.com_table{
	border-top:1px solid #dfdfdf;
	border-right:1px solid #dfdfdf;
}

.com_table td{
	border-bottom:1px solid #dfdfdf;
	border-left:1px solid #dfdfdf;
	padding:5px;
	text-align:left;
}

.com_table th{
	border-bottom:1px solid #dfdfdf;
	border-left:1px solid #dfdfdf;
	background-color:#D1F3F8;
	padding:5px;
	color:#134d79;
	text-align:left
}


/*店舗案内*/
.shop_table{
	border-top:1px solid #dfdfdf;
	border-right:1px solid #dfdfdf;
}

.shop_table td{
	border-bottom:1px solid #dfdfdf;
	padding:5px;
	text-align:left;
}

.shop_table th{
	border-bottom:1px solid #dfdfdf;
	border-left:1px solid #dfdfdf;
	background-color:#D1F3F8;
	padding:5px;
	color:#134d79;
	width:90px;
	text-align:left;
}

.shop_midashi{
	padding:10px;
	background-color:#D1F3F8;
	line-height:1.5em;
}

/*お問合せ*/

.con_title{
	border-left:5px solid #134d79;
	padding-left:10px;
	margin-bottom:0px;
}

.con_title span{
	color:#CC0000;
}


.con_button{
border:1px solid #F90; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;width:250px;font-size:16px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; text-align: center; color: #FFFFFF; background-color: #FF8A57;
 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FF8A57), color-stop(100%, #FF5400));
 background-image: -webkit-linear-gradient(top, #FF8A57, #FF5400);
 background-image: -moz-linear-gradient(top, #FF8A57, #FF5400);
 background-image: -ms-linear-gradient(top, #FF8A57, #FF5400);
 background-image: -o-linear-gradient(top, #FF8A57, #FF5400);
 background-image: linear-gradient(top, #FF8A57, #FF5400);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FF8A57, endColorstr=#FF5400);
}

.con_button:hover{
 border:1px solid #f04900; background-color: #ff6624;
 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff6624), color-stop(100%, #cc4300));
 background-image: -webkit-linear-gradient(top, #ff6624, #cc4300);
 background-image: -moz-linear-gradient(top, #ff6624, #cc4300);
 background-image: -ms-linear-gradient(top, #ff6624, #cc4300);
 background-image: -o-linear-gradient(top, #ff6624, #cc4300);
 background-image: linear-gradient(top, #ff6624, #cc4300);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ff6624, endColorstr=#cc4300);
}

/*inputのボタン*/
.w100{
	width:100%;
	}
.ablock{
	display:block;}	
.btnarea{
    margin:0 20px;}
.btn_input_form{
	text-align:center;
    color:#fff;
    font-weight:bold;
    height:42px;
	line-height:42px;
    border:none;
    font-size:1.2em;
    cursor:pointer;
    background: #2087f0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2087f0), to(#116cc7));
    background-image: -webkit-linear-gradient(top, #2087f0, #116cc7);
    background-image:    -moz-linear-gradient(top, #2087f0, #116cc7);
    background-image:     -ms-linear-gradient(top, #2087f0, #116cc7);
    background-image:      -o-linear-gradient(top, #2087f0, #116cc7);
    background-image:         linear-gradient(top, #2087f0, #116cc7);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
}

.btn_input_form:hover  {
	text-align:center;
    color:#fff;
    font-weight:bold;
    height:42px;
	line-height:42px;
    border:none;
    font-size:1.2em;
    cursor:pointer;
    background: #2087f0;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#116cc7), to(#2087f0));
        background-image: -webkit-linear-gradient(top, #116cc7, #2087f0);
        background-image:    -moz-linear-gradient(top, #116cc7, #2087f0);
        background-image:     -ms-linear-gradient(top, #116cc7, #2087f0);
        background-image:      -o-linear-gradient(top, #116cc7, #2087f0);
        background-image:         linear-gradient(top, #116cc7, #2087f0);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
/*戻る*/
.btn_modoru_form{
    text-align:center;
    color:#fff;
    font-weight:bold;
    height:42px;
    line-height:42px;
    border:none;
    font-size:1.2em;
    cursor:pointer;
    background: #333;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #333), color-stop(0.00, #666));
background: -webkit-linear-gradient(top, #666 0%, #333 88%);
background: -moz-linear-gradient(top, #666 0%, #333 88%);
background: -o-linear-gradient(top, #666 0%, #333 88%);
background: -ms-linear-gradient(top, #666 0%, #333 88%);
background: linear-gradient(to bottom, #666 0%, #333 88%);

        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
		margin-bottom:20px;
}

.btn_modoru_form:hover {
    text-align:center;
    color:#fff;
    font-weight:bold;
    height:42px;
    line-height:42px;
    border:none;
    font-size:1.2em;
    cursor:pointer;
    background: #333;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.97, #666), color-stop(0.00, #474747));
background: -webkit-linear-gradient(top, #474747 0%, #666 97%);
background: -moz-linear-gradient(top, #474747 0%, #666 97%);
background: -o-linear-gradient(top, #474747 0%, #666 97%);
background: -ms-linear-gradient(top, #474747 0%, #666 97%);
background: linear-gradient(to bottom, #474747 0%, #666 97%);

        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
				margin-bottom:20px;

    }
/*----*/
span.hissu{
    border-radius:3px;
    padding:1px 5px;
    margin-right:3px;
    background-color:#F00;
    color:#FFF;
	font-size:90%;}
.mb05{
	margin-bottom:0.5em;}	
.contactarea{
}
.contactarea p{
    margin-bottom:0.1em;}
	
.form_01{
width:100%;
border: solid 1px #a2a2a2;
font-size:20px;
line-height:20px;
padding:6px 3px;
text-align:left;
margin:0 0 20px 0;

}

.form_02{
border: solid 1px #a2a2a2;
font-size:20px;
line-height:20px;
padding:6px 3px;
text-align:left;
margin:0 0 15px 0;

}

/*チェックボックス見やすく*/
input[type="checkbox"] {
    -webkit-appearance: none;
    position: relative;
    margin:0 5px 0 0;
    border-radius: 8px;
    border: 1px solid #999;
    -webkit-box-sizing: border-box;
    width: 28px;
    height: 28px;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#fdfdfd),
        to(#d1d1d1)
    );
    vertical-align:middle;
}

/* チェック時は背景色を変更 */
input[type="checkbox"]:checked {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#353535),
        to(#8f8f8f)
    );
}

/* チェックの印を:before疑似要素と:after疑似要素を使って作成 */
input[type="checkbox"]:checked:before {
    position: absolute;
    left: 1px;
    top: 17px;
    display: block;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 1);
    content: "";
    width: 10px;
    height: 4px;
    background: #FFFFFF;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right center;
}

input[type="checkbox"]:checked:after {
    display: block;
    position: absolute;
    left: 9px;
    top: 17px;
    content: "";
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 1);
    width: 19px;
    height: 4px;
    background: #FFFFFF;
    -webkit-transform: rotate(-53deg);
    -webkit-transform-origin: left center;
}

/*ラジオボタン見やすく*/
input[type="radio"] {
    -webkit-appearance: none;
    position: relative;
    margin-right: 5px;
    border-radius: 14px;
    border: 1px solid #aaa;
    -webkit-box-sizing: border-box;
    width: 28px;
    height: 28px;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#fdfdfd),
        to(#d1d1d1)
    );
    vertical-align: middle;
}

/* チェック時は背景色を変更 */
input[type="radio"]:checked {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#353535),
        to(#8f8f8f)
    );
}

/* チェックの印を:before疑似要素を使って作成 */
input[type="radio"]:checked:before {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    margin: -5px 0 0 -5px;
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 1);
    content: "";
    border-radius: 5px;
    width: 10px;
    height: 10px;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#fdfdfd),
        to(#d1d1d1)
    );
}   

.contact_area{
    text-align:center;
    margin-bottom:0.5em;}	
	
.form_09{
border: solid 1px #a2a2a2;
font-size:20px;
line-height:20px;
padding:6px 3px;
text-align:left;
}

.rai_01 {
	border-left:5px solid #000099;
	border-bottom:1px dotted #ccc;
	margin:10px 0 5px 0;
	padding:0 0 5px 0;
	text-indent:10px;
}	

.mb20{
	margin-bottom:20px;}
	
.contactarea ul {
	margin:0 0 20px 2em;
}
.contactarea ul li {
	list-style-type:disc;
	padding:4px 0;
	text-align:left;
	line-height:1.5;
}	

.contactarea ul li:first-child{
	margin-right:0;
		list-style-type: none !important;
		list-style:none;
		text-indent:-1em;
}	