@charset "utf-8";

/* CSS Document */



@media print, screen and (max-width: 1020px) {
}

@media screen and (max-width: 650px) {
}
/* ----------------------------------------------------------------------------------------------------
 * Reset
---------------------------------------------------------------------------------------------------- */


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, textarea, figure, figcaption {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	box-sizing: border-box;
}
a {
	outline: none;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
	vertical-align: middle;
}
.none {
	display: none;
}

@media print, screen and (max-width: 1020px) {
.none-tb {
	display: none;
}
}

@media screen and (max-width: 650px) {
.none-sp {
	display: none;
}
}
.clear {
	clear: both;
}
.nowrap {
	white-space: nowrap;
	display: inline-block;
}
.bold {
	font-weight: bold;
}
a, button, img, input {
	transition: all 0.1s linear;
}
small {
	font-size: 100%;
}
input:focus, textarea:focus {
	outline: none;
}
.in-left {
	text-align: left;
}
.in-center, .aligncenter {
	text-align: center;
}
.in-right {
	text-align: right;
}
/* ----------------------------------------------------------------------------------------------------
 * Common
---------------------------------------------------------------------------------------------------- */

html, body {
	height: 100%;
	width: 100%;
	background-color: rgba(33,33,33,1.00);
}
html, body, input, textarea {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.8em;
	color: rgba(33,33,33,1.00);
}
/* ----------------------------------------------------------------------------------------------------
 * Header
---------------------------------------------------------------------------------------------------- */
header {
	background-color: rgba(255,255,255,1.00);
	display: block;
	height: 150px;
	position: relative;
	z-index: 800;
}
header #logo {
	position: absolute;
	left: 16px;
	top: 16px;
}
header #logo a {
	display: block;
	width: 270px;
	height: 55px;
	background-image: url(../images/site-logo.png);
	background-repeat: no-repeat;
	background-size: 270px auto;
}
header #logo a span {
	display: none;
}
header #primary {
	display: block;
	position: absolute;
	top: 16px;
	right: 16px;
	height: 44px;
}
header #primary button span {
	display: none;
}
header #primary li {
	float: left;
}
header #primary li.inquiry {
	margin-left: 12px;
}
header #primary li.news a, header #primary li.inquiry a {
	font-size: 0.89rem;
	color: rgba(33,33,33,1.00);
	text-decoration: none;
	line-height: 44px;
	background-image: url(../images/site-icon.png);
	background-position: left -184px;
	background-repeat: no-repeat;
	background-size: 40px auto;
	display: inline-block;
	padding-left: 16px;
}

@media screen and (min-width: 1021px) {
header #primary li.news a:hover, header #primary li.inquiry a:hover {
	text-decoration: underline;
}
}
header #primary li.search {
	position: relative;
	margin-left: 20px;
}
header #primary li.search input {
	width: 44px;
	height: 44px;
	display: block;
	border: 3px solid rgba(241,125,164,1.00);
	padding-left: 38px;
	z-index: 300;
	position: relative;
	background: none;
	font-size: 0.89rem;
}
header #primary li.search input:focus {
	width: 240px;
	padding-left: 8px;
	padding-right: 38px;
	z-index: 100;
	background-color: rgba(255,255,255,1.00);
}
header #primary li.search button {
	width: 38px;
	height: 38px;
	display: block;
	border: none;
	top: 3px;
	right: 3px;
	position: absolute;
	z-index: 200;
	background: none;
	background-image: url(../images/site-icon.png);
	background-repeat: no-repeat;
	background-size: 40px auto;
	background-position: 9px 9px;
	cursor: pointer;
}
header #primary li.twitter, header #primary li.instagram {
	margin-left: 6px;
}
header #primary li.twitter a, header #primary li.instagram a {
	width: 44px;
	height: 44px;
	display: block;
	background-image: url(../images/site-icon.png);
	background-repeat: no-repeat;
	background-size: 40px auto;
}
header #primary li.twitter a {
	border: 3px solid rgba(29,161,242,1.00);
	background-position: 8px -91px;
}
header #primary li.instagram a {
	border: 3px solid rgba(192,79,189,1.00);
	background-position: 6px -1143px;
}
header #primary li.twitter a span, header #primary li.instagram a span {
	display: none;
}
header #primary li.shopping {
	margin-left: 6px;
}
header #primary li.shopping a {
	height: 44px;
	display: block;
	border: 3px solid rgba(71,174,164,1.00);
	font-size: 0.89rem;
	text-decoration: none;
	font-weight: bold;
	color: rgba(71,174,164,1.00);
	line-height: 38px;
	padding-right: 8px;
	padding-left: 38px;
	background-image: url(../images/site-icon.png);
	background-repeat: no-repeat;
	background-size: 40px auto;
	background-position: 8px -141px;
}
#home header #global li.home {
	display: none;
}

@media screen and (min-width: 1021px) {
header #open {
	display: none;
}
header #global {
	position: absolute;
	top: 88px;
	text-align: center;
	width: 100%;
	font-size: 0;
}
header #global li {
	display: inline;
	margin-left: 24px;
	margin-right: 24px;
}
header #global li:last-child {
	margin-right: 0;
}
header #global li a {
	display: inline-block;
	height: 48px;
	background-image: url(../images/site-menu.png);
	background-repeat: no-repeat;
	background-size: 200px auto;
}
header #global li.home a {
	width: 49px;
	background-position: left 0;
}
header #global li.items a {
	width: 96px;
	background-position: left -50px;
}
header #global li.lets a {
	width: 111px;
	background-position: left -100px;
}
header #global li.about a {
	width: 195px;
	background-position: left -150px;
}
header #global li.shops a {
	width: 66px;
	background-position: left -200px;
}
header #global li.recruit a {
	width: 66px;
	background-position: left -250px;
}
header #global li.tb, header #global li.sp {
	display: none;
}
header #primary li.search button:hover, header #primary li.twitter a:hover header #primary li.instagram a:hover, header #primary li.shopping a:hover, header #global li a:hover {
	opacity: 0.5;
}
}

@media print, screen and (max-width: 1020px) {
header {
	height: auto;
	padding-top: 83px;
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.30);
}
header #logo a {
	width: 250px;
	height: 51px;
	background-size: 250px auto;
}
header #primary {
	top: 20px;
	right: 66px;
}
header #primary li.news, header #primary li.inquiry {
	display: none;
}
header #primary li.search {
	margin-left: 0;
}
header #primary li.search input:focus {
	width: 200px;
}
header #primary li.shopping {
	margin-left: 6px;
}
header #primary li.shopping a {
	padding-right: 0;
	width: 44px;
	background-position: 6px -141px;
}
header #primary li.shopping a span {
	display: none;
}
header #open {
	display: block;
	width: 44px;
	height: 44px;
	position: absolute;
	top: 20px;
	right: 16px;
	background-color: rgba(244,67,54,1.00);
	background-image: url(../images/site-icon.png);
	background-repeat: no-repeat;
	background-size: 40px auto;
	background-position: center -792px;
	cursor: pointer;
}
header #open.active {
	background-position: center -842px;
}
header #global {
	display: none;
}
header #global li {
	background-color: rgba(255,255,255,1.00);
	border-top: 1px solid rgba(224,224,224,1.00);
	display: block;
}
header #global li a {
	display: block;
	line-height: 44px;
	font-weight: bold;
	padding-left: 38px;
	background-image: url(../images/site-icon.png);
	background-position: 24px -886px;
	background-repeat: no-repeat;
	background-size: 40px auto;
}
header #global li.tb {
}
header #global li.tb a {
	font-size: 0.89rem;
	font-weight: normal;
	background-position: 24px -184px;
	padding-left: 40px;
}
header #global li.sp {
	display: none;
}
header #global li a {
	color: rgba(33,33,33,1.00);
	text-decoration: none;
}
}

@media screen and (max-width: 650px) {
header {
	padding-top: 61px;
}
header #logo {
	left: 8px;
	top: 8px;
}
header #logo a {
	width: 220px;
	height: 45px;
	background-size: 220px auto;
}
header #primary li.search {
	display: none;
}
header #open {
	top: 8px;
	right: 8px;
}
header #primary {
	top: 8px;
	right: 58px;
}
header #global li a {
	padding-left: 30px;
	background-position: 16px -886px;
}
header #global li.twitter a, header #global li.instagram a {
	font-size: 0.89rem;
}
header #global li.twitter a {
	padding-left: 38px;
	background-position: 12px -87px;
	color: rgba(100,181,246,1.00);
}
header #global li.instagram a {
	padding-left: 40px;
	background-position: 12px -1140px;
	color: rgba(192,79,189,1.00);
}
header #global li.shopping a {
	padding-left: 38px;
	background-position: 10px -138px;
	color: rgba(77,182,172,1.00);
	font-size: 0.89rem;
}
header #global li.tb a {
	background-position: 16px -184px;
	padding-left: 32px;
}
header #global li.sp {
	display: block;
}
header #global li.search {
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 8px;
	padding-bottom: 8px;
	position: relative;
}
header #global li.search input {
	width: 100%;
	height: 36px;
	display: block;
	border: 3px solid rgba(244,143,177,1.00);
	padding-left: 8px;
	padding-right: 34px;
	position: relative;
	background: none;
	font-size: 0.89rem;
}
header #global li.search button {
	width: 30px;
	height: 30px;
	display: block;
	border: none;
	top: 11px;
	right: 19px;
	position: absolute;
	background: none;
	background-image: url(../images/site-icon.png);
	background-repeat: no-repeat;
	background-size: 40px auto;
	background-position: 6px 5px;
	cursor: pointer;
}
header #global li.search button span {
	display: none;
}
}

@media screen and (max-width: 390px) {
header #logo {
	top: 11px;
}
header #logo a {
	width: 190px;
	height: 40px;
	background-size: 190px auto;
}
}

@media screen and (max-width: 355px) {
header #primary li.twitter {
	display: none;
}
}
/* ----------------------------------------------------------------------------------------------------
 * Footer
---------------------------------------------------------------------------------------------------- */

#pagetop {
	position: fixed;
	bottom: 16px;
	right: 16px;
	z-index: 900;
	display: none;
}
#pagetop a {
	display: block;
	width: 44px;
	height: 44px;
	background-color: rgba(244,67,54,1.00);
	border-radius: 22px;
	box-shadow: 0 1px 6px rgba(0,0,0,0.20);
	background-image: url(../images/site-icon.png);
	background-repeat: no-repeat;
	background-position: center -1089px;
	background-size: 40px auto;
}

@media screen and (min-width: 1021px) {
#pagetop a:hover {
	opacity: 0.7;
}
}

@media screen and (max-width: 650px) {
#pagetop {
	bottom: 8px;
	right: 8px;
}
}

@media screen and (min-width: 651px) {
footer {
	font-size: 0.89rem;
	line-height: 56px;
	color: rgba(255,255,255,1.00);
	display: block;
	height: 56px;
	position: relative;
	z-index: 700;
}
footer ul {
	display: block;
	position: absolute;
	left: 16px;
	top: 0;
}
footer ul li {
	float: left;
	margin-right: 16px;
}
footer ul li a {
	background-image: url(../images/site-icon.png);
	background-position: left -228px;
	background-repeat: no-repeat;
	background-size: 40px auto;
	display: inline-block;
	padding-left: 16px;
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	white-space: nowrap;
}
footer small {
	position: absolute;
	top: 0;
	right: 16px;
}
}

@media screen and (min-width: 1021px) {
footer ul li a:hover {
	text-decoration: underline;
}
}

