@charset "UTF-8";

body
{
	position: relative;
	background-color: #000000;
	height: 100%;
	min-height: 100%;
	font-size: 12px;
}
a
{
	color: #99CCFF;
	text-decoration: none;
}
a:hover, a:focus
{
	color: #990000;
	cursor: pointer;
	text-decoration: underline;
}

#header
{
	width: 100%;
	height: 80px;
	background-image: url(../images/headbg.png);
	background-position: right;
	border-bottom: 6px solid #004586;
}
#header_bg
{
	width: 100%;
	height: 100%;

	/*For Old WebKit*/
	background: -webkit-linear-gradient( top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100% );
	/*For Modern Browser*/
	background: linear-gradient( to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100% );
}
#header_inner
{
	width: 100%;
	max-width: 1000px;
	margin: 0px auto;
	height: 100%;
}
h1
{
	display: block;
	float: left;
	padding: 5px 10px;
}
#ktxlogo
{
	float: right;
	padding: 5px 10px;
	display: none;
}
.menubtn
{
	position: relative;
	top: 15px;
	margin: 0px 10px;
	float: right;
	width: 44px;
	height: 42px;
	background-color: #999999;
	border: 1px solid #CCCCCC;
	border-radius: 6px;
	cursor: pointer;
}
.gmenu
{
	display: none;
	position: absolute;
	z-index: 50;
	top: 10px;
	right: 10px;
	width: 190px;
}
.gmenu li
{
	background-color: #d0d0d4;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
.gmenu li.gmenu_first
{
	padding: 10px 0px 20px 0px;
	border-top: 16px solid #00285f;
}
.gmenu li.gmenu_first p
{
	line-height: 30px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
}
.gmenu li.gmenu_first p span
{
	font-size: 12px;
}
.gmenu li.gmenu_spacer
{
	background-color: transparent !important;
	border-left: none !important;
	border-right: none !important;
	height: 15px;
}
.gmenu .menuitem a
{
	width: 160px;
	height: 14px;
	padding: 15px 15px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	color: #222222;
}
.gmenu .menuitem:hover
{
	background-color: #EEEEEE;
}
.gmenu .menuitem a:hover
{
	text-decoration: none;
}
.togmenu
{
	display: block !important;
}

#wrapper
{
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-image: url(../images/bg.png);
	background-attachment: fixed;
}
#main
{
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: 0px auto;
	padding: 10px 0px 80px 0px;
	color: #CCCCCC;
}
.contents
{
	padding: 5px;
}
#footer
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 80px;
	text-shadow: 0px 0px 2px rgba(0,0,0,0.75);
}
#footmenus
{
	padding-top: 10px;
	height: 20px;
	text-align: center;
	margin: 0px auto;
}
#footmenus li
{
	font-size: 12px;
	line-height: 20px;
	vertical-align: top;
	display: inline-block;
	margin: 0px 10px;
}
#footmenus li a
{
	color: #999999;
}
#copyright
{
	padding-top: 20px;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-align: center;
	vertical-align: middle;
}

.disabledbtn.disabled,
.disabledbtn.disabled:hover
{
	/*For Old WebKit*/
	background: -webkit-linear-gradient( top, rgba(128,128,128,1) 0%, rgba(128,128,128,1) 100% );
	/*For Modern Browser*/
	background: linear-gradient( to bottom, rgba(128,128,128,1) 0%, rgba(128,128,128,1) 100% );
}
.disabledbtn a.disabled
{
	opacity: 0.5;
	pointer-events: none !important;
	cursor: default !important;
}
.disabledbtn a.disabled:hover
{
	color: #3333ff !important;
	text-decoration: none !important;
}
.apply_additemtr a.disabled
{
	opacity: 0.3;
	pointer-events: none !important;
	cursor: default !important;
}
.apply_additemtr a.disabled:hover
{
	color: #3333ff !important;
	text-decoration: none !important;
}

.inputguide
{
	color: #CC6666;
	font-size: 12px;
	font-weight: normal;
	padding: 4px 0px 1px 0px; 
}

.dateinput_y
{
	width: 50px !important;
	text-align: right;
}
.dateinput_m,
.dateinput_d,
.dateinput_h,
.dateinput_i
{
	width: 25px !important;
	text-align: right;
}
.nameinput
{
	width: 100px !important;
}
.check_li
{
	display: inline-block;
}

.pubbtns
{
	margin: 0px auto;
	padding: 5px;
	text-align: center;
}
.pubbtn
{
	display: inline-block;
	height: 36px;
	min-width: 80px;
	text-align: center;
	border-radius: 6px;
	margin: 5px;
	border: 1px solid #666666;
	box-shadow: 0px 0px 2px 2px rgba(255,255,255,0.15);

	/*For Old WebKit*/
	background: -webkit-linear-gradient( top, rgba(64,64,64,1) 0%, rgba(0,0,0,1) 100% );
	/*For Modern Browser*/
	background: linear-gradient( to bottom, rgba(64,64,64,1) 0%, rgba(0,0,0,1) 100% );
}
.pubbtn a
{
	display: inline-block;
	padding: 3px 0px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	vertical-align: middle;
	text-align: center;
	color: #CCCCCC;
}
.pubbtn:hover
{
	/*For Old WebKit*/
	background: -webkit-linear-gradient( top, rgba(192,192,192,1) 0%, rgba(64,64,64,1) 100% );
	/*For Modern Browser*/
	background: linear-gradient( to bottom, rgba(192,192,192,1) 0%, rgba(64,64,64,1) 100% );
}
.pubbtn a:hover
{
	text-decoration: none;
	color: #000000;
}

.pconly_tablecell
{
	display: none;
}


@media only screen and (min-width: 480px) {

	body
	{
		font-size: 13px;
	}
	#ktxlogo
	{
		display: inline-block;
	}

}
@media only screen and (min-width: 600px) {

	.contents
	{
		padding: 10px 15px;
	}

}
@media only screen and (min-width: 800px) {

	.menubtn
	{
		display: none;
	}
	.gmenu
	{
		display: block;
		top: 25px;
		left: auto;
		right: auto;
		margin-left: 10px;
	}
	.contents
	{
		padding: 15px 20px;
		margin-left: 200px;
	}
	.pconly_tablecell
	{
		display: table-cell;
	}

}
@media only screen and (min-height: 850px) {
	.gmenu
	{
		top: 106px;
		position: fixed;
	}
}