@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}


/*================================================
 *  一般・共通設定
 ================================================*/
body {
    font-size:20px;
    font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    line-height:1.6;
}

header {
    width:100%;
    height:100%;
    margin-bottom:50px;
}
.wrap {
	overflow: hidden;
}
#contents {
    width:960px;
    margin:0px auto;
}

h1 {
    font-size:32px;
		color:#FFF;
}

h2 {
    margin-bottom:1em;
    font-size:26px;
    color:#000;
    text-align:center;
}

h3 {
    font-size:26px;
		color:#F30;
}
h3 a {
	text-decoration:none;
		color:#F30;
}
h3 a:visited{
	color:#F30;
}
h3 a:hover{
	color:#F30;
	text-decoration:none;
}
h3+hr {
	margin-top:0.2em;
	border-color:#F60;
}

h4 {
  font-size:22px;
	color:#0000FF;
}
h4+hr {
	margin-top:0.2em;
	border-color:#0000FF;
}

h7 {
    font-size:24px;
		color:#030;
}

/*================================================
 * input upload 設定
 ================================================*/
input.uploadFile {
		width: 100%;
}

/*================================================
 * datepicker 設定
 ================================================*/
div.ui-datepicker {
		font-size: 75%;
}


/*================================================
 *  汎用クラス
 ================================================*/
.imgC {
    overflow:hidden;
    margin-bottom:50px;
    text-align:center;
}
.imgC img {
    border-radius:5px;
}

.imgL {
    overflow:hidden;
    margin-bottom:50px;
}
.imgL img {
    float:left;
    margin:0 20px 20px 0;
    border-radius:5px;
}

.frmL{
    overflow:hidden;
    margin-bottom:50px;
}

.frmL iframe{
    float:left;
    margin:0 20px 20px 0;
    border-radius:5px;
}

.imgR {
    overflow:hidden;
    margin-bottom:50px;
}
.imgR img {
    float:right;
    margin:0 0 20px 20px;
    border-radius:5px;
}

.twoCol {
    overflow:hidden;
    margin:0 -2% 50px 0;
}
.twoCol div {
    width:48%;
    float:left;
    margin-right:2%;
}
.twoCol img {
    width:100%;
    margin-bottom:5px;
    border-radius:5px;
}

.threeCol {
    overflow:hidden;
    margin:0 -3% 50px 0;
}
.threeCol div {
    width:31%;
    float:left;
    margin-right:2%;
}
.threeCol img {
    width:100%;
    margin-bottom:5px;
    border-radius:5px;
}


/*================================================
 *  ヘッダー
 ================================================*/
header {
    position:relative;
		background-color:#39B902;
		height:100px;
}

header h1 {
	position:absolute;
	top:50%;
	left:0;
	right:0;
	bottom:0;
	height:100%;
	margin:auto;
	width:100%;
	z-index:10;
	text-align:center;
	color:#FFF;
}

.qes01 img{
		max-width:100%;
}
.qes01 img:hover {
    background-color:#FFCC00;
}


/*================================================
 *  グローバルナビゲーション
 ================================================*/

/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* Basic Styles */
nav {
		height: 40px;
		width: 100%;
		top:0;
		left:0;
		padding:5px 0;
		background: #0A2685;
		font-size: 11pt;
		font-family: 'PT Sans', Arial, sans-serif;
		font-weight: bold;
		position: fixed;
		border-bottom: 2px solid #FF6600;
		z-index:11;
}
nav ul {
    position:relative;
		padding: 0;
		margin: 0 auto;
		width: 768px;
		height: 40px;
}
nav li {
		display: inline;
		float: left;
}
nav a {
		color: #fff;
		display: inline-block;
		width: 128px;
		text-align: center;
		text-decoration: none;
		line-height: 40px;
		text-shadow: 1px 1px 0px #283744;
}
nav li a {
		border-right: 1px solid #576979;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
}
nav li:last-child a {
		border-right: 0;
}
nav a:hover, nav a:active {
		background-color: #006600;
}
nav a#pull {
		display: none;
}


/*================================================
 *  メイン
 ================================================*/
main {
    width:100%;
}

section {
    margin-bottom:100px;
}

/*================================================
 *  フッター
 ================================================*/
footer {
		clear:both;
		padding:20px 0;
		font-size:11px;
		text-align:center;
		background-color:#DDDDDD;
		color:#000000;
}

footer .kaisha{
		font-size:18px;
		font-weight:600;
}
footer .kaisha a:link{
		color:#000000;
		text-decoration:none;
}
footer .kaisha a:visited {
		color:#000000;
}
footer .kaisha2{
		font-size:14px;
}
footer .tel{
		font-size:18px;
		font-weight:600;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
    position:fixed;
    bottom:15px;
    right:15px;
}
.totop a {
    display:block;
    text-decoration:none;
}
.totop img {
    background:#006600;
		opacity: 0.8;
		filter: alpha(opacity=80);
		-ms-filter: "alpha(opacity=80)";
		-khtml-opacity: 0.8;
		-moz-opacity: 0.8;
}
.totop img:hover {
    background:#0A2685;
		opacity: 0.8;
		filter: alpha(opacity=80);
		-ms-filter: "alpha(opacity=80)";
		-khtml-opacity: 0.8;
		-moz-opacity: 0.8;
}

/*================================================
 *  スライドショー
 ================================================*/