@media screen and (max-width: 650px) {
footer {
	color: rgba(255,255,255,1.00);
	display: block;
	padding-top: 1em;
	padding-bottom: 1em;
	text-align: center;
	z-index: 700;
}
footer ul {
	font-size: 0;
}
footer ul li {
	display: inline;
	font-size: 0.89rem;
	line-height: 1em;
	margin-left: 8px;
	margin-right: 8px;
}
footer ul li a {
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	white-space: nowrap;
}
footer small {
	text-align: center;
	display: block;
	font-size: 0.89rem;
	line-height: 1em;
}
}
/* ----------------------------------------------------------------------------------------------------
 * Breadcrumbs
---------------------------------------------------------------------------------------------------- */
#breadcrumbs {
	clear: both;
	font-size: 0.79rem;
	line-height: 1.4em;
	color: rgba(158,158,158,1.00);
	background-color: rgba(238,238,238,1.00);
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 8px;
	padding-bottom: 8px;
}
#breadcrumbs ol li {
	display: inline;
}
#breadcrumbs ol li a {
	color: rgba(158,158,158,1.00);
	text-decoration: none;
	vertical-align: bottom;
}

@media screen and (min-width: 1021px) {
#breadcrumbs ol li a:hover {
	text-decoration: underline;
}
}
#breadcrumbs ol li:before {
	content: "> ";
}
#breadcrumbs ol li:first-child:before {
	content: "";
}
#breadcrumbs ol li:first-child a {
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(../images/site-icon.png);
	background-repeat: no-repeat;
	background-position: left -750px;
	background-size: 40px auto;
}
/* ----------------------------------------------------------------------------------------------------
 * Contents
---------------------------------------------------------------------------------------------------- */
#contents {
	background-color: rgba(255,255,255,1.00);
	letter-spacing: 0.02em;
	text-align: center;
	padding-top: 48px;
	padding-bottom: 80px;
	position: relative;
}
#contents p {
	margin-bottom: 1.6em;
}
#contents hr {
	height: 0;
	border: 0;
	border-bottom: 1px dotted rgba(212,212,212,1.00);
	margin-bottom: 1.8em;
}
#contents a {
	color: rgba(33,33,33,1.00);
	text-decoration: underline;
}

@media screen and (min-width: 1021px) {
#contents a:hover {
	color: rgba(244,67,54,1.00);
}
}
#contents a.link-arrow {
	display: inline-block;
	background-image: url(../images/site-icon.png);
	background-position: left -493px;
	background-repeat: no-repeat;
	background-size: 40px auto;
	padding-left: 17px;
}
.width {
	padding-left: 56px;
	padding-right: 56px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	max-width: 1312px;
}
#about .width, #inquiry .width, #sitemap .width, #search .width, #notfound .width, #privacy .width {
	max-width: 1020px;
}
#menu-right {
	width: 260px;
	margin-left: -340px;
	float: right;
	position: relative;
	z-index: 200;
}
#contents #contents-left {
	width: 100%;
	float: left;
	position: relative;
	z-index: 100;
}
#contents #contents-left > .inner {
	margin-right: 340px;
}
#contents #menu-left {
	width: 200px;
	margin-right: -200px;
	float: left;
	position: relative;
	z-index: 200;
}
#contents #contents-right {
	width: 100%;
	float: right;
	position: relative;
	z-index: 100;
}
#contents #contents-right > .inner {
	margin-left: 200px;
}

@media print, screen and (max-width: 1020px) {
#contents {
	padding-top: 40px;
	padding-bottom: 64px;
}
.width {
	padding-left: 40px;
	padding-right: 40px;
}
#contents #menu-right, #contents #menu-left {
	width: auto;
	margin: 0;
	float: none;
	padding-top: 48px;
}
#contents #contents-left, #contents #contents-right {
	width: 100%;
	float: none;
}
#contents #contents-left > .inner, #contents #contents-right > .inner {
	margin: 0;
}
}

@media screen and (max-width: 650px) {
#contents {
	padding-top: 32px;
	padding-bottom: 48px;
}
.width {
	padding-left: 24px;
	padding-right: 24px;
}
.scroll {
	overflow: auto;
	white-space: nowrap;
}
}
#contents .block-link {
	font-size: 0.89rem;
	line-height: 1.6em;
	color: rgba(158,158,158,1.00);
	padding-top: 16px;
	padding-bottom: 16px;
	text-align: center;
}
#contents .block-link a {
	color: rgba(158,158,158,1.00);
	text-decoration: none;
}

@media screen and (min-width: 1021px) {
#contents .block-link a:hover {
	text-decoration: underline;
}
}
#contents .block-paginate {
	color: rgba(158,158,158,1.00);
	text-align: center;
	padding-top: 24px;
	font-size: 0.89rem;
	line-height: 32px;
}
#contents .block-paginate a, #contents .block-paginate span.current {
	display: inline-block;
	border: 1px solid rgba(224,224,224,1.00);
	color: rgba(33,33,33,1.00);
	text-decoration: none;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px;
}

@media screen and (min-width: 1021px) {
#contents .block-paginate a:hover {
	background-color: rgba(238,238,238,1.00);
}
}
#contents .block-paginate span.current {
	background-color: rgba(238,238,238,1.00);
	font-weight: bold;
}
#contents .block-paginate span.extend {
	display: inline-block;
	border: 1px solid rgba(224,224,224,0.00);
	margin-bottom: 4px;
	padding-left: 2px;
	padding-right: 2px;
}
/* ----------------------------------------------------------------------------------------------------
 * Title
---------------------------------------------------------------------------------------------------- */
#title {
	width: 100%;
	text-align: center;
	background-repeat: repeat;
	background-size: 88px auto;
	background-color: rgba(255,255,255,1.00);
}
#items #title {
	background-image: url(../images/bg-items.gif);
}
#about #title {
	background-image: url(../images/bg-red.gif);
}
#shops #title, #recruit #title, #news #title, #inquiry #title, #sitemap #title, #search #title, #notfound #title, #privacy #title {
	background-image: url(../images/bg-gray.gif);
}
#lets #title.cat1 {
	background-image: url(../images/bg-cat1.gif);
}
#lets #title.cat2 {
	background-image: url(../images/bg-cat2.gif);
}
#lets #title.cat3 {
	background-image: url(../images/bg-cat3.gif);
}
#lets #title.cat4 {
	background-image: url(../images/bg-cat4.gif);
}
#lets #title.cat5 {
	background-image: url(../images/bg-cat5.gif);
}
#title h1, #title > div {
	display: block;
	background-repeat: no-repeat;
	height: 100px;
	background-size: 360px auto;
	background-position: center center;
}
#lets #title > div {
	height: 100%;
	background-size: 380px auto;
}
#lets #title > div {
	height: 200px;
}
#items #title h1, #items #title > div {
	background-image: url(../images/title-items.png);
}
#about #title h1 {
	background-image: url(../images/title-about.png);
}
#shops #title h1 {
	background-image: url(../images/title-shops.png);
}
#recruit #title h1 {
	background-image: url(../images/title-recruit.png);
}
#news #title h1, #news #title > div {
	background-image: url(../images/title-news.png);
}
#inquiry #title h1 {
	background-image: url(../images/title-inquiry.png);
}
#sitemap #title h1 {
	background-image: url(../images/title-sitemap.png);
}
#privacy #title h1 {
	background-image: url(../images/title-privacy.png);
}
#search #title > div {
	background-image: url(../images/title-search.png);
}
#notfound #title h1 {
	background-image: url(../images/title-notfound.png);
}
#lets #title.cat1 > div {
	background-image: url(../images/title-lest1.png);
}
#lets #title.cat2 > div {
	background-image: url(../images/title-lest2.png);
}
#lets #title.cat3 > div {
	background-image: url(../images/title-lest3.png);
}
#lets #title.cat4 > div {
	background-image: url(../images/title-lest4.png);
}
#lets #title.cat5 > div {
	background-image: url(../images/title-lest5.png);
}
#items #title > div a, #lets #title > div a {
	display: block;
	height: 100%;
}
#items #title span.after, #lets #title span.after {
	height: 15px;
	display: block;
	background-image: url(../images/title-after.png);
	background-size: auto 100%;
	background-repeat: repeat-x;
	background-position: center top;
}
#news #contents h1 {
	margin-bottom: 24px;
}
#items #contents h1, #lets #contents h1 {
	margin-bottom: 16px;
}

@media print, screen and (max-width: 1020px) {
#title h1, #title > div {
	height: 90px;
	background-size: 320px auto;
}
#lets #title > div {
	background-size: 300px auto;
}
#lets #title > div {
	height: 168px;
}
}

@media screen and (max-width: 650px) {
#title h1, #title > div {
	height: 80px;
	background-size: 280px auto;
}
#lets #title > div {
	background-size: 240px auto;
}
#lets #title > div {
	height: 140px;
}
}
#contents .block-date {
	display: inline-block;
	font-size: 0.89rem;
	color: rgba(255,255,255,1.00);
	line-height: 32px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 8px;
}
#news #contents .block-date {
	color: rgba(33,33,33,1.00);
	background-color: rgba(238,238,238,1.00);
}
#items #contents .block-date {
	background-color: rgba(79,195,247,1.00);
}
#lets #contents.cat1 .block-date {
	background-color: rgba(102,187,106,1.00);
}
#lets #contents.cat2 .block-date {
	background-color: rgba(38,198,218,1.00);
}
#lets #contents.cat3 .block-date {
	background-color: rgba(255,183,77,1.00);
}
#lets #contents.cat4 .block-date {
	background-color: rgba(121,134,203,1.00);
}
#lets #contents.cat5 .block-date {
	background-color: rgba(229,115,115,1.00);
}
#contents h1 {
	font-size: 2.03rem;
	line-height: 1.4em;
}
#contents h2 {
	display: block;
	padding-bottom: 8px;
	font-size: 1.60rem;
	line-height: 1.4em;
	border-bottom: 3px solid rgba(238,238,238,1.00);
	margin-top: 56px;
	margin-bottom: 16px;
}
#contents h3 {
	font-size: 1.27rem;
	line-height: 1.6em;
	margin-bottom: 8px;
	margin-top: 32px;
}

@media print, screen and (max-width: 1020px) {
#contents h1 {
	font-size: 1.80rem;
	line-height: 1.4em;
}
#contents h2 {
	font-size: 1.42rem;
	line-height: 1.6em;
}
}

@media screen and (max-width: 650px) {
#contents h1 {
	font-size: 1.60rem;
	line-height: 1.4em;
}
#contents h2 {
	font-size: 1.27rem;
	line-height: 1.4em;
}
#contents h3 {
	font-size: 1.13rem;
	line-height: 1.6em;
}
}
/* ----------------------------------------------------------------------------------------------------
 * Right menu
---------------------------------------------------------------------------------------------------- */

#contents #menu-right {
	font-size: 0.89rem;
	line-height: 1.6em;
}
#contents #menu-right a {
	text-decoration: none;
}

