/* 基本 */
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
html * {
	max-height: 1000000px; /* Android font size fix */
}

/* タグ */
h1 {
	font-size: 1em;
	font-weight: bold;
}
h2 {
	font-size: 1.15em;
	font-weight: bold;
}
h3, h4 {
	font-size: 1.05em;
	font-weight: bold;
}

p {
	margin: 1em 0;
}
ul, ol {
	margin: 1em 0 1em 2em;
}

table, tbody, tr, th, td {
	display: block;
}
th, td {
	padding: 10px;
}
th, td.nw {
	white-space: nowrap;
}
td.button {
	text-align: center;
}

strong.a {
	color: #E44361;
}
strong.b {
	color: #68A400;
}
strong.c {
	color: #1E70CF;
}
em {
	font-style: normal;
}
em.a {
	color: #E50059;
}
em.b {
	color: #68A400;
}
em.c {
	color: #1E70CF;
}

a {
	color: #1E70CF;
	text-decoration: underline;
}
a:hover {
	color: #E50059;
	text-decoration: none;
}
img {
	border: none;
}
.icon {
	vertical-align: -4px;
}

input {
	padding: 2px;
	font-size: 1em;
}
input.miniText {
	width: 150px;
}
input.shortText {
	width: 300px;
}
input.text {
	width: 400px;
}
input.longText {
	box-sizing: border-box;
	width: 100%;
}
input.number {
	width: 80px;
	text-align: right;
}
input.date {
	width: 160px;
	text-align: center;
}
input.char {
	width: 60px;
	text-align: center;
}

input[type=submit] {
	-webkit-appearance: none;
	padding: 8px 20px 5px;
	background: #FFFFFF;
	border: 1px solid #999999;
	border-bottom: 4px solid #FF9BC3;
	border-radius: 10px;

	color: #444444;
	font-size: 1em;
	cursor: pointer;
}

textarea {
	box-sizing: border-box;
	width: 100%;
	font-size: 1em;
}

select,
option {
	font-size: 1em;
}

span.checkbox,
span.radio {
	display: inline-block;
	margin-right: 10px;
}
input[type=checkbox],
input[type=radio] {
	vertical-align: -2px;
}
.right {
	text-align: right;
}
.img_bottom {
	margin-bottom: 30px;
}
/* 全体 */
html {
	-webkit-text-size-adjust: 100%;
	font-size: 20px;
}
body {
	background: #FDEBEB url('/image/site/body-bg.jpg') repeat center top;
	color: #444444;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, sans-serif;
	font-size: 1em;
	line-height: 1.5;
}
#top {
	background: url('/image/site/top-bg.png') no-repeat center top;
	padding: 92px 0 0;
	min-width: 640px;
}
#top.fullPage {
	padding: 0;
}

/* ヘッダ */
.pageHeader {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100000;
	padding: 0 10px;
	width: 640px;
	height: 92px;
	background: #FF61A0 url('/image/site/header-bg.png') repeat-x left top;
}
.pageHeader.onScroll {
	opacity: 0.8;
}
.pageHeader h1 {
	float: left;
	width: 350px;
	height: 92px;
	line-height: 92px;
	background: url('/image/site/logo.png') no-repeat left center;
}
.pageHeader h1 a {
	display: block;
	width: 100%;
	height: 100%;
}
.pageHeader h1 a span {
	display: none;
}
.pageHeader .headerNav {
	float: right;
	margin-top: 9px;
	width: 250px;
	height: 74px;
	line-height: 74px;
	text-align: right;
}
.pageHeader .headerNav p.toContact,
.pageHeader .headerNav p.toSearch,
.pageHeader .headerNav p.openMenu {
	display: inline-block;
	margin: 0;
	width: 74px;
	height: 74px;
	line-height: 74px;
	vertical-align: bottom;
}
.pageHeader .headerNav p.toContact a,
.pageHeader .headerNav p.toSearch a,
.pageHeader .headerNav p.openMenu a {
	display: block;
	width: 100%;
	height: 100%;
}
.pageHeader .headerNav p.toContact a {
	background: url("/image/site/header-nav-contact.png") no-repeat left top;
}
.pageHeader .headerNav p.toSearch a {
	background: url("/image/site/header-nav-search.png") no-repeat left top;
}
.pageHeader .headerNav p.openMenu a {
	background: url("/image/site/header-nav-menu.png") no-repeat left top;
}
.pageHeader .headerNav p.toContact a span,
.pageHeader .headerNav p.toSearch a span,
.pageHeader .headerNav p.openMenu a span {
	display: none;
}
.pageHeader .headerNav p a {
	color: #FFFFFF;
	text-decoration: none;
}
.pageHeader ul.headerMenu {
	display:none;
	position: absolute;
	right: 0;
	top: 92px;
	margin: 0;
	padding: 0;
	width: 600px;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-radius: 0 0 0 10px;
	background: #FF61A0;
	color: #FFFFFF;
	font-size: 1.15em;
	font-weight: bold;
	list-style-type: none;
}
.pageHeader ul.headerMenu li {
	border-bottom: 1px solid #FFFFFF;
}
.pageHeader ul.headerMenu li:last-child {
	border: none;
}
.pageHeader ul.headerMenu li a {
	display: block;
	padding: 1em;
	color: #FFFFFF;
	text-decoration: none;
}
.pageHeader ul.headerMenu li a:before {
	content: '\00BB';
	margin-right: 10px;
}

/* サイドバー */
.sideColumn {
	display: none;
}
.sideBox {
	margin: 1em 0;
	padding: 0;
	background: #FFFFFF;
	border: 1px solid #999999;
	border-radius: 10px;
	overflow: hidden;
}
.sideBox h2 {
	padding: 0 1em;
	background: #FF61A0;
	color: #FFFFFF;
	font-size: 1.15em;
	line-height: 3;
	text-align: center;
}
.sideBox p {
	margin: 1em;
}
.sideBox ul,
.sideBox ol {
	margin: 0.5em;
	list-style-type: none;
}
.sideBox ul li,
.sideBox ol li {
	padding: 0.5em;
	border-bottom: 1px dotted #999999;
}
.sideBox ul li:last-child,
.sideBox ol li:last-child {
	border-bottom: none;
}

.sideBox ul li .rank {
	display: block;
	font-size: 0.9em;
}

.sideBox.sideBoxRanking {
	padding: 0;
	background: transparent;
	border: none;
	border-radius: 0;
}
.sideBox.sideBoxRanking .sideBoxRankingContOuter {
	padding: 0;
	background: url('/image/site/top-box-bg-1.jpg') repeat left top;
	overflow: hidden;
}
.sideBox.sideBoxRanking .sideBoxRankingContOuter:before {
	content: '';
	display: block;
	width: 100%;
	height: 35px;
	background: url('/image/site/side-box-bg-top.png') no-repeat center top;
}
.sideBox.sideBoxRanking .sideBoxRankingContOuter:after {
	content: '';
	display: block;
	width: 100%;
	height: 35px;
	background: url('/image/site/side-box-bg-bottom.png') no-repeat center bottom;
}
.sideBox.sideBoxRanking .sideBoxRankingCont {
	margin: 0;
	padding: 1px 0;
	background: url('/image/site/side-box-bg.png') repeat-y center top;
}
.sideBox.sideBoxRanking .sideBoxRankingContInner {
	margin: -10px 0 -25px;
}
.sideBox.sideBoxRanking .sideBoxRankingContInner .header {
	display: block;
	text-align: center;
}
.sideBox.sideBoxRanking .sideBoxRankingContInner .header img {
	vertical-align: bottom;
}

