@charset "UTF-8";

/* 共通
 * ---------------------------------------------------------*/
a:hover, a:active,
input[type="submit"]:hover, input[type="submit"]:active {
	cursor: pointer;
}
img {
	border: medium none;
}
h4.contents-head {
    border-left: 8px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	font-family: "Hiragino Kaku Gothic Pro W6","ヒラギノ角ゴ Pro W6","Osaka","ＭＳ Ｐゴシック";
	font-size: medium;
	font-weight: bold;
	margin: 0 0 14px 0;
	padding: 0 10px;
}
h5.contents-head {
    border-left: 5px solid #CCCCCC;
	/*border-bottom: 2px solid #CCCCCC;*/
	/*font-family: "Hiragino Kaku Gothic Pro W6","ヒラギノ角ゴ Pro W6","Osaka","ＭＳ Ｐゴシック";*/
	/*font-size: medium;*/
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 14px 0;
	padding: 0 10px;
}
.clear {
	clear: both;
	visibility: hidden;
	height: 0;
}
.display-none {
	display: none;
}
/* ログイン
 * ---------------------------------------------------------*/
.login-content {
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 0;
	margin: -180px 0 0 -250px;
}
.login-wrap {
	background: url('img/background_02.jpg') repeat;
	background-color: #fff;
	padding: 15px 15px 15px 25px;
	min-width: 500px;
	border: 1px solid #e3e3e3;
    box-shadow: 0 4px 15px rgba(0,0,0,0.25);
    -moz-box-shadow: 0 4px 15px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0 4px 15px rgba(0,0,0,0.25);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.login-foot {
	text-align: center;
	line-height: 42px;
}
/*header
 * ---------------------------------------------------------*/
#header {
	/*background: url("img/background_40.jpg") no-repeat;*/
	background-color: #000000;
	width: 100%;
}
#header-table {
	background: url("img/background_40.jpg") no-repeat left top;
	width: 1050px;
	height: 80px;/*105px;*/
	margin: 0 auto 0 auto;
}
.header-login {
	width: 428px;
	float: right;
	margin: 0;
	padding: 0;
}
.header-login-head {
	background: url("img/background_06.jpg") no-repeat;
	height: 45px;
	line-height: 45px;
}
.header-login-accounts {
	display: inline-block;
	text-align: right;
	width: 180px;
}
.header-login-password {
	display: inline-block;
	text-align: right;
	width: 140px;
}
.header-login-submit {
	display: inline-block;
	width: 80px;
	float: right;
}
.header-login-submit input {
	background: url("img/icon_004.jpg") no-repeat left top;
	border: 0;
	width: 80px;
	height: 45px;
}
.header-login-submit input:hover {
	background: url("img/icon_004s.jpg") no-repeat;
	cursor: pointer;
}
.header-login-foot {
	height: 30px;
	line-height: 20px;
	float: right;
	color: #808080;
}
/* navi
 * ---------------------------------------------------------*/
/*#navi {
	width: 940px;
}*/
.navi ul {
	margin: 0;
	padding: 3px 0 0 10px;
	text-align: left;
}
.navi ul li {
	list-style-type: none;
	display: inline;
	float: left;
}
.navi ul li a {
	display: block;
	text-decoration: none;
	width: 121px;
	height: 28px;
	text-indent: -9999px;
}
.navi #menu_01 {
	background: url("img/menu_01.jpg") no-repeat;
}
.navi #menu_01:hover {
	background: url("img/menu_01s.jpg") no-repeat;
}
.navi .active #menu_01 {
	background: url("img/menu_01ss.jpg") no-repeat;
}
.navi #menu_02 {
	background: url("img/menu_02.jpg") no-repeat;
}
.navi #menu_02:hover {
	background: url("img/menu_02s.jpg") no-repeat;
}
.navi .active #menu_02 {
	background: url("img/menu_02ss.jpg") no-repeat;
}
.navi #menu_03 {
	background: url("img/menu_03.jpg") no-repeat;
}
.navi #menu_03:hover {
	background: url("img/menu_03s.jpg") no-repeat;
}
.navi .active #menu_03 {
	background: url("img/menu_03ss.jpg") no-repeat;
}
.navi #menu_04 {
	background: url("img/menu_04.jpg") no-repeat;
}
.navi #menu_04:hover {
	background: url("img/menu_04s.jpg") no-repeat;
}
.navi .active #menu_04 {
	background: url("img/menu_04ss.jpg") no-repeat;
}
.navi #menu_05 {
	background: url("img/menu_05.jpg") no-repeat;
}
.navi #menu_05:hover {
	background: url("img/menu_05s.jpg") no-repeat;
}
.navi .active #menu_05 {
	background: url("img/menu_05ss.jpg") no-repeat;
}
.navi #menu_06 {
	background: url("img/menu_06.jpg") no-repeat;
}
.navi #menu_06:hover {
	background: url("img/menu_06s.jpg") no-repeat;
}
.navi .active #menu_06 {
	background: url("img/menu_06ss.jpg") no-repeat;
}
.navi #menu_07 {
	background: url("img/menu_07.jpg") no-repeat;
}
.navi #menu_07:hover {
	background: url("img/menu_07s.jpg") no-repeat;
}
.navi .active #menu_07 {
	background: url("img/menu_07ss.jpg") no-repeat;
}
.navi .navi-imgs {
	width: 121px;
	height: 28px;
	border: 0;
}
/* content
 * ---------------------------------------------------------*/
