@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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, font, 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 {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","游ゴシック", "YuGothic", "メイリオ", "Meiryo", sans-serif;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a,
a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
}

a:hover {
	color: #4169e1;
}

a:active {
	color: #4169e1;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1200px;
	color: #333;
	font-size: 16px;
	/* font-weight: 500; */
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

#container {
	text-align: left;
}

#main {
	margin-bottom: 22px;
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

.sp {
	display: none !important;
}

@media all and (min-width: 768px) and (max-width: 1024px) {
}

@media all and (min-width: 0) and (max-width: 767px) {
	body {
		min-width: inherit;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}

	.sp {
		display: block !important;
	}
	
	.pc {
		display: none !important;
	}
	
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	
	#main {
		margin-bottom: 15px;
	}

	
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 17px 0 9px;
	border-bottom: 1px solid #EEE;
}

#gHeader .hBox {
	margin: 0 auto;
	width: 945px;
}

#gHeader h1 {
	float: left;
}

#gHeader h1 a:hover {
	opacity: 0.7;
}

#gHeader .linkList {
	margin-top: 33px;
	float: right;
	width: 400px;
}

#gHeader .linkList li {
	margin-right: 35px;
	float: left;
}

#gHeader .linkList li a:hover {
	text-decoration: underline;
}

#gHeader .linkList li:last-child {
	margin-right: 0;
}

#gHeader .linkList li img {
	margin-right: 7px;
	vertical-align: -4px;
}

#gHeader .linkList li:last-child img {
	vertical-align: -1px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#gHeader {
		padding: 3px 3px 9px 5px;
	}

	#gHeader .hBox {
		width: auto;
	}

	#gHeader h1 img {
		width: 200px;
		padding: 6px 0 0 8px;
	}
	
	#gHeader .linkList {
		margin-top: 5px;
		width: auto;
	}
	
	#gHeader .linkList li {
		margin-right: 13px;
	}
	
	#gHeader .linkList li img {
		width: 26px;
	}
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {

}

@media all and (min-width: 0) and (max-width: 767px) {
}
/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
	margin: 18px auto 53px;
	width: 935px;
}

#pagePath li {
	display: inline;
}

#pagePath li:last-child {
	margin-left: 5px;
	/*color: #2e25de;*/
	/*border-bottom: 1px solid #2e25de;*/
}
#pagePath li a:hover {
	text-decoration: underline;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#pagePath {
		margin: 8px 20px 17px;
		width: auto;
	}

	#pagePath li {
		font-size: 9px;
	}

	#pagePath li:last-child {
		margin-left: 0;
	}

	#pagePath li a:hover {
		color: inherit;
		text-decoration: none;
	}

}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	margin: 0 auto;
	width: 1200px;
}

#gFooter .fNavi {
	margin-bottom: 28px;
	text-align: center;
}

#gFooter .fNavi li {
	margin: 0 5px 0 10px;
	padding-right: 20px;
	display: inline-block;
	line-height: 1.0;
	letter-spacing: 1px;
	border-right: 1px solid #000;
}

#gFooter .fNavi li a:hover {
	text-decoration: underline;
}

#gFooter p {
	margin-bottom: 15px;
	color: #323333;
	font-size: 10px;
	text-align: center;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#gFooter {
		width: auto;
	}

	#gFooter .fNavi {
		margin-bottom: 10px;
	}
	
	#gFooter .fNavi li {
		margin: 0 0 5px 0;
		padding: 0 0 8px;
		display: block;
		border-right: none;
		border-bottom: 1px solid #DDD;
	}

	#gFooter .fNavi li:last-child {
		margin-bottom: 0;
	}

	#gFooter .fNavi li a {
		color: #333;
		font-size: 10px;
	}
	
	#gFooter .fNavi li a:hover {
		text-decoration: none;
	}
	
	#gFooter p {
		font-size: 9px;
	}
}