/*===============================================
最終修正日　2018.02.13
===============================================*/

body {
	margin: 0;
	padding: 0;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "Microsoft JhengHei", 微軟正黑體, "Microsoft YaHei", 微软雅黑;
	padding-bottom: 40px;
}
/*========================================
タグ初期化
========================================*/
* {
	padding: 0;
	margin: 0;
}
a {
	outline: 0;
	font-size: 12px;
	cursor: pointer;
}
img {
	border: 0;
	vertical-align: text-bottom;
}
a:hover img {
	opacity: 0.8;
	/* for IE */
	zoom: 1;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, li, form {
	margin: 0;
	padding: 0;
}
ol, ul {
	list-style: none;
}
em {
	font-style: normal;
}
/*=============================================
ヘッダーとメニュー全体
=============================================*/
#header {
	min-width: 942px;
	max-width: 1170px;
	margin: 0 auto;
	padding: 10px;
}
#heder:after {
	content: "";
	display: table;
	clear: both;
}
#header .h-wrap {
	position: relative;
	min-height: 53px;
}
#header .h-wrap01 {
	position: relative;
	width: 100%;
}
#header .h-logo {
	position: absolute;
	top: -1px;
	left: 5px;
	width: 150px;
	margin-right: 20px;
}
#header .h-logo img {
	width: 150px;
}
#header .h-text_area {
	position: absolute;
	top: 0;
	right: 590px;
}
#header .h-review {
	color: #ff89b3;
	font-size: 12px;
	line-height: 1;
}
#header .h-review a {
	color: #ff89b3;
	font-weight: bold;
	text-decoration: none;
}
#header .h-review a:hover {
	text-decoration: underline;
}
#header .h-review .num {
	margin-right: 0.6em;
	font-size: 14px;
	font-weight: bold;
}
#header .h-review .num a {
	font-size: 14px;
}
#header .h-name {
	color: #777777;
	margin: 8px 0 0;
	font-size: 12px;
	line-height: 1;
}
#header .h-mail {
	margin: 6px 0 0;
	color: #777777;
	line-height: 1;
}
#header .h-mail a {
	color: #777777;
	border-radius: 4px;
	font-size: 12px;
	text-decoration: underline;
	text-align: center;
}
#header .h-mail a:hover {
	text-decoration: none;
}
#header .h-mail i {
	display: inline-block;
	margin: 0 5px 0 0;
}
#header .h-mail .num {
	color: #777777;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	text-align: center;
}
#header .h-btn_area {
	position: absolute;
	top: 10px;
	right: 5px;
	z-index: 2222;
}
#header .h-btn {
	display: table-cell;
	padding: 0 0 0 5px;
	vertical-align: top;
}
#header .h-btn a {
	display: inline-block;
	padding: 9px 10px 0;
	height: 19px;
	color: #ff89b3;
	background: #fff;
	border: 1px solid #ff89b3;
	border-radius: 4px;
	font-size: 12px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
}
#header .h-btn a:hover {
	color: #fff;
	background: #ff70a3;
	border-color: #ff70a3;
}
#header .h-btn.h-mypage a {
	color: #fff;
	background: #ff89b3;
}
#header .h-btn.h-mypage a:hover {
	background: #ff70a3;
}
#header .h-btn i {
	display: inline-block;
	margin-right: 5px;
}
#header .h-social {
	display: table-cell;
	vertical-align: top;
	padding-left: 5px;
}
#header .h-social li {
	display: inline;
}
#header .h-social a {
	display: block;
	position: relative;
	float: left;
	width: 30px;
	height: 30px;
	margin-left: 5px;
	color: #777777;
	background: #eeeeee;
	border-radius: 4px;
	text-align: center;
	line-height: 30px;
}
#header .h-social .fa-question {
	margin: 1px 1px 0 0;
	font-size: 28px;
}
#header .h-social a img {
	display: block;
	position: absolute;
	width: 100%;
	height: auto;
}
#header .h-social a img + img {
	opacity: 0;
}
#header .h-social a:hover {
	color: #fff;
	background: #ff70a3;
}
#header .h-social a:hover img + img {
	opacity: 1;
}
#header #h-search {
	position: absolute;
	top: 10px;
	right: 0;
	width: 276px;
	height: 30px;
	padding-right: 290px;
	z-index: 1111;
}
#header .h-wrap02 {
	display: table;
	width: 100%;
}
#header .h-wrap02 .h-menu_btn,
#header .h-wrap02 .h-select,
#header .h-wrap02 .h-text,
#header .h-wrap02 .h-submit {
	display: table-cell;
	vertical-align: top;
}
#header .h-select {
	position: relative;
	width: 93px;
	background: #fff;
	border: 1px solid #777777;
	border-radius: 4px;
}
#header .h-select select {
	display: block;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 87px;
	margin: 0;
	padding: 5px 0 0 3px;
	color: #666;
	background: transparent;
	border: none;
	border-radius: 4px;
	font-size: 12px;
	outline: none;
}
#header .h-select select option {
	background: transparent;
}
#header .h-select select::-ms-expand {
	display: none;
}
#header .h-select .fa-caret-down {
	position: absolute;
	top: 6px;
	right: 7px;
	color: #e52e6e;
}
#header .h-text {
	position: relative;
	padding-left: 3px;
}
#header .h-text input {
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 100%;
	height: 30px;
	box-sizing: border-box;
	padding: 6px 0 6px 1%;
	border: 1px solid #777777;
	border-radius: 4px;
	font-size: 12px;
	font-family: inherit;
	line-height: 1;
	vertical-align: middle;
	outline: none;
}
#header .h-text input::-webkit-input-placeholder {
	line-height: 20px;
}
#header .h-suggest {
	display: none;
	position: absolute;
	top: 29px;
	left: 98px;
	min-width: 143px;
	z-index: 9999;
	border: 1px solid #777777;
	border-radius: 4px;
	color: #666;
	background: #fff;
}
#header .h-suggest li {
	padding: 4px 3px;
	font-size: 14px;
	line-height: 1.3;
	cursor: default;
}
#header .h-suggest li:first-child {
	border-radius: 4px 4px 0 0;
}
#header .h-suggest li:hover {
	background: #ffe1e3;
}
#header .h-suggest_close {
	float: right;
	padding: 5px 10px 5px 0;
	cursor: pointer;
}
#header .h-suggest_close i {
	font-size: 16px;
}
#header .h-suggest_close:hover {
	opacity: 0.8;
}
#header .h-submit {
	width: 30px;
	height: 30px;
	padding-left: 3px;
}
#header .h-submit button {
	-webkit-appearance: none;
	-moz-appearance: none;
	display: block;
	width: 30px;
	height: 30px;
	margin: 0;
	padding: 0;
	color: #fff;
	background: #ff89b3;
	border: none;
	border-radius: 4px;
	font-size: 15px;
	line-height: 30px;
	text-align: center;
	outline: none;
	cursor: pointer;
}
#header .h-submit button:hover {
	background: #ff70a3;
}
.text-bold {
	font-weight: bold;
}
/*=============================================
コンテンツ領域
=============================================*/
#ContWrapper {
	/*	width: 942px;*/
	width: 1160px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
}
/*===========================================
ぱんくずリスト（新）
===========================================*/
.Header_PList {
	/*width: 873px !important;*/
	width: 1140px !important;
	margin: 0 auto !important;
	/*margin-top: 8px !important;*/
	margin-top: 5px !important;
	margin-bottom: 0px !important;
	overflow: hidden;
	clear: both;
}
.Header_PList div {
	font-size: 10px;
	color: #333;
	float: left;
	/*line-height: 15px;*/
	padding-right: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.Header_PList div a {
	text-decoration: none !important;
	font-weight: normal;
}
.Header_PList div span {
	font-size: 10px;
	color: #333;
	font-weight: bold;
}
.Header_PList div a span {
	font-size: 10px;
	color: #333;
	text-decoration: none !important;
	margin-right: 2px;
	font-weight: normal;
}
.Header_PList div a:hover span {
	text-decoration: none !important;
	color: #FF0066 !important;
}
/*===========================================
ぱんくずリスト（旧）
===========================================*/
#Header_PList {
	width: 942px;
	margin: auto;
	clear: both;
	margin-top: 7px !important;
	overflow: hidden;
}
#Header_PList ul {
	clear: both;
	font-size: 10px;
	color: #333;
	list-style: none;
	padding-left: 30px;
}
#Header_PList ul li {
	font-size: 10px;
	color: #333;
	list-style: none;
	float: left;
	padding-right: 5px;
	font-weight: bold;
}
#Header_PList ul li.arrow {
	font-size: 10px;
	color: #333;
	list-style: none;
	float: left;
	padding-right: 5px;
	font-weight: normal;
}
#Header_PList ul li a {
	font-size: 10px;
	color: #333;
	text-decoration: none;
	font-weight: normal;
}
#Header_PList ul li a:hover {
	color: #FF0066;
	text-decoration: none;
}
/*===========================================
コンテンツ共通設定
===========================================*/
#ContWrapper h2 {
	text-align: center;
	/*margin-top: 30px;*/
	margin-top: 35px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;/*margin: 15px;*/
}
/* エラーメッセージ */
#ErrorText {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #C00;
	padding-bottom: 10px;
	clear: both;
}
/*===========================================
コンテンツ　バナー　共通設定
===========================================*/

