@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;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body,
table,
input, textarea, select, option {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ",  sans-serif;
	line-height: 1.1;
}

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;
}

li img,
dl img {
	display: block;
	vertical-align: baseline;
}

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

a:visited {
	color: #3C3C3C;
	text-decoration: none;
}

a:hover {
	color: #3C3C3C;
	text-decoration: underline;
}

a:active {
	color: #3C3C3C;
	text-decoration: underline;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1150px;
	color: #3C3C3C;
	font-size: 13px;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
	background-color: #fff;
}

#container {
	text-align: left;
}

#main {
	margin: 0 auto 200px;
	padding-right: 1px;
	width: 1051px;
}

h1{
	margin: 0 auto;
	width: 1052px;
	font-weight: normal;
	font-size: 12px;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	margin: 0 auto;
	padding: 16px 0 32px;
	width: 1052px;
}

#gHeader .hLogo {
	padding-top: 2px;
	float: left;
	max-width: 326px;

	a {
		width: 100%;
		height: auto;
		display: block;

		img {
			width: 100%;
			height: auto;
			display: block;
		}
	}
}

#gHeader .rBox {
	width: 412px;
	float: right;
	text-align: right;
}

#gHeader .rBox .tel {
	margin-bottom: 7px;
}

#gHeader .rBox .imgText {
	margin-bottom: 8px;
	overflow: hidden;
	zoom: 1;
}

#gHeader .rBox .imgText img {
	float: right;
	display: block;
}

#gHeader .rBox .linkUl {
	float: right;
}

#gHeader .rBox .linkUl li {
	float: left;
	padding-left: 5px;
}

#gHeader .rBox .linkUl li img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

#gHeader .rBox .linkUl li a:hover img {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

#gHeader .spMenu {
	display: none;
}

.spUl {
	display: none;
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	margin: 0 auto;
	width: 1052px;
}

#gNavi li {
	margin-right: 9px;
	width: 170px;
	float: left;
	position: relative;
	padding-bottom: 13px;
}

#gNavi li img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

#gNavi li a:hover img,
#gNavi li a.on img {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

#gNavi .navi02 {
	width: 204px;
}

#gNavi .navi03 {
	width: 215px;
}

#gNavi .navi04 {
	width: 184px;
}

#gNavi .navi05 {
	width: 153px;
}

#gNavi .navi06 {
	margin: 0;
	width: 80px;
	text-align: right;
}

#gNavi li .menu {
	position: absolute;
	left: -23px;
	top: 100%;
	width: 180px;
	background: url(../../img/common/menu_bg.png) repeat left top;
	z-index: 500;
	border-top: 1px solid #dedede;
	display: none;
}

#gNavi li .menu ul {
	padding: 20px 0 7px 26px;
	overflow: hidden;
}

#gNavi li .menu ul li {
	padding-bottom: 18px;
	width: 100%;
}

#gNavi li .menu ul li a {
	color: #3C3C3C;
	text-decoration: none;
}

#gNavi li .menu ul li a:hover {
	color: #FF488A;
}

.spMenuBox,
.spMenuUl {
	display: none;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#conts {
	width: 731px;
	float: left;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#sideBar {
	width: 271px;
	float: right;
}

#sideBar .bannerUl li {
	padding-bottom: 12px;
	float: left;
}

#sideBar .bannerUl li img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

#sideBar .bannerUl li a:hover img {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

#sideBar .sBox .title {
	padding: 8px 0 9px;
	color: #fff;
	font-size: 15px;
	text-align: center;
	background-color: #FF488A;
	border-left: 1px solid #CCC;
}

#sideBar .sBox .sNavi {
	margin-bottom: 12px;
	border-top: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
}

#sideBar .sBox .sNavi li {
	padding: 10px 10px 12px 16px;
	width: 243px;
	float: left;
	border-bottom: 1px solid #E6E6E6;
}

#sideBar .sBox .sNavi li img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

#sideBar .sBox .sNavi li a:hover img {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

#sideBar .sLink img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

#sideBar .sLink a:hover img {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	min-height: 20px;
	padding: 7px 0 8px;
	background: url(../../img/common/page_path_bg.png) repeat left top;
}

#pagePath ul {
	margin: 0 auto;
	width: 1052px;
}

#pagePath ul li {
	margin-right: 2px;
	display: inline;
	font-size: 11px;
}

#pagePath ul li a {
	margin-right: 8px;
	color: #A5A5A5;
}

#pagePath ul li span {
	color: #a5a5a5;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter .topBox {
	padding: 30px 0 32px;
	background-color: #FF488A;
}

