*{
	margin: 0;
	padding: 0;
}

html{
	-webkit-text-size-adjust:none;
}

body{
	font:14px/1.231 "ヒラギノ角ゴ Pro W3";
	margin:0px;
	padding:0px;
	color: #fff;
	background-color:#746093;
}

img{
	border:none;
	vertical-align:top;
}


/*ボタン*/
/*ボタンの共通要素
------------------------------------------------------------ */
button, input[type=button],
input[type=reset], input[type=submit] {
	border-top: 1px solid #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #ccc;
	padding: 15px 19px;
	font-weight: bold;
	cursor: pointer;
	color: #808080;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	/*text-shadow: 0 -1px 1px #FFF, -1px 0 1px #FFF, 1px 0 1px #aaa;*/
}


/*ボタン1 .prof1*/
.prof1 button, .prof1 input[type=button],
.prof1 input[type=reset], .prof1 input[type=submit] {
	padding: 15px 21px;
	background: -moz-linear-gradient(top, #fff, #3D3D3D 1%, #3D3D3D 50%, #3D3D3D 99%, #282828);
	background: -webkit-gradient(linear, left top, left bottom, from(#3D3D3D), color-stop(0.01, #3D3D3D), color-stop(0.5, #3D3D3D), color-stop(0.99, #282828), to(#282828));
	-moz-box-shadow: 1px 1px 2px #E7E7E7;
	-webkit-box-shadow: 1px 1px 2px #E7E7E7;
}
.prof1 button:hover, .prof1 input[type=button]:hover,
.prof1 input[type=reset]:hover, .prof1 input[type=submit]:hover	{
	background: -moz-linear-gradient(top, #fff, #3D3D3D 1%, #3D3D3D 50%, #3D3D3D 99%, #282828);
	background: -webkit-gradient(linear, left top, left bottom, from(#3D3D3D), color-stop(0.01, #3D3D3D), color-stop(0.5, #3D3D3D), color-stop(0.99, #282828), to(#282828));
}
.prof1 button:active, .prof1 input[type=button]:active,
.prof1 input[type=reset]:active, .prof1 input[type=submit]:active	{
	background: #3D3D3D;
	padding: 6px 20px 4px;
}
/*ボタン*/




/*認証*/
#ninsyou_a{
	height: 420px;
	/*border: 1px solid #000000;*/
	/*background-image:url(../images/logo_header.png);*/
	background-repeat: no-repeat;
}

#ninsyou {
	font-weight: none;
	padding-top: 100px;
	height: 100px;
	font-size:12px;
	text-align: center;
	color: #393939;
}

#ninsyou .button {
	border-top: 1px solid #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #ccc;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#E2E2E2));
	background: -moz-linear-gradient(top, #fff, #E2E2E2);
	padding: 10.5px 21px;
	margin: 5px 20px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	/*text-shadow: rgba(0,0,0,.4) 0 1px 0;*/
	font-weight: bold;
	color: #808080;
	font-size: 18px;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	text-align: center;
}
#ninsyou .button:hover {
	border-top-color: #ffffff;
	background: #ffffff;
	color: #ccc;
	display: block;
}
#ninsyou .button:active {
	border-top-color: #A1A1A1;
	background: #A1A1A1;
	display: block;
}




/*ヘッダー*/
#header {
	z-index: 2;
	height: 45px;
	right: 0;
	left: 0;
	top: 0;
	font-weight: normal;
	/*max-width: 750px;*/
	/*text-shadow: 0px 0px 2px rgba(0, 0, 0, .6);*/
	/*color: rgba(255, 255, 255, .7);*/
	/*background-color: #CAD4DE;*/
	/*background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .6)), to(rgba(255, 255, 255, 0)), color-stop(48%, rgba(255, 255, 255, .2)), color-stop(48%, rgba(255, 255, 255, 0)));*/
	/*border-radius: 8px;*/
	/*-webkit-border-radius: 8px;*/
	background: -webkit-gradient(linear, left top, left bottom, from(#3D3D3D), to(#282828));
	margin: 0;
	padding: 0px;
	border-bottom: 1px solid #282828;
	text-align: center;
	z-index:999;
}

#header h1{
	color:#fff;
	padding: 0 0 15px;
	line-height:20px;
	background: #232323;
}

#header ul {
	list-style:none;
	width: 100%;
	border-top: 1px solid #000;
}

#header li {
	text-align: center;
	width: 24.7%;
	float: left;
	font-weight: bold;
	border-left: 1px solid #000;
	color: #fff;
	/*text-shadow: -1px -1px 0 rgba(150, 150, 150, 0.3);*/
}

#header li a {
	display: block;
	width: 100%;
	padding: 13px 0;
}

