﻿@charset "utf-8";
/*--    __base
----------------------------------------------------*/
body,html{
    height: 100%;
}

#top_content{
	position:relative;
	overflow: hidden;
	margin-top: 76px;
}

#flex_view {
    display: flex;
	min-height:100%;
}

div#modal {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index:1;
}
div#modal div.background {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
}
div#modal div.container {
	position: relative;
	width: 500px;
	background-color: #ffffff;
	z-index:2;
}
#loginBody{
    background-color:#e4e4e4;
}

#page{
	flex: 1 1 0;
    width: 100%;
    position: relative;
}
 
#contents {
    padding-bottom : 50px;
    margin:0px auto;
}


.bgColorSet{
    background-color:#eeeeee;
}

/*--    __header
----------------------------------------------------------*/
#loginPage #header{
    background-color : #7ecee1;
    background-image : url("/img/header_bg.gif");
    background-repeat: repeat;
    height : 103px;
    margin-bottom:150px;
    min-width: 876px;
}

#page #header{
	background-color: gray;
	position: absolute;
    right: 0;
    width: 100%;
}

#headerContents{
    margin: 0px auto;
	font-size:14px;
	overflow:hidden;
}

.top_contact{
	text-align:right;
}

.left_head p{
	padding: 15px 0 0 0;
}
.right_head{
	float:right;
	color:#FFF;
	min-width:350px;
	background-color:#333333;
	padding:3px;
    border-radius:10px 0 0 10px ;        /* CSS3草案 */  
    -webkit-border-radius:10px 0 0 10px ;    /* Safari,Google Chrome用 */  
    -moz-border-radius:10px 0 0 10px ;   /* Firefox用 */ 	
}

.userico{
	float:left;
	color: white;
	margin:5px;
	background-color:#000099;
	font-size:60px;
    border-radius: 50%;        /* CSS3草案 */  
    -webkit-border-radius: 50%;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 50%;   /* Firefox用 */ 	
	width:60px;
	height:60px;
	overflow:hidden;
	text-align:center;
}

.userinfo{
	float:left;
	min-width:200px;
	display:inline;
	padding-right:15px;
}

.companyinfo{
    font-size: 16px;
    font-weight: bold;
    height: 28px;
    margin: 11px 0 -5px;
    overflow: hidden;
}

.unameinfo{
	clear:both;
	font-weight:bold;
	font-size:20px;
	color:#999900;
}

.infobtn{
	padding: 8px 10px 0;
	float: right;
	font-size:40px;
}

.infobtn a:link, .infobtn a:visited, .infobtn a:active{
	color: #F00;
	text-decoration: none;
	padding:3px 7px;
}

.infobtn a:hover {
	color:#C30;
	font-weight:bold;
}







/*--    __navi
-----------------------*/
#naviline{
    background-color: #333;
    float: left;
    position: relative;
    width: 240px;
	font-size:16px;
}

.nav_logo{

    width: 85%;
    height: 77px;
    background-color: #006;
    /* text-align: center; */
    padding-left: 15%;
    overflow: hidden;
}

.nav_logo img{
	height:86px;
	margin:7px 0;
}

#naviline li a::before {
    display: inline-block;
    font-style: normal;
    margin-right: 3px;
    vertical-align: middle;
}
#naviline li a:link, #naviline li a:visited {
    background-color: #333;
    color: #ffffff;
    display: block;
    padding: 15px 20px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

#naviline li a:hover, #naviline li .active {
    background-color: #000 !important;
    color: #09C !important;
}

#naviline ul li i{
	margin-right:5px;
}



h2 {
	margin:20px 0 ;
}


/*--    __contents
----------------------------------------------------------*/
/*--    __common
-----------------------*/
h1 span{
    padding:10px 0px 0px 0px;
}
.error{
	clear:both;
    display: block;
    color: #ff0000;
}
.caution{
    color: #ff0000;
}

.box{
	border: 1px solid #999999;
	padding:20px 10px;
	margin-bottom:30px;
	overflow:hidden;
}

.box h2{
	margin-bottom:20px;	
}

.inbox{
	padding:15px 15px;	
}
.img_left,
.img_right {
   overflow: hidden;
   height: auto;
}
 
.img_left img {
   float: left;
   margin: 0 15px 0 0 !important;
   padding: 0 !important;
   border: 0 !important;
}
 
