@charset "utf-8";

/*/////////////////////////////////////////////////////////////

category_common.css

〇〇版R30のcommon.css
全国TOPと検索結果画面に対応

//////////////////////////////////////////////////////////////*/

body{
	text-align:left;
	height: 100%;
	width:100%;
	position: relative;
	min-width: 1055px;
}

.auth_container {
	margin: 0 auto;
	padding: 0 12px;
	text-align: left;
	width: 860px;
	background-color: #fff;
	clear: both;
}

.main_container {
	float: left;
	width: 864px;
}
.side_container {
	float: right;
	width: 206px;
}
.container {
	margin: 0 auto;
	padding: 0 12px;
	text-align: left;
	width: 840px;
	background-color: #fff;
	clear: both;
	display: inline-block;
}

#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 1070px;
	clear: both;
}
/*キープリスト*/
.keeplist_link {
	display: inline-block;
	height: 70px;
	vertical-align: top;
	margin-left: 6px;
	text-decoration: none;
}

.keeplist_link.is_fixed {
	position: fixed;
	margin-left: 10px;
	z-index: 400;
	top: 0px;
}

#keeplist {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 175px;
	height: 135px;
	border-radius: 6px;
	background-color: #fcf9ea;
}

#keeplist::before {
	display: inline-block;
    position: absolute;
	top: 9px;
	left: 1px;
    content: '';
    width: 46px;
	height: 52px;
	background-image: url(../images/shop-detail/icon_note.png);
}

#keeplist > div:nth-of-type(1) {
	height: 24px;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	background-color: #ff395b;
}

#keeplist > div:nth-of-type(1) > p {
	font-size: 14px;
	color: #ffffff;
	padding: 5px 0 1px 55px;
}

#keeplist > div:nth-of-type(2) {
	width: 175px;
	height: 3px;
	background-color: #c92445;
}

#keeplist > div:nth-of-type(3) {
	height: 41px;
	border-radius: 6px;
	background-color: #fcf9ea;
	font-size: 12px;
	color: #ff395b;
}

#keeplist > div:nth-of-type(3) > em#sel_cnt {
	font-size: 30px;
	color: #111111;
	padding: 0px 0 0 30px;
	display: inline-block;
	margin: 0 5px 0 0;
	width: 65px;
	text-align: right;
	font-weight: bold;
}

#keeplist > div:nth-of-type(4) {
	box-sizing: border-box;
	width: 155px;
	height: 52px;
	background: #ff6c00;
	background: -moz-linear-gradient(top, #ff6c00, #ffc600);
	background: -webkit-gradient(linear, left top, left bottom, from(#ff6c00), to(#ffc600));
	background-image: linear-gradient(rgb(255, 108, 0) 0%, rgb(255, 198, 0) 100%);
	background-image: linear-gradient(to top, #ff6c00, #ffc600);
	text-align: center;
	margin: 5px auto;
	border-radius: 6px;
	padding-top: 4px;
	color: #fff;
	font-size: 16px;
}
/*/////////////////////////////////////////////////////////////

・footer

//////////////////////////////////////////////////////////////*/
#footer {
	clear:both;
	position: relative;
}

#footer_link {
	clear: both;
	background-color: #fcf9ea;
	padding: 20px 0;
}

#footer_link .footer_link_wrap {
	width:1055px;
	margin: 0 auto;
}

#footer_link dl {
	padding:0 0 10px 0;
	display:block;
	overflow: auto;
	padding-bottom: 10px;
}

#footer_link dl dt {
	display:block;
	color: #6c6351;
	padding: 3px 3px 3px 0;
	font-weight:bold;
	margin-bottom: 5px;
	font-size: 16px;
	border-bottom: dotted 1px #d2c9b4;
}

#footer_link dl dd {
	color:#666666;
	display: inline-block;
	float: left;
	padding: 3px 3px 3px 0;
}

#footer_link dl dd a {
	font-size: 11px;
}

/*コピーライト*/
#footer #footer_copyright {
	background-color: #f0e8d7;
	padding-bottom: 20px;
}

#footer #footer_copyright p {
	padding:0;
	margin: 0;
	text-align: center;
	font-size: 12px;
}

#footer #footer_copyright ul {
	padding-bottom: 10px;
	text-align: center;
}

#footer #footer_copyright ul li {
	display: inline-block;
}
/* サイトリンク */
#footer_link {
	clear: both;
	background-color: #fcf9ea;
	padding: 20px 0;
}

