@charset "utf-8";


@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');

@font-face {
	font-family:'CGothic';
	src:url('images/fonts/CGothic.ttf') format('truetype');
}
@font-face {
	font-family:'CSerif';
	src:url('images/fonts/CSerif.ttf') format('truetype');
}
@font-face {
	font-family:'Cplate';
	src:url('images/fonts/Cplate.ttf') format('truetype');
}



li.castCell .castInfo.castFlagBlog:before {
	background:none !important;
}

#header .navMenuBloc li.navMenu06 a ,
#footer .navMenuBloc li.navMenu06 {
	display:none;
}

#header .navMenuBloc li.navMenu06:after {
	content:"COMING\aSOON";
	white-space:pre;
	display:flex;
	justify-content:center;
	align-items:center;
	width:calc(100% - 2px * 2);
	height:calc(100% - 1em * 2);
	margin:1em 2px;
	text-align:center;
	font-size:13px;
	color:#000;
	text-shadow:1px 1px 0 #fff;
	background:rgba(255,255,255,0.9);
	font-family:"Cplate" ,"Noto Sans JP" ,sans-serif;
	line-height:1;
}





@-webkit-keyframes blink {
	0%{opacity:0;} 100%{opacity:1;}
}
@-moz-keyframes blink {
	0%{opacity:0;} 100%{opacity:1;}
}
@keyframes blink{
	0%{opacity:0;} 100%{opacity:1;}
}

.dispSP {
	display:none;
}
/* ==============================================
	CSS reset
=============================================== */
* {
	box-sizing:border-box;
	text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
}
.bx-wrappwr * {
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
html ,body ,div ,p ,span ,iframe ,a ,img ,
h1 ,h2 ,h3 ,h4 ,h5 ,h6 ,
dl ,dt ,dd ,ol ,ul ,li ,
form ,label ,
table ,thead ,tbody ,tfoot ,tr ,th ,td ,
blockquote ,q ,pre ,
header ,footer ,nav ,article ,section ,aside {
	margin:0;
	padding:0;
	border:0 none;
	font-size:100%;
	font-weight:normal;
}
button ,input ,textarea ,select {
	font-size:14px;
	letter-spacing:1px;
	font-family:"CGothic" ,"Noto Sans JP" ,sans-serif;
}
button {
	padding:5px 20px;
}

html ,body {
	min-height:100%;
	height:100%;
	font-family:"CGothic" ,"Noto Sans JP" ,sans-serif;
	line-height:1.3;
}
a ,a:link ,a:visited {
	color:#00f;
	text-decoration:none;
}
a:hover {
	color:#f06;
	text-decoration:none;
}

img {
	vertical-align:bottom;
	max-width:100%;
}
ol ,ul ,li {
	list-style:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
blockquote ,q {
	quotes:none;
}
blockquote:before ,blockquote:after
,q:before ,q:after {
	content:'';
	content:none;
}
header ,footer ,nav ,article ,section ,aside {
	display:block;
}

/* ==============================================
	cleafix
=============================================== */
.clearfix:after,
#homeRightBloc ul#homeNews li:after {
	display:block;
	clear:both;
	height:0px;
	line-height:0px;
	visibility:hidden;
	content:".";
}
.clearfix ,
#homeRightBloc ul#homeNews li {
	display: block; /* for IE8 */
	zoom: 1; 
}


