@charset "utf-8";
@import "header.css";
@import "footer.css";

/* 全ページ共通レイアウト */

/* COMMON */

* { margin: 0px; padding: 0px; }
img   { border: none; }
br {letter-spacing: 0; }
.none { display: none; }


/* BODY */

body, td, th {
	margin:0;
	text-align: center;
}

body {
	background: #535353 url(../img/bg_pattern.png) center repeat-y;
}

html, body {
	width: 100%;
}

/* LAYOUT */

#all {
	width: 1200px;
	height: auto;
	margin: 0px auto;
	background-image: url(../img/bg_cloud.png);
	background-repeat: no-repeat;
	background-position: 0px 228px;
}

#all #header {
	display: block;
	width: 1200px;
	height: 228px;
	position: relative;
}

#all #contents {
	display: block;
	width: 940px;
	height: auto;
	text-align: left;
	padding: 51px 130px 32px;
	position: relative;
}

#all #footer {
	display: block;
	width: 1200px;
	height: 60px;
	background-color: #74b966;
	position: relative;
}

/* FONT */

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

html {
	font-size: 62.5%;
	line-height: 1.4;
} 

body, td, th {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
}

body, td, th, li {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
/*	letter-spacing: normal;	*/
	color: #666;
}

.large {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 3.6;
}

.small {
	font-size: 10px;
	font-size: 1rem;
	line-height: 1.4;
}

.center { text-align: center; }
.right { text-align: right; }
.left { text-align: left; }
.bold { font-weight: bold; }
.red { color: red; }
.indent { text-indent: 16px; text-indent: 1.6rem; }
.underline { text-decoration: underline; }

/* LINK */

a:link, a:visited { color: #2484C6; text-decoration: underline; }
a:hover { color:#2484C6; text-decoration: none; }

/* MARGIN */

.margin-bottom5 { margin-bottom: 5px; margin-bottom: 0.5rem; }
.margin-bottom8 { margin-bottom: 8px; margin-bottom: 0.8rem; }
.margin-bottom10 { margin-bottom: 10px; margin-bottom: 1.0rem; }
.margin-bottom20 { margin-bottom: 20px; margin-bottom: 2.0rem; }
.margin-bottom30 { margin-bottom: 30px; margin-bottom: 3.0rem; }
.margin-bottom40 { margin-bottom: 40px; margin-bottom: 4.0rem; }
.margin-bottom50 { margin-bottom: 50px; margin-bottom: 5.0rem; }
.margin-bottom100 { margin-bottom: 100px; margin-bottom: 10.0rem; }

/* CLEARFIX */

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
}

.clearfix {
	display: inline-table;
}

/* テーブル */

table.table_layout {
	width: 100%;
	height: auto;
	border-collapse: collapse;
	border-top: 2px solid #9e9e9e;
	border-left: 2px solid #9e9e9e;
}

table.table_layout td { padding: 2rem; }
table.table_layout td.lw1 { border-bottom: 1px solid #ccc; }
table.table_layout td.lh1 { border-right: 1px solid #ccc; }
table.table_layout td.lw2 { border-bottom: 2px solid #9e9e9e; }
table.table_layout td.lh2 { border-right: 2px solid #9e9e9e; }

/* タイトル */

h2.caption_ttl {
	display: block;
	width: 916px;
	height: auto;
	font-weight: bold;
	border-bottom: solid 2px #f47d7d;
	padding: 7px 12px 0px;
	background-color: #dcd7d1;
	margin: 0px 0px 16px;
	margin: 0 0 1rem;
}

h3.caption_ttl {
	border-left: solid 5px #7a6244;
	padding-left: .5em;
	margin-top: 7px;
	margin-bottom: 8px;
	margin-bottom: 0.5rem;
	font-weight: bold;
	clear: left;
}

/* キャプション */

li.marker_ico {
	list-style-type: none;
	padding-left: 16px;
	padding-left: 1.6rem;
	background: url(../img/bg_marker.png) no-repeat 8px 8px;
	background: url(../img/bg_marker.png) no-repeat 0.8rem 0.8rem;
}