.img_right img {
   float: right;
   margin: 0 0 0 15px !important;
   padding: 0 !important;
   border: 0 !important;
}


.r_btn{
	float:right;
	text-align:right;
	margin-bottom:10px;
	clear:both;
}
/*--    __formList&profList
-----------------------*/
#profList,
#formList{
    border : 1px solid #eeeeee;
    width : 808px;
    padding : 20px;
}
#profList ul li,
#formList ul li{
    padding: 20px 0px 20px 0px;
    *zoom:1;
}

#profList ul dl dt,
#formList ul dl dt{
    float   : left;
    width   : 200px;
    padding : 2px 0 0 15px;
    /zoom : 1;
    clear : left;    
}

#formList ul dl dd,
#profList ul dl dd{
    min-height: 20px;
    min-width: 250px;
    overflow: auto;
    padding-top: 1px;
    word-wrap: break-word;
}
    
#profList ul dl dd input,
#formList ul dl dd input{
    margin-right: 30px;
}

#formList ul dl dd .time{
    margin: 0;
}


#profList ul dl dd input.fromRadio,
#formList ul dl dd input.fromRadio{
    margin:0px 0px 0px 10px;
    vertical-align:middle;
}

#profList ul dl dd label,
#formList ul dl dd label{
    vertical-align:middle;
}

#formList ul dl th {
    font-weight: normal;
}

.fromFooter{
    margin-bottom:70px;
}


.fromLayout{
    margin-bottom: 10px;
}

#fromMenu{
    width      : 808px;
    padding    : 20px 20px 20px 230px;
    margin       : 0px auto;
    text-align : center;
}

#fromMenu li{
    float   : left;
    margin-left : 40px;
}

#systemLink{
    margin-top:35px;
    margin-bottom:25px;
}


/*--    __listTable
-----------------------*/
#miniFormArea {
    vertical-align: middle;
    margin-bottom: 15px;
}
#miniFormArea input[type=text] {
    float: left;
    margin-right: 10px;
}


/*--    __listTable
-----------------------*/
#listTableArea {
    padding: 15px;
    border :1px solid #999999;
}

#listTable{
    clear : both;
    border :1px solid #999999;
}

#listTable th{
    border : 1px solid #999999;
    background-color : #777777;
    color  : #ffffff;
    height : 24px;
    text-align : center;
    vertical-align : middle;
}

#listTable th a{
    color  : #ffffff;
}

#listTable th a:hover{
    text-decoration: none;
}

#listTable td{
    border : 1px solid #999999;
    height : 24px;
    text-align : center;
    vertical-align  :middle;
}

#listTable td.leftText{
    padding-left : 30px;
    text-align   : left;
}

#listTable td.rightText{
    padding-right: 10px;
    text-align   : right;
}

#listTable tr#sumLine{
    background-color:#cccccc;

}






/*--    __shop_infolist
-----------------------*/
#infoList{
    border : 1px solid #eeeeee;
    width : 828px;
    padding : 10px;
}

#infoList ul li{
    padding: 20px 0;
}

#infoList ul dl dt{
    float   : left;
    width   : 150px;
    height    : 40px;
    padding : 0px;
    text-align:center;
}

#infoList ul dl dd{
    overflow: auto;
    zoom: 1;
}

#infoList ul dl dd input{
    margin-right:30px;
}


#infoList ul dl dd input.fromRadio{
    margin:0px 0px 0px 10px;
    vertical-align:middle;
}

#infoList ul dl dd label{
    vertical-align:middle;
}


/*--    __user_history
-----------------------*/
#historyMenu{
    height: 40px;
    margin-bottom: 10px;
}
#historyMenu li{
    float:left;
}

#historyMenu li.rightMenu{
    float:right;
}
#historyMenu .bankNumber{
    float: right;
    margin-top : 5px;
    text-align  : right;
    font-size:1.2em;
}

#historyMenu li.rightMenu a{
   float:right;
}

#historyMenu li.rightMenu select{
   width: 100px;
}


#DataSelect{
    float:right;
    margin-right:-10px;
}

#DataSelect input{
    margin: 0 10px 10px 5px;
}

/*
-------------------------*/
#depositMenu{
    height: 35px;
    margin-bottom: 15px;
}

#depositMenu li.addDeposit{
    float:left;
}