/* ==============================================
	common
=============================================== */
.titleBar {
	margin-bottom:10px;
	box-shadow:1px 1px 3px #999;
	font-family:"Cplate" ,"Noto Sans JP" ,sans-serif;
}
.titleBar:not(.sub) {
	padding:0 10px;
	height:40px;
	line-height:1;
	color:#555;
	background:url(images/pc/title.png) 0 50% repeat-x;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.titleBar:not(.sub) > span:nth-child(1) {
	font-size:24px;
	letter-spacing:0.05em;
}
.titleBar:not(.sub) > span:nth-child(2) {
	font-size:14px;
}

.titleBar.sub {
	margin:10px 2px;
	padding:5px 10px;
	font-size:16px;
	color:#555;
	background:linear-gradient(#f8f8f8, #ddd) #eee;
	background:-webkit-gradient(linear, center top, center bottom, from(#f8f8f8), to(#ddd));
	border-left:5px solid #f6c;
	border-bottom:1px solid #f6c;
}

.noData {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	min-height:300px;
	padding-top:80px;
	color:#666;
	font-size:14px;
	text-align:center;
}

.commonList {
	text-align:center;
	margin-bottom:15px;
}

.contentsBloc {
	margin-bottom:20px;
}

.infoBox {
	width:100%;
	margin:15px auto 30px;
	font-size:14px;
	line-height:1.6;
}
.center {
	text-align:center;
}
.infoBox p {
	padding:5px 0;
}

.sendIP {
	margin-top:1em;
	color:#666;
	font-size:xx-small;
	text-align:right;
}

.noticeInfo {
	color:#60c;
}
.noticeAlert {
	color:#60c;
}
.noticeLink {
	padding:0 20px;
	color:#333;
	font-size:small;
}
.noticeLink a {
	color:#f06;
}
.noticeLink a:hover {
	text-decoration:underline;
}

.mBottom {
	margin-bottom:30px;
}

.strong {
	color:#f00;
	font-size:18px;
}

/* ==============================================
	body
=============================================== */
body {
	position:relative;
	font-size:12px;
	color:#000;
	text-shadow:1px 1px 0 #fff;
	background-color:#fff;
	background-image:url(images/pc/bg.jpg);
	background-position:50% 0%;
	background-repeat:repeat-y;
}
@media screen and (max-width:1020px){ 
	body {
		background-position:-1300px 0%;
	}
}
body header ,
body footer ,
body #body {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	background:rgba(255,255,255,0.4);
}
body footer ,
body #body {
	padding:20px 10px 0;
}

.innerFrame {
	width:100%;
	margin-left:auto;
	margin-right:auto;
}


/* ==============================================
	body sidemenu
=============================================== */
.sidemenu {
	width:152px;
}
#sidemenuL {
	float:left;
	margin-left:10px;
}
#sidemenuR {
	float:right;
	margin-right:10px;
}
.sidemenu li {
	margin-bottom:10px;
}
.sidemenu li img {
	box-shadow:1px 1px 3px #fff;
}
.sidemenu li a {
	display:inline-block;
}
.sidemenu li a:hover img {
	opacity:0.9;
	box-shadow:0px 0px 3px 1px #f06;
}

/* ==============================================
	body mainBloc
=============================================== */
#mainBloc {
	float:left;
	width:630px;
	margin-left:13px;
}



/* ==============================================
	header
=============================================== */
#header {
	position:relative;
	margin:0 auto;
}

#header #h1 h1 {
	padding:3px 10px;
	font-size:11px;
	color:#fff;
	text-shadow:1px 1px 0 #000;
	background-color:#999;
	background-color:#9999;
}

#header #headerLogo {
	display:inline-block;
	height:100px;
	float:left;
}
#header #headerTel {
	display:inline-block;
	padding-top:40px;
	float:right;
}


#header #headerMainImage {
	padding:10px 0 5px;
}

/* ==============================================
	header > menu
=============================================== */
#header .navMenuBloc {
}
#header .navMenuBloc ul.navMenu {
	width:980px;
	margin:auto;
	padding-left:3px;
	font-size:0;
	background:url(images/pc/main_button_mix.png) 0 0 no-repeat;
}
#header .navMenuBloc li {
	display:inline-block;
	width:108px;
	height:60px;
	overflow:hidden;
}
#header .navMenuBloc li a {
	display:block;
	width:100%;
	height:100%;
	background:url(images/pc/main_button_mix.png) no-repeat;
}
#header .navMenuBloc li a span {
	display:none;
}

#header .navMenuBloc li.navMenu01 a { background-position:  -3px 0px; }
#header .navMenuBloc li.navMenu02 a { background-position:-111px 0px; }
#header .navMenuBloc li.navMenu03 a { background-position:-219px 0px; }
#header .navMenuBloc li.navMenu04 a { background-position:-327px 0px; }
#header .navMenuBloc li.navMenu05 a { background-position:-435px 0px; }
#header .navMenuBloc li.navMenu06 a { background-position:-543px 0px; }
#header .navMenuBloc li.navMenu07 a { background-position:-651px 0px; }
#header .navMenuBloc li.navMenu08 a { background-position:-759px 0px; }
#header .navMenuBloc li.navMenu09 a { background-position:-867px 0px; }

