@charset "UTF-8";
/* CSS Document */

a:hover {
	opacity: .8;
	color: #D871D4;
}

/*--------------------------------------------------------------
ヘッダー
--------------------------------------------------------------*/
#header {
	min-width: 800px;
}

.wrap01 {
	min-width: 800px;
	background-color: #D871D4;

}

.wrap01 h1 {
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	padding: 2px 0;
	width: 800px;
	margin: 0 auto;
}

.wrap02 {
	width: 800px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
	border-bottom: 1px solid #E6F1EF;
}

.header-left {
	width: 275px;
	float: left;
}

.current_area {
	font-size: 12px;
	color: #707070;
	font-weight: bold;
	padding-top: 3px;
}

.header-right {
	width: 200px;
	float: right;
	overflow: hidden;
}

.header-right li.header_navi {
	float: left;
	margin-right: 10px;
}

.recruit {
	width: 92px;
	height: 43px;
	border-radius: 3px;
	background-color: #ffffff;
	border: 1px solid #FF8D50;
}

.recruit a {
	font-size: 13px;
	font-weight: bold;
	color: #FF8D50;
	line-height: 43px;
	display: block;
	background: url("../../../images/common/arrow_orange.png") no-repeat;
	background-size: 6px 10px;
	padding: 0 0 0 9px;
	background-position: 80px center;
}

.recruit a:hover {
	height: 42px;
	border: none;
	background-color: #FF8D50;
	color: #ffffff;
	background-image: url("../../../images/common/recruit_arrow_white.png");
}

.favorite p {
	font-size: 10px;
	font-weight: bold;
	display: block;
}

.favorite a {
	width: 50px;
	height: 43px;
	line-height: 70px;
	color: #636A77;
	background: url("../../../images/common/icon_hart.png") no-repeat;
	background-size: 23px 20px;
	background-position: center 3px;
	display: block;

}

/*--------------------------------------------------------------
ハンバーガーメニュー
--------------------------------------------------------------*/

.wrap_menu h2 {
	background: #D871D4;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	padding: 15px 0 15px 10px;
}

.favorite_button {
	padding: 10px 0;
}

.favorite_button p {
	width: 280px;
	height: 40px;
	margin: 0 auto;
	background: #ffffff;
}

.favorite_button p a {
	border: 1px solid #D871D4;
	color: #D871D4;
	display: block;
	line-height: 40px;
	font-size: 15px;
	border-radius: 3px;
	background: url("../../../images/common/icon_hart.png") no-repeat;
	background-size: 20px 19px;
	background-position: 63px center;
	padding-left: 20px;
	text-align: center;
}

.favorite_button p a:hover {
	border: 3px solid #D871D4;
	border-radius: 3px;
	font-weight: bold;
}

/*--------------------------------------------------------------
ハンバーガーメニュー内
--------------------------------------------------------------*/

.wrap_menu h3 {
	width: 100%;
	height: 35px;
	background: #FFEBFE;
	padding-left: 20px;
	font-size: 15px;
	line-height: 35px;
}

.zdo_drawer_nav li {
	width: 100%;
	height: 40px;
	font-size: 13px;
	border-top: 1px solid #FFEBFE;
	border-bottom: 1px solid #FFEBFE;
	line-height: 40px;
}

.zdo_drawer_nav li a {
	display: block;
	padding-left: 60px;
	background: url("../../../images/common/arrow_purple.png") no-repeat;
	background-size: 10px 17px;
	background-position: 320px center;
	position: relative;
}

.zdo_drawer_nav li:last-child a {
	display: block;
	padding-left: 60px;
	background: url("../../../images/common/arrow_orange.png") no-repeat;
	background-size: 10px 17px;
	background-position: 320px center;
	position: relative;
}

.zdo_drawer_nav li a:hover {
	font-weight: bold;
	color: #0F0F0F;
	background: #F8F8F8;
	background-image: url("../../../images/common/arrow_purple.png");
	background-repeat: no-repeat;
	background-size: 10px 17px;
	background-position: 320px center;
}