#depositMenu .bankNumber{
    float: right;
    margin-top : 5px;
    text-align  : right;
    font-size:1.2em;
}
#bankNumber{
    margin-bottom : 5px;
    text-align  : right;
    font-size:1.2em;
}

/*__complete
-------------------------*/
#contents .completeBox{
    padding: 30px;
    text-align: center;
}

/*__pager
-------------------------*/
.pager {
    height            : 30px;
    margin-top        : 20px;
    overflow        : hidden;
    text-align        : center;
}

.pager li {
    border-radius: 50%;        /* CSS3草案 */  
    -webkit-border-radius: 50%;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 50%;   /* Firefox用 */ 	
    border            : 1px solid #000000;
    background-color: #5f5f5f;
    display            : inline-block;
    margin-right    : 5px;
    width            : 25px;
    height            : 25px;
    line-height        : 25px;
    color            : #ffffff;
    *display: inline;  
    *zoom: 1;  
}

.pager li a{
    display            : block;
    color            : #000000;
    background-color: #eeeeee;
}

.pager li a.active{
    color            : #ffffff;
    background-color: #5f5f5f;
}

.pager li a:link,.pager li a:visited,.pager li a:active{
  text-decoration:none;
}

.now{
    display            : block;
}

/*--    __footer
----------------------------------------------------------*/
#footer{
	clear:both;
	padding-top:10px;
    width: 100%;
	text-align:right;
	position:absolute;
	bottom:0;
}

#footer p{
    padding-top:5px;
    text-align:center;
}

#footer_content{
	margin:0 30px;
}

/*__clearfix
-------------------------*/
.clearfix{
    /zoom:1;
}
.clearfix:after{
    content:'';
    display:block;
    clear:both;
}

/*
	管理編集画面
*/

.v_edit{
	padding-top:15px;
    margin: 61px 0 0;
}

.v_edit p{
	margin-bottom:15px;
}

/*
	アイコン
*/
.admin_icon {
	display: inline-block;
	padding:5px;
	font-size:10px;
	background: #900;
	border-radius: 10%;
	color: #fff;
	text-decoration: none;
	margin-bottom:2px;
}

.df_icon {
	display: inline-block;
	padding:5px;
	font-size:10px;
	background: #006;
	border-radius: 10%;
	color: #fff;
	text-decoration: none;
	margin-bottom:2px;
}

.h_icon {
	display: inline-block;
	padding:5px;
	font-size:10px;
	background: #090;
	border-radius: 10%;
	color: #fff;
	text-decoration: none;
	margin-bottom:2px;
}
.href_icon {
	display: inline-block;
	padding:5px;
	font-size:14px;
	background: #990;
	border-radius: 10%;
	color: #fff;
	text-decoration: none;
	margin-bottom:2px;
}

.none_icon {
	display: inline-block;
	padding:5px;
	font-size:10px;
	background: #666;
	border-radius: 10%;
	color: #fff;
	text-decoration: none;
	margin-bottom:2px;
}
.info_icon {
	display: inline-block;
	padding:5px;
	font-size:10px;
	border-radius: 10%;
	color: #fff;
	text-decoration: none;
	margin-bottom:2px;
}

.reserve_back{
	background: #F36;
}

.contact_back{
	background: #F60;
}

.media_back{
	background: #93F;
}

.shop_back{
	background: #03C;
}

.edit_t input{
	font-size:20px;
}
.edit_t select{
	font-size:18px;
}

.btn_area a{
	background-color:rgba(82,25,25,1);
    border-style: none;
	text-decoration: none;
    color: #fff;
    cursor: pointer;
    padding: 10px 50px;
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 	
}
.btn_area a:hover {
	background-color: #933;
}


.add_btn{
	font-size:20px;
    overflow: hidden;
    line-height: 38px;
}

.add_btn a:link, .add_btn a:visited, .add_btn a:active{
	color: #fff;
	text-decoration: none;
	background-color: #060;
	padding:3px 15px;
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 	
}

.add_btn a:hover {
	background-color: #090;
}

.ad_list{
	margin:0;
	overflow:hidden;
	color: #666;
	background-color: ivory;
	padding:10px;
	border-bottom: #CCC solid 1px;
}

.ad_list:hover{
	background-color: #EFFFEC;
}

.owner_list{
	margin:10px 3px 0 0;
	display:inline;
	overflow:hidden;
	color:#FFF;
	background-color:#333333;
	padding:10px;
	float:left;
	margin-right:2px;
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 	
}