#header .navMenuBloc li.navMenu01:not(.active) a:hover { background-position:  -3px -120px; }
#header .navMenuBloc li.navMenu02:not(.active) a:hover { background-position:-111px -120px; }
#header .navMenuBloc li.navMenu03:not(.active) a:hover { background-position:-219px -120px; }
#header .navMenuBloc li.navMenu04:not(.active) a:hover { background-position:-327px -120px; }
#header .navMenuBloc li.navMenu05:not(.active) a:hover { background-position:-435px -120px; }
#header .navMenuBloc li.navMenu06:not(.active) a:hover { background-position:-543px -120px; }
#header .navMenuBloc li.navMenu07:not(.active) a:hover { background-position:-651px -120px; }
#header .navMenuBloc li.navMenu08:not(.active) a:hover { background-position:-759px -120px; }
#header .navMenuBloc li.navMenu09:not(.active) a:hover { background-position:-867px -120px; }

#header .navMenuBloc li.navMenu01.active a { background-position:  -3px -60px; }
#header .navMenuBloc li.navMenu02.active a { background-position:-111px -60px; }
#header .navMenuBloc li.navMenu03.active a { background-position:-219px -60px; }
#header .navMenuBloc li.navMenu04.active a { background-position:-327px -60px; }
#header .navMenuBloc li.navMenu05.active a { background-position:-435px -60px; }
#header .navMenuBloc li.navMenu06.active a { background-position:-543px -60px; }
#header .navMenuBloc li.navMenu07.active a { background-position:-651px -60px; }
#header .navMenuBloc li.navMenu08.active a { background-position:-759px -60px; }
#header .navMenuBloc li.navMenu09.active a { background-position:-867px -60px; }




/* ==============================================
	footer
=============================================== */
.footerBannerList {
	padding-bottom:30px;
}

#footer {
	color:#fff;
	text-shadow:1px 1px 0 #000;
	text-align:center;
	line-height:1.4;
	background:url(images/pc/footer.png) 50% 0 no-repeat;
	height:200px;
}
#footer .innerFrame {
	position:relative;
}
#footer .navMenuBloc {
	padding-top:150px;
	width:960px;
	margin:0 auto;
}
#footer .navMenuBloc ul.navMenu {
	border-top:5px solid #f069;
	padding-top:10px;
	font-size:0;
	text-align:center;
}
#footer .navMenuBloc li {
	display:inline-block;
}
#footer .navMenuBloc li a {
	display:block;
	padding:0 10px;
	color:#333;
	text-shadow:1px 1px 0px #fff;
	font-size:16px;
	letter-spacing:1px;
	text-indent:1px;
}
#footer .navMenuBloc li a span {
	font-weight:bold;
}
#footer .navMenuBloc li a span:nth-child(2) {
	display:none;
}
#footer .navMenuBloc li a:hover {
	color:#f06;
	text-shadow:1px 1px 0px #000;
}


#copyright {
	color:#000;
	line-height:3;
	text-align:center;
}
#copyright a {
	color:inherit;
}
#copyright a:hover {
	color:inherit;
	text-decoration:underline;
}



/* ==============================================
	page layout
=============================================== */
#comingsoonFrame {
	position:relative;
	padding-top:80px;
	padding-bottom:30px;
}
#comingsoonFrame .openText {
	position:absolute;
	top:10px;
	left:0;
	right:0;
	width:100%;
}


/* ==============================================
	index > enter buttons
=============================================== */
#indexHtmlBody #header {
	position:relative;
	height:auto;
}
#indexHtmlBody #body .infoBox {
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
div#enterButtonFrame {
	padding-top:30px;
	width:100%;
}

