/* Adas Document */

/* ----------------------------------------- */
/* ＢＯＤＹ・ページ全般                      */
/* ----------------------------------------- */
body { /* ▼ページ全般 */
	margin:0;
	padding:0;
	/*font-family: 'Meiryo','メイリオ',"ＭＳ Ｐゴシック",'Hiragino Kaku Gothic Pro',"ヒラギノ角ゴ Pro W3";*/
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium',YuGothic, meiryo, sans-serif;
	font-size: 15px;
	line-height:1.3;
	letter-spacing:1px;
    color: #373e50;
}

/* リンク (全般) */
A { color: #2258A9; text-decoration:underline; font-weight:bold; }
A:visited  { /*color:#33C;*/ }
A:hover { color:#C30; text-decoration:none;  }

.clearfloat:after { /* フロートの後処理 */
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
.clearfloat { min-height:1px; }
*html .clearfloat { /* IE対策 */
	height:1px;
	/*\//*/
	height:auto;
	overflow:hidden;
	/**/
}

/* ----------------------------------------- */
/* レイアウト（ページ全般で使用）            */
/* ----------------------------------------- */
#container { /* コンテンツ全体 */
	position:relative;
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	z-index:0;
}

/* ヘッダー ////////////////////////// */
header { 
	width:100%;
	height:130px;
	margin:0;
	/* background:url(../material/back_img_header.jpg) left top repeat-x; */
	/* background: url(../material/back_img_header.png) left top repeat-x,  -moz-linear-gradient(left, #75b842, #007159); */
	/* background: url(../material/back_img_header.png) left top repeat-x, -webkit-linear-gradient(left, #75b842, #007159); */
	/* background: url(../material/back_img_header.png) left top repeat-x, linear-gradient(to right, #75b842, #007159); */
	/* background: url(../material/back_img_header.png) left top repeat-x, linear-gradient(to right, #00a9b7, #72b847); */
	/* background: url(../material/back_img_header.png) left top repeat-x; */
	overflow: hidden;
}
header h1 {
	font-size:105%;
	margin:0 0 0 20px;
	padding:12px 0 0 0;
    /*color:#DEE1E1;*/
    color:#132656;
	width:500px;
	height:38px;
    text-shadow: 1px 1px 1px #eee;
}
header h1 em {
    padding-top:12px;
    font-size:2.1em;
    font-style:normal;
}
header h1 span {
    padding-left:10px;
    font-size:1.2em;
}

/* コンテンツエリア ////////////////// */
main {
	width:100%;
    /*min-width:1200px;*/
	height:auto !important;
	min-height:600px;
	margin:0 0 20px 0;
	padding:0;
	line-height:1.65;
	clear:both;
}

/*\*/
* html main { /* floatボックスのIE対策 */
    height: 1em;
    overflow: visible;
}
/**/

main:after { /* floatボックスの後処理 */
    content: "";
    display: block;
    clear: both;
    height:0;
    overflow: hidden;
}

/* コンテンツメイン ////// */
main article {
	width:auto;
	height:auto !important;
	padding:20px 20px;
	margin:0;
}

/* コンテンツサイド ////// */
aSide {
	float:left;
	width:200px;
	padding:10px 5px;
	margin:0;
}

/* フッター ////////////////////////// */
footer {
	width:100%;
	height:auto;
	clear:both;
	font-size:90%;
	line-height:1.4;
	margin:0;
	padding:10px 0 0 0;
}

#copyright {
	margin:0 0 0 30px;
	padding:0 15px 3px 10px;
	font-size:87%;
	letter-spacing:0;
	color:#555;
	text-align:right;
}

address {
	font-size:100%;
	margin-top:5px;
	text-align:center;
}

/* ----------------------------------------- */
/* 改行処理（P）の書式設定                   */
/* ----------------------------------------- */

p {
	margin:8px 0 8px 15px;
	padding:0;
	line-height:1.65;
}

p.print { /*印刷改行処理*/
  page-break-before: always; page-break-after: always;
}

/* ----------------------------------------- */
/* リスト（ul）の書式設定                    */
/* ----------------------------------------- */
/* ▼ リスト全般 */
ul { 
	margin:0;
	padding:6px 0;
	list-style-type:disc;
}

li { 
	margin:4px 8px 14px 30px;
	line-height:1.45;
	list-style-image: none;
	letter-spacing:1px;
}

ul strong, ol strong{
	font-size:110%;
}

ul p, ol p{
	font-weight:normal;
	margin:0;
	padding:0;
}

/* ----------------------------------------- */
/* ページコンテンツ装飾（内容）              */
/* ----------------------------------------- */

.strong { /* 太字 */
	font-size:110%;
}
.red { /* 赤文字 */
	color:red;
}
.green { /* 緑文字 */
	color:green;
}
.darkgreen { /* 深緑文字 */
	color:#143018;
}

.blue { /* 青文字 */
	color:#366C97;
}
.orange { /* 橙文字 */
	color:#F90;
}

.txt_s { /* テキスト（小） */
	font-size: 70%;
	padding: 0 10px 3px 0;
}
.txt_ms { /* テキスト（やや小） */
	font-size: 86%;
	padding: 0 10px 3px 0;
}
.txt_m { /* テキスト(中) */
	font-size:118%;
} 
.txt_l { font-size:140%; } /* テキスト(大) */

/* 回り込み解除 */
.clear { clear:both; }

/* エリア・スペース */
.spc { margin:10px 0; }
.t_spc { margin-left:15px !important; }
.t_spcMin { margin-top:5px !important; margin-bottom:8px !important; }
.t_spc0 { margin-top:0 !important; }

/* テキスト右寄せ */
.t_left {
	text-align:left !important;
}
/* テキスト右寄せ */
.t_right {
	text-align:right !important;
}
/* テキスト中央寄せ */
.t_center {
	text-align:center !important;
}
/* アンダーライン */
.u_line { border-bottom:#C00 1px solid; }

/* 枠 */
.frame {
	border:2px solid #f7b2b2;
	background:#fff;
	margin:5px 15px 5px 0;
	padding:5px 10px;
	font-weight:bold;
	line-height:1.5;
}
.txt_waku { /* 注意表記（赤枠つき） */
	color:#594b49;
	border:1px solid #ffe4e1; /* 枠色 LavenderBlush */
	background-color:#fff0f5; /* 背景色 misty rose */
	margin:5px 10px 5px 0;
	padding:5px 10px;
	line-height:1.6;
}

/* ----------------------------------------- */
/* 装飾（H1〜H6）の書式設定                  */
/* ----------------------------------------- */
h1,h2,h3,h4,h5 {
	line-height:1.2;
	clear:both;
}

h1 {
	margin:0;
	padding:0;
}

h2 {
	font-size:1.55em;
	margin:20px 0;
	padding:0;
}

h3 {
	font-size:1.4em;
	letter-spacing:3px;
	margin:8px 0;
	padding:5px 0 5px 0;
	margin:0;
	color:#b50f18;
}

h4 {
	font-size:1.2em;
	padding:0 0 0 10px;	
	margin:10px 0 0 0;
}

h5 {
	font-size:1.0em;
	padding:10px 0 5px 10px;
	margin:0;
}

/* ----------------------------------------- */
/* テーブル装飾                              */
/* ----------------------------------------- */
td { font-size:90%; } /* テーブル全般 */

/* ノーマル・テーブルコンテンツ ///// */
table.normal { 
	margin:5px 0 15px 10px;
	line-height:1.45;
}
.normal td { /* ノーマル(td) */
	padding:5px;
	vertical-align:top;
}

/* ----------------------------------------- */
/* イメージ書式設定                            */
/* ----------------------------------------- */

.img_n { /* 写真(枠付き) */
	margin:5px 15px 10px 10px;
	border:1px solid #555;
}
a:hover .img_n {
	border:1px solid #FF0000;
}
.img_n0 { /* 写真(枠付き 横間隔なし) */
	margin:0 5px 17px 0;
	border:1px solid #555;
}

.img_n1 { /* 写真(枠付き 横間隔なし縦狭い) */
	margin:0 5px 8px 0;
	border:1px solid #555;
}

.img_n2 { /* 写真(枠なし) */
	margin:10px 5px 10px 0;
	border:none;
}

.img_n3 { /* 写真(枠なし・縦間隔なし) */
	margin:0 5px 2px 0;
	border:none;
}

.img_l { /* 写真のテキスト回り込み（左） */
 	float:left;
  	margin:0 20px 10px 10px;
}

.img_r { /* 写真のテキスト回り込み（右） */
 	float:right;
  	margin:0 10px 20px 20px;
}

.img_mid { /* イメージ中央揃え */ 
	vertical-align:middle;
}

/* ----------------------------------------- */
/* 印刷時の処理                             */
/* ----------------------------------------- */

@media print{ 
	
}

/* ----------------------------------------- */
/* その他                                    */
/* ----------------------------------------- */

