@charset "utf-8";

/* リセット */
* { margin:0; padding:0; }

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	line-height: 1.0;
	-webkit-text-size-adjust: none;
}

img {
	border: 0;
	vertical-align: text-bottom;
	line-height:1;
}
ul {
	list-style: none;
}
table {
	border-spacing: 0;
	empty-cells: show;
}

/* HTMLに対応していないOS対策 */
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display:block;
}

/* clearfix */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

*:after { display:block; clear:both; }



/*=================================================
 * サイト全体の基本スタイル
 * ================================================= */

body {
    font:18px/20px "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック",  "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	margin:0;
	padding:0;
	font-size:14px;
	text-align:center;
	line-height: 1.4;
	width:100%;
	color:#000;
	background:#fff;
}

header{
	margin:0;
	padding:0;
	background: #1107dc;
	position: relative;
	height: 47px;
}

.logo{
	float:left;
	text-align:center;
	width:300px;
}

.toggle {
	float: right;
	width: 30px;
	margin: 10px 10px 0 0;
	cursor:pointer;
}

.menu {
	position: absolute;
	top:47px;
	width: 100%;
	background: #1107dc;
	color: #fff;
	overflow: hidden;
}

.menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align:left;
}

.menu li {
	position: relative;
}

.menu a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 5px 20px;
	border-bottom: 1px solid #1288F6;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	position: relative;
}

.menu a:hover {
	background: #1288F6;
}