#content {
	width: 100%;
	background-color: #ffffff;
}
#content-table {
	width: 1050px;
}
#content-table .content-head {
	width: 970px;
	height: 14px;
	margin: 0;
	padding: 0;
}
#content-table .content-tail {
	/*height: 32px;*/
	height: 0;
	margin: 0;
	padding: 0;
}
#content-table .content-body {
	padding: 0 0 14px 0;
}
#content-table .content-body #content {
	width: 1050px;
}
#content-table .content-tail #scroll-top {
	background: url("img/icon_013.jpg") no-repeat;
	display: block;
	float: right;
	width: 150px;
	height: 40px;
	margin: -50px 3px 0 0;
	text-decoration: none;
	text-indent: -9999px;
}
#content-table .content-tail #scroll-top:hover {
	background: url("img/icon_013s.jpg") no-repeat;
}
/* top page
 * ---------------------------------------------------------*/
.top {
	background-color: #f5f6f7;
	width: 1050px;
	vertical-align: top;
}
#top-table {
	width: 100%;
	/*height: 500px;*/
}
.top-head {
	background: url("img/background_01.png") no-repeat scroll center bottom;
	width: 100%;
	height: 300px;
	text-align: center;
}
.top-menu {
	background: url("img/background_02.jpg") no-repeat scroll center top;
	width: 100%;
	height: 154px;
}
.top-menu ul {
	width: 100%;
	/*height: 140px;*/
	margin: -14px 0 0 0;
	padding: 0 0 0 10px;
}
.top-menu ul li {
	list-style: none;
	float: left;
}
.foot-menu-01 {
	background: url("img/menu_01.jpg") no-repeat;
	display: block;
	width: 207px;
	height: 94px;
	text-indent: -9999px;
}
.foot-menu-01:hover {
	background: url("img/menu_01s.jpg") no-repeat;
}
.foot-menu-02 {
	background: url("img/menu_02.jpg") no-repeat;
	display: block;
	width: 205px;
	height: 94px;
	text-indent: -9999px;
}
.foot-menu-02:hover {
	background: url("img/menu_02s.jpg") no-repeat;
}
.foot-menu-03 {
	background: url("img/menu_03.jpg") no-repeat;
	display: block;
	width: 206px;
	height: 94px;
	text-indent: -9999px;
}
.foot-menu-03:hover {
	background: url("img/menu_03s.jpg") no-repeat;
}
.foot-menu-04 {
	background: url("img/menu_04.jpg") no-repeat;
	display: block;
	width: 206px;
	height: 94px;
	text-indent: -9999px;
}
.foot-menu-04:hover {
	background: url("img/menu_04s.jpg") no-repeat;
}
.foot-menu-05 {
	background: url("img/menu_05.jpg") no-repeat;
	display: block;
	width: 206px;
	height: 94px;
	text-indent: -9999px;
}
.foot-menu-05:hover {
	background: url("img/menu_05s.jpg") no-repeat;
}
.foot-icon-001 {
	background: url("img/icon_001.jpg") no-repeat;
	display: block;
	width: 170px;
	height: 18px;
	text-indent: -9999px;
}
.foot-icon-001:hover {
	background: url("img/icon_001s.jpg") no-repeat;
}
.foot-icon-002 {
	background: url("img/icon_002.jpg") no-repeat;
	display: block;
	width: 150px;
	height: 18px;
	text-indent: -9999px;
	margin: 0 0 0 10px;
}
.foot-icon-002:hover {
	background: url("img/icon_002s.jpg") no-repeat;
}
.top-foot {
	background: url("img/background_09.jpg") no-repeat scroll center top;
	width: 100%;
	height: 20px;
}
/* content main
 * ---------------------------------------------------------*/