#gFooter .topBox p {
	margin: 0 auto;
	width: 1052px;
	color: #FFF;
	font-size: 18px;
	text-align: center;
}

#gFooter .topBox p img {
	margin-right: 2px;
}

#gFooter .fBox {
	padding: 46px 0 16px;
	background-color: #EBEBEB;
}

#gFooter .fBox .fInner {
	margin: 0 auto;
	width: 1048px;
}

#gFooter .fBox .fInner .subBox {
	margin-bottom: 26px;
	padding-bottom: 27px;
	border-bottom: 1px solid #C2C2C2;
}

#gFooter .fBox .fInner .subBox .lBox {
	float: left;
}

#gFooter .fBox .fInner .subBox .lBox .tel {
	margin: 0 0 12px 1px;
}

#gFooter .fBox .fInner .subBox .lBox .imgText {
	margin-left: 1px;
}

#gFooter .fBox .fInner .subBox .linkUl {
	width: 684px;
	float: right;
}

#gFooter .fBox .fInner .subBox .linkUl li {
	float: left;
	padding-left: 6px;
}

#gFooter .fBox .fInner .subBox .linkUl li img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

#gFooter .fBox .fInner .subBox .linkUl li a:hover img {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

#gFooter .fBox .fInner .subBox .linkUl li .spImg {
	display: none;
}

#gFooter .fBox .fInner .linkBox {
	margin-bottom: 74px;
}

#gFooter .fBox .fInner .linkBox .naviBox {
	width: 740px;
	float: left;
}

#gFooter .fBox .fInner .linkBox .naviBox .homeLink {
	margin-bottom: 22px;
	font-size: 11px;
	font-weight: bold;
}

#gFooter .fBox .fInner .linkBox .naviBox .homeLink a {
	color: #505050;
}

#gFooter .fBox .fInner .linkBox .naviBox .homeLink img {
	margin: -1px 5px 0 0;
}

#gFooter .fBox .fInner .linkBox .naviBox .fNavi li {
	margin-right: 7px;
	width: 122px;
	float: left;
	font-size: 11px;
}

#gFooter .fBox .fInner .linkBox .naviBox .fNavi .liStyle01 {
	width: 136px;
}

#gFooter .fBox .fInner .linkBox .naviBox .fNavi .liStyle02 {
	width: 150px;
}

#gFooter .fBox .fInner .linkBox .naviBox .fNavi li a {
	margin-left: 3px;
	color: #505050;
}

#gFooter .fBox .fInner .linkBox .naviBox .fNavi li ul li {
	margin: 0;
	padding-bottom: 7px;
	width: auto;
	float: none;
}

#gFooter .fBox .fInner .linkBox .fLogo {
	padding-top: 33px;
	float: right;
}

#gFooter .fBox .fInner .spNavi {
	display: none;
}

#gFooter .fBox .fInner .copyright {
	color: #505050;
	font-size: 10px;
	text-align: center;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
.pageTop {
	display: none;
}