#footer_link .footer_link_wrap {
	width:1055px;
	margin: 0 auto;
}

#footer_link dl {
	padding:0 0 10px 0;
	display:block;
	overflow: auto;
	padding-bottom: 10px;
}

#footer_link dl dt {
	display:block;
	color: #6c6351;
	padding: 3px 3px 3px 0;
	font-weight:bold;
	margin-bottom: 5px;
	font-size: 16px;
	border-bottom: dotted 1px #d2c9b4;
}

#footer_link dl dd {
	color:#666666;
	display: inline-block;
	float: left;
	padding: 3px 3px 3px 0;
}

#footer_link dl dd a {
	font-size: 11px;
}

/* ページトップボタン */
#pagetop {
	position: fixed;
	width: 80px;
	height: 98px;
	background-image: url(/images/common/pagetop.png);
}

/* 検索一覧 */
/* パンくずリスト */
#breadcrumb_list ul {
	margin: 10px 0 10px 20px;
	position: relative;
}
#breadcrumb_list ul::before{
	display: block;
	position: absolute;
	top: 0px;
	left: -19px;
	content: '';
	width: 18px;
	height: 16px;
	background-image: url('/images/common/home.gif');
}
#breadcrumb_list ul li {
	display: inline-block;
	position: relative;
}
#breadcrumb_list ul li::after {
	display: inline-block;
	content: '>';
	margin-left: 2px;
	font-size: 14px;
}
#breadcrumb_list ul li:last-of-type::after {
	display: none;
}
/* 検索メイン */
#main_column {
	width: 610px;
	float: left;
	padding: 0 0 20px 0;
	margin: 0;
	position: relative;
}
/* 検索条件表示欄 */
#search-result_header {
	background-color: #ffffff;
	margin-bottom: 25px;
}

#search-result_header > div {
	position: relative;
}

#search-result_header > div:nth-of-type(2) {
	border-left: solid 4px #fce1e4;
	border-right: solid 4px #fce1e4;
}

#search-result_header > div:nth-of-type(3) {
	border-left: solid 4px #fce1e4;
	border-right: solid 4px #fce1e4;
	border-bottom: solid 4px #fce1e4;
}

#search-result_header > div:nth-of-type(1) {
	height: 24px;
	color: #ffffff;
}

#search-result_header > div:nth-of-type(1) > p {
	font-size: 14px;
	line-height: 24px;
	padding-left: 9px;
	font-weight: bold;
}

#search-result_header > div > div > section {
	display: table;
	height: 24px;
}

#search-result_header > div > div > section > header {
	display: table-cell;
	table-layout: fixed;
	width: 110px;
	background-color: #fff3f6;
	border-bottom: solid 2px #ffffff;
	position: relative;
	vertical-align: middle;
}

#search-result_header > div > div > section#search_form_word > header {
	border-bottom: solid 0px;
}

#search-result_header > div > div > section:nth-of-type(4) > header {
	border-bottom: solid 0px;
}

#search-result_header > div > div > section > header > h3 {
	padding: 0 0 0 10px;
	float: left;
	position: relative;
}

#search-result_header > div > div > section > div {
	display: table-cell;
	position: relative;
	width: 492px;
	border-bottom: solid 2px #fff3f6;
	vertical-align: middle;
}

#search-result_header > div > div > section > div {
	padding-left: 10px;
}

#search-result_header > div > div > section:nth-of-type(4) > div {
	border-bottom: solid 0px;
}

#search-result_header > div > div > section > div:nth-of-type(4) {
	border-bottom: 0px;
}

#search-result_header > div:nth-of-type(3) {
	height: 44px;
	background-color: #fff3f6;
}

#search-result_header > div:nth-of-type(3) > span {
	line-height: 44px;
}

#search-result_header > div:nth-of-type(3) > span:nth-of-type(1) {
	margin-left: 10px;
	font-size: 22px;
	color: #ff7800;
}

#search-result_header > div:nth-of-type(3) > span:nth-of-type(2) {
	font-size: 14px;
	font-weight: bold;
}