@media screen and (min-width: 1021px) {
#contents #menu-right a:hover, #contents #menu-right a:hover span {
	text-decoration: underline;
	color: rgba(33,33,33,1.00);
}
}
#contents #menu-right .block-profile {
	margin-bottom: 48px;
}
#contents #menu-right .block-profile .photo {
	height: 136px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	margin-bottom: 16px;
}
#contents #menu-right .block-profile .photo > .inner {
	height: 100%;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center center;
	background-image: url(../images/site-profile.png);
}
#contents #menu-right .block-profile .name {
	font-size: 1rem;
	line-height: 1em;
	font-weight: bold;
	margin-bottom: 8px;
	text-align: center;
}
#contents #menu-right .block-profile .description {
	margin-bottom: 8px;
}
#contents #menu-right .block-profile .link a {
	background-image: url(../images/site-icon.png);
	background-position: left -496px;
	background-repeat: no-repeat;
	background-size: 40px auto;
	display: inline-block;
	padding-left: 17px;
}
#contents #menu-right .title-sub {
	font-size: 1rem;
	line-height: 48px;
	height: 48px;
	font-weight: bold;
	white-space: nowrap;
	text-align: center;
	color: rgba(255,255,255,1.00);
	background-repeat: repeat;
	background-size: 88px auto;
}
#news #contents #menu-right .title-sub {
	color: rgba(33,33,33,1.00);
	background-image: url(../images/bg-gray.gif);
}
#items #contents #menu-right .title-sub {
	background-image: url(../images/bg-items.gif);
}
#lets #contents.cat1 #menu-right .title-sub {
	background-image: url(../images/bg-cat1.gif);
}
#lets #contents.cat2 #menu-right .title-sub {
	background-image: url(../images/bg-cat2.gif);
}
#lets #contents.cat3 #menu-right .title-sub {
	background-image: url(../images/bg-cat3.gif);
}
#lets #contents.cat4 #menu-right .title-sub {
	background-image: url(../images/bg-cat4.gif);
}
#lets #contents.cat5 #menu-right .title-sub {
	background-image: url(../images/bg-cat5.gif);
}
#contents #menu-right dt, #contents #menu-right dd {
	padding-left: 8px;
	padding-right: 8px;
}
#contents #menu-right dt {
	color: rgba(158,158,158,1.00);
	font-size: 0.79rem;
	line-height: 1.6em;
	padding-top: 10px;
	padding-bottom: 2px;
	;
}
#contents #menu-right dd {
	border-bottom: 1px dotted rgba(212,212,212,1.00);
	padding-bottom: 8px;
}
#contents #menu-right .link-more {
	text-align: right;
	padding-top: 10px;
	padding-right: 8px;
	margin-bottom: 48px;
}
#contents #menu-right ul.list-link {
	margin-bottom: 48px;
	margin-top: 12px;
}
#contents #menu-right ul.list-link li {
	font-size: 0.89rem;
	line-height: 1.6em;
	padding-left: 8px;
	padding-right: 8px;
	margin-bottom: 8px;
}
#contents #menu-right .link-more a, #contents #menu-right ul.list-link li a {
	background-image: url(../images/site-icon.png);
	background-position: left -496px;
	background-repeat: no-repeat;
	background-size: 40px auto;
	display: inline-block;
	padding-left: 17px;
}
#contents #menu-right ul.tab-ranking {
	border-bottom: 1px dotted rgba(212,212,212,1.00);
	display: block;
	width: 100%;
	text-align: center;
	font-size: 0;
}
#contents #menu-right ul.tab-ranking li {
	display: inline-block;
	font-size: 0.89rem;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-left: 8px;
	margin-right: 8px;
}
#contents #menu-right ul.tab-ranking li.active {
	font-weight: bold;
}
#contents #menu-right .list-ranking {
	margin-bottom: 48px;
}
#contents #menu-right .list-ranking li {
	border-bottom: 1px dotted rgba(212,212,212,1.00);
	display: block;
	clear: both;
	padding: 8px;
	position: relative;
}
#contents #menu-right .list-ranking li a .image {
	float: left;
	width: 56px;
	height: 56px;
	background-repeat: repeat;
	background-position: center center;
	background-size: cover;
	transition: all 0.1s linear;
}
#contents #menu-right .list-ranking li a .entry-title {
	padding-left: 8px;
	height: 3.2em;
	overflow: hidden;
	margin-top: 4px;
}

@media screen and (min-width: 1021px) {
#contents #menu-right .list-ranking li a:hover .image {
	opacity: 0.7;
	transition: all 0.1s linear;
}
}
#contents #menu-right .list-ranking li .rank {
	position: absolute;
	width: 32px;
	height: 32px;
	top: 8px;
	left: 8px;
	background-image: url(../images/site-ranking.png);
	background-repeat: no-repeat;
	background-size: 40px auto;
}
#contents #menu-right .list-ranking li:nth-child(1) .rank {
	background-position: left 0px;
}
#contents #menu-right .list-ranking li:nth-child(2) .rank {
	background-position: left -100px;
}
#contents #menu-right .list-ranking li:nth-child(3) .rank {
	background-position: left -200px;
}
#contents #menu-right .list-ranking li:nth-child(4) .rank {
	background-position: left -300px;
}
#contents #menu-right .list-ranking li:nth-child(5) .rank {
	background-position: left -400px;
}
#contents #menu-right .list-ranking.monthly, #contents #menu-right .list-ranking.all {
	display: none;
}
#contents #menu-right .block-tag {
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 16px;
	font-size: 0;
	margin-bottom: 44px;
}
#contents #menu-right .block-tag a {
	display: inline-block;
	white-space: nowrap;
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 4px;
	line-height: 1em;
	background-color: rgba(238,238,238,1.00);
	padding: 8px;
	border-radius: 3px;
}
#contents #menu-right .list-related {
	margin-bottom: 48px;
}
#contents #menu-right .block-search {
	margin-bottom: 48px;
	position: relative;
}
#contents #menu-right .block-search input {
	width: 100%;
	height: 44px;
	display: block;
	border: 3px solid rgba(224,224,224,1.00);
	padding-left: 8px;
	padding-right: 38px;
	position: relative;
	background: none;
	font-size: 0.89rem;
}
#contents #menu-right .block-search button {
	width: 38px;
	height: 38px;
	display: block;
	border: none;
	top: 3px;
	right: 3px;
	position: absolute;
	background: none;
	background-image: url(../images/site-icon.png);
	background-repeat: no-repeat;
	background-size: 40px auto;
	background-position: 9px -41px;
	cursor: pointer;
}
#contents #menu-right .block-search button span {
	display: none;
}

@media print, screen and (max-width: 1020px) {
#contents #menu-right .title-sub {
	text-align: left;
	padding-left: 16px;
	white-space: nowrap;
}
}

@media print, screen and (max-width: 1020px) and (min-width: 651px) {
#contents #menu-right .block-profile .photo {
	height: 136px;
	width: 136px;
	float: left;
}
#contents #menu-right .block-profile .name, #contents #menu-right .block-profile .description, #contents #menu-right .block-profile .link {
	text-align: left;
	padding-left: 152px;
}
}
/* ----------------------------------------------------------------------------------------------------
 * Topics
---------------------------------------------------------------------------------------------------- */
#topics {
	background-color: rgba(238,238,238,1.00);
}
#topics .left {
	width: 50%;
	float: left;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 2px;
}
#home #topics .left {
	padding-bottom: 4px;
}
#topics .right {
	width: 50%;
	float: right;
	padding-top: 4px;
	padding-left: 2px;
	padding-right: 4px;
}
#home #topics .right {
	padding-bottom: 4px;
}
#topics .left > .inner, #topics .right > .inner {
	background-color: rgba(255,255,255,1.00);
	height: 490px;
}
#topics .right a {
	color: rgba(33,33,33,1.00);
	text-decoration: none;
}

@media screen and (min-width: 1021px) {
#topics .right a:hover {
	text-decoration: underline;
}
}
#topics .left .title, #topics .right .title {
	border-bottom: 1px solid rgba(226,233,236,1.00);
	height: 56px;
	position: relative;
}
#topics .left .title h2, #topics .right .title h2 {
	font-size: 1.13rem;
	line-height: 1em;
	position: absolute;
	left: 16px;
	top: 0px;
	height: 56px;
	line-height: 60px;
}
#topics .left .title h2 {
	background-position: left 12px;
	background-size: 32px auto;
	background-repeat: no-repeat;
	background-image: url(../images/site-icon-instagram.png);
	display: inline-block;
	padding-left: 38px;
}
#topics .right .title a {
	color: rgba(158,158,158,1.00);
	text-decoration: none;
	font-size: 0.89rem;
	line-height: 1em;
	display: inline-block;
	background-image: url(../images/site-icon.png);
	background-position: left -700px;
	background-size: 40px auto;
	background-repeat: no-repeat;
	padding-left: 16px;
	position: absolute;
	right: 16px;
	top: 20px;
}

@media screen and (min-width: 1021px) {
#topics .right .title a:hover {
	text-decoration: underline;
}
}
#topics .left .instagram-feed {
	overflow: auto;
	height: 430px;
}
#topics .right dl {
	display: block;
	margin-left: 16px;
	margin-right: 16px;
	overflow: auto;
	font-size: 0.89rem;
	line-height: 1.6em;
	height: 430px;
}
#topics .right dl dt, #topics .right dl dd {
	padding-top: 12px;
	padding-bottom: 12px;
}
#topics .right dl dt {
	color: rgba(158,158,158,1.00);
	float: left;
}
#topics .right dl dd {
	padding-left: 140px;
	border-bottom: 1px dotted rgba(212,212,212,1.00);
}
#topics .right ul.tab-ranking {
	border-bottom: 1px dotted rgba(212,212,212,1.00);
	display: block;
	font-size: 0;
	margin-left: 16px;
	margin-right: 16px;
}
#topics .right ul.tab-ranking li {
	display: inline-block;
	font-size: 0.89rem;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-right: 16px;
}
#topics .right ul.tab-ranking li.active {
	font-weight: bold;
}
#topics .right .list-ranking {
	margin-left: 16px;
	margin-right: 16px;
}
#topics .right .list-ranking li {
	border-bottom: 1px dotted rgba(212,212,212,1.00);
	display: block;
	clear: both;
	padding-top: 8px;
	padding-bottom: 8px;
	position: relative;
	font-size: 0.89rem;
	line-height: 1.6em;
}
#topics .right .list-ranking li a .image {
	float: left;
	width: 56px;
	height: 56px;
	background-repeat: repeat;
	background-position: center center;
	background-size: cover;
	transition: all 0.1s linear;
}
#topics .right .list-ranking li a .entry-title {
	padding-left: 8px;
	height: 3.2em;
	overflow: hidden;
	margin-top: 4px;
}

@media screen and (min-width: 1021px) {
#topics .right .list-ranking li a:hover .image {
	opacity: 0.7;
	transition: all 0.1s linear;
}
}
#topics .right .list-ranking li .rank {
	position: absolute;
	width: 32px;
	height: 32px;
	top: 8px;
	left: 0px;
	background-image: url(../images/site-ranking.png);
	background-repeat: no-repeat;
	background-size: 40px auto;
}
#topics .right .list-ranking li:nth-child(1) .rank {
	background-position: left 0px;
}
#topics .right .list-ranking li:nth-child(2) .rank {
	background-position: left -100px;
}
#topics .right .list-ranking li:nth-child(3) .rank {
	background-position: left -200px;
}
#topics .right .list-ranking li:nth-child(4) .rank {
	background-position: left -300px;
}
#topics .right .list-ranking li:nth-child(5) .rank {
	background-position: left -400px;
}
#topics .right .list-ranking.monthly, #topics .right .list-ranking.all {
	display: none;
}

@media screen and (max-width: 650px) {
#topics .left > .inner {
	height: auto;
}
#topics .left .instagram-feed {
	height: auto;
	padding-bottom: 16px;
}
#topics .left {
	width: 100%;
	float: none;
	padding-right: 4px;
}
#topics .right {
	width: 100%;
	float: none;
	padding-top: 0;
	padding-left: 4px;
}
#home #topics .right > .inner {
	height: 260px;
}
#topics .right > .inner {
	margin-top: 4px;
}
#home #topics .right dl {
	height: 200px;
}
}
/* ----------------------------------------------------------------------------------------------------
 * Button
---------------------------------------------------------------------------------------------------- */
#contents .link-button, #contents .infinite-scroll a {
	background: none;
	line-height: 44px;
	font-size: 0.89rem;
	font-weight: bold;
	cursor: pointer;
	padding-left: 24px;
	padding-right: 24px;
	white-space: nowrap;
	display: inline-block;
	background-color: rgba(255,255,255,1.00);
}
#contents .link-button span, #contents .infinite-scroll a span {
	display: inline-block;
	background-image: url(../images/site-icon.png);
	background-repeat: no-repeat;
	background-size: 40px auto;
	padding-left: 20px;
}

