@charset "utf-8";

@font-face {
	font-family:'CGBoldR';
	src:url('imagesRE/fonts/CopperplateGothicBoldRegular.eot');
	src:url('imagesRE/fonts/CopperplateGothicBoldRegular.ttf') format('truetype');
}



@-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
=============================================== */
* ,*:before ,*:after {
	box-sizing:border-box;
	text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
	font-family:inherit;
	font-weight:inherit;
	font-size:inherit;
	margin:0;
	padding:0;
	vertical-align:baseline;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
button ,input ,textarea ,select {
	font-size:14px;
	letter-spacing:1px;
}
select {
}
button {
	padding:5px 20px;
}

html ,body {
	min-height:100%;
	height:100%;
	line-height:1.4;
}
a ,a:link ,a:visited {
	color:#00f;
	text-decoration:none;
}
a:hover {
	color:#f00;
	text-decoration:none;
}

img {
	vertical-align:bottom;
	max-width:100%;
	max-height: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 {
	display:block;
	clear:both;
	height:0px;
	line-height:0px;
	visibility:hidden;
	content:".";
}
.clearfix {
	display: block; /* for IE8 */
	zoom: 1; 
}


/* ==============================================
	common
=============================================== */
.titleBar {
	position:relative;
	width:100%;
	height:36px;
	line-height:24px;
	padding:6px 10px;
	margin-bottom:10px;
	font-size:20px;
	letter-spacing:1px;
	color:#fff;
	text-shadow:0 0 3px #fff;
	box-shadow:1px 1px 3px #666;
	background-image:url(imagesRE/pc/title_bg.png);
	background-repeat:repeat;
	overflow:hidden;
	font-family:'CGBoldR',sans-serif;
}
.titleBar.sub {
	font-size:20px;
	color:#fff;
	text-shadow:1px 1px 0 #000;
	background:rgba(0,0,0,0.8);
	padding:5px 10px;
	font-family:inherit;
	border-bottom:3px solid #c3d;
}

.titleBar span {
	width:100%;
}

.titleBar:not(.sub) span:nth-child(1) {
	text-align:left;
}
.titleBar span:nth-child(2) {
	position:absolute;
	right:5px;
	bottom:2px;
	text-align:right;
	font-size:11px;
	color:#eee;
	text-shadow:none;
	letter-spacing:-1px;
}
.noData {
	width:720px;
	margin-left:auto;
	margin-right:auto;
	min-height:300px;
	padding-top:80px;
	color:#000;
	background-color:rgba(255,255,255,0.8);
	font-size:14px;
	text-align:center;
	border:1px solid #fff;
	box-shadow:0px 3px 5px #666;
}

.commonList {
	text-align:center;
	margin-bottom:15px;
}
.imageList {
	text-align:center;
	margin-bottom:15px;
}
.imageList img {
	box-shadow:1px 1px 5px #666;
}

.contentsBloc {
	margin-bottom:20px;
}

.infoBox {
	width:100%;
	margin:15px auto 30px;
	padding:10px 20px;
	color:#333;
	background-color:rgba(255,255,255,0.8);
	font-size:14px;
	line-height:1.6;
	border:1px solid #fff;
	box-shadow:1px 1px 5px #666;
}
.center {
	text-align:center;
}
.infoBox p {
	padding:5px 0;
}

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

.noticeInfo {
	color:#00f;
}
.noticeAlert {
	color:#f00;
}
.noticeLink {
}
.noticeLink a {
	color:#f9c;
}
.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(imagesRE/pc/background.png);
	background-position:50% 0%;
	background-repeat:repeat;
	font-family:"メイリオ" ,sans-serif;
}
@media all and (-ms-high-contrast:none) {
	body {
		transform:rotate(0.001deg);
	}
	body img {
		transform:rotate(-0.001deg);
	}
}

body #body {
	width:1040px;
	margin-left:auto;
	margin-right:auto;
	padding:20px 20px 60px;
	background-color:rgba(255,255,255,0.7);
}

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


/* ==============================================
	body sidemenu
=============================================== */
#sidemenu {
	width:242px;
	float:left;
}

