/*--------------------------------------------------------------------------------
* 印刷時
--------------------------------------------------------------------------------*/

@media print {
	.not_print {
		display:none;
	}
}


/*--------------------------------------------------------------------------------
* MODULE
--------------------------------------------------------------------------------*/

/*ボディ全体*/
*{margin:0px; padding:0px; }
img{border: none;}
ul,li { margin:0; padding:0; list-style:none; }


/*
===== TwitterBootstrapでGoogleMapが崩れる対応 =============
*/
#map img { max-width: none; }

.input-head .control-group,
.input-head .control-group *,
.table-variable .control-group,
.table-variable .control-group * {
	margin-bottom: 0px;
}
.input-head .control-group {
	float:left;
	margin:5px 10px 0 5px;
}
.input-head .btn-group {
	margin-top:24px;
}

/*
===== navbar通知領域 ==========================================
*/
.navbar .extend-text {
	background-color:#F5F5F5;
	height:20px;
	padding:4px 12px;
	line-height:20px;
	margin-top:6px;
	margin-right: 10px;
	float: right;
}



/*
===== input ==========================================
*/
input[type="file"].file {
	padding:5px 0px 5px 5px;
	height:100%;
	line-height:100%;
	border:1px solid #999;
	background-color: #EEE;
}

/*
===== エラー関連 ==========================================
*/
input.form-error,
select.form-error,
textarea.form-error {
	border-color:#B94A48;
	color:#B94A48;
}
.error-message {
	color: #FF0000;
	display: inline-block;
	margin-top: 3px;
	
}
.alert{
	color: #bb3131;
	margin: 10px 0;
	text-align: center;
}
.message{
	color: #555555;
	margin: 10px 0;
	text-align: center;
}
input[type="file"].form-error {
	border-color:#B94A48;
	color:#B94A48;
}

/*
===== hr ==========================================
*/
hr.frea {
	height: 30px;
	border-style: solid;
	border-color: black;
	border-width: 1px 0 0 0;
	border-radius: 20px;
}
hr.frea:before {
	display: block;
	content: "";
	height: 30px;
	margin-top: -31px;
	border-style: solid;
	border-color: black;
	border-width: 0 0 1px 0;
	border-radius: 20px;
}

hr.dashed {
	border: 0;
	border-bottom: 1px dashed #ccc;
	background: #999;
}