/* メイン枠 */
.mainColumn {
	padding: 0 10px;
}
.pankuzu {
	margin: 0;
	padding-top: 20px;
	font-size: 0.9em;
}
.pankuzu a {
	display: block;
	color: #E50059;
	text-decoration: none;
}
.pankuzu a:hover {
	color: #1E70CF;
}
.pankuzu a:before {
	content: '\00BB';
	margin: 0 5px;
	color: #444444;
}
.pankuzu a:first-child:before {
	display: none;
}

.sessionMessage {
	margin: 1em 0;
	padding: 10px;
	border: 5px solid #E50059;
	border-radius: 10px;
	background: #FFFFFF;
	color: #E50059;
	font-weight: bold;
}

/* フッタ */
.pageFooter {
	margin: 3em 0 0;
	padding: 1px 0;
	background: #FF61A0;
	color: #FFFFFF;
	font-size: 0.9em;
	text-align: center;
}
.pageFooter p {
	margin: 2em 0;
}

.pageFooter .footerNav {
	padding: 1em 0.5em;
	border-bottom: 1px solid #FFFFFF;
	text-align: right;
}
.pageFooter .footerNav p.toTop,
.pageFooter .footerNav p.toHome {
	display: inline-block;
	margin: 0;
	width: 204px;
	height: 71px;
	line-height: 71px;
	vertical-align: bottom;
}
.pageFooter .footerNav p.toHome {
	margin-right: 0.5em;
}
.pageFooter .footerNav p.toTop a,
.pageFooter .footerNav p.toHome a {
	display: block;
	width: 100%;
	height: 100%;
}
.pageFooter .footerNav p.toTop a {
	background: url("/image/site/footer-nav-top.png") no-repeat left top;
	background-size: contain;
}
.pageFooter .footerNav p.toHome a {
	background: url("/image/site/footer-nav-home.png") no-repeat left top;
	background-size: contain;
}
.pageFooter .footerNav p.toTop a span,
.pageFooter .footerNav p.toHome a span {
	display: none;
}
.pageFooter .footerNav p a {
	color: #FFFFFF;
	text-decoration: none;
}

.pageFooter ul.footerMenu {
	margin: 2em 0;
	padding: 0;
	list-style-type: none;
}
.pageFooter ul.footerMenu li {
	display: inline-block;
	margin: 0;
}
.pageFooter ul.footerMenu li:before {
	content: '\00BB';
	margin-right: 2px;
}
.pageFooter ul.footerMenu li a {
	color: #FFFFFF;
	text-decoration: none;
}
.pageFooter .footerArea {
	margin: 0;
	padding: 0 2em;
	border-top: 1px solid #FFFFFF;
	font-size: 0.8em;
}

/* トップページ */
p.mainImage {
	margin: 0 -10px 1em;
	padding: 0;
}
p.mainImage img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.topSearch {
	margin: 1em 0;
	padding: 0;
}
.topSearch h2 {
	display: none;
}
.topSearch .topSearchWord {
	margin: 5px 2px;
	padding: 5px;
	border: 1px solid #AAAAAA;
	background: #FFFFFF;
	border-radius: 10px;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
	text-align: right;
}
.topSearch .topSearchWord input[type="text"] {
	margin-bottom: 4px;
	border: none;
	outline: none;
	font-size: 1.6em;
	vertical-align: bottom;
	width: 525px;
}
.topSearch .topSearchWord input[type="submit"] {
	padding: 4px;
	width: 70px;
	border: 1px solid #AB2525;
	background: #D80000;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	background: linear-gradient(to bottom, #F65B5B 0%, #D80000 100%);
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
}
.topSearch .topSearchType {
	margin: 8px 2px;
	border: 1px solid #AAAAAA;
	background: #FFFFFF;
	background: linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 50%, #F9F6F1 100%);
	border-radius: 10px;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}