div#enterButtonFrame ul {
	margin:0 auto 60px;
	position:relative;
	width:980px;
	height:120px;
	background-image:url(images/pc/enter_button_mix.png);
	background-position:0 0;
	background-repeat:no-repeat;
}
div#enterButtonFrame ul li {
	position:absolute;
	top:20px;
	display:block;
	width:265px;
	height:80px;
}
div#enterButtonFrame ul li#enterButton {
	left:180px;
}
div#enterButtonFrame ul li#exitButton {
	left:540px;
}
div#enterButtonFrame ul li a {
	display:block;
	width:100%;
	height:100%;
	background-image:url(images/pc/enter_button_mix.png);
	background-repeat:no-repeat;
	opacity:0;
}
div#enterButtonFrame ul li#enterButton a {
	background-position:-180px -140px;
}
div#enterButtonFrame ul li#exitButton a {
	background-position:-540px -140px;
}

div#enterButtonFrame ul li a span {
	display:none;
}


/* ==============================================
	home > header > slider
=============================================== */
#homeSliderBloc {
	width:100%;
	height:545px;
	padding-bottom:3px;
}
#homeSliderBloc #homeSliderLoader {
	width:100%;
	height:100%;
	padding-top:150px;
	text-align:center;
}
#homeSliderBloc #homeSlider {
	opacity:0;
	overflow:hidden;
}

#homeSliderBloc .bx-wrapper {
	margin-bottom:10px;
}
#homeSliderBloc .bx-wrapper .bx-viewport {
	border:0 none;
	box-shadow:1px 1px 1px #60c,-1px -1px 1px #60c,0px 3px 5px #60c;
}
#homeSliderBloc .bx-wrapper img {
	width:640px;
	height:445px;
	object-fit:contain;
}

#homeSliderBloc #bx-pager {
	display:flex;
	justify-content:center;
	gap:6px;
}
#homeSliderBloc #bx-pager a {
	display:block;
	width:calc(100% / 5);
	margin:0;
	border:2px solid #666;
}
#homeSliderBloc #bx-pager a img {
	width:100%;
	aspect-ratio:640 / 445;
	object-fit:cover;
}



/* ==============================================
	home > left > pickup slider
=============================================== */
#homeLeftBloc {
	float:left;
	width:320px;
}

#homeLeftBloc #pickup {
	width:320px;
	height:480px;
	padding:9px;
	overflow:hidden;
	border:1px solid #333;
}
#homeLeftBloc #pickup ul#pickupSlider {
	width:300px;
	height:460px;
	overflow:hidden;
}
#homeLeftBloc #pickup ul#pickupSlider li ,
#homeLeftBloc #pickup ul#pickupSlider li a {
	display:block;
	width:100%;
	height:100%;
	color:#fff;
}
#homeLeftBloc #pickup ul#pickupSlider li a span.castImage {
	display:block;
	height:400px;
	line-height:400px;
	text-align:center;
	vertical-align:middle;
}
#homeLeftBloc #pickup ul#pickupSlider li a span.castImage img {
	width:auto;
	max-width:100%;
	height:auto;
	min-width:100%;
}
#homeLeftBloc #pickup ul#pickupSlider li a span.castInfo {
	display:block;
	padding:10px;
	font-size:16px;
}
#homeLeftBloc #pickup ul#pickupSlider li a span.castInfo .castSize {
	display:block;
}
#homeLeftBloc #pickup ul#pickupSlider li a span.castInfo .castSize {
	color:#cff;
}
#homeLeftBloc #pickup ul#pickupSlider li a span.castInfo .castIcons ,
#homeLeftBloc #pickup ul#pickupSlider li a span.castInfo .castTime {
	display:none;
}



/* ==============================================
	home > right > news
=============================================== */
#homeRightBloc {
	float:right;
	width:650px;
}

