@charset "utf-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.t_center{ text-align:center !important;}


/*------------------------------------------------------------
	clearfix
------------------------------------------------------------*/
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	リンク・インプットをタップ時のクラス
------------------------------------------------------------*/
a.tapCtrl, input.tapCtrl,
.tapCtrl a, .tapCtrl input {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.tap {

}

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body,
table,
input, textarea, select, option {
	font-family:"宋体", "微软雅黑", "黑体";
	font-size: 1em;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a,
a:link {
	color: #040404;
	text-decoration: none;
}

a:visited {
	color: #040404;
}

a:hover {
	color: #040404;
}

a:active {
	color: #040404;
}

@media screen and (max-device-width: 480px){
	img{max-width:100%;height:auto;}
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #000;
	font-size: 13px;
	line-height: 1.2;
	text-align: center;
	background-color: #f7f7f7;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
}

#container {
	text-align: left;	
}

table {
	width:100%;
	border-collapse:collapse
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	width:100%;
	position:fixed;
	padding:6px 12px;
	background:#3e76f4;
	box-sizing:border-box
}

#gHeader .logo {
	font-size:23px;
}

#gHeader .logo a {
	color:#fff;
	line-height:36px;
}

#gHeader .logo img {
	width:35px;
	float:left;
	height:35px;
	margin-right:3px
}
#gHeader .tc img {
	width:35px;
	float:left;
	height:35px;
	margin-right:3px
}
#gHeader .tc {
	position:absolute;
	right:12px;
	top:10px;
}

#main {
	padding-top:47px;
}





/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
}

/*------------------------------------------------------------
	main
------------------------------------------------------------*/
#main {
	padding-bottom:40px;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	width:100%;
	position:fixed;
	left:0;
	bottom:0;
	background:#e7e7e7;
	border-top:1px solid #e7e7e7
}

#gFooter li {
	float:left;
	width:33.33%;
	overflow:hidden;
	text-align:center
}

#gFooter li a {
	display:block;
	padding:6px 0;
	color:#333;
}

#gFooter li a b {
	width:25px;
	height:25px;
	display:block;
	overflow:hidden;
	margin:0 auto 8px;
}

#gFooter li.on a {
	background:#df443b;
	color:#fff;
}

#gFooter li a b.onn img {
	margin-top:-26px;
}

input[type='button'] ,input[type='submit']{
	appearance:none;
	-webkit-appearance:none;
}

.RowStyleSelected td
{
    line-height: 20px;
    background-color: #ffcc00;
    border: 1px solid #d69c00;
    padding: 2px 5px;
}

.RowStyle td
{
    line-height: 20px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    padding: 2px 5px;
    white-space:nowrap;
}