.topSearch .topSearchType h3 {
	position: relative;
	padding: 5px 70px 0;
	font-size: 1.4em;
	line-height: 50px;
	cursor: pointer;
}
.topSearch .topSearchType h3 span.type {
	font-size: 1.4em;
	color: #D80000;
}
.topSearch .topSearchType h3:after {
	position: absolute;
	right: 10px;
	top: 5px;
	content: '▼';
	color: #F8E1E5;
	font-size: 1.4em;
}
.topSearch .topSearchType.topSearchGenre h3 {
	background: url('/image/site/search-icon-1.png') no-repeat 10px center;
}
.topSearch .topSearchType.topSearchArea h3 {
	background: url('/image/site/search-icon-2.png') no-repeat 10px center;
}
.topSearch .topSearchType.topSearchTreat h3 {
	background: url('/image/site/search-icon-3.png') no-repeat 10px center;
}
.topSearch .topSearchType p.buttons {
	display: none;
	margin: 0;
	padding:  0 10px;
}
.topSearch .topSearchType p.buttons:after {
	content: '';
	display: block;
	clear: left;
}
.topSearch .topSearchType p.buttons a {
	display: block;
	float: left;
	width: 49%;
	margin: 0 0 10px;
	padding: 9px 12px 5px;
	border-bottom: 4px solid #DA4453;
	border-radius: 10px;
	background: #FF9EB1;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}
.topSearch .topSearchType p.buttons a:nth-child(2n+1) {
	margin-right: 2%;
}

.topSearch .topSearchType p.buttons span.checkbox {
	display: block;
	float: left;
	width: 49%;
	margin: 0 0 10px;
	padding: 8px 12px 5px;
	background: #FDEBEB;
	border: 1px solid #999999;
	border-bottom: 4px solid #FF9EB1;
	border-radius: 10px;
	text-align: center;
}
.topSearch .topSearchType p.buttons span.checkbox:nth-child(2n+1) {
	margin-right: 2%;
}
.topSearch .topSearchType p.buttons span.checkbox.checked {
	padding: 9px 12px 5px;
	border: none;
	border-bottom: 4px solid #DA4453;
	background: #FF9EB1;
	color: #FFFFFF;
}
.topSearch .topSearchType p.buttons .onlyFavorite span.checkbox {
	width: 100%;
	margin-right: 0;
}
.topSearch .topSearchType p.buttons span.checkbox input[type="checkbox"] {
	display: none;
}

.topSearch .toSearch {
	text-align: center;
}
.topSearch .toSearch button {
	padding: 0;
	border: none;
	outline: none;
	background-color: transparent;
	-webkit-appearance: none;
	cursor: pointer;
}
.topSearch .toSearch img {
	vertical-align: bottom;
}

.topBox {
	margin: 1em 0;
	padding: 0;
}
.topBox h2 {
	padding: 0 1em;
	background: url('/image/site/top-header.png') no-repeat left top;
	line-height: 43px;
	color: #FFFFFF;
	text-align: center;
}
.topBox .boxContent {
	margin: 5px 0 0;
	padding: 0;
	background: #FFFFFF;
	border: 1px solid #999999;
	border-radius: 10px;
	overflow: hidden;
}
.topBox p {
	margin: 1em;
}
.topBox ul,
.topBox ol {
	margin: 1em;
	list-style-type: none;
}

/*
.topBox.topBoxNew h2 {
	margin: 0 -10px;
	background: url('/image/site/top-header-new.png') no-repeat left top;
	height: 45px;
	line-height: 45px;
}
.topBox.topBoxNew h2 span {
	display: none;
}
*/
.topBox.topBoxRanking .boxContent {
	background: url('/image/site/top-box-bg-1.jpg') repeat left top;
}
.topBox.topBoxNew .boxContent {
	background: url('/image/site/top-box-bg-1.jpg') repeat left top;
}
.topBox.topBoxInfo .boxContent {
	background: url('/image/site/top-box-bg-2.jpg') repeat left top;
}

.topBox.topBoxRanking ul {
	margin: 0.25em;
}
.topBox.topBoxRanking ul:after {
	content: '';
	display: block;
	clear: both;
}
.topBox.topBoxRanking li {
	padding: 0.25em;
	width: 33.33%;
	float: left;
	text-align: center;
}
.topBox.topBoxRanking li:nth-child(4) {
	clear: left;
}
.sideBox.sideBoxRanking li {
	border: none;
	text-align: center;
}
.topBox.topBoxRanking li a.thumbnail {
	display: block;
	width: 100%;
	height: 145px;
	line-height: 145px;
	background: #FF61A0 no-repeat center center;
	background-size: cover;
	color: #FFFFFF;
	text-decoration: none;
}
.sideBox.sideBoxRanking li a.thumbnail {
	display: block;
	width: 100%;
	height: 215px;
	line-height: 215px;
	background: #FF61A0 no-repeat center center;
	background-size: cover;
	color: #FFFFFF;
	text-decoration: none;
}
.topBox.topBoxRanking li a.thumbnail span,
.sideBox.sideBoxRanking li a.thumbnail span {
	display: none;
}
.topBox.topBoxRanking li a.thumbnail.noImage:after,
.sideBox.sideBoxRanking li a.thumbnail.noImage:after {
	content: 'no image';
}
.topBox.topBoxRanking li .rank,
.sideBox.sideBoxRanking li .rank {
	position: relative;
	display: inline-block;
	margin: 5px 0;
	width: 52px;
	height: 35px;
	line-height: 35px;
	color: #E50059;
}
.topBox.topBoxRanking li .rank .rankBadge,
.sideBox.sideBoxRanking li .rank .rankBadge {
	position: absolute;
	left: 0;
	top: -10px;
	display: inline-block;
	width: 52px;
	height: 51px;
	line-height: 51px;
}
.topBox.topBoxRanking li .rank .rankText,
.sideBox.sideBoxRanking li .rank .rankText {
	display: none;
}
.topBox.topBoxRanking li .rank.rank1 .rankBadge,
.sideBox.sideBoxRanking li .rank.rank1 .rankBadge {
	background: url('/image/site/ranking-badge-1.png') no-repeat left center;
}
.topBox.topBoxRanking li .rank.rank2 .rankBadge,
.sideBox.sideBoxRanking li .rank.rank2 .rankBadge {
	background: url('/image/site/ranking-badge-2.png') no-repeat left center;
}
.topBox.topBoxRanking li .rank.rank3 .rankBadge,
.sideBox.sideBoxRanking li .rank.rank3 .rankBadge {
	background: url('/image/site/ranking-badge-3.png') no-repeat left center;
}
.topBox.topBoxRanking li .rank.rank4 .rankBadge,
.sideBox.sideBoxRanking li .rank.rank4 .rankBadge {
	background: url('/image/site/ranking-badge-4.png') no-repeat left center;
}
.topBox.topBoxRanking li .rank.rank5 .rankBadge,
.sideBox.sideBoxRanking li .rank.rank5 .rankBadge {
	background: url('/image/site/ranking-badge-5.png') no-repeat left center;
}
.topBox.topBoxRanking li .rank.rank6 .rankBadge,
.sideBox.sideBoxRanking li .rank.rank6 .rankBadge {
	background: url('/image/site/ranking-badge-6.png') no-repeat left center;
}
.topBox.topBoxRanking li .rank.rank7 .rankBadge,
.sideBox.sideBoxRanking li .rank.rank7 .rankBadge {
	background: url('/image/site/ranking-badge-7.png') no-repeat left center;
}
.topBox.topBoxRanking li .rank.rank8 .rankBadge,
.sideBox.sideBoxRanking li .rank.rank8 .rankBadge {
	background: url('/image/site/ranking-badge-8.png') no-repeat left center;
}
.topBox.topBoxRanking li .rank.rank9 .rankBadge,
.sideBox.sideBoxRanking li .rank.rank9 .rankBadge {
	background: url('/image/site/ranking-badge-9.png') no-repeat left center;
}
.topBox.topBoxRanking li a.name,
.sideBox.sideBoxRanking li a.name {
	display: block;
	color: #E50059;
	text-decoration: none;
}
.sideBox.sideBoxRanking li a.name {
	margin-top: 0.5em;
}
.topBox.topBoxRanking li a.name:hover,
.sideBox.sideBoxRanking li a.name:hover {
	color: #1E70CF;
	text-decoration: underline;
}

.topBoxNew ul li {
	margin-top: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 1px dotted #999999;
}
.topBoxNew ul li:last-child {
	padding-bottom: 0;
	border: none;
}
.topBoxNew ul li span.date {
	display: inline-block;
	margin-bottom: 5px;
	padding: 0 10px;
	background: #666666;
	color: #FFFFFF;
	font-size: 0.85em;
	line-height: 1.75;
}
.topBoxNew ul li span.name:after {
	content: '\A';
	white-space: pre;
}
.topBoxNew ul li a {
	color: #E50059;
	text-decoration: none;
}
.topBoxNew ul li a:hover {
	color: #1E70CF;
	text-decoration: underline;
}

.topBoxInfo ul li {
	margin-top: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 1px dotted #999999;
}
.topBoxInfo ul li:last-child {
	padding-bottom: 0;
	border: none;
}
.topBoxInfo ul li span.date {
	display: inline-block;
	padding: 0 10px;
	background: #666666;
	color: #FFFFFF;
	font-size: 0.85em;
	line-height: 1.75;
}

.mainBanner.mainBannerFull {
	margin: 0 -10px;
}
.mainBanner.mainBannerFull.audition {
	margin: 0 -10px;
}
.mainBanner.mainBannerFull img {
	vertical-align: bottom;
}
.fullPage .mainBanner.mainBannerFull img {
	max-width: 100%;
	height: auto;
}

/* サブページ */
.pageBox {
	margin: 1em 0;
	padding: 0 0 20px 0;
	background: #FFFFFF;
	border: 1px solid #999999;
	border-radius: 10px;
	overflow: hidden;
}
.pageBox h2 {
	padding: 0 1em;
	background: #FF61A0;
	color: #FFFFFF;
	line-height: 3;
	text-align: center;
}
.pageBox h3,
.pageBox h4,
.pageBox h5,
.pageBox h6,
.pageBox p {
	margin: 1em;
}
.pageBox p.formStatus {
	margin: 1em;
}
.pageBox ul,
.pageBox ol {
	margin: 1em 1em 1em 2em;
}
.pageBox.endPage .thankYou,
.pageBox.endPage p.navigation {
	margin: 8em 1em 1em;
	text-align: center;
}

.pageBox.formBox {
	background: url('/image/site/top-box-bg-1.jpg') repeat left top;
}

.pageBox.pageBoxSp {
	padding: 0;
	background: transparent;
	border: none;
	border-radius: 0;
}
.pageBox.pageBoxSp h2 {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-radius: 10px 10px 0 0;
}
.fullPage .pageBox.pageBoxSp h2 {
	padding: 12px 1em;
	line-height: 1.5;
}
.pageBox.pageBoxSp .pageBoxSpContOuter {
	padding: 0;
	background: url('/image/site/top-box-bg-1.jpg') repeat left top;
	overflow: hidden;
}
.pageBox.pageBoxSp .pageBoxSpContOuter:after {
	content: '';
	display: block;
	width: 100%;
	height: 67px;
	background: url('/image/site/search-form-bg-bottom.png') no-repeat center bottom;
	background-size: 620px 68px;
}
.pageBox.pageBoxSp.pageBoxSpFull .pageBoxSpContOuter:after {
	content: '';
	display: block;
	width: 100%;
	height: 9px;
	background: url('/image/site/search-form-bg-bottom-alt.png') no-repeat center bottom;
	background-size: 620px 9px;
}
.pageBox.pageBoxSp.pageBoxSpFull .editForm {
	background: url('/image/site/full-page-bg-bottom-left.png') no-repeat left bottom,
		url('/image/site/full-page-bg-bottom-right.png') no-repeat right bottom;
}
.pageBox.pageBoxSp .pageBoxSpCont {
	margin: 0;
	padding: 1px 0;
	background: url('/image/site/search-form-bg.png') repeat-y center top;
	background-size: 620px 5px;
}
.pageBox.pageBoxSp .pageBoxSpContInner {
	margin-bottom: -10px;
}

.pageBox2 {
	margin: 1em 0;
	padding: 0 0 20px 0;
}

body.pageJoin {
	background: #FFFFFF;
}
.pageBoxJoin {
	margin: 2em -10px;
	padding: 0;
}
.pageBoxJoin h2 {
	margin: 0 1em;
	text-align: center;
}
.pageBoxJoin h2 img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.pageBoxJoin .plan-1,
.pageBoxJoin .plan-2 {
	margin: 0;
	padding: 1px 1em;
	border-top: 8px solid #FF90A5;
	background: #FFCCD2;
	font-size: 1.35em;
}
.pageBoxJoin .plan-image {
	text-align: center;
}
.pageBoxJoin .plan-image img {
	width: 80%;
	height: auto;
	vertical-align: bottom;
}
.pageBoxJoin .plan-button {
	padding: 1.5em;
	background: #FF90A5;
	color: #FFFFFF;
	border-radius: 1em;
}
.pageBoxJoin .plan-button .plan-list {
	 background: url('/image/join/check-white.png') no-repeat left 6px;
	 margin: 0;
	 padding-left: 40px;
 }
.pageBoxJoin .plan-button .plan-button-link {
	margin: 1em 0 0;
	text-align: center;
}
.pageBoxJoin .plan-button .plan-button-link img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.pageBoxJoin .plan-detail {
	border: 2px solid #FF90A5;
	background: #FFFFFF;
	text-align: center;
	border-radius: 10px;
}
.pageBoxJoin .plan-detail a {
	display: block;
	padding: 0.75em;
}
.pageBoxJoin .plan-detail img {
	width: 210px;
	height: auto;
	vertical-align: bottom;
}

.pageBoxJoin .flow {
	margin: 0;
	padding: 1em 0 0;
	background: #FFFFFF;
	font-size: 1.2em;
}
.pageBoxJoin .flow p {
	margin: 0 1em 1em;
}
.pageBoxJoin .flow .flow-contact {
	padding: 0 0 1em;
	background: #FF90A5;
	text-align: center;
	color: #FFFFFF;
	font-size: 1.125em;
}
.pageBoxJoin .flow .flow-contact p {
	margin: 1em;
}
.pageBoxJoin .flow .flow-contact p.flow-button-mail {
	margin: 1em 2em;
	background: #FFFFFF;
	border-radius: 70px;
	box-shadow: 0 -8px 0 0 rgba(0, 0, 0, 0.1) inset;
}
.pageBoxJoin .flow .flow-contact p.flow-button-mail a {
	display: block;
	padding: 1.15em;
	font-size: 1.3em;
	color: #222222;
	text-decoration: none;
}
.pageBoxJoin .flow .flow-contact p.flow-button-mail a:before {
	display: inline-block;
	content: '';
	width: 40px;
	height: 30px;
	margin-right: 12px;
	background: url('/image/join/flow-icon-mail.png') no-repeat left top;
	background-size: 100% auto;
	vertical-align: -2px;
}
.pageBoxJoin .qa {
	background: #FFFFFF;
	padding: 3em 1em 1em;
	font-size: 1.2em;
}
.pageBoxJoin .qa h3 {
	margin-bottom: 1em;
	text-align: center;
	font-size: 1.8em;
	font-weight: normal;
	color: #222222;
}
.pageBoxJoin .qa h4 {
	padding-left: 52px;
	background: url('/image/join/qa-icon-question.png') no-repeat left center;
	background-size: 40px 40px;
	font-size: 1em;
	font-weight: normal;
}
.pageBoxJoin .qa p.description {
	padding: 1em;
	background: #FFCCD2;
	border-radius: 1em;
}
.pageBoxJoin.pageBoxJoinDesc1 h2 {
	font-size: 1em;
	font-weight: normal;
	text-align: center;
}
.pageBoxJoin.pageBoxJoinDesc1 h2 img {
	width: 80px;
	margin-bottom: 8px;
}
.pageBoxJoin.pageBoxJoinDesc1 .main-text {
	margin: 1em;
	text-align: center;
	font-size: 1.2em;
	line-height: 1.2;
}
.pageBoxJoin.pageBoxJoinDesc1 .main-text .important {
	font-size: 1.9em;
	color: #FF26FF;
}
.pageBoxJoin.pageBoxJoinDesc1 .main-list {
	background: url('/image/join/check-gray.png') no-repeat left 6px;
	margin: 0 1em;
	padding-left: 40px;
	font-size: 1.2em;
}
.pageBoxJoin.pageBoxJoinDesc1 .main-text2 {
	margin: 3em 1em 1em;
	text-align: center;
	font-size: 2.2em;
	line-height: 1.2;
	color: #222222;
}
.pageBoxJoin.pageBoxJoinDesc1 .plan1-items .column {
	padding: 1em;
	text-align: center;
	font-size: 1.2em;
}
.pageBoxJoin.pageBoxJoinDesc1 .plan1-items .column p {
	margin: 0.5em;
}
.pageBoxJoin.pageBoxJoinDesc1 .plan1-items .column p.icon {
	color: #FF26FF;
	font-size: 1.15em;
}
.pageBoxJoin.pageBoxJoinDesc1 .plan1-items .column p.icon img {
	width: 240px;
	height: auto;
}
.pageBoxJoin.pageBoxJoinDesc1 .plan1-price {
	margin: 1em 1em 4em;
	padding: 1em;
	border: 4px solid #FF90A5;
	background: #FFFFFF;
	text-align: center;
	font-size: 1.2em;
}
.pageBoxJoin.pageBoxJoinDesc1 .plan1-price h3 {
	margin: 0;
}
.pageBoxJoin.pageBoxJoinDesc1 .plan1-price p {
	margin: 0;
	color: #FF26FF;
}

.pageBoxJoin.pageBoxJoinDesc2 h2 {
	margin: 0 10px;

}
.pageBoxJoin.pageBoxJoinDesc2 h2 img {
	width: 100%;
	height: auto;
}
.pageBoxJoin.pageBoxJoinDesc2 .plan2-price h3 {
	margin: 2em 1em 1em;
	font-size: 2em;
	font-weight: bolder;
	text-align: center;
	color: #FF26FF;
}
.pageBoxJoin.pageBoxJoinDesc2 .plan2-price h4 {
	margin: 0 10px;
}
.pageBoxJoin.pageBoxJoinDesc2 .plan2-price h4 img {
	width: 100%;
	height: auto;
}
.pageBoxJoin.pageBoxJoinDesc2 .plan2-price .columns {
	margin: 0.25em 0 2em;
	padding: 0 1%;
	font-size: 0.95em;
}
.pageBoxJoin.pageBoxJoinDesc2 .plan2-price .columns:after {
	display: block;
	content: '';
	clear: left;
}
.pageBoxJoin.pageBoxJoinDesc2 .plan2-price .columns .column {
	position: relative;
	float: left;
	width: 24%;
	margin: 0.5%;
	border: 2px solid #CCCCCC;
	border-radius: 10px;
	background: #FFFFFF;
	text-align: center;
}
.pageBoxJoin.pageBoxJoinDesc2 .plan2-price .columns .column .recommended {
	position: absolute;
	top: -5px;
	left: -5px;
	display: block;
	width: 50px;
	height: 50px;
	background: url('/image/join/desc1-recommended.png') no-repeat left top;
	background-size: cover;
}
.pageBoxJoin.pageBoxJoinDesc2 .plan2-price .columns .column p {
	margin: 0 0.3em;
	padding: 1em 0;
}
.pageBoxJoin.pageBoxJoinDesc2 .plan2-price .columns .column p.t2 {
	font-size: 0.8em;
	border-top: 2px solid #CCCCCC;
}
.pageBoxJoin.pageBoxJoinDesc2 .plan2-price .columns .column p.i1 img {
	vertical-align: bottom;
}
.pageBoxJoin.pageBoxJoinDesc2 .plan2-price .columns .column p.ex1 {
	margin: 0;
	padding: 0;
	line-height: 3.5em;
	text-shadow: 0 2px 0 #DA4453;
	background: linear-gradient(to bottom, #FFB9C1 0%, #FF90A5 100%);
	border-bottom: 2px #DA4453 solid;
	color: #FFFFFF;
	font-weight: bold;
	border-radius: 8px 8px 0 0;
}
.pageBoxJoin.pageBoxJoinDesc2 .plan2-price .columns .column p.ex1sp {
	padding: 0.6em 0 0.4em;
	line-height: 1.25em;
	text-shadow: 0 2px 0 #DD3B00;
	background: linear-gradient(to bottom, #F39800 49%, #F6AC00 50%, #E95F00 51%, #F39800 100%);
	border-bottom-color: #DD3B00;
}
.pageBoxJoin.pageBoxJoinDesc2 .plan2-price p.last {
	margin: 1em 1em 4em;
	font-weight: bold;
	font-size: 1.2em;
}

/* 検索フォーム */
h2.searchHeader {
	margin-top: -2em;
	width: 100%;
	height: 101px;
	background: url('/image/site/search-header.png') no-repeat center top;
	font-size: 0.9em;
}
h2.searchHeader span {
	display: none;
}

.searchConditionOuter {
	margin: 1em 0;
	padding: 0;
	background: url('/image/site/top-box-bg-1.jpg') repeat left top;
	overflow: hidden;
}
.searchConditionOuter:before {
	content: '';
	display: block;
	width: 100%;
	height: 67px;
	background: url('/image/site/search-form-bg-top.png') no-repeat center top;
	background-size: 620px 68px;
}
.searchConditionOuter:after {
	content: '';
	display: block;
	width: 100%;
	height: 67px;
	background: url('/image/site/search-form-bg-bottom.png') no-repeat center bottom;
	background-size: 620px 68px;
}
.searchCondition {
	margin: 0;
	padding: 1px 0;
	background: url('/image/site/search-form-bg.png') repeat-y center top;
	background-size: 620px 5px;
}
.searchConditionInner {
	margin-top: -68px;
	margin-bottom: -68px;
}
.searchCondition h3 {
	margin: 75px 1px 30px;
	padding: 3px 10px 12px 80px;
	min-height: 60px;
	line-height: 45px;
	background: url('/image/site/search-form-header.png') no-repeat left bottom;
	color: #333333;
	font-size: 1.8em;
}
form.searchForm {
	margin: 1em;
}
form.searchForm table {
	margin: 1em 0 65px;
	width: 100%;
}
form.searchForm table th {
	padding: 0;
}
form.searchForm table th:before {
	content: '';
	display: block;
	width: 100%;
	height: 24px;
	margin-top: 10px;
	margin-bottom: 12px;
	background: url('/image/site/search-form-separator.png') no-repeat center center;
	background-size: contain;
}
form.searchForm table th:after {
	content: '';
	display: block;
	width: 100%;
	height: 24px;
	margin-top: 10px;
	background: url('/image/site/search-form-separator.png') no-repeat center center;
	background-size: contain;
}
form.searchForm table td {
	padding: 10px 5px;
}
form.searchForm table td:after {
	content: '';
	display: block;
	clear: both;
}
form.searchForm table span.checkbox {
	display: block;
	float: left;
	width: 49%;
	margin: 0 0 10px;
	padding: 8px 12px 5px;
	background: #FFFFFF;
	border: 1px solid #999999;
	border-bottom: 4px solid #FF9BC3;
	border-radius: 10px;
	text-align: center;
}
form.searchForm table td.onlyFavorite span.checkbox {
	float: none;
	width: 100%;
	margin-right: 0;
}
form.searchForm table span.checkbox:nth-child(2n+1) {
	margin-right: 2%;
}
form.searchForm table span.checkbox.checked {
	padding: 9px 12px 5px;
	border: none;
	border-bottom: 4px solid #DA4453;
	background: #FF9EB1;
	color: #FFFFFF;
}
form.searchForm table span.checkbox input[type="checkbox"] {
	display: none;
}
form.searchForm input[type="submit"] {
	-webkit-appearance: none;
	padding: 8px 20px 5px;
	background: #FFFFFF;
	border: 1px solid #999999;
	border-bottom: 4px solid #FF9BC3;
	border-radius: 10px;
}

#result {
	margin-top: -104px;
	padding-top: 104px;
}
.formConditions {
	margin: 0 0 1em;
	padding: 0;
	/* background: #FFFFFF; */
	background: url('/image/site/top-box-bg-1.jpg') repeat left top;
	border: 1px solid #999999;
	border-radius: 10px;
}
.formConditions h3 {
	margin: 10px 0;
	padding: 3px 10px 12px 70px;
	min-height: 45px;
	line-height: 30px;
	background: url('/image/site/store-view-header-2.png') no-repeat left bottom;
	color: #333333;
}
.formConditions p {
	margin: 1em;
}

.seachResultItem {
	margin: 0.75em 0 1em;
	padding: 0;
	overflow: hidden;
	background: #FFFFFF url('/image/site/top-box-bg-1.jpg') repeat left top;
	border: 1px solid #999999;
	border-radius: 10px;
}
.seachResultItem h3 {
	margin: 20px 0;
	height: 78px;
	line-height: 78px;
	background: url('/image/site/store-view-store-name.png') no-repeat center top;
	color: #FFFFFF;
	text-align: center;
	font-size: 1.15em;
}
.itemPhoto {
	margin: 1em;
}
.itemPhoto p.item {
	margin: 0;
	width: 100%;
	text-align: center;
}
.itemPhoto p.item img {
	margin: 0 auto;
	max-width: 100%;
	height: auto;
	max-height: 440px;
}

/* 店舗詳細 */
h2.storeViewHeader {
	margin-top: -2em;
	width: 100%;
	height: 101px;
	background: url('/image/site/store-view-header.png') no-repeat center top;
	font-size: 0.9em;
}
h2.storeViewHeader span {
	display: none;
}

.storeViewOuter {
	margin: 0.75em 0 1em;
	padding: 0;
	overflow: hidden;
	background: #FFFFFF url('/image/site/top-box-bg-1.jpg') repeat left top;
	border: 1px solid #999999;
	border-radius: 10px;
}
.storeViewOuter h2 {
	margin: 20px 0;
	height: 78px;
	line-height: 78px;
	background: url('/image/site/store-view-store-name.png') no-repeat center top;
	color: #FFFFFF;
	text-align: center;
}
.storePhotoList {
	margin: 1em;
}
.storePhotoList p.item {
	margin: 0;
	width: 100%;
	text-align: center;
}
.storePhotoList p.item img {
	margin: 0 auto;
	max-width: 100%;
	height: auto;
	max-height: 440px;
}

.storeHead {
	margin: 1em;
	border: 1px solid #999999;
	border-radius: 10px;
	background: #FFFFFF;
}
.storeHead h3 {
	margin: 10px 0;
	padding: 3px 10px 12px 70px;
	min-height: 45px;
	line-height: 30px;
	background: url('/image/site/store-view-header-2.png') no-repeat left bottom;
	color: #333333;
}
.storeHead p {
	margin: 1em;
}

.storeInfo,
.jobInfo {
	margin: 1.5em 1em;
	padding: 0;
}
.storeInfo h3,
.jobInfo h3 {
	margin: 10px -1.05em;
	padding: 3px 10px 12px 70px;
	min-height: 45px;
	line-height: 30px;
	background: url('/image/site/store-view-header-2.png') no-repeat left bottom;
	color: #333333;
}
.storeInfo .tableOuter,
.jobInfo .tableOuter,
.defaultTable.tableOuter {
	border: 1px solid #CCCCCC;
	border-radius: 10px;
	overflow: hidden;
}
.defaultTable.tableOuter {
	margin: 1em;
}
.storeInfo table,
.jobInfo table,
.defaultTable.tableOuter table {
	display: table;
	margin: 0;
	width: 100%;
	border-collapse: collapse;
	background: #FFFFFF;
}
.storeInfo table tbody,
.jobInfo table tbody,
.defaultTable.tableOuter table tbody {
	display: table-row-group;
}
.storeInfo table tr,
.jobInfo table tr,
.defaultTable.tableOuter table tr {
	display: table-row;
}
.storeInfo table th,
.jobInfo table th,
.defaultTable.tableOuter table th {
	display: table-cell;
	padding: 15px;
	width: 30%;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background: #FF90A5;
	color: #FFFFFF;
	text-align: left;
}
.storeInfo table td,
.jobInfo table td,
.defaultTable.tableOuter table td {
	display: table-cell;
	padding: 15px;
	border-bottom: 1px solid #CCCCCC;
}
.storeInfo table tr:last-child th,
.storeInfo table tr:last-child td,
.jobInfo table tr:last-child th,
.jobInfo table tr:last-child td,
.defaultTable.tableOuter table tr:last-child th,
.defaultTable.tableOuter table tr:last-child td {
	border-bottom: none;
}

.storeMap .storeMapInfo {
	display: none;
}
#viewGoogleMap {
	display: none;
	margin: 1em;
	height: 500px;
}

/* パーツ */
p.formStatus {
	margin: 1em 0;
	padding: 1em;
	background: #FFFFFF;
	border: 1px solid #999999;
	border-radius: 10px;
	color: #E44361;
	font-weight: bold;
}
p.navigation {
	text-align: center;
}
p.navigation.pagination span,
p.navigation.pagination a {
	display: inline-block;
	padding: 0 1em;
	background: #FFFFFF;
	border: 1px solid #999999;
	border-radius: 10px;
	line-height: 3;
}
p.navigation.sortNav a {
	display: inline-block;
	width: 276px;
	height: 50px;
	line-height: 50px;
	vertical-align: bottom;
	background: url('/image/site/button-sort.png') no-repeat center center;
	text-align: center;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
p.navigation.sortNav a.active {
	background: url('/image/site/button-sort-active.png') no-repeat center center;
}

p.navDetailButton {
	margin: 1.5em 14px 1em;
	text-align: center;
}
p.navDetailButton .itemDetail {
	display: block;
	margin: 0 auto 0.5em;
	width: 587px;
	height: 80px;
	background: url('/image/site/button-store-view.png') no-repeat center center;
}
p.navDetailButton .itemDetail span {
	display: none;
}
p.navButtons {
	margin: 1.5em 14px 1em;
	text-align: center;
}
p.navButtons:after {
	content: '';
	display: block;
	clear: both;
}
p.navButtons .storeEntryFoot,
p.navButtons .storeTelFoot,
p.navButtons .storeContactFoot,
p.navButtons .storeFavoriteFoot {
	display: block;
	margin: 0 0 0.5em;
	width: 290px;
	height: 70px;
	float: left;
}
p.navButtons.navButtonsSearchResult .storeEntryFoot,
p.navButtons.navButtonsSearchResult .storeTelFoot,
p.navButtons.navButtonsSearchResult .storeContactFoot {
	height: 80px;
}
p.navButtons.navButtonsSearchResult .storeTelFoot,
p.navButtons.navButtonsSearchResult .storeContactFoot {
	width: 140px;
}
p.navButtons .storeEntryFoot span,
p.navButtons .storeTelFoot span,
p.navButtons .storeContactFoot span,
p.navButtons .storeFavoriteFoot span {
	display: none;
}
p.navButtons *:nth-child(2n) {
	margin-left: 9px;
}
p.navButtons.navButtonsSearchResult *:nth-child(3) {
	margin-left: 9px;
}
p.navButtons .storeEntryFoot {
	background: url('/image/site/button-entry.png') no-repeat center center;
}
p.navButtons.navButtonsSearchResult .storeEntryFoot {
	background: url('/image/site/button-entry-short.png') no-repeat center center;
}
p.navButtons .storeTelFoot {
	background: url('/image/site/button-tel.png') no-repeat center center;
}
p.navButtons.navButtonsSearchResult .storeTelFoot {
	background: url('/image/site/button-tel-short.png') no-repeat center center;
}
p.navButtons .storeTelFoot.disabled {
	opacity: 0.5;
}
p.navButtons .storeContactFoot {
	background: url('/image/site/button-contact.png') no-repeat center center;
}
p.navButtons.navButtonsSearchResult .storeContactFoot {
	background: url('/image/site/button-contact-short.png') no-repeat center center;
}
p.navButtons .storeFavoriteFoot {
	background: url('/image/site/button-favorite.png') no-repeat center center;
}
p.navButtons a.isFavorite {
	background: url('/image/site/button-favorite-added.png') no-repeat center center;
}
p.navButtons a.isFavorite:before {
	content: '';
	background: url('/image/site/button-favorite-remove.png') no-repeat center center;
}
p.navButtons a.isFavorite:hover {
	background: url('/image/site/button-favorite-remove.png') no-repeat center center;
}

.editForm {
	margin: 1em;
	padding: 0;
	border: 1px solid #999999;
	border-radius: 10px;
	overflow: hidden;
}
.editForm table {
	margin: 0;
	width: 100%;
}
.editForm table th {
	background: #FFE8EE;
}
.editForm table input,
.editForm table select,
.editForm table textarea {
	padding: 5px;
	border: 1px solid #999999;
	outline: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, sans-serif;
}
.editForm table select {
	padding: 4px;
}
.editForm table select option {
	padding-right: 10px;
}
.editForm table p {
	margin: 0;
}
.editForm table p.note {
	margin: 10px 0 0;
}
select[name=prefecture] {
	margin: 0 0 10px;
}
.searchForm table input[type="text"] {
	box-sizing: border-box;
	width: 100%;
	padding: 5px;
	border: 1px solid #999999;
	outline: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, sans-serif;
}
.searchForm table input.searchInputWord {
	margin-bottom: 10px;
	padding: 8px 12px;
	height: 48px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-appearance: none;
}

.itemTreatList,
.storeTreatList {
	margin: 1em auto;
	width: 590px;
	font-size: 14px;
}
.itemTreatList ul,
.storeTreatList ul {
	margin: 0;
	list-style-type: none;
}
.itemTreatList ul li,
.storeTreatList ul li {
	display: inline-block;
	margin: 0 0 5px;
	padding: 0;
	color: #FFFFFF;
	font-size: 0.9em;
	font-weight: bold;
}
.itemTreatList ul li.noIcon,
.storeTreatList ul li.noIcon {
	width: 80px;
	height: 80px;
	margin: 0;
	padding: 20px 0;
	vertical-align: 15px;
	background: #FF90A5;
	border-radius: 10px;
	text-align: center;
}
.itemTreatList ul li.noIcon span,
.storeTreatList ul li.noIcon span {
	display: inline-block;
	margin: 0 4px;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
}
.itemTreatList ul li.disabled,
.storeTreatList ul li.disabled {
	opacity: 0.5;
}
.itemTreatList ul li img,
.storeTreatList ul li img {
	vertical-align: bottom;
}

/* ギャラリーCSS修正 */
.slick-dotted.slick-slider {
	margin-bottom: 0 !important;
}
.storePhotoListNav {
	position: relative;
	margin: 0 1em 2em;
	height: 0;
}
.storePhotoListNav p {
	margin: 0;
}
.storePhotoListNav p.storePhotoListNavArrows {
	position: absolute;
	bottom: 245px;
	width: 568px;
	margin: 0 5px;
}
.storePhotoListNav .slick-prev,
.storePhotoListNav .slick-next {
	top: 0;
	width: 52px;
	height: 52px;
	line-height: 52px;
	overflow: hidden;
	border-radius: 26px;
	background: #FF90A5;
	text-align: center;
	font-size: 1em;

	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
.storePhotoListNav .slick-prev {
	left: 0;
}
.storePhotoListNav .slick-next {
	right: 0;
}
.storePhotoListNav .slick-prev:hover,
.storePhotoListNav .slick-prev:focus,
.storePhotoListNav .slick-next:hover,
.storePhotoListNav .slick-next:focus {
	background: #FF90A5;
}
.storePhotoListNav .slick-prev:before,
.storePhotoListNav .slick-next:before {
	display: block;
	width: 52px;
	height: 52px;
	line-height: 52px;
	overflow: hidden;
	font-size: 26px;
	color: #FFFFFF;
	opacity: 1;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, sans-serif;
}
.storePhotoListNav .slick-prev:before {
	content: '◀';
}
.storePhotoListNav .slick-next:before {
	content: '▶';
}
.storePhotoListNav .slick-dots {
	bottom: 5px;
	left: 45px;
	right: 45px;
	width: 500px;

}
.storePhotoListNav .slick-dots li {
	margin: 0;
	padding: 12px;
	width: 40px;
	height: 40px;
	vertical-align: bottom;
}
.storePhotoListNav .slick-dots li button {
	padding: 0;
	width: 16px;
	height: 16px;
	border-radius: 8px;
	background: #FFFFFF
}
.slick-dots li button:before {
	display: none;
}
.storePhotoListNav .slick-dots li.slick-active button {
	background: #FF90A5;
}

.box01 {
	margin: 1em;
}

/* PC版追加スタイル */
@media screen and (min-width: 657px) {
	table {
		display: table;
	}
	tbody {
		display: table-row-group;
	}
	tr {
		display: table-row;
	}
	th, td {
		display: table-cell;
	}
	form.searchForm table,
	form.searchForm tbody,
	form.searchForm tr,
	form.searchForm th,
	form.searchForm td {
		display: block;
	}

	input.miniText {
		width: 80px;
	}
	input.shortText {
		width: 150px;
	}
	input.text {
		width: 250px;
	}
	input.longText {
		width: 350px;
	}
	input.number {
		width: 40px;
	}
	input.date {
		width: 80px;
	}
	input.char {
		width: 30px;
	}

	html {
		font-size: 14px;
	}
	#top {
		min-width: 990px;
	}

	.pageHeader {
		width: 100%;
	}
	.pageHeaderInner {
		max-width: 970px;
		margin: 0 auto;
	}

	.pageMain {
		margin: 0 auto;
		max-width: 990px;
	}
	.fullPage .pageMain {
		max-width: 1030px;
	}
	.pageMain:after {
		content: '';
		display: block;
		clear: both;
	}

	.sideColumn {
		display: block;
		float: right;
		padding: 0 10px 0 0;
		width: 330px;
	}
	.mainColumn {
		padding: 0 360px 0 10px;
	}
	.fullPage .mainColumn {
		padding: 10px;
	}

	.pageFooter .footerNav {
		text-align: center;
	}

	.pankuzu {
		margin: 0;
		padding-top: 14px;
	}
	.pankuzu a {
		display: inline-block;
	}

	.editForm {
		margin: 1em auto;
		width: 590px;
	}
	.fullPage .editForm {
		width: 980px;
	}
	.editForm table tr:first-child th {
		border-radius: 7px 0 0 0;
	}
	.editForm table p.note {
		margin: 5px 0 0;
	}
	select[name=prefecture] {
		margin: 0;
	}

	.seachResultItem .itemTelList {
		margin: 1em;
	}
	.seachResultItem .itemTelList:after {
		content: '';
		display: block;
		clear: both;
	}
	.seachResultItem p.itemTel {
		float: left;
		margin: 0;
		width: 50%;
	}
	.seachResultItem p.itemTelMobile {
		float: left;
		margin: 0;
		width: 50%;
	}
	.seachResultItem p.itemPay,
	.seachResultItem p.itemTel,
	.seachResultItem p.itemTelMobile {
		font-size: 1em;
	}
	.seachResultItem p.itemPay span,
	.seachResultItem p.itemTel span,
	.seachResultItem p.itemTelMobile span {
		margin-right: 1em;
		width: 120px;
	}

	.storePhotoListNav p.storePhotoListNavArrows {
		width: 580px;
	}

	body.pageJoin #top {
		background: none;
	}
	.pageBoxJoin .plan-button .plan-list {
		background: url('/image/join/check-white.png') no-repeat left top;
	}
	.pageBoxJoin.pageBoxJoinDesc1 .main-list {
		margin: 0.5em 100px;
		background: url('/image/join/check-gray.png') no-repeat left top;
	}
	.pageBoxJoin .qa h4 {
		padding-left: 43px;
		background-size: 31px 31px;
		line-height: 31px;
	}

	.pageBoxJoin.pageBoxJoinDesc1 .plan1-items:after {
		content: '';
		display: block;
		clear: left;
	}
	.pageBoxJoin.pageBoxJoinDesc1 .plan1-items .column {
		float: left;
		width: 33.33%;
		padding: 1em 0;
		font-size: 1em;
	}
	.pageBoxJoin.pageBoxJoinDesc1 .plan1-items .column p.icon img {
		width: 120px;
		height: auto;
	}


	.pageBoxJoin.pageBoxJoinDesc2 .plan2-price .columns {
		font-size: 1.2em;
	}
	.pageBoxJoin.pageBoxJoinDesc2 .plan2-price .columns .column {
		border: 1px solid #CCCCCC;
	}
	.pageBoxJoin.pageBoxJoinDesc2 .plan2-price .columns .column .recommended {
		position: absolute;
		top: -6px;
		left: -6px;
		width: 59px;
		height: 59px;
	}
	.pageBoxJoin.pageBoxJoinDesc2 .plan2-price .columns .column p.t2 {
		border-top: 1px solid #CCCCCC;
	}
	.pageBoxJoin.pageBoxJoinDesc2 .plan2-price .columns .column p.ex1 {
		border-radius: 9px 9px 0 0;
	}
	.pageBoxJoin.pageBoxJoinDesc2 .plan2-price .columns .column p.ex1sp {
	}

	.pageBox.pageBoxSp.pageBoxSpFull .pageBoxSpContOuter:after {
		height: 10px;
		background: url('/image/site/full-page-bg-bottom-alt.png') no-repeat center bottom;
		background-size: 1010px 10px;
	}
	.pageBox.pageBoxSp.pageBoxSpFull .pageBoxSpCont {
		background: url('/image/site/full-page-bg.png') repeat-y center top;
		background-size: 1010px 5px;
	}
}

#about_title {
	padding: 0 1em;
    background: url("/image/site/top-header.png") no-repeat left top;
    line-height: 43px;
    color: #FFFFFF;
    text-align: center;
}
#audition {
	width: 98%;
	margin: 0 auto;
	padding: 15px;
}
#audition h3 {
	font-size: 1.8em;
	text-align: center;
}
#audition p {
	font-size: 1.1em;
	font-weight: bold;
}
.imgCenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.center {
	text-align: center;
}
#imgzeroLogo {
	margin-left: 25px;
}

