@charset "utf-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.t_center{ text-align:center !important;}


/*------------------------------------------------------------
	clearfix
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

.floatL {
	float: left !important;
}

.floatR {
	float: right !important;
}

/*------------------------------------------------------------
	リンク・インプットをタップ時のクラス
------------------------------------------------------------*/
a.tapCtrl, input.tapCtrl,
.tapCtrl a, .tapCtrl input {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.tap {

}

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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-size: 1em;
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", 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: #333;
	text-decoration: none;
}

a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: underline;
}

a:active {
	color: #333;
	text-decoration: underline;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1150px;
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
}

#container {
	text-align: left;
}

#main {
	width: 960px;
	margin: 0 auto 100px;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	margin-bottom: 31px;
	padding: 17px 0;
}

#gHeader .hBox {
	width: 960px;
	margin: 0 auto 15px;
}

#gHeader h1 {
	margin-right: 237px;
	float: left;
}

#gHeader .link {
	width: 183px;
	float: left;
}

#gHeader h1 a:hover img,
#gHeader .link a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.tel {
	margin: 0 auto;
	width: 272px;
	font-size: 12px;
	line-height: 1.2;
}

.tel span {
	margin-bottom: 3px;
	display: block;
	font-size: 30px;
	font-weight: bold;
}

.tel span img {
	margin: -7px 5px 0 0;
	vertical-align: middle;
}

#gFooter .tel {
	font-weight: bold;
}

#gHeader .tel {
	float: right;
}

	*+html .tel {
		margin-top: -5px;
	}

	*+html .tel span {
		margin-bottom: -1px;
	}


/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	padding: 15px 0 10px;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}

#gNavi ul {
	width: 960px;
	margin: 0 auto;
	border-left: 1px solid #DDD;
}

#gNavi ul li {
	text-align: center;
	float: left;
	width: 142px;
	border-right: 1px solid #DDD;
}

#gNavi ul .navi01 {
	width: 240px;
}

#gNavi ul .navi02 {
	width: 144px;
}

#gNavi ul li a {
	padding: 5px 0 0;
	display: block;
}

#gNavi ul li img {
	margin: 0 auto 8px;
	display: block;
	vertical-align: baseline;
}

/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {

}

/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#sideBar {

}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	overflow: hidden;
	zoom: 1;
}

#gFooter .spLink,
#gFooter .spNavi {
	display: none;
}

#gFooter .fNavi {
	margin-bottom: 20px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#gFooter .fNavi ul {
	margin: 0 auto;
	width: 960px;
}

#gFooter .fNavi li {
	float: left;
	width: 320px;
}

#gFooter .fNavi li a {
	padding: 11px;
	display: block;
	text-align: center;
	border-right: 1px solid #ddd;
}

#gFooter .fNavi li:first-child a {
	border-left: 1px solid #ddd;
}

#gFooter .fNavi li a img {
	margin-right: 5px;
	vertical-align: middle;
}

#gFooter .fLink {
	text-align: center;
}

#gFooter .tel {
	margin-bottom: 15px;
}

#gFooter .fLink {
	margin-bottom: 25px;
}

#gFooter .fLink li {
	margin: 0 10px;
	display: inline;
	font-size: 14px;
}

#gFooter .fLink li a {
	padding-left: 10px;
	display: inline-block;
	background: url(../img/icon09.gif) no-repeat left center;
}

#gFooter .copyright {
	padding: 12px 0;
	text-align: center;
	color: #FFF;
	font-size: 12px;
	background-color: #2B97DF;
}

#gFooter .copyright.ladies {
	background-color: #F36A87;
}

.spImg {
	display: none !important;
}

.sideLink {
	margin-top: -200px;
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 1000;
}

.sideLink ul {
	width: 56px;
	float: right;
}

.sideLink li {
	border-bottom: 1px solid #FFF;
}

.pageTop a:hover img,
.sideLink li a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.pageTop {
	margin: 0 auto;
	padding-bottom: 45px;
	width: 1150px;
	position: relative;
}

.pageTop img {
	position: absolute;
	right: 0;
	top: -39px;
}

.spTop {
	display: none;
}


/*------------------------------------------------------------
	ttlBox
------------------------------------------------------------*/
.ttlBox {
	margin-bottom: 48px;
	clear: both;
	zoom:1;
	background: url(../img/line01.gif) repeat-x left bottom;
}

.ttlBox h2 {
	margin: 0 auto;
	padding-bottom: 29px;
	width: 960px;
	font-size: 38px;
	color: #f36a87;
}

.ttlBox.mens h2 {
    color: #2b97df;
}

.ttlBox h2 img {
    margin: -5px 18px 0 0;
    vertical-align: middle;
}

/*------------------------------------------------------------
	comTxtDl
------------------------------------------------------------*/
#main .comTxtDl dt {
    color: #f36a87;
    font-weight: bold;
}

#main .comTxtDl.mens dt {
    color: #2b97df;
}

#main .comTxtDl dt span {
    color: #333;
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin-top: 5px;
}

#main .comTxtDl dd {
    font-size: 16px;
}

#main .comTxtDl dd a {
    color: #f36a87;
    text-decoration: underline;
}

#main .comTxtDl.mens dd a {
    color: #2b97df;
}

#main .comTxtDl dd a:hover {
    text-decoration: none;
}

