@charset "utf-8";

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　初期設定　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/

*{
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

img{
	vertical-align: middle;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝　ページレイアウト　＝＝＝＝＝＝＝＝＝＝＝＝＝ */

body{
	width: 100%;
	-webkit-text-size-adjust: 100%;
}
@media only print,screen and (min-width:801px) {
	body{
		width: 1200px;
		padding: 0px 15px;
		margin: 0px auto;
	}
}

header{
	width: 100%;
}

#main{
    width: 100%;
    clear: none;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-top: 20px;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 15px;
    background-color: #F6F7F5;
}
@media only print,screen and (min-width:801px) {
	#main{
		width: 1200px;
		float: left;
		margin-left: -15px;
	}
}

aside{
	width: 300px;
	margin: 40px auto;
}
#sidebar-2{
	display: none;
}
@media only print,screen and (min-width:651px) {
	aside{
		width: 600px;
	}
	#sidebar-1{
		width: 300px;
		float: left;
	}
	#sidebar-2{
		width: 300px;
		float: right;
		display: block;
	}
}
@media only print,screen and (min-width:801px) {
	aside{
		width: 300px;
		margin-left: 15px;
		float: right;
	}
}

aside:after{
	display: table;
	content: "";
	clear: both;
}

footer{
	width: 100%;
	clear: both;
	padding: 15px 20px;
	background: #000;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　ヘッダー　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

#logo{
	display: block;
	float: left;
	width: 300px;
	margin: 15px 0px 3px 10px;
}
@media only print,screen and (min-width:651px) {
	#logo{
		width: 1000px;
	}
}

#header-top-link{
	float: right;
	margin: 10px 10px 5px;
	list-style-type: none;
}

#header-top-link li{
	display: inline-block;
	margin-left: 10px;
}

#header-top-link a{
	display: block;
	text-decoration: none;
}

#header-top-link img{
	height: 30px;
}
@media only print,screen and (min-width:651px) {
	#header-top-link img{
		height: 18px;
		padding-right: 5px;
	}
}

#header-top-link span{
	display: none;
}
@media only print,screen and (min-width:651px) {
	#header-top-link span{
		display: inline;
		color: #666;
		font-size: 15px;
	}
}

#header-top:after{
	display: table;
	content: "";
	clear: both;
}

#header-img{
	height: 210px;
	background-position: bottom;
}
@media only print,screen and (min-width:651px) {
	#header-img{
		height: 410px;
	}
}
@media only print,screen and (min-width:801px) {
	#header-img{
		height: 650px;
	}
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝　ナビゲーション　＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
nav {margin-top:10;}

nav ul{
	list-style-type: none;
	margin-top: 10px;
}

nav li{
	width: 50%;
	float: left;
	border-bottom: solid 2px #666;
}
nav li:nth-child(odd){
	border-right: solid 2px #666;
}
@media only print,screen and (min-width:651px) {
	nav li{
		width: 12.5%;
		border-right: solid 2px #666;		border-bottom: none;
	}
	nav li:last-child{
		border-right: none;
	}
}

nav a{
	display: block;
	color: #FFF;
	font-weight: bold;
	font-size: 13px;
	line-height: 40px;
	padding-left: 15px;
	text-decoration: none;
	background-color: #155FE1;
}
@media only print,screen and (min-width:651px) {
	nav a{
		line-height: 50px;
		text-align: center;
		padding-left: 0;
	}
}

nav a:hover{
	background: #C30;
}

nav ul:after{
	display: table;
	content: "";
	clear: both;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　メイン用　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

#main section{
	margin-bottom: 60px;
    
}

h1,h2,h3{
	color: #336;
	line-height: 1.2;
	border-bottom: solid 2px #336;
	margin-bottom: 8px;
    margin-top: 20px;
}
h1{font-size: 20px;}
h2{font-size: 18px;
}
h3{font-size: 12px;
margin-left:10px;
margin-right:10px;}
h4{
    font-size: 14px;
    width: 100%;
    background-color: #49AD03;
    color: #F6F7F5;
    height: 2em;
    padding: 5px;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    display: block;
}h5{
    font-size: 14px;
    width: 100%;
    background-color: #669900;
    color: #F6F7F5;
    height: 2em;
    padding: 5px;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    display: block;
}


