﻿body{
	background-color:#ffffff;
	color:#333333;
	font-family: "メイリオ","Hiragino Kaku Gothic Pro",sans-serif;
	margin: 0;
	padding: 0;
}
p{
	font-size: 120%;
	line-height: 2;
}
h1{
	font-size: 200%;
	margin: 0;
}
h2{
	font-size: 150%;
	border-bottom: 1px dashed #003366;
	border-left: 10px solid #003366;
	padding-left: 7px;
}
footer{
	text-align: center;
	border-top: 6px solid #003366;
}
article{
	position: relative; /*親*/
}
.catch{
	position: absolute; /*子*/
	top: 30px;
	left: 40px;
	color: #ffffff;
	text-shadow: 0 5px 10px #252525;
	background-color: rgba(0,0,0,0,);
	font-size: larger;
}

header{
	background-color: #ffffff;
	color: #003366;
	border-bottom: 10px solid #003366;
	border-top: 6px solid #003366;
}
ul{
	list-style-type: none;
	padding-left: 0;
	line-height: 1.8;
	font-size: 110%;
}
ul time{
	border-radius: 10px;
	background-color: #999999;
	color: #ffffff;
	font-size: 110%;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 5px;
}
nav ul{
	font-weight: bold;
	text-align: right;
	padding-top: 60px;
	padding-bottom: 5px;
	margin: 0;
}
nav li{
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #003366;	
}
header img{/*ロゴ画像左回り込み*/
	float: left;
}
article{
	clear: both;
	width: 1300px;
	margin-left: auto;
	margin-right: auto;
}
.header-in{
	width: 1300px;
	margin-left: auto;
	margin-right: auto;
	
}
.sabu-h1{
	background-image: linear-gradient(to left,#ffffff,#dcdcdc);
	padding-left: 10px;
	border-left : 15px solid #003366;
}
.point-list{
    list-style-image: url(image/list.gif);
    font-weight: bold;
	margin-left: 30px;
}
.point-img{
	float: right;
	margin-left: 20px;
}
.sentou{
	clear: both;
	text-align: right;
}
ol li{
	display: inline;
	margin-right: 5px;
	font-size: 80%;
}
ol{
	padding-left: 0;
}
.page{
	padding-left: 10px;
	padding-right: 10px;
}
/*ナビゲーションメニューのリンク*/
nav a{
	text-decoration: none;
	color: #003366;
}
nav a:hover{
    color: #ffcc00;
}
table{
	border: 1px solid #333333;
	font-size: 110%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	border-collapse: collapse;
}
th{
	background-color: #ccccff;
	border: 1px solid #333333;
	padding: 10px;
	width: 40%;
}
td{
	border: 1px solid #333333;
	padding: 10px;
	width: 50%;
}
caption{
	caption-side: bottom;
}
aside h1{
    font-size: 140%;
	background-color: #003366;
	color: #ffffff;
	border-bottom: 2px solid #003366;
	border-top: 2px solid #003366;
	border-left: 2px solid #003366;
	border-right: 2px solid #003366;
	text-align: center;
	margin: 0;
}
aside li{
	border-bottom: 1px dotted #003366;
	border-top: 1px dotted #003366;
	border-left: 1px dotted #003366;
	border-right: 1px dotted #003366;
}
aside ul{
	margin: 0;
}
aside a{
	display: block;
	color: #333333;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}
aside a:hover{
	background-color: #dcdcdc;
}
.bukkenmei{
	display: block;
	font-size: 100%;
	color: #666666;
}
h3{
	padding-left: 10px;
	border-left: 20px solid #00cccc;
	font-size: 125%;
}
.select{
	background-color: #ffcc00;
}
.bukken-kiji{
	float: left;
	width: 70%;
}
aside{
	float: right;
}
footer{
	clear: both;
}
iframe{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
input{
	display: block;
	width: 400px;
}
textarea{
	display: block;
	width: 600px;
	height: 120px;
}
button{
	width: 180px;
	padding: 10px;
}
/* 1300px以下の場合 */
@media(max-width:1250px){
	header img{
		float:none;
	}
	nav ul{
		text-align:left;
		padding:0;
	}
	article{
		width:auto;
	}
	article img{
		max-width:100%;
		height:auto;
	}
	.header-in{
		width:auto;
	}
	.bukken-kiji{
		float:none;
		width:100%;
	}
	aside{
		float:none;
	}
	}

/*600px以下の場合*/
@media(max-width: 600px){
	header img{
		width: 360px;
		height:54px;
	}
nav li{
	font-size: 75%;
	padding-left: 2px;
	padding-right: 2px;
}
.catch{
	top: 5px;
	left: 5px;
	font-size: 75%;
}	
.point-img{
	float: none;
}

iframe{
    max-width: 100%;
}
input,textarea{
    width: 320px;
}
}
/*プリント出力*/
@media print{
.catch{
	color: #000000;
	text-shadow: none;
}	
}
/*スクロール*/
.scroll-page{
	padding: 0;
}
#page-top{
	position: fixed;
	right: 30px;
	bottom: 20px;
}
#page-top a{
	color: #ffffff;
	background: rgba(145, 141, 141, 0.5);
	padding: 15px;
	border-radius: 15px;
}
.new{
	font-size: medium;
	margin-left: 50px;
}
.policy{
	float: left;
	margin-right: 20px;
	margin-left: 20px;	
}
	
.sisetu{
	margin-right: 20px;
	margin-left: 20px;	
}
.zattou{
	float: left;
	margin-right: 20px;
	margin-left: 20px;
}
.koutuuyuudou{
	margin-right: 20px;
	margin-left: 20px;
}
.gyoumunaiyou{
	text-align: center;
}
.policy:hover{
	opacity: 0.6; filter: brightness(110%);
}
.sisetu:hover{
	opacity: 0.6; filter: brightness(110%);
}
.zattou:hover{
	opacity: 0.6; filter: brightness(110%);
}
.koutuuyuudou:hover{
	opacity: 0.6; filter: brightness(110%);
}
.hyoshiki{
	text-align: center;
}