@charset "utf-8";

/*-------------共通コンテンツ領域-----*/

.contents {
	margin:0 auto;
	text-align:left;
	width:980px;
}

/*-------------ページトップ-----*/

#page_top {
/*
	background: #eee;
	color:#999;
	
	background: #ff95bb;
	background: #ffb2ce;
	background: #ffc1dc;
	background: #ffecf4;
	
	background-color: #ffb2ce;
	background: linear-gradient(#ff95bb, #ffc1dc); 
	color:#b75f7f;
	
	background-color: #ffc1dc;
	color:#b75f7f;

	background: #ffc1dc;
	color: #fff;
*/
	background: #fff;
	color: #666;

	font-size: 10px;
    font-weight: normal;
	text-align: left;
}

/*-------------ページヘッダー-----*/

#page_header {
	text-align:center;
	padding:1px 0;
	/*background-color:#ffffff;*/
	background-color:#ffd0e0;/*20150722追加*/
    height:69px;/*20150722追加*/
}

#page_header table {
	width:100%;
	height:60px;
}

#page_header th {
	text-align:left;
	vertical-align:middle;
}

/* tomor↓↓ 170928 お気に入りメニュー表示用にrelative追加 */
#page_header td {
	text-align:right;
	vertical-align:middle;
    position: relative;
}
/* tomor↑↑ */


/*#page_header td a{
	display:inline-block;
	height:48px;
	line-height:48px;
	border-radius:10px;
	padding:0 5px;
	border:1px solid #fff;
}*/
/*#page_header td a:hover {
	background-color:#ffd;
	border:1px solid #FC6;
}*/


/***********20150723追加***************/
#page_header .hedder-main-info{
    position:relative;
    left:-44px;
}
#page_header .hedder-main-info .img-catchcopy{
    /*margin-left:-2px;*/
    margin-left:-12px;
    margin-bottom:2px;
}


/*-------------店舗数とか-----*/

@font-face{
	font-family: 'Arial Black';
	font-style: normal;
	font-weight: 400;
	src: local('Arial Black'), url('ariblk_0.ttf') format('ttf');
}

/***********20150723追加***************/
#page_header .site-info {
    background-color:#fff6f9;
    display:inline;
    vertical-align:middle;
    padding:3px 11px 1px 5px;
    /*margin-left:6px;*/
    margin:1px 0 0 17px;
    border-radius:2px;
}

#page_header .total_numbers {
	/*position:relative;
	top:3px;
	margin-left: 12px;
	color:#944e1b;*/
    color:#4c1700;/*20150722追加*/
    font-size:12px;/*20150722追加*/
    line-height:16px;/*20150722追加*/
    margin:0 0 0 6px;/*20150722追加*/   
}
/*#page_header .total_numbers b{
	margin-right: 1px;
	font-size: 15px;
	color:#f63;
	font-weight: 900;
	font-family: "Arial";
}*/

/***********20150723追加***************/
#page_header .total_numbers .count {
    font-family: 'Arial';
    font-weight: 900;
    color: #e60012;
    font-size: 14px;
    line-height: 16px;
    margin-right: 2px;
}


/*-------------ログインメニューなど-----*/
/***********20150723追加***************/
#page_header td ul.main-manu{
    list-style:none;
    float:right;
}
/***********20170602編集 tomor***************/
#page_header td ul.main-manu li{
    float:left;
    width:66px;
    height:43px;
    margin-bottom:3px;
	position: relative;
	border-top: #e1dddf solid 1px;
	border-bottom: #e1dddf solid 1px;
	border-right: #e1dddf solid 1px;
}
/***********20170602追加 tomor***************/
#page_header td ul.main-manu li:first-child{
	border-left: #e1dddf solid 1px;
}
/***********20150723追加***************/
#page_header td ul.main-manu li a{
    display:block;
    height:100%;
    text-align:center;
    background:linear-gradient(#fff, #f1f1f1);
    background: -moz-linear-gradient(top,#fff 0%,#f1f1f1);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f1f1f1));
    background-color:#fff;
}
/***********20150723追加***************/
#page_header td ul.main-manu li a:hover{
    background-color:#ffd;
    background-image:none;
    
}
/***********20170602追加 tomor***************/
#page_header td ul.main-manu li a .icon-beginner {
	height: 66%;
	position: absolute;
	left: 19px;
}
#page_header td ul.main-manu li a .font-awesome-serch {
    margin-top:6px;
    vertical-align:middle;
	font-size: 18px;
	color: #72cbfd;
}
#page_header td ul.main-manu li a .font-awesome-favorite {
    margin-top:6px;
    vertical-align:middle;
	font-size: 18px;
	color: #f9a906;
}
#page_header td ul.main-manu li a .font-awesome-user {
    margin-top:6px;
    vertical-align:middle;
	font-size: 18px;
	color: #b9b9b9;
}
/***********20170602編集 tomor***************/
#page_header td ul.main-manu li a .btn-text {
    margin-top:3px;
    font-size:10px;
    line-height:12px;
    color:#898989;
	position: absolute;
	top: 24px;
	width: 100%;
}