#sidemenu #pickup {
	width:230px;
	margin:auto auto 50px;
	box-sizing:content-box;
	box-shadow:0px 0px 5px #999;
}
#sidemenu #pickup * {
	box-sizing:content-box;
}
#sidemenu #sidePickup .castCell {
	width:224px !important;
	height:400px;
	height:calc(400px - 22px);
	margin:0;
	border:1px solid #c3d;
}
#sidemenu #sidePickup .castCell a {
	width:224px;
}
#sidemenu ul#sidePickup.castList li.castCell .castImage {
	display:block;
	width:222px;
	margin:auto;
	height:296px;
	line-height:296px;
	text-align:center;
}
#sidemenu ul#sidePickup.castList li.castCell .castImage img {
	width:auto;
	max-width:222px;
	height:auto;
	max-height:296px;
}
#sidemenu ul#sidePickup.castList li.castCell .castInfo .castName {
	height:24px;
	line-height:24px;
	font-size:18px;
}
#sidemenu ul#sidePickup.castList li.castCell .castInfo .castSize {
	height:20px;
	line-height:20px;
	font-size:14px;
}

#sidemenu ul#sidePickup.castList li.castCell .castTime {
	height:24px;
	line-height:24px;
}

#sidemenu #pickup .bx-wrapper .bx-pager.bx-default-pager a.active {
	background:#90c;
}
#sidemenu #pickup .bx-wrapper .bx-pager.bx-default-pager a:not(.active):hover {
	background:#c6f;
}



#sidemenu #twitterBloc ,
#sidemenu #instaBloc ,
#sidemenu #blogBloc {
	font-size:0;
	margin-bottom:20px;
	box-shadow:0px 0px 5px #999;
	border-radius:6px;
	overflow:hidden;
}
#sidemenu #instaBloc {
/*
	padding:5px;
	height:320px;
*/
}
#sidemenu #instaBloc iframe {
/*
	width:100% !important;
	height:100% !important;
*/
}
#sidemenu #blogBloc {
	height:460px;
}
#sidemenu #blogBloc iframe {
	width:100%;
	height:100%;
}


#sidemenu ul#sideBanners li {
	margin-bottom:10px;
}
#sidemenu ul#sideBanners li img {
	border:1px solid #fff;
	box-shadow:0px 0px 5px #999;
}
#sidemenu ul#sideBanners li a {
	display:inline-block;
}
#sidemenu ul#sideBanners li a:hover img {
	border:1px solid #c3d;
	box-shadow:0px 1px 5px #c3d;
}

/* ==============================================
	body mainBloc
=============================================== */
#mainBloc {
	float:right;
	width:740px;
}



/* ==============================================
	header
=============================================== */
#header {
	position:relative;
	margin:0 auto;
}
#header .innerFrame {
	width:1000px;
	padding:0 10px;
	margin:auto;
}
#header #h1 {
	background-color:#000;
}

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

#header #headerBloc {
	height:100px;
	background-image:url(imagesRE/pc/header_bg.png);
	background-repeat:repeat;
}
#header #headerBloc .innerFrame {
	height:100%;
}
#header #headerBloc #headerLogo {
	display:inline-block;
	height:100%;
	float:left;
}
#header #headerBloc #headerTel {
	display:inline-block;
	padding-top:20px;
	float:right;
	height:100%;
}

#indexHtmlBody #header #headerBloc ,
#topHtmlBody #header .innerFrame .clearfix {
	display:none;
}


