@charset "utf-8";

@font-face {
	font-family:'trapro';
	src:url('images/TrajanPro-Regular.eot');
	src:url('images/TrajanPro-Regular.woff') format('woff');
}


@-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-wrapper * {
	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%;
	vertical-align:baseline;
	font-weight:normal;
}
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.3;
}
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%;
/*
	image-rendering:-o-crisp-edges;
	image-rendering:-moz-crisp-edges;
	image-rendering:crisp-edges;
	image-rendering:-webkit-optimize-contrast;
*/
}
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:34px;
	line-height:24px;
	padding:4px 10px 6px;
	margin-bottom:10px;
	font-size:20px;
	color:#fff;
	text-shadow:1px 1px 5px #fff;
	box-shadow:1px 1px 3px #666;
	background-image:url(images/pc/title_bg.png);
	background-repeat:repeat;
	overflow:hidden;
	font-family:'trapro',sans-serif;
}
.titleBar.sub {
	font-size:20px;
	color:#fff;
	text-shadow:none;
	background:rgba(51,0,102,0.7);
	padding:5px 10px;
}

.titleBar span {
	display:block;
	width:100%;
}

.titleBar:not(.sub) span:nth-child(1) {
	text-align:left;
}
.titleBar span:nth-child(2) {
	position:absolute;
	right:0px;
	bottom:2px;
	padding-right:5px;
	text-align:right;
	font-size:14px;
	color:#eee;
	text-shadow:1px 1px 3px #eee;
	letter-spacing:1px;
}

#sidemenu .titleBar:not(.sub) span:nth-child(1) {
	letter-spacing:-1px;
}
#sidemenu .titleBar:not(.sub) span:nth-child(2) {
	font-size:10px;
	bottom:0px;
	letter-spacing:0px;
}


.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;
}
ul.newsList li.noBlog {
	padding-top:2em;
	text-align:center;
}

.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(images/pc/background.jpg);
	background-position:50% 0%;
	background-repeat:repeat;
	font-family:"ヒラギノ角ゴPro W3" ,Osaka ,"メイリオ" ,"ＭＳ Ｐゴシック" ,sans-serif;
}

body #body {
	width:1020px;
	padding:15px 10px;
	margin-left:auto;
	margin-right:auto;
	background-color:rgba(255,255,255,0.8);
	overflow:hidden;
}

.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;
	margin:0;
	border:1px solid #900;
}
#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 #twitterBloc ,
#sidemenu #instaBloc ,
#sidemenu #blogBloc {
	font-size:0;
	margin-bottom:20px;
	border:1px solid #fff;
	box-shadow:0px 0px 5px #999;
}
#sidemenu #instaBloc {
	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 #666;
	box-shadow:0px 1px 3px #666;
}



#sidemenu #instaBanner {
	font-size:0;
	margin-bottom:20px;
}
#sidemenu #instaBanner a img {
	border:1px solid #fff;
	box-shadow:0px 0px 5px #999;
}
#sidemenu #instaBanner a {
	display:inline-block;
}
#sidemenu #instaBanner a:hover img {
	border:1px solid #666;
	box-shadow:0px 1px 3px #666;
}