#homeRightBloc ul#homeNews {
	width:100%;
	height:480px;
	border:1px solid #333;
	line-height:1.3;
	overflow-y:scroll;
	background-color:rgba(0, 0, 0, 0.8);
}
#homeRightBloc ul#homeNews li {
	position:relative;
	padding:10px;
	border-bottom:1px dashed #90f;
}
#homeRightBloc ul#homeNews li:last-child {
	border-bottom:0px none;
}
#homeRightBloc ul#homeNews li p.news_photo {
	display:block;
	float:left;
	width:200px;
	height:240px;
	text-align:center;
	line-height:240px;
	vertical-align:middle;
	padding-right:10px;
}
#homeRightBloc ul#homeNews li p.news_photo img {
	width:auto !important;
	max-width:100% !important;
	height:auto !important;
	max-height:100% !important;
	vertical-align:top;
}
#homeRightBloc ul#homeNews li div.news_info {
	display:block;
	float:right;
}
#homeRightBloc ul#homeNews li p.news_headline {
	color:#f9c;
	font-size:14px;
	padding-top:20px;
	margin-bottom:1em;
}
#homeRightBloc ul#homeNews li p.news_text {
}
#homeRightBloc ul#homeNews li p.news_date {
	position:absolute;
	top:10px;
	left:210px;
	color:#ccc;
	font-size:11px;
}



/* ==============================================
	system
=============================================== */
#system {
}
#system li {
	text-align:center;
	margin-bottom:15px;
}
#system li img {
}

#systemCampaign {
	width:100%;
	margin-bottom:15px;
}

#systemCampaign li {
	margin-bottom:20px;
	padding:1px;
	border-radius:5px;
	box-shadow:1px 1px 3px #fff;
}
#systemCampaign li h3.systemCampaignHead {
	padding:6px 12px;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	text-shadow:1px 1px 0 #333;
	background-color:#c9f;
	background:linear-gradient(#fcf,#c9f);
	background:-webkit-gradient(linear,center top,center bottom,from(#fcf),to(#c9f));
	border-radius:5px 5px 0 0;
}
#systemCampaign li div.systemCampaignBody {
	padding:10px;
	line-height:1.4;
	font-size:14px;
	color:#000;
	text-shadow:1px 1px 0 #fff;
	background:#eee;
	background:linear-gradient(#f8f8f8,#ddd);
	background:-webkit-gradient(linear,center top,center bottom,from(#f8f8f8),to(#ddd));
	border:1px solid #c6f;
	border-radius:0 0 5px 5px;
}



/* ==============================================
	access
=============================================== */
#access {
	font-size:16px;
}
#access iframe {
	width:100%;
	height:480px;
	border:1px solid #fff;
}
#access p {
	text-align:center;
	line-height:1.8;
}
#access p.shopName {
	font-size:24px;
	color:#60c;
}



/* ==============================================
	castlist
=============================================== */
ul.castList {
	margin-bottom:15px;
	width:100%;
}
ul.castList li.castCell {
	display:block;
	float:left;
	position:relative;
	width:150px;
	height:310px;
	padding:2px;
	margin-left:6px;
	margin-bottom:6px;
	overflow:hidden;
	text-align:center;
	box-shadow:1px 1px 3px #999;
}
ul.castList li.castCell a {
	position:relative;
	display:block;
	width:100%;
	height:100%;
	color:#000;
	font-size:12px;
	z-index:2;
}
ul.castList li.castCell:before {
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	display:block;
	background-image:url(images/pc/girl_bg.png);
	background-position:50% 50%;
	background-repeat:no-repeat;
	z-index:1;
}

ul.castList li.castCell a:hover {
	background-color:rgba(255,153,204,0.3);
}

ul.castList li.castCell .castName {
	display:block;
	height:24px;
	line-height:24px;
	letter-spacing:1px;
	text-align:left;
	padding-left:5px;
	font-weight:bold;
}
ul.castList li.castCell .castImage {
	display:block;
	height:194px;
	line-height:192px;
	text-align:center;
	padding-bottom:2px;
}
ul.castList li.castCell .castImage img {
	width:auto;
	max-width:128px;
	height:auto;
	max-height:192px;
}

