/* http://meyerweb.com/eric/tools/css/reset/ 
	v2.0 | 20110126
	License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
 h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
 a, abbr, acronym, address, big, cite, code, 
 del, dfn, em, img, ins, kbd, q, s, samp, 
 small, strike, strong, sub, sup, tt, var,
 b, u, i, center,
 dl, dt, dd, ol, ul, li,
 fieldset, form, label, legend,
 table, caption, tbody, tfoot, thead, tr, th, td,
 article, aside, canvas, details, embed,
 figure, figcaption, footer, header, hgroup,
 menu, nav, output, ruby, section, summary,
 time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	vertical-align: bottom;
}
input[type="text"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
	border: none;
}
button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
	border: none;
	cursor: pointer;
	background: none;
	padding: 0;
}
/* -----------------------------------------------------------------------------*/

html {
	overflow-y: scroll;
	font-size: 62.5%;
}
body {
	font-size: 1.4em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
	YuGothic, '游ゴシック', "ＭＳ Ｐゴシック", "sans-serif";
	line-height: 1;
	color: #000;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	background-color: #fff7f1;
	min-width: 960px;
}
/*clearfix*/
.cf:before, .cf:after {
	content: '';
	display: table;
}
.cf:after {
	clear: both;
}
a {
	color: #2d2d2d;
	text-decoration: underline;
}
a:hover {
	color: #1769b4;
	cursor: pointer;
}
a img {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a:hover img {
	opacity: 0.5;
}
img.nofade {
	opacity: 1 !important;
}
#wrap {
	overflow: hidden;
}
#svgSet {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	overflow: hidden;
}
#responseFlagTab {
	display: none !important;
}




#header_nav a {
	color: #005781;
	text-decoration: none;
}
#header_nav a:hover {
	color: #CC0000;
}






/*
========================================
    ヘッダー
=========================================
 */

header {
	width: 100%;
	height: 270px;
	background-color: #fff7f1;
	position: relative;
}
#header_logo {
	width: 450px;
	height: 178px;
	margin: 0 auto;
}
#kazari_lu {
	position: absolute;
	top: 0px;
	left: 0px;
}
#kazari_ru {
	position: absolute;
	top: 0px;
	right: 0px;
}
#header_sns {
	width: 105px;
	height: 16px;
	margin: 0 auto;
	position: relative;
	top: -30px;
	left: 350px;
}
#header_nav {
	width: 960px;
	height: 10px;
	font-size: 16px;
	margin: 20px auto;
}
#header_nav ul li {
	float: left;
	padding-left: 20px;
	margin-left: 40px;
}

/* SP
-------------------------------------*/
@media screen and (max-width: 768px) {
	header {
		display: none;
	}
}




/*
========================================
    ボディ中の共通部分(下段飾り)
=========================================
 */
#main {
	position: relative;
	padding-bottom: 150px;
}
#main .mainWrap {
	width: 960px;
	margin: 0 auto;
}
#kazari_ld {
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#kazari_rd {
	position: absolute;
	bottom: 0px;
	right: 0px;
}




/*
========================================
    フッター
=========================================
 */
footer {
	color: #fff7f1;
	background-color: #005781;
	clear: both;
	text-decoration: none;
}
footer .ftWrap {
	width: 960px;
	margin: 0 auto;
}
#footer_nav a {
	color: #fff7f1;
	text-decoration: none;
}
#footer_nav a:hover {
	color: #CC0000;
}
#copyright {
	color: #fff7f1;
	text-decoration: none;
	font-size: 1.1rem;
}
footer {
	width: 100%;
	height: 324px;
}
#footer_logo {
	height: 140px;
}
#footer_sns {
	width: 105px;
	height: 16px;
	margin: 0px auto;
	position: relative;
	left: 10px;
}
#footer_nav {
	height: 50px;
	font-size: 16px;
	margin: 50px 0;
}
#footer_nav ul li {
	float: left;
	padding-left: 20px;
	margin-left: 40px;
}
#copyright {
	margin-top: -30px;
	text-align: center;
}



/*===================================== 
共通パーツ
=====================================*/
.ctsTitle {
    width:100%;
    height:92px;
    background-color: #005781;
	text-align: center;
 } 