#header li:first-child {
	border: none;
}













#header a {
	color: #fff;
	text-decoration: none;
	width: 100%;
}

#header a:hover{
	color:#fff;
	text-decoration:none;
	background-color:#000000;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	width: 100%;
}

/*ヘッダー*/


/*コピーライト*/
#copy {
	float: right;
	margin: 20px 5px 0 0;
	color: #414141;
	clear: both;
}


/*フッター*/

#footer {
	z-index: 3;
	height: 46px;
	right: 0;
	left: 0;
	bottom: -3px;
	font-weight: normal;
	background-color: #282828;
	margin: 0;
	padding: 0px;
	border-bottom: 1px solid #003366;
	text-align: center;
}

#footer ul {
	list-style:none;
	width: 100%;
}

#footer li {
	text-align: center;
	width: 24.7%;
	float: left;
	font-weight: bold;
	border-left: 1px solid #fff;
	/*text-shadow: -1px -1px 0 rgba(150, 150, 150, 0.3);*/
}

#footer li a {
	display: block;
	width: 100%;
	padding: 15px 0;
}

#footer li:first-child {
	border: none;
}

#footer a {
	color: #fff;
	width: 100%;
	text-decoration: none;
}

#footer a:hover{
	color:#fff;
	width: 100%;
	text-decoration:none;
	background-color: #000;
	border-radius: 8px;
	/*-webkit-border-radius: 8px;*/
}
/*フッター*/



/*トップページ*/

/*メニュー*/
/*注意 html側に、親（#main_menu）有り*/


#main_menu p{
	margin-top: 22px;
}

#main_menu .button {
	border-top: 1px solid #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #ccc;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#E2E2E2));
	background: -moz-linear-gradient(top, #fff, #E2E2E2);
	-webkit-box-shadow: 1px 1px 2px #E7E7E7;
	padding: 17.5px 35px;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	/*text-shadow: rgba(0,0,0,.4) 0 1px 0;*/
	color: #808080;
	font-size: 12px;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	text-align: center;
	padding: 5px;
	margin: 0;
	width: 70px;
	height: 70px;
}
#main_menu .button:hover {
	border-top-color: #ffffff;
	background: #ffffff;
	color: #ccc;
	display: block;
}
#main_menu .button:active {
	border-top-color: #E2E2E2;
	background: #E2E2E2;
	display: block;
}
/*メニュー*/



/*ピックアップ*/
.p_message_box{
	width:100%;
	height:110px;
	/*border-bottom:dashed 1px #111;*/
	margin: 1px;
	padding: 5px 1px 0;
	display: block;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	/*-webkit-box-shadow: 1px 1px 2px #555;*/
	/*-moz-box-shadow: 1px 1px 2px #555;*/
	color: #FFBB00;
}


a.p_message_box{
	text-decoration:none;
	background-color:#2C2C2C;
	color: #FFBB00;
}

a:hover.p_message_box{
	text-decoration:none;
	background-color:#232323;
	color: #FFBB00;
}

a:active.p_message_box{
	text-decoration:none;
	background-color:#232323;
}
/*ピックアップ*/

/*トップページ*/





/*キャスト一覧*/
.c_message_box{
	width:175px;
	height:300px;
	/*border-bottom:dashed 1px #111;*/
	margin: 5px;
	padding: 5px 1px 0;
	display: block;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	/*-webkit-box-shadow: 1px 1px 2px #555;*/
	/*-moz-box-shadow: 1px 1px 2px #555;*/
	font-size: 15px;
	text-align:center;
	float: left;
	color: #FFBB00;
}


a.c_message_box{
	text-decoration:none;
	background-color:#2C2C2C;
	color: #FFBB00;
}

a:hover.c_message_box{
	text-decoration:none;
	background-color:#232323;
	color: #FFBB00;
}

a:active.c_message_box{
	text-decoration:none;
	background-color:#232323;
}
/*キャスト一覧*/

/*出勤一覧*/
.sch_message_box{
	width:175px;
	height:280px;
	/*border-bottom:dashed 1px #111;*/
	margin: 5px;
	padding: 5px 1px 0;
	display: block;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	/*-webkit-box-shadow: 1px 1px 2px #555;*/
	/*-moz-box-shadow: 1px 1px 2px #555;*/
	font-size: 15px;
	text-align:center;
	float: left;
	color: #FFBB00;
}


a.sch_message_box{
	text-decoration:none;
	background-color:#2C2C2C;
	color: #FFBB00;
}

a:hover.sch_message_box{
	text-decoration:none;
	background-color:#232323;
}

a:active.sch_message_box{
	text-decoration:none;
}
/*出勤一覧*/