ul.castList li.castCell .castInfo {
	position:relative;
	display:block;
}
ul.castList li.castCell .castInfo .castIcons {
	display:block;
	overflow:hidden;
	height:20px;
	line-height:18px;
	padding-top:1px;
	font-size:0;
	text-align:center;
}
ul.castList li.castCell .castInfo .castIcons img {
	width:48px;
	height:18px;
	vertical-align:middle;
}
ul.castList li.castCell .castInfo .castIcons .textIcon {
	display:inline-block;
	width:47px;
	height:18px;
	line-height:18px;
	color:#fff;
	text-shadow:none;
	font-size:10px;
	background:#684c17;
	background:linear-gradient(#533d11,#a17e42,#684c17);
	background:-moz-linear-gradient(center top,#533d11,#a17e42 50%,#684c17);
	background:-webkit-gradient(linear,center top,center bottom,from(#533d11),color-stop(0.5,#a17e42),to(#684c17));
	margin-right:1px;
}
ul.castList li.castCell .castInfo .castIcons .textIcon:last-child {
	margin-right:0px;
}
ul.castList li.castCell .castInfo .castSize {
	display:block;
	height:44px;
	line-height:20px;
	padding:2px 0;
	color:#111;
}
ul.castList li.castCell .castInfo .castTime {
	display:block;
	height:24px;
	line-height:24px;
	color:#60c;
	text-shadow:1px 1px 0 #fff;
	letter-spacing:1px;
}
ul.castList li.castCell .castInfo .castTime.on {
	background:rgba(255,255,255,0.6);
}

li.castCell .castInfo.castFlagNewface:after ,
li.castCell .castInfo.castFlagBlog:before {
	content:"";
	position:absolute;
	width:35px;
	height:35px;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-image:url(images/icons/newface.gif);
	background-size:35px 35px;
	top:-218px;
	right:0px;
}
li.castCell .castInfo.castFlagBlog:before {
	background-image:url(images/icons/blog.gif);
}
li.castCell .castInfo.castFlagNewface.castFlagBlog:before {
	right:35px;
}


/* ==============================================
	schedule
=============================================== */
#dateList {
	margin:15px auto 30px;
	text-align:center;
	font-size:0;
	display:flex;
	justify-content:space-around;
}
#dateList li {
	display:block;
	width:13.6%;
	line-height:40px;
	font-weight:bold;
	font-size:12px;
	color:#000;
	text-shadow:1px 1px 1px #fff;
	cursor:pointer;
	border:1px solid #999;
	background-color:rgba(255,255,255,0.4);
}
#dateList li.on {
	color: #fff;
	text-shadow:1px 1px 1px #000;
	background:#f9c;
	border:1px solid #c0f;
	box-shadow:1px 1px 3px #fff inset;
}
#dateList li:not(.on):hover {
	color:#fff;
	text-shadow:1px 1px 1px #000;
	background-color:rgba(255,153,204,0.4);
}



/* ==============================================
	mailmagazine
=============================================== */
#mailmagazineForm {
	padding:20px;
	text-align:center;
}



/* ==============================================
	event
============================= */
.eventImage {
	margin-bottom:10px;
	text-align:center;
}
.eventImage img {
	box-shadow:1px 1px 5px #999;
}
.eventText {
	padding:10px;
	display:none;
}



/* ==============================================
	recruit
=============================================== */
.recruitImage {
	margin-bottom:15px;
	text-align:center;
}
.recruitImage img {
	box-shadow:0px 0px 5px #666;
}
.recruitImage a img {
	box-shadow:none;
}
.recruitImage a:hover img {
	opacity:0.9;
}
.recruitTable {
	width:90%;
	margin:15px auto;
	border:1px solid #333;
	font-size:14px;
	line-height:1.6;
}
.recruitTable th {
	vertical-align:top;
	font-weight:normal;
	width:180px;
	padding:10px;
	border:1px solid #333;
	color:#f9f;
}
.recruitTable th.blue {
	color:#9ff;
}
.recruitTable td {
	vertical-align:top;
	padding:10px;
	border:1px solid #333;
}



/* ==============================================
	recruit form
=============================================== */
.thankyouText ,
#formTable {
	width:100%;
	padding:0 10px;
	font-size:13px;
}
#formTable dt {
	float:left;
	text-align:right;
	width:270px;
	padding:10px 5px 0;
	line-height:26px;
}
#recruitHtmlBody #formTable dt {
	width:210px;
}
#formTable dd {
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px dotted #666;
	padding-left:280px;
	line-height:1.8;
}
#recruitHtmlBody #formTable dd {
	padding-left:220px;
}
#formTable dd .memo {
	color:#666;
}
#formTable dd:last-child {
	border-bottom:0px none;
}