/* ==============================================
	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:rgba(51,51,51,0.8);
}

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

#header #headerBloc {
	height:80px;
	background-image:url(images/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%;
	text-align:left;
	font-family:'trapro',serif;
}
#header #headerBloc #headerTel > span {
	font-weight:bold;
	color:#000;
}
#header #headerBloc #headerTel .time {
	display:block;
	font-size:16px;
}
#header #headerBloc #headerTel .tel {
	font-size:28px;
	letter-spacing:1px;
}


/* ==============================================
	header > menu
=============================================== */
#header .navMenuBloc {
	position:relative;
	height:60px;
	background-image:url(images/pc/title_bg.png);
}
#header .navMenuBloc ul.navMenu {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	min-width:1020px;
	height:60px;
	margin:auto;
	font-size:0;
	text-align:center;
}
#header .navMenuBloc li {
	display:inline-block;
	width:126px;
	height:100%;
	font-size:14px;
	overflow:hidden;
}
#header .navMenuBloc li:nth-child(1) {
}
#header .navMenuBloc li a {
	position:relative;
	display:block;
	width:98%;
	margin:auto;
	height:58px;
	color:#fff;
	text-shadow:none;
	font-size:18px;
	font-family:'trapro',sans-serif;
	border-bottom:2px solid transparent;
}
#header .navMenuBloc li a span {
	display:block;
	width:100%;
}
#header .navMenuBloc li a span:nth-child(1) {
	padding-top:12px;
	letter-spacing:1px;
	line-height:20px
}
#header .navMenuBloc li a span:nth-child(2) {
	font-size:12px;
	line-height:16px
}
#header .navMenuBloc li.active a {
	border-bottom:2px solid #6f0;
}
#header .navMenuBloc li.active a span {
}
#header .navMenuBloc li:not(.active):hover {
	background-color:rgba(255,255,255,0.2);
}
#header .navMenuBloc li:not(.active):hover a {
	border-bottom:2px solid #6f0;
}



/* ==============================================
	footer
=============================================== */
#recLink {
	text-align:center;
}
#recLink a {
	position:relative;
	display:inline-block;
	width:95%;
	margin:30px auto;
}
#recLink a:hover:after {
	content:url(images/pc/recruit_bar_hover.png);
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:100%;
	height:100%;
}





#footer {
	padding-top:10px;
	padding-bottom:20px;
	background-color:rgba(68,0,68,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:'trapro',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) {
	display:none;
}
#footer .navMenuBloc li a:hover {
	color:#f00;
	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:#339;
	text-shadow:1px 1px 0 #fff;
}


#copyright {
	color:#000;
	text-shadow:1px 1px 0px #fff;
	line-height:3;
	text-align:center;
	font-size:14px;
	background-color:rgba(255,255,255,0.3);
}
#copyright a {
	color:#000;
}
#copyright a:hover {
	color:#000;
	text-decoration:underline;
}



/* ==============================================
	page layout
=============================================== */


/* ==============================================
	home > header > slider
=============================================== */
#homeSliderBloc {
	width:100%;
	padding-bottom:3px;
}
#homeSliderBloc #homeSliderLoader {
	width:100%;
	height:100%;
	padding-top:150px;
	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.newsList {
	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.newsList li {
	position:relative;
	padding:10px;
	border-bottom:1px dashed #666;
}
ul.newsList li:last-child {
	border-bottom:0px none;
}
ul.newsList li div.news_photo {
	display:block;
	float:right;
	width:200px;
	height:240px;
	text-align:center;
	line-height:240px;
	vertical-align:middle;
}
ul.newsList li div.news_photo img {
	width:auto !important;
	max-width:100% !important;
	height:auto !important;
	max-height:100% !important;
	vertical-align:top;
}
ul.newsList li div.news_info ,
ul.newsList li div.news_text {
	padding-left:15px;
	padding-right:15px;
}
ul#homeNews.newsList li div.news_info ,
ul#homeNews.newsList li div.news_text {
	display:block;
	float:left;
	width:500px;
	padding-right:0px;
}

ul.newsList li p.news_date {
	font-size:12px;
	color:#c00;
	margin-bottom:10px;
}
ul.newsList li p.news_headline {
	font-size:28px;
	margin-bottom:10px;
}
ul.newsList li div.news_text {
	font-size:16px;
	line-height:1.4;
}



/* ==============================================
	system
=============================================== */
.systemTable {
	margin:15px auto;
	width:480px;
	border:1px solid #666;
	border-collapse:collapse;
}
.systemTable caption {
	background-color:rgba(68,0,68,0.9);
	color:#fff;
	text-shadow:none;
	font-weight:bold;
	padding:6px;
}
.systemTable th {
	font-weight:normal;
	width:210px;
	border:1px solid #666;
	padding:3px 12px;
}
.systemTable td {
	border:1px solid #666;
	padding:3px 12px;
	text-align:center;
}
.systemNotes {
	margin:15px auto;
	text-align:center;
	color:#333;
}
.systemNotes li {
	padding:6px 3px;
}
.systemNotes .systemSquare {
}