.slide {
    overflow:hidden;
    position:relative;
}

.slideInner {
    list-style:none;
    margin:0;
    padding:0;
}
.slideInner li {
    position:absolute;
    width:100%;
    margin:0;
    padding:0;
    background-color:#fff;
    background-position:50% 0;
    background-repeat:no-repeat;
}

/*===============================================
 *  ログアウト用ボタン 
 ===============================================*/
.logout {
	position:fixed;
	width:50px;
	height:50px;
	bottom:90px;
	right:0px;
}
.logout:hover {
	cursor:pointer;

}
.logout img {
	z-index:10;
	background:#FFFFFF;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	-khtml-opacity: 0.5;
	-moz-opacity: 0.5;
}
.logout img:hover {
	background:#FFFFFF;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-khtml-opacity: 1;
	-moz-opacity: 1;
}

/*===============================================
 *  戻る用ボタン 
 ===============================================*/
.back_button {
	margin-right:30px;
	width:32px;
	height:32px;
	float : left;
}
.back_button:hover {
	cursor:pointer;
}
.back_button img {
	background:#FFFFFF;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-khtml-opacity: 1;
	-moz-opacity: 1;
}
.back_button img:hover {
	background:#FFFFFF;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
}


/*===============================================
 *  ajax時のローディング用 
 ===============================================*/
#loading {
  display: table;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.8;
}
 
#loading .loadingMsg {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-top: 140px;
  background: url(../images/gif-load.gif) center center no-repeat;
}
input::-ms-clear {
    visibility:hidden
}


/* ----------------------------
 * OPTION
 ------------------------------ */

.selectdiv {
  position: relative;
  /*Don't really need this just for demo styling*/
  
  float: left;
  min-width: 200px;
	width:100%;
	
	border-bottom:#F60 1px solid;
	margin-bottom:30px;
	
}

/* IE11 hide native button (thanks Matt!) */
select::-ms-expand {
display: none;
}

.selectdiv:after {
  content: '<>';
  font: 17px "Consolas", monospace;
  color: #fff;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 11px;
  /*Adjust for position however you want*/
  
  top: 18px;
  padding: 0 0 2px;
  border-bottom: 1px solid #fff;
  /*left line */
  
  position: absolute;
  pointer-events: none;
}

.selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Add some styling */
  
  display: block;
  width: 100%;
  max-width: 980px;
  height: 50px;
  float: right;
  margin: 5px 0px;
  padding: 0px 24px;
  line-height: 1.75;
	font-weight:bold;
	color: #fff;
  background-color: #F60;
  background-image: none;
  border: 1px solid #F60;
  -ms-word-break: normal;
  word-break: normal;
}

/* -----------------------------
 * .infoMsg
 * -----------------------------*/
div.infoMsg {
	text-align:center;
	
	padding: 0.5em 1em;
	margin: 2em 0;
	font-weight: bold;
	color: #ff3c2e;/*文字色*/
	background: #FFF;
	border: solid 3px #f7685e;/*線*/
	border-radius: 10px;/*角の丸み*/
}
div.infoMsg p{
    margin: 0; 
    padding: 0;
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:980px) {
		
    #contents {
        box-sizing:border-box;
        width:100%;
        padding:0 20px;
    }

    .imgC img {
        max-width:100%;
    }

    .imgL img {
        float:none;
        max-width:99%;
        margin:0 0 5px 0;
    }
		.frmL iframe{
        float:none;
        max-width:100%;
				height:300px;
        margin:0 0 5px 0;
		}
    .imgR img {
        float:none;
        max-width:100%;
        margin:0 0 5px 0;
    }

    .twoCol {
        margin-right:0;
    }
    .twoCol div {
        float:none;
        width:100%;
    }

    .threeCol {
        margin-right:0;
    }
    .threeCol div {
        float:none;
        width:100%;
    }
		
}




/*Styles for screen 768px and lower*/
@media screen and (max-width: 768px) {
	main{
		font-size:14px;
	}
	table{padding:0px;}

	nav { 
  	height: auto;
  }
  nav ul {
  	width: 100%;
  	display: block;
  	height: auto;
  }
  nav li {
  	width: 50%;
  	float: left;
  	position: relative;
  }
  nav li a {
		border-bottom: 1px solid #576979;
		border-right: 1px solid #576979;
	}
  nav a {
	 	text-align: left;
	 	width: 100%;
	 	text-indent: 25px;
  }
	
	.l_box li.ymd{
		width: 100px;	
	}
	
}

/*Styles for screen 480px and lower*/
@media only screen and (max-width : 480px) {
	
	nav {
		border-bottom: 0;
	}
	nav ul {
		display: none;
		height: auto;
	}
	nav a#pull {
		display: block;
		background-color: #0A2685;
		/*003d00*/
		width: 100%;
		position: relative;
	}
	nav a#pull:after {
		content:"";
		background: url('nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	.tableForm01 th{
		font-size:15px;
		font-weight:600;
		width:70px;
		padding:30px 0px;
	}
	.tableForm01 td {
		padding:30px 10px;
		font-size:16px;
	}
}

/*Smartphone*/
@media only screen and (max-width : 320px) {
	nav li {
		display: block;
		float: none;
		width: 100%;
	}
	nav li a {
		border-bottom: 1px solid #576979;
	}
}