/* ==============================================
	header > menu
=============================================== */
#header .navMenuBloc {
	position:relative;
	height:60px;
	padding-bottom:6px;
	background:url(imagesRE/pc/nav_bg.png);
}
#header .navMenuBloc ul.navMenu {
	width:1000px;
	height:56px;
	margin:0 auto;
	display:flex;
	justify-content:center;
}
#header .navMenuBloc li {
	width:142px;
	height:100%;
	font-size:14px;
	text-align:center;
	overflow:hidden;
}
#header .navMenuBloc li:nth-child(1) {
}
#header .navMenuBloc li a {
	position:relative;
	display:block;
	width:100%;
	height:100%;
	color:#ddd;
	text-shadow:none;
	font-size:16px;
	font-family:'CGBoldR',sans-serif;
	padding-top:8px;
}
#header .navMenuBloc li a span {
	display:block;
	width:100%;
}
#header .navMenuBloc li a span:nth-child(1) {
	display:block;
	line-height: 1.2;
	position:relative;
	color:#960;
}
#header .navMenuBloc li a span:nth-child(1):before {
	content:attr(data-nav);
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:100%;
	height:100%;
	color:#ffd;
	-webkit-mask-image:-webkit-linear-gradient(top ,rgba(0,0,0,0) ,rgba(0,0,0,1) 50% ,rgba(0,0,0,0));
	mask-image:linear-gradient(top ,rgba(0,0,0,0) ,rgba(0,0,0,1) 50% ,rgba(0,0,0,0));
}
#header .navMenuBloc li a span:nth-child(2) {
	font-size:10px;
}
#header .navMenuBloc li a span:nth-child(3) {
	display:none;
}
#header .navMenuBloc li.active {
	background-image:url(imagesRE/icons/menu_selected.png);
	background-position:50% 100%;
	background-repeat:no-repeat;
}
#header .navMenuBloc li.active a span {
}
#header .navMenuBloc li:not(.active) a:hover {
	background-image:url(imagesRE/icons/menu_selected.png);
	background-position:50% 100%;
	background-repeat:no-repeat;
}

#header .navMenuBloc li:nth-child(8) {
	display:none;
}

/* ==============================================
	footer
=============================================== */
#footer {
	padding-top:10px;
	padding-bottom:20px;
	background-color:rgba(0,0,0,0.9);
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	text-align:center;
	color:#eee;
	text-shadow:1px 1px 0 #000;
	font-size:16px;
	line-height:1.8;
	font-family:'CGBoldR',sans-serif;
}
#footer .innerFrame {
	position:relative;
	width:1000px;
	padding:0 10px;
	margin:auto;
}
#footer .navMenuBloc {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
}
#footer .navMenuBloc ul.navMenu {
	font-size:0;
	text-align:center;
}
#footer .navMenuBloc li {
	display:inline-block;
	border-left:1px solid #fff;
}
#footer .navMenuBloc li:last-child {
	border-right:1px solid #fff;
}
#footer .navMenuBloc li a {
	display:block;
	padding:0 15px;
	color:#fff;
	font-size:16px;
	line-height:20px;
}
#footer .navMenuBloc li a span:nth-child(2) ,
#footer .navMenuBloc li a span:nth-child(3) {
	display:none;
}
#footer .navMenuBloc li a:hover {
	color:#c3d;
	text-shadow:1px 1px 0 #fff;
}
#footer #footerInfo {
	text-align:center;
	padding-top:10px;
	padding-bottom:40px;
}

#footer #footerInfo #shopTime {
	display:inline-block;
	font-size:13px;
	line-height:1.6;
}


#footer #footerInfo a.tellink {
	font-size:20px;
	color:#fff;
	text-shadow:1px 1px 0 #000;
}
#footer #footerInfo a.tellink:hover {
	color:#c3d;
	text-shadow:1px 1px 0 #fff;
}


#copyright {
	width:1000px;
	margin:auto;
	color:#000;
	text-shadow:1px 1px 0px #fff;
	line-height:3;
	text-align:center;
	font-size:14px;
}
#copyright a {
	color:#000;
}
#copyright a:hover {
	color:#000;
	text-decoration:underline;
}



/* ==============================================
	page layout
=============================================== */
/* ==============================================
	index > enter buttons
=============================================== */
#indexHtmlBody #body {
	padding-top:20px;
}
#indexHtmlBody #header {
	position:relative;
	height:auto;
}
#indexHtmlBody #body .innerFrame ,
#indexHtmlBody #body .infoBox {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
div#enterButtonFrame {
	margin:0px auto 60px;
	width:100%;
}