#systemGallery {
	font-size:0;
	margin:10px 30px;
}
#systemGallery li {
	display:inline-block;
	width:50%;
	padding:10px;
}
#systemGallery img {
	width:100%;
	box-shadow:0px 3px 5px #666;
}


/* ==============================================
	system > menu
=============================================== */
.orderMenu {
	font-size:12px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:15px;
	letter-spacing:1px;
}
.orderMenu dt.menuTitle {
	border-bottom:1px dashed #666;
	padding:3px 10px;
	font-size:16px;
	font-weight:bold;
	color:#90c;
}
.orderMenu dt:not(.menuTitle) {
	float:left;
	width:320px;
	padding:3px 10px;
}
.orderMenu dt ,
.orderMenu dd {
	font-size:12px;
}
.orderMenu dd {
	border-bottom:1px dashed #999;
	padding:3px 10px;
	text-align:right;
}




/* ==============================================
	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:#60c;
}



/* ==============================================
	castlist
=============================================== */
ul.castList {
	margin-bottom:15px;
	width:100%;
}
ul.castList li.castCell {
	display:block;
	float:left;
	position:relative;
	width:230px;
	height:337px;
	padding:3px;
	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 #f00;
	background-color:rgba(204,0,0,0.4);
}

ul.castList li.castCell .castImage {
	display:block;
	height:296px;
	line-height:296px;
	text-align:center;
}
ul.castList li.castCell .castImage img {
	display:inline-block;
	width:auto;
	max-width:222px;
	height:auto;
	max-height:296px;
	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:3px;
	text-align:left;
	padding:5px;
	color:#fff;
	text-shadow:none;
	background-color:rgba(51,0,102,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:none;
	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:-299px;
	right:-1px;
/*
	-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(images/icons/new_icon.png);
}



/* ==============================================
	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:#90c;
	background-color:#edf;
}


/* ==============================================
	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:310px;
}
#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 {
	margin:10px auto;
}
.linkList th ,
.linkList td {
	padding:5px 10px;
	vertical-align:middle;
}
.linkList a {
	color:#333;
}

.linkList tr:hover a {
	color:#60f;
}
.linkList tr:hover th ,
.linkList tr:hover td {
	background-color:rgba(153,0,204,0.2);
}

/* ==============================================
	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(221,153,255,0.7);
	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:110px;
	padding:0;
	margin-left:6px;
	border:1px solid #ccc;
	box-shadow:1px 1px 3px #999;
}
#profileHtmlBody #profileThumbs li.imageOn {
	border:1px solid #c00;
	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:5px;
	right:5px;
	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(images/icons/new_icon.png);
}
#profileImageFrame.castFlagPickup:after {
	background-image:url(images/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:rgba(51,0,102,0.7);
	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 #60c;
}
#profileInfoFrame #profileTable th {
	color:#60c;
	font-weight:bold;
	text-align:left;
	padding-left:1em;
	width:120px;
}

#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;
}




/* ==============================================
	profile > schedule
=============================================== */
#profileSchedule {
	width:100%;
	margin:auto;
	font-size:12px;
	text-align:center;
	border-spacing:3px;
	padding:3px;
	line-height:40px;
	background-color:rgba(255,255,255,0.9);
	border-collapse:separate;
	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:#60c;
	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:rgba(221,153,255,0.7);
;
}













/* ==============================================
	snap menu
=============================================== */
#snapMenu {
	width:100%;
	margin:15px auto 0;
	padding-left:10px;
	text-align:left;
	font-size:0;
}
#snapMenu li {
	position:relative;
	display:inline-block;
	width:215px;
	height:40px;
	line-height:40px;
	margin-right:15px;
	margin-bottom:15px;
	font-size:14px;
	color:#fff;
	text-shadow:1px 1px 0 #000;
	background-color:#000;
	background-image:url(images/pc/title_01.png);
	text-align:center;
	font-family:'serif';
	cursor:pointer;
	border:1px solid #60c;
	box-shadow:1px 1px 5px #666;
}
#snapMenu li:nth-child(3n) {
	margin-right:0;
}
#snapMenu li:not(.active):hover {
	opacity:0.8;
}
#snapMenu li.active {
	border:1px solid #fff;
}
#snapMenu li.active:after {
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:25px;
	height:25px;
	background-image:url(images/icons/cate_triangle.png);
	background-position:0 0;
	background-repeat:no-repeat;
	background-size:25px 25px;
}





