@charset "utf-8";

article, aside, dialog, figure, footer, header, menu, nav, section{
	display: block;
	margin:0;
	padding:0;
}
body{
	width:100%;
	min-width:960px;/*横スクロールで背景が切れないように*/
	line-height:1.7;
	font-size:15px;
	padding:0;
	margin:0;
	font-family: Verdana,Arial,"メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	color:#222;
	background: url(../img/bk_header.png) repeat-x;
}
ul, ol, dl,dt,dd,div,ol,ul,li{
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p{
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:100%;
}
li{list-style-type:none;}

textarea{font-size:100%;}

a{outline:none;border:0;}

img{vertical-align: middle;border:0;}

a:hover img,
.opa a:hover img,
input[type="image"]:hover{
	opacity:0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
a:link{color:#1b71b8;text-decoration:underline;}
a:visited{color:#1b71b8;text-decoration:underline;}
a:hover{color:#e50202;text-decoration:underline;}
a:active{color:#1b71b8;text-decoration:underline;}

/*位置と状態*/
.left{float:left;}
.right{float:right;}
.clear{clear:both;}
.cen{text-align:center;}
.r{text-align:right;}
.l{text-align:left;}
.bold{font-weight:bold;}
.clearfix:after{content: "";display: block;clear: both;}

/*余白*/
.mb05em{margin-bottom:0.5em;}
.mb1em{margin-bottom:1em;}
.mb2em{margin-bottom:2em;}
.mb3em{margin-bottom:3em;}
.mb5em{margin-bottom:5em;}

.f11{font-size:11px;}
.f13{font-size:13px;}
.f14{font-size:14px;}
.f16{font-size:16px;}

.jisage{
	padding-left:1em;
	text-indent:-1em;
}
input[type="checkbox"],
input[type="radio"],
input[type="text"],
select{
	margin:0 4px 0 0;
}
/* form */
button, fieldset, form, input, label, legend, select, textarea {
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	padding:0;
	vertical-align:middle;
}
/*-----------------------------------------------
コンテンツ
-----------------------------------------------*/
header{
	width:800px;
	margin:0 auto 20px;
}
h1{
	margin:10px 0;
	text-align:center;
	color:#0070C0;
	font-size:18px;
	line-height:3.0;
}
.title01{
	width:100%;
	height:41px;
	border-top:2px solid #777;
	border-bottom:1px solid #D2D2D2;
	background: -webkit-linear-gradient(top, #fafafa, #eee);
	background:         linear-gradient(top, #fafafa, #eee);
}
.title01 span{
	display:block;
	width:800px;
	margin:0 auto;
	font-size:18px;
	height:41px;
	line-height:41px;
}
.title02{
	height:36px;
	line-height:36px;
	background:#00A0C2;
	text-indent:16px;
	font-size:18px;
	color:#fff;
}
.inner01{
	width:800px;
	margin:30px auto 0;
}
.inner01:after{content: "";display: block;clear: both;}

.calender{
	width:800px;
	margin:0 auto;
}
input.input_calender{
	padding:6px 4px;
}
label{
	display: inline-block;
	width: 70px;
}
input.btn_input_keisan{
	width:20%;
	height:40px;
	background-color:#e83f22;
	border:none;
	color:#fff;
	font-size:18px;
	text-align:center;
}
input.btn_input_keisan:hover{
	background-color:#FF4726 !important;
	color:#fff;
}
.mizuiro_waku{
	width:800px;
	margin:0 auto 30px;
	background:#E1F7FF;
	border:1px solid #5B9BD5;
	border-radius:4px;
	text-align:center;
	padding:10px 0;
}
.mizuiro_waku .midashi{
	font-size:26px;
}
.red{
	color:#f00;
}
.table_blue{
	width:800px;
	border:1px solid #ccc;
}
.table_blue th{
	width:25%;
	background:#eee;
	text-align:left;
	padding:6px 10px;
	font-weight:normal;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}
.table_blue td{
	padding:6px 10px;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}
dl.dl_kingaku{
width:800px;
overflow:hidden;
padding:10px 0 0 0;
font-size:18px;
margin:0 0 20px 0;
}
dl.dl_kingaku dt{
clear:both;
float:left;
width:200px;
margin:0 0 10px;
}
dl.dl_kingaku dd{
margin:0 0 10px;
border-bottom:1px dotted #ccc;
padding:0 0 10px 200px;
}
.waku{
	width:800px;
	height:140px;
	border:1px solid #999;
	margin:0 0 20px 0;
}
.contactbox{
	width:798px;
	border:1px solid #ccc;
}
.contactbox:after{content: "";display: block;clear: both;}

.contactbox .logo{
	float:left;
	width:298px;
	height:90px;
	margin:14px 0 20px 30px;
}
.contactbox .text{
	float:right;
	width:360px;
	margin:24px 10px 0 0;
}
.contactbox .text_nikotama{
	float:right;
	width:360px;
	margin:14px 10px 0 0;
}

/*-------------------------------------------------------------------------------------------------
印刷用
---------------------------------------------------------------------------------------------------*/
.front_print {/*印刷させたい箇所全体をくるんでる*/
page-break-before: always;
}

.btnarea{/*一番下のボタンエリア*/
	padding:10px 0 20px;
	text-align:center;
}

@media print {/*↑を印刷時に無視*/
.btnarea{
display:none;
height:1px;
}
}