hr.gradient {
	border: 0;
	height: 1px;
	background: #333;
	background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
	background-image:    -moz-linear-gradient(left, #ccc, #333, #ccc);
	background-image:     -ms-linear-gradient(left, #ccc, #333, #ccc);
	background-image:      -o-linear-gradient(left, #ccc, #333, #ccc);
}
hr.dot {
	border: none;
	border-top: dashed 1px #666;
	height: 1px;
	color: #fff;
}


/*
===== リンク関連 ==========================================
*/
.transparent:hover,
.transparent:hover img {
	opacity:0.75;
	filter:alpha(opacity=75);
	-ms-filter: "alpha( opacity=75 )";
}
.pointer {
	cursor: pointer;
}


/*
===== EACH MODULE ==========================================
*/
.devlop {border: 1px solid #F00;}

.bgwhite {background-color: #FFFFFF;}
.bggray {background-color:#CCC;}

/* clear */
.clear{clear: both;}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}

/* IME */
.ime_ac{ime-mode: active;}
.ime_in{ime-mode: inactive;}
.ime_ds{ime-mode: disabled;}

/* float */
.flt{float: left;}
.frt{float: right;}
.fl   {float: left;}
.fr   {float: right;}

/* box size */
.wide100 {width: 100%;}
.wide95  {width: 95%;}
.wide90  {width: 90%;}
.wide85  {width: 85%;}
.wide80  {width: 80%;}
.wide75  {width: 75%;}
.wide70  {width: 70%;}
.wide65  {width: 65%;}
.wide60  {width: 60%;}
.wide55  {width: 55%;}
.wide50  {width: 50%;}
.wide45  {width: 45%;}
.wide40  {width: 40%;}
.wide35  {width: 35%;}
.wide30  {width: 30%;}
.wide25  {width: 25%;}
.wide20  {width: 20%;}
.wide15  {width: 15%;}
.wide10  {width: 10%;}
.wide5   {width: 5%;}
.hfull{height: 100%;}

/* text-align */
.txal {text-align: left;}
.txac {text-align: center;}
.txar {text-align: right;}
.lt{text-align: left;}
.rt{text-align: right;}
.ct{text-align: center;}

/* border */
.topline    {border-top: 1px dashed;}
.bottomline {border-bottom: 1px dashed;}
.leftline   {border-left: 1px dashed;}
.rightline  {border-right: 1px dashed;}

/* vertical-align */
.align-middle { vertical-align:middle !important; }
.align-top    { vertical-align:top !important; }
.align-bottom { vertical-align:bottom !important; }
/*
.vatop {vertical-align: top;}
.to{vertical-align: top;}
.mi{vertical-align: middle;}
.bo{vertical-align: bottom;}
*/


/* margin */
.mt40{margin-top: 40px;}
.mb40{margin-bottom: 40px;}
.ml40{margin-left: 40px;}
.mr40{margin-right: 40px;}

.mt30{margin-top: 30px;}
.mb30{margin-bottom: 30px;}
.ml30{margin-left: 30px;}
.mr30{margin-right: 30px;}

.mt20{margin-top: 20px;}
.mb20{margin-bottom: 20px;}
.ml20{margin-left: 20px;}
.mr20{margin-right: 20px;}

.mt15{margin-top: 15px;}
.mb15{margin-bottom: 15px;}
.ml15{margin-left: 15px;}
.mr15{margin-right: 15px;}

.mt10{margin-top: 10px;}
.mb10{margin-bottom: 10px;}
.ml10{margin-left: 10px;}
.mr10{margin-right: 10px;}

.mb5{margin-bottom: 5px;}
.mt5{margin-top: 5px;}
.ml5{margin-left: 5px;}
.mr5{margin-right: 5px;}

.mb0{margin-bottom: 0px;}
.mt0{margin-top: 0px;}
.ml0{margin-left: 0px;}
.mr0{margin-right: 0px;}

.mlr5 {margin-left: 5px; margin-right: 5px;}
.mlr10 {margin-left: 10px; margin-right: 10px;}

.mtop {margin-top: 10px;}
.mbottom {margin-bottom: 10px;}
.mbottom0 {margin-bottom: 0px;}



/*padding*/
.pt40{padding-top: 40px;}
.pb40{padding-bottom: 40px;}
.pl40{padding-left: 40px;}
.pr40{padding-right: 40px;}

.pt30{padding-top: 30px;}
.pb30{padding-bottom: 30px;}
.pl30{padding-left: 30px;}
.pr30{padding-right: 30px;}

.pt20{padding-top: 20px;}
.pb20{padding-bottom: 20px;}
.pl20{padding-left: 20px;}
.pr20{padding-right: 20px;}

.pt15{padding-top: 15px;}
.pb15{padding-bottom: 15px;}
.pl15{padding-left: 15px;}
.pr15{padding-right: 15px;}

.pt10{padding-top: 10px;}
.pb10{padding-bottom: 10px;}
.pl10{padding-left: 10px;}
.pr10{padding-right: 10px;}

.pt5{padding-top: 5px;}
.pb5{padding-bottom: 5px;}
.pl5{padding-left: 5px;}
.pr5{padding-right: 5px;}

.pt0{padding-top: 0px;}
.pb0{padding-bottom: 0px;}
.pl0{padding-left: 0px;}
.pr0{padding-right: 0px;}

.plr5 {padding-left: 5px; padding-right: 5px;}
.plr10 {padding-left: 10px; padding-right: 10px;}


/* font */
.bold {font-weight: bold;}
.fwb{font-weight: bold;}
.fwn{font-weight: normal;}

.fs11{font-size: 11px;}
.fs12{font-size: 12px;}
.fs13{font-size: 13px;}
.fs14{font-size: 14px;}
.fs15{font-size: 15px;}
.fs16{font-size: 16px;}
.fs18{font-size: 18px;}
.fs20{font-size: 20px;}
.fs24{font-size: 24px;}

.lh100{line-height: 100%;}
.lh120{line-height: 120%;}
.lh130{line-height: 130%;}
.lh150{line-height: 150%;}
.lh180{line-height: 180%;}

/*
===== COLOR ==========================================
*/
.clG {color: #96D1A7;}
.clR {color: #F00;}
.clB {color: #00F;}
.clSunday {color:#dc143c;}
.clSaturday {color:#0000cd;}




/*
===== TABLE ==========================================
*/
table tr.novisible {
	background-color: #BBBBBB; !important
}
.nowrap{ white-space: nowrap; }
.col_mini   {width: 30px; text-align: center;}
.col_small  {width: 70px; text-align: center;}
.col_middle {width: 140px; text-align: center;}
.col_large  {width: 200px; text-align: center;}
.input-smini{width: 30px;}

table.head-center th {
	text-align: center; 
}
table.body-center td {
	text-align: center; 
}

.table td.success {background-color: #dff0d8;}
.table td.error   {background-color: #f2dede;}
.table td.warning {background-color: #fcf8e3;}
.table td.info    {background-color: #d9edf7;}
.table td.red     {background-color: #DD3535;}
.table td.pink    {background-color: #FF98C0;}
.table td.gray    {background-color: #BBBBBB;}

.table tr.success > th {background-color: #dff0d8;}
.table tr.error > th   {background-color: #f2dede;}
.table tr.warning > th {background-color: #fcf8e3;}
.table tr.info > th    {background-color: #d9edf7;}
.table tr.red > th     {background-color: #DD3535;}
.table tr.pink > th    {background-color: #FF98C0;}
.table tr.gray > th    {background-color: #BBBBBB;}

.table tr.success > td {background-color: #dff0d8;}
.table tr.error > td   {background-color: #f2dede;}
.table tr.warning > td {background-color: #fcf8e3;}
.table tr.info > td    {background-color: #d9edf7;}
.table tr.red > td     {background-color: #DD3535;}
.table tr.pink > td    {background-color: #FF98C0;}
.table tr.gray > td    {background-color: #BBBBBB;}

.table-hover tr.success:hover{background-color: #d0e9c6;}
.table-hover tr.error:hover  {background-color: #ebcccc;}
.table-hover tr.warning:hover{background-color: #faf2cc;}
.table-hover tr.info:hover   {background-color: #c4e3f3;}
.table-hover tr.red:hover    {background-color: #fcf8e3;}
.table-hover tr.pink:hover   {background-color: #FF98C0;}
.table-hover tr.gray:hover   {background-color: #808080;}

.nodisplay {display: none;}
.displayNone {display: none !important;}
.displayInline {display: inline;}
.displayInlineBlock {display: inline-block;}
.displayBlock {display: block;}
