@charset "UTF-8";
/*
濃い色:#FF7A7B
薄い色:#de9d8e
*/

*{
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
img { width:100%; border:none; vertical-align:top; }

#main { z-index: 1;}


/*ヘッドメニュー*/
nav {
width:100%;
padding:0 0 0 5px;
height:100px;
/*background:#FB7979;*/
background-image: url("../img/head_sp21_umeda9.png");
border-top:4px solid #FF7A7B; /*サイト色*/
box-shadow: 0 9px 8px -8px #333;
position: fixed;
top: 0px;
left: 0px;
width: 100%;
z-index:10;
}
.title {
 font-size:24px;
 color:#666;
 padding:4px 0;
 float:left;
 }
nav ul {
 display:block;
 color:#FFF;
 font-weight:bold;
}
nav ul li:first-child { float:left; width:105px; padding-top:2px;}
nav ul li:last-child { float:right;position:relative; width:200px;}
nav ul li:last-child a { display:block; float:left; width:160px;}
nav ul li:last-child a img{ margin-top:3px;}
#menuButton {
    display: block;
    width: 42px;
    height:42px;
    position:absolute;
    z-index: 3;
	top:0;
	right:2px;
}
#menuButton span {
    display: block;
    background: #666;
    width: 24px;
    height: 4px;
    position: absolute;
    left: 9px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
#menuButton span:first-child {
    top:10px;
}
#menuButton span:nth-child(2) {
    margin-top: -1px;
    top: 50%;
}
#menuButton span:last-child {
    bottom: 8px;
}
#menuButton.active span:first-child {
    -webkit-transform: translateY(10px) rotate(45deg);
    -moz-transform: translateY(10px) rotate(45deg);
    -ms-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
}
#menuButton.active span:nth-child(2) {
    opacity: 0;
}
#menuButton.active span:last-child {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
}