/*出勤3P*/
.c_message_box_3p{
	width:100px;
	height:325px;
	/*border-bottom:dashed 1px #111;*/
	margin: 1px;
	padding: 5px 1px 0;
	display: block;
	background-color:#2C2C2C;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	/*-webkit-box-shadow: 1px 1px 2px #555;*/
	/*-moz-box-shadow: 1px 1px 2px #555;*/
	font-size: 12px;
	text-align:center;
	float: left;
}
/*出勤3P*/


#last_msg_loader {
	text-align: center;
	height:22px;
	/*width: 50px;*/
	margin: 10px 10px 50px 10px;
	padding:2px;
}

.number{
	float: right; 
	background-color: #CAD4DE; 
	color: #000; 
	padding-left: 3px; 
	padding-bottom: 3px;
	padding-right: 3px;
	font-weight: bold;
}

#last_msg_loader{
	color: #000; 
}
/*キャスト一覧 出勤ページ*/


/*出勤ページ*/
/*カレンダーボタン*/
#cal ul {
	list-style: none;
	font-size: 16px;
}

#cal li {
	text-align: center;
	font-weight: bold;
	text-decoration:none;
	background-color:#E2E2E2;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	margin:3px;
}

#cal li a {
	display: block;
	width: 100%;
	padding: 15px 0;
}

#cal li:first-child {
	border: none;
}

#cal a {
	color: #808080;
	text-decoration: none;
}

#cal a:hover{
	color:#333;
	text-decoration:none;
	background-color:#ccc;
	border-radius: 8px;
	-webkit-border-radius: 8px;
}


.c_message_box_sch{
	width:100px;
	height:152px;
	/*border-bottom:dashed 1px #111;*/
	margin: 1px;
	padding: 5px 1px 0;
	display: block;
	background-color:#fff;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	/*-webkit-box-shadow: 1px 1px 2px #555;*/
	/*-moz-box-shadow: 1px 1px 2px #555;*/
	font-size: 12px;
	text-align:center;
	float: left;
}


a.c_message_box_sch{
	color:#333;
	text-decoration:none;
	background-color:#E2E2E2;
}

a:hover.c_message_box_sch{
	color:#fff;
	text-decoration:none;
	background-color:#ccc;
	
}

a:active.c_message_box_sch{
	color:#333;
	text-decoration:none;
	background-color:#ccc;
}


/*カレンダーボタン*/
/*出勤ページ*/






/*プロフィールページ*/

/*画像スライド*/
#item_thum_slide .jCarousel{
	margin: 0 auto;
	width: 320px;
	text-align: center;
}

#item_thum_slide .jCarousel li img {
	padding-top: 10px;
}

#item_thum_slide .jCarouselNavi {
	padding: 3px;
	margin : 0;
	text-align : center;
	background-color: #DFDEE0;
}
/*画像スライド*/


/*写メボタン*/
.message_box3{
	/*width:100%;*/
	/*height: 80px;*/
	/*border-bottom:dashed 1px #111;*/
	margin: 5px;
	padding:5px;
	display: block;
	background-color:#2C2C2C;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	/*-webkit-box-shadow: 1px 1px 2px #555;*/
	/*-moz-box-shadow: 1px 1px 2px #555;*/
}


a.message_box3{
	text-decoration:none;
}

a:hover.message_box3{
	text-decoration:none;
	background-color:#4B4B4B;
}

a:active.message_box3{
	text-decoration:none;
	background-color:#4B4B4B;
}
/*写メボタン*/




#prof_table{
	/*background-image:url(../images/prof_text_bg2.png);*/
	width: 100%;
}

#prof_table th{
	padding:5px;
	color:#808080;
	border-bottom:dotted 1px #D1D1D1;
}

#prof_table .prof_td{
	border-bottom:dotted 1px #D1D1D1;
}


/*tab menu*/
div.tabSet1{
	width: 100%;
	margin: 0 0 15px;
	overflow: hidden;
}

ul#tabNav1{
	margin: 0 0 0 -1px;
	padding: 0;
	overflow: hidden;
	zoom:1; /* ie */
}

ul#tabNav1:after{
	/* clear float */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}

ul#tabNav1 li{
	float:left;
	width: 25%;
	list-style-type:none;
	
}

ul#tabNav1 li a{
	display: block;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	background: ##232323;
	color: #808080;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	height: 38px;
	padding: 7px 0;
}

ul#tabNav1 li a.on{
	background:#232323;
	color:#808080;
	margin-left: 1px;
}

div.tabSet1 div.tabContentsGroup{
	background:#232323;
}

div.tabSet1 div.content{
	border: 0px solid #A1A1A1;
	zoom:1; /* ie */
	padding: 5px 5px 5px;/*上　左右　下*/
}