.main {
	vertical-align: top;
}
.main-head {
	background: url("img/sample_04.jpg") no-repeat;
	width: 780px;
	height: 142px;
}
.main-navi {
	width: 100%;
	height: 33px;
	padding: 0pt 14px;
	line-height: 18px;
	text-align: right;
}
.main-navi .main-navi-arrow {
	background: url("img/icon_012.jpg") no-repeat left center;
	display: inline-block;
	width: 13px;
	height: 10px;
}
.main-box {
	margin: 0;
	padding: 0;
}
#main-box-table {
	width: 100%;
	margin: 0 0 50px 0;
}
#main-box-table .main-box-head {
	background: url("img/background_12.jpg") no-repeat;
	width: 782px;
	height: 17px;
}
#main-box-table .main-box-title {
	background: url("img/background_12s.jpg") repeat-y;
	width: 782px;
}
#main-box-table .main-box-title .main-title {
	background: url("img/title_01.jpg") no-repeat scroll center center;
	width: 100%;
	height: 28px;
	line-height: 24px;
}
#main-box-table .main-box-title .main-title .style17 {
	margin: 0 0 0 25px;
}
#main-box-table .main-box-notes {
	background: url("img/background_12s.jpg") repeat-y;
	width: 100%;
}
#main-box-table .main-box-notes .main-box-notes-outer {
	border: 1px solid rgb(228, 228, 228);
	width: 722px;
	margin: 0 auto;
	padding: 1px;
}
#main-box-table .main-box-notes .main-box-notes-inner {
	border: 8px solid rgb(228, 228, 228);
	width: 670px;
	min-height: 20px;
	margin: 0 auto;
	padding: 18px;
	line-height: 20px;
}
#main-box-table .main-box-notes .main-box-agree-inner {
	border: 8px solid rgb(228, 228, 228);
	width: 670px;
	height: 200px;
	margin: 0 auto;
	padding: 18px;
	line-height: 20px;
	overflow: auto;
}
#main-box-table .main-box-form {
	background: url("img/background_12s.jpg") repeat-y;
	width: 100%;
}
#main-box-table .main-box-post {
	background: url("img/background_12s.jpg") repeat-y;
	width: 100%;
}
#main-box-table p {
	display: inline;
}
table.row-table-01 {
	/*width: 722px;*/
	width: 700px;
	margin: 0 auto;
}
table.row-table-01 th {
	background: url("img/icon_007.jpg") no-repeat scroll left center;
	text-align: left;
	padding: 10px 0 10px 20px;
	font-weight: normal;
}
table.row-table-01 td {
	text-align: left;
	font-weight: normal;
	padding: 5px 0;
	line-height: 15px;
}
table.row-table-01 td ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
table.row-table-01 td li {
	margin: 0;
	padding: 0;
}
table.row-table-01 td input {
	margin: 4px 5px 4px 0;
}
table.row-table-02 {
	width: 722px;
	margin: 10px auto 0 auto;
}
table.row-table-02 td {
	padding: 0;
	line-height: 26px;
}
table.row-table-02 td .post-body {
	line-height: 16px;
	color: #000;
}
table.row-table-02 .more {
	float: right;
	margin: -2px 10px -10px 0;
}
table.row-table-04 {
	width: 184px;
}
/** 今すぐ会える女性 **/
table.row-table-04 .status-01 {
	background: url("img/status_01.gif") no-repeat left top;
	width: 184px;
	height: 34px;
}
/** 2時間以降に会える女性 **/
table.row-table-04 .status-02 {
	background: url("img/status_02.gif") no-repeat left top;
	width: 184px;
	height: 34px;
}
/** 明日以降に会える女性 **/
table.row-table-04 .status-03 {
	background: url("img/status_03.gif") no-repeat left top;
	width: 184px;
	height: 34px;
}
/** 明日まで予約済み **/
table.row-table-04 .status-04 {
	background: url("img/status_04.gif") no-repeat left top;
	width: 184px;
	height: 34px;
}
table.row-table-04 .status-05 {
	background: url("img/status_05.gif") no-repeat left top;
	width: 184px;
	height: 34px;
}
table.row-table-04 .list-pict {
	background: url("img/background_17s.jpg") repeat-y left top;
	width: 184px;
	height: 206px;
	text-align: center;
}
table.row-table-04 .list-name {
	background: url("img/background_17ss.jpg") repeat-y center;
	width: 184px;
	height: 44px;
	line-height: 17px;
	text-align: center;
	vertical-align:middle;
}
table.row-table-04 .list-name a {
	color:#06c;
}
table.row-table-04 .list-name a:hover {
	color:#00FFFF;
}
table.row-table-04 .list-icon {
	background: url("img/background_17sss.jpg") repeat-y center;
	width: 184px;
	height: 29px;
	text-align: center;
	line-height: 17px;
}
table.row-table-04 .list-icon-inner {
	margin: 5px 0 0 0;
	height: 22px;
}
table.row-table-04 .list-tail {
	background: url("img/background_17ssss.jpg") no-repeat top;
	width: 184px;
	height: 3px;
}
table.row-table-05 {
	width: 490px;
}
table.row-table-05 td {
	white-space: nowrap;
}
table.row-table-05 .row-05-head {
	height: 65px;
}
table.row-table-05 .row-05-inner-head {
	/*display: inline-block;*/
	background: url("img/background_32s.jpg") no-repeat top;
	width: 490px;
	height: 5px;
}
table.row-table-05 .row-05-inner-body {
	background: url("img/background_32ss.jpg") repeat-y center;
	padding: 6px 0pt 5px; 
	line-height: 22px;
}
table.row-table-05 .row-05-inner-body td {
	color:#000;
}
table.row-table-05 .row-05-inner-foot {
	/*display: inline-block;*/
	background: url("img/background_32sss.jpg") no-repeat center;
	width: 490px;
	height: 7px;
}
table.row-table-05 .row-05-foot {
	/*display: inline-block;*/
	background: url("img/background_32ssss.jpg") no-repeat center;
	width: 490px;
	height: 10px;
}
table.row-table-05 .freehikari {
	background: url("img/freehikari_rogo.png") no-repeat left center;
	height: 46px;
	padding:14px 0 0 65px;
	
}
.section {
	margin: 20px 0 10px 58px;
	font-weight: bold;
}
.auth-captcha-image {
    border: 1px solid #e4e4e4;
	display: block;
	float: left;
	margin-right: 10px;
	vertical-align: top;
}
.line {
	background: url("img/space_02.png") repeat center;
	width: 100%;
	height: 1px;
	/*margin: 0 auto 14px auto;*/
	margin: 13px 0;
}
.submit {
    text-align: center;
	/*margin: 14px;*/
}
.submit .MessageSubmit {
	background: url("img/icon_029.jpg") no-repeat;
	border: 0;
	width: 298px;
	height: 58px;
	text-indent: -9999px;
}
.submit .MessageSubmit:hover {
	background: url("img/icon_029s.jpg") no-repeat;
}
.submit .MessageSubmit:active {
	background: url("img/icon_029ss.jpg") no-repeat;
}
.policylink {
	width: 100%;
	height: 30px;
	margin: 0 0 14px 0;
	line-height: 30px;
}
.pagination {
	width: 100%;
	margin: 20px auto 0 auto;
	text-align: center;
}
.pagination .current {
	background-color: #EFEFEF;
}
.pagination .number,
.pagination .prev,
.pagination .next,
.pagination .current {
	border: 1px solid #E2E2E2;
	margin: 0 2px;
	padding: 5px 8px;
}
.pagination a:hover {
	background-color: #000000;
	color: #ffffff;
	text-decoration: none;
}
.pagination .disabled {
	display: none;
}
.meta {
	text-align: right;
	clear:both;
}
#contentsNavi {
	width: 100%;
	margin: 5px auto 20px auto;
	text-align: center;
}
#main-box-table .main-box-fill {
	background: url("img/background_12s.jpg") repeat-y;
	width: 100%;
	max-height: 18px;
	padding: 16px 0 2px 0;
}
#main-box-table .main-box-foot {
	background: url("img/background_12ss.jpg") no-repeat;
	width: 782px;
	height: 3px;
}
.main-body {
	background: url("img/background_03s.jpg") repeat-y;
	width: 940px;
}
.main-foot {
	background: url("img/background_03ss.jpg") no-repeat;
	width: 940px;
	height: 6px;
}
#main-prof-table {
	width: 736px;
}
#main-prof-table .main-prof-left {
	width: 360px;
	vertical-align: top;
}
#prof-left-table {
	width: 360px;
}
#prof-left-table .prof-left-img {
	background-color: #e0e0e0;
	height: 472px;
	text-align: center;
	vertical-align: bottom;
}
#prof-left-table .prof-left-toe {
	background-color: #e0e0e0;
}
#prof-left-table .prof-left-fill {
	padding: 7px 0;
}
#prof-left-table .prof-delivable-title {
	border: 1px solid #1d1d1d;
	padding: 1px;
}
#prof-left-table .prof-delivable-title .inner {
	padding: 2px 0 1px 8px;
	background: #1d1d1d;
}
#prof-left-table .prof-delivable-title .inner strong {
	color: #fa7f11;
	font-weight: bold;
}
#prof-left-table .prof-delivable-title .inner span {
	color: #ffff78;
	font-weight: bold;
}
#prof-delivable-table {
	border: 1px solid #cccccc;
	width: 360px;
	margin: auto 0;
}
#prof-delivable-table .prof-delivable-title {
	background-color: #f3f3f3;
	width: 313px;
	height: 26px;
	padding: 0pt 0pt 0pt 10px;
}
#prof-delivable-table .prof-delivable-value {
	background: url("img/background_03.jpg") repeat;
	background-color: #eaeaea;
	width: 38px;
	height: 26px;
	padding: 10px 20px;
	text-align: center;
}
#prof-delivable-table .prof-delivable-name {
	background-color: #f7ffff;
	border: 1px solid #999999;
	color:#333;
	display: inline-block;
	float: left;
	min-width: 130px;
	/*height: 20px;*/
	margin: 5px;
	padding: 5px;
	text-align: center;
    -webkit-box-shadow: 0 10px 6px -6px #666;
       -moz-box-shadow: 0 10px 6px -6px #666;
            box-shadow: 0 10px 6px -6px #666;
}
#prof-info-table {
	width: 360px;
	margin: auto 0;
}
#prof-info-table .prof-info-head {
	background: url("img/background_29.jpg") no-repeat;
	width: 360px;
	height: 6px;
}
#prof-info-table .prof-info-body {
	background: url("img/background_29s.jpg") repeat-y;
	min-height: 420px; /*600px;*/
	vertical-align: top;
	padding: 10px 18px; 
	line-height: 18px;
}
#prof-info-table .prof-info-foot {
	background: url("img/background_29ss.jpg") no-repeat;
	width: 360px;
	height: 6px;
}
#main-prof-table .main-prof-right {
	vertical-align: top;
}
#main-prof-table #prof-tab-area {
	min-height: 400px; /*580px;*/
	margin: 0;
	overflow: auto;
	padding: 0;
	width: 324px;
}
#main-prof-table #BlogTab {
	background: url("img/icon_023.jpg") no-repeat;
	background-position: 0% 0px;
	display: block;
	float: left;
	width: 117px;
	height: 29px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}