@media screen and (min-width: 1021px) {
#contents .link-button:hover, #contents .infinite-scroll a:hover {
	color: rgba(33,33,33,1.00);
	opacity: 0.7;
}
}
#contents .link-button.red-next {
	border: 3px solid rgba(239,83,80,1.00);
}
#contents .link-button.red-next span {
	background-position: left -286px;
}
#contents .link-button.blue-next {
	border: 3px solid rgba(79,195,247,1.00);
}
#contents .link-button.blue-next span {
	background-position: left -386px;
}
#contents .infinite-scroll.items a {
	border: 3px solid rgba(79,195,247,1.00);
}
#contents .infinite-scroll.items a span {
	background-position: left -436px;
}
#contents .infinite-scroll.lets a {
	border: 3px solid rgba(239,83,80,1.00);
}
#contents .infinite-scroll.lets a span {
	background-position: left -336px;
}
#contents .infinite-scroll.lets a {
	width: 32%;
}

@media print, screen and (max-width: 1020px) {
#contents .infinite-scroll.lets a {
	width: 48%;
}
}

@media screen and (max-width: 650px) {
#contents .infinite-scroll.lets a {
	width: 64%;
}
}
/* ----------------------------------------------------------------------------------------------------
 * Home
---------------------------------------------------------------------------------------------------- */


#home #contents {
	padding-top: 0;
	padding-bottom: 80px;
}
#home #contents h2 {
	margin: 0;
	padding: 0;
	border: none;
	display: block;
}
#home #contents #main {
	height: 480px;
	overflow: hidden;
}
#home #contents #main .lets, #home #contents #main .lets-new, #home #contents #main .feature, #home #contents #main .items-sp, #home #contents #main .items-new {
	width: 100%;
	height: 480px;
	position: relative;
	letter-spacing: 0;
}

@media screen and (min-width: 1021px) {
#home #contents #main a:hover {
	opacity: 0.7;
}
}
#home #contents #main .lets a.bg, #home #contents #main .lets-new a.bg, #home #contents #main .feature a, #home #contents #main .items-sp a, #home #contents #main .items-new a {
	display: block;
	width: 100%;
	height: 480px;
}
#home #contents #main .lets a.bg {
	background-image: url(../images/bg-yellow.gif);
	background-size: 60px auto;
	padding: 16px;
}
#home #contents #main .lets .inner {
	background-color: rgba(255,255,255,1.00);
	height: 100%;
	background-image: url(../images/home-main-lets.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#home #contents #main .lets a.new {
	position: absolute;
	width: 160px;
	height: 160px;
	right: 40px;
	bottom: 40px;
	border-radius: 80px;
	background-color: rgba(244,67,54,1.00);
	background-image: url(../images/home-main-new.png);
	background-repeat: no-repeat;
	background-position: center 28px;
	background-size: 95px auto;
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	text-align: left;
}
#home #contents #main .lets a.new span.date {
	font-size: 0.79rem;
	line-height: 1em;
	opacity: 0.7;
	display: block;
	position: absolute;
	top: 50px;
	left: 20px;
	width: 120px;
}
#home #contents #main .lets a.new span.title {
	font-size: 0.89rem;
	font-weight: bold;
	line-height: 1.4em;
	display: block;
	position: absolute;
	top: 68px;
	left: 21px;
	width: 120px;
	height: 4.2em;
	overflow: hidden;
}
#home #contents #main .feature a, #home #contents #main .items-sp a {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
}
#home #contents #main .items-new a {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	text-align: left;
}
#home #contents #main .items-new a .inner {
	background-image: url(../images/home-items-new-bg.png);
	width: 370px;
	height: 300px;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 6%;
	margin-top: -150px;
}
#home #contents #main .items-new a .inner .date {
	position: absolute;
	width: 200px;
	opacity: 0.7;
	font-size: 0.89rem;
	line-height: 1em;
	left: 85px;
	bottom: 118px;
}
#home #contents #main .items-new a .inner .title {
	position: absolute;
	width: 200px;
	height: 4.2em;
	overflow: hidden;
	font-size: 1rem;
	line-height: 1.4em;
	font-weight: bold;
	left: 85px;
	bottom: 46px;
}
#home #contents .block-items {
	margin-bottom: 72px;
	width: 100%;
	overflow: hidden;
	padding-top: 4px;
}
#home #contents .block-items li {
	float: left;
	width: 28%;
	padding-right: 4px;
	height: 240px;
}
#home #contents .block-items li:first-child {
	width: 16%;
	padding-left: 4px;
	position: relative;
}
#home #contents .block-items li:first-child > .inner {
	background-image: url(../images/bg-items.gif);
	position: relative;
	background-size: 64px auto;
	height: 100%;
}
#home #contents .block-items li:first-child > .inner h2 {
	display: block;
	width: 100%;
	height: 48px;
	background-image: url(../images/title-items.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
	position: absolute;
	top: 76px;
}
#home #contents .block-items li:first-child > .button {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding-left: 4px;
	padding-right: 4px;
}
#home #contents .block-items li:first-child > .button a {
	display: block;
	border: 3px solid rgba(79,195,247,1.00);
}
#home #contents .block-items li:first-child > .button a span {
	background-position: left -386px;
}
#home #contents .block-items li:not(:first-child) a {
	display: block;
	height: 100%;
	position: relative;
	overflow: hidden;
}
#home #contents .block-items li:not(:first-child) a .image {
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	transition: all 0.2s linear;
}
#home #contents .block-items li:not(:first-child) a .text {
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.80);
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 16px;
	padding-right: 16px;
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	text-align: left;
}
#home #contents .block-items li:not(:first-child) a .text .date {
	font-size: 0.79rem;
	line-height: 1.6em;
}
#home #contents .block-items li:not(:first-child) a .text .title {
	font-size: 0.89rem;
	line-height: 1.6em;
	font-weight: bold;
	max-height: 4.8em;
	overflow: hidden;
}

@media screen and (min-width: 1021px) {
#home #contents .block-items li:not(:first-child) a:hover {
	opacity: 0.8;
}
#home #contents .block-items li:not(:first-child) a:hover .image {
	transform: scale(1.05);
	transition: all 0.2s linear;
}
}
#home #contents .block-item-button {
	display: none;
}

@media print, screen and (max-width: 1020px) {
#home #contents #main {
	height: 400px;
}
#home #contents #main .lets, #home #contents #main .lets-new, #home #contents #main .feature, #home #contents #main .items-sp, #home #contents #main .items-new {
	height: 400px;
}
#home #contents #main .lets a.bg, #home #contents #main .lets-new a.bg, #home #contents #main .feature a, #home #contents #main .items-sp a, #home #contents #main .items-new a {
	height: 400px;
}
#home #contents #main .lets a.new {
	display: none;
}
#home #contents .block-items {
	height: 224px;
	margin-bottom: 64px;
}
#home #contents .block-items li {
	width: 37%;
	height: 220px;
}
#home #contents .block-items li:first-child {
	width: 26%;
}
#home #contents .block-items li:first-child > .inner h2 {
	height: 44px;
	top: 68px;
}
#home #contents #main .items-new a .inner {
	margin-top: -160px;
	left: 4%;
}
}

@media screen and (max-width: 650px) {
#home #contents #main {
	height: 280px;
}
#home #contents #main .lets, #home #contents #main .lets-new, #home #contents #main .feature, #home #contents #main .items-sp, #home #contents #main .items-new {
	height: 280px;
}
#home #contents #main .lets a.bg, #home #contents #main .lets-new a.bg, #home #contents #main .feature a, #home #contents #main .items-sp a, #home #contents #main .items-new a {
	height: 280px;
}
#home #contents #main .items-new a .inner {
	width: 270px;
	height: 220px;
	margin-left: -130px;
	margin-top: -130px;
	left: 50%;
}
#home #contents #main .items-new a .inner .date {
	width: 160px;
	font-size: 0.79rem;
	line-height: 1em;
	left: 55px;
	bottom: 84px;
}
#home #contents #main .items-new a .inner .title {
	width: 160px;
	height: 2.8em;
	font-size: 0.89rem;
	left: 55px;
	bottom: 40px;
}
#home #contents .block-items {
	margin-bottom: 24px;
	height: 268px;
}
#home #contents .block-items li {
	height: 200px;
	width: 50%;
}
#home #contents .block-items li:first-child {
	width: 100%;
	padding-left: 4px;
	height: 64px;
	padding-bottom: 4px;
}
#home #contents .block-items li:nth-child(2) {
	padding-right: 2px;
	padding-left: 4px;
}
#home #contents .block-items li:nth-child(3) {
	padding-right: 4px;
	padding-left: 2px;
}
#home #contents .block-items li:first-child > .inner h2 {
	height: 38px;
	top: 10px;
}
#home #contents .block-items li:first-child > .button {
	display: none;
}
#home #contents .block-items li:not(:first-child) a .text {
	padding-left: 8px;
	padding-right: 8px;
}
#home #contents .block-item-button {
	display: block;
	margin-bottom: 56px;
	text-align: center;
}
#home #contents .block-item-button a {
	display: block;
	border: 3px solid rgba(79,195,247,1.00);
	width: 64%;
	margin-left: auto;
	margin-right: auto;
}
#home #contents .block-item-button a span {
	background-position: left -386px;
}
}
#home #contents h2.lets {
	margin: 0;
	padding: 0;
	border: none;
	height: 64px;
	background-image: url(../images/home-title-news.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	display: block;
	margin-top: 64px;
	margin-bottom: 44px;
}
#home #contents .list-home ul {
	display: block;
	width: 100%;
}
#home #contents .list-home ul li {
	display: block;
	width: 27.33%;
	float: left;
	margin-bottom: 48px;
	margin-left: 3%;
	margin-right: 3%;
}
#home #contents .list-home ul li a {
	text-decoration: none;
	color: rgba(33,33,33,1.00);
	position: relative;
	display: block;
}
#home #contents .list-home ul li a .image {
	position: relative;
	width: 100%;
	margin-bottom: 12px;
	overflow: hidden;
	border-radius: 8px;
}
#home #contents .list-home ul li a .image:before {
	content: "";
	display: block;
	padding-top: 70.7%;
}
#home #contents .list-home ul li a .image > .inner {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	transition: all 0.2s linear;
}
#home #contents .list-home ul li a .category {
	display: inline-block;
	color: rgba(255,255,255,1.00);
	font-size: 0.89rem;
	line-height: 1em;
	position: absolute;
	top: -8px;
	left: -8px;
	white-space: nowrap;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 8px;
	padding-bottom: 8px;
}
#home #contents .list-home ul li a .category.cat1 {
	background-color: #66bb6a;
}
#home #contents .list-home ul li a .category.cat2 {
	background-color: #26c6da;
}
#home #contents .list-home ul li a .category.cat3 {
	background-color: #ffb74d;
}
#home #contents .list-home ul li a .category.cat4 {
	background-color: #7986cb;
}
#home #contents .list-home ul li a .category.cat5 {
	background-color: #e57373;
}
#home #contents .list-home ul li a .category.items {
	background-color: #4fc3f7;
}
#home #contents .list-home ul li a .category:after {
	content: ' ';
	position: absolute;
	left: 0px;
	bottom: -8px;
	border-bottom: 4px solid transparent;
	border-left: 4px solid transparent;
}
#home #contents .list-home ul li a .category.cat1:after {
	border-top: 4px solid #778A78;
	border-right: 4px solid #778A78;
}
#home #contents .list-home ul li a .category.cat2:after {
	border-top: 4px solid #617E81;
	border-right: 4px solid #617E81;
}
#home #contents .list-home ul li a .category.cat3:after {
	border-top: 4px solid #AA9980;
	border-right: 4px solid #AA9980;
}
#home #contents .list-home ul li a .category.cat4:after {
	border-top: 4px solid #888B9B;
	border-right: 4px solid #888B9B;
}
#home #contents .list-home ul li a .category.cat5:after {
	border-top: 4px solid #A88C8C;
	border-right: 4px solid #A88C8C;
}
#home #contents .list-home ul li a .category.items:after {
	border-top: 4px solid #7F9AA6;
	border-right: 4px solid #7F9AA6;
}
#home #contents .list-home ul li a .date {
	font-size: 0.89rem;
	line-height: 1em;
	color: rgba(158,158,158,1.00);
	margin-bottom: 6px;
	padding-left: 8px;
	padding-right: 8px;
}
#home #contents .list-home ul li a .title {
	font-weight: bold;
	line-height: 1.4em;
	padding-left: 8px;
	padding-right: 8px;
}
#home #contents .list-home ul li a .title .title-date {
	font-weight: normal;
	font-size: 0.89rem;
	display: inline-block;
	white-space: nowrap;
	color: rgba(158,158,158,1.00);
}