div#enterButtonFrame ul {
	margin:30px auto 60px;
	position:relative;
	display:flex;
	justify-content:center;
	align-items:center;
}
div#enterButtonFrame ul li {
	padding:0 15px;
}
div#enterButtonFrame ul li a {
	display:block;
	width:250px;
	height:60px;
	line-height:60px;
	border-radius:30px;
	color:#fff;
	text-shadow:none;
	background:#000;
	font-size:40px;
	font-family:'CGBoldR',sans-serif;
	text-align:center;
	transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
div#enterButtonFrame ul li#enterButton a:hover {
	color:#fcf;
	text-shadow:0 0 1px #f00,0 0 2px #f00,0 0 4px #f00,0 0 8px #f00;
}
div#enterButtonFrame ul li#exitButton a:hover {
	color:#cff;
	text-shadow:0 0 1px #00f,0 0 2px #00f,0 0 3px #00f,0 0 4px #00f;
}




/* ==============================================
	home > header > slider
=============================================== */
#homeSliderBloc {
	position:relative;
	width:100%;
	height:640px;
	overflow:hidden;
}
#homeSliderBloc #homeSliderLoader {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	padding-top:200px;
	text-align:center;
}

#homeSliderBloc #homeSlider {
	opacity:0;
}

#homeSliderBloc .bx-wrapper {
	margin-bottom:15px;
}
#homeSliderBloc .bx-wrapper .bx-viewport {
	border:0 none;
	box-shadow:0px 3px 5px #999;
}
#homeSliderBloc .bx-wrapper img {
}

#bx-pager {
	padding-left:6px;
}
#bx-pager a {
	display:block;
	float:left;
	width:194px;
	height:80px;
	border:2px solid #666;
	margin-right:6px
}
#bx-pager a:last-child {
	margin-right:0px
}
#bx-pager a img {
	width:190px;
	height:76px;
}


/* ==============================================
	home > right > news
=============================================== */
ul#homeNews {
	width:100%;
	height:480px;
	border:1px solid #999;
	box-shadow:0px 3px 5px #999;
	overflow-y:scroll;
	background-color:rgba(255,255,255,0.6);
}
ul#homeNews li {
	position:relative;
	padding:10px;
	border-bottom:1px dashed #666;
}
ul#homeNews li:last-child {
	border-bottom:0px none;
}
ul#homeNews li div.news_photo {
	display:block;
	float:right;
	width:200px;
	height:240px;
	text-align:center;
	line-height:240px;
	vertical-align:middle;
}
ul#homeNews li div.news_photo img {
	width:auto !important;
	max-width:100% !important;
	height:auto !important;
	max-height:100% !important;
	vertical-align:top;
}
ul#homeNews li div.news_info ,
ul#homeNews li div.news_text {
	display:block;
	float:left;
	width:500px;
	padding-left:15px;
}
ul#homeNews li p.news_date {
	font-size:12px;
	color:#c00;
	margin-bottom:10px;
}
ul#homeNews li p.news_headline {
	font-size:28px;
	margin-bottom:10px;
}
ul#homeNews li div.news_text {
	font-size:16px;
	line-height:1.4;
}



/* ==============================================
	system
=============================================== */
#system {
}
#system li {
	text-align:center;
	margin-bottom:15px;
}
#system li img {
	box-shadow:0px 3px 5px #666;
}

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