#main-prof-table #BlogTab:hover {
	background-position: 0% -29px;
}
#main-prof-table #BlogTab.active {
	background-position: 0% -58px;
}
#main-prof-table #OptionFreeTab {
	background: url("img/icon_024.jpg") no-repeat;
	background-position: 0% 0px;
	display: block;
	float: left;
	width: 117px;
	height: 29px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}
#main-prof-table #OptionFreeTab:hover {
	background-position: 0% -29px;
}
#main-prof-table #OptionFreeTab.active {
	background-position: 0% -58px;
}
#main-prof-table #OptionPayTab {
	background: url("img/icon_025.jpg") no-repeat;
	background-position: 0% 0px;
	display: block;
	float: left;
	width: 116px;
	height: 29px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}
#main-prof-table #OptionPayTab:hover {
	background-position: 0% -29px;
}
#main-prof-table #OptionPayTab.active {
	background-position: 0% -58px;
}
#prof-right-table {
	width: 367px;
}
#prof-right-table table {
	margin: 0 auto;
}
#prof-right-table .prof-right-name {
	background: url("img/background_19.png") no-repeat;
	height: 46px;
	padding: 9px 0px 0px 35px;
	vertical-align: top;
}
#prof-right-table .prof-right-name strong {
	color: #000;
	font-weight: normal;
	font-size: 16px;
}
#prof-right-table .prof-right-fill {
	height: 14px;
	background: url("img/background_26.jpg") repeat-y;
}
#prof-right-table .prof-right-foot {
	background: url("img/background_23.jpg") repeat;
	width: 367px;
	height: 9px;
}
#prof-right-table .prof-list-head {
	width: 367px;
	height: 5px;
}
#prof-right-table .prof-list-body {
	padding: 6px 0 5px 0;
}
#prof-right-table .prof-list-foot {
	width: 367px;
	height: 7px;
}
#prof-right-table .prof-list-tail {
	width: 367px;
	height: 10px;
}
#prof-list-table {
	width: 347px;
	color:#4d4d4d;
	font-size: 13px;
	line-height: 14px;
	/*margin: 0 auto;*/
}
#prof-list-table .prof-list-line {
	background: url("img/space_01.gif") repeat-x;
	width: 2px;
	height: 7px;
}
#prof-right-table .prof-self-title {
	background: url("img/background_20.png") repeat-x;
	height: 50px;
	padding: 0pt 0pt 0pt 45px;
}
#prof-right-table .prof-self-title strong {
	color: #fff;
	font-size: 14px;
}
#prof-right-table .prof-self-value {
	padding: 10px 13px; 
	line-height: 18px;
}
#prof-right-table .prof-shop-title {
	background: url("img/background_21.png") repeat-x;
	height: 50px;
	padding: 0pt 0pt 0pt 45px;
}
#prof-right-table .prof-shop-value {
	padding: 10px 13px; 
	line-height: 18px;
}
#prof-right-table .prof-reserve-head {
	background: url("img/background_22.jpg") no-repeat;
	width: 367px;
	height: 12px;
}
#prof-right-table .prof-reserve-title {
	background: url("img/background_28.jpg") repeat left bottom;
	height: 48px;
	padding: 0pt 0pt 0pt 53px;
}
#prof-right-table .prof-reserve-title strong {
	color: #4a7a49;
}
#prof-right-table .prof-reserve-title span {
	color: #666;
}
#prof-right-table .prof-reserve-info {
	background: url("img/background_26.jpg") repeat-y;
	height: 30px;
	padding: 10px 0pt 10px 13px; 
	line-height: 18px;
	color:#000;
}
#prof-right-table #reserve-info-datetime {

}
#reserve-info-datetime span {
	display: inline-block;
	border-left: 2px solid #FF99CC;
	line-height: 12px;
	margin-left: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
}
#prof-right-table .prof-reserve-body {
	background: url("img/background_26.jpg") repeat-y;
}
#prof-right-table .prof-reserve-foot {
	background: url("img/background_26.jpg") repeat-y;
	height: 30px;
	padding: 0pt 0pt 0pt 13px;
	color:#000;
}
#prof-reserve-table {
	border: 1px solid #AAAAAA;
	background-color:#999;
	/*margin: auto 0;*/
}
#prof-reserve-table .prof-reserve-hour {
	background: url("img/background_25.jpg") repeat;
	height: 20px;
}
#prof-reserve-table .prof-reserve-time {
	width: 13px;
	height: 22px;
}
#reserve-time-today {
	background: url("img/icon_0181.png") no-repeat;
	display: inline-block;
	width: 81px;
	height: 31px;
	text-indent: -9999px;
}
#reserve-time-today:hover {
	background-position: 0% -31px;
}
#reserve-time-tomorrow {
	background: url("img/icon_0182.png") no-repeat;
	display: inline-block;
	width: 81px;
	height: 31px;
	text-indent: -9999px;
}
#reserve-time-tomorrow:hover {
	background-position: 0% -31px;
}
#reserve-time-twodays {
	background: url("img/icon_0183.png") no-repeat;
	display: inline-block;
	width: 81px;
	height: 31px;
	text-indent: -9999px;
}
#reserve-time-twodays:hover {
	background-position: 0% -31px;
}
#reserve-time-threedays {
	background: url("img/icon_0184.png") no-repeat;
	display: inline-block;
	width: 81px;
	height: 31px;
	text-indent: -9999px;
}
#reserve-time-threedays:hover {
	background-position: 0% -31px;
}
#prof-right-table .prof-schedule-title {
	background: url("img/background_27.jpg") no-repeat;
	height: 45px;
	padding: 15px 0px 0px 53px;
	vertical-align: top;
}
#prof-right-table .prof-schedule-title strong {
	color: #4a7a49;
}
#prof-right-table .prof-schedule-title span {
	color: #666;
}
#prof-right-table .prof-schedule-body {
	background: url("img/background_26.jpg") repeat-y;
}
#prof-schedule-table {
	border: 1px solid #AAAAAA;
	background-color:#555555;
	width: 339px;
	/*margin: auto 0;*/
}
#prof-schedule-table .prof-schedule-date {
	background: url("img/background_25.jpg") repeat;
	background-color: #333333;
	width: 120px;
	height: 26px;
}
#prof-schedule-table .prof-schedule-time {
	background-color: #CCCCCC;
	width: 214px;
	height: 26px;
	color:#333333;
}
#prof-submit-outer {
	border: 1px solid #e4e4e4;
	width: 96%;
	/*margin: auto 0;*/
}
#prof-submit-outer .prof-submit-frame {
	background: url("img/background_03.jpg") repeat;
}
#prof-submit-inner {
	background-color: #fff;
	width: 100%;
	/*margin: 0 auto;*/
}
#prof-submit-inner .prof-submit-reserve {
	height: 65px;
	vertical-align: middle;
	/*padding: 0 0 5px 0;*/
}
#prof-submit-inner .prof-submit-reserve strong {
	display: block;
	margin: 6px 0;
}
#prof-submit-inner .ReserveSubmit {
	background: url("img/icon_026.jpg") no-repeat;
	background-position: 0% 0px;
	border: 0px;
	width: 297px;
	height: 56px;
	text-indent: -9999px;
}
#prof-submit-inner .ReserveSubmit:hover {
	/*background: url("img/icon_026s.jpg") no-repeat;*/
	background-position: 0% -56px;
}
#prof-submit-inner .ReserveSubmit:active {
	opacity: 0.5;
}
#prof-submit-inner .prof-submit-regist {
	height: 65px;
	vertical-align: top;
}
.RegistSubmit {
	background: url("img/icon_027.jpg") no-repeat;
	border: 0px;
	width: 297px;
	height: 56px;
	text-indent: -9999px;
}
.RegistSubmit:hover {
	background: url("img/icon_027s.jpg") no-repeat;
}
#addConditionsButton:hover, #addConditionsButton:active {
	cursor: pointer;
}
#addConditionsButton .plus {
	background: url("img/btn_plus_minus.jpg") no-repeat center;
	background-position: 0% 0px;
	display: inline-block;
	width: 96px;
	height: 21px;
	line-height: 21px;
	padding: 0 0 0 24px;
	color: #0000ff;
}
#addConditionsButton .plus:active {
	background-position: 0% -21px;
}
#addConditionsButton .minus {
	background: url("img/btn_plus_minus.jpg") no-repeat center;
	background-position: 0% -42px;
	display: inline-block;
	width: 96px;
	height: 21px;
	line-height: 21px;
	padding: 0 0 0 24px;
	color: #ff4500;
}
#addConditionsButton .minus:active {
	background-position: 0% -63px;
}
/* content side
 * ---------------------------------------------------------*/