#search-result_header > div:nth-of-type(3) > div {
	padding: 0;
	width: 128px;
	height: 24px;
	border-radius: 4px;
	background: #dedec0;
	background: -moz-linear-gradient(top, #dedec0, #fffff0);
	background: -webkit-gradient(linear, left top, left bottom, from(#dedec0), to(#fffff0));
	background-image: linear-gradient(to top, #dedec0, #fffff0 60%);
	border: solid 1px #ff395b;
	position: absolute;
	top:0;
	left: 460px;
	bottom: 0;
	right: 0;
	margin: auto;
	cursor: pointer;
}

#search-result_header > div:nth-of-type(3) > div > p {
	line-height: 24px;
	font-size: 13px;
	color: #ff395b;
	font-weight: bold;
	padding-left: 13px;
}

#search-result_header > div:nth-of-type(3) > div > p::before,
#search-result_header > div:nth-of-type(3) > div > p::after {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	margin: auto;
	top: -1px;
	left: 100px;
	content: '';
	width: 10px;
	height: 2px;
	background-color: #ff395b;
}

#search-result_header > div:nth-of-type(3) > div > p::after {
	transform: rotate(90deg);
}
/* ページネーション
------------------------------ */ 
.pagenation{
	padding:15px 0 20px 0;
	font-size:12px;
	text-align:center;
	white-space:nowrap;
	clear: both;
}

.pagenation.p-btm {
	margin-bottom: 30px;
}

.pagenation strong,
.pagenation a{
	padding:3px 5px;
	margin:2px;
	border:1px solid #ddd;
	zoom:1;
	white-space:nowrap;
}
.pagenation strong{
	padding:2px 5px 3px 5px!important;
	background:#eee;
}
.pagenation a{
	text-decoration:none;
}
.pagenation a .underLline{
	border-bottom:1px solid;
	font-weight:bold;
}
.pagenation .arr{
	font-family:Tahoma;
	line-height:1;
	zoom:1;
}
.pagenation a:hover{
	border-color:#BF0000;
	background:#CC0000;
	color:#fff;
}
.pagenation a:hover .arr{
	border-color:#BF0000;
	background:#CC0000;
	color:#fff;
}
/* 検索フォーム */
.modal_search_window {
	display: none;
	position: absolute;
	width: 682px;
	z-index: 1000;
	left: -21px;
	top: -140px;
}

.modal_search_window > section > section {
	background-color: #ffffff;
}

.modal_search_window > section > ul {
	float: left;
	position: relative;
}

.modal_search_window > section > ul > li {
	display: block;
	position: relative;
	width: 115px;
	height: 68px;
	text-align: left;
	line-height: 68px;
	cursor: pointer;
}

.modal_search_window > section > ul > li > p {
	padding-left: 30px;
}

.modal_search_window > section > ul > li.tab_area {
	background-color: #45cf6c;
	font-size: 13px;
	color: #ffffff;
}

.modal_search_window > section > ul > li.tab_area > p::before {
	display: block;
	position: absolute;
	top: 25px;
	left: 10px;
	content: '';
	width: 17px;
	height: 19px;
	background-image: url(/images/home/icn_area2.png)
}

.modal_search_window > section > ul > li.tab_area.select {
	border-left: solid 6px #45cf6c;
	border-top: solid 6px #45cf6c;
	border-bottom: solid 6px #45cf6c;
	border-right:  6px #ffffff;
	background-color: #ffffff;
	font-size: 13px;
	color: #000000;
	z-index: 1000;
}

.modal_search_window > section > ul > li.tab_area.select > p::before {
	display: block;
	position: absolute;
	top: 25px;
	left: 10px;
	content: '';
	width: 17px;
	height: 19px;
	background-image: url(/images/home/icn_area.png)
}

.modal_search_window > section > ul > li.tab_gyousyu {
	background-color: #cf45b4;
	font-size: 13px;
	color: #ffffff;
}

.modal_search_window > section > ul > li.tab_gyousyu > p::before {
	display: block;
	position: absolute;
	top: 25px;
	left: 10px;
	content: '';
	width: 17px;
	height: 19px;
	background-image: url(/images/home/icn_gyoushu2.png)
}

.modal_search_window > section > ul > li.tab_gyousyu.select {
	border-left: solid 6px #cf45b4;
	border-top: solid 6px #cf45b4;
	border-bottom: solid 6px #cf45b4;
	border-right:  6px #ffffff;
	background-color: #ffffff;
	font-size: 13px;
	color: #000000;
	z-index: 1000;
}