.zdo_drawer_nav li:last-child a:hover {
	font-weight: bold;
	color: #0F0F0F;
	background: #F8F8F8;
	background-image: url("../../../images/common/arrow_orange.png");
	background-repeat: no-repeat;
	background-size: 10px 17px;
	background-position: 320px center;
}

li.menu_blog a:before {
	content: url("../../../images/common/icon_blog_purple.png");
	position: absolute;
	top: 5px;
	left: 20px;
}

li.menu_kuchikomi a:before {
	content: url("../../../images/common/icon_kuchikomi_purple.png");
	position: absolute;
	top: 5px;
	left: 20px;
}

li.menu_tokusyuu a:before {
	content: url("../../../images/common/icon_tokusyuu_purple.png");
	position: absolute;
	top: 5px;
	left: 18px;
}

li.menu_kuchikomi a:before {
	content: url("../../../images/common/icon_kuchikomi_purple.png");
	position: absolute;
	top: 5px;
	left: 20px;
}

li.menu_ranking a:before {
	content: url("../../../images/common/icon_ranking_purple.png");
	position: absolute;
	top: 5px;
	left: 20px;
}

li.menu_column a:before {
	content: url("../../../images/common/icon_column_purple.png");
	position: absolute;
	top: 5px;
	left: 16px;
}

li.menu_onnanoko a:before {
	content: url("../../../images/common/icon_onnanoko_purple.png");
	position: absolute;
	top: 5px;
	left: 20px;
}

li.menu_shinki a:before {
	content: url("../../../images/common/icon_shinki_purple.png");
	position: absolute;
	top: 5px;
	left: 20px;
}

li.menu_recruit a:before {
	content: url("../../../images/common/icon_recruit_orange.png");
	position: absolute;
	top: 5px;
	left: 20px;
}




.wrap_link_button {
	padding: 10px 20px;
}

.link_button {
	width: 100%;
	margin: 0 auto;
}

.link_button p {
	width: 100%;
	height: 40px;
	border: 1px solid #00A381;
	border-radius: 3px;
	text-align: center;
	line-height: 40px;
	background: #ffffff;
	margin: 0 auto;
}

.link_button p a {
	width: 100%;
	height: 40px;
	color: #00A381;
	font-weight: bold;
	display: block;
	font-size: 14px;
}

.link_button p a:hover {
	width: 100%;
	height: 40px;
	color: #ffffff;
	background: #00A381;
	font-weight: bold;
	display: block;
	border-radius: 3px;
}


.list_area {
	padding-bottom: 10px;
}

.list_area li {
	width: 100%;
	height: 35px;
	font-size: 12px;
	border-top: 1px solid #FFEBFE;
	border-bottom: 1px solid #FFEBFE;
	line-height: 35px;
}

.list_area li a {
	display: block;
	padding-left: 25px;
	background: url("../../../images/common/arrow_purple.png") no-repeat;
	background-size: 10px 17px;
	background-position: 320px center;
}

.list_area li a:hover {
	font-weight: bold;
	color: #0F0F0F;
	background: #F8F8F8;
	background-image: url("../../../images/common/arrow_purple.png");
	background-repeat: no-repeat;
	background-size: 10px 17px;
	background-position: 320px center;
}

dl.nationwide_top {
	width: 280px;
	height: 102px;
	margin: 0 auto;
}

dl.nationwide_top dt {
	width: 280px;
	height: 22px;
	background: #D871D4;
	color: #ffffff;
	font-size: 13px;
	text-align: center;
	line-height: 22px;
}

.nationwide_top dd ul {
	font-size: 0;
	display: flex;
	flex-wrap: wrap;
}

.nationwide_top dd ul li {
	width: 70px;
	height: 40px;
	text-align: center;
	font-size: 12px;
	background: #ffffff;
	border: 1px solid #FFEBFE;
	display: inline-block;
	display: flex;
}

.nationwide_top dd ul li a {
	width: 70px;
	height: 40px;
	align-items: center;
	display: flex;
	justify-content: center;
	line-height: 15px;

}

.nationwide_top dd ul li a:hover {
	color: #D871D4;
}

li.current {
	width: 70px;
	height: 40px;
	font-weight: bold;
	align-items: center;
	display: flex;
	justify-content: center;
}


