@CHARSET "UTF-8";

body {
	font-family: 'MS PGothic',sans-serif;
	padding: 0;
	margin: 0;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
	background-color: #fff;
	font-size: 15px;
}
#body_inner {
	overflow: hidden;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	color: #000;
}

a img {
	border: none;
}

dl,
dt,
dd {
	margin: 0;
	display: block;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}


/*******************************
	共通
*******************************/
.com_table {
	display: table;
}
.com_tr {
	display: table-row;
}
.com_td {
	display: table-cell;
}

h1.style1 {
	background-color: #F7A52A;
	color: #fff;
	padding: 10px;
	font-size: 15px;
	margin: 0;
}

h2.style1 {
	background-color: #1d87d0;
	color: #fff;
	padding: 10px;
	font-size: 14px;
	margin: 0;
}
h2.style2 {
	margin: 0 10px 10px 10px;
	font-size: 16px;
	font-weight: bold;
	border-left: solid 2px #000;
	padding-left: 10px;
	line-height: 2.0;
}

div.com_asterisk {
	padding-left: 1em;
	text-indent: -1em;
}
div.com_asterisk:before {
	display: inline;
	content: "※";
}

.com_box_shadow {
	box-shadow: 1px 1px 0 rgba(221,221,221,1.0);
}

.no_data {
	padding: 10px;
	margin: 20px 0;
	font-weight: bold;
	color: #cc0000;
}

.com_gray {
	color: #ccc;
}


/*******************************
	リスト
*******************************/
ul.com_asterisk li {
	list-style-type: none;
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 0.5em;
}
ul.com_asterisk li:last-child {
	margin-bottom: 0;
}
ul.com_asterisk li:before {
	display: inline;
	content: "※";
}
/*******************************
	リンク
*******************************/
.com_link.style1 {
	display: block;
	border: solid 1px #ddd;
	padding: 10px;
	margin: 15px 20px;
	text-align: center;
	text-decoration: none;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	text-decoration: none;
	box-shadow: 1px 1px 0 rgba(221,221,221,1.0);
	font-weight: bold;
	color: #444;
}

/*******************************
	アイコン
*******************************/
h2.style1.icon_search {
	background-image: url(../../img/sma/icon/search.png);
	background-repeat: no-repeat;
	background-position: 3px 50%;
	-webkit-background-size: 20px 20px;
	background-size: 20px 20px;
	padding-left: 26px;
}

/*******************************
	ヘッダー部分
*******************************/
.com_header .logo_placeholder {
	display: block;
}
.com_header .logo {
	font-size: 1px;
	margin: 0;
}
.com_header .logo a {
	display: table-cell;
	vertical-align: middle;
	height: 45px;
	padding-left: 5px;
}
.com_header .logo img {
	width: 204px;
}

.com_header #search_trigger {
	display: block;
	width: 45px;
	height: 45px;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
}
.com_header #search_trigger.left {
	border-right: dotted 1px #ccc;
	right: 45px;
}
.com_header #search_trigger i {
	position: absolute;
	font-size: 20px;
	width: 30px;
	height: 20px;
	line-height: 20px;
	margin: auto;
	top: -5px;
	bottom: 0;
	left: 0;
	right: 0;
	vertical-align: middle;
}
.com_header #search_trigger .text {
	position: absolute;
	font-size: 10px;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	display: block;
	width: 100%;
}

/*******************************
	検索部分
*******************************/
#search_placeholder {
	border-top: solid 1px #ddd;
	display: none;
}
#search_placeholder .form {
	padding: 10px;
}
#search_placeholder input {
	width: 100%;
	font-size: 16px;
	border: solid 1px #f7a52a;
	padding: 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-sizing: border-box;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.2;
}
#search_placeholder .result li {
	border-top: solid 1px #ddd;
}
#search_placeholder .result .none,
#search_placeholder .result a {
	display: block;
	color: #000;
	text-decoration: none;
	padding: 15px 10px;
}
#search_placeholder .result a {
	background: url(../../img/sma/icon/arrow1.png) no-repeat 100% 50%;
	-webkit-background-size: 15px 15px;
	background-size: 10px 15px;
	background-position: calc(100% - 10px) 50%;
}
#search_placeholder .result .none {
	color: #999;
}