.modal_search_window > section > ul > li.tab_gyousyu.select > p::before {
	display: block;
	position: absolute;
	top: 25px;
	left: 10px;
	content: '';
	width: 17px;
	height: 19px;
	background-image: url(/images/home/icn_gyoushu.png)
}

.modal_search_window > section > ul > li.tab_kodawari {
	background-color: #cfb445;
	font-size: 13px;
	color: #ffffff;
}

.modal_search_window > section > ul > li.tab_kodawari > p::before {
	display: block;
	position: absolute;
	top: 25px;
	left: 10px;
	content: '';
	width: 17px;
	height: 19px;
	background-image: url(/images/home/icn_kodawari2.png)
}

.modal_search_window > section > ul > li.tab_kodawari.select {
	border-left: solid 6px #cfb445;
	border-top: solid 6px #cfb445;
	border-bottom: solid 6px #cfb445;
	border-right:  6px #ffffff;
	background-color: #ffffff;
	font-size: 13px;
	color: #000000;
	z-index: 1000;
}

.modal_search_window > section > ul > li.tab_kodawari.select > p::before {
	display: block;
	position: absolute;
	top: 25px;
	left: 10px;
	content: '';
	width: 17px;
	height: 19px;
	background-image: url(/images/home/icn_kodawari.png)
}

.modal_search_window > section > ul > li.tab_nenrei {
	background-color: #f07845;
	font-size: 13px;
	color: #ffffff;
}

.modal_search_window > section > ul > li.tab_nenrei > p::before {
	display: block;
	position: absolute;
	top: 25px;
	left: 10px;
	content: '';
	width: 17px;
	height: 19px;
	background-image: url(/images/home/icn_nenrei2.png)
}

.modal_search_window > section > ul > li.tab_nenrei.select {
	border-left: solid 6px #f07845;
	border-top: solid 6px #f07845;
	border-bottom: solid 6px #f07845;
	border-right:  6px #ffffff;
	background-color: #ffffff;
	font-size: 13px;
	color: #000000;
	z-index: 1000;
}

.modal_search_window > section > ul > li.tab_nenrei.select > p::before {
	display: block;
	position: absolute;
	top: 25px;
	left: 10px;
	content: '';
	width: 17px;
	height: 19px;
	background-image: url(/images/home/icn_nenrei.png)
}

.modal_search_window > section.search_form_select {
	float: left;
	margin-left: -6px;
	width: 567px;
}

.modal_search_window > section.search_form_select div ul {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-box-pack: justify;
	box-pack: justify;
	flex-pack: justify;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 5px;
}

.modal_search_window > section.search_form_select div ul li {
	width: 50%;
	font-size: 14px;
	line-height: 2;
}

.modal_search_window > section.search_form_select section div ul li label {
	display: block;
	margin-right: 5px;
	padding-left: 5px;
}

.modal_search_window > section.search_form_select section div ul li label a {
	display: inline-block;
	padding: 4px 0 4px 5px;
	color: #111111;
	text-decoration-color: #969696;
}

.modal_search_window > section.search_form_select section#search_form_area div ul li label:hover:not(.search_form_not_available){
	background-color: #c6ffd5;
}

.modal_search_window > section.search_form_select section#search_form_work div ul li label:hover:not(.search_form_not_available){
	background-color: #ffdbf9;
}

.modal_search_window > section.search_form_select section#search_form_kodawaripoint div ul li label:hover:not(.search_form_not_available){
	background-color: #fff3c6;
}

.modal_search_window > section.search_form_select section#search_form_age_type div ul li label:hover:not(.search_form_not_available){
	background-color: #ffe1d5;
}

.modal_search_window > section.search_form_select > section#search_form_area {
	border: solid 6px #45cf6c;
}

.modal_search_window > section.search_form_select > section#search_form_work {
	border: solid 6px #cf45b4;
}

.modal_search_window > section.search_form_select > section#search_form_kodawaripoint {
	border: solid 6px #cfb445;
}

.modal_search_window > section.search_form_select > section#search_form_age_type {
	border: solid 6px #f07845;
}

.modal_search_window > section.search_form_select .search_form_content {
	padding-left: 23px;
}

.modal_search_window > section.search_form_select section .search_form_content {
	padding-top: 10px;
	padding-left: 9px;
	min-height: 116px;
	padding-bottom: 10px;
	min-height: 252px;
}