dl{width:100%;
clear:both;
font-size:12px;
}
dl dt{
width: 20%;
float:left;
}
dl dd{
width: 70%;
float:right;
}
main ul{
	list-style-type: none;
}

main li{
	width: 100%;
	float: left;
	border-bottom: solid 2px #666;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
}

@media only print,screen and (min-width:651px) {
	h1{font-size: 24px;}
	h2{font-size: 20px;}
	h3{
    font-size: 14px;
    color: rgba(249,0,4,1);
}
	dl{width:100%;
	font-size:14px;
}
dl dt{
width: 20%;
float:left;
}
dl dd{
    width: 80%;
    float: right;
    color: #3707FC;
}

	
	
}

.main-text{
	text-align: justify;
	font-size: 15px;
	line-height: 1.5;
}@media only print,screen and (min-width:651px) {
	.main-text{
		font-size: 16px;
	}
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝　サイドバー用　＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

.banner{
	margin-bottom: 15px;
	text-align: center;
	font-size: 14px;
	padding-top: 15px;
}

aside p{
	font-size: 12px;
	line-height: 1.3;
	margin-bottom: 10px;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝　フッター用　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

footer ul{
	width: 100%;
	margin-bottom: 30px;
	list-style-type: none;
}
@media only print,screen and (min-width:801px) {
	footer ul{
		width: 300px;
	}
}

footer li{
	width: 50%;
	float: left;
}

footer li a{
	display: block;
	color: #FFF;
	font-size: 13px;
	line-height: 45px;
	padding-left: 10px;
	text-decoration: none;
}
@media only print,screen and (min-width:801px) {
	footer li a{
		line-height: 24px;
	}
}

footer li a:hover{
	background: #C30;
}

footer ul:after{
	display: table;
	content: "";
	clear: both;
}

#copyright{
	text-align: right;
	color: #FFF;
	font-size: 12px;
}

@media only print,screen and (min-width:651px) {
	#copyright br{
		display: none;
	}
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝　グリッドシステム　＝＝＝＝＝＝＝＝＝＝＝＝＝ */

.row{
	margin: 10px -15px;
}
.row:after{
	display: table;
	content: "";
	clear: both;
}

.sm-1-div, .sm-2-div, .sm-3-div, .sm-4-div, .sm-5-div, .sm-6-div{
	display: block;
	float: left;
	padding: 0px 15px;
}
.sm-1-div{width: 100%;}
.sm-2-div{width: 50%;}
.sm-3-div{width: 33.33333333%;}
.sm-4-div{width: 25%;}
@media only print,screen and (min-width:651px) {
	.bg-1-div{width: 100%;}
	.bg-2-div{width: 50%;}
	.bg-3-div{width: 33.33333333%;}
	.bg-4-div{width: 30%;}
	.bg-5-div{
    width: 70%;
    height: 1200px;
    overflow-y: auto;
    }
	.bg-6-div{width: 66.66666666%;}
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝　汎用クラス　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* 幅100%で表示 */
.width-full{
	width: 100%;
}


/* 縦方向の間隔調整 */
.height-space{
	height: 0px;
	margin-bottom: 40px;
}

/* 小画面－内余白ゼロ */
@media only print,screen and (max-width:650px) {
	.sm-nopad{
		padding: 0;
	}
}

#header-top h1 {
    font-size: 18px;
    color: #FFFFFF;
    background-color: #155FE1;
    text-align: center;
    margin: 0px;
    height: 30px;
    width: 100%;
    margin-top: 5px;
    padding-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
@media only print,screen and (min-width:650px) {
#header-top h1 {
    height: 50px;
	font-size: 24px;
   margin-top: 10px;
   padding-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
    
