@charset "UTF-8";

/* 要素リセット */
body{
width:100%;
margin:0px;
    text-align: center;
    font: 16px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
    color: #333333; /* 標準文字色 */
    background-color: #ffffff;
    background-position: top center;
    background-repeat: repeat-x;
}
/* Safari用ハック 文字サイズ調整 */
/*\*/
html:first-child body{
}
/* end */

img{
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/


header {
height:175px;
text-align:center;
margin:10px auto;
}

main{
width:94%;
    max-width: 1100px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
padding-top: 70px;
    position: relative;
    padding-top: 20px;
    zoom: 1; /* for IE6 */
}


#wrapper{
    overflow: hidden;
}


#news{
    width:50%;
    float: left;
    margin-bottom: 10px;
    margin-top: 5px;
}

#topics{
width:45%;
    float: right;
    margin-top: -1px;
    margin-right: 0;
    margin-left: 0;
    padding-bottom: 10px;
}


#info{
    width:50%;
    float: left;
    background-color: #fff;
    margin-bottom: 10px;
	border-width: 2px;
	border-color: #d3d3d3;
	border-style: solid;
	padding: 6px;
}


#nav{
    clear: both;
text-align:center;
margin:10px auto;
max-width:1100px;
width:100%;
    background-image : url(navi.png);
    background-position: bottom center;
    background-repeat: repeat-x;
}


#footer{
height: 70px;
text-align:center;
margin:0 auto;
max-width:1100px;
width:100%;
margin-top:10px;
 background-color:#999;
 background-image : url(image-bg.png);
 background-position: bottom center;
    background-repeat: repeat-x;
}


/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* 背景設定 */

/* コンテンツ配置領域 */

/* ナビゲーション */
#nav ul{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

#nav ul::after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#nav li{
    display: inline;
    height: 41px;
    overflow: hidden;
	float: left;
	background-image : url(mainmenuBg_11Vb.png);
    background-position: top right;
    background-repeat: no-repeat;
}

#nav li a{
    display: block;
    height: 41px;
   padding-left: 30px;
   padding-right: 30px;
   line-height: 41px;
   
}


#nav a:link{
    color: #000000;
    text-decoration: none;
}
#nav a:visited{
    color: #000000;
    text-decoration: none;
}
#nav a:hover{
    color: #000000;
    text-decoration: none;
    background-image : url(mainmenu_11Vb_on.png);
    background-position: top center;
    background-repeat: repeat-x;
}
#nav a:active{
    color: #000000;
    text-decoration: none;
    background-color: #739F2F;
}


/* リンク文字色 */
a:link{
    color: #013eb1;
    text-decoration: underline;
}
a:visited{
    color: #013eb1;
    text-decoration: underline;
}
a:hover{
    color: #fcc10c;
    text-decoration: none;
}
a:active{
    color: #fcc10c;
    text-decoration: none;
}


.h3-nav{
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
    background: none;
}

h3{
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 1.3em;
    text-align: left;
    text-transform: capitalize;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
}


h4{
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 3px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 2px;
    text-align: left;
    font-size: 1.2em;
    line-height: 1.2;
    font-weight: bold;
}

h5{
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 10px;
    text-align: left;
    font-size: 1.1em;
    line-height: 1.5;
    font-weight: normal;
    color: #79ABE1;
}

table{
    margin-top: 5px;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: 0;
    border-collapse: collapse;
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #cccccc;
}

table th{
    padding-top: 8px;
    padding-right: 15px;
    padding-bottom: 8px;
    padding-left: 8px;
    text-align: left;
    background-color: #e9f9e9;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #cccccc;
}

table td{
    padding-top: 8px;
    padding-right: 15px;
    padding-bottom: 8px;
    padding-left: 8px;
    text-align: left;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #cccccc;
}

/* フォームパーツ設定 */
input.button{
    margin-top: 10px;
    margin-bottom: 15px;
}

textarea{
    width: 380px;
    height: 200px;
}

input.l{
    width: 380px;
}
input.m{
    width: 250px;
}
input.s{
    width: 50px;
}


/* メインコンテンツ内基本パーツ */

#news ul{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

#news ul li{
    text-align: left;
    line-height: 1.4;
    padding-top: 6px;
    padding-right: 10px;
    padding-bottom: 6px;
    padding-left: 10px;
}

#news dl{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 10px;
}

#news dt{
    float: left;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    text-align: left;
    line-height: 25px;
    font-weight: normal;
    width: 125px !important;
    padding-top: 6px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 10px;
}

#news dd{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 6px;
    padding-right: 0;
    padding-bottom: 10px;
    text-align: left;
    line-height: 25px;
    padding-left: 130px;
    min-height: 16px;
}
   
}
*:first-child + html #news dd{
    height: 1%; /* for IE7 */
    padding-left: 0px;
}