.side {
	vertical-align: top;
	width: 267px;
}
#side-table {
	width: 252px;
}
.side-menu {
	margin: 0;
	padding: 0;
}
.side-menu-06 {
	background: url("img/menu_06.jpg") no-repeat;
	background-position: 0% 0px;
	display: block;
	width: 252px;
	height: 80px;
	text-indent: -9999px;
}
.side-menu-06:hover {
	/*background: url("img/menu_06s.jpg") no-repeat;*/
	background-position: 0% -80px;
}
.side-menu-07 {
	background: url("img/menu_07.jpg") no-repeat;
	background-position: 0% 0px;
	display: block;
	width: 252px;
	height: 79px;
	text-indent: -9999px;
}
.side-menu-07:hover {
	/*background: url("img/menu_07s.jpg") no-repeat;*/
	background-position: 0% -79px;
}
.side-menu-08 {
	background: url("img/menu_08.jpg") no-repeat;
	background-position: 0% 0px;
	display: block;
	width: 252px;
	height: 83px;
	text-indent: -9999px;
}
.side-menu-08:hover {
	/*background: url("img/menu_08s.jpg") no-repeat;*/
	background-position: 0% -83px;
}
.side-menu-reg {
	background: url("img/icon_028.jpg") no-repeat;
	background-position: 0% 0px;
	display: block;
	width: 252px;
	height: 81px;
	text-indent: -9999px;
	margin: 14px 0 0 0;
}
.side-menu-reg:hover {
	/*background: url("img/icon_028s.jpg") no-repeat;*/
	background-position: 0% -81px;
}
.side-list {
	margin: 0;
	/*padding: 4px 0 14px 0;*/
	/*padding: 2px 0 14px 0;*/
	padding: 2px 0;
}
#side-list-table {
	width: 100%;
}
.side-list-top {
	background: url("img/icon_006.jpg") no-repeat;
	width: 186px;
	height: 34px;
}
.member-list-top {
	background: url("img/icon_035.jpg") no-repeat;
	width: 186px;
	height: 34px;
}
.side-list-head {
	background: url("img/background_13.jpg") no-repeat;
	width: 252px;
	height: 7px;
}
.side-list-body {
	background: url("img/background_13s.jpg") repeat-y scroll center;
	width: 84%;
	margin: 5px;
}
.side-list-ul {
	list-style: none;
	padding: 0 0 0 25px;
}
.side-list-li {
	padding: 2.5px 0 2.5px 0;
}
.side-list-line {
	background: url("img/space_01.jpg") repeat-x scroll center center;
	width: 200px;
	height: 7px;
}
.side-list-foot {
	background: url("img/background_13ss.jpg") no-repeat;
	width: 252px;
	height: 6px;
}
.side-ktai {
	margin: 0;
	padding: 4px 0 14px 0;
}
.side-ktai-info {
	background: url("img/title_02.jpg") no-repeat scroll center;
	margin: 10px 0 0 0;
	padding: 0 0 0 10px;
	width: auto;
	height: 28px;
	line-height: 28px;
}
.side-ktai-desc {
	padding:10px 14px 10px 14px;
	line-height:18px;
}
.side-ktai-box {
	width: 100%;
	margin-bottom: 15px;
}
#side-ktai-box-table {
	width: 240px;
	margin: 0 auto;
}
.side-ktai-box-head {
	background: url("img/background_15.jpg") no-repeat scroll center;
	width: 240px;
	height: 13px;
}
.side-ktai-box-body {
	background: url("img/background_15s.jpg") repeat-y scroll center;
	width: 240px;
	/*margin: 5px;*/
}
.side-ktai-box-foot {
	background: url("img/background_15ss.jpg") no-repeat scroll center;
	width: 240px;
	height: 4px;
}
.side-ktai-form {
	background: url("img/icon_009.jpg") no-repeat scroll center top;
	width: 100%;
	height: 60px;
	margin: 5px auto;
	padding: 28px 0 12px 0;
	text-align: center;
}
.side-ktai-input {
	line-height: 18px;
	margin: 3px auto;
}
.side-ktai-qr1 {
	background: url("img/icon_010.jpg") no-repeat scroll center top;
	width: 100%;
	margin: 5px auto;
	padding: 28px 0 0 0;
	text-align: center;
}
.side-ktai-qr2 {
	/*background: url("img/qr_01.jpg") no-repeat scroll center;*/
	background: url("img/qr_01.gif") no-repeat scroll center;
	width: 100%;
	height: 91px;
	margin: 0 0 18px 0;
}
.member-list-name {
	/*
	background: url("img/icon_004.png") no-repeat scroll left;
	padding: 0 0 0 20px;
	*/
	background: url("img/icon_004.png") no-repeat scroll left;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	padding: 0 0 0 20px;
}
/* guide
 * ---------------------------------------------------------*/