/* コンテンツ バナー領域 */
#ContBannerWrapper {
	clear: both;
 *margin-top:10px;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 10px;
}
/*===========================================
ページ送りナビ
===========================================*/
/* データベースリニューアル修正共通 141202 */
.pageNavi {
	clear: both;
	text-align: center;
	/*color: #666666;*/
	color: #666666;
	font-size: 12px;
	padding-bottom: 20px;
	overflow: hidden;
	width: 100%;
}
.pageNavi .PageLink strong {
	color: #ff4795;
}
.pageNavi .PageLink a {
	color: #333;
}
.pageNavi .PageLink a:hover {
	text-decoration: none;
}
.pageNavi .PageLink a img {
	line-height: 1em;
	vertical-align: text-bottom;
	padding-left: 5px;
	padding-bottom: 3px;
}
/*===============================================
【スライダーページ用】コンテンツ下部の左右ボタン
===============================================*/
.ContBottomBtn {
	clear: both;
	width: 200px;
	height: 50px;
	overflow: hidden;
	margin: auto;
	margin-top: 30px;
}
.ContBottomBtnLeft {
	width: 24px;
	float: left;
	margin-right: 25px;
}
.ContBottomBtnLeft a {
	display: block;
	background-image: url(../img/left_allow_btn.gif);
	height: 38px;
	text-indent: -9999px;
}
.ContBottomBtnLeft a:hover {
	background-position: 0 -38px;
}
.ContBottomBtnCenter {
	width: 102px;
	float: left;
}
.ContBottomBtnCenter a {
	display: block;
	background-image: url(../img/kakunin_btn.gif);
	height: 34px;
	text-indent: -9999px;
	margin-top: 2px;
}
.ContBottomBtnCenter a:hover {
	background-position: 0 -34px;
}
.ContBottomBtnRight {
	width: 24px;
	float: right;
}
.ContBottomBtnRight a {
	display: block;
	background-image: url(../img/right_allow_btn.gif);
	height: 38px;
	text-indent: -9999px;
}
.ContBottomBtnRight a:hover {
	background-position: 0 -38px;
}
/*===========================================
先頭に戻るリンク
===========================================*/
.BacktoTop {
	text-align: right;
	clear: both;
	width: 942px;
	margin: 0 auto;
}
.BacktoTop a {
	background: url(../img/page_bottom_allow.gif) left no-repeat;
	padding-left: 12px;
	font-size: 12px;
	color: #5B3737;
	text-decoration: none;
}
.BacktoTop a:hover {
	color: #B40C3F;
}
/*===========================================
フッター
===========================================*/
/* フッター全体 */
#Footer {
	clear: both;
	width: 942px;
	margin: auto;
}