* html #news dd{
    height: 1%; /* for IE6 */
    padding-left: 0px;
}

#news dl::after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#news img.left{
    margin-top: 5px;
    margin-right: 20px;
    margin-bottom: 10px;
    float: left;
}

#news img.right{
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 20px;
    float: right;
}


#topics div.item{
    margin-top: 0;
    margin-bottom: 10px;
    background-color: #fff;
    border-width: 2px;
	border-color: #d3d3d3;
	border-style: solid;
    text-align: left;
    padding: 10px;
    clear: both;
}


#topics div.item::after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#topics img{
    background-color: #ffffff;
    padding-top: 1px;
    padding-right: 1px;
    padding-bottom: 1px;
    padding-left: 1px;
    float: left;
    margin-right: 10px;
}

#topics p{
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 0.1em;
    margin-bottom: 1em;
	line-height: 1.4;
}

#news h3 .en{
    font-size: 1.3em;
	color: #207526;
	padding-right: 10px;
}


#info h3{
    color: #1d5c65;
	width: 6em;
	float: left;

}

#info h4{
    width: 300px;
	float: left;
	display: block;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #b5d0bf;
	margin: 0;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
}

#info p{
line-height:20px;
    border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #b5d0bf;
    width: 300px;
	float: left;
	margin: 0;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}


#nav .nav3{
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
    background: none;
}

img.header{
  width:50px;
  height:auto;
}

/* =======================================================
  レスポンシブル設定
======================================================= */

@media screen and (max-width:900px) {

header {
height:180px;
}


#wrapper {
margin-top:-15px;
}

	#news{
 float: none;
                width: 98%;
                display: block;
                margin-left: auto;
                margin-right: auto;
                padding-left: 5px;
                padding-right: 5px;
	}

	#topics{
 float: none;
                width: 98%;
                display: block;
                margin-left: auto;
                margin-right: auto;
                padding-left: 5px;
                padding-right: 5px;
	}

#info{
 float: none;
                width: 98%;
                display: block;
                margin-left: auto;
                margin-right: auto;
                padding-left: 5px;
                padding-right: 5px;
		box-sizing: border-box;
	}

	#nav{
    height: auto;
    width: 100%;
padding-top:8px;
	}

	/*--------------------------------------------------------
	  デザイン設定
	--------------------------------------------------------*/
	/* ナビゲーション */
	#nav ul{
		display: none;
	}
	#nav ul.toggled-on{
		display: block;
	}
	#nav li{
    display: block;
    height: auto;
    float: none;
	background-image: url(navi.png);
   background-repeat: repeat-x;
		border-top-color: #CCCCCC;
		border-top-style: solid;
		border-top-width: 1px;
	}
	#nav li a{
    height: auto;
		line-height: 1.4;
		padding-left: 10px;
    padding-right: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	#nav a:hover{
		background-image: none;
		background-color: #FCFCFC;
	}
	
	
	/*--------------------------------------------------------
	  ナビゲーションデザイン設定
	--------------------------------------------------------*/
	#nav .nav3{
		width: 27px;
		height: 20px;
		background-image : url(btn_menu.png);
		background-repeat: no-repeat;
		margin-left: 20px;
		padding-top: 10px;
		overflow: hidden;
		text-indent: -9999px;
		cursor: pointer;
	}

	/*--------------------------------------------------------
	  基本パーツデザイン設定
	--------------------------------------------------------*/
	p{
		padding-left: 0px;
		padding-right: 0px;
	}
	
		
	h4{
		padding-right: 0px;
	}

	h5{
		padding-right: 10px;
	}

	table{
		width: 100%;
		box-sizing: border-box;
	}
	
	/* フォームパーツ設定 */
	textarea{
    width: 96%;
	}

	input.l{
		width: 96%;
	}
	input.m{
		width: 60%;
	}
	input.s{
		width: 30%;
	}

	/* メインコンテンツ内基本パーツ */
	#news dt{
    float: none;
		padding-bottom: 0px;
		max-width: 100%;
		box-sizing: border-box;
	}
	#news dd{
    padding-left: 10px;
	}

	#news img.left{
		margin-right: 0px;
		float: none;
	}
	#news img.right{
		margin-left: 0px;
		float: none;
	}
	
	#pagetop{
		margin-bottom: 10px;
		margin-right: 10px;
	}
	
		
	#topics p{
		padding-left: 0px;
    padding-right: 0px;
	}
	
	#news h3 .en{
		padding-right: 80px;
		display: block;
	}

	#info h3{
		width: 100%;
		float: none;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #b5d0bf;
		box-sizing: border-box;
	}
	#info h4{
		width: 100%;
		float: none;
		border-left-width: 0px;
    padding-right: 10px;
		box-sizing: border-box;
	}
	#info p{
		border-left-width: 0px;
		width: 100%;
		float: none;
		box-sizing: border-box;
	}
}