/* ==============================================
	snap book [PC]
=============================================== */
.dispPC .snapOuter {
	position:relative;
	width:710px;
	height:645px;
	margin:10px auto;
	padding:10px;
}
.dispPC .snapOuter .snapBloc {
	position:absolute;
	top:0px;
	left:0px;
	width:690px;
	height:625px;
	display:none;
}
.dispPC .snapOuter .flipbook-loader {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	line-height:625px;
	text-align:center;
	z-index:99999;
}
.dispPC .snapOuter .flipbook-loader img {
	vertical-align:middle;
}

.dispPC .snapOuter .snapBloc .page-number {
	width:100%;
	margin:0px auto 10px;
	text-align:center;
}
.dispPC .snapOuter .snapBloc .page-number span {
	display:inline-block;
	width:100%;
	height:40px;
	line-height:40px;
	margin-right:15px;
	margin-bottom:15px;
	font-size:14px;
	color:#fff;
	text-shadow:1px 1px 0 #000;
	background-color:#000;
	background-image:url(images/pc/title_01.png);
	text-align:center;
	font-family:'serif';
	border:1px solid #fff;
	box-shadow:1px 1px 5px #666;
}






.flipbook .snapBloc {
}

.flipbook .page {
	background-color:#fffcf8;
	background-image:url(images/pc/pt_01mini.png);
	overflow:hidden;
	box-shadow:0px 0px 0px 1px #999 inset !important;
}
.flipbook .page.even {
	border-top-right-radius:50px 10px;
	border-bottom-right-radius:50px 10px;
}
.flipbook .page.odd {
	border-top-left-radius:50px 10px;
	border-bottom-left-radius:50px 10px;
}
.flipbook .page.odd.p1 {
	border-radius:0;
}
.flipbook .page .flipbook-page {
	position:relative;
	width:345px;
	height:575px;
	padding:59px 14px 94px;
	line-height:420px;
}
.flipbook .page .flipbook-page img {
	vertical-align:middle;
	border:1px solid #fff;
	box-shadow:1px 1px 5px #666;
}
.flipbook .page .flipbook-page span.snap {
	position:absolute;
	top:20px;
	left:15px;
	display:block;
	width:315px;
	height:25px;
	line-height:25px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	-webkit-text-overflow:ellipsis;
	-o-text-overflow: ellipsis;
}
.flipbook .page .flipbook-page span.snap:not(.title) {
	font-size:16px;
	color:#000;
	background-color:rgba(255,255,255,0.8);
	border:1px solid #fff;
	box-shadow:1px 1px 5px #666;
}
.flipbook .page .flipbook-page span.snap.title {
	top:auto;
	bottom:130px;
	height:60px;
	line-height:60px;
	font-size:20px;
	color:#fff;
	text-shadow:0 0 20px #fff;
}

.flipbook .page .flipbook-page span.info {
	position:absolute;
	bottom:30px;
	left:15px;
	display:block;
	width:315px;
	height:50px;
	padding:5px 10px;
	line-height:20px;
	font-size:13px;
	color:#000;
	background-color:rgba(255,255,255,0.8);
	border:1px solid #fff;
	box-shadow:1px 1px 5px #666;
	overflow:hidden;
	text-align:left;
}