/*******************************
	フッター部分
*******************************/
#goto_top {
	position: fixed;
	right: 5px;
	bottom: 62px;
	display: none;
}
#goto_top a {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: rgba(0,0,0,0.5) url(../../img/sma/icon/top.png) no-repeat 50% 50%;
	-webkit-background-size: 19px 10px;
	background-size: 19px 10px;
}
.com_footer {
	padding: 5px 0;
	text-align: center;
	font-size: 12px;
	background-color: #F4A636;
	color: #FFF;
}

.com_footer a {
	color: #FFF;
}

.copyright {
	font-size: small;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 20px;
}

/*******************************
	アコーディオンメニュー
*******************************/
.accordion.style1 .accordion_trigger,
.accordion.style2 .accordion_trigger {
	cursor: pointer;
}
.accordion.style1 .accordion_trigger {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 10px;
	border: solid 1px #ddd;
	padding: 10px;
}
.accordion.style2 .accordion_trigger {
	border-bottom: solid 1px #ddd;
	padding: 15px;
	font-weight: bold;
	color: #444;
}
.accordion.style2 .accordion_trigger.border_top {
	border-top: solid 1px #ddd;
}
.accordion.style1.opened .accordion_trigger {
	border: solid 1px #f7a52a;
}
.accordion.style1 .accordion_trigger span,
.accordion.style2 .accordion_trigger span {
	display: inline-block;
}
.accordion.style1.opened .accordion_trigger,
.accordion.style2.opened .accordion_trigger {
	background: #fff url(../../img/sma/icon/up.png?2) no-repeat 100% 50%;;
	-webkit-background-size: 25px 8px;
	background-size: 25px 8px;
}
.accordion.style2.opened .accordion_trigger {
	color: #f7a52a;
}
.accordion.style1.closed .accordion_trigger,
.accordion.style2.closed .accordion_trigger {
	background: url(../../img/sma/icon/down.png?3) no-repeat 100% 50%;;
	-webkit-background-size: 25px 8px;
	background-size: 25px 8px;
}
.accordion.style1 .accordion_body,
.accordion.style2 .accordion_body {
	display: none;
	border-bottom: solid 1px #ddd;
}
.accordion.style1.opened .accordion_body {
	margin-bottom: 10px;
}
.accordion.style1 .accordion_body.no_border_bottom {
	border-bottom: 0;
	margin-bottom: 0;
}
.accordion.style1 .accordion_body {
	padding: 0 10px;
}
.accordion.style1 .accordion_body li,
.accordion.style2 .accordion_body li {
	border-bottom: solid 1px #ddd;
}
.accordion.style1 .accordion_body li:last-child,
.accordion.style2 .accordion_body li:last-child {
	border-bottom: 0;
}
.accordion.style1 .accordion_body li a,
.accordion.style2 .accordion_body li a {
	display: block;
	color: #000;
	text-decoration: none;
}
.accordion.style2 .accordion_body li a {
	background: url(../../img/sma/icon/arrow1.png) no-repeat 98% 50%;
	-webkit-background-size: 15px 15px;
	background-size: 10px 15px;
	background-position: calc(100% - 10px) 50%;
}

.accordion.style1 .accordion_body li .active,
.accordion.style1 .accordion_body li .disabled,
.accordion.style1 .accordion_body li a {
	padding: 15px 10px;
}
.accordion.style1 .accordion_body li .active {
	display: block;
	padding-left: 35px;
	background: url(../../img/sma/icon/check.png) no-repeat 10px 50%;;
	-webkit-background-size: 15px 11px;
	background-size: 15px 11px;
	color: #666;
}
.accordion.style1 .accordion_body li .disabled {
	display: block;
	color: #ccc;
}
.accordion.style1 .accordion_body li .disabled .title {
	text-decoration: line-through;
}
.accordion.style2 .accordion_body li .active,
.accordion.style2 .accordion_body li .disabled,
.accordion.style2 .accordion_body li a {
	padding: 15px;
	padding-left: 30px;
}
.accordion.style1 .accordion_body li .note {
	margin-left: 10px;
}