#guide-title {
	background: url("img/guide_title.png") no-repeat scroll center;
	width: 407px;
	height: 48px;
}
#guide-01 {
	background: url("img/guide_01.gif") no-repeat scroll center;
	width: 672px;
	height: 80px;
}
#guide-02 {
	background: url("img/guide_02.gif") no-repeat scroll center;
	width: 672px;
	height: 80px;
}
#guide-03 {
	background: url("img/guide_03.gif") no-repeat scroll center;
	width: 672px;
	height: 80px;
}
#guide-04 {
	background: url("img/guide_04.gif") no-repeat scroll center;
	width: 672px;
	height: 80px;
}
#guide-05 {
	background: url("img/guide_05.gif") no-repeat scroll center;
	width: 672px;
	height: 80px;
}
#guide-06 {
	background: url("img/guide_06.jpg") no-repeat scroll center;
	width: 490px;
	height: 65px;
}
#guide-07 {
	background: url("img/guide_07.jpg") no-repeat scroll center;
	width: 490px;
	height: 65px;
}
#guide-08 {
	background: url("img/guide_08.jpg") no-repeat scroll center;
	width: 490px;
	height: 65px;
}
#guide-09 {
	background: url("img/guide_09.jpg") no-repeat scroll center;
	width: 490px;
	height: 65px;
}
#guide-10 {
	background: url("img/guide_10.jpg") no-repeat scroll center;
	width: 490px;
	height: 65px;
}
/* tailer
 * ---------------------------------------------------------*/
