@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.padding_bottom {
	padding-bottom: 50px;
}
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: #ff7700;
	color: #fff;
	padding: 10px;
	font-size: 14px;
	margin: 0;
}

h2.style1 {
	background-color: #ff6600;
	color: #fff;
	padding: 10px;
	font-size: 13px;
	margin: 0;
}

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

.com_box_shadow {
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);
}

.no_data {
	padding: 10px;
	margin: 20px 0;
	color: #999;
}

.com_gray {
	color: #ccc;
}

/*******************************
	アイコン
*******************************/
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 {
	position: relative;
	height: 40px;
}
.com_header .logo_placeholder {
	padding-right: 90px;
}
.com_header .logo_placeholder .com_td {
	height: 40px;
	vertical-align: middle;
}
.com_header .logo {
	margin: 0;
	margin-bottom: 2px;
	padding: 2px;
}
.com_header .logo img {
	width: 100%;
	max-width: 204px;
}

.com_header #search_trigger {
	position: absolute;
	background: url(../../img/sma/icon/search2.png?3) no-repeat 50% 50%;
	-webkit-background-size: 30px 30px;
	background-size: 30px 30px;
	width: 44px;
	height: 34px;
	right: 44px;
	top: 3px;
	cursor: pointer;
	border-right: dotted 1px #ddd;
}
.com_header .menu {
	position: absolute;
	background: url(../../img/sma/icon/menu.png) no-repeat 50% 50%;
	-webkit-background-size: 30px 30px;
	background-size: 30px 30px;
	width: 44px;
	height: 34px;
	right: 0;
	top: 3px;
	cursor: pointer;
}
.com_header .menu_body {
	display: none;
	position: absolute;
	right: 5px;
	top: 45px;
	border: solid 1px #ddd;
	background-color: #fff;
	width: 90%;
	max-width: 400px;
	box-sizing: border-box;
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);
	z-index: 100;
}
.com_header .menu_body li {
	border-bottom: solid 1px #ddd;
}
.com_header .menu_body li:last-child {
	border-bottom: 0;
}
.com_header .menu_body a {
	text-decoration: none;
	display: block;
	padding: 15px;
	background: url(../../img/sma/icon/arrow1.png?2) no-repeat 100% 50%;
	-webkit-background-size: 15px 15px;
	background-size: 15px 15px;
}

.com_header .menu_body:after,
.com_header .menu_body:before {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.com_header .menu_body:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 10px;
	margin-left: -10px;
	right: 11px;
}
.com_header .menu_body:before {
	border-color: rgba(204, 204, 204, 0);
	border-bottom-color: #ccc;
	border-width: 11px;
	margin-left: -11px;
	right: 10px;
}
/*******************************
	検索部分
*******************************/
#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 #ff9900;
	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?2) no-repeat 100% 50%;
	-webkit-background-size: 15px 15px;
	background-size: 15px 15px;
}
#search_placeholder .result .none {
	color: #999;
}

/*******************************
	フッター部分
*******************************/
#top_link {
	font-size: 14px;
	text-align: right;
	margin: 20px 10px 10px 10px;
}
#top_link a {
	display: inline-block;
	padding: 5px 0;
	padding-left: 20px;
	background: url(../../img/sma/icon/up2.png?2) no-repeat 0 50%;
	-webkit-background-size: 14px 8px;
	background-size: 14px 8px;
	padding-left: 24px;
}

.com_footer {
	padding: 5px 0;
	text-align: center;
	font-size: 12px;
	background-color: #FF7700;
	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;
}
.accordion.style2 .accordion_trigger.border_top {
	border-top: solid 1px #ddd;
}
.accordion.style1.opened .accordion_trigger {
	border: solid 1px #ff9900;
}
.accordion.style1 .accordion_trigger span,
.accordion.style2 .accordion_trigger span {
	display: inline-block;
}
.accordion.style1.opened .accordion_trigger,
.accordion.style2.opened .accordion_trigger {
	background: 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: #ff9900;
}
.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?2) no-repeat 100% 50%;
	-webkit-background-size: 15px 15px;
	background-size: 15px 15px;
}

.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: 30px;
	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;
}

/*******************************
	ページャー
*******************************/
.pager {
	padding: 0 5px;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}
.no_border_top .pager {
	border-top: 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?2) no-repeat 100% 50%;
	-webkit-background-size: 15px 15px;
	background-size: 15px 15px;
}
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: #ccc;
	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;
}

/*******************************
	タブメニュー
*******************************/
.com_tab.style1 {
	margin-top: 10px;
}
.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 .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 {
	background-color: #f6f6f6;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	color: #666;
	text-decoration: none;
}
.com_tab.style1 .com_td a.border_right {
	border-right: solid 1px #ddd;
}
.com_tab.style1 .com_td .active {
	background-color: #ff9900;
	border-top: solid 1px #ff9900;
	border-bottom: solid 1px #ff9900;
	color: #fff;
}
.com_tab.style1 .com_td .disabled {
	background-color: #f6f6f6;
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
	color: #ddd;
}

