﻿@charset "utf-8";
/* CSS Document */

/*--------------------------------------
　基本設定
---------------------------------------*/
html{}
body{
	font-size:81%;
	font:13px/1.7 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color:#595959;
	text-align:justify; 
	text-justify:distribute;
}

/*--------------------------------------
　大枠囲み
---------------------------------------*/
#wrapper{
	min-width:900px;
	margin:0 auto;
	background:url(../images/bg.gif) top repeat-x;
}

#contents{
	width:900px;
	margin:0 auto;
	overflow:hidden;
}

#footer{	
	min-width:900px;
	overflow:hidden;
	clear:both;
	font-size:10px;
	color:#747474;
	padding-top:74px;
}

#fairtable td.item {
    font-size: 1.0em;
    padding: 5px;
    border-color: #868686;
	background-color:#c4f4fe;
	font-weight: bold;
}

#title {
	font-weight: bold;
	padding: 5px;
	font-size: 1.6em;
}

/*--------------------------------------
　ヘッダー
---------------------------------------*/
/* ヘッダー */
#hedder_space {
	width: 900px;
	height: 44px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #031a4e;
	margin-right: auto;
	margin-left: auto;
}

#hedder {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#title  {
	font-size: 1.6em;
	text-align: center;
}

.under {
		border-bottom: double 6px #87CEFA;
}
	
.text {
	font-size: 0.9em;
	margin-left: 5px;
	text-align: left;
}

.top_img {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

h1{
	font-size:10px;
	color:#999797;
	margin-top:2px;
}

/* ロゴ */
.img_logo {
	positon: relative;
	top: 0;
	left: 0;
	bottom: 5px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

/*--------------------------------------
　メインコンテンツ
---------------------------------------*/
p.text {
    font-size: 1.0em;
    margin-bottom: 1em;
	margin: auto;
    padding: 20px;
}

.text2 {
	font-size: 1.1em;
	margin-left: 15px;
	text-align: left;
}

.text3 {
	font-size: 1.1em;
	margin-left: 25px;
	text-align: left;
}

.text4 {
	font-size: 1.1em;
	margin-left: 15px;
	text-align: left;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.red {
	margin-top: 30px;
	margin-left: 20px;
	color: red;
	font-size: 1.2em;
	font-weight:bold;
	text-align: left;
}

.insidered {
	color: red;
	font-size: 1.2em;
	font-weight:bold;
}

.others {
	margin-top: 5px;
	margin-bottom: 20px;
}

/*table-----*/
.tbbox th{
	padding:14px;
	border-top:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
	vertical-align:top;
	font-weight:bold;
}
.tbbox td{
	padding:14px;
	border-top:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
}

a {text-decoration: none;}
a:link { color: #416790; } /* リンクの色 */
a:visited { color: #416790; } /* 済みリンク */
a:hover { 
	color: #416790;
	text-decoration: underline;
}/* リンク上 */
a:active { color: #416790; }/* onclick */

.link_button {
  font-weight: bold;/*太字に*/
  text-decoration: none;/*下線消す*/
  background: skyblue;/*背景を水色に*/
  color:white;/*文字を白に*/
  padding:5px 10px;/*内側の余白*/
  border-radius: 20px;/*角を丸くする*/
  font-family: 'Avenir','Arial';/*フォントをいい感じに*/
  }

/*--------------------------
フォーム
--------------------------*/
input.m {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

select{
	-webkit-appearance:none;
	-webkit-border-radius:0;
	border-top:2px solid #000;
	border-right:0;
	border-bottom:2px solid #000;
	border-left:0;
	width:100%;
	padding:20px;
	text-align:center;}

label{
	display:block;
	width:98%;
	vertical-align:middle;
	cursor:pointer;
	background-color:#f7f7f7;
	border-radius:3px;
	border:1px solid #e5e5e5;
	-webkit-box-shadow:inset 0 -1px 1px #999;
	box-shadow:inset 0 -1px 1px #999;
	padding:.4em 10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	line-height:1.3;}

input.mail {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

textarea{
	height:250px;
	width:99%;
	padding:0;}

.submit_btn {
	padding:5px;
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    border-radius: 4px;
    color: #ffffff;
    background-image: -webkit-linear-gradient(#6795fd 0%, #67ceff 100%);
    background-image: linear-gradient(#6795fd 0%, #67ceff 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #5e7fca;
  }

.submit_btn:active {
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-bottom: none;
}

.reset_btn{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    border-radius: 4px;
    color: #ffffff;
    background-image: -webkit-linear-gradient(45deg, #4d4c4a 0%, #a29f9e 100%);
    background-image: linear-gradient(45deg, #4d4c4a 0%, #a29f9e 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #969493;
}

.reset_btn:active{
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-bottom: none;
}

/*--------------------------
フッター
--------------------------*/
#copyright {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #031a4e;
	border-bottom-color: #031a4e;
	line-height: 5em;
	background-color: #FFF;
}

/*--------------------------
お問い合わせ
--------------------------*/
/*全角・半角*/
.zenkaku {
	ime-mode: active;
	border:1px solid #eceded;
	background:#eceded;
	padding:5px 0;
}

.hankaku {
	ime-mode: inactive;
	border:1px solid #eceded;
	background:#eceded;
	padding:5px 0;
}

/*フォーム*/
.con_tb{}
.con_tb th{
	padding:10px;
	background: url(../images/icon1.gif) no-repeat 0px 21px;
	text-indent:2px;
	vertical-align: text-top;
}
.con_tb td{
	padding:13px;
}
.con_tb img{
	margin:0 0 0 5px;
}
/*--------------------------
テキスト・間隔
--------------------------*/
.over{overflow:hidden;}
.blue{color:#408dc9;}
.red{color:#ba2a2a;}
.box1{
	border:1px solid #bfbfbf;
	padding:5px 5px 3px;
	float:left;
	margin-right:9px;
}
.box2{
	border:1px solid #bfbfbf;
	padding:5px 5px 3px;
}
.wd1{width:207px;}
.lefttxt1{
	width:442px;
	float:left;
}
.righttxt1{
	width:442px;
	float:right;
}
.txt1{
	font-weight:bold;
	background:url(../images/arrow1.gif) 0 50% no-repeat;
	padding-left:8px;
	margin-left:3px;
}
.txt2{
	font-weight:bold;
	color:#408dc9;
	font-size:14px;
	margin-bottom:8px;
}
.pd1{margin-bottom:1px;}
.pd2{
	margin-bottom:20px;
	overflow:hidden;
}
.pd3{
	margin-bottom:50px;
	overflow:hidden;
}