/*******************************
	メニューボタン
*******************************/
.action_menu {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	width: 300px;
	margin: auto;
	margin-bottom: 10px;
}

.action_menu a,
.action_menu span {
	display: block;
	float: left;
	padding: 10px 0;
	margin: 5px;
	width: 140px;
	white-space: nowrap;
	border: solid 1px #ccc;
	box-sizing: border-box;
	color: #999;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.action_menu a {
	text-decoration: none;
}
.action_menu a:hover,
.action_menu span {
	background-color: #3498db;
	border-color: #3498db;
	color: #fff;
}

/*******************************
	ページャー
*******************************/
.pager {
	padding: 0 5px;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}
.no_border_top .pager {
	border-top: 0;
}
.no_border_bottom .pager {
	border-bottom: 0;
}
.pager .com_table {
	width: 100%;
}
.pager .com_td {
	text-align: center;
	font-size: 12px;
	white-space: nowrap;
}
.pager .prev,
.pager .next {
	width: 30%;
}
.pager  a,
.pager .disabled {
	display: block;
	padding: 5px 0;
}
.pager .count {
	padding: 5px 0;
}
.pager  a {
	color: #000;
}
.pager .disabled {
	color: #ccc;
}
.pager .inner {
	display: block;
	padding: 5px 0;
}
.pager .prev.border_right .inner {
	border-right: solid 1px #ddd;
}
.pager .next.border_left .inner {
	border-left: solid 1px #ddd;
}

/*******************************
	リスト
*******************************/
ul.style1 {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.style1 li {
	border-bottom: solid 1px #CCCCCC;
}
ul.style1 li .disabled,
ul.style1 li a {
	padding: 15px 10px;
	display: block;
}
ul.style1 li a {
	text-decoration: none;
	background: url(../../img/sma/icon/arrow1.png) no-repeat 100% 50%;
	-webkit-background-size: 15px 15px;
	background-size: 10px 15px;
	background-position: calc(100% - 10px) 50%;
}
ul.style1 li .disabled {
	background-color: #f6f6f6;
	color: #999;
}
ul.style1 li .disabled .title {
	text-decoration: line-through;
}
ul.style1 li strong
{
	font-weight: bold;
	padding: 15px 10px;
	display: block;
	color: #999999;
	padding-left: 20px;
}
ul.style1 li strong span,
ul.style1 li a span {
	vertical-align: middle;
}
ul.style1 li strong .note,
ul.style1 li .disabled .note,
ul.style1 li a .note {
	font-size: 12px;
	font-weight: normal;
	margin-left: 10px;
}

/*******************************
	dl
*******************************/
dl.style1 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #ddd;
}
dl.style1 dt {
	font-size: 12px;
	border-left: solid 2px #000;
	padding-left: 10px;
	margin-bottom: 5px;
}
dl.style1 dd {
	font-size: 16px;
	padding-left: 12px;
}

/*******************************
	パン屑リスト
*******************************/
.topic_path {
	font-size: 12px;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	overflow: hidden;
	width: 100%;
}
.topic_path ol {
	margin: 0;
	padding: 0;
	list-style: none;
	display: table;
}
.topic_path ol li {
	display: table-cell;
	white-space: nowrap;
}
.topic_path ol li a {
	display: inline-block;
	color: #999;
	text-decoration: none;
	color: #000;
}
.topic_path ol li strong {
	display: inline-block;
	font-weight: normal;
	color: #999;
	padding-left: 5px;
}
.topic_path ol li a,
.topic_path ol li strong {
	height: 36px;
	line-height: 36px;
	background: url(../../img/sma/icon/topic_path_arrow.png?8) no-repeat 100% 50%;
	-webkit-background-size: 15px 36px;
	background-size: 15px 36px;
	padding-right: 15px;
	padding-left: 5px;
}