#systemCampaign li {
	background-color:rgba(255,255,255,0.9);
	margin-bottom:20px;
	padding:5px;
	border-radius:5px;
}
#systemCampaign li h3.systemCampaignHead {
	padding:6px 12px;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	text-shadow:1px 1px 0 #333;
	background-color:#63c;
	background:linear-gradient(#63c,#96f);
	background:-moz-linear-gradient(center top,#63c,#96f);
	background:-webkit-gradient(linear,center top,center bottom,from(#63c),to(#96f));
}
#systemCampaign li div.systemCampaignBody {
	padding:10px;
	line-height:1.4;
	font-size:12px;
	background:#eee;
	background:linear-gradient(#f8f8f8,#e8e8e8);
	background:-moz-linear-gradient(center top,#f8f8f8,#e8e8e8);
	background:-webkit-gradient(linear,center top,center bottom,from(#f8f8f8),to(#e8e8e8));
}


/* ==============================================
	access
=============================================== */
#access {
	font-size:14px;
}
#access iframe {
	width:100%;
	height:480px;
	border:1px solid #fff;
	box-shadow:0px 3px 5px #666;
}
#access p {
	text-align:center;
	line-height:1.8;
}
#access p.shopName {
	font-size:24px;
	color:#c3d;
}



/* ==============================================
	castlist
=============================================== */
ul.castList {
	margin-bottom:15px;
	width:100%;
}
ul.castList li.castCell {
	display:block;
	float:left;
	position:relative;
	width:230px;
	height:380px;
	height:calc(380px - 22px);
	padding:2px;
	background-color:rgba(255,255,255,0.8);
	border:1px solid #999;
	margin-left:13px;
	margin-bottom:15px;
	overflow:hidden;
	text-align:center;
	box-shadow:0px 3px 5px #666;
}
ul.castList li.castCell a {
	display:block;
	width:100%;
	height:100%;
	font-size:14px;
}
ul.castList li.castCell:hover {
	border:1px solid #c3d;
	background-color:rgba(204,51,221,0.4);
}

ul.castList li.castCell .castImage {
	display:block;
	height:280px;
	line-height:280px;
	text-align:center;
}
ul.castList li.castCell .castImage img {
	display:inline-block;
	width:auto;
	max-width:210px;
	height:auto;
	max-height:280px;
	vertical-align:middle;
}

ul.castList li.castCell .castIcons {
	display:block;
	overflow:hidden;
	height:20px;
	line-height:18px;
	margin-top:2px;
	font-size:0;
	text-align:center;
	letter-spacing:-1px;
}
ul.castList li.castCell .castIcons img {
	width:48px;
	height:20px;
	vertical-align:middle;
}
ul.castList li.castCell .castIcons .textIcon {
	display:inline-block;
	width:74px;
	height:20px;
	line-height:20px;
	color:#fff;
	text-shadow:none;
	font-size:12px;
	background:#684c17;
	background:linear-gradient(#e53122,#993333,#e53122);
	background:-moz-linear-gradient(center top,#533d11,#993333 50%,#e53122);
	background:-webkit-gradient(linear,center top,center bottom,from(#e53122),color-stop(0.5,#993333),to(#e53122));
	margin-right:1px;
}

ul.castList li.castCell .castIcons .textIcon:last-child {
	margin-right:0;
}

ul.castList li.castCell .castInfo {
	position:relative;
	display:block;
	margin-top:2px;
	text-align:left;
	padding:5px;
	color:#fff;
	text-shadow:none;
	background-color:rgba(0,0,0,0.7);
}
ul.castList li.castCell .castInfo .castName {
	display:block;
	height:20px;
	line-height:20px;
	font-weight:bold;
	font-size:16px;
}
ul.castList li.castCell .castInfo .castSize {
	display:block;
	height:16px;
	line-height:16px;
	font-size:12px;
	letter-spacing:1px;
}
li.castCell .castInfo.castFlagNewface:before ,
li.castCell .castInfo.castFlagPickup:after {
	content:"";
	position:absolute;
	width:60px;
	height:60px;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:60px 60px;
	top:-85px;
	top:calc(-85px + 22px);
	left:5px;
/*
	-webkit-animation:blink 1.2s ease infinite alternate;
       -moz-animation:blink 1.2s ease infinite alternate;
            animation:blink 1.2s ease infinite alternate;
*/
}
li.castCell .castInfo.castFlagNewface:before {
	background-image:url(imagesRE/icons/new_icon.png);
}
li.castCell .castInfo.castFlagPickup:after {
	background-image:url(imagesRE/icons/pick_icon.png);
}
li.castCell .castInfo.castFlagNewface.castFlagPickup:after {
	left:65px;
}



ul.castList li.castCell .castTime {
	display:block;
	height:22px;
	line-height:22px;
	margin-top:2px;
	color:#fff;
	text-shadow:1px 1px 0 #000;
	background-color:#c3d;
	letter-spacing:2px;
}



/* ==============================================
	schedule
=============================================== */
#dateList {
	width:720px;
	margin:15px auto;
	padding:1px;
	border:1px solid #ccc;
	box-shadow:0px 3px 5px #666;
	text-align:center;
	font-size:0;
	background-image:url(imagesRE/pc/header_bg.png);
}
#dateList li {
	display:inline-block;
	width:98px;
	line-height:40px;
	margin:5px 2px;
	font-weight:bold;
	font-size:12px;
	color:#333;
	text-shadow:1px 1px 1px #fff;
	cursor:pointer;
	border:1px solid #fff;
	background-color:rgba(255,255,255,0.6);
	box-shadow:0px 1px 3px #666;
}
#dateList li.on {
	color: #fff;
	text-shadow:1px 1px 1px #000;
	background:#c3d;
	box-shadow:1px 1px 3px #c9f inset;
}
#dateList li:not(.on):hover {
	color:#fff;
	text-shadow:1px 1px 1px #000;
	background:#e9f;
}



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



/* ==============================================
	event
============================= */
.eventImage {
	margin-bottom:10px;
	text-align:center;
}
.eventImage {
}
.eventText {
	padding:10px;
	color:#000;
}



/* ==============================================
	recruit
=============================================== */
.recruitTable {
	width:100%;
	font-size:14px;
	line-height:1.4;
	box-shadow:1px 1px 5px #999;
}
.recruitTable th {
	width:20%;
	padding:5px;
	border:1px solid #999;
	letter-spacing:2px;
}
.recruitTable td:not(.noData) {
	padding:5px 10px;
	border:1px solid #999;
}
.recruitTable td.noData {
	padding-bottom:100px;
	border:1px solid #999;
	box-shadow:none;
}

.recruitTable#castTable th {
	color:#c00;
	background-color:#fee;
}
.recruitTable#staffTable th {
	color:#00c;
	background-color:#eef;
}


