@charset "UTF-8";
@import "/maintenance/common/v1/css/common.css";

/* new clearfix */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    }
html, body { height: 100%; }
* html .clearfix             { zoom: 1; }/* IE6 */
*:first-child+html .clearfix { zoom: 1; }/* IE7 */

img{
	vertical-align:top;
}
a{
	outline:none;	/* Firefox等でリンクに付く点線を消す */
}
i.fa{
	margin-right:.5em;	/* アイコンに余白を入れる */
}

/* Body */
body{
	font-size: 12px;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'Verdana', 'sans-serif';
	background-image: url(../images/bg/header_bg.png);
	background-repeat: repeat-x;
	background-position: top;
}
/* a:link */
a {
	color:0000ff;
	text-decoration:underline
}
a,a:link,a:hover {
	font-style:normal;
	color: #FFFFFF;
}
a:link,a:visited,a:hover,a:active {
	text-decoration:none;
	color: #CCCCCC;
}
a:link {
	color:#000099
}
a:visited {
	color:#900
}
a:hover {
	color:#00f
}
a:active {
	color:#333
}
/*a:hover img {
	opacity:0.8;
	filter:alpha(opacity=80);
}*/
.opaimg a:hover img {
	opacity:0.8;
	filter:alpha(opacity=80);
}
#page_shortcut a:hover img {
	opacity:1;
	filter:alpha(opacity=100);
}

.al{	text-align: left;}
.ac{	text-align: center;}
.ar{	text-align: right;}
.fl{	float:left;		}
.fr{	float:right;	}
.w50{	width:  50px;}
.w100{	width: 100px;}
.w150{	width: 150px;}
.w200{	width: 200px;}
.pointer:hover{
	cursor:pointer;
}
.vertical-middle td{
	vertical-align:middle;
}

/* 色違いテーブル */
.even_row{	background-color: #f0f0ff;	}
.odd_row{	background-color: transparent;	}
/* 削除フラグONアイテム */
.is_delete{
	background-color:#e0e0e0;
}

/* CSS3 */
.cr_6px{
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
}
/*///// page_shortcut /////*/
#page_shortcut{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px 20px 10px;
	background-color: #F0F0E8;
	border-radius: 0 0 5px 5px;
}
#page_shortcut ul{
	margin-bottom:10px;
}
#page_shortcut li{
	float: left;
	margin-right: 10px;
	text-align: center;
}
#page_shortcut li.fr{
	float: right;
	margin-right:0;
	margin-left:10px;
}
#page_shortcut .codenum{
	display: block;
	margin-bottom: 3px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
#page_shortcut .txt{
	font-size: 12px;
	display: block;
}
/*///// Pagination /////*/

#contents .pagination {
	text-align:center;
	padding: 7px;
	margin: 3px;
    }
#contents .pagination a {
	padding: 2px 5px 2px 5px; 
	margin: 2px;
	border: 1px solid #000000;
	text-decoration: none; /* no underline */
	color: #000000;
    }
#contents .pagination a:hover,
#contents .pagination a:active {
	border: 1px solid #000000;
	background-color:#000000;
	color: #fff;
    }
#contents .pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px; 
	border: 1px solid #000000;
	font-weight: bold;
	background-color: #000000;
	color: #FFF;
}
#contents .pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	color: #DDD; 
    }