/* 2017.09.22 */
#Footer p a {
	color: #FF7093;
}
/* フッターバナー */
.FooterBanner {
	clear: both;
	text-align: center;
	padding-bottom: 20px;
}
.FooterBanner a {
	display: block;
	border: 1px solid #FFF;
	width: 728px;
	margin: auto;
}
.FooterBanner a:hover {
	border: 1px solid #F98CC2;
}
/* フッターリンク */
#Footer ul {
	clear: both;
	overflow: hidden;
	width: 942px;
	list-style: none;
	text-align: center;
	line-height: 1.2em;
}
#Footer li {
	margin: 0;
	padding: 0;
	display: inline;
}
#Footer li a {
	font-size: 12px;
	color: #FF7093;
}
#Footer li a:hover {
	text-decoration: none;
}
#Footer li a.FoterLinkvBorder {
	border-right: 1px solid #FF7093;
	padding-right: 8px;
	padding-left: 4px;
}
/* コピーライト */
#Footer p {
	padding-top: 10px;
	clear: both;
	font-size: 11px;
	color: #FF7093;
	text-align: center;
}
.Spacer30px {
	height: 30px;
	clear: both;
}
.Spacer1px {
	height: 1px;
	clear: both;
	font-size: 0.01em;
	line-height: 1;
}
/* PCスマホ切替ボタン */

#Footer dl {
	margin: 0 auto;
	margin-top: 15px;
	width: 290px;
	height: 22px;
	background-color: #feecec;
	border-bottom: 1px solid #ff7093;
	border-top: 1px solid #ff7093;
	border-left: 1px solid #ff7093;
	border-right: 1px solid #ff7093;
	margin-bottom: 20px;
	text-align: center;
	font-size: 22px;
	border-radius: 2px;
	padding: 5px 10px 10px 10px;
	text-align: center;
}
#Footer dl dt {
	text-align: left;
	float: left;
	color: #2f2728;
}
#Footer dl dd {
	text-align: left;
	float: left;
	color: #2f2728;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 22px;
}
#Footer dl dd a {
	color: #fc2c5f;
	font-size: 22px;
}
/*===========================================
広告バナー　装飾
===========================================*/

.normal-img {
	display: inline-block;
	overflow: hidden;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
}
/*===========================================
ポイントレース・ガイドライン　160914
===========================================*/

.compPage_guide_sp {
	clear: both;
	margin-top: 35px !important;
}