@media screen and (min-width: 1021px) {
#home #contents .list-home ul li a:hover .image > .inner {
	transform: scale(1.05);
	opacity: 0.7;
	transition: all 0.2s linear;
}
#home #contents .list-home ul li a:hover .title {
	text-decoration: underline;
}
}

@media print, screen and (max-width: 1020px) {
#home #contents h2.lets {
	height: 56px;
	margin-top: 56px;
	margin-bottom: 40px;
}
#home #contents .list-home ul li {
	width: 44%;
	margin-left: 3%;
	margin-right: 3%;
}
}

@media screen and (max-width: 650px) {
#home #contents h2.lets {
	height: 48px;
	margin-top: 40px;
	margin-bottom: 40px;
}
#home #contents .list-home ul li {
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
}
}
#home #contents .block-lets-link {
}
#home #contents .block-lets-link a {
	width: 44%;
	margin-left: 3%;
	margin-right: 3%;
}

@media print, screen and (max-width: 1020px) {
#home #contents .block-lets-link a {
	width: 56%;
	margin-left: auto;
	margin-right: auto;
}
#home #contents .block-lets-link a:first-child {
	margin-bottom: 16px;
}
}

@media screen and (max-width: 650px) {
#home #contents .block-lets-link a {
	width: 100%;
}
}
#home #contents #main .lets-new {
}
#home #contents #main .lets-new a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	background-repeat: repeat;
	background-size: 88px auto;
	text-align: left;
	overflow: hidden;
	text-decoration: none;
}
#home #contents #main .lets-new a.cat1 {
	background-image: url(../images/bg-cat1.gif);
}
#home #contents #main .lets-new a.cat2 {
	background-image: url(../images/bg-cat2.gif);
}
#home #contents #main .lets-new a.cat3 {
	background-image: url(../images/bg-cat3.gif);
}
#home #contents #main .lets-new a.cat4 {
	background-image: url(../images/bg-cat4.gif);
}
#home #contents #main .lets-new a.cat5 {
	background-image: url(../images/bg-cat5.gif);
}
#home #contents #main .lets-new a .image {
	width: 64%;
	height: 100%;
	top: 0;
	right: 0;
	position: absolute;
	transition: all 0.2s linear;
	overflow: hidden;
}
#home #contents #main .lets-new a .image > .inner {
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transition: all 0.2s linear;
}
#home #contents #main .lets-new a .image > .arrow {
	width: 25px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-repeat: no-repeat;
	background-size: auto 100px;
	background-image: url(../images/lets-arrow.png);
}
#home #contents #main .lets-new a.cat1 .image > .arrow {
	background-position: -1px center;
}
#home #contents #main .lets-new a.cat2 .image > .arrow {
	background-position: -51px center;
}
#home #contents #main .lets-new a.cat3 .image > .arrow {
	background-position: -101px center;
}
#home #contents #main .lets-new a.cat4 .image > .arrow {
	background-position: -151px center;
}
#home #contents #main .lets-new a.cat5 .image > .arrow {
	background-position: -201px center;
}
#home #contents #main .lets-new a .left {
	width: 36%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
}
#home #contents #main .lets-new a .left .category-title {
	position: absolute;
	left: 40px;
	top: 40px;
	width: 300px;
}
#home #contents #main .lets-new a .left .category {
	position: absolute;
	left: 40px;
	top: 72px;
	background-repeat: no-repeat;
	background-position: left top;
	width: 100%;
	height: 120px;
	background-size: auto 100%;
}
#home #contents #main .lets-new a.cat1 .left .category {
	background-image: url(../images/title-lest1-list.png);
}
#home #contents #main .lets-new a.cat2 .left .category {
	background-image: url(../images/title-lest2-list.png);
}
#home #contents #main .lets-new a.cat3 .left .category {
	background-image: url(../images/title-lest3-list.png);
}
#home #contents #main .lets-new a.cat4 .left .category {
	background-image: url(../images/title-lest4-list.png);
}
#home #contents #main .lets-new a.cat5 .left .category {
	background-image: url(../images/title-lest5-list.png);
}
#home #contents #main .lets-new a .left .text {
	position: absolute;
	left: 40px;
	bottom: 40px;
	text-decoration: none;
	padding-right: 40px;
}
#home #contents #main .lets-new a .left .text .date {
	background-color: rgba(255,255,255,1.00);
	font-size: 1rem;
	line-height: 1em;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 8px;
	padding-right: 8px;
	display: inline-block;
	margin-bottom: 12px;
	font-weight: bold;
}
#home #contents #main .lets-new a.cat1 .left .text .date {
	color: rgba(102,187,106,1.00);
}
#home #contents #main .lets-new a.cat2 .left .text .date {
	color: rgba(38,198,218,1.00);
}
#home #contents #main .lets-new a.cat3 .left .text .date {
	color: rgba(255,183,77,1.00);
}
#home #contents #main .lets-new a.cat4 .left .text .date {
	color: rgba(121,134,203,1.00);
}
#home #contents #main .lets-new a.cat5 .left .text .date {
	color: rgba(229,115,115,1.00);
}
#home #contents #main .lets-new a .left .text .title {
	font-size: 1.42rem;
	line-height: 1.4em;
	color: rgba(255,255,255,1.00);
	font-weight: bold;
	overflow: hidden;
	text-decoration: none;
}

@media print, screen and (max-width: 1020px) {
#home #contents #main .lets-new a .image {
	width: 60%;
}
#home #contents #main .lets-new a .left {
	width: 40%;
}
#home #contents #main .lets-new a .left .category-title {
	left: 32px;
	top: 32px;
	width: 220px;
}
#home #contents #main .lets-new a .left .category {
	left: 32px;
	top: 56px;
	height: 88px;
}
#home #contents #main .lets-new a .left .text {
	left: 32px;
	bottom: 32px;
	padding-right: 32px;
}
#home #contents #main .lets-new a .left .text .date {
	font-size: 1rem;
}
#home #contents #main .lets-new a .left .text .title {
	font-size: 1.27rem;
	max-height: 7em;
}
}

@media print, screen and (max-width: 650px) {
#home #contents #main .lets-new a .image {
	width: 100%;
	height: 53%;
	top: 0px;
	left: 0px;
}
#home #contents #main .lets-new a .image > .arrow {
	width: 100%;
	height: 25px;
	background-size: 100px auto;
	top: auto;
	bottom: 0px;
	background-image: url(../images/lets-arrow-top.png);
}
#home #contents #main .lets-new a.cat1 .image > .arrow {
	background-position: center 1px;
}
#home #contents #main .lets-new a.cat2 .image > .arrow {
	background-position: center -49px;
}
#home #contents #main .lets-new a.cat3 .image > .arrow {
	background-position: center -99px;
}
#home #contents #main .lets-new a.cat4 .image > .arrow {
	background-position: center -149px;
}
#home #contents #main .lets-new a.cat5 .image > .arrow {
	background-position: center -199px;
}
#home #contents #main .lets-new a .left {
	width: 100%;
	height: 48%;
	top: auto;
	bottom: 0px;
	left: 0px;
	left: auto;
}
#home #contents #main .lets-new a .left .category-title {
	display: none;
}
#home #contents #main .lets-new a .left .category {
	position: absolute;
	left: auto;
	right: 16px;
	top: -4px;
	height: 44px;
	background-position: right top;
}
#home #contents #main .lets-new a .left .text {
	position: absolute;
	left: 16px;
	bottom: auto;
	top: 16px;
	padding-right: 16px;
}
#home #contents #main .lets-new a .left .text .date {
	font-size: 0.79rem;
	margin-bottom: 6px;
}
#home #contents #main .lets-new a .left .text .title {
	font-size: 0.89rem;
	max-height: 2.8em;
}
}
/* ----------------------------------------------------------------------------------------------------
 * Lets list
---------------------------------------------------------------------------------------------------- */

#contents .list-lets {
	width: 100%;
	overflow: hidden;
	margin-bottom: 48px;
	padding-left: 4px;
}
#contents .list-lets li {
	display: block;
	float: left;
	width: 50%;
	height: 240px;
	padding-bottom: 4px;
	padding-right: 4px;
}
#contents .list-lets li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	background-repeat: repeat;
	background-size: 64px auto;
	text-align: left;
	overflow: hidden;
	text-decoration: none;
}
#contents .list-lets li.cat1 a {
	background-image: url(../images/bg-cat1.gif);
}
#contents .list-lets li.cat2 a {
	background-image: url(../images/bg-cat2.gif);
}
#contents .list-lets li.cat3 a {
	background-image: url(../images/bg-cat3.gif);
}
#contents .list-lets li.cat4 a {
	background-image: url(../images/bg-cat4.gif);
}
#contents .list-lets li.cat5 a {
	background-image: url(../images/bg-cat5.gif);
}
#contents .list-lets li a .image {
	width: 44%;
	height: 100%;
	top: 0;
	right: 0;
	position: absolute;
	transition: all 0.2s linear;
	overflow: hidden;
}
#contents .list-lets li a .image > .inner {
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transition: all 0.2s linear;
}
#contents .list-lets li a .image > .arrow {
	width: 25px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-repeat: no-repeat;
	background-size: auto 100px;
	background-image: url(../images/lets-arrow.png);
}
#contents .list-lets li.cat1 a .image > .arrow {
	background-position: -1px center;
}
#contents .list-lets li.cat2 a .image > .arrow {
	background-position: -51px center;
}
#contents .list-lets li.cat3 a .image > .arrow {
	background-position: -101px center;
}
#contents .list-lets li.cat4 a .image > .arrow {
	background-position: -151px center;
}
#contents .list-lets li.cat5 a .image > .arrow {
	background-position: -201px center;
}
#contents .list-lets li a .left {
	width: 56%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
}
#contents .list-lets li a .left .category {
	position: absolute;
	left: 20px;
	top: 20px;
	background-repeat: no-repeat;
	background-position: left top;
	width: 100%;
	height: 68px;
	background-size: auto 100%;
}
#contents .list-lets li.cat1 a .left .category {
	background-image: url(../images/title-lest1-list.png);
}
#contents .list-lets li.cat2 a .left .category {
	background-image: url(../images/title-lest2-list.png);
}
#contents .list-lets li.cat3 a .left .category {
	background-image: url(../images/title-lest3-list.png);
}
#contents .list-lets li.cat4 a .left .category {
	background-image: url(../images/title-lest4-list.png);
}
#contents .list-lets li.cat5 a .left .category {
	background-image: url(../images/title-lest5-list.png);
}
#contents .list-lets li a .left .text {
	position: absolute;
	left: 20px;
	bottom: 16px;
	text-decoration: none;
}
#contents .list-lets li a .left .text .date {
	background-color: rgba(255,255,255,1.00);
	font-size: 0.89rem;
	line-height: 1em;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 8px;
	padding-right: 8px;
	display: inline-block;
	margin-bottom: 8px;
	font-weight: bold;
}
#contents .list-lets li.cat1 a .left .text .date {
	color: rgba(102,187,106,1.00);
}
#contents .list-lets li.cat2 a .left .text .date {
	color: rgba(38,198,218,1.00);
}
#contents .list-lets li.cat3 a .left .text .date {
	color: rgba(255,183,77,1.00);
}
#contents .list-lets li.cat4 a .left .text .date {
	color: rgba(121,134,203,1.00);
}
#contents .list-lets li.cat5 a .left .text .date {
	color: rgba(229,115,115,1.00);
}
#contents .list-lets li a .left .text .title {
	font-size: 1.13rem;
	line-height: 1.4em;
	padding-right: 16px;
	color: rgba(255,255,255,1.00);
	font-weight: bold;
	max-height: 4.2em;
	overflow: hidden;
	text-decoration: none;
}