/*//////// topへ戻る ////////*/
#scrollUp {
	bottom: -10px;
	right: 20px;
	width: 85px;
	height: 40px;
	font-size: 11px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	color: #828282;
	-webkit-box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.2);
	background-color: #E6E6E6;
	background-image: linear-gradient(to bottom, #EBEBEB, #DEDEDE);
	background-repeat: repeat-x;
	-webkit-transition: bottom 150ms linear;
	-moz-transition: bottom 150ms linear;
	transition: bottom 150ms linear;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px #FFF;
}
	#scrollUp:hover {
		bottom: 0px;
}
/*///// wrapper /////*/
#wrapper{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}
/*///// Header /////*/
#head_g{
	position: relative;
	width: 1000px;
	height: 80px;
	margin:0 auto 10px;
	background-image: url(../images/bg/header_bg_logo.png);
	background-repeat: no-repeat;
	background-position: right 15px;
}
#head_g .logo{
	position: absolute;
	left: 0px;
	top: 10px;
}
/*//////// Gnavi ////////*/
#gnavi {
	height: 30px;
	width: 1000px;
	position: absolute;
	left: 0px;
	top: 50px;
}
#gnavi ul{
}
#gnavi li{
	float: left;
	margin: 0px;
	padding: 0px;
}
#gnavi #gnavi_right{
	float: right;
}
/*///// パンくず /////*/
#breadcrumb{
	margin:5px 0;
	padding:5px 0;
}
#breadcrumb ol{
}
#breadcrumb li{
	display: inline;
	/*line-height: 1em;*/
	line-height: 22px;		/* 「前に戻る」ボタン */
}
/*///// Contents /////*/
#Contents{
	width: 665px;
	margin-left: 35px;
	margin-bottom: 20px;
	float: left;
	background-color: #EEEEEF;
	padding: 10px;
}
#Contents h2{
	font-size: 14px;
	background: linear-gradient(#fff, #cecece);
	padding: 10px;
	color: #333;
	text-shadow: 0px 1px 1px #FFF;
	border: 1px solid #C2C2C2;
}
#Contents p{
	font-size: 13px;
	line-height: 1.5em;
}
#Contents .action{
	font-size: 13px;
	line-height: 1em;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
}
#Contents .print_page{
	cursor: pointer;
}
#Contents .page_description{
	font-size: 13px;
	line-height: 1.5em;
	background-color: #FFF;
	padding: 10px;
}
/*Shortcut*/
#Shortcut{
	height: 142px;
	margin-bottom: 15px;
	padding-top: 5px;
}
#Shortcut ul{
	margin-left: -18px;
}
#Shortcut li{
	height: 137px;
	width: 137px;
	float: left;
	margin-left: 28px;
	background-color: #FFF;
	box-shadow: 0 0 8px #333;
	border: 1px solid #C2C2C2;
}
/*///// SideColumn /////*/
#SideColumn{
	float: left;
	width: 280px;
	margin-bottom: 20px;
	background-color: #EEEEEF;
}
#SideColumn h2{
	background-color: #C00;
	color: #FFF;
	font-size: 13px;
	border-bottom: 2p solid #900;
	margin-bottom: 5px;
	padding:12px 10px 10px;
}
/*Jobs*/
#Jobs{
	margin-bottom: 15px;
}
#Jobs p{
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#Jobs .box{
	background-color: #FFF;
	padding: 10px;
	margin-bottom: 2px;
	margin-right: 10px;
	margin-left: 10px;
	border-bottom: 1px dotted #C2C2C2;
	line-height: 1.4em;
}
#Jobs .box:hover{
	background-color: #F4F6EC;
}
#Jobs .job{
	font-weight: bold;
}
#Jobs .age{}
#Jobs .exp{}
#Jobs .sex{}
#Jobs .qua{
	display: block;
}
/*Banners*/
#Banners{
}
#Banners h2{
	background-color: #666666;
	border-bottom-color: #333;
}
#Banners ul{
	padding-top: 10px;
}
#Banners li{
	text-align: center;
	margin-bottom: 15px;
	margin-right: 15px;
	margin-left: 15px;
}
#Banners li:first-child{
}
#Banners .square{
	background-color: #CCC;
	height: 250px;
}
#Banners .half{
	background-color: #CCC;
	height: 135px;
}
/*pagination*/
.pagination {
	padding: 3px;
	margin: 3px;
	text-align:center;
}

.pagination a {
	margin: 2px;
	border: 1px solid #AAAADD;
	text-decoration: none; /* no underline */
	color: #000099;
	line-height: 1em;
	padding:3px 5px;
}
.pagination a:hover,
.digg a:active {
	border: 1px solid #000099;
	color: #000;
}
.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #000099;

	font-weight: bold;
	background-color: #000099;
	color: #FFF;
}
.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;

	color: #DDD;
}
/*入力エラー表示*/
.error_message{
	padding: 10px;
	margin-bottom: 10px;
	color: #C00;
	background-color: #FFF5ED;
	border: 5px solid #C00;
	font-size: 14px;
}
.error_message.alert{
	color: #32510F;
	background-color: #E2F6C5;
	border-color:#79C20D;
}
/*///// footer /////*/
#footer{
	background-color:#B5B5B5;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #838383), color-stop(0.00, #E7E7E8));
	background: linear-gradient(#E7E7E8, #838383);
	height: 500px;
	clear: both;
	border-top: 5px solid #BEBEBE;
	color: #FFF;
	text-align: center;
	padding: 20px;
	margin-top:20px;
}
#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active {
	text-decoration:none;
	color: #FFF;
}
#footer .name{
	font-size: 25px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
}


/* 一括編集 */
form[name="edit_patient_all_form"] select{
	max-width:7em;
}
.edit_patient_all_wrap .pagination{
	padding:0;
	margin:0 0 3px;
}
.edit_patient_all_wrap .pagination a{
	padding:5px;
	margin:0 5px 5px 0;
}
.edit_patient_all_wrap .pagination a.current{
	border: 1px solid #000099;
	background-color: #000099;
	color: #FFF;
	font-weight: bold;
}
.edit_patient_all_wrap .pagination a:hover{
	cursor:pointer;
}