div.tabSet1 div.content{
	display:none;
}
/*tab menu*/


/*tab menu_others*/
div.tabSet2{
	width: 100%;
	margin: 0 0 15px;
	overflow: hidden;
}

ul#tabNav2{
	margin: 0 0 0 -1px;
	padding: 0;
	overflow: hidden;
	zoom:1; /* ie */
	
}

ul#tabNav2:after{
	/* clear float */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}

ul#tabNav2 li{
	float:left;
	width: 50%;
	list-style-type:none;
}

ul#tabNav2 li a{
	display: block;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	background: ##232323;
	color: #808080;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	height: 38px;
	padding: 7px 0;
}

ul#tabNav2 li a.on{
	background:#232323;
	color:#808080;
	color:#808080;
}

div.tabSet2 div.tabContentsGroup{
}

div.tabSet2 div.content{
	border:1px solid #A1A1A1;
	zoom:1; /* ie */
	padding: 5px 5px 5px;/*上　左右　下*/
}



div.tabSet2 div.content{
	display:none;
}

/*tab menu_others*/

/*予約済みtab*/
.indentmenu{
	width: 100%; /*leave this value as is in most cases*/
	
}

.indentmenu ul{
	margin: 0 0 0 0;
	padding: 0;
	float: left;
	/* width: 80%; width of menu*/
	border-left: 1px solid #333333;
	border-top: 1px solid #333333;
	background-color:#000000;
	/*background: black url(indentbg.gif) center center repeat-x;*/
}

.indentmenu ul li{
	display: inline;
	
}

.indentmenu ul li a{
	float: left;
	color:#ffffff;
	padding: 10px 0px; /*tabの幅調整*/
	text-decoration: none;
	border-right: 1px solid #333333;
	background-color:#151515;
}

.indentmenu ul li a:visited{
	color:#ffffff;
}

.indentmenu ul li a.selected{
	color: #ffffff !important;
	padding-top:10px; /*shift text down 1px*/
	background-color:#232323;
	/*background: black url(indentbg2.gif) center center repeat-x;*/
}




/*予約*/
#yoyaku {
	font-weight: bold;
}

#yoyaku .button {
	border-top: 1px solid #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #ccc;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#E2E2E2));
	background: -moz-linear-gradient(top, #fff, #E2E2E2);
	padding: 10px 12px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	/*text-shadow: rgba(0,0,0,.4) 0 1px 0;*/
	color: #808080;
	font-size: 14px;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	text-align: center;
}


#yoyaku .button:hover {
	border-top-color: #ffffff;
	background: #ffffff;
	color: #ccc;
	display: block;
}
#yoyaku .button:active {
	border-top-color: #A1A1A1;
	background: #A1A1A1;
	display: block;
}

/*プロフィールページ*/

/*リクルートページ*/

#rec{
	font-weight: bold;
	float: right;
}
#rec .button {
	border-top: 1px solid #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #ccc;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#E2E2E2));
	background: -moz-linear-gradient(top, #fff, #E2E2E2);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	/*text-shadow: rgba(0,0,0,.4) 0 1px 0;*/
	color: #808080;
	font-size: 12px;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	text-align: center;
	padding: 10px;
	margin: 10px 5px 5px;
	width: 50px;
	float: left;
}
#rec .button:hover {
	border-top-color: #ffffff;
	background: #ffffff;
	color: #ccc;
	display: block;
}
#rec .button:active {
	border-top-color: #A1A1A1;
	background: #A1A1A1;
	display: block;
}

/*リクルートページ*/

/*写メ*/
.message_box2{
	/*width:100%;*/
	/*height:300px;*/
	/*border-bottom:dashed 1px #111;*/
	margin: 5px;
	padding:5px;
	display: block;
	background-color:#2D2D2D;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	/*-webkit-box-shadow: 1px 1px 2px #555;*/
	/*-moz-box-shadow: 1px 1px 2px #555;*/
}

.message_box2_text{
	/*width:100%;*/
	/*height:300px;*/
	/*border-bottom:dashed 1px #111;*/
	margin: 5px;
	padding:5px;
	display: block;
	background-color:#fff;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	/*-webkit-box-shadow: 1px 1px 2px #555;*/
	/*-moz-box-shadow: 1px 1px 2px #555;*/
}

a.message_box2_text{
	color:#333;
	text-decoration:none;
}

a:hover.message_box2_text{
	color:#333;
	text-decoration:none;
	background-color:#ccc;
	
}

a:active.message_box2_text{
	color:#333;
	text-decoration:none;
	background-color:#ccc;
}
/*写メ*/