#footer {
	width: 100%;
	background-color: #000000;
	margin: -10px 0 0 0;
}
#footer-table {
	width: 1030px;
	height: 105px;
	margin: 0 auto;
	border-spacing: 0 30px;
}
#footer-table ul {
	margin: 0;
	padding: 2px 0 0 0;
	text-align: left;
}
#footer-table ul li {
	list-style-type: none;
	display: inline;
	/*float: left;*/
	line-height: 18px;
}
#footer-table {
	color: #4D4D4D;
}
/* remind
 * ---------------------------------------------------------*/
.popup {
	background-color: #ffffff;
}
.popup-small {
	margin: 0;
	padding: 0;
}
.popup-small .popup-small-fill {
	/*background: url("img/background_12.jpg") no-repeat;*/
	width: 100%;
	height: 5px;
}
.popup-small .popup-small-title {
	/*background: url("img/background_12s.jpg") repeat-y;*/
	width: 100%;
}
.popup-small .popup-small-title .popup-title {
	background: url("img/title_04.jpg") no-repeat scroll center center;
	width: 100%;
	height: 28px;
	line-height: 24px;
}
.popup-small .popup-small-title .popup-title .style17 {
	margin: 0 0 0 20px;
}
.popup-small .popup-small-notes {
	/*background: url("img/background_12s.jpg") repeat-y;*/
	width: 100%;
}
.popup-small .popup-small-notes .popup-small-notes-outer {
	border: 1px solid rgb(228, 228, 228);
	width: 358px;
	margin: 0 auto;
	padding: 1px;
}
.popup-small .popup-small-notes .popup-small-notes-inner {
	border: 8px solid rgb(228, 228, 228);
	width: 306px;
	min-height: 60px;
	margin: 0 auto;
	padding: 18px;
	line-height: 20px;
}
.popup-small .popup-small-form {
	/*background: url("img/background_12s.jpg") repeat-y;*/
	width: 100%;
	text-align: center;
}
.popup-small p {
	display: inline;
}
/* message
 * ---------------------------------------------------------*/
#flashMessage {
	/*background-color: #ffe5e5;
    border: 1px solid #CC3300;
	color: #CC3300;
	/*width: 678px;*/
	line-height: 14px;
    font-weight: bold;
	margin: 0 auto;
	padding: 5px 20px;*/
    /*margin: 15px auto !important;*/
    /*padding: 10px 20px;*/
	margin: 0 auto;
}
.flashInform {
    background: url("img/info.png") no-repeat scroll 10px center #FFFFFF;
	border: 5px solid #CCCCCC;
	/*width: 678px;*/
	color: #333333;
	font-weight: bold;
	/*margin: 0px 24px 5px 24px;*/
	margin: 0px 0 5px 0;
	padding: 10px 10px 10px 36px;
	font-size:12px;
}
.flashInformPopup {
    background: url("img/info.png") no-repeat scroll 10px center #FFFFFF;
	border: 5px solid #CCCCCC;
	/*width: 660px;*/
	color: #888888;
	font-weight: bold;
	/*margin: 0px 24px 5px 24px;*/
	margin: 0px 0 5px 0;
	padding: 5px 5px 5px 36px;
}
.flashNotice {
    background: url("img/notice.png") no-repeat scroll 10px center #D0EAAE;
	border: 5px solid #8BC045;
	width: 660px;
	color: #496E16;
	font-weight: bold;
	/*margin: 0px 24px 5px 24px;*/
	margin: 0px 0 5px 0;
	padding: 10px 10px 10px 36px;
	/*margin: -28px auto 2px 0;*/
	/*margin: 0 auto !important;*/
	/*padding: 4px 10px 3px 36px;*/
}
.flashNoticePopup {
    background: url("img/notice.png") no-repeat scroll 10px center #D0EAAE;
	border: 5px solid #8BC045;
	/*width: 660px;*/
	color: #496E16;
	font-weight: bold;
	/*margin: 0px 24px 5px 24px;*/
	margin: 0px 0 5px 0;
	padding: 5px 5px 5px 36px;
	/*margin: -28px auto 2px 0;*/
	/*margin: 0 auto !important;*/
	/*padding: 4px 10px 3px 36px;*/
}
.flashError {
    background: url("img/error.png") no-repeat scroll 10px center #FFCECE;
	border: 5px solid #DF8F8F;
	width: 660px;
	color: #ff0000;
	font-weight: bold;
	/*margin: 0px 23px 10px 23px;*/
	margin: 0px 0 10px 0;
	padding: 10px 10px 10px 36px;
	font-size:14px;
}
.flashErrorPopup {
    background: url("img/error.png") no-repeat scroll 10px center #FFCECE;
	border: 5px solid #DF8F8F;
	/*width: 660px;*/
	color: #ff0000;
	font-weight: bold;
	/*margin: 0px 23px 10px 23px;*/
	margin: 0px 0 5px 0;
	padding: 5px 5px 5px 36px;
}
.error-message {
    background: url("img/error.png") no-repeat scroll left center transparent;
    color: #CC3300;
	height: 20px;
	line-height: 20px;
    font-size: small;
    font-weight: bold;
    padding-left: 24px;
}
/*
#flashMessage, #pageMessage {
	background: url("img/notice.png") no-repeat scroll 10px center #D0EAAE;
	border: 5px solid #8BC045;
	color: #496E16;
	font-weight: bold;
	//margin: 5px auto !important;
	margin: 5px 30px 5px 30px;
	padding: 10px 10px 10px 36px;
}
#authMessage, .no-data {
	background: url("img/error.png") no-repeat scroll 10px center #FFCECE;
	border: 5px solid #DF8F8F;
	color: #ff0000;/*#333333;
	font-weight: bold;
	margin: 5px auto !important;
	padding: 10px 10px 10px 36px;
}
*/
.form-error {
	background-color: #FCF5EB;
}
.message {
	color: #FF3300;
	font-weight: bold;
	margin: 20px;
}
.required {
    color: #CC3300 !important;
	font-size: 16px;
}
.notes-title {
	/*font-size: 1.0em;*/
	font-weight: bold;
}
.notes-loginid {
}
.notes-loginpw {
}
.welcome-message {
	line-height: 18px;
}
/* icon
 * ---------------------------------------------------------*/