#formTable dd label {
	display:block;
}
.error {
	color:#f00;
}

input.widthS {
	width:4em;
}
input.widthMS {
	width:8em;
}
input.widthM {
	width:12em;
}
input.widthL {
	width:20em;
}
textarea {
	width:20em;
	max-width:100%;
	height:5em;
}

.formButton {
	width:100%;
	margin:auto 10px;
	padding:10px;
	font-size:13px;
	border-top:1px dotted #666;
}



/* ==============================================
	link banner
=============================================== */
table.bannerTable {
	margin:10px auto;
}
table.bannerTable td {
	padding:10px;
}
table.bannerTable td img {
	box-shadow:0 0 3px #999;
}

.linkList {
}
.linkList li {
	float:left;
	margin-left:12px;
	margin-top:5px;
	margin-bottom:5px;
}
.linkList li a {
	display:block;
	width:132px;
	height:54px;
	padding-top:5px;
	text-align:center;
	font-size:11px;
	color:#333;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	-webkit-text-overflow:ellipsis;
	-o-text-overflow: ellipsis;
}
#indexHtmlBody .linkList li a {
	width:142px;
}
.linkList li a img {
	width:88px;
	height:31px;
}
.linkList li a:hover {
	color:#000;
	text-shadow:1px 1px 0px #fff;
	background-color:rgba(255,153,204,0.4);
	box-shadow:0 0 3px 1px #c06;
}



/* ==============================================
	profile
=============================================== */
#profileHtmlBody .infoBox {
	padding:0px;
}
#profileLeftFrame {
	position:relative;
	float:left;
	width:300px;
}
#profileImageFrame {
	position:relative;
	width:300px;
	height:440px;
	line-height:420px;
	padding:9px;
	margin-bottom:15px;
	background-image:url(images/pc/daiza.jpg);
	background-position:50% 50%;
	box-shadow:1px 1px 3px #60c;
	font-size:0;
}
#profileImageFrame.castFlagNewface:after {
	content:"";
	position:absolute;
	width:75px;
	height:75px;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:75px 75px;
}
#profileImageFrame.castFlagNewface:after {
	background-image:url(images/icons/newface.gif);
	top:1px;
	left:0px;
}
#profileImageFrame #profileImage {
	width:auto;
	max-width:100%;
	height:auto;
	max-height:100%;
	box-shadow:1px 1px 3px #000;
	vertical-align:middle;
}

#profileInfoFrame {
	float:right;
	width:320px;
	margin-bottom:15px;
}
#profileInfoFrame .profileName {
	position:relative;
	font-size:18px;
	padding:3px 10px;
	background-color:#c9f;
	background:linear-gradient(#fcf,#c9f);
	background:-webkit-gradient(linear,center top,center bottom,from(#fcf),to(#c9f));
	color:#fff;
	text-shadow:1px 1px 0 #000;
}
#profileInfoFrame .profileName #profileIcons {
	position:absolute;
	top:5px;
	right:0;
	text-align:right;
}
#profileInfoFrame .profileName #profileIcons img {
	width:60px;
	margin-right:1px;
	vertical-align:top;
}

#profileInfoFrame #profileTable {
	width:100%;
	padding:10px;
	font-size:13px;
	margin-bottom:15px;
	line-height:1.6;
	border-spacing:0px;
}
#profileInfoFrame #profileTable th ,
#profileInfoFrame #profileTable td {
	vertical-align:top;
	padding:5px;
	border-bottom:1px solid #c0f;
}
#profileInfoFrame #profileTable th {
	color:#c0f;
	font-weight:bold;
	text-align:left;
	padding-left:1em;
}