/* ==============================================
	recruit form
=============================================== */
.thankyouText ,
#formTable {
	width:100%;
	padding:0 10px;
	font-size:13px;
}
#formTable dt {
	float:left;
	text-align:right;
	width:300px;
	padding:10px 5px 0;
	line-height:26px;
}
#formTable dd {
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px dotted #666;
	padding-left:310px;
	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:#666;
	text-shadow:1px 1px 0px #fff;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	-webkit-text-overflow:ellipsis;
	-o-text-overflow: ellipsis;
	box-shadow:0 0 3px #999;
}
#indexHtmlBody .linkList li a {
	width:142px;
}
.linkList li a img {
	width:88px;
	height:31px;
}
.linkList li a:hover {
	color:#fff;
	text-shadow:1px 1px 0px #000;
	background-color:rgba(153,34,34,0.4);
}



/* ==============================================
	profile
=============================================== */
#profileHtmlBody .infoBox {
	padding:0px;
}

#profileHtmlBody .profileSubHeader {
	padding:3px 10px;
	margin-top:15px;
	margin-bottom:5px;
	text-align:left;
	color:#000;
	text-shadow:1px 1px 0 #fff;
	background:rgba(238,204,255,0.8);
	box-shadow:1px 1px 3px #999;
}

#profileHtmlBody #profileThumbs {
	font-size:0;
	margin-top:15px;
}
#profileHtmlBody #profileThumbs li {
	display:inline-block;
	width:83px;
	height:110px;
	line-height:108px;
	padding:0;
	margin-left:6px;
	border:1px solid #ccc;
	box-shadow:1px 1px 3px #999;
}
#profileHtmlBody #profileThumbs li.imageOn {
	border:1px solid #c3d;
	cursor:pointer;
}
#profileHtmlBody #profileThumbs li img {
	width:auto;
	max-width:100%;
	height:auto;
	max-height:100%;
	vertical-align:middle;
}