.menu a::after{
	display: block;
	content: '';
	position: absolute;
	top: 1em;
	right: 1em;
	width: 12px;
	height: 12px;
	border-right: 2px solid #D88923;
	border-bottom: 2px solid #D88923;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* ======= footer ======== */

footer{
	padding:10px 0;
	text-align:center;
	color:#fff;
/*Other Browser*/
background: #1106DC;
/*For Old WebKit*/
background: -webkit-linear-gradient(
	top,
	#5D57D5 0%,
	#1106DC 100%
);
/*For Modern Browser*/
background: linear-gradient(
	to bottom,
	#5D57D5 0%,
	#1106DC 100%
);
}

footer .name{font-size:120%;padding:0 0 5px;}
footer .text{padding:0 0 5px;}
footer .copy{font-size:90%;}

/* ======= common ======== */

img{border:0;}
.center{text-align:center;}
.left{text-align:left;}
.right{text-align:right;}
.small{font-size:12px;line-height:1.2;}
.b{font-weight:bold;}
.clear{clear:both;}
.red{color:#E73130;}
.big_b{font-size:120%;font-weight:bold;}


a {text-decoration:none;color:#463fd6;}

p{
	margin:0 10px;
	padding:0 0 1em;
	text-align:left;
}

.img_l{padding:0 10px 5px 0;float:left;}
.img_r{padding:0 0 5px 10px;float:right;}
.img_l0{padding:0 10px 0 0;float:left;}
.img_r0{padding:0 0 0 10px;float:right;}


h1{
	margin:0;
	padding:0;
	background:#fff;
}
.bgh1{clear:both;
	background: #1107dc;
	text-align:center;
}
h1.text{
	margin:0px 0px 5px;
	padding:10px 15px;
	text-align:left;
	font-size:140%;
	background:url(../img/bg_h1.jpg) left 0 no-repeat;
	background-size:320px 70px;
	line-height:1.2;
	color:#fff;
	font-weight:bold;
	height:50px;
}
h1.text_01{
	margin:0px 0px 5px;
	padding:25px 15px 0px;
	text-align:left;
	font-size:140%;
	background:url(../img/bg_h1.jpg) left 0 no-repeat;
	background-size:320px 70px;
	line-height:1.2;
	color:#fff;
	font-weight:bold;
	height:45px;
}
.bgh1_text{
	background:#0fbae6 url(../img/bg_h1_repeat.jpg) 0 bottom repeat-x;
}
.bgh1_text span{font-size:80%;}

h1.news{
	margin:10px 10px 10px;
	padding:10px;
	background-image:url(../img/h2_bg.png);
	text-align:left;
	font-size:140%;
	color:#fff;
	font-weight:bold;
	line-height:1.2;
	border-radius:5px;
/*Other Browser*/
background: #69DCEF;
/*For Old WebKit*/
background: -webkit-linear-gradient(
	top,
	#65CCEB 0%,
	#69DCEF 100%
);
/*For Modern Browser*/
background: linear-gradient(
	to bottom,
	#65CCEB 0%,
	#69DCEF 100%
);
}

h2{
	margin:10px 10px 10px;
	text-align:left;
	font-size:140%;
	color:#fff;
	font-weight:bold;
	line-height:1.2;
	border-radius:5px;
/*Other Browser*/
background: #69DCEF;
/*For Old WebKit*/
background: -webkit-linear-gradient(
	top,
	#65CCEB 0%,
	#69DCEF 100%
);
/*For Modern Browser*/
background: linear-gradient(
	to bottom,
	#65CCEB 0%,
	#69DCEF 100%
);
}
h2 span{display:block;
	padding:10px 0 10px 55px;
	background-image:url(../img/h2_bg.png);
	background-position:10px 10px;
	background-repeat:no-repeat;
	background-size:40px 27px;
}


.pannavi{clear:both;padding:4px 10px;text-align:left;color:#888;}
.pannavi span{color:#101010;}
.pannavi a:link{text-decoration:none;color:#1107dc;}
.pannavi at:visited{text-decoration:none;color:#1107dc;}
.pannavi a:hover{text-decoration:underline;color:#1107dc;}

.text01{
	margin:0 10px;
	padding:10px 0 0;
	text-align:left;
	background:url(../img/bg_border01.jpg) top left repeat-x;
}
.text01_bottom{
	padding:0 0 10px;
	background:url(../img/bg_border01.jpg) bottom left repeat-x;
}



/* ======= toppage ======== */

ul.top1{
	margin:20px auto 15px;
	width:320px;
	overflow: hidden;
	zoom:1;
}

ul.top1 li{
	margin:0 17px 0 0;
	float:left;
}
ul.top1 li:last-child{margin:0;}

.toi01{padding:0 0 15px;}

ul.top_item{
	margin:0 auto 15px;
	overflow: hidden;
	zoom:1;
}

ul.top_item li{
	margin:0 0 5px;
}
ul.top_item li img{
	box-shadow:0 0 1px 1px #ccc;
}

.ng{padding:0 0 15px;}




.news_outer{
	margin:0 auto;
	padding:0 10px;
	text-align:left;
	overflow: hidden;
	zoom:1;
}
.news_outer dl dt{
	padding:5px 0 5px 15px;
	position: relative;
}
.news_outer dl dt::after{
	display: block;
	content: '';
	position: absolute;
	top: 10px;
	left: 0em;
	width: 6px;
	height: 6px;
	border-right: 2px solid #13ABFE;
	border-bottom: 2px solid #13ABFE;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.news_outer dl dd{
	padding:0 0 5px 0px;
	border-bottom:1px dotted #ccc;

}

.topics_box img{
	max-width:95%;
}

.to_ichiran{
	clear:both;
	padding:15px 0 40px;
}
.to_ichiran a{
	padding:5px 20px;
	background:#F7F7F7;
	border:1px solid #ccc;
	border-radius:20px;
}

ul.top2{
	margin:0 auto 15px;
	width:320px;
	overflow: hidden;
	zoom:1;
}

ul.top2 li{
	margin:0 17px 0 0;
	float:left;
}
ul.top2 li:last-child{margin:0;}

/* ======= news ======== */

.news_ichiran_outer{
	margin:0 10px 20px;

}
.news_ichiran_outer ul{margin:0 0 10px;}
.news_ichiran_outer ul li{
	padding:5px 0 5px 0px;
	text-align:left;
	border-bottom:1px dotted #ccc;
}
.news_l{font-weight:bold;color:#000;}
.news_r{color:#1b6dc8;}
.news_r a{color:#1b6dc8;}


ul.page_ctrl_01 {
	margin: 0;
	padding: 10px 10px 5px;
	text-align: center;
}

ul.page_ctrl_01 li {
	display: inline;
	margin: 0 2px;
	padding: 0;
}

ul.page_ctrl_01 li span,
ul.page_ctrl_01 li a {
	display: inline-block;
	margin-bottom: 5px;
	padding: 1px 8px;
	background: #fff;
	text-decoration: none;
	vertical-align: middle;
	color:#333;
	border:1px solid #ccc;
}

ul.page_ctrl_01 li a:hover {
	background: #f5f5f5;
}

ul.page_ctrl_01 li.visitedBox {
	margin-left: -2px;
}
ul.page_ctrl_01 li.visitedBox span{
	background: #88C7E8;
	color: #F3F2EE;
	border:1px solid #88C7E8;
}

.date{
	margin:0 10px;
	padding:5px 0 0px;
	text-align:left;
	font-weight:bold;
}

.back_ichiran{
	padding:20px 0;
	text-align:center;
	border-bottom:1px dotted #ccc;
}

/* ======= kasou1 ======== */

.item_title{
	margin:0 10px 5px;
	padding:8px;
	background:#dbe8ee;
	overflow: hidden;
	zoom:1;
	line-height:1.2;
}
.item_title .l{float:left;width:60%;text-align:left;font-weight:bold;}
.item_title .r{float:left;width:40%;text-align:right;font-size:90%;}

.item_text{
	margin:0 10px 15px;
	text-align:left;
	overflow: hidden;
	zoom:1;
	border-bottom:1px dotted #ccc;
}

#btn_more{
	width:90%;
	padding:8px;
	margin:0 auto;
	text-align:center;
	border:1px solid #ccc;
	background:#f9f9f9;
	border-radius:30px;
	cursor:pointer;
}

div.item_wrap{
	margin: 0 10px 15px;
	text-align: left;
	overflow: hidden;
	zoom: 1;
	border-bottom: 1px dotted #ccc;
}
div.item_wrap .item_title{
	margin:0 0 10px 0;
	padding:0;
	font-weight:bold;
	background-color:#ffffff;
	font-size: 110%;
}

/* ======= takuhaikaitori ======== */

.step{
	margin:10px 10px 0;
	text-align:left;
}
.step_title{
	margin:0 10px 10px;
	padding:0 0 5px;
	text-align:left;
	font-size:120%;
	font-weight:bold;
	border-bottom:1px dotted #65CCEB;
}
.bg_blue{
	margin:0 10px 10px;
	padding:5px;
	text-align:left;
	font-size:110%;
	background:#DBE8EE;
}
.bg_blue2{
	margin:0 10px 10px;
	padding:5px;
	text-align:left;
	font-size:110%;
	background:#DBE8EE;
	color:#179CBD;
}

.btn_form{
	margin:0px 10px 20px;
	border-radius:5px;
/*Other Browser*/
background: #F49E09;
/*For Old WebKit*/
background: -webkit-linear-gradient(
	top,
	#F47F0B 0%,
	#F49E09 100%
);
/*For Modern Browser*/
background: linear-gradient(
	to bottom,
	#F47F0B 0%,
	#F49E09 100%
);
}
.btn_form a{display:block;}


ul.cyuu{
	margin:0 10px 20px;
	text-align:left;
}
ul.cyuu li{
	padding:0 0 5px 20px;
	line-height:1.4;
	background:url(../img/icon_cyuu.jpg) 0 2px no-repeat;
	background-size:15px;
	font-weight:bold;
}
.cyuu_text{
	margin:0 10px 0;
	padding:0 0 5px 20px;
	line-height:1.4;
	background:url(../img/icon_cyuu.jpg) 0 2px no-repeat;
	background-size:15px;
	text-align:left;
	font-weight:bold;
}

.yamato_waku{
	margin:0 10px 20px;
	padding:10px;
	border:4px solid #27A575;
	background:#FBF847;
	border-radius:5px;
	text-align:center;
}


/* ======= syuccyou kaitori ======== */
.kanagawa{
	padding:2px 10px;
	background:#FFA73D;
	color:#fff;
}
.tokyo{
	padding:2px 10px;
	background:#5DC942;
	color:#fff;
}


/* ======= tentou kaitori ======== */

.tentou_waku{
	margin:0 10px 20px;
	padding:10px;
	border:2px solid #1FBEE6;
	text-align:center;
	border-radius:5px;
}

/* ======= shop ======== */

.itaku{
	padding:4px 10px;
	border:1px solid #ccc;
	color:#14A8FE;
}

.table01_outer{	margin:0 10px 20px;}
table.table01 {
	margin:0;
	width:100%;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-collapse: collapse;
    border-spacing: 0;
}

table.table01 th {
    padding: 10px;
	width:60px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
    background: #EFF9FA;
    font-weight: bold;
    text-align: center;
	vertical-align:middle;
}
table.table01 td{
    padding: 10px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
    text-align: left;
	vertical-align:middle;
}

/* ======= news ======== */

ul.page_ctrl_01 {
	margin: 20px 0 40px;
	padding: 10px 10px 5px;
	text-align: center;
}

ul.page_ctrl_01 li {
	display: inline;
	margin: 0 2px;
	padding: 0;
}

ul.page_ctrl_01 li span,
ul.page_ctrl_01 li a {
	display: inline-block;
	margin-bottom: 5px;
	padding: 1px 8px;
	background: #F7F7F7;
	text-decoration: none;
	vertical-align: middle;
	color:#333;
	border:1px solid #ccc;
}

ul.page_ctrl_01 li a:hover {
	background: #f5f5f5;
}

ul.page_ctrl_01 li.visitedBox {
	margin-left: -2px;
}
ul.page_ctrl_01 li.visitedBox span{
	background: #F5840A;
	color: #F3F2EE;
	border:1px solid #F5840A;
}

.date{
	margin:0 10px;
	padding:0 0 5px;
	text-align:left;
	color:#767676;
}



/* ======= contact ======== */
.contact_wrap{
	margin: 0 10px 30px 10px;
	padding: 10px;
	text-align: left;
	background: #fff;
	box-shadow: 1px 2px 2px 1px #ccc;
	border-radius: 5px;
}

.contact_wrap .label{
	font-weight:bold;
}

.contact_wrap .label .hissu{
	color:#ff0000;
}

.contact_wrap .value{
	margin-bottom:20px;
}

.contact_wrap .value .red{
	color:#ff0000;
}

.contact_wrap .value input[type="text"],
.contact_wrap .value textarea{
	padding:5px;
	margin-bottom:5px;
}

.contact_wrap .value select{
	padding:5px;
	margin-bottom:5px;
}

.contact_wrap .value label{
	line-height:200%;
}

.btn_send{
	background: -moz-linear-gradient(top,#09C 0%,#09C 50%,#069 50%,#069);
	background: -webkit-gradient(linear, left top, left bottom,from(#09C), color-stop(0.5,#09C), color-stop(0.5,#069),  to(#069));
	border: 1px solid #DDD;
	color: #FFF;
	width: 100px;
	padding: 10px 0;
}

.btn_back{
	background: -moz-linear-gradient(top,#bcbcbc 0%,#bcbcbc 50%,#8c8c8c 50%,#8c8c8c);
	background: -webkit-gradient(linear, left top, left bottom,from(#bcbcbc), color-stop(0.5,#bcbcbc), color-stop(0.5,#8c8c8c),  to(#8c8c8c));
	border: 1px solid #DDD;
	color: #FFF;
	width: 100px;
	padding: 10px 0;
}

.button_area{
	overflow:hidden;
	margin: 0 10px 30px 10px;
}
.button_area .right{
	float:right;
}
.button_area .left{
	float:left;
}

.form_error{
	margin:15px;
	color:#ff0000;
}

.contact_box{
	margin:0 10px;
	padding:10px 0 0;
	text-align:left;
	background:url(../img/bg_border01.jpg) top left repeat-x;
}
.contact_box_inner{
	padding:0 0 10px;
	background:url(../img/bg_border01.jpg) bottom left repeat-x;
}

.contact_box ul.cyuu{
	margin:0 10px 0px 0;
	text-align:left;
}