/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
#main .comLink {
	width: 296px;
}

#main .comLink a {
	padding: 8px 15px 9px 35px;
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #DDD;
	background: url(../img/icon11.gif) no-repeat 15px center;
}

#main .comLink a img {
	vertical-align: middle;
}
/*------------------------------------------------------------
	fbtn
------------------------------------------------------------*/

#main .fbtn01 {
 margin: 50px 0;
 text-align: center;
}
#main .fbtn01 li{
	display: inline-block;
	margin: 0 8px;
	border: none;
  width: auto;
  float: none;
}

@media all and (min-width: 0) and (max-width: 640px) {

	.spImg {
		display: block !important;
	}

	.pcImg {
		display: none !important;
	}

	.sideLink {
		display: none;
	}

	.pageTop {
		display: none;
	}

	body {
		font-size: 14px;
		min-width: inherit;
	}

	#gHeader {
		margin-bottom: 12px;
		padding: 16px 12px 18px;
		background: url(../../common/img/line01.gif) repeat-x left bottom;
		background-size: 1px 3px;
	}

	#gHeader .hBox {
		width: auto;
		margin: 0;
	}

	#gHeader h1 {
		margin-right: 0;
		width: 40%;
	}

	#gHeader img {
		width: 100%;
	}

	#gHeader .link {
		width: 35%;
		float: right;
	}

	#gHeader .tel {
		display: none;
	}

	#main {
		margin-bottom: 45px;
		width: auto;
	}

	/*------------------------------------------------------------
		gNavi
	------------------------------------------------------------*/
	#gNavi {
		display: none;
	}

	/*------------------------------------------------------------
		フッター
	------------------------------------------------------------*/
	#gFooter .fNavi,
	#gFooter .fLink {
		display: none;
	}

	#gFooter .spNavi {
		margin-bottom: 20px;
	}

	#gFooter .spLink,
	#gFooter .spNavi {
		display: block;
		border-top: 1px solid #CCC;
	}

	#gFooter .spLink li,
	#gFooter .spNavi li {
		border-bottom: 1px solid #CCC;
		background: -moz-linear-gradient(top,#FFF 0%,#EBEBEB);
		background: -webkit-gradient(linear, left top, left bottom, from(#FFF),to(#EBEBEB));
	}

	#gFooter .spLink  a,
	#gFooter .spNavi a {
		padding: 13px;
		display: block;
		position: relative;
		font-size: 16px;
		border-bottom: 1px solid #FFF;
	}

	#gFooter .spLink  a:after,
	#gFooter .spNavi a:after {
		margin-top: -6px;
		width: 8px;
		height: 12px;
		background: url(../img/icon10.gif) no-repeat left top;
		background-size: 8px 12px;
		position: absolute;
		top: 50%;
		right: 15px;

		content: "";
	}

	#gFooter .spNavi a:before {
		margin-top: -20px;
		width: 3px;
		height: 40px;
		background: url(../img/sp_bg02.gif) no-repeat left top;
		background-size: 3px 40px;
		position: absolute;
		top: 50%;
		left: 0;

		content: "";
	}

	#gFooter .spNavi.ladies a:before {
		background: url(../img/sp_bg01.gif) no-repeat left top;
		background-size: 3px 40px;
	}


	#gFooter .spLink {
		margin: 0 10px 25px;
		border: 1px solid #CCC;
		border-bottom: none;
	}

	#gFooter .spLink li {
		width: 50%;
		float: left;
	}

	#gFooter .spLink a {
		padding: 10px 10px;
		font-size: 12px;
	}

	#gFooter .spLink li:nth-child(2n) a {
		border-left: 1px solid #CCC;
	}

	#gFooter .spTop {
		margin-bottom: 5px;
		display: block;
		text-align: center;
	}

	#gFooter .spTop img {
		width: 25px;
	}


	.tel {
		width: 240px;
		font-size: 12px;
	}

	.tel span {
		margin-bottom: 3px;
		font-size: 26px;
	}

	#gFooter .copyright p {
		font-size: 8px;
	}

	/*------------------------------------------------------------
		ttlBox
	------------------------------------------------------------*/
	.ttlBox {
		margin-bottom: 18px;
	}

	.ttlBox h2 {
		padding: 0 14px 15px;
		width: auto;
		font-size: 20px;
	}

	.ttlBox h2 img {
		margin-right: 9px;
		width: 14px;
	}
	/*------------------------------------------------------------
		comTxtDl
	------------------------------------------------------------*/
	#main .comTxtDl {
		margin: 0 12px;
	}

	#main .comTxtDl dt {
		font-size: 16px;
		line-height: 1.7;
	}

	#main .comTxtDl dt span {
		font-size: 14px;
	}

	#main .comTxtDl dd {
		font-size: 14px;
		line-height: 1.8;
	}


	/*------------------------------------------------------------
		comLink
	------------------------------------------------------------*/
	#main .comLink {
		margin: 0 35px;
		width: auto;
	}

	#main .comLink a {
		padding: 15px 15px 15px 35px;
		font-size: 13px;
		background: url(../img/icon11.gif) no-repeat 15px center;
		background-size: 12px 12px;
	}

	/*------------------------------------------------------------
		fbtn
	------------------------------------------------------------*/

	#main .fbtn01 {
	}
	#main .fbtn01 li{
		margin: 8px 0;
	}
}