/*******************************
	タブメニュー1
*******************************/
.com_tab.style1 {
	margin-top: 10px;
	border-bottom: solid 2px #f7a52a;
}
.com_tab.style1 .com_table {
	width: 100%;
	table-layout: auto;
	border-collapse: collapse;
}
.com_tab.style1 .com_td {
	width: 20%;
	font-weight: bold;
	white-space: nowrap;
}
.com_tab.style1.col2 .com_td {
	width: 50%;
}
.com_tab.style1.col3 .com_td {
	width: 33.333%;
}
.com_tab.style1 .com_td:first-child {
	border-left: 0;
}
.com_tab.style1 .com_td:last-child {
	border-right: 0;
}
.com_tab.style1 .com_td a,
.com_tab.style1 .com_td .active,
.com_tab.style1 .com_td .disabled {
	display: block;
	text-align: center;
	line-height: 40px;
	font-size: 12px;
	padding: 0 5px;
}
.com_tab.style1 .com_td a {
	color: #666;
	text-decoration: none;
}
.com_tab.style1 .com_td .active {
	background-color: #f7a52a;
	color: #fff;
}
.com_tab.style1 .com_td .disabled {
	color: #ddd;
	text-decoration: line-through;
}

/*******************************
	タブメニュー2
*******************************/
.com_tab.style2 {
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
	height: 41px;
}
.com_tab.style2:before {
	content: " ";
	height: 1px;
	width: 100%;
	background-color: #ddd;
	position: absolute;
	bottom: 0;
}
.com_tab.style2 .inner {
	position: absolute;
	width: 100%;
	padding: 0 7px;
	box-sizing: border-box;
}
.com_tab.style2 ul {
	display: table;
	width: 100%;
}
.com_tab.style2 li {
	display: table-cell;
	width: 50%;
	text-align: center;
	vertical-align: top;
	padding: 0 3px;
}
.com_tab.style2 li a,
.com_tab.style2 li span {
	display: block;
	line-height: 40px;
	font-size: 12px;
}
.com_tab.style2 li span {
	border: solid 1px #ddd;
	border-bottom: 0;
	background-color: #fff;
}
.com_tab.style2 li a {
	line-height: 39px;
	text-decoration: none;
	background-color: #f6f6f6;
	border: solid 1px #f6f6f6;
	border-bottom: 0;
	color: #444;
}

