/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

/*
* {
	margin: 0;
	padding:0;
}*/


html {
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	font-size: 1.1rem;
	height: 100%;
}


body {
	height: 100%;
	margin:0;
	padding:0;
}



body, button, input, select, textarea, pre {
	/*font-family: 'Courier New', "游ゴシック体 Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-family: 'ヒラギノ角ゴ ProN W3',"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Helvetica, Arial,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height: 1.5;
	color: #333;
}


a {
	color: #97a157;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #FFCC33;
}

a img {
	border: none;
	margin: 0px;
}

a.click_area:hover {
	position : relative;
	top : 1pt;
	left : 1pt;
}

a.click_pagetop:hover {
	position : relative;
	top : -3pt;
}

a.click_btn_head:hover {
	position : relative;
	top : 2pt;
}

img {
	border:none;
	margin: 0px;
	vertical-align: top;
}

hr {
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #c0c0c0;
	height: 1px;
}

strong {
	color: #7e6b5a;
}

h1 {
	font-size: 8pt;
	font-weight: normal;
	color: #b3a698;
	text-align: left;
	padding: 0;
}


h2 {
	font-size: 8pt;
	font-weight: normal;
	color: #b3a698;
}

h2#own_breadcrumbs {
	font-size: 8pt;
	font-weight: normal;
	color: #b3a698;
}

h3 {
	font-weight: normal;
}

div,p {
	/*border: 1px solid red;*/
	text-align: left;
	vertical-align: top;
	margin-bottom: 0;
}
div.div_clear {
	height: 1px;
	clear:both;
	/*border: 1px solid;*/
}



/*
 Control
-----------------------------------------------------------------*/
.form-group {
	margin: 0;
	padding-bottom: 15px;
	overflow: hidden;
}

.form-group input {
	margin-right: 5px;
}
.form-group .radio-inline {
	margin-right: 20px;
}



.select_disable {
	background: #DDD;
}


.btn_new_client,
.btn_select_client,
.btn_close_client {
	font-size: 0.9rem;
}


.input_error,
.input_error_date {
}
.input_error .err_text,
.input_error_date .err_text {
	color: red;
	font-size: 0.9rem;
}

.radio-inline {
	margin-right: 20px;
}



.mark_button {
	cursor: pointer;
	padding: 0 7px 0 9px;
	background: #f6d866;
	color: #FFF;
	font-size: 110%;
	border-radius: 3px;			/* CSS3草案 */  
	-webkit-border-radius: 3px;	/* Safari,Google Chrome用 */  
	-moz-border-radius: 3px;	/* Firefox用 */
}

.mark_require {
	color: #d8402d;
	margin-left: 10px;
}


.hidden-pc-inline {
	display: none;
}
.hidden-lg-inline {
	display: none;
}
.hidden-lg-inline-up {
	display: inline;
}

@media screen and (max-width: 991px) {
	/* lgサイズ以下の場合 */
	.hidden-lg-inline {
		display: inline;
	}
	.hidden-lg-inline-up {
		display: none;
	}
}
@media screen and (max-width: 544px) {
	/* smサイズ以下の場合 */
	.hidden-pc-inline {
		display: inline;
	}
}





/*
 PageTop & PageDown
-----------------------------------------------------------------*/
/* aタグ */
#btn_pagetop, #btn_pagebottom {
	background: #bbddae;
	padding: 14px 10px;
	border: 1px solid #FFF;
	z-index: 3;
	position: fixed;
}

#btn_pagetop {
    bottom: 90px;
}
 
#btn_pagebottom {
    bottom: 35px;
}
 
#btn_pagetop:hover, #btn_pagebottom:hover {
    border: 1px solid #d8402d;
}
 
/* spanタグ */
#btn_pagetop span, #btn_pagebottom span {
    display: block;
    height: 16px;
    width: 28px;
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
 
#btn_pagetop span {
    background:url(../images/p_top.png) no-repeat top;
}
 
#btn_pagebottom span {
    background:url(../images/p_down.png) no-repeat bottom;
}
 
#btn_pagetop:hover span {
    background:url(../images/p_top.png) no-repeat bottom;
}
 
#btn_pagebottom:hover span{
    background:url(../images/p_down.png) no-repeat top;
}


@media (max-width: 700px) {
    #btn_pagetop, #btn_pagebottom {
        display: none;
    }
}


/* モバイル用スタイル */
/*
@media (max-width:640px) {
	#page_top, #page_down {
	    right:5px;
	    padding:8px 6px;
	}
	 
	#page_top {
	    bottom:35px;
	}
	 
	#page_down {
	    bottom:5px;
	}
	 
	#page_top span, #page_down span {
	    height:8px;
	    width:12px;
	}
	 
	#page_top span {
	    background:url(http://inosh.jp/wp-content/themes/keni61_wp_corp_140111/images_my/p_top.png) no-repeat top;
	    background-size:11px 22px;
	}
	 
	#page_top:hover span {
	    background:url(http://inosh.jp/wp-content/themes/keni61_wp_corp_140111/images_my/p_top.png) no-repeat bottom;
	    background-size:11px 22px;
	}
	 
	#page_down span {
	    background:url(http://inosh.jp/wp-content/themes/keni61_wp_corp_140111/images_my/p_down.png) no-repeat bottom;
	    background-size:11px 22px;
	}
	 
	#page_down:hover span {
	    background:url(http://inosh.jp/wp-content/themes/keni61_wp_corp_140111/images_my/p_down.png) no-repeat top;
	    background-size:11px 22px;
	}
}
*/






/*
 layout
-----------------------------------------------------------------*/
header {
	position: relative;
	z-index: 9999;
	background: #FFF;
	/*height: 50px;*/
}

.main-body {
	background: url(../images/bg_fabric.gif) repeat;
	min-height: 100%;
	padding: 10px 0 50px;
}

.outline {
	outline: 1px solid blue;
}

.padding-tb {
	padding-top: 20px;
	padding-bottom: 20px;
}

.padding-t {
	padding-top: 20px;
}

.padding-b {
	padding-bottom: 20px;
}

.padding-tb-sm {
	padding-top: 10px;
	padding-bottom: 10px;
}

.margin-b {
	margin-bottom: 20px;
}

.margin-b50 {
	margin-bottom: 50px;
}

.margin-b-no {
	margin-bottom: 0;
}

.padding-b-no {
	padding-bottom: 0;
}

.text-left{
	text-align: left;
}

.text-right{
	text-align: right;
}

.text-center{
	text-align: center;
}

.text-big {
	font-size: 120%;
}
.text-small {
	font-size: 80%;
}
.text-xsmall {
	font-size: 70%;
}

.text-bold {
	font-weight: bold;
}

.css_btn {
	background: -moz-linear-gradient(top,#FFF 0%,#E6E6E6);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	color: #111;
	-moz-box-shadow: inset 1px 1px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow: inset 1px 1px 1px rgba(000,000,000,0.3);
	width: auto;
	padding: 2px 2px;
	margin: 5px 0;
	text-align: center;
	cursor: pointer;
}




.text-red {
	color: red;
}
.text-green {
	color: #1577a2;
}

.disp-none {
	display: none;
}


/* 印刷時に印刷したくない箇所の設定 */
@media print{
	.noprint {
		display:none;
	}
}



/* datepickerのz-indexの設定 */
.ui-datepicker { 
	z-index: 99999 !important;
}