/*--------------------------------------------------------------
コンテンツタイトル・ボタン共通
--------------------------------------------------------------*/
h2.content_title {
	width: 580px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	padding-left: 10px;
	background: #FFEBFE;
	border-radius: 3px;
	margin-top: 30px;
	margin-bottom: 20px;
}

h2.content_title:first-child {
	margin-top: 0px;
}

/*一覧を見るボタン*/
.list_button p {
	width: 560px;
	height: 45px;
	margin: 0 auto;
	background: #ffffff;
	border-radius: 3px;
	line-height: 45px;
	text-align: center;
	color: #D871D4;
	font-size: 13px;
	font-weight: bold;
}

.list_button p a {
	color: #D871D4;
	display: block;
	background: #ffffff;
	border: 1px solid #D871D4;
	border-radius: 3px;
	line-height: 45px;
}

.list_button p a:hover {
	color: #ffffff;
	background: #D871D4;
	border: 1px solid #D871D4;
	border-radius: 3px;
}

/*--------------------------------------------------------------
 カバーガールスライド
--------------------------------------------------------------*/
#wrap_covergirl {
	width: 800px;
	margin: 0 auto;
}

.slick-slide {
	width: 800px;
}

.covergirl_shopname {
	font-size: 15px;
	font-weight: bold;
	color: #D871D4;
	text-decoration: underline;
}

.covergirl_shoparea {
	margin-left: 10px;
	font-size: 10px;
	font-weight: normal;
	color: #636A77;
}

.slick-dots li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: #D871D4 !important;
	-webkit-font-smoothing: antialiased;
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: #D871D4 !important;
}

/*--------------------------------------------------------------
本日出勤中の女の子
--------------------------------------------------------------*/

ul.top_shift {
	width: 570px;
	padding: 0 10px;
	display: flex;
	overflow: scroll;
	white-space: nowrap;
}

ul.top_shift li {
	position: relative;
	width: 30%;
	height: auto;
	margin-right: 10px;
}

ul.top_shift li a img {
	width: 100px;
	height: auto;
}

ul.top_shift li dl {
	width: 100px;
	position: absolute;
	bottom: 0px;
	background: rgba(255, 255, 255, 0.8);
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}

ul.top_shift li dl dt {
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

ul.top_shift li dl dd {
	font-size: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 1.3em;
}

/*--------------------------------------------------------------
エリアで探す
--------------------------------------------------------------*/
.top_area dd ul li {
	margin-right: 5px;
	margin-bottom: 10px;
	border-radius: 14px;
}

.top_area dd ul li a {
	display: block;
	padding: 3px 13px;
}

.top_area dd li::after {
	content: '';
	display: none !important;
}

.top_area_tokyo dd ul li {
	background: #FFEBF0;
}

.top_area_kanagawa dd ul li {
	background: #DEF0EC;
}

.top_area_saitama dd ul li {
	background: #FFEFE3;
}

.top_area_chiba dd ul li {
	background: #E3F1FF
}

/*--------------------------------------------------------------
 メニュータブ
--------------------------------------------------------------*/
.contents_navi {
	padding-top: 10px;
}

.nav-tab {
	width: 580px;
	height: 40px;
	background: #FFEBFE;
	display: flex;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 2px solid #D871D4;
	border-radius: 3px 3px 0 0;
}

.nav-tab li {
	width: 194px;
	height: 40px;
	cursor: pointer;
	line-height: 15px;
	text-align: center;
	border-right: 1px solid #D871D4;
	display: flex;
	justify-content: center;
	align-items: center;
}

.nav-tab li:last-child {
	border-right: none;
}

.nav-tab li h2 {
	font-size: 12px;
	display: inline;
}

.nav-tab li.active {
	color: #fff;
	background: #D871D4;
	cursor: auto;
}

.nav-tab li.active:first-child {
	border-radius: 3px 0 0 0;
}

.nav-tab li.active:last-child {
	border-radius: 0 3px 0 0;
}

.nav-tab li:hover {
	color: #fff;
	background: #D871D4;
	cursor: center;
}

.nav-tab li:first-child:hover {
	color: #fff;
	background: #D871D4;
	border-radius: 3px 0 0 0;
}

.nav-tab li:last-child:hover {
	color: #fff;
	background: #D871D4;
	border-radius: 0 3px 0 0;
}

#contents>div {
	display: none;
}

