@charset "utf-8";
/* CSS Document */
/* ======================================= */
/* about html tags                         */
/* ======================================= */
body{
	margin:0px;
	padding:0px;
	font-size:15px;
	line-height:24px;
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
	background-color:white;
	color:#000;
}

h1{
	margin:0px;
	padding:0px;
	font-size:12px;
	font-weight:bold;
	color:black;
	text-align: center;
}

h2{
	margin:0px 3px;
	padding:10px 0 10px 20px;
	width: 994px;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	background-color: #ff6347;
	border-radius: 5px;
	float:left;
}
h3{
	margin:0px 3px;
	padding:10px 0 10px 20px;
	width: 994px;
	font-size:14px;
	background-color: #87cefa;
	border-bottom: 5px solid #6495ed;
	border-radius: 15px;
	font-weight:bold;
	float:left;
}
h4{
	margin:0px 3px;
	padding:10px 0 10px 20px;
	font-size:12px;
	font-weight:bold;
	float:left;
}

div, p{
	padding:0;
	margin: 0;
	/*margin: 5px 0 0;">*/
	font-size:14px;
}

a{
	text-decoration:none;
	color:navy;
}

a:hover{
	text-decoration:underline;
	color:darkcyan;
}

img{
	border-style: none;
	vertical-align: middle;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="fax"],
input[type="password"],
select,
textarea{
	padding: 5px;
	box-sizing: border-box;
}

input, textarea, select{
	margin-top: 2px;
	padding:5px 5px;
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
}

input.outspace01{
	margin:3px 0;
	padding:10px 20px;
	width:150px;
}

button{
	width: 220px;
	padding: 5px 0px;
	margin: 7px 5px;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
}
.clear{
	clear:both;
}
.page_break{
	page-break-before: always;
}
/* ======================================= */
/* about colomns                           */
/* ======================================= */
/* wrapper */
#wrapper{
	margin:0 auto;
	padding:0;
	width:1220px;
}

/* content */
#content{
	margin:0;
	padding:0;
	width:100%;
	float:left;
}

/* header */
#header a{
	margin:0;
	padding:0;
	width:100%;
	height:113px;
	/*background: url(../images/sys-bg.gif) repeat;*/
	/*border-radius: 10px;*/
	float:left;
}
/* navi virtical */
#navi_h{
	margin:2px 0;
	padding:3px 0;
	width:100%;
	text-align: center;
	border-top: 3px solid #808080;
	border-bottom: 3px solid #808080;
	float:left;
}
/* main */
#main{
	margin:5px 7px;
	padding:0 3px;
	width:1020px;
	float:left;
	overflow:hidden;
}

/* information */
#info{
	margin:3px 0;
	padding:0;
	width:180px;
	float:left;
	overflow:hidden;
}

/* footer */
#footer{
	margin: 10px 0;
	padding: 0;
	width: 1220px;
	clear: both;
	border-top: 3px solid #555;
	float:left;
}
/* ======================================= */
/* navigation button                       */
/* ======================================= */
.inquiry_btn a{
	margin:0;
	padding:0;
	width:200px;
	height:80px;
	float:left;
}
.navi_h_btn a{
	margin:1px;
	padding:8px 0;
	width:197px;
	font-size:13px;
	font-weight:bold;
	background-color: #4169e1;
	border: 2px solid #0000cd;
	border-radius: 5px;
	text-align: center;
	text-decoration:none;
	color:#fff;
	float:left;
}
.navi_h_btn a:hover{
	text-decoration:none;
	background-color: #008080;
	border: 2px solid #006400;
	color:#fff;
}
/* ======================================= */
/* information area                        */
/* ======================================= */
.info_title{
	margin:2px 0;
	padding:8px 0 8px 8px;
	width:172px;
	font-size:13px;
	font-weight:bold;
	color:#fff;
  background-color:#f00;
  border-radius: 5px;
 	float:left;
}

.info_text{
	box-sizing: border-box;
	margin:0;
	padding:2px 2px 5px;
	width:100%;
	font-size:12px;
	float:left;
	border-bottom:1px dashed deeppink;
	clear: both;
}

/* ======================================= */
/* copyright area                          */
/* ======================================= */
.copyright{
	margin: 0;
	padding: 5px 0 0;
	width:100%;
	font-size:13px;
	color:#000;
	text-align: right;
	float:left;
}
/* ======================================= */
/* control area                            */
/* ======================================= */
._msg {
  text-align:center;
  padding: 20px;
  background: #ffebcd;
  border: 4px #ff6347 solid;
	float:left;
  font-weight:bold;
  font-size:20px;
	width:930px;
	border-radius: 10px;
}
._error{
	margin:5px 0px;
	padding: 0 0 10px;
	float:left;
	clear:both;
	color: #f00;
	width:1010px;
}
._block{
	float:left;
	overflow: hidden;
	box-sizing: border-box;
}
._block_ul{
  display: inline-flex;
  box-sizing: border-box;
  flex-wrap: wrap;
  width:100%;
  border-bottom:1px dotted #999;
  padding:10px 0;
}
._block_tbl{
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
  width:100%;
  border-bottom:1px solid #ccc;
  padding:0px 0;
}
._block_item{
	display: flex;
  box-sizing: border-box;
	flex-direction: column;
	padding: 0px 3px;
	border-right: 1px solid #ccc;
	font-size: 12px;
}
._block_center{
	text-align: center;
}
._block_left{
	text-align: left;
}
._block_right{
	text-align: right;
}

._title{
	margin:5px 0px;
	padding: 0;
	float:left;
	clear:both;
	width:256px;
	text-align:right;
}

._content{
	margin:5px 0px;
	padding: 0;
	float:left;
	width:724px;
}

button.btn_blue{
	background: -moz-linear-gradient(
		top,
		#9c9cff 0%,
		#0427d4);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#9c9cff),
		to(#0427d4));
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	border: 4px solid #0000b0;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
}

button.btn_green {
	background: -moz-linear-gradient(
		top,
		#68ff4a 0%,
		#126900);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#68ff4a),
		to(#126900));
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	border: 3px solid #0aa102;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
}

button.btn_red {
	background: -moz-linear-gradient(
		top,
		#fa82b2 0%,
		#820000);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#fa82b2),
		to(#820000));
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	border: 3px solid #d60000;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
}

button.btn_cadetblue {
	background: -moz-linear-gradient(
		top,
		#00ced1 0%,
		#5f9ea0);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#00ced1),
		to(#5f9ea0));
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	border: 3px solid #008b8b;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
}

input.btn_yellow,
button.btn_yellow {
	background: -moz-linear-gradient(
		top,
		#ffec1f 0%,
		#6e6902);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffec1f),
		to(#6e6902));
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	border: 3px solid #b09300;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
}

button.btn_purple {
	background: -moz-linear-gradient(
		top,
		#da70d6 0%,
		#8b008b);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#da70d6),
		to(#8b008b));
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	border: 3px solid #800080;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
}
