@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,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;
	color: #029DD2;
}
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;
}
.mblue{
	background-color: #375C94;
}
.blue{
	background-color: #029DD2;
}
.green{
	background-color: #00AA9E;
}
.b-yellow{
	background-color: #AA8F3C;
}
.b-blue{
	background-color: #345D8C;
}
.txt-blue{
	color: #029DD2;
	font-weight: bold;
}
.f18{
	font-size: 18px;
}

p{
	line-height: 1.5;
}

iframe{
    display: block;
    margin:0 auto;
    border: 0;
}
/*================================================
 *  テンプレート内css
 ================================================*/
/* フォント */
.fontS{
	font-size:12px;
}
.fontM{
	font-size:17px;
}
.fontL{
	font-size:36px;
}
.fontB{
	font-weight: bold;
}
.fontblue{
	color: #03C;
}
.fontgreen{
	color: #096;
}
.fontred{
	color: #F00;
}
.fontpurple{
	color: #C39;
}
.fontbrawn{
	color: #960;
}

/* 画像の回り込み */
.imgleft{
    float: left;
    display: block;
    max-width: 100%;
    height: auto;
    margin-right: 1em;
}
.imgright{
    float: right;
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: 1em;
}
.imgcenter{
    display: block;
    float: none;
    margin: 0 auto;
}
/* 回り込み解除 */
.clearfloat::after{
    display: block;
    clear: both;
    height: 0px;
    line-height: 0px;
    visibility: hidden;
    content: ".";
}
/*================================================
 *  font
 ================================================*/
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?fla996');
  src:  url('fonts/icomoon.eot?fla996#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?fla996') format('truetype'),
    url('fonts/icomoon.woff?fla996') format('woff'),
    url('fonts/icomoon.svg?fla996#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"]{
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-pencil::before{
	content: "\e905";
	font-size: 22px;
	color: #369;
}
.icon-book::before{
	content: "\e91f";
	font-size: 22px;
	color: #369;
}
.icon-file-text::before{
	content: "\e922";
 	font-size: 22px;
	color: #369;
}
.icon-arrow-right::before{
  	content: "\ea34";
 	font-size: 22px;
	color: #369;
}
/*================================================
 *  一般・共通設定
 ================================================*/
body{
	font-size: 14px;
	color: #333;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.4em;
	background: #f5f5f5;
}
.inner{
	position: relative;
	width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
header{
	box-sizing: border-box;
	position: relative;
	width: 100%;
	background-image : url(../../images/header_bg.gif);
	background-repeat: repeat-x;
}
nav{
	width: 100%;
	background: #fff;
	box-shadow: 0 1px 2px #d0d8dc;
	?zoom: 1;
	z-index: 999;
}
nav::after{
   content:'';
   display:block;
   clear:both;
}
#image-bg{
	background-image : url(../../images/image_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #209AE7;
	overflow: hidden;
}
#contents{
	overflow: hidden;
	width: 1000px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.contents-box{
	text-align: left;
	width: 100%;
	margin-bottom: 20px;
	clear: both;
	overflow: hidden;
	margin-top: 20px;
}
.contents-box-c{
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
	clear: both;
}
.contents-linebox{
	text-align: left;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	overflow: hidden;
}
#sidebar{
	box-sizing: border-box;
	overflow: hidden;
	float: left;
	/*	margin-bottom: -32768px;
	padding-bottom: 32768px;*/
	width: 200px;
}

footer{
	box-sizing:border-box;
	width:100%;
	margin:0 auto;
}

a{
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
a:link.icon{
	text-decoration:none;
}
h1 {
}
h2 {
}
h3{
	color: #FFF;
	font-size: 22px;
	font-weight: bold;
	background-image : url(../../images/tit_bg.png);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-bottom: 12px;
	padding-left: 10px;
	clear: both;
}
h4{
	margin-bottom: 20px;
	font-size: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #3299CC;
	padding: 10px;
	font-weight: bold;
	margin-top: 20px;
}
h5{
	padding-left: 8px;
	font-size: 16px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #209AE7;
	margin-bottom: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
}

img{
	vertical-align:bottom;
}

em{
	font-weight:bold;
}

strong{
	font-weight:bold;
	color:#ff0000;
}

pre{
	margin:1em 0;
	padding:1em;
}

blockquote{
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #333;
	border-left:5px solid #333;
}

ul,ol,dl{
	margin:0 0 1em 0;
}
ul li{
	list-style-type: none;
}
ol li{
	list-style:decimal;
}
li{
	margin-left:2em;
}
table{
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	border:1px solid #ddd;
	background:#fff;
}
th{
	padding:10px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #ddd;
	background:#eee;
}
td{
	padding:10px;
	text-align:left;
	border:1px solid #ddd;
}
/*================================================
 *  ヘッダー
 ================================================*/
.summary{
	position: absolute;
	top: 5px;
	right: 0;
	margin: 0;
	font-size: 12px;
}
#topnav{
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	float: right;
}
#topnav ul{
	margin: 0px;
	padding: 0px;
}
#topnav li{
	float: left;
	list-style-type: none;
	padding-left: 20px;
	margin: 0px;
}
/*================================================
 *  サブコンテンツ
 ================================================*/
.submenu li{
	margin:0;
	padding:0;
	list-style:none;
}
.submenu li a::before{
	content:"\0025a0";
	color:#000;
}
.submenu li a{
	display:block;
	padding:10px 2px;
	color:#000;
	border-bottom:1px dotted #ddd;
	text-decoration:none;
}
.submenu li a:hover{
	background:#eee;
}

/*================================================
 *  更新情報
 ================================================*/
#info-tit{
	font-size: 21px;
	color: #FFF;
	background-color: #689ABA;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.information-box{
	width: 550px;
	height: 420px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	padding-top: 0px;
	clear: both;
}

/*================================================
 *  iframe
 ================================================*/
.iframe{
	width: 560x;
	height: 380px;
	margin-bottom: 10px;
}
@media screen and (max-width: 560px) {
  .iframe-wrapper{
	position: relative;
	width: 100%;
    padding: calc(380 / 560 * 100%) 0 0;
	margin-bottom: 100px;
  }
  .iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
/*================================================
 *  画像拡大
 ================================================*/
#imagelightbox{
	position: fixed;
	z-index: 9999;
	box-shadow: 0px 0px 5px;
	border: 1px solid #CCC;
}
#main a:hover img{
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}