#profileImageFrame {
	position:relative;
	float:left;
	width:380px;
	padding:9px;;
	margin-bottom:15px;
	background-position:50% 50%;
}
#profileImageFrame.castFlagNewface:before ,
#profileImageFrame.castFlagPickup:after {
	content:"";
	position:absolute;
	top:1px;
	left:0px;
	width:75px;
	height:75px;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:75px 75px;
/*
	-webkit-animation:blink 1.2s ease infinite alternate;
       -moz-animation:blink 1.2s ease infinite alternate;
            animation:blink 1.2s ease infinite alternate;
*/
}
#profileImageFrame.castFlagNewface:before {
	background-image:url(imagesRE/icons/new_icon.png);
}
#profileImageFrame.castFlagPickup:after {
	background-image:url(imagesRE/icons/pick_icon.png);
}
#profileImageFrame.castFlagNewface.castFlagPickup:after {
	left:75px;
}

#profileImageFrame #profileImage {
	width:362px;
	height:482px;
	line-height:480px;
	border:1px solid #fff;
	box-shadow:1px 1px 5px #666;
}
#profileImageFrame #profileImage img {
	width:auto;
	max-width:100%;
	height:auto;
	max-height:100%;
	vertical-align:middle;
}


#profileInfoFrame {
	float:right;
	width:350px;
	padding-top:10px;
	padding-right:10px;
	margin-bottom:15px;
}

#profileInfoFrame .profileName {
	position:relative;
	font-size:18px;
	padding:3px 10px;
	background-color:#c3d;
	color:#fff;
	text-shadow:1px 1px 0 #000;
	box-shadow:1px 1px 3px #666;
}


#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 #c3d;
}
#profileInfoFrame #profileTable th {
	color:#c3d;
	font-weight:bold;
	text-align:left;
	padding-left:1em;
}

#profileInfoFrame p {
	padding-left:1em;
}



#profileInfoFrame div#profileIcons {
	margin-top:5px;
	margin-bottom:5px;
	text-align:right;
}
#profileInfoFrame div#profileIcons img {
	margin-right:3px;
}
#profileInfoFrame #profileIcons .textIcon {
	display:inline-block;
	width:80px;
	height:20px;
	line-height:20px;
	color:#fff;
	text-shadow:none;
	font-size:12px;
	background:#684c17;
	background:linear-gradient(#e53122,#993333,#e53122);
	background:-moz-linear-gradient(center top,#533d11,#993333 50%,#e53122);
	background:-webkit-gradient(linear,center top,center bottom,from(#e53122),color-stop(0.5,#993333),to(#e53122));
	margin-right:1px;
	text-align:center;
}



.profileSNSLink {
	text-align:center;
}
.profileSNSLink a {
	display:inline-block;
	padding:5px 10px;
	font-size:12px;
	color:#fff;
	text-shadow:1px 1px 0 #000;
	background:#c3d;
	background:linear-gradient(#c3d,#993333,#c3d);
	background:-moz-linear-gradient(center top,#c3d,#993333 50%,#c3d);
	background:-webkit-gradient(linear,center top,center bottom,from(#c3d),color-stop(0.5,#663399),to(#c3d));
	border:3px double #fff;
	border-radius:6px;
}


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



/* ==============================================
	profile > guide(bottom)
=============================================== */
#profileGuideBottom {
	width:451px;
	height:40px;
	margin:60px auto 30px;
	border-left:1px solid #fff;
	overflow:hidden;
	background-color:rgba(255,255,255,0.8);
	box-shadow:1px 1px 5px #666;
}
#profileGuideBottom li {
	float:left;
	display:block;
	width:150px;
	height:40px;
	line-height:40px;
	font-size:13px;
	text-align:center;
}

#profileGuideBottom li a {
	display:block;
	width:150px;
	height:40px;
	color:#c3d;
	border-top:1px solid #fff;
	border-right:1px solid #999;
	border-bottom:1px solid #fff;
}
#profileGuideBottom li:last-child a {
	border-right:0px none;
}
#profileGuideBottom li a span {
}
#profileGuideBottom li a:hover {
	color:#000;
	text-shadow:1px 1px 0 #fff;
	background-color:rgba(238,204,255,0.8);
}