/*******************************
	店舗一覧
*******************************/
.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: #f6f6f6;
}
.com_list.style1 li {
	padding: 4px 8px;
}
.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;
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);
	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: 100px;
}
.com_list.style1 li .photo span {
	display: table-cell;
	width: 100px;
	min-width: 100px;
	height: 100px;
	text-align: center;
	background-color: #fff;
}
.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;
	color: #000;
	font-size: 18px;
	padding: 5px;
	border-bottom: dotted 1px #ddd;
}
.com_list.style1 li .title .padding {
	padding: 0 5px;
}
.com_list.style1 li .title .number {
	display: inline-block;
	font-size: 12px;
	margin-right: 5px;
	padding: 0 8px;
	line-height: 27px;
	vertical-align: bottom;
	background-color: #f6f6f6;
}
.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;
}
.com_list.style1 li .style4 {
	position: relative;
	display: block;
	font-size: 12px;
	color: #999;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
}
.com_list.style1 li .style4 span {
	position: absolute;
	white-space: nowrap;
}

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

.com_list.style2 {
	background-color: #f6f6f6;
}
.com_list.style2 li {
	padding: 4px 8px;
}
.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;
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);
	position: relative;
	border: solid 1px #fff;
	text-decoration: none;
	overflow: hidden;
}
.com_list.style2 li a.scheduled {
	background-color: #fff8d9;
	border: solid 1px #ffda48;
}
.com_list.style2 li .com_table {
	width: 100%;
	table-layout: auto;
}
.com_list.style2 li .com_td {
	padding: 5px;
}
.com_list.style2 li .photo {
	vertical-align: middle;
	width: 100px;
}
.com_list.style2 li .photo span {
	position: relative;
	display: table-cell;
	width: 100px;
	min-width: 100px;
	height: 100px;
	overflow: hidden;
	text-align: center;
	background-color: #fff;
}
.com_list.style2 li .text {
	vertical-align: top;
}
.com_list.style2 li .photo img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: auto;
	pointer-events: none;
}
.com_list.style2 li .photo img.vertical {
	width: auto;
	height: 100%;
}
.com_list.style2 li .photo .standby,
.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(255,77,76,0.9);
}
.com_list.style2 li .photo .finished {
	background-color: rgba(127,127,127,0.5);
}
.com_list.style2 li .text .title {
	display: block;
	color: #000;
	font-size: 18px;
}
.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 .title .number {
	display: inline-block;
	font-size: 12px;
	margin-right: 5px;
	padding: 0 8px;
	line-height: 27px;
	vertical-align: bottom;
	background-color: #f6f6f6;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.com_list.style2 li .text .style1 {
	display: block;
	color: #000;
	font-size: 12px;
}
.com_list.style2 li .text .style1.margin_bottom {
	margin-bottom: 20px;
}
.com_list.style2 li .text .style2 {
	display: block;
	color: #999;
	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 .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 .style6,
.com_list.style2 li .style7 {
	position: absolute;
	right: 10px;
	bottom: 5px;
	font-size: 12px;
	color: #ff9900;
}
.com_list.style2 li .style6 {
}
.com_list.style2 li .style7 {
	bottom: 23px;
	display: inline-block;
	background-color: #ff9900;
	color: #fff;
	padding: 0 5px;
}

/*******************************
	新着情報
*******************************/
.com_list.style3 {
	background-color: #f6f6f6;
}
.com_list.style3 li {
	padding: 4px 8px;
}
.com_list.style3 li:first-child {
	padding-top: 8px;
}
.com_list.style3 li:last-child {
	padding-bottom: 8px;
}
.com_list.style3 li a {
	background-color: #fff;
	display: block;
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);
	position: relative;
	text-decoration: none;
}
.com_list.style3 li .inner {
	padding: 10px;
}
.com_list.style3 li .head {
	display: block;
	margin-bottom: 10px;
}
.com_list.style3 li .regist_time {
	font-size: 12px;
	color: #999;
	display: block;
	float: right;
}
.com_list.style3 li .title {
	display: block;
	color: #000;
	font-size: 18px;
	margin-bottom: 5px;
}
.com_list.style3 li .note {
	display: block;
	font-size: 12px;
	color: #999;
	text-align: right;
}
.com_information .mark {
	display: inline-block;
	width: 120px;
	text-align: center;
	line-height: 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #fff;
	font-size: 12px;
}
.com_information .mark.style1 {
	background-color: #ff9200;
}
.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;
}


/*******************************
	電話
*******************************/
.footer_tel {
	position: fixed;
	bottom: 0;
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	z-index: 10;
}
.footer_tel a {
	position: relative;
	display: block;
	color: #fff;
	height: 50px;
}
.footer_tel a .text {
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 16px;
	text-align: center;
}
.footer_tel a .number {
	display: block;
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 12px;
	text-align: center;
}


/*******************************
	戻るボタン
*******************************/
.com_back {
	border-bottom: solid 1px #ddd;
	margin-bottom: 20px;
}
.com_back a {
	display: block;
	width: 29px;
	height: 23px;
	background: url(../../img/sma/icon/back.png?3) no-repeat 50% 50%;
	-webkit-background-size: 29px 23px;
	background-size: 29px 23px;
	margin: 10px;
	text-decoration: none;
}


/*******************************
	画面上部の店名リンク
*******************************/

.com_shop_header_name {
	margin: 20px 0;
	padding: 0 10px;
	text-align: center;
}
.com_shop_header_name a {
	display: inline-block;
	text-align: left;
}

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