h3.audition-title {
	margin: 1em 14px;
	height: 106px;
}
h3.audition-title.recruit-title {
	margin: 1em 8px;
	height: 98px;
}
h3.audition-title.audition-title-1 {
	background: url("/image/content/audition-title-1.png") no-repeat center center;
	background-size: cover;
}
h3.audition-title.audition-title-2 {
	background: url("/image/content/audition-title-2.png") no-repeat center center;
	background-size: cover;
}
h3.audition-title.audition-title-3 {
	background: url("/image/content/audition-title-3.png") no-repeat center center;
	background-size: cover;
}
h3.audition-title.audition-title-4 {
	background: url("/image/content/audition-title-4.png") no-repeat center center;
	background-size: cover;
}
h3.audition-title.audition-title-5 {
	background: url("/image/content/audition-title-5.png") no-repeat center center;
	background-size: cover;
}
h3.audition-title.audition-title-6 {
	background: url("/image/content/audition-title-6.png") no-repeat center center;
	background-size: cover;
}
h3.audition-title.recruit-title-1 {
	background: url("/image/content/recruit-title-1.png") no-repeat -60px center;
	background-size: cover;
}
h3.audition-title.recruit-title-2 {
	background: url("/image/content/recruit-title-2.png") no-repeat -60px center;
	background-size: cover;
}
h3.audition-title.recruit-title-3 {
	background: url("/image/content/recruit-title-3.png") no-repeat -60px center;
	background-size: cover;
}
h3.audition-title.recruit-title-4 {
	background: url("/image/content/recruit-title-4.png") no-repeat -60px center;
	background-size: cover;
}
h3.audition-title span {
	display: none;
}
/* PC版追加スタイル */
@media screen and (min-width: 657px) {
	h3.audition-title.recruit-title {
		margin: 1em 8px;
		height: 128px;
	}
	h3.audition-title.recruit-title-1 {
		background: url("/image/content/recruit-title-1.png") no-repeat center center;
		background-size: cover;
	}
	h3.audition-title.recruit-title-2 {
		background: url("/image/content/recruit-title-2.png") no-repeat center center;
		background-size: cover;
	}
	h3.audition-title.recruit-title-3 {
		background: url("/image/content/recruit-title-3.png") no-repeat center center;
		background-size: cover;
	}
	h3.audition-title.recruit-title-4 {
		background: url("/image/content/recruit-title-4.png") no-repeat center center;
		background-size: cover;
	}
}

.bk_pink {
    background: rgba(255, 213, 227, 0);
    background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 50%, rgb(255, 213, 227) 0%);
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 50%, rgb(255, 213, 227) 0%);
    background: -o-linear-gradient(90deg, rgba(255, 255, 255, 0) 50%, rgb(255, 213, 227) 0%);
    background: -ms-linear-gradient(90deg, rgba(255, 255, 255, 0) 50%, rgb(255, 213, 227) 0%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, rgb(255, 213, 227) 0%);
    padding-bottom: 0.1rem;
}

p.storeLogin {
	margin: 2em 1em 1em;
	text-align: center;
}
p.storeLogin img {
	width: 75%;
	height: auto;
	vertical-align: bottom;
}

.ex2 {
	font-size:0.9em;
}
.textRed {
	font-weight: bold;
	color: #FF0000;
}