.modal_search_window > section.search_form_select .search_form_content header {
	height: 35px;
	width: 432px;
	line-height: 35px;
	position: relative;
}

.modal_search_window > section.search_form_select > section#search_form_area .search_form_content header h3 {
	border-bottom: dotted 1px #44CF6B;
}

.modal_search_window > section.search_form_select > section#search_form_area .search_form_content header h3.search_form_area_dekasegi {
	border-bottom: dotted 1px #9696f6;
}

.modal_search_window > section.search_form_select > section#search_form_work .search_form_content header h3 {
	border-bottom: dotted 1px #cf45b4;
}

.modal_search_window > section.search_form_select > section#search_form_kodawaripoint .search_form_content header h3 {
	border-bottom: dotted 1px #cfb445;
}

.modal_search_window > section.search_form_select > section#search_form_age_type .search_form_content header h3 {
	border-bottom: dotted 1px #f07845;
}

.modal_search_window > section.search_form_select > section .search_form_content header span {
	font-size: 14px;
	letter-spacing: 1.3px;
	color: #44CF6B;
	font-weight: bold;
	margin-left: 15px;
}

.modal_search_window > section.search_form_select > section#search_form_area .search_form_content header span {
	color: #008000;
}

.modal_search_window > section.search_form_select > section#search_form_work .search_form_content header span {
	color: #cf45b4;
}

.modal_search_window > section.search_form_select > section#search_form_kodawaripoint .search_form_content header span {
	color: #cfb445;
}

.modal_search_window > section.search_form_select > section#search_form_age_type .search_form_content header span {
	color: #f07845;
}	

.modal_search_window > section.search_form_select > section#search_form_area .search_form_content header .search_form_area_dekasegi span {
	color: #9696f6;
}

.modal_search_window > section.search_form_select .search_form_content header::before {
	display: block;
	position: absolute;
	top: 16px;
	left: -3px;
	content: '';
	width: 18px;
	height: 4px;
	background-color: #ff395b;
	transform: rotate(90deg);
}

.modal_search_window > section.search_preresult {
	position: absolute;
	top: -25px;
	right: -215px;
	background-color: #fff6f6;
	width: 235px;
	box-sizing: border-box;
	border: 6px solid #ff5a78;

}

.modal_search_window > section.search_preresult > header > h1 {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	padding: 10px 10px 10px 10px;
}

.modal_search_window > section.search_preresult > header > h1 > span.search_form_hit {
	font-size: 30px;
	color: #ff7800;
}

.modal_search_window > section.search_preresult > div > header > h3 {
	font-size: 14px;
	letter-spacing: 1.3px;
	font-weight: bold;
	position: relative;
	color: #ffffff;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	background-color: #ff5a78;
}

.modal_search_window > section.search_preresult > div > div.selected_item_all {
	position: relative;
	padding: 20px 10px 10px 10px;
}

.modal_search_window > section.search_preresult > div > div > span.select_from_no_selected {
	color: #959595;
}

.modal_search_window > section.search_preresult > div.search_tri {
	width: 0;
	height: 0;
	border: 12px solid transparent;
	border-top: 12px solid #ff5a78;
	margin-left: 105px;
}