.icon-001 {
	background: url("img/icon_001.png") no-repeat;
	display: inline-block;
	width: 56px;
	height: 22px;
}
.icon-002 {
	background: url("img/icon_002.png") no-repeat;
	display: inline-block;
	width: 56px;
	height: 22px;
}
.icon-003 {
	background: url("img/icon_003.png") no-repeat;
	display: inline-block;
	width: 37px;
	height: 22px;
}
.icon-007 {
	background: url("img/icon_007.jpg") no-repeat;
	display: inline-block;
	width: 18px;
	height: 10px;
}
.icon-007s {
	background: url("img/icon_007.gif") no-repeat left center;
	display: inline-block;
	width: 18px;
	height: 10px;
}
.icon-008 {
	background: url("img/icon_008.jpg") no-repeat;
	display: inline-block;
	width: 18px;
	height: 10px;
}
.icon-008s {
	background: url("img/icon_008.gif") no-repeat left center;
	display: inline-block;
	width: 18px;
	/*height: 1.0em;*/
}

.icon-d001 {
	background: url("img/duty_option_1.png") no-repeat;
	display: inline-block;
	width: 54px;
	height: 22px;
}
.icon-d004 {
	background: url("img/duty_option_4.png") no-repeat;
	display: inline-block;
	width: 54px;
	height: 22px;
}
.icon-d005 {
	background: url("img/duty_option_5.png") no-repeat;
	display: inline-block;
	width: 54px;
	height: 22px;
}


/* index.ctp
 * ---------------------------------------------------------*/

.back{
	width: auto;
	height:auto;
	margin:0;
	padding:0;
	background: url(img/m_background_01.jpg) no-repeat;
}

.head{
	background: url(img/m_background_02.jpg) no-repeat;
	margin:0;
	padding:0;
	width: auto;
	height:75px;
	text-align:center;
}

.word{
	padding-top:18px;
	line-height:19px;
}

.warapper{
	width:100%;
	color: #4D4D4D;
}

.back table{
	border:none;
	margin:0 auto;
	padding-top:25px;
}


.recruit_btn {
	position: relative;
	margin: 10px auto;
	padding-: 0;
	width: 1192px;
	height: 449px;
	background: url(img/m_004.png) no-repeat top left;
}
.recruit_btn a {
	position: absolute;
	top: 58px;
	left: 825px;
	margin: 0 auto;
	padding: 0;
	width: 250px;
	height: 300px;
	display: block;
	text-indent: -9999px;
	background: url(img/m_004.gif) no-repeat top left;
}



.logo{
	background: url(img/m_003.png) no-repeat;
	width: 212px;
	height: 48px;
	text-indent:-9999px;
	overflow:hidden;	
}
.certification{
	background: url(img/m_icon_01.jpg) no-repeat;
	width: 42px;
	height: 41px;
	text-indent:-9999px;
	overflow:hidden;	
}

.m_line06{
	background: url(img/m_icon_06.jpg) no-repeat;
	width: 640px;
	height: 2px;
	text-indent:-9999px;
	overflow:hidden;
	padding-top:20px;
	padding-bottom:4px;
	margin:0 auto;
}
.space1{
	text-indent:-9999px;
	overflow:hidden;
	height:36px;
}

.foot{
	text-align:center;
	padding-top:24px;
	padding-bottom:24px;
	color: #4D4D4D;
}

.roll a{
	background: url(img/m_icon_04ss.jpg) no-repeat;
	width:104px;
	height:39px;
	border:none;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
}

.roll a:hover{
	background-position: 0 -39px;
}

.roll2 a{
	background: url(img/m_icon_05ss.jpg) no-repeat;
	width:104px;
	height:39px;
	border:none;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
}

.roll2 a:hover{
	background-position: 0 -39px;
}
