@charset "utf-8";
td {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 18px;
}

table.test tbody tr:nth-child(2n+1) {


}
table.test tbody tr:nth-child(2n+0) {
	background-color:#F0FFFF;
}

}

.col1 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	background-color: #18943b;
	color: #FFF;
}
.col2 {
	background-color: #e0fec2;
}
a {
    color: #74bf89;
}
a:link {
    color: #74bf89;
}
a:visited {
    color: #74bf89;
}
a:hover {
    color: #74bf89;
}
a:active {
    color: #74bf89;
}
.caution {
	color: #C00;
}
.f_blue {
	color: #00F;
}
.f_red {
	color: #F00;
}

/** add by onishi 20140922 **/
#loader {
	width: 100px;
	height: 100px;
	display: none;
	position: fixed;
	_position: absolute; /* IE6対策 */
	top: 50%;
	left: 50%;
	margin-top: -50px; /* heightの半分のマイナス値 */
	margin-left: -50px; /* widthの半分のマイナス値 */
	z-index: 100;
}

#fade {
	width: 100%;
	height: 100%;
	display: none;
	background-color: #FFFFFF;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 50;
}

#container_load{ display: none;}

.user_list td {
    text-align: center;
    white-space: nowrap;
}
.user_list td.ta_left {
    text-align: left;
}
.user_list td.ta_right {
    text-align: right;
}

textarea {
    width: 99%;
}
