@charset "UTF-8";
/*------------------------------------------------------------------------------
	羽立工業株式会社 - Reset CSS
	URL: http://www.hatachi.jp/
	Date: 2016-09-02
	Copyright (C) HATACHI GROUP. All rights reserved.
------------------------------------------------------------------------------*/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/*	Browser Formatting
----------------------------------------------------*/

html, body, h1, h2, h3, h4, h5, h6, div, p, ul, ol, li, dl, dt, dd, form, fieldset, legend, table, caption, th, td, blockquote, address, iframe {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}
input, select, textarea, label {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
input:focus {
	outline: 0;
	border-color: orange;
}
/*	Redefine
----------------------------------------------------*/

body {
	color: #62544e;
	font-size: 100%;
	font-family: Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none;
	line-height: 1;
	/*font-family: Garamond , "Times New Roman" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;*/
}
h1, h2, h3, h4, h5, h6, address {
	font-weight: normal;
	font-style: normal;
}
ul, ul li,ol,ol li{
	list-style-type: none;
}
select option {
	padding-right: 0.5em;
}
img {
	border: 0;
	vertical-align: bottom;
}
a:link {
	color: #456fa8;
}
a:visited {
	color: #551a8b;
}
a:hover {
	color: #b8860b;
}
a:active {
	color: #3366cc;
}
a[name]:hover {
	color: #3f3930;
}
address, cite, code, dfn, em, var {
	font-style: normal;
	font-weight: normal;
}
pre, code {
	font-family: monospace;
}


/*  table : テーブル関係
----------------------------------------------------*/

table{
	border-collapse:collapse;
	border-spacing:0;
}
th,td{
	padding:0.3em 0.5em;
	vertical-align:top;
}
th,caption{text-align:left;}


/* tbl001 */
table.tbl001{	
}
table.tbl001 thead th{
	background:#fff4d6;
}
table.tbl001 th,
table.tbl001 td{
	text-align:center;	
	border:1px solid #62534d;
}

/* tbl002 */
table.tbl002{	
	border-bottom:2px solid #7c6b63;
}
table.tbl002 thead th{
	background:#90b721;
	color:#fff;
	text-align:center;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	padding:10px 0;
	font-size:25px;
}
table.tbl002 tbody th,
table.tbl002 tbody td{
	text-align:left;	
	border-bottom:1px dashed #7c6b63;
	padding:15px 0;
	line-height:2;	
}


/*  floating : 回り込み関係
----------------------------------------------------*/

.floatL {
	float: left;
}
.floatR {
	float: right;
}
.clearL {
	clear: left;
}
.clearR {
	clear: right;
}
.clearB {
	clear: both;
}


/*  align : 行揃え関係
----------------------------------------------------*/

.alignL {
	text-align: left;
}
.alignR {
	text-align: right;
}
.alignC {
	text-align: center;
}


/*  タイトル : 行揃え関係
----------------------------------------------------*/

#main h1.secTtl{
	text-align:center;
	font-family: Garamond , "Times New Roman" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	color:#008ca5;
    font-size: 35px;
}
#main h1.secTtl span{
	display:block;
	font-family: 'Lato', sans-serif;
	color:#7f8080;	
	margin-top:10px;
    letter-spacing: 4px;
    font-size: 20px;
}

/*--EOF-----------------------------------------------------------------------*/