header{ font-size:7px; background:#FF7A7B; }
header h1 { color:#FFF; padding:3px 0; text-align:center;}

#contents { width:97.6%; margin:5px auto 15px; background:#FFF;
	-moz-border-radius: 8px;    /* Firefox */
	-webkit-border-radius: 8px; /* Safari,Chrome */
	border-radius: 8px;         /* CSS3 */
	-moz-box-shadow: 1px 1px 5px #CCC;
	-webkit-box-shadow: 1px 1px 5px #CCC;
	box-shadow: 1px 1px 5px #CCC;
	padding:10px;
}

.fuei {margin:0 0 10px;text-align:center;font-size:80%; line-height:140%;}

#de9d8eer { }
.f_logo { max-width:170px; margin:0 auto 15px; text-align:center; line-height:150%; font-size:90%; padding-top:15px;}
.f_logo img { margin-bottom:10px;}
.f_logo span { font-size:160%;}

noscript { padding:1px; margin:0;}

/*サイト色*/
.copy{ background:#99E9B7; padding:15px 0 0; font-size:11px; color:#fff; text-align:center; border-top:1px solid #FFF;}

.tabContentsGroup fieldset {border:1px solid #D4D4D4; background:#FFF; margin:10px 0; padding:5px; -moz-border-radius:10px; -webkit-border-radius:10px;}
.tabContentsGroup table { margin:0 5px 10px; width:98%;}
.tabContentsGroup table tr { border-bottom:1px dashed #CCC;}
.tabContentsGroup table tr:first-child  { text-align:center; font-weight:bold;}
.tabContentsGroup table tr:last-child  { border-bottom: none;}
.tabContentsGroup table th,.tabContentsGroup table td { padding:8px; line-height:140%;}
.tabContentsGroup table th { width:65%;}
.tabContentsGroup table td { width:35%;}

/* -------------------------- cast -------------------------- */

.box1 {margin:5px 0 0; padding:5px; text-align:center; border:solid 1px #cccccc; background:#f4f4f4;}

.rank_h3 { text-align:center; margin-bottom:10px; font-size:14px; height:20px; line-height:20px; font-weight:bold;}
.rank {margin:0 auto 20px;}
.rank li { width:50%; float:left; padding:5px;}

/* -------------------------- cast -------------------------- */

.cast1 { margin:0 auto 20px; max-width:340px; }
.cast1 li { float:left; width:50%; padding:5px;text-align:center;line-height:130%;}
.cast1 li span {color:#FC0C96;}
.cast1 li img { height:auto;}

.cast2 { margin:0 auto 20px; max-width:340px; }
.cast2 li { float:left; width:46%; padding:8px; margin:0 5px 10px;
	background-color:#64EAB6; /* トップページ本日のピックアップ */
	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;}
.cast2 li p { height:30px; text-align:left; margin:5px;}
.cast2 li img {border:#FFF 2px solid; padding:1px; margin-bottom:5px;height:auto;}

.cast3 { margin-bottom:15px;}
.cast3 h5 { padding:5px 0;font-size:130%;padding:5px 0; text-align:center;}
.cast3 h5 img { width:auto; vertical-align: middle;}
.cast3 dl { margin-bottom:10px;display:table; width:100%;}
.cast3 dl dt,.cast3 dl dd {width:50%;float:left;display:table-cell; padding:5px;}
.cast3 dl dt {}
.cast3 dl dt img {border:#222222 1px solid; padding:2px;}
.cast3 dl dd {text-align:left; padding-top:20px;}

#prof_table{width: 100%;}
#prof_table th,#prof_table td{padding:5px;border-bottom:dotted 1px #D1D1D1; text-align:left;}
#prof_table th{color:#808080;}
#prof_table td{}
#prof_table td span{color:#808080;font-weight:bold;}

#whats {}
#whats img {width:auto;}
/* -------------------------- menu -------------------------- */

.menu01{
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  border-left: 1px solid #FF7A7B;
}
.menu01 li{
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #FF7A7B;
}
.menu01 li:last-child{
  border-bottom: 1px solid #FF7A7B;
}
.menu01 li a{
  position: relative;
  display: block;
  margin: 0;
  padding: 10px 0 10px 20px;
  /*background: #de9d8e;*/
  background: #F8D0D1;
  color: #333;
  font-weight: bold;
  text-decoration: none;
}
.menu01 li a:before{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #999;
}
.menu01 li a:after{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  /*background: #de9d8e;*/
  background: #F8D0D1;
}
.menu01 h4 { font-weight:bold; font-size:16px; padding:15px 10px;}

/* -------------------------- title -------------------------- */
/*サイト色*/
.title1 { background:#DFF3E6; border-top:2px solid #99E9B7; border-bottom:2px solid #99E9B7; margin-bottom:20px;
padding:7px 0 10px; font-size:120%;
color:#99E9B7; font-weight:bold;

text-align:center; }


/*.title1 {
    font-weight:bold;
    position: relative;
	padding:0 10px;
	height:30px;
	line-height:30px;
    margin:0 22px 15px;
	background:#FD94DC;
	font-size:120%;
	color:#FFF;
text-shadow:
1px 1px 1px rgba(0, 0, 0, 0.6),
-1px -1px 1px rgba(255, 255, 255, 0.5);
text-align:center;

}
.title1:before {
    content: "";
    position: absolute;
    top: 0;
    left:-20px;
    border-width: 15px 10px;
    border-style: solid;
    border-color: #FD94DC;
    border-left-color: transparent;
	z-index:10;
}

.title1:after {
content: "";
position: absolute;
top: 0px;
left: 100%;
border-width: 15px 10px;
border-style: solid;
border-color: #FD94DC;
border-right-color: transparent;
z-index:10;

}*/




.navicon-animated{height:32px;padding:5px;border-radius:2px;position:relative;top:9px}
.navicon-animated span{display:block;width:24px;height:4px;border-radius:1px;position:relative;top:10px;-webkit-transition:-webkit-transform 400ms,all 400ms;transition:-webkit-transform 400ms,all 400ms;background-color:#fff}
.navicon-animated span:before,.navicon-animated span:after{display:block;width:24px;height:4px;border-radius:1px;position:absolute;content:'';-webkit-transition:-webkit-transform 400ms,top 400ms;transition:transform 400ms,top 400ms;background-color:#fff}
.navicon-animated span:before{top:-8px}.navicon-animated span:after{top:8px}html.sb-active-left .sb-toggle-left.navicon-animated span{background-color:transparent;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}
html.sb-active-left .sb-toggle-left.navicon-animated span:before{top:0;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}
html.sb-active-left .sb-toggle-left.navicon-animated span:after{top:0;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}
html.sb-active-right .sb-toggle-right.navicon-animated span{background-color:transparent;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}
html.sb-active-right .sb-toggle-right.navicon-animated span:before{top:0;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}
html.sb-active-right .sb-toggle-right.navicon-animated span:after{top:0;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}

/* -------------------------- butan -------------------------- */

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

#btn01 {
	list-style: none;
	font-size: 16px;
}

#btn01 li {
	text-align: center;
	font-weight: bold;
	text-decoration:none;
	background-color:#AA0307; /*サイト色*/
	border-radius: 8px;
	-webkit-border-radius: 8px;
	margin:5px 3px;
}

#btn01 li a {
	display: block;
	width: 100%;
	padding: 10px 0;
}

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

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

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


/* -------------------------- pagetop -------------------------- */

.sb-site { width:100%;}
.event { margin:0 auto; text-align:center; margin-bottom:5px;}

#event{
	width:100%;
	margin:15px 40px 195px;
	padding: 0;
/*	overfow: hidden;*/

}
#event p{ margin:0; padding:0;}
#event p img{ background: #fff; margin: 0; padding:0;width:100%;}


/* -------------------------- pagetop -------------------------- */

#page-link1 {
	position: fixed;
	bottom: 1px;
	right:1px;

	clear:both;
	z-index:1000;
}

#page-top {
	position: fixed;
	bottom: 10px;
	right:10px;
	font-size: 160%;
	clear:both;
	z-index:1000;
}
#page-top a {
	text-decoration: none;
	color: #FFF;
	width: 60px;
	height:60px;
	line-height:60px;
	text-align: center;
	display: block;
	border-radius: 4px;
	background:#333;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}
#page-top a:hover {
	text-decoration: none;
	background:#F00;
	color:#FFF;
}


/*ボタン*/
/*ボタンの共通要素
------------------------------------------------------------ */
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: 10px 15px;
	background: -moz-linear-gradient(top, #fff, #F1F1F1 1%, #F1F1F1 50%, #DFDFDF 99%, #ccc);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.01, #F1F1F1), color-stop(0.5, #F1F1F1), color-stop(0.99, #DFDFDF), to(#ccc));
	-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, #e1e1e1 1%, #e1e1e1 50%, #cfcfcf 99%, #ccc);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.01, #e1e1e1), color-stop(0.5, #e1e1e1), color-stop(0.99, #cfcfcf), to(#ccc));
}
.prof1 button:active, .prof1 input[type=button]:active,
.prof1 input[type=reset]:active, .prof1 input[type=submit]:active	{
	background: #ccc;
	padding: 6px 20px 4px;
}
/*ボタン*/





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

#ninsyou {
	font-weight: none;
	padding-top: 200px;
	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: 47px;
	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(#ffffff), to(#F6F6F6));
	margin: 0;
	padding: 0px;
	border-bottom: 1px solid #c0c0c0;
	text-align: center;
}

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

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

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

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

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

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


/*ヘッダー*/
/*#logo { width:250px; height:100px; float:left;}*/
/*#logo { width:220px; height:100px; float:left;}*/
/*#logo { width:228px; height:100px; float:left;}*/
#logo { width:228px; height:93px; float:left;}
/*#tel { width:90px; height:90px; float:right;}*/
/*#tel { width:75px; height:99px; float:right;}*/
/*#tel { width:70px; height:99px; float:right;}*/
#tel { width:70px; height:88px; float:right;}
#tel1 { width:5px; height:87px; float:right;}
#tel2 { width:5px; height:87px; float:right;}
/*#menu { width:75px; height:95px; float:right;}*/
/*#menu { width:70px; height:95px; float:right;}*/
#menu { width:70px; height:85px; float:right;}


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


/*フッター*/
##de9d8eer {
	z-index: 3;
	height: 45px;
	right: 0;
	left: 0;
	bottom: 0;
	font-weight: normal;
	background-color: #C8C8C8;
	margin: 0;
	padding: 0px;
	border-bottom: 1px solid #003366;
	text-align: center;
}

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

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

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

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

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

##de9d8eer a:hover{
	color:#808080;
	width: 100%;
	text-decoration:none;
	background-color: #fff;
	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;
}
/*メニュー*/



/*本日のピックアップ*/
.c_message_box{
	width:100px;
	height:140px;
	/*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{
	color:#333;
	text-decoration:none;
	background-color:#E2E2E2;
}

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

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

/*本日のピックアップ*/


/*トップページ*/




/*キャスト一覧 出勤ページ*/
.message_box{
	/*width:100%;*/
	height:100px;
	/*border-bottom:dashed 1px #111;*/
	margin: 5px;
	padding:5px;
	display: block;
	background-color:#fff;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	clear:both;
	/*-webkit-box-shadow: 1px 1px 2px #555;*/
	/*-moz-box-shadow: 1px 1px 2px #555;*/
}


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

a:hover.message_box{
	color:#333;
	text-decoration:none;
	background-color:#DFDEE0;
	
}

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



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


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

a:hover.message_box_3p{
	color:#333;
	text-decoration:none;
	background-color:#DFDEE0;
	
}

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


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

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


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


/*出勤3P*/
.c_message_box_3p{
	width:100px;
	height:325px;
	/*border-bottom:dashed 1px #111;*/
	margin: 1px;
	padding: 5px 1px 0;
	display: block;
	background-color:#E2E2E2;
	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*/



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

/*画像スライド*/
#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:#DFDEE0;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	/*-webkit-box-shadow: 1px 1px 2px #555;*/
	/*-moz-box-shadow: 1px 1px 2px #555;*/
}


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

a:hover.message_box3{
	color:#333;
	text-decoration:none;
	background-color:#fff;
}

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

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

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

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

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

#tabNav1 li a{
	display: block;
	border-left: 1px solid #A1A1A1;
        border-bottom: 1px solid #A1A1A1;
	background: #E2E2E2;
	color: #808080;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	height: 38px;
	line-height:38px;
}

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

div.tabSet1 div.tabContentsGroup{
}

div.tabSet1 div.content{
	border: 1px solid #A1A1A1;
	zoom:1; /* ie */
	padding: 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-left: 1px solid #A1A1A1;
	border-bottom: 1px solid #A1A1A1;
	background: #E2E2E2;
	color: #808080;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	height: 38px;
	padding: 7px 0;
}

ul#tabNav2 li a.on{
	background:#fff;
	border-bottom-color:#A1A1A1;
	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*/




/*予約*/
#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:#eee;
	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:#E2E2E2;
	
}

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