.ow_info {
    float: left;
}
.ow_name {
    color: #CCCC00;
    font-size: 16px;
	margin-top: 8px;
	clear:both;
}


.bg_white{
	background-color: #FFF;
}

.list_first{
	border-top: #CCC solid 1px;
}

.userico_ad{
	float:left;
	margin:0 5px;
	font-size:80px;
    border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */ 	
	width:80px;
	height:80px;
	overflow:hidden;
	text-align:center;
	color:#FFF;
}

.house_img_list{
	float:left;
	margin:0 5px 0 0;
    border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */ 	
	width:300px;
	height:200px;
	overflow:hidden;
	text-align:center;
	background-color:#FF6600;
}

.house_img_list img{
	width:100%
}
.house_img_list a{
	color:#FFFFFF;
	font-size:16px;
}

.house_img_list_min{
	float:left;
	margin:0 5px 0 0;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */ 	
	width:120px;
	height:80px;
	overflow:hidden;
	text-align:center;
}

.house_img_list_min img{
	width:100%
}
.house_img_list_min a{
	color:#FFFFFF;
	font-size:16px;
}

.jounal_img_list{
	float:left;
	margin:0 5px 0 0;
    border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */ 	
	width:210px;
	height:140px;
	overflow:hidden;
	text-align:center;
	background-color:#FF6600;
}

.jounal_img_list img{
	width:100%
}
.jounal_img_list a{
	color:#FFFFFF;
	font-size:16px;
}
.not{
	background-color: #666;
}

.ad_info{
	float:left;
	width:200px;
}

.ad_info2{
	float:left;
	width:350px;
}

.ad_info3{
	float:left;
	width:270px;
}

.ad_info4{
	float:right;
	width:40px;
}

.ad_limit{
	
}

.ad_company{
	font-size:14px;
}

.ad_name{
	color: #363;
	font-size:20px;
}
.ad_mail{
	font-size:16px;
	line-height:29px;
	clear: both;
    margin-bottom: 5px;
	overflow:hidden;
}

.ad_time{
	clear:both;
	line-height:29px;
	position:relative;
}

.ad_timed{
	position:absolute;
	margin-left:40px;
	line-height:20px;
}

.ad_timed span{
	cursor:default;
}

.owner_group{
	clear:both;
	width:100%;
	float:left;
}

.ico_blue{
	background-color:#000099;
}

.ico_red{
	background-color: #900;
}

.ico_pink{
	background-color: #F9C;
}

.ico_gray{
	background-color: #999;
}

.ico_orange{
	background-color: #F60;
}

.ico_green{
	background-color: #060;
}

.o_icon{
	float:left;
	color: white;
	margin:0 5px;
	font-size:18px;
    border-radius: 50%;        /* CSS3草案 */  
    -webkit-border-radius: 50%;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 50%;   /* Firefox用 */ 	
	width:30px;
	height:30px;
	overflow:hidden;
	text-align:center;
}

.ico_btn a:link, .ico_btn a:visited, .ico_btn a:active, .ico_btn a:hover{
	color: #fff;
	text-decoration: none;
}

.edit_icon, .delete_icon, .add_icon{
	font-size:25px;
	margin:0 0 5px;
    border-radius: 50%;        /* CSS3草案 */  
    -webkit-border-radius: 50%;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 50%;   /* Firefox用 */ 	
	width:37px;
	height:37px;
	overflow:hidden;
	text-align:center;
}

.edit_icon{
	background-color:#0033FF;	
}

.add_icon{
	background-color: #093;	
}

.delete_icon{
	background-color:#FF0000;
	color:#FFFFFF;
}
.edit_icon a{
}

.edit_radio{
	width:200px;
	margin-left:100px;
	padding-top:5px;	
}

.edit_radio label{
	font-size:20px;
	display:block;
}

.adradioarea{
	float:left;
	width:200px;
}

.adradioarea label{
	display:block;
	font-size:15px;
}

.adradioarea h2{
	margin:0;
	padding-left:10px;
}

.limitico{
	float:left;
	margin:0 5px;
	font-size:60px;
    border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */ 	
	width:70px;
	height:70px;
	overflow:hidden;
	text-align:center;
}

