@charset "UTF-8";

/*===================================================================
	General setting
===================================================================*/

body {
	margin: 0;
	padding: 0 8px 0 0;
	font-family:"メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, Arial, Helvetica, sans-serif;
	font-size: 0.9em; 
}

a:link{ color:#3366CC; text-decoration: none;}
a:visited{ color:#3e5990; text-decoration: none;}
a:hover{ color:#477fee; text-decoration: underline;}
a:active{ color:#477fee; text-decoration: underline;}


/*===================================================================
	#module setting
===================================================================*/

/* マージン */
.m0 { margin: 0;}

.mt5 { margin-top: 5px;}
.mt10 { margin-top: 10px;}
.mt15 { margin-top: 15px;}
.mt20 { margin-top: 20px;}
.mt25 { margin-top: 25px;}
.mt30 { margin-top: 30px;}

.mb5 { margin-bottom: 5px;}
.mb10 { margin-bottom: 10px;}
.mb15 { margin-bottom: 15px;}
.mb20 { margin-bottom: 20px;}
.mb25 { margin-bottom: 25px;}
.mb30 { margin-bottom: 30px;}


/* 幅 */
.w100 { width: 100% !important;}
.w95 { width: 95% !important;}
.w90 { width: 90% !important;}
.w85 { width: 85% !important;}


/* パッディング */
.p0 { padding: 0;}
.p10 { padding: 10px !important;}
.p20 { padding: 20px !important;}
.p30 { padding: 30px !important;}

/* HRライン */
hr {
	height: 1px;
	border:none;
	border-top: 1px solid #999; 
/*	border-width: 1px 0px 0px 0px;
	border-style: solid;*/
	clear: both;
}
hr.wline { margin: 5px 0; border-color: #fff;}
hr.gline { margin: 5px 0; border-color: #ccc;}
hr.trans { border-color: transparent;}

p.mds-mini { font-size: 1.1em;}


/* 文字 */
.tbld { font-weight: bold;}
.tnml { font-weight: normal;}
.red { color: #f00;}
.blue { color: #036;}


/* 表組テーブル */
table { width: 100%;}

/*
.tablebox th,
.tablebox td { 
	padding: 10px;
	border-right: 1px solid #ccc; 
	border-bottom: 1px solid #ccc;
}
*/

/* グレー枠 */
.grayFrame { border: 1px solid #ccc; text-align: center;}



/*===================================================================
	#detail setting
===================================================================*/

h1 { margin: 5px 0; font-size: 18px;}

table { font-size: 0.9em;}