/*******************************
	店舗一覧
*******************************/
.com_list_description {
	font-size: 12px;
	padding: 0 10px;
	margin-bottom: 10px;
	color: #999;
}
.com_list_description.margin_top {
	margin-top: 10px;
}
.com_list.style1 {
	background-color: #f0f0f0;
}
.com_list.style1 li {
	padding: 4px 0;
}
.com_list.style1 li:first-child {
	padding-top: 8px;
}
.com_list.style1 li:last-child {
	padding-bottom: 8px;
}
.com_list.style1 li a {
	background-color: #fff;
	display: block;
	text-decoration: none;
	overflow: hidden;
}
.com_list.style1 li .com_table {
	width: 100%;
	table-layout: auto;
}
.com_list.style1 li .com_td {
	padding: 5px;
}
.com_list.style1 li .photo {
	vertical-align: middle;
	width: 120px;
}
.com_list.style1 li .photo span {
	display: table-cell;
	width: 120px;
	min-width: 120px;
	height: 120px;
	text-align: center;
	background-color: #fff;
	vertical-align: middle;
}
.com_list.style1 li .text {
	vertical-align: top;
}
.com_list.style1 li .photo img {
	width: 100%;
	height: auto;
	pointer-events: none;
}
.com_list.style1 li .photo img.vertical {
	width: auto;
	height: 100%;
}
.com_list.style1 li .title {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #444;
	padding: 10px 5px 5px 5px;
}
.com_list.style1 li .title .padding {
	padding: 0 5px;
}
.com_list.style1 li .text .style1 {
	display: block;
	color: #000;
	font-size: 12px;
}
.com_list.style1 li .text .style2 {
	display: block;
	color: #999;
	font-size: 12px;
}
.com_list.style1 li .text .style3 {
	display: inline-block;
	background-color: #f6f6f6;
	padding: 3px 6px;
	color: #000;
	font-size: 12px;
	margin-bottom: 5px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.com_list.style1 li .style4 {
	display: block;
	font-size: 12px;
	color: #008249;
	max-height: 36px;
	overflow: hidden;
	text-indent: -18px;
	padding-left: 18px;
}
.com_list.style1 li .waribiki_example {
	display: block;
	border: solid 1px #f7a52a;
	margin: 5px;
}
.com_list.style1 li .waribiki_example .title2,
.com_list.style1 li .waribiki_example .price,
.com_list.style1 li .waribiki_example .waribiki_example_title {
	display: block;
	padding: 0 5px;
}
.com_list.style1 li .waribiki_example .title2 {
	font-size: 11px;
	background-color: #f7a52a;
	color: #fff;
}
.com_list.style1 li .waribiki_example .waribiki_example_title,
.com_list.style1 li .waribiki_example .price {
	display: table-cell;
	width: 50%;
}
.com_list.style1 li .waribiki_example .waribiki_example_title {
	font-size: 12px;
	vertical-align: middle;
}
.com_list.style1 li .waribiki_example .price {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
.com_list.style1 li .waribiki_example .before {
	display: block;
	font-size: 12px;
	white-space: nowrap;
	text-decoration: line-through;
}
.com_list.style1 li .waribiki_example .after {
	display: block;
	font-weight: bold;
	font-size: 20px;
	color: #cc0000;
	line-height: 1.0;
	white-space: nowrap;
}

/*******************************
	女の子一覧・写メ日記一覧
*******************************/
.com_list_description {
	font-size: 12px;
	padding: 0 10px;
	margin-bottom: 10px;
	color: #999;
}

.com_list.style2 {
	background-color: #f0f0f0;
}
.com_list.style2 li {
	padding: 4px 0;
}
.com_list.style2 li:first-child {
	padding-top: 8px;
}
.com_list.style2 li:last-child {
	padding-bottom: 8px;
}
.com_list.style2 li a {
	background-color: #fff;
	display: block;
	position: relative;
	text-decoration: none;
	overflow: hidden;
}
.com_list.style2 li .com_table {
	width: 100%;
	table-layout: auto;
}
.com_list.style2 li .photo {
	vertical-align: middle;
	width: 105px;
}

.com_list.style2 li .photo .inner {
	position: relative;
	display: table-cell;
	width: 120px;
	min-width: 120px;
	height: 160px;
	text-align: center;
	vertical-align: middle;
}
.com_list.style2 li .photo.style2 .inner {
	width: 120px;
	min-width: 120px;
	height: 120px;
}
.com_list.style2 li .photo .inner .image {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	border-top-left-radius: 2px;
	-moz-border-top-left-radius: 2px;
	-webkit-border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	-moz-border-bottom-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
}
.com_list.style2 li .photo .inner .image.style2 {
	background-size: contain;
}
.com_list.style2 li .text {
	position: relative;
	vertical-align: top;
	padding: 5px 5px 5px 10px;
	width: 90%;
}
.com_list.style2 li .photo .standby,
.com_list.style2 li .photo .full,
.com_list.style2 li .photo .finished {
	position: absolute;
	display: block;
	bottom: 0;
	width: 100%;
	color: #fff;
	text-align: center;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
}
.com_list.style2 li .photo .standby {
	background-color: rgba(39,138,208,0.8);
}
.com_list.style2 li .photo .full {
	background-color: rgba(204,51,51,0.8);
}
.com_list.style2 li .photo .finished {
	background-color: rgba(127,127,127,0.5);
}
.com_list.style2 li .text .title {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #444;
	margin-bottom: 5px;
}
.com_list.style2 li .text .title.nowrap {
	position: relative;
	height: 27px;
	line-height: 27px;
	overflow: hidden;
}
.com_list.style2 li .text .title.nowrap .inner {
	position: absolute;
	white-space: nowrap;
}
.com_list.style2 li .text .style1 {
	display: block;
	color: #000;
	font-size: 14px;
}
.com_list.style2 li .text .margin_bottom {
	display: block;
	margin-bottom: 20px;
}
.com_list.style2 li .text .style2 {
	display: block;
	font-size: 12px;
}
.com_list.style2 li .text .style2.nowrap {
	position: relative;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
}
.com_list.style2 li .text .style2.nowrap .inner {
	position: absolute;
	white-space: nowrap;
}
.com_list.style2 li .text .style2.margin_bottom {
	margin-bottom: 20px;
}
.com_list.style2 li .text .style3 {
	display: inline-block;
	background-color: #f6f6f6;
	padding: 3px 6px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #000;
	font-size: 12px;
	margin-bottom: 5px;
}
.com_list.style2 li .text .style4 {
	display: block;
	font-size: 12px;
	color: #008249;
}
.com_list.style2 li .style4 {
	display: block;
	font-size: 12px;
	color: #999;
	line-height: 2.0;
}
.com_list.style2 li .style5 {
	position: absolute;
	right: 10px;
	bottom: 5px;
	font-size: 12px;
	color: #999;
}
.com_list.style2 li .schedule {
	position: absolute;
	display: table;
	border: solid 1px #3184c5;
	line-height: 20px;
	white-space: nowrap;
	overflow: hidden;
	box-sizing: border-box;
	bottom: 5px;
	right: 5px;
	width: 190px;
	font-size: 12px;
	color: #fff;
	text-align: center;
}
.com_list.style2 li .schedule .description {
	display: table-cell;
	width: 50%;
	margin-right: 5px;
	background-color: #3184c5;
}
.com_list.style2 li .schedule .hours {
	display: table-cell;
	width: 50%;
	color: #3184c5;
	font-weight: bold;
}
.com_list.style2 li .schedule.full {
	border-color: #cc3333;
}
.com_list.style2 li .schedule.full .description {
	background-color: #cc3333;
}
.com_list.style2 li .schedule.full .hours {
	color: #cc3333;
}
.com_list.style2 li .schedule.finished {
	border-color: #999;
}
.com_list.style2 li .schedule.finished .description {
	background-color: #999;
}
.com_list.style2 li .schedule.finished .hours {
	color: #999;
}
.com_list.style2 li .icons {
	display: block;
	font-weight: normal;
	font-size: 11px;
	margin: 2px 0;
}
.com_list.style2 li .icons .icon {
	text-align: center;
	margin-right: 10px;
}

/*******************************
	一覧共通
*******************************/
.com_list li .title .number {
	display: inline-block;
	font-size: 12px;
	margin-right: 10px;
	line-height: 27px;
	vertical-align: bottom;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
	padding: 0 2px;
	min-width: 26px;
	color: #444;
	background-color: #edf1f4;
	font-weight: bold;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.com_list li .title .number.number1 {
	background-color: #f8bb07;
	color: #fff;
}
.com_list li .title .number.number2 {
	background-color: #f85f64;
	color: #fff;
}
.com_list li .title .number.number3 {
	background-color: #279dc5;
	color: #fff;
}

/*******************************
	新着情報
*******************************/
.com_list.style3 {
	background-color: #f6f6f6;
}
.com_list.style3 li {
	border-bottom: solid 1px #ddd;
}
.com_list.style3 li a {
	background-color: #fff;
	display: block;
	position: relative;
	text-decoration: none;
}
.com_list.style3 li .inner {
	padding: 10px;
}
.com_list.style3 li .image,
.com_list.style3 li .text {
	display: table-cell;
	vertical-align: middle;
}
.com_list.style3 li .image .inner {
	display: block;
	background-size: cover;
	width: 70px;
	height: 70px;
}
.com_list.style3 li .image {
	padding-right: 10px;
}
.com_list.style3 li .title {
	display: block;
	font-weight: bold;
	font-size: 16px;
	color: #444;
}
.com_list.style3 li .note {
	display: block;
	font-size: 12px;
	color: #999;
}
.com_list.style3 li .shop_name {
	display: block;
	font-size: 12px;
	color: #444;
}


.com_information .mark {
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 10px;
	height: 16px;
	line-height: 16px;
	width: 60px;
	margin-right: 10px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.com_information .mark.style1 {
	background-color: #f79f2a;
}
.com_information .mark.style2 {
	background-color: #3293bf;
}
.com_information .mark.style3 {
	background-color: #cd3c3c;
}
.com_information .mark.style4 {
	background-color: #eb6e94;
}
.com_information .mark.style5 {
	background-color: #00a5a5;
}
.com_information .com_table {
	width: 100%;
}
.com_information .com_td.col1 {
	width: 15%;
}
.com_information .com_td.col2 {
	width: 15%;
	padding-left: 10px;
}
.com_information .com_td.col3 {
	width: 70%;
	padding-left: 10px;
}
/*******************************
	写真のみ表示
*******************************/
.com_list.style4 {
	padding-top: 5px;
	width : 100%;
	width : -webkit-calc(100% + 5px);
	width : calc(100% + 5px);
}
.com_list.style4 li {
	display: block;
	margin-bottom: 5px;
	padding-right: 5px;
	width: 50%;
	box-sizing: border-box;
	float: left;
}
.com_list.style4 li img {
	width: 100%;
}

/*******************************
	求人一覧
*******************************/
.com_list.style5 {
	background-color: #f0f0f0;
}
.com_list.style5 li {
	padding: 4px 0;
}
.com_list.style5 li:first-child {
	padding-top: 8px;
}
.com_list.style5 li:last-child {
	padding-bottom: 8px;
}
.com_list.style5 li a {
	background-color: #fff;
	display: block;
	text-decoration: none;
	overflow: hidden;
	color: #444;
}
.com_list.style5 li a .title {
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 10px 0 10px;
}
.com_list.style5 li a .name {
	display: block;
	padding: 0 10px;
	font-weight: bold;
}
.com_list.style5 li a .name span {
	display: block;
	border-top: solid 1px #f0f0f0;
	padding: 15px 0;
}
.com_list.style5 li a .image {
	display: block;
	padding: 10px 10px 5px 10px;
}
.com_list.style5 li a .image img {
	width: 100%;
}
.com_list.style5 li a .text {
	display: block;
	font-size: 12px;
	padding: 10px;
}
.com_list.style5 li a .inner {
	display: table;
	table-layout: fixed;
	box-sizing: border-box;
	width: 100%;
	border-collapse: collapse;
	overflow: hidden;
}
.com_list.style5 li a .dl {
	display: table-row;
}
.com_list.style5 li a .dt,
.com_list.style5 li a .dd {
	display: table-cell;
	padding: 2px 5px;
	border: solid 1px #fff;
}
.com_list.style5 li a .dt {
	white-space: nowrap;
	padding-right: 5px;
	width: 50px;
}
.com_list.style5 li a .dd {
	display: block;
	text-indent: -17px;
	padding-left: 17px;
	max-height: 34px;
	overflow: hidden;
}
.com_list.style5 li a .dd:before {
	content: "：";
	margin-right: 5px;
}

/*******************************
	エラー表示
*******************************/
.com_error {
	padding: 10px;
	margin: 40px 0;
	font-size: 14px;
}

/*******************************
	メッセージ
*******************************/
.com_message {
	padding: 10px;
	margin: 40px 0;
	font-size: 14px;
}

/*******************************
	アイコンの説明
*******************************/
.icon_description {
	font-size: 11px;
	padding: 0 10px;
	margin-bottom: 10px;
	text-align: right;
}
.icon_description .title:after {
	content: "・・・";
	margin-left: 5px;
}
.icon_description .item {
	margin-left: 15px;
}
.icon_description .item i:after {
	content: "=";
	margin: 0 3px;
}