html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
	font-family: Meiryo, メイリオ, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	color: #464646;
	background: #f0f0f0;
	padding: 0;
	margin: 0;
	-webkit-text-size-adjust: 100%;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display: block;
}

ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote: before, blockquote: after,
q: before, q: after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	color: #3097da;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	opacity: 0.8;
}

p {
	line-height: 1.4;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input, textarea, select, button {
	vertical-align: middle;
	font-family: Meiryo, メイリオ, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
input, textarea {
	padding: 6px;
	font-size: 12pt;
	border: 1px solid #ddd;
}
textarea {
	width: 100%;
	height: 240px;
	max-height: 40vh;
	min-height: 100px;
	box-sizing: border-box;
}
table {
	width: 100%;
}
table th {
	font-weight: normal;
}

/*----------------------------------------*/
/* 共通設定
/*----------------------------------------*/
main {
	margin: 40px auto;
}
.wrap {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 40px;
	box-sizing: border-box;
}
.tbl {
	display: table;
	width: 100%;
}
.tbl-row {
	display: table-row;
}
.tbl-cell,
.tbl-th {
	display: table-cell;
}
.btn {
	margin-top: 1em;
	text-align: center;
}
label {
	cursor: pointer;
}
h1 {
	background: #464646;
	line-height: 1.4;
	font-size: 8pt;
	padding: 6px 5px 3px;
	color: #fff;
	font-weight: normal;
	width: auto;
}
strong.title {
	display: block;
	text-align: center;
	font-size: 32pt;
	font-weight: normal;
}

.cont {
	background: #fff;
	padding: 30px;
	width: 100%;
	margin: 40px auto;
}

#id_newsList {
	display: none;
	padding: 40px 0;
	background: #fff;
}
#newsCont {
	background: #f9eee1;
	padding: 30px;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	border-radius: 10px;
}
#newsCont .newsTitle {
	display: block;
	margin-bottom: 1em;
	text-align: center;
	font-size: 140%;
}
#newsCont p {
	line-height: 1.6;
}

footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	background: #3d80a8;
	background: #464646;
	color: #fff;
}
footer .foot-cont {
	padding: 1em 0;
	background: #f9ebb5;
}
footer p {
	padding: 0.5em 0;
	font-size: 10pt;
}


@media (max-width: 767px){
}