.pageTopPc {
	position: fixed;
	right: 20px;
	bottom: 20px;
}

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

	body a:hover img {
		filter: alpha(opacity=100) !important;
		opacity: 1 !important;
	}

	h1{
		display: none;
	}

	#gHeader {
		padding: 0;
		position: fixed;
		width: 100%;
		background-color: #fff;
		z-index: 1000;
	}

	#gHeader .hInner {
		padding: 10px 14px 16px;
		overflow: hidden;
	}

	#gHeader .hLogo img {
		width: 163px;
	}

	#gHeader .rBox {
		display: none;
	}

	#gHeader .spMenu {
		display: block;
		margin-top: 13px;
		float: right;
	}

	#gHeader .spMenu img {
		width: 21px;
	}

	#gHeader .spMenu .closeImg {
		display: none;
	}

	#gHeader .spMenu .on .menuImg {
		display: none;
	}

	#gHeader .spMenu .on .closeImg {
		display: block;
	}

	.spUl {
		display: block;
		background-color: #FF488A;
	}

	.spUl li {
		padding: 5px 0;
		float: left;
		width: 41%;
	}

	.spUl li:first-child {
		width: 59%;
	}

	.spUl li:first-child a {
		display: block;
		padding-right: 1px;
		background: url(../../img/common/sp_line01.gif) repeat-y right top;
		background-size: 1px 1px;
	}

	.spUl li img {
		margin: 0 auto;
	}

	#gNavi {
		display: none;
	}

	.spMenuBox {
		display: block;
		position: fixed;
		top: 60px;
		width: 100%;
		z-index: 2000;
	}

	.spMenuUl {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		background: #FF488A;
		z-index: 2000;
	}

	.spMenuUl .iconImg {
		display: block;
		position: absolute;
		height: 11px;
		right: 14px;
		top: -11px;
	}

	.spMenuUl ul {
		margin: 0 8px;
	}

	.spMenuUl li {
		padding: 5px 0;
		width: 50%;
		float: left;
		font-size: 11px;
		border-bottom: 1px solid #F481AA;
	}

	.spMenuUl li a {
		padding-right: 2px;
		display: block;
		color: #FFF;
		background: url(../../img/common/sp_line01.gif) repeat-y right top;
		background-size: 2px 1px;
		text-decoration: none;
	}

	.spMenuUl li:nth-child(2n) a {
		background: none;
	}

	.spMenuUl li img {
		width: 100%;
	}

	.spMenuUl li:nth-child(9),
	.spMenuUl li:nth-child(10) {
		border-bottom: none;
	}

	#main {
		margin: 0 0 50px;
		padding: 0 18px;
		width: auto;
	}

	#sideBar {
		display: none;
	}

	#conts {
		float: none;
		width: auto;
	}

	#gFooter .topBox {
		padding: 8px 0;
	}

	#gFooter .topBox p {
		width: 57%;
		font-size: 9px;
	}

	#gFooter .topBox p img {
		margin: 0;
		width: 100%;
	}

	#gFooter .fBox {
		padding: 26px 0 13px;
	}

	#gFooter .fBox .fInner {
		width: auto;
	}

	#gFooter .fBox .fInner .subBox {
		margin: 0 auto 10px;
		padding: 0;
		width: 72%;
		border-bottom: none;
	}

	#gFooter .fBox .fInner .subBox .lBox {
		float: none;
	}

	#gFooter .fBox .fInner .subBox .lBox .tel {
		margin: 0 12px 8px;
		text-align: center;
	}

	#gFooter .fBox .fInner .subBox .lBox .imgText {
		margin: 0 auto 17px;
		width: 54%;
		text-align: center;
	}

	#gFooter .fBox .fInner .subBox .lBox img {
		width: 100%;
	}

	#gFooter .fBox .fInner .subBox .linkUl {
		width: auto;
		float: none;
	}

	#gFooter .fBox .fInner .subBox .linkUl li {
		padding-bottom: 10px;
	}

	#gFooter .fBox .fInner .subBox .linkUl li img {
		width: 100%;
	}

	#gFooter .fBox .fInner .subBox .linkUl li .spImg {
		display: block;
	}

	#gFooter .fBox .fInner .subBox .linkUl li .pcImg {
		display: none;
	}

	#gFooter .fBox .fInner .linkBox {
		margin-bottom: 18px;
	}

	#gFooter .fBox .fInner .linkBox .naviBox {
		display: none;
		width: auto;
		float: none;
	}

	#gFooter .fBox .fInner .linkBox .fLogo {
		margin: 0 auto;
		padding-top: 17px;
		float: none;
		width: 46%;
	}

	#gFooter .fBox .fInner .linkBox .fLogo img {
		width: 100%;
	}

	#gFooter .fBox .fInner .spNavi {
		border-top: 1px solid #CECECE;
		display: block;
	}

	#gFooter .fBox .fInner .spNavi li {
		float: left;
		width: 50%;
		font-size: 11px;
	}

	#gFooter .fBox .fInner .spNavi01 li {
		width: 100%;
	}

	#gFooter .fBox .fInner .spNavi li:nth-child(2n) {
		float: right;
	}

	#gFooter .fBox .fInner .spNavi li a {
		padding: 12px 5px;
		display: block;
		text-align: center;
		border-right: 1px solid #CECECE;
		border-bottom: 1px solid #CECECE;
		text-decoration: none;
	}

	#gFooter .fBox .fInner .spNavi01 li a {
		border: none;
	}

	#gFooter .fBox .fInner .spNavi li:nth-child(2n) a {
		border-right: none;
	}

	.pageTop {
		padding: 11px 10px 11px 0;
		display: block;
		font-size: 11px;
		font-weight: bold;
		text-align: right;
		border-top: 1px solid #E4E4E4;
	}

	.pageTop a {
		padding: 0 0 1px 20px;
		display: inline-block;
		background: url(../../img/common/page_top_bg.gif) no-repeat left 1px;
		background-size: 14px 14px;
		text-decoration: none;
	}

	.pageTopPc {
		display: none !important;
	}

	#pagePath {
		display: none;
	}
}