#contents>div.show {
	display: block;
}

#contents {
	border-bottom: 1px solid #FFEBFE;
	margin-bottom: 10px;
}

/*------------- ブログ -------------*/

ul.top_news_contents {
	width: 560px;
	margin: 0 10px;
}

ul.top_news_contents li {
	width: 560px;
	height: 80px;
	padding: 0 10px;
	border-bottom: 1px solid #FFEBFE;
}

ul.top_news_contents li a {
	width: 560px;
	height: 80px;
	margin-left: -10px;
	display: block;
	color: #0F0F0F;
}

ul.top_news_contents li a:hover {
	background: #F8F8F8;
}

.top_news_content {
	overflow: hidden;
	padding-top: 10px;
}

.top_news_content dt {
	width: 60px;
	float: left;
	margin-right: 10px;
	margin-left: 10px
}

.top_news_content dd {
	width: 470px;
	float: left;
}

.top_news_title {
	font-size: 14px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.top_news_text {
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.top_news_content dd div {
	overflow: hidden;
	padding-top: 6px;
}

p.top_news_area-shopname {
	float: left;
	font-size: 10px;
	color: #636A77;
}

p.top_news_time {
	float: right;
	font-size: 10px;
	color: #636A77;
}

.top_contents_button {
	width: 580px;
	margin: 0 auto;
	padding: 10px 0 20px;
}


.top_contents_button p {
	width: 560px;
	height: 45px;
	margin: 0 auto;
	color: #D871D4;
	background: #ffffff;
	display: block;
	font-size: 13px;
}

.top_contents_button p a {
	width: 560px;
	height: 45px;
	text-align: center;
	display: block;
	border-radius: 3px;
	background: #ffffff;
	color: #D871D4;
	border: 1px solid #D871D4;
	line-height: 45px;
	font-size: 13px;
}

.top_contents_button p a:hover {
	background: #D871D4;
	color: #ffffff;
}

/*------------- ランキング -------------*/


.top_ranking_contents {
	width: 580px;
	padding: 0 10px;
}

.top_ranking_contents li {
	width: 560px;
	height: 120px;
	border-bottom: 1px solid #FFEBFE;
}

.top_ranking_contents li a {
	width: 560px;
	display: block;
}

.top_ranking_contents li a:hover {
	background: #FFEBFE;
}

.ranking_detail {
	width: 560px;
	overflow: hidden;
}

.ranking_detail dt {
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #636A77;
}

.ranking_detail dd {
	float: right;
	font-size: 10px;
	color: #636A77;
}

.top_ranking_content {
	overflow: hidden;
	padding: 10px 0;
}

.top_ranking_content .rank {
	width: 30px;
	height: 100px;
	border-radius: 3px 0 0 3px;
	float: left;
}

.top_ranking_content .first_rank {
	background: #BAAE6D;
	color: #ffffff;
	text-align: center;
	padding-top: 30px;
	font-weight: bold;
	font-size: 25px;
}

.top_ranking_content .second_rank {
	background: #9DA8B4;
	color: #ffffff;
	text-align: center;
	padding-top: 30px;
	font-weight: bold;
	font-size: 25px;
}

.top_ranking_content .third_rank {
	background: #BAA488;
	color: #ffffff;
	text-align: center;
	padding-top: 30px;
	font-weight: bold;
	font-size: 25px;
}

.top_ranking_content .rank_list {
	background: #ffffff;
	color: #D871D4;
	text-align: center;
	padding-top: 30px;
	font-weight: bold;
	font-size: 25px;
	border: 1px solid #D871D4;
}

.top_ranking_content .top_rank_box {
	width: 525px;
	height: 100px;
	float: right;
}

.top_rank_box dl {
	overflow: hidden;
}

.top_rank_box dl dt {
	width: 100px;
	height: 100px;
	float: left;
}

.top_rank_box dl dd {
	width: 415px;
	height: 100px;
	float: right;
	position: relative;
}

.top_rank_box dl dd p.top_rank_shopname {
	font-size: 16px;
	font-weight: bold;
	padding-top: 30px;
	position: relative;
}

.top_rank_box dl dd p.parallel::before {
	content: "";
	display: inline-block;
	background: url("../../../images/common/icon_rank_parallel.png") no-repeat;
	width: 26px;
	height: 26px;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
}

.top_rank_box dl dd p.up::before {
	content: "";
	display: inline-block;
	background: url("../../../images/common/icon_rank_up.png") no-repeat;
	width: 26px;
	height: 26px;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
}

.top_rank_box dl dd p.down::before {
	content: "";
	display: inline-block;
	background: url("../../../images/common/icon_rank_down.png") no-repeat;
	width: 26px;
	height: 26px;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
}

.top_rank_box dl dd p.top_rank_shopname:hover {
	text-decoration: underline;
}

.top_rank_box dl dd p.top_rank_area-type {
	font-size: 10px;
	color: #636A77;
	position: absolute;
	bottom: 0px;
}



/*------------- 新規掲載店 -------------*/

.top_newshop_contents {
	width: 560px;
	margin: 0 10px;
}

.top_newshop_contents li {
	padding: 10px 0;
	border-bottom: 1px solid #E6F1EF;
}

.top_newshop_name {
	color: #D871D4;
	font-size: 20px;
	font-weight: bold;
	margin: 0 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.top_newshop_contents li a .top_newshop_name:hover {
	text-decoration: underline;
}

.top_newshop_area-type {
	font-size: 10px;
	color: #636A77;
	margin: 0 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.top_newshop_box {
	display: flex;
	margin: 0 10px;
}

.top_newshop_box img {
	width: 238px;
	height: 127px;
}

.top_newshop_box div {
	width: 293px;
	margin-left: 10px;
}

.top_newshop_box div p {
	font-size: 15px;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.top_newshop_box div dl {
	display: flex;
	flex-wrap: wrap;
}

.top_newshop_box div dl dt {
	width: 72px;
	background: #FFEBFE;
	border-bottom: 1px solid #ffffff;
	font-size: 12px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.top_newshop_box div dl dt:last-of-type {
	border-bottom: none;
}

.top_newshop_box div dl dd {
	width: 220px;
	font-size: 12px;
	border: 1px solid #FFEBFE;
	border-bottom: none;
	padding: 6px 0 5px 5px;
}

.top_newshop_box div dl dd:last-child {
	border-bottom: 1px solid #FFEBFE;
}

.newshop-time,
.newshop-system {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.newshop-access {
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	max-height: 2.7rem;
}



/*PR*/

.top_kuchikomi_content_pr dt {
	width: 60px;
	float: left;
	margin-right: 10px;
	margin-left: 10px
}

.top_kuchikomi_content_pr dd {
	width: 470px;
	float: left;
}

.top_kuchikomi_title {
	font-size: 14px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.top_kuchikomi_text {
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.top_kuchikomi_content_pr {
	overflow: hidden;
	padding: 10px 0;
}

p.top_kuchikomi-shopname {
	float: left;
	font-size: 10px;
	color: #636A77;
}

p.top_kuchikomi_pr {
	float: right;
	font-size: 10px;
	color: #636A77;
}

/*--------------------------------------------------------------
その他
--------------------------------------------------------------*/
/*人気ワード*/
.popular_words {
	padding-left: 10px;
	display: flex;
	flex-wrap: wrap
}

.popular_words li {
	font-size: 12px;
}

.popular_words li::after {
	content: " ｜ ";
	color: #D871D4;
}

/*他エリア*/
h2.other_area_title {
	width: 580px;
	height: 30px;
	font-size: 13px;
	line-height: 30px;
	padding-left: 10px;
	background: #D871D4;
	color: #ffffff;
	border-radius: 3px;
	margin-top: 30px;
	margin-bottom: 20px;
}

.othe_area_list {
	padding-left: 10px;
	display: flex;
	flex-wrap: wrap;
}

.othe_area_list li {
	font-size: 12px;
}

.othe_area_list li::after {
	content: " ｜ ";
	color: #D871D4;
}

.other_area_current {
	font-weight: bold;
}



/*--------------------------------------------------------------
右カラム
--------------------------------------------------------------*/


.platinumbanner li {
	padding-bottom: 20px;
}

.side_title {
	width: 200px;
	height: 40px;
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
	line-height: 40px;
	background: #FFEBFE;
	border-radius: 3px;
}

.side_shinki_list,
.history,
.side_recommendation {
	padding: 0 10px;
}

.side_shinki_list li,
.history li,
.side_recommendation li {
	padding-top: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #FFEBFE;
}

/*--------------------------------------------------------------
 新規掲載店
--------------------------------------------------------------*/
.side_shinki_list li dl {
	overflow: hidden;
}

.side_shinki_list_img {
	width: 100px;
	float: left;
}

.side_shinki_type_box {
	width: 75px;
	float: right;
}

.side_shinki_type_box p {
	font-size: 10px;
}

.side_shinki_up {
	font-weight: bold;
	padding-bottom: 12px;
}

.side_shinki_area,
.side_shinki_type {
	color: #636A77;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

p.side_shinki_shopname {
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #D871D4;
}

p.side_shinki_shopname a {
	color: #D871D4;
}

p.side_shinki_shopname a:hover {
	text-decoration: underline;
}

.side_list_button {
	width: 200px;
	padding-top: 10px;
	padding-bottom: 20px;
}

.side_list_button p {
	width: 200px;
	height: 35px;
	margin: 0 auto;
	background: #ffffff;
	border-radius: 3px;
	line-height: 35px;
	text-align: center;
	color: #D871D4;
	font-size: 12px;
	font-weight: bold;
}

.side_list_button a {
	color: #D871D4;
	display: block;
	background: #ffffff;
	border: 1px solid #D871D4;
	border-radius: 3px;
	line-height: 35px;
}

.side_list_button p a:hover {
	color: #ffffff;
	background: #D871D4;
	border: 1px solid #D871D4;
	border-radius: 3px;
}


/*--------------------------------------------------------------
 最近見たお店
--------------------------------------------------------------*/

.history li dl dt {
	width: 180px;
	height: auto;
}

.history_shopname {
	font-size: 12px;
	font-weight: bold;
	color: #D871D4;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.history_shopname a {
	color: #D871D4;
}

.history_area-type {
	font-size: 10px;
	color: #636A77;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

/*--------------------------------------------------------------
 おすすめのお店
--------------------------------------------------------------*/
.side_recommendation {
	list-style: none;
}

.side_recommendation li dl {
	overflow: hidden;
}

.side_recommendation_img {
	width: 50px;
	float: left;
}

.side_recommendation_content {
	width: 125px;
	float: right;
}

.side_recommendation_content div {
	overflow: hidden;
}

.side_recommendation_area-shopname {
	font-size: 10px;
	color: #636A77;
	vertical-align: top;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.side_recommendation_subtitle {
	font-size: 12px;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

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





/*--------------------------------------------------------------
フッター
--------------------------------------------------------------*/
footer {
	padding-top: 50px;
	margin-top: auto;
}

#footer {
	min-width: 800px;
	margin: 0 auto;
	text-align: center;
	background: #FFEBFE;
	padding-top: 20px;
	padding-bottom: 50px;
	font-size: 12px;
}

#footer ul {
	padding-top: 10px;
}

#footer ul li {
	display: inline-block;
	font-size: 12px;
	border-right: 1px solid #555;
	line-height: 0.9em;
	padding: 0 10px;
}

#footer ul li:last-child {
	border: none;
}

#footer ul li:first-child {
	padding: 0 10px 0 0;
}

#footer ul li a:hover {
	text-decoration: underline;
}

.pagetop {
	width: 88px;
	display: block;
	cursor: pointer;
	position: fixed;
	top: 90%;
	right: 3%;
	z-index: 999;
	text-align: center;
	outline: none;
}

.Copyright {
	padding-top: 20px;
}