.modal_search_window > section.search_preresult > nav > ul {
	display: table;
	position: relative;
	top: 13px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.modal_search_window > section.search_preresult > nav {
	position: relative;
	vertical-align: middle;
	height: 60px;
}

.modal_search_window > section.search_preresult > nav > ul > li {
	text-align: center;
	vertical-align: middle;
}

.modal_search_window > section.search_preresult > nav > ul > li.search_form_clear {
	display: table-cell;
	width: 54px;
	height: 36px;
	border-radius: 4px;
	background: #eaeaea;
	background: -moz-linear-gradient(top, #eaeaea, #ffffff);
	background: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#ffffff));
	background-image: linear-gradient(to top, #eaeaea, #ffffff 60%);
	background-blend-mode: multiply;
	border: solid 1px #969696;
	font-size: 12px;
	line-height: 1;
	color: #969696;
	cursor: pointer;
}

.modal_search_window > section.search_preresult > nav > ul > li.search_form_select_search {
	width: 130px;
	height: 36px;
	border-radius: 8px;
	background: #ff6c00;
	background: -moz-linear-gradient(top, #ff6c00, #ffc600);
	background: -webkit-gradient(linear, left top, left bottom, from(#ff6c00), to(#ffc600));
	background-image: linear-gradient(to top, #ff6c00, #ffc600);
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 3.6px;
	color: #ffffb4;
	cursor: pointer;
	line-height: 1.8;
	margin-left: 15px;
}

.modal_search_window > section.search_preresult > nav > ul > li.search_form_select_search.no_search {
	background: #dedede;
	background: -moz-linear-gradient(top, #f0f0f0, #dedede);
	background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#dedede));
	background: linear-gradient(#f0f0f0, #dedede);
	color: #d2d2d2;
	cursor: default;
}

.modal_search_window > section.search_preresult > div >div > span {
	position: relative;
}

.modal_search_window > section.search_preresult > div >div > span >span:before {
	position: absolute;
	content: '';
	top: 13px;
	left: 6px;
	width: 2px;
	height: 2px;
	margin-top: -8px;
	border-radius: 50%;
}

.modal_search_window > section.search_preresult > div >div > span.select_form_checked_item_area >span:before {
	background: #45cf6c;
	border: 1px solid #45cf6c;
}

.modal_search_window > section.search_preresult > div >div > span.select_form_checked_item_work >span:before {
	background: #cf45b4;
	border: 1px solid #cf45b4;
}

.modal_search_window > section.search_preresult > div >div > span.select_form_checked_item_kodawaripoint >span:before {
	background: #cfb445;
	border: 1px solid #cfb445;
}

.modal_search_window > section.search_preresult > div >div > span.select_form_checked_item_age_type >span:before {
	background: #f07845;
	border: 1px solid #f07845;
}

.modal_search_window > section.search_preresult > div >div > span >span {
	padding-left: 10px;
	display: inline-block;
	position: relative;
}

#modal-overlay{
	z-index:500;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color:rgba(0,0,0,0.75);
}

/* 検索一覧(テーブル部分) */
.shop_detail_table {
	clear: both;
	margin-bottom: 30px;
}
.table_ttl {
	padding: 5px;
	margin: 0;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}
.table_ttl > img {
	vertical-align: middle;
	float: left;
	padding-top: 8px;
}
.table_ttl h2 {
	width: 400px;
	display: table-cell;
	padding: 0;
	margin: 0;
	float: left;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.table_ttl h2 a {
	padding-left: 6px;
	vertical-align: -3px;
	color: #ffffff;
	text-decoration: none;
	line-height: 1.4;
}
.table_ttl div {
	float: left;
	font-size: 12px;
	padding-left: 6px;
	width: 400px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.table_ttl div.table_ttl_icon {
	position: absolute;
	right: 10px;
	width: 75px;
}
.table_ttl div.table_ttl_icon li {
	margin-bottom: 2px;
}

.table_cnt {
	border-top: none;
	padding: 5px;
	clear: both;
}
.table_cnt h3 {
	text-align: center;
	margin: 5px 0 15px;
}
.list_header {
	width: 580px;
	margin: auto;
}

.list_text {
	font-size: 17.5px;
	margin: 10px 0;
	line-height: 1.3em;
}

.list_catch {
	width: 580px;
	font-size: 12px;
	margin: 10px auto;
	line-height: 1.3em;
	overflow-wrap: break-word;
}

.list_table {
	width:580px;
	margin:0 auto 15px;
	background:#ebebeb;
	table-layout:fixed;
}
.list_table tr {
	border-bottom:1px solid #FFF;
	height:33px;
}
.list_table01 {
	background:#ccffff;
	width:15%;
	border-right:1px solid #FFF;
	text-align:center;
	font-size:15px;
}
.list_table03 {
	padding:0 5px 0 5px;
	white-space: nowrap;
	overflow: hidden;
	font-size: 12px;
	font-weight: normal;
	text-overflow: ellipsis;
}
.search-result_operation {
	width: 580px;
	margin: 10px auto;
}
.search-result_operation ul {
	text-align: center;
	position: relative;
}

.search-result_operation ul p.keep_balloon {
	position: absolute;
	width: 240px;
	bottom: 49px;
	left: 18%;
	padding: 10px 14px;
	margin-left: -80px;
	background: #fca01a;
	box-shadow: 0 1px 1px rgba(0,0,0,.2);
	border-radius: 12px;
	text-align: center;
	color: #fff;
	line-height: 1.4;
	box-sizing: border-box;
	font-size: 14px;
	display: none;
}
.search-result_operation ul p.keep_balloon::after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	border: 8px solid transparent;
	border-top: 8px solid #fca01a;
	border-bottom: 5px solid transparent;
	margin-left: -8px;
}

.search-result_operation ul li {
	display: inline-block;
	width: 49.5%;
}
.search-result_operation.free_plan_operation ul li {
	width: 100%;
}

.search-result_operation li a,
.search-result_operation li p {
	box-sizing: border-box;
	position: relative;
	display: block;
	padding: 12px 0;
	width: 100%;
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	font-weight: 600;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
	text-decoration: none;
}

.search-result_operation li p.search-result_tel {
	padding: 10px 0;
	background-color: #fffff0;
	border: 2px dashed #009600;
	color: #009600;
	text-shadow: none;
}

.search-result_operation li a.before_add_cart::before {
	display: block;
	position: absolute;
	top: 11px;
	left: 50px;
	content: '';
	width: 22px;
	height: 22px;
	background-image: url(/images/search-result/no_check.png);
}

.search-result_operation li a.after_add_cart::before {
	display: block;
	position: absolute;
	top: 11px;
	left: 33px;
	content: '';
	width: 25px;
	height: 22px;
	background-image: url(/images/search-result/check.png);
}

.search-result_operation li a.before_add_cart {
	background: #ff7896;
    background: -moz-linear-gradient(left, #ff5a78, #ff7896);
    background: -webkit-gradient(linear, left top, right top, from(#ff5a78), to(#ff7896));
    background: linear-gradient(to right, #ff5a78, #ff7896);
}

.search-result_operation li a.after_add_cart {
	background-color: #d2d2d2;
}	
.search-result_operation li a.search-result_link_shop {
    background: #4b9fff;
    background: -moz-linear-gradient(left, #0f78ea, #4b9fff);
    background: -webkit-gradient(linear, left top, right top, from(#0f78ea), to(#4b9fff));
    background: linear-gradient(to right, #0f78ea, #4b9fff);
}

.search-result_operation li a.search-result_link_shop::after {
	position: absolute;
    content: '';
    display: block;
	top: 18px;
    right: 12px;
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.terminate_notice {
	text-align: center;
	font-size: 16px;
	padding: 5px 0;
}
.terminate_notice span {
	color: #ef6c00;
	font-weight: bold;
}
.terminate_notice.today_terminate span {
	color: #ff0000;
}

/* インタビュー動画 */
.home_movie_list header {
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	height: 38px;
	background-color: #03d5d8;
	background-image: -webkit-gradient(linear, left top, right top, from(#03d5d8), to(#5d9efc));
	background-image: -webkit-linear-gradient(left, #03d5d8, #5d9efc);
	background-image: -o-linear-gradient(left, #03d5d8, #5d9efc);
	background-image: linear-gradient(to right, #03d5d8, #5d9efc);
}

#home_woman_movie.home_movie_list header {
	background-color: #f75f99;
	background-image: -webkit-gradient(linear, left top, right top, from(#f75f99), to(#fc6467));
	background-image: -webkit-linear-gradient(left, #f75f99, #fc6467);
	background-image: -o-linear-gradient(left, #f75f99, #fc6467);
	background-image: linear-gradient(to right, #f75f99, #fc6467);
}

.home_movie_list header h2 {
	position: relative;
	color: #ffffff;
	line-height: 38px;
	font-size: 20px;
	margin-left: 40px;
	font-weight: bold;
}

.home_movie_list header h2::before {
	position: absolute;
	content: '';
	width: 22px;
	height: 22px;
	top: 8px;
	left: -30px;
	background-image: url('/images/home/home_movie.png');
}

.home_movie_list div {
	border: solid 1px #e5e5e5;
	border-top: none;
	margin-bottom: 20px;
}

.home_movie_list ul {
	padding: 4px 5px 0 5px;
	text-align: center;
} 

.home_movie_list ul li {
	width: 33%;
	width: calc((100% / 3) - 23px);
	text-align: left;
	display: inline-block;
	border: solid 1px #e5e5e5;
	padding: 5px 8px;
}

.home_movie_list ul li p {
	width: 100%;
	font-size: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.home_movie_list ul li p.movie_comment {
	overflow: auto;
	text-overflow: inherit;
	white-space: inherit;
	font-size: 11px;
	height: 31px;
	margin-top: 5px;
}