@media screen and (min-width: 1021px) {
#contents .list-lets li a:hover {
	opacity: 0.8;
}
#contents .list-lets li a:hover .image .inner {
	transform: scale(1.05);
	transition: all 0.2s linear;
}
}
#contents .block-lets-link {
	text-align: center;
}
#contents .block-lets-link a {
	width: 32%;
}

@media print, screen and (max-width: 1020px) {
#contents .list-lets {
	margin-bottom: 40px;
}
#contents .list-lets li {
	height: 356px;
}
#contents .list-lets li a .image {
	width: 100%;
	height: 150px;
}
#contents .list-lets li a .image > .arrow {
	width: 100%;
	height: 25px;
	background-size: 100px auto;
	top: auto;
	bottom: 0px;
	background-image: url(../images/lets-arrow-top.png);
}
#contents .list-lets li.cat1 a .image > .arrow {
	background-position: center 1px;
}
#contents .list-lets li.cat2 a .image > .arrow {
	background-position: center -49px;
}
#contents .list-lets li.cat3 a .image > .arrow {
	background-position: center -99px;
}
#contents .list-lets li.cat4 a .image > .arrow {
	background-position: center -149px;
}
#contents .list-lets li.cat5 a .image > .arrow {
	background-position: center -199px;
}
#contents .list-lets li a .left {
	width: 100%;
	top: 150px;
	height: 206px;
}
#contents .list-lets li a .left .category {
	left: 16px;
	top: 16px;
	height: 56px;
	background-position: left top;
}
#contents .list-lets li a .left .text {
	left: 16px;
	top: auto;
	bottom: 16px;
}
#contents .block-lets-link a {
	width: 48%;
}
}

@media screen and (max-width: 650px) {
#contents .list-lets {
	margin-bottom: 32px;
}
#contents .list-lets li {
	float: none;
	width: 100%;
	height: auto;
}
#contents .list-lets li a {
	height: auto;
}
#contents .list-lets li a .image {
	width: 100%;
	height: 160px;
	top: auto;
	right: auto;
	position: relative;
}
#contents .list-lets li a .left {
	width: 100%;
	height: auto;
	top: auto;
	left: auto;
	position: relative;
}
#contents .list-lets li a .left .category {
	position: relative;
	top: auto;
	left: auto;
	height: 50px;
	margin-left: 16px;
	margin-top: 12px;
	margin-bottom: 8px;
}
#contents .list-lets li a .left .text {
	position: relative;
	left: auto;
	bottom: auto;
}
#contents .list-lets li a .left .text .date {
	font-size: 0.79rem;
	line-height: 1em;
	margin-left: 16px;
}
#contents .list-lets li a .left .text .title {
	font-size: 1.00rem;
	line-height: 1.4em;
	max-height: none;
	padding-left: 16px;
	padding-bottom: 12px;
}
#contents .block-lets-link a {
	width: 64%;
}
}
/* ----------------------------------------------------------------------------------------------------
 * Recruit / Shops
---------------------------------------------------------------------------------------------------- */




#contents .table-shops {
	border-top: 1px solid rgba(224,224,224,1.00);
	width: 100%;
}
#contents .table-shops tr {
	border-bottom: 1px solid rgba(224,224,224,1.00);
}
#contents .table-shops th, #contents .table-shops td {
	font-size: 0.89rem;
	line-height: 1.6em;
	padding-left: 16px;
}
#contents .table-shops th {
	padding-top: 12px;
	padding-bottom: 12px;
	white-space: nowrap;
}
#contents .table-shops tr.hd th {
	background-color: rgba(238,238,238,1.00);
	text-align: center;
}
#contents .table-shops tr.area th {
	color: rgba(158,158,158,1.00);
}
#contents .table-shops td {
	padding-top: 8px;
	padding-bottom: 8px;
}
#contents .table-shops td:first-child {
	font-size: 1rem;
	line-height: 1.6em;
	font-weight: bold;
}
/*#contents .table-shops td:last-child {
	padding-right: 16px;
	text-align: right;
}*/
#recruit #contents .table-shops td:nth-child(3) {
	white-space: nowrap;
}
#contents .table-shops td:last-child a {
	background-image: url(../images/site-icon.png);
	background-position: left -496px;
	background-repeat: no-repeat;
	background-size: 40px auto;
	display: inline-block;
	padding-left: 17px;
}
#contents .list-area {
	margin-top: 8px;
}
#contents .list-area a {
	text-decoration: none;
	background-image: url(../images/site-icon.png);
	background-repeat: no-repeat;
	background-size: 40px auto;
	display: inline-block;
}

@media screen and (min-width: 1021px) {
#contents .list-area a:hover {
	text-decoration: underline;
	color: rgba(33,33,33,1.00);
}
}
#contents .list-area a.active {
	font-weight: bold;
}
#contents .list-area > li {
	font-size: 1rem;
	line-height: 1em;
}
#contents .list-area > li > a {
	background-position: left -500px;
	padding-left: 18px;
	margin-bottom: 24px;
}
#contents .list-area > li > ul {
	margin-top: -8px;
}
#contents .list-area > li > ul > li {
	font-size: 0.89rem;
	line-height: 1em;
	padding-left: 18px;
}
#contents .list-area > li > ul > li > a {
	background-position: left -946px;
	padding-left: 9px;
	margin-bottom: 16px;
}
#contents .list-area > li > ul > li:last-child > a {
	margin-bottom: 24px;
}
#contents .link-area, #contents .block-area {
	display: none;
}

@media print, screen and (max-width: 1020px) {
#contents .link-area {
	text-align: center;
	display: block;
}
#contents .link-area a {
	font-size: 0.89rem;
	line-height: 1em;
	background-image: url(../images/site-icon.png);
	background-position: left -1000px;
	background-repeat: no-repeat;
	background-size: 40px auto;
	display: inline-block;
	padding-left: 16px;
	margin-bottom: 16px;
	text-decoration: none;
	transition: none;
}
#contents .link-area a.active {
	background-position: left -1050px;
	transition: none;
}
}

@media screen and (min-width: 1021px) {
#contents .link-area a:hover {
	color: rgba(33,33,33,1.00);
}
}
#contents .block-area {
	display: none;
	margin-bottom: 32px;
	padding-top: 12px;
	padding-left: 16px;
	padding-right: 16px;
	background-color: rgba(238,238,238,1.00);
}
#contents .block-area > a {
	display: block;
	text-align: center;
	text-decoration: none;
}

@media print, screen and (max-width: 1020px) {
#contents .list-area > li a:hover {
	color: rgba(33,33,33,1.00);
	text-decoration: none;
}
}

@media screen and (max-width: 650px) {
#contents .table-shops td:first-child {
	font-size: 0.89rem;
	line-height: 1.6em;
}
#contents .table-shops th, #contents .table-shops td {
	padding-left: 6px;
}
#contents .table-shops td:last-child {
	padding-right: 6px;
}
}

@media screen and (max-width: 1020px) {
/*エリア表示の変更_20170411*/
#shops #contents {
	padding-top: 1em;
}
#contents #menu-left {
	padding: 0!important;
}
#contents .link-area a {
	display: none;
}
#contents .list-area .kanto, #contents .list-area .kansai, #contents .list-area .chugoku {
	display: none;
}
#contents .list-area {
	overflow: hidden;
}
#contents .list-area>li, #contents .list-area>li>ul, #contents .list-area>li>ul>li {
	display: inline;
	margin: 0;
	padding: 0;
}
#contents .list-area>li>ul>li>a, #contents .list-area>li a.all {
	display: block;
	float: left;
	padding: 0.9em 1.3em!important;
	margin: 0.5em 0.7em 0.3em 0!important;
	background: #eee;
	box-shadow: #ccc 0 3px 0;
	border-radius: 3px;
}
#contents .table-shops {
	border: none;
	width: 100%;
	display: block;
	overflow: hidden;
	margin: 1em 0 0 0;
}
#contents .table-shops tbody, #contents .table-shops tr, #contents .table-shops td, #contents .table-shops th {
	border: none;
	width: 100%!important;
	display: block;
	white-space: normal;
}
#contents .table-shops tr {
	border-bottom: #ccc 1px solid;
	padding: 0.7em 0;
}
#contents .table-shops tr.hd {
	display: none;
}
#contents .table-shops tr.area {
	border: none;
	padding: 0!important;
}
#contents .table-shops tr.area th {
	background: #eee;
	color: #222;
}
#contents .table-shops td br {
	display: none;
}
#contents .table-shops td {
	padding: 0 0.3em 0.5em 0.3em;
}
#contents .table-shops td:first-child {
	font-size: 1em;
	cursor: pointer;
}
}
/* ----------------------------------------------------------------------------------------------------
 * Inquiry
---------------------------------------------------------------------------------------------------- */
#contents .list-inquiry {
	margin-bottom: 40px;
}
#contents .list-inquiry li {
	line-height: 1.6em;
	margin-bottom: 8px;
	list-style: disc;
	margin-left: 2em;
}
#contents .table-inquiry {
	width: 100%;
	border-top: 1px solid rgba(224,224,224,1.00);
	margin-bottom: 32px;
}
#contents .table-inquiry tr {
	border-bottom: 1px solid rgba(224,224,224,1.00);
}
#contents .table-inquiry th, #contents .table-inquiry td {
	line-height: 1.6em;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 16px;
	padding-right: 16px;
}
#contents .table-inquiry th {
	background-color: rgba(238,238,238,1.00);
	white-space: nowrap;
}
#contents .table-inquiry th span.must {
	font-size: 0.89rem;
	color: rgba(244,67,54,1.00);
}
#contents .table-inquiry th span.note {
	font-size: 0.89rem;
	display: inline-block;
	font-weight: normal;
	line-height: 1.6em;
	padding-left: 1em;
	text-indent: -1em;
}
#contents .table-inquiry td {
}
#contents .table-inquiry td input, #contents .table-inquiry td textarea {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px;
	border: 1px solid rgba(158,158,158,1.00);
}
#contents .table-inquiry td input:focus, #contents .table-inquiry td textarea:focus {
	background-color: rgba(244,67,54,0.10);
}
#contents .table-inquiry td input.sizeL {
	width: 100%;
}
#contents .table-inquiry td input.sizeM {
	width: 72%;
}
#contents .table-inquiry td input.sizeS {
	width: 160px;
}
#contents .table-inquiry td input.sizeSS {
	width: 100px;
}
#contents .table-inquiry td textarea {
	width: 100%;
	height: 200px;
}
#contents .table-inquiry td span {
	font-size: 0.89rem;
	white-space: nowrap;
}

@media screen and (max-width: 650px) {
#contents .table-inquiry th, #contents .table-inquiry td {
	display: block;
}
}
#contents .wpcf7 .screen-reader-response {
	display: none;
}
#contents .wpcf7 .wpcf7-not-valid-tip {
	display: block;
	color: rgba(244,67,54,1.00);
}
#contents .wpcf7 .wpcf7-response-output {
	color: rgba(244,67,54,1.00);
	font-weight: bold;
	padding-top: 16px;
	margin-bottom: 24px;
}
#contents .wpcf7 .wpcf7-display-none {
	display: none;
}
/* ----------------------------------------------------------------------------------------------------
 * News
---------------------------------------------------------------------------------------------------- */
#contents .list-news {
	line-height: 1.6em;
	border-top: 1px dotted rgba(212,212,212,1.00);
	width: 100%;
	display: block;
}
#contents .list-news dt, #contents .list-news dd {
	padding-top: 12px;
	padding-bottom: 12px;
}
#contents .list-news dt {
	float: left;
	padding-left: 8px;
	color: rgba(158,158,158,1.00);
}
#contents .list-news dd {
	padding-right: 8px;
	padding-left: 170px;
	border-bottom: 1px dotted rgba(212,212,212,1.00);
	display: block;
}
#contents .list-news dd a {
	text-decoration: none;
}