/*
	チェックボックスラジオボタン
*/
.ad_lbl label{
	display: block;
	float: left;
	cursor: pointer;
	margin: 0;
	padding: 12px 10px;
	border-right: 1px solid #abb2b7;
	background: #bdc3c7;
	color: #555e64;
	font-size: 14px;
	text-align: center;
	line-height: 1;
	transition: .2s;
}
.ad_lbl label:first-of-type{
	border-radius: 3px 0 0 3px;
}
.ad_lbl label:last-of-type{
	border-right: 0px;
	border-radius: 0 3px 3px 0;
}
.ad_lbl .active{
	background-color:#F60;
	color:#FFF;
}
.ad_lbl label a:link,
.ad_lbl label a:visited {
	display:block;
	text-decoration:none;
	color:#FFFFFF;
    padding: 0;
    background: none;
}


.j_cat input{
	display: none;
}
.j_cat label{
	display: block;
	float: left;
	cursor: pointer;
	width: 130px;
	margin: 0;
	padding: 12px 5px;
	border-right: 1px solid #abb2b7;
	background: #bdc3c7;
	color: #555e64;
	font-size: 14px;
	text-align: center;
	line-height: 1;
	transition: .2s;
}
.j_cat label:first-of-type{
	border-radius: 3px 0 0 3px;
}
.j_cat label:last-of-type{
	border-right: 0px;
	border-radius: 0 3px 3px 0;
}
.j_cat input[type="radio"]:checked + label {
	background-color: #F63;
	color: #fff;
}

.j_pref input{
	display: none;
}
.j_pref label{
	display: block;
	float: left;
	cursor: pointer;
	width: 80px;
	margin: 0;
	padding: 12px 5px;
	border-right: 1px solid #abb2b7;
	background: #bdc3c7;
	color: #555e64;
	font-size: 14px;
	text-align: center;
	line-height: 1;
	transition: .2s;
}
.j_pref label:first-of-type{
	border-radius: 3px 0 0 3px;
}
.j_pref label:last-of-type{
	border-right: 0px;
	border-radius: 0 3px 3px 0;
}
.j_pref input[type="radio"]:checked + label ,.j_pref input[type="checkbox"]:checked + label {
	background-color: #F63;
	color: #fff;
}

.fac_tf input{
	display: none;
}
.fac_tf label{
	display: block;
	float: left;
	cursor: pointer;
	width: 15px;
	margin: 0;
	padding: 6px 5px;
	border-right: 1px solid #abb2b7;
	background: #bdc3c7;
	color: #555e64;
	font-size: 15px;
	text-align: center;
	line-height: 1;
	transition: .2s;
}
.fac_tf label:first-of-type{
	border-radius: 3px 0 0 3px;
}
.fac_tf label:last-of-type{
	border-right: 0px;
	border-radius: 0 3px 3px 0;
}
.fac_tf input[type="radio"]:checked + label ,.j_pref input[type="checkbox"]:checked + label {
	background-color: #F63;
	color: #fff;
}

/*
	プレースホルダー
*/

input::-webkit-input-placeholder {
    color: #ccc;
    font-weight: normal;
}
input:-ms-input-placeholder {
    color: #ccc;
    font-weight: normal;
}
input::-moz-placeholder {
    color: #ccc;
    font-weight: normal;
}

.f_left{
	float:left;
}

.f_right{
	float:right;
}

/*
	サブサイドバー
*/

#ad_side{
	float:left;
    width: 200px;
}

.side_bar {
}
.side_bar li {
	font-size:1.2em;
	line-height:1.6em;
	border-bottom:solid 1px rgba(230,230,230,1);
	display:block;
}
.side_bar li a:link,
.side_bar li a:visited {
	padding:15px 20px;
	background-color:rgba(255,255,255,1);
	display:block;
	text-decoration:none;
	transition: all 0.3s ease 0s;
}
.side_bar li a:hover {
	color:rgba(255,255,255,1);
	background-color:rgba(82,25,25,1);
}
.side_bar li a:before {
	content:"\f105";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	margin-right:3px;
	vertical-align:middle;
}


#ad_side_main{
	float:right;
	width:79%;
	overflow:hidden;
}

/*
	施設編集画面
*/
#facility_list,#amenities_list{
	margin-top:15px;
}

#facility_list li,#amenities_list li{
    float: left;
    width: 50%;
	margin-bottom:3px;
	height: 30px;
}

