@charset "UTF-8";

/* ---------------------------------------------------
 base layout
--------------------------------------------------- */
*,
*:before,
*:after {
	box-sizing: border-box;
}

body {
	min-width: 980px;
	background: #FFF;
	color: #585858;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', Osaka, 'メイリオ',Meiryo, 'ＭＳ Ｐゴシック','MS PGothic', sans-serif;
	font-size: 13px;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

/* --- media 599px以下 --- */
@media screen and (max-width: 599px) {
	body {
		min-width: 100%;
		font-size: 11px;
	}
}/* --- media 599px以下 --- */

a,
a:visited {
	text-decoration: none;
	color: inherit;
}

a:hover,
a:active {
	text-decoration: underline;
}

/* --- media 599px以下 --- */
@media screen and (max-width: 599px) {
	img {
		max-width: 100%;
		height: auto;
	}
}/* --- media 599px以下 --- */


/* ----------------------------------------
 container
---------------------------------------- */
.layoutWrapper {
	width: 980px;
	margin: 0 auto;
	text-align: center;
}

/* --- media 599px以下 --- */
@media screen and (max-width: 599px) {
	.layoutWrapper {
		width: auto;
		margin: 0;
	}

	.layoutInner {
		padding: 0 10px;
	}
}/* --- media 599px以下 --- */


/* ----------------------------------------
 header
---------------------------------------- */
#header {
	/* padding-top: 35px;
	margin-bottom: 30px; */
	padding-top: 30px;
	margin-bottom: 25px;
}

/* --- media 599px以下 --- */
@media screen and (max-width: 599px) {
	#header {
		padding-top: 10px;
		margin-bottom: 8px;
	}

	#header .logo img {
		height: 33px;
		width: auto;
	}
}
/* --- media 599px以下 --- */


/* ----------------------------------------
 footer
---------------------------------------- */
#footer {
	margin-top: 100px;
	padding-bottom: 60px;
}

#footer .copyright {
	font-size: 10px;
	line-height: 1.3;
	margin-top: 30px;
}

/* --- media 599px以下 --- */
@media screen and (max-width: 599px) {
	#footer {
		margin-top: 55px;
		padding-bottom: 25px;
	}

	#footer .logo img {
		height: 17px;
	}

	#footer .copyright {
		font-size: 10px;
		margin-top: 20px;
	}
}
/* --- media 599px以下 --- */


/* ---------------------------------------------------
 module
--------------------------------------------------- */

/* ----------------------------------------
 responsive
---------------------------------------- */
.pcOnly {
	display: block !important;
}
.spOnly {
	display: none !important;
}

@media screen and (max-width: 599px) {
	.spOnly {
		display: block !important;
	}
	.pcOnly {
		display: none !important;
	}
}/* --- media 599px以下 --- */


/* ----------------------------------------
 text
---------------------------------------- */
.serif {
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Hiragino Mincho ProN", "游明朝", "YuMincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.textSpace p {
	margin-top: 1em;
}
.textSpace p:first-child {
	margin-top: 0;
}

a.underline {
	text-decoration: underline;
}
a.underline:hover {
	text-decoration: none;
}

/* --- media 599px以下 --- */
@media screen and (max-width: 599px) {
	.spBrDelete br {
		display: none;
	}
}/* --- media 599px以下 --- */