@media screen and (min-width: 1021px) {
#contents .list-news dd a:hover {
	text-decoration: underline;
	color: rgba(33,33,33,1.00);
}
}
#news #contents .addtoany_content_top, #news #contents .addtoany_content_bottom {
	display: none;
}
#news #contents .block-link {
	margin-top: 40px;
}

@media screen and (max-width: 650px) {
#contents .list-news dt {
	float: none;
	padding-bottom: 2px;
	font-size: 0.89rem;
	line-height: 1.6em;
}
#contents .list-news dd {
	padding-left: 8px;
	padding-top: 0;
}
}
/* ----------------------------------------------------------------------------------------------------
 * About
---------------------------------------------------------------------------------------------------- */
#contents .table-about {
	border-top: 1px solid rgba(224,224,224,1.00);
	width: 100%;
	margin-top: 40px;
}
#contents .table-about tr {
	border-bottom: 1px solid rgba(224,224,224,1.00);
}
#contents .table-about th, #contents .table-about td {
	line-height: 1.6em;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 12px;
	padding-bottom: 12px;
	word-break: break-all;
}
#contents .table-about th {
	white-space: nowrap;
	background-color: rgba(238,238,238,1.00);
}
#contents .table-about td ul li {
	margin-bottom: 8px;
	list-style-type: disc;
	margin-left: 1.2em;
}
#contents .table-about td ul li:last-child {
	margin-bottom: 0px;
}

@media screen and (max-width: 650px) {
#contents .table-about th, #contents .table-about td {
	display: block;
}
}
/* ----------------------------------------------------------------------------------------------------
 * Items / lets
---------------------------------------------------------------------------------------------------- */

#contents .contents-body img {
	padding-top: 8px;
	padding-bottom: 8px;
}
#contents .contents-body ul {
	list-style: disc;
	margin-bottom: 1.6em;
}
#contents .contents-body ul li {
	line-height: 1.6em;
	padding-bottom: 8px;
	margin-left: 1.6em;
}
#contents .contents-body ol {
	list-style: decimal;
	margin-bottom: 1.6em;
}
#contents .contents-body ol li {
	line-height: 1.6em;
	padding-bottom: 8px;
	margin-left: 1.8em;
}
#contents .contents-body div {
	max-width: 100%;
}
#contents .contents-body .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#contents .contents-body .addtoany_content_top {
	margin-bottom: 32px;
}
#contents .contents-body .addtoany_content_bottom {
	margin-top: 32px;
}
#contents .contents-body .wp-caption {
	font-size: 0.89rem;
	line-height: 1.6em;
	margin-bottom: 32px;
}
#contents .infinite-scroll {
	text-align: center;
	clear: both;
}
#contents #infscr-loading {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	margin-bottom: 16px;
	padding-top: 20px;
}
/* ----------------------------------------------------------------------------------------------------
 * Items
---------------------------------------------------------------------------------------------------- */
#items #contents h1 + p {
	margin-bottom: 28px;
}
#items #contents.category {
	padding-top: 56px;
}
#items #contents.entry {
	padding-top: 40px;
}
#items #title-items {
	background-color: rgba(255,255,255,1.00);
	display: block;
	width: 100%;
	height: 480px;
	position: relative;
	overflow: hidden;
}
#items #title-items .items-sp {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
}
#items #title-items .items-new {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
#items #title-items .items-new a {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	text-align: left;
	display: block;
	width: 100%;
	height: 480px;
}
#items #title-items .items-new a .inner {
	background-image: url(../images/home-items-new-bg.png);
	width: 370px;
	height: 300px;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 6%;
	margin-top: -150px;
}
#items #title-items .items-new a .inner .date {
	position: absolute;
	width: 200px;
	opacity: 0.7;
	font-size: 0.89rem;
	line-height: 1em;
	left: 85px;
	bottom: 118px;
}
#items #title-items .items-new a .inner .title {
	position: absolute;
	width: 200px;
	height: 4.2em;
	overflow: hidden;
	font-size: 1rem;
	line-height: 1.4em;
	font-weight: bold;
	left: 85px;
	bottom: 46px;
}

@media screen and (min-width: 1021px) {
#items #new-items a:hover {
	opacity: 0.7;
}
}

@media print, screen and (max-width: 1020px) {
#items #title-items {
	height: 400px;
}
#items #title-items .items-new a .inner {
	margin-top: -150px;
	left: 4%;
}
#items #contents.entry {
	padding-top: 32px;
}
}

@media screen and (max-width: 650px) {
#items #title-items {
	height: 280px;
}
#items #title-items .items-new a .inner {
	width: 270px;
	height: 220px;
	margin-left: -130px;
	margin-top: -110px;
	left: 50%;
}
#items #title-items .items-new a .inner .date {
	width: 160px;
	font-size: 0.79rem;
	line-height: 1em;
	left: 55px;
	bottom: 84px;
}
#items #title-items .items-new a .inner .title {
	width: 160px;
	height: 2.8em;
	font-size: 0.89rem;
	left: 55px;
	bottom: 40px;
}
#items #contents.entry {
	padding-top: 24px;
}
}
#contents .list-items {
	display: block;
	width: 100%;
}
#contents .list-items li {
	display: block;
	width: 27.33%;
	float: left;
	margin-bottom: 48px;
	margin-left: 3%;
	margin-right: 3%;
}
#contents .list-items li a {
	text-decoration: none;
	color: rgba(33,33,33,1.00);
}
#contents .list-items li a .image {
	position: relative;
	width: 100%;
	margin-bottom: 12px;
	overflow: hidden;
}
#contents .list-items li a .image:before {
	content: "";
	display: block;
	padding-top: 70.7%;
}
#contents .list-items li a .image > .inner {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	transition: all 0.2s linear;
}
#contents .list-items li a .date {
	font-size: 0.89rem;
	line-height: 1em;
	color: rgba(158,158,158,1.00);
	margin-bottom: 6px;
	padding-left: 8px;
	padding-right: 8px;
}
#contents .list-items li a .title {
	font-weight: bold;
	line-height: 1.4em;
	padding-left: 8px;
	padding-right: 8px;
}

@media screen and (min-width: 1021px) {
#contents .list-items li a:hover .image > .inner {
	transform: scale(1.05);
	opacity: 0.7;
	transition: all 0.2s linear;
}
#contents .list-items li a:hover .title {
	text-decoration: underline;
}
}
#contents .infinite-scroll {
	text-align: center;
	clear: both;
}
#contents .infinite-scroll a {
	width: 27.33%;
}
#items #contents .addtoany_content_top {
	display: none;
}

@media print, screen and (max-width: 1020px) {
#contents .list-items li {
	width: 44%;
	margin-left: 3%;
	margin-right: 3%;
}
#contents .infinite-scroll a {
	width: 44%;
}
}

@media screen and (max-width: 650px) {
#contents .list-items li {
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
}
#contents .infinite-scroll a {
	width: 100%;
}
}
/* ----------------------------------------------------------------------------------------------------
 * Lets
---------------------------------------------------------------------------------------------------- */
#title-lets {
	background-color: rgba(255,255,255,1.00);
}
#title-lets > .inner {
	padding: 16px;
	height: 320px;
	background-image: url(../images/bg-yellow.gif);
	background-size: 60px auto;
}
#title-lets h1 {
	display: block;
	background-color: rgba(255,255,255,1.00);
	height: 100%;
	background-image: url(../images/100head_banner.png);
	background-repeat: no-repeat;
	background-position: center -34px;
	background-size: auto 130%;
}
#title-lets ul {
	font-size: 0px;
	text-align: center;
}
#title-lets ul li {
	display: inline-block;
	margin-left: 16px;
	margin-right: 16px;
	vertical-align: bottom;
}
#title-lets ul li a {
	height: 100px;
	display: block;
	background-image: url(../images/lets-menu.png);
	background-repeat: no-repeat;
	background-size: 120px auto;
}
#title-lets ul li.all a {
	background-position: center 0px;
	width: 100px;
}
#title-lets ul li.cat1 a {
	background-position: center -100px;
	width: 96px;
}
#title-lets ul li.cat2 a {
	background-position: center -200px;
	width: 96px;
}
#title-lets ul li.cat3 a {
	background-position: center -300px;
	width: 96px;
}
#title-lets ul li.cat4 a {
	background-position: center -400px;
	width: 99px;
}
#title-lets ul li.cat5 a {
	background-position: center -500px;
	width: 68px;
}

@media screen and (min-width: 1021px) {
#title-lets ul li a:hover {
	opacity: 0.7;
}
}
#title-lets ul li.search {
	height: 100px;
	position: relative;
	margin-left: 24px;
}
#title-lets ul li.search input {
	width: 200px;
	height: 44px;
	display: block;
	border: 3px solid rgba(224,224,224,1.00);
	padding-left: 8px;
	padding-right: 38px;
	position: relative;
	top: 28px;
	background: none;
	font-size: 0.89rem;
}
#title-lets ul li.search button {
	width: 38px;
	height: 38px;
	display: block;
	border: none;
	top: 31px;
	right: 3px;
	position: absolute;
	background: none;
	background-image: url(../images/site-icon.png);
	background-repeat: no-repeat;
	background-size: 40px auto;
	background-position: 9px -41px;
	cursor: pointer;
}
#title-lets ul li.search button span {
	display: none;
}
#contents.lets-archive {
	padding-top: 0px;
}
#contents.lets-archive > h2 {
	margin: 0;
	padding: 0;
	border-left: none;
	border-right: none;
	border-bottom: none;
	padding-top: 22px;
	margin-bottom: 24px;
	padding-left: 16px;
	padding-right: 16px;
	border-top: 1px solid rgba(238,238,238,1.00);
}
#lets #contents.entry {
	padding-top: 40px;
}
#lets #contents .contents-body {
}
#lets #contents .contents-body .note {
	color: rgba(158,158,158,1.00);
	font-size: 0.89rem;
	line-height: 1.6em;
}
#lets #contents .contents-body .block-info {
	background-color: rgba(238,238,238,1.00);
	color: rgba(158,158,158,1.00);
	font-size: 0.89rem;
	line-height: 1.6em;
	padding-top: 12px;
	padding-bottom: 10px;
	padding-left: 16px;
	padding-right: 16px;
}
#lets #contents .contents-body .block-info a {
	color: rgba(158,158,158,1.00);
	text-decoration: none;
	display: inline-block;
	white-space: nowrap;
}

@media screen and (min-width: 1021px) {
#lets #contents .contents-body .block-info a:hover {
	text-decoration: underline;
}
}

@media print, screen and (max-width: 1020px) {
#title-lets > .inner {
	height: 260px;
}
#title-lets h1 {
	background-position: center -36px;
	background-size: auto 140%;
}
#title-lets ul li {
	margin-left: 1%;
	margin-right: 1%;
}
#title-lets ul li.search {
	height: 64px;
	width: 620px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
#title-lets ul li.search input {
	width: 100%;
	top: 0px;
}
#title-lets ul li.search button {
	top: 3px;
}
#contents.lets-archive > h2 {
	padding-top: 18px;
	margin-bottom: 20px;
}
#lets #contents.entry {
	padding-top: 32px;
}
}