.profileSubHeader {
	padding:3px 10px;
	margin-top:15px;
	margin-bottom:5px;
	text-align:left;
	color:#333;
	background:linear-gradient(#eee, #ccc) #eee;
	background:-webkit-gradient(linear, center top, center bottom, from(#eee), to(#ccc));
	border-left:5px solid #c0f;
	border-bottom:1px solid #c0f;
}
#profileInfoFrame p ,
#profileMessage p {
	padding-left:1em;
	text-shadow:1px 1px 1px #fff;
}





#profileInfoFrame #profileThumbs {
	font-size:0;
	margin-top:15px;
	font-size:0;
}
#profileInfoFrame #profileThumbs li {
	display:none;
	width:58px;
	height:86px;
	line-height:84px;
	padding:0;
	margin-left:4px;
	margin-bottom:4px;
	border:1px solid #ccf;
	box-shadow:1px 1px 3px #666;
}
#profileInfoFrame #profileThumbs li.imageOn {
	display:inline-block;
	cursor:pointer;
}
#profileInfoFrame #profileThumbs li img {
	width:auto;
	max-width:100%;
	height:auto;
	max-height:100%;
	vertical-align:middle;
}


#profileInfoFrame .profileName #profileIcons .textIcon {
	display:inline-block;
	width:72px;
	height:22px;
	line-height:22px;
	margin-left:1px;
	margin-right:1px;
	color:#000;
	text-shadow:none;
	font-size:12px;
	background:#faeec3;
	background:linear-gradient(#faeec3,#7f5d19);
	background:-moz-linear-gradient(center top,#faeec3,#7f5d19);
	background:-webkit-gradient(linear,center top,center bottom,from(#faeec3),to(#7f5d19));
	border-radius:3px;
	box-shadow:inset -1px -1px 1px #000;
	text-align:center;
}





#profileInfoFrame #profile-info-message {
	height:400px;
	padding:5px;
	border:1px solid #f06;
	background-color:#fff;
	overflow:hidden;
}
#profileInfoFrame #profile-info-message #profile-info-message-inner {
	width:100%;
	height:100%;
	-webkit-overflow-scrolling:touch;
}
#profileInfoFrame #profile-info-message #profile-info-message-inner iframe {
	width:100%;
	height:100%;
	border:0 none;
}






/* ==============================================
	profile > schedule
=============================================== */
#profileSchedule {
	width:100%;
	margin:auto;
	font-size:12px;
	text-align:center;
	border-spacing:3px;
	padding:3px;
	line-height:40px;
	border-collapse:separate;
}
#profileSchedule caption {
}
#profileSchedule th ,
#profileSchedule td {
	width:14%;
	font-weight:normal;
	height:40px;
	border:1px solid #666;
	box-shadow:0px 1px 3px #c0f;
}
#profileSchedule .week0 {
	background-color:rgba(255,153,153,0.3);
}
#profileSchedule .week6 {
	background-color:rgba(153,153,255,0.3);
}



/* ==============================================
	profile > guide(bottom)
=============================================== */
#profileGuideBottom {
	width:450px;
	height:40px;
	margin:60px auto 30px;
	box-shadow:0px 0px 5px #c0f;
	display:flex;
	justify-content:space-between;
}
#profileGuideBottom li {
	width:150px;
	height:40px;
	line-height:40px;
	font-size:13px;
	text-align:center;
}

#profileGuideBottom li a {
	display:block;
	width:100%;
	height:100%;
	color:#c0f;
	border:1px solid #999;
}
#profileGuideBottom li a span {
}
#profileGuideBottom li a:hover {
	color:#000;
	text-shadow:1px 1px 0 #fff;
	background:rgba(204,153,255,0.3);
}





/* ==============================================
	[sitemove]
=============================================== */
body.sitemove #paraFrame {
	padding-bottom:60px;
	text-align:center;
}
body.sitemove #paraFrame a img {
	border:1px solid #fff;
	box-shadow:0px 0px 10px #009;
}
body.sitemove #paraFrame a:hover img {
	border:1px solid #f00;
	box-shadow:0px 0px 5px #f00;
}
body.sitemove #footer #footerInfo {
	padding-bottom:20px;
}
body.sitemove #footer .navMenuBloc {
	display:none;
}




.melmagaResistButton:hover {
	opacity:0.8;
}
.melmagaResistButton img {
	width:80%;
}





