/*************
	site.css
**************/
@charset "utf-8";
html{
	height	: 100%;
}

body{
	margin  : 0px;
	padding : 0px;
	height	: 100%;
}

body,div,a,span,p,input,textarea,th,td{
	font-family: 'ヒラギノ角ゴ ProN W3','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro W3','sans-serif';
	-webkit-text-size-adjust: 100%;
	font-size	: 12px;
}

table{
	border-spacing: 0;
	/*width: 100%;*/
	border-collapse: collapse;
}

th,td{
	position : relative;
}

h1{
	margin-top: 5px;
    margin-bottom: 5px;
}

input[type=button]{
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	
	box-sizing: border-box;
}

.row{
	width : 98%;
	max-width : 470px;
	float:left;
	/*display : inline-block;*/
	padding : 5px;
}

.row_100{
	max-width : 98%;
}

.row:after{
	content : "";
	clear:both;
}

.row_label{
	padding : 5px;
	width : 25%;
	min-width : 110px;
	float : left;
	font-weight : bold;
}

.row_detail{
	width : 70%;
	min-width : 300px;
	float : left;
}

.row_table_th{
	display: inline-block;
	/*padding : 5px;*/
	font-weight : bold;
	text-align : center
}

.row_table_td{
	display: inline-block;
}

#t_menu {
	border-collapse: collapse;
}

#t_menu tr td{
	border: none;
	width : 200px;
	padding : 5px 5px 5px 25px;
	text-align : left;
}

#logout_btn{
	margin-left: 15px;
    font-size: 14px;
}

.header{
	width : 100%;
	padding : 0px;
	text-align : left;
	
	/*background-color : #b8b8f5;*/
	color : #000000;
	font-size : 20px;
	font-weight : bold;
	position : relative;
	overflow : hidden;
}

.header_str{
	margin-left : 15px;
	font-size	: 18px;
}

.header_border{
	width : 100%;
	border: 2px solid #ad5703;
	position:absolute;
	top:25px;
}

.footer{
	padding : 5px;
	/*background-color: #5bb1da;*/
	text-align : center;
}

.warp{
	width : 1020px;
	margin : 0px auto;
	padding: 0px 10px;
}

.warp_w{
	width : 1400px;
	margin : 0px auto;
}

.regist_btn{
	text-align: center;
    margin-top: 15px;
}

.text_input1{
	font-size: 13px;
    padding: 2px;
    border-radius: 3px;
    border: 1px solid #bfbfbf;
	width : 90%;
}
	
.col-md-offset-1{
	margin-left : 8.333333%;
}

.col-md-offset-2{
	margin-left : 16.666666%;
}

.col-md-offset-3{
	margin-left : 25%;
}

.col-md-offset-4{
	margin-left : 33.333333%;
}

.col-md-offset-5{
	margin-left : 41.666666%;
}

.col-md-offset-6{
	margin-left : 50%;
}

.btn_menu {
	width  : 160px;
	text-align : left;
	padding  : 10px;
	color    : #FFFFFF;
	font-weight : bold;
	border-left : 2px solid #FFFFFF;
	border-radius : 0px!important;
}

.btn_menu2 {
	border-right : 2px solid #FFFFFF;
}

.btn_home_left{
	border : 1px solid #b2b0b0;
	width  : 160px;
	text-align : left;
	height : 55px;
	margin-bottom : 10px;
}

.btn_home_left_ms{
	padding-top : 18px;
}

.home_area_title{
	padding : 5px;
	font-weight : bold;
	font-size : 120%;
}

.div_margin_top{
	margin-top : 15px;
}

.need{
	color  : red;
	border : 1px solid red;
	padding : 1px 5px;
	font-size : 10px;
	position: absolute;
    top: 5px;
    left: 100%;
    margin-left: -40px;
}

.input_error{
	background-color : #ef8c8c!important;
}

.input_disabled{
	border : none;
	box-shadow: none;
	background-color : #FFFFFF!important;
}

.ui-button-text{
	display:none!important;
}

.t_biko {
	width: 100px;
    left: 50%;
    transform: translateX(-50%);
	position: absolute;
    top: 7px;
    font-size: 10px;
    z-index: 5;
	text-align:center;
}

.none_link{
	text-decoration: none;
	color: black;
	cursor: default;
}

.tag_dis{
	cursor: not-allowed;
	background-color : #cccaca;
	border-color : #cccccc;
}

.search_table tr th,.search_table tr td{
	padding : 5px;
}

.btn{
	width : 100px;
	padding: 5px;
    border-radius: 5px;
    border: 1px solid;
	cursor:pointer;
	font-size: 12px;
	position : relative;
	display: inline-block;
    text-align: center;
}

.hover{
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.btn_search{
	border-color: green;
    background-color: green;
    color: #FFFFFF;
}

.btn_clear{
	border-color: #818641;
    background-color: #d2cd2b;
    color: #000000;
}

.btn_regist{
	border-color: green;
    background-color: green;
    color: #FFFFFF;
}

.btn_delete{
	border-color: red;
    background-color: red;
    color: #FFFFFF;
}

.btn_back{
	border-color: #95ca8b;
    background-color: #5baec1;
    color: #FFFFFF;
}

.btn_regist_new{
	border-color: blue;
    background-color: blue;
    color: #FFFFFF;
}
.h1_btn{
	float: right;
    margin-top: -45px;
	margin-right: 5px;
}

.dialogNotHeader .ui-dialog-titlebar{
	display:none;
}

.png_info{
	margin-bottom: 0px;
	width : 14px;
}

#pop_guidance {
	font-size : 14px;
	background-color: #c8f7b9;
}

.jAlert_back{
	width: 100%;
    height: 100%;
    background-color: #000000;
    position: fixed;
    top: 0px;
    left: 0px;
    filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	display : none;
}

.jAlert{
	position: fixed;
    left: 50%;
    top: 65px;
    width: 620px;
    min-height: 150px;
    background-color: #FFFFFF;
    transform: translateX(-300px);
	display : none;
	padding	: 10px;
}

.detail_copy{
	position: absolute;
	font-size:10px;
	left: 100%;
	top: 13px;
	width: 60px;
	transform: translateX(-62px);
	color: blue;
	text-decoration: underline;
	cursor: pointer;
}
	
@media(max-width:599px){
	.jAlert{
		width : 280px!important;
		transform: translateX(-150px);
	}
}
	
.jAlert_msg{
	text-align: center;
	position: relative;
}
.jAlert_btn{
	color: #FFFFFF;
    margin-top: 15px;
	width: 120px;
    height: 50px;
}