@media screen and (max-width: 650px) {
#title-lets > .inner {
	height: 200px;
}
#title-lets h1 {
	background-position: center -26px;
	background-size: auto 140%;
}
#title-lets ul {
}
#title-lets ul li {
	width: 30%;
	margin-left: 0px;
	margin-right: 0px;
}
#title-lets ul li:nth-child(1) {
	margin-left: 5%;
}
#title-lets ul li:nth-child(3) {
	margin-right: 5%;
}
#title-lets ul li a {
	height: 72px;
	background-size: 110px auto;
	margin-left: auto;
	margin-right: auto;
}
#title-lets ul li.all a {
	background-position: center -2px;
	width: 100%;
}
#title-lets ul li.cat1 a {
	background-position: center -94px;
	width: 100%;
}
#title-lets ul li.cat2 a {
	background-position: center -185px;
	width: 100%;
}
#title-lets ul li.cat3 a {
	background-position: center -277px;
	width: 100%;
}
#title-lets ul li.cat4 a {
	background-position: center -369px;
	width: 100%;
}
#title-lets ul li.cat5 a {
	background-position: center -460px;
	width: 100%;
}
#title-lets ul li.search {
	height: 76px;
	margin-right: 0;
	margin-left: 0;
	padding-left: 5%;
	padding-right: 5%;
	width: 100%;
}
#title-lets ul li.search input {
	width: 100%;
	top: 16px;
}
#title-lets ul li.search button {
	top: 19px;
	right: 5%;
}
#contents.lets-archive > h2 {
	padding-top: 14px;
	margin-bottom: 16px;
}
#lets #contents.entry {
	padding-top: 24px;
}
}
/* ----------------------------------------------------------------------------------------------------
 * Search
---------------------------------------------------------------------------------------------------- */

#search #contents h1 {
	display: block;
	padding-bottom: 8px;
	font-size: 1.60rem;
	line-height: 1.4em;
	border-bottom: 3px solid rgba(238,238,238,1.00);
	margin-bottom: 16px;
}
#search #contents .list-search li {
	border-bottom: 1px dotted rgba(212,212,212,1.00);
	padding-top: 16px;
	padding-bottom: 16px;
	display: block;
}
#search #contents .list-search li:first-child {
	border-top: 1px dotted rgba(212,212,212,1.00);
}
#search #contents .list-search li .title {
	font-size: 1.13rem;
	line-height: 1.6em;
	font-weight: bold;
	margin-bottom: 4px;
}
#search #contents .list-search li .date {
	font-size: 0.89rem;
	color: rgba(158,158,158,1.00);
	line-height: 1.6em;
	margin-bottom: 4px;
}
#search #contents .list-search li .excerpt {
	line-height: 1.6em;
	margin-bottom: 0px;
}

@media print, screen and (max-width: 1020px) {
#search #contents h1 {
	font-size: 1.42rem;
	line-height: 1.6em;
}
}

@media screen and (max-width: 650px) {
#search #contents h1 {
	font-size: 1.27rem;
	line-height: 1.4em;
}
#search #contents .list-search li .title {
	font-size: 1rem;
	line-height: 1.6em;
}
#search #contents .list-search li .date {
	font-size: 0.79rem;
	line-height: 1.6em;
}
#search #contents .list-search li .excerpt {
	line-height: 1.6em;
	font-size: 0.89rem;
}
}
/* ----------------------------------------------------------------------------------------------------
 * Sitemap
---------------------------------------------------------------------------------------------------- */
#sitemap #contents .list-sitemap {
	float: left;
	width: 50%;
}
#sitemap #contents .list-sitemap li {
	line-height: 1.6em;
	list-style: disc;
	margin-left: 1.2em;
	padding-top: 8px;
}
#sitemap #contents .list-sitemap li ul li {
	list-style: circle;
}

@media screen and (max-width: 650px) {
#sitemap #contents .list-sitemap {
	width: 100%;
}
}
/* ----------------------------------------------------------------------------------------------------
 * Sitemap
---------------------------------------------------------------------------------------------------- */
#privacy #contents h2 {
	display: block;
	padding-bottom: 0px;
	font-size: 1.27rem;
	line-height: 1.6em;
	border-bottom: none;
	margin-top: 32px;
	margin-bottom: 4px;
}
#privacy #contents ol {
}
#privacy #contents ol > li:first-child h2 {
	margin-top: 0px;
}
#privacy #contents ol > li > ol > li {
	line-height: 1.6em;
	padding-top: 8px;
	margin-left: 1.2em;
	list-style: decimal;
}
#privacy #contents ol > li > ul > li {
	line-height: 1.6em;
	padding-top: 8px;
	margin-left: 1.2em;
	list-style: disc;
}

@media screen and (max-width: 650px) {
#privacy #contents h2 {
	font-size: 1.13rem;
	line-height: 1.6em;
}
}

/* ----------------------------------------------------------------------------------------------------
 * Print
---------------------------------------------------------------------------------------------------- */
@media print {
header #primary, header #global, header #open, #pagetop, footer ul, .addtoany_content_top, .addtoany_content_bottom, .print-none, #contents .block-link {
	display: none;
	opacity: 0;
}
header {
	box-shadow: none;
}
footer small {
	text-align: center;
	display: block;
	font-size: 0.89rem;
	line-height: 56px;
	color: rgba(255,255,255,1.00);
}
#contents #menu-right ul.list-link {
	margin-bottom: 0px;
}
#lets #contents, #items #contents {
	padding-bottom: 1px;
}
img {
	page-break-inside: avoid;
}
}
/* ----------------------------------------------------------------------------------------------------
 * 投稿内のサイト内リンクのカスタマイズ(BOX形) edit:20170309_hashimoto
---------------------------------------------------------------------------------------------------- */
.link_card {
	margin: 0.5em 0;
}
.link_card a {
	display: block;
	position: relative;
	padding: 0.7em 1em;
	border: 1px #bbb dotted;
	border-left: 5px #ffb74d solid;
	margin: 0.5em 0;
	text-decoration: none!important;
	font-size: 90%!important;
	line-height: 1.5;
	background: #fcfcfc;
	overflow: hidden;
}
.link_card img {
	width: 15%;
	min-width: 100px;
	height: auto;
	display: block;
	float: left;
	padding: 0 1em 0 0!important;
}
.link_card strong {
	font-size: 120%;
	font-weight: bold;
	padding: 0.3em 0;
	display: block;
}
.link_card a:after {
	content: "→";
	display: block;
	width: 1em;
	padding: 0.3em;
	background: #ffb74d;
	font-size: 23px;
	font-weight: bolder;
	position: absolute;
	bottom: 0;
	right: 0;
	color: #fff;
	line-height: 1!important;
}

@media screen and (max-width: 650px) {
.link_card strong {
	font-size: 110%;
	padding: 0;
	display: inline;
}
.link_card a:after {
	font-size: 20px;
}
}
/* ----------------------------------------------------------------------------------------------------
 * FOOTER 連携メディア edit:20170325_hashimoto
---------------------------------------------------------------------------------------------------- */
#medialink {
	background: #fff;
	padding: 2em 3%;
	overflow: hidden;
	text-align: center;
	position: relative;
}
#medialink h3 {
	display: inline;
	line-height: 60px;
	position: absolute;
	left: 2em;
}
#medialink .links {
	margin: 0 0 0 10em;
	text-align: center;
}
#medialink a img {
	padding: 0 0.5em;
}

@media screen and (max-width: 650px) {
#medialink {
	text-align: left;
	padding: 1.5em 3%;
}
#medialink h3 {
	position: static;
	line-height: 1;
	display: block;
	padding: 0 0 0.5em 0;
}
#medialink .links {
	margin: 0.5em 0;
	text-align: center;
}
}

/* ----------------------------------------------------------------------------------------------------
 * 店舗一覧・詳細   edit:20170510_hashimoto
---------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1020px) {
/*エリア表示の変更_20170411*/
#contents .block-area {
	display: block;
	background: none;
}
#shops #contents {
	padding-top: 1em;
}
#contents #menu-left {
	padding: 0!important;
}
#contents .link-area a {
	display: none;
}
#contents .list-area .kanto, #contents .list-area .kansai, #contents .list-area .chugoku {
	display: none;
}
#contents .list-area {
	overflow: hidden;
}
#contents .list-area>li, #contents .list-area>li>ul, #contents .list-area>li>ul>li {
	display: inline;
	margin: 0;
	padding: 0;
}
#contents .list-area>li>ul>li>a, #contents .list-area>li a.all {
	display: block;
	float: left;
	padding: 0.9em 1.3em!important;
	margin: 0.5em 0.7em 0.3em 0!important;
	background: #eee;
	box-shadow: #ccc 0 3px 0;
	border-radius: 3px;
	font-weight: normal;
	font-size: 0.89rem;
	line-height: 1;
}
/*リクルート用エリア表示*/
#recruit #contents #menu-left {
	display: none;
}
#recruit #contents .block-area {
	padding: 0;
}
#contents .table-shops {
	border: none;
	width: 100%;
	display: block;
	overflow: hidden;
	margin: 1em 0 0 0;
}
#contents .table-shops tbody, #contents .table-shops tr, #contents .table-shops td, #contents .table-shops th {
	border: none;
	width: 100%!important;
	display: block;
	white-space: normal;
}
#contents .table-shops tr {
	border-bottom: #ccc 1px solid;
	padding: 0.7em 0;
}
#contents .table-shops tr.hd {
	display: none;
}
#contents .table-shops tr.area {
	border: none;
	padding: 0!important;
}
#contents .table-shops tr.area th {
	background: #eee;
	color: #222;
}
#contents .table-shops td br {
	display: none;
}
#contents .table-shops td {
	padding: 0 0.3em 0.5em 0.3em;
}
#contents .table-shops td:first-child {
	font-size: 1em;
	background-size: 40px auto;
	cursor: pointer;
}
}
#shopdetail {
	width: 98%;
	margin: 0 1%;
	overflow: hidden;
	background: #fff;
	text-align: left;
}
#shopdetail .title {
	display: block;
	padding: 1em 3%;
	background: #3fbaaa;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
#shopdetail .cont {
	padding: 0 2%;
}
#shopdetail h1 {
	font-size: 1.6em;
	font-weight: bold;
	margin: 0.5em 0;
	line-height: 1.3;
}
#shopdetail table {
	width: 100%;
	border-top: #ccc 1px solid;
	font-size: 14px;
}
#shopdetail th {
	background: #efefef;
	padding: 0.5em 2%;
	border-bottom: #ccc 1px solid;
	min-width: 5em;
	font-weight: normal;
	text-align: left;
}
#shopdetail td {
	padding: 0.5em 2%;
	border-bottom: #ccc 1px solid;
}
#shopdetail table a {
	color: #eb3838;
	text-decoration: underline;
}
#shopdetail p.note {
	padding: 0.5em 0;
}
#shopdetail .map {
	width: 96%;
	margin: 0 2%;
	padding: 0.5em 0 0 0;
}
#shopdetail .map iframe {
	width: 100%;
	height: 300px;
	border: none;
	background: #eee;
}
#shopdetail .map a {
	display: block;
	font-size: 0.86em;
	text-decoration: underline;
	color: #000;
	padding: 0.3em 0;
	text-align: center;
	line-height: 1;
}
#shopdetail .map a:before {
	content: "▶ ";
	font-size: 0.86em;
}
#shopdetail #close {
	display: block;
	width: 200px;
	margin: 2em auto;
	padding: 0.5em 0;
	color: #000;
	background: #aaa;
	color: #fff;
	text-align: center;
	cursor: pointer;
}
#shopinfo #shopdetail #close {
	display: none;
}

@media screen and (min-width:650px) {
#shopdetail .cont {
	width: 39%;
	padding: 1em 0 1em 3%;
	float: left;
}
#shopdetail .cont h1 {
	padding: 0.5em 0;
	font-size: 2em;
}
#shopdetail .map {
	width: 52%;
	margin: 1em 3% 1em 2%;
	float: right;
}
#shopdetail .map iframe {
	height: 330px;
}
#shopdetail .map a {
	text-align: right;
}
#shopdetail #close {
	clear: both;
}
}
#shopinfobg {
	background: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 900;
}
#shopinfobox {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#shopinfobox #shopdetail {
	position: absolute;
	width: 88%;
	margin: 0 auto;
	display: none;
	z-index: 9999;
}
#contents .table-shops td {
	position: relative;
}
#contents .table-shops .area th {
	text-align: left;
}
#contents .table-shops td:last-child {
	text-align: left;
	white-space: normal;
}
#contents .table-shops tr.hd th {
	text-align: left;
}