.flipbook .page .flipbook-page span.pageNo {
	position:absolute;
	bottom:5px;
	display:inline-block;
	line-height:1;
	padding:3px 5px;
	color:#000;
	text-shadow:1px 1px 1px #fff;
}
.flipbook .page.even .flipbook-page span.pageNo {
	left:5px;
}
.flipbook .page.odd .flipbook-page span.pageNo {
	right:5px;
}





.flipbook div .flipbook-page:after {
    content: "";
    position: absolute;
    top: 0px;
    width: 20px;
    height: 100%;
    background-image: url(images/pc/book_center.png);
    background-repeat: repeat-y;
}
.flipbook div.odd .flipbook-page:after {
    left: 0px;
    background-position: -20px 0px;
}
.flipbook div.even .flipbook-page:after {
    right: 0px;
    background-position: 0px 0px;
}




/* ==============================================
	snap book [SP]
=============================================== */
.dispSP .snapOuter {
	position:relative;
	width:400px;
	height:610px;
	margin:0 auto 20px;
}
.dispSP .snapOuter #spHomeSliderBloc {
	position:absolute;
	top:0px;
	left:0px;
	width:400px;
	height:610px;
}
.dispSP .snapOuter #spHomeSliderBloc .snapBloc {
	position:absolute;
	top:0px;
	left:0px;
	width:400px;
	height:610px;
	padding-top:25px;
	opacity:0;
}

.dispSP .snapOuter #spHomeSliderBloc .snapBloc .bx-viewport {
	width:400px;
	height:585px;
}

.dispSP .snapOuter #spHomeSliderBloc .snapBloc ul li ,
.dispSP .snapOuter #spHomeSliderBloc #spHomeSliderLoader {
 	width:400px !important;
	height:585px;
	background-color:#fffcf8;
	background-image:url(images/pc/pt_01mini.png);
	overflow:hidden;
	box-shadow:0px 0px 0px 1px #999 inset !important;
}
.dispSP .snapOuter #spHomeSliderBloc #spHomeSliderLoader {
	margin-top:25px;
	padding-top:200px;
}
.dispSP .snapOuter #spHomeSliderBloc .snapBloc ul li div {
	position:relative;
	width:100%;
	height:100%;
	padding:40px 20px 65px;
	text-align:center;
	line-height:480px;
}
.dispSP .snapOuter #spHomeSliderBloc .snapBloc ul li div img {
	display:inline-block;
	vertical-align:middle;
	border:1px solid #fff;
	box-shadow:1px 1px 5px #666;
}

.dispSP .snapOuter #spHomeSliderBloc .snapBloc ul li div span.snap {
	position:absolute;
	top:10px;
	left:20px;
	display:block;
	width:360px;
	height:25px;
	line-height:25px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	-webkit-text-overflow:ellipsis;
	-o-text-overflow: ellipsis;
	font-size:16px;
	color:#000;
	background-color:rgba(255,255,255,0.8);
	border:1px solid #fff;
	box-shadow:1px 1px 5px #666;
}


.dispSP .snapOuter #spHomeSliderBloc .snapBloc ul li div span.info {
	position:absolute;
	bottom:10px;
	left:20px;
	display:block;
	width:360px;
	height:50px;
	padding:5px 10px;
	line-height:20px;
	font-size:13px;
	color:#000;
	background-color:rgba(255,255,255,0.8);
	border:1px solid #fff;
	box-shadow:1px 1px 5px #666;
	overflow:hidden;
	text-align:left;
}



.dispSP .snapOuter #spHomeSliderBloc .bx-wrapper .bx-prev {
	left:0;
}
.dispSP .snapOuter #spHomeSliderBloc .bx-wrapper .bx-next {
	right:0;
}


.dispSP .snapOuter #spHomeSliderBloc .slide-counter {
	position:absolute;
	top:0;
	right:0;
	text-align:right;
	font-size:14px;
	line-height:25px;
	color:#666;
}
.dispSP .snapOuter #spHomeSliderBloc .slide-counter span {
	font-size:18px;
	font-weight:bold;
	color:#60c;
}

#InstaWidget iframe {
/*
	height:432px !important;
*/
	margin-bottom:15px;
}