/***********20170928追加 tomor***************/
/* tomor↓↓ お気に入りボタンhover時に表示されるメニュー */
.favorite_menu_btn {
    /* アクションをつけるためにとりあえず入れてる */
    /*pointer-events: none;
    cursor: pointer;*/
}
.favorite_menu_area {
    width: 980px;
    
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    margin: auto;
}
.favorite_menu_box {
    background-color: #ffffff;
    padding: 30px;
    box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.1);
    border-radius: 10px;
    
    display: none;
    text-align: left;
    
    position: absolute;
    right: 0px;
    top: 70px;
    
    z-index: 5;
}
.favorite_btn_area {
    width: 341px;
    margin: 0 auto 50px auto;
    background-color: #cccccc;
    padding-bottom: 1px;
}
.favorite_btn_area li.fav_btn {
    display: inline-block;
    position: relative;
    border: #ffffff solid 2px;
    box-sizing: border-box;
    background-color: #ffffff;
    cursor: pointer;
    text-align: center;
    color: #333;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    width: 84px;
    height: 69px;
    overflow: hidden;
    float: left;
    list-style: none;
    margin: 1px 0 0 1px;
}
.favorite_btn_area li.fav_btn_2line {
    display: inline-block;
    position: relative;
    border: #ffffff solid 2px;
    box-sizing: border-box;
    background-color: #ffffff;
    cursor: pointer;
    text-align: center;
    color: #333;
    font-size: 12px;
    font-weight: bold;
    line-height: 13px;
    width: 84px;
    height: 69px;
    overflow: hidden;
    float: left;
    list-style: none;
    margin: 1px 0 0 1px;
}
.favorite_btn_area li.fav_btn:hover {
    width: 84px;
    height: 69px;
    border: #f39800 solid 2px;
    -ms-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.favorite_btn_area li.fav_btn_2line:hover {
    width: 84px;
    height: 69px;
    border: #f39800 solid 2px;
    -ms-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.favorite_btn_area li a {
    color: #333;
}
.favorite_btn_area li .fa {
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.favorite_btn_area li .fa.fa-user {
    color: #f39700;
    font-size: 27px;
    top: -2px;
}
.favorite_btn_area li .icon-girl {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 2px;
    width: 41px;
    height: 41px;
}
.favorite_btn_area li .icon-shop {
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    right: 0;
    margin: auto;
    width: 41px;
    height: 41px;
}
.favorite_btn_area li .icon-blog {
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    right: 0;
    margin: auto;
    width: 41px;
    height: 41px;
}
.favorite_btn_area li .icon-repo {
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
    right: 0;
    margin: auto;
    width: 37px;
    height: 37px;
}
.favorite_btn_area li .icon-colum {
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    right: 0;
    margin: auto;
    width: 37px;
    height: 37px;
}
.favorite_btn_area li .fa.fa-hospital-o {
    color: #f39700;
    font-size: 25px;
    position: absolute;
    top: -2px;
}
.favorite_btn_area ul li a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    height: 100%;
    width: 100%;
}
.favorite_btn_area ul li a .fav_btn_text {
    display: block;
}
.favorite_btn_area li.fav_btn .fav_btn_text {
    padding: 42px 0 0 0;
}
.favorite_btn_area li.fav_btn_2line .fav_btn_text {
    padding: 37px 0 0 0;
}
.favorite_info_area {
    width: 340px;
    margin: 0 auto;
}
.favorite_info_area p.favorite_info_title {
    width: 100%;
    color: #f39700;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding-left: -2px;
}
.favorite_info_area p.favorite_info_title span.font_size_20px {
    font-size: 20px;
    letter-spacing: -5px;
}
.favorite_info_area .favorite_img_area {
    width: 340px;
    height: 170px;
    background-color: #fff8ee;
    margin: 5px auto 0px auto;
    position: relative;
}
.favorite_info_area .favorite_img_area .info_img {
    width: 340px;
    height: 170px;
}
.favorite_info_area .favorite_img_area .info_text {
    width: 285px;
    font-size: 11px;
    line-height: 18px;
    color: #666666;
    position: absolute;
    top: 31px;
    left: 30px;
}
.favorite_info_area .favorite_img_area .info_text span.user_regist {
    font-size: 14px;
    color: #f39800;
    font-weight: bold;
    text-decoration: underline;
}
.favorite_info_area .favorite_img_area .info_text span.user_regist:hover {
    text-decoration: none;
}
.favorite_info_area .favorite_img_area .more_btn {
    width: 100px;
    height: 30px;
    font-size: 13px;
    color: #666666;
    line-height: 30px;
    background-color: #ffffff;
    border: #b5b5b5 solid 1px;
    border-radius: 5px;
    padding-left: 10px;
    box-shadow: 0px 2px rgba(181,181,181,1);
    position: absolute;
    top: 110px;
    right: 25px;
}
.favorite_info_area .favorite_img_area .more_btn:hover {
    border: #f39800 solid 1px;
    box-shadow: 0px 2px rgba(243,152,0,1);
    color: #f39800;
    -ms-transition: all 0.1s ease 0s;
    -moz-transition: all 0.1s linear 0s;
    -webkit-transition: all 0.1s linear 0s;
    transition: all 0.1s linear 0s;
}
.favorite_info_area .favorite_img_area .more_btn .fa-angle-right {
    font-size: 16px;
    line-height: 28px;
    position: absolute;
    right: 10px;
}
/* tomor↑↑ お気に入りボタンhover時に表示されるメニュー */


/*-------------パンくずリスト-----*/

#page_nav {
	text-align:center;
	height:22px;
/*
	background:#f8f8f8;
	border-bottom: 1px solid #d0d0d0;
	
	background: #ffecf4;
	background: #ffecf4 url(pankuzu_bg.gif);
	border-bottom: 1px solid #c8aab5;
	
	background: linear-gradient(#fff4f9, #ffcce2); 
*/
	/*background: #ffecf4 url(pankuzu_bg.gif);*/
    background-color:#ffa7c8;/*20150722追加*/
	/*border-bottom: 1px solid #d0d0d0;*//*20150727撤去*/
}


ul.page_navigation {
 	list-style: none;
}

ul.page_navigation li{
	float:left;
	height:22px;
	line-height:22px;
	white-space: nowrap;
    color:#fff;/*20150722追加*/
}

ul.page_navigation li a{
	font-weight:normal;
	padding-right:14px;
	background:url(pankuzu_separator.gif) no-repeat right center;
    color:#fff;/*20150722追加*/
}
ul.page_navigation li a:hover{
    text-decoration:underline;
    
}

/*-------------メインコンテンツ-----*/

#page_main {
	text-align:center;
	margin-top:20px;
	min-height:300px;
	background-color:#ffffff;
}