#facility_list li p a,#amenities_list li p a{
	float: left;
	margin-right: 4px;
    margin-top: 2px;
}

#facility_list li p input,#amenities_list li p input{
	float: left;
}

#week_list{
	margin-top:15px;
}

#week_list li{
    height: 35px;
    float: left;
    width: 33%;
}

#days_list{
	margin-top:15px;
}

#days_list li{
	clear:both;
}

#days_list li p{
	width:28%;
	float:left;
}

.del_house_list{
	margin-right: 4px;
    margin-top: 2px;
	background-color:#FF0000;
	cursor:pointer;
	color:#FFF;
    border-radius: 50%;        /* CSS3草案 */  
    -webkit-border-radius: 50%;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 50%;   /* Firefox用 */ 	
	padding: 0 5px;
	overflow:hidden;
	text-align:center;
}

/* 検索パネル*/
.search_panel{
    width: 100%;
    clear: both;
    overflow: hidden;
}

dl.search1{
	position:relative;
	background-color:#fff;
	border:1px solid #aaa;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-o-border-radius:6px;
	-ms-border-radius:6px;
	border-radius:6px;
}
dl.search1 dt{
	margin-right:40px;
	padding:8px 0 8px 8px;
}
dl.search1 dt input{
	width:100%;
	height:24px;
	line-height:24px;
	background:none;
	border:none;
	font-size:18px
}
dl.search1 dd{
	position:absolute;
	top:0;
	right:0;
}
dl.search1 dd button{
	display:block;
	padding:10px;
	background: #900;
	border:none;
	cursor:pointer;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-o-border-radius:6px;
	-ms-border-radius:6px;
}
dl.search1 dd button span{
	display:block;
	width:20px;
	height:20px;
	color:#FFFFFF;
	font-size: 18px;
}
.s_check{
	overflow: hidden;
}
.s_check input{
	display: none;
}
.s_check label{
	display: block;
	float: left;
	cursor: pointer;
	margin: 0;
	padding: 12px 18px;
	border-right: 1px solid #abb2b7;
	background: #bdc3c7;
	color: #555e64;
	font-size: 14px;
	text-align: center;
	line-height: 1;
	transition: .2s;
}
.s_check label:first-of-type{
	border-radius: 3px 0 0 3px;
}
.s_check label:last-of-type{
	border-right: 0px;
	border-radius: 0 3px 3px 0;
}
.s_check input[type="radio"]:checked + label ,.s_check input[type="checkbox"]:checked + label {
	background-color: #900;
	color: #fff;
}

/* ユーザ管理 */

.fb_links{
	font-size:16px;
	clear:both;
	margin:5px;
}
.fb_links a:link, .fb_links a:visited, .fb_links a:active{
	color: #FFF;
	background-color:#1A3DB5;
	text-decoration: none;
	padding:3px 10px;
    border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */ 	
}

.fb_links a:hover {
	color: #FFF;
	font-weight:bold;
}


.img_hid{
	height:80px;
	overflow:hidden;
}

.search_btn{
	margin-top:2px;	
}

/* 問合せ管理 */
.contact_no span{
	font-size:18px;
	font-weight:bold;
	color:#009;
	margin-left:7px;
}

.contact_type{
	clear:both;
	font-size:16px;
	margin:7px 0 0 30px;
}

.contact_name{
	clear:both;
	font-size:16px;
	margin:7px 0 0 30px;
}

.contact_info{
	float:left;
	width:300px;
}

.bg_rab {
    border-radius: 5px;
    color: #ffffff;
    display: block;
    float: left;
    font-size: 15px;
    font-weight: bold;
    margin: 0 5px;
    overflow: hidden;
    padding: 4px 10px;
    text-align: center;
}

/* 予約管理 */
.r_no_h{
	color: saddlebrown;
}
.r_no_h span{
    float: right;
    padding: 0 3px;
    margin: 0 3px;
    background-color: saddlebrown;
    color: white;
    font-size: 90%;
    font-weight: 100;
}

.rsv_content{
    clear: both;
    line-height: 19px;
    position: relative;	
}


input[readonly]{background-color: #CCC;}

/* カレンダー */
.day_sat{
	background:#D9F8FF;
	color:#0000CC;	
}

.day_sun{
	background: #FFECF4;
	color: #900;	
}

