@charset "UTF-8";

-webkit-appearance: none;
-webkit-text-size-adjust: 100%;

/*================================================
 *  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
 ================================================*/
body {
	font-size:16px;
	color:#194951;
	font-family:"游ゴシック,メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.6;
	topmargin: 0;
}
/* 表示・非表示 */
.ymenu {
}
.nmenu {
	display: none;
}

.col-head-type1 {
  border-collapse: collapse;
  width: 80%;
  margin:0 auto;
}
 
.col-head-type1 th,
.col-head-type1 td {
  border: 1px solid #15adb3;  
  padding: 8px;
}

.col-head-type1 td {
  background: #fff;
  color:#003399;
} 
.col-head-type1 th {
  background: #D9F9FB;
  text-align: left;
  font-weight:bold;
  width: 30%;
  color:#003399;
}
input.sss {
  width:98%;
  font-size:1.2em;
  border-radius: 4px;
  border: solid 1px #4682B4;
}
input.sss2 {
  width:36%;
  font-size:1.2em;
  border-radius: 4px;
  border: solid 1px #4682B4;
}

/* リンク表示 */
a {
	color:blue;
	text-decoration: none;
}
a:hover {
	color:red;
}
.head {
	width: 60%;
	margin: 0 auto;
}
.head img {
	width: 100%;
}
.bottom {
	background: #005EAD;
	color: #ffffff;
	text-align: center;
	font-size: 0.8em;
	padding: 0.5em 0;
}
/* メインフレーム */
.main_f {
	width: 80%;
	margin: 0 auto;
	border: solid 2px #669999;
	background: #F0FFFF;
}

.bott {
	font-size: 1.2em;
	color: #cc0000;
}

.koji {
	margin:0.5em auto 0 auto;
	width: 60%;
	font-size:0.8em;
	color:#000;
}

@media screen and (max-width:760px) {
	body {
	font-size:12px;
	}
.head {
	width: 80%;
}
	.ymenu {
	display: none;
	}
	.nmenu {
	display: block;
	}

	.main_f {
	width: 100%;
	}

	.col-head-type1 {
	width: 96%;
	}
	.col-head-type1 tr,
	.col-head-type1 th,
	.col-head-type1 td {
	display: block;
	width: auto;
  	}
  
	.col-head-type1 tr:first-child {
	border-top: 1px solid #dbe1e8;  
	}
	.col-head-type1 th,
	.col-head-type1 td {
	border-top: none;
	}

.koji {
	width:80%;
	}
}