#page_main #left_contents {
	width:200px;
	float:left;
}

#page_main #main_contents {
	width:740px;
	float:right;
}



/*-------------ページの先頭へのリンク-----*/


#page_top_link {
	display: none;
}
/*
#page_top_link {
	text-align:center;
	margin-top:50px;
	margin-bottom:4px;
}

#page_top_link .contents {
	text-align:right;
}

#page_top_link {
	text-align:center;
	margin-top:60px;
}

#page_top_link .contents a{
	display:inline-block;
	border-radius:6px 6px 0 0;
	padding:6px 6px 0 6px;
	background-color:#f8f8f8;
	border: 1px solid #d0d0d0;
	border-bottom:0;
	z-index:100;
	margin:-1px;
}
*/

/*-------------ページフッター-----*/

#page_footer {
	margin-top:40px;
	text-align:center;
	background-color:#f8f8f8;
	border-top: 1px solid #d0d0d0;
	padding:25px 0 35px 0;	
}

#page_footer .links {
	text-align:center;
}

#page_footer .links a{
	padding:0 6px;
	color:#666;
}
#page_footer .links a:hover{
    color:#ff3333;
}

#page_footer .copyright {
	margin-top:1em;
	text-align:center;
}

#page_footer table.footer-quick-link{
    margin: 0px auto 0 auto;
}
#page_footer table.footer-quick-link td{
    padding:4px;
    font-size:12px;
    line-height:20px;
    
}
#page_footer table.footer-quick-link td.about{
    line-height:23px;
}
#page_footer table.footer-quick-link td a{
    color:#666;
}
#page_footer table.footer-quick-link td a:hover{
    color:#ff3333;
}
#page_footer table.footer-quick-link td.quick-link-space{
    width:30px;
}
#page_footer table.footer-quick-link td.under-bar-title{
    border-bottom:#ccc solid 1px;
    padding-left: 0;
/*
    font-family:'Century Gothic', Verdana, Geneva, sans-serif;
    font-size:18px;
    color:#aaa;
 */
}
#page_footer .mobiles-links{
    text-align:center;
    margin-top:1em;    
}


html {
	background-color: #f8f8f8;
}


/*-------------Bootstrapのpagerを上書き-----*/
.pager li a, .pager li span{
    color: #666;
}

.pager .disabled a, .pager .disabled a:hover, .pager .disabled a:focus, .pager .disabled span {
  color: #ddd;
}

.pagination li a, .pagination li span{
    color: #666;
}

.pagination .active a, .pagination .active span, .pagination .active a:hover, .pagination .active span:hover, .pagination .active a:focus, .pagination .active span:focus{
    background: #ddd;
    border-color: #ddd;
}


