@charset "shift_jis";

/* eventa表示用
---------------------------------------------*/
/*  キャプション付きの画像を配置する場合*/
div.imagebox_right {
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
	text-align: center;
	float: none;
	max-width: 100%;
}
div.imagebox_left {
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
	text-align: center;
	float: none;
	max-width: 100%;
 }
 
.link li,.download li  {
	list-style-type: none;
}

.link li a  {
	margin-bottom: 1.5em;
	background-image: url(../common_img/icon_arrowGray.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 1em;
	margin-top: 1.5em;
}
.download li a {
	margin-bottom: 1.5em;
	padding-left: 1em;
}
.download li img {
	margin-bottom: 4px;
}
.caption {
	font-size: 90%;
	padding-bottom: 10px;
}
.date {
	text-align: right;
}


/* table
-----------------------------------------------	*/
section table {
	width: 100%;
	border: #CCC 1px solid;
	margin-top: 20px;
	margin-bottom: 20px;
}
section table tr th,
section table tr td {
	padding: 4px 8px;
	border: #CCC 1px solid;
}
section table thead tr th {
	background-color: #E5E5E5;
}
section table tfoot tr th, 
section table tfoot tr td {
	background-color: #F5E9B8;
}
section table tbody tr th {
	background-color: #FCF8E7;
}
section table tfoot tr td.tdC,
section table tbody tr td.tdC {
	text-align: center;
}
section table tfoot tr td,
section table tbody tr td {
	text-align: left;
}
section table tfoot tr td.tdR,
section table tbody tr td.tdR {
	text-align: right;
}

/* -----------------------------------------------
 table module
-------------------------------------------------- */
/* tbl1 立体*/
table.tbl1 {
	width: 100%;
	border-collapse: separate;
	border-spacing: 1px;
	background-color: #E0DFDC;
	margin-bottom: 5px;
	font-size: 0.77em;
}
table.tbl1 caption {
	margin-bottom: 0.5em;
	font-weight: bold;
}
table.tbl1 tr th,
table.tbl1 tr td {
	padding: 5px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-left-color: #FFF;
	background-color: #FFF;
}
table.tbl1 tr td.col_01 {
	background-color: #FFF;
	color: #333;
	text-align: center;
}

table.tbl1 tr td.col_02 {
	background-color: #EFEFEB;
}
table.tbl1 tr th {
	background-color: #EFEFEB;
	color: #333;
	text-align: center;

}
table.tbl1 tr td {
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}

.bg_dgray{
	background-color: #E1E0DD;
}


.bg_gray{
	background-color: #EFEFEB;
}


/* -----------------------------------------------
 color style
-------------------------------------------------- */

.col_green {
	color: #7AA722;
}
.col_gold {
	color: #963;
}
.col_red {
	color: #E93012;
}

.col_greenL {
	color: #7AA722;
	font-size: 1.231em;
	font-weight: bold;
}
.col_goldL{
	color: #963;
	font-size: 1.231em;
	font-weight: bold;
}
.col_redL {
	color: #E93012;
	font-size: 1.231em;
	font-weight: bold;
}



/* -----------------------------------------------
 common style
-------------------------------------------------- */
/* notes1 */
.notes1 {
	line-height: 1.3;
	font-size: 85%;
}
*:first-child + html .notes1 { /*for IE7*/
	font-size: 70%;
}
* html .notes1 { /*for IE6*/
	font-size: 70%;
} 

.text10 { font-size:77%; }
.text11 { font-size:85%; }
.text12 { font-size:93%; }
.text13 { font-size:100%; }
.text14 { font-size:108%; }
.text15 { font-size:116%; }
.text16 { font-size:123.1%; }
.text17 { font-size:131%; }
.text18 { font-size:138.5%; }
.text19 { font-size:146.5%; }
.text20 { font-size:153.9%; }
.text21 { font-size:161.6%; }
.text22 { font-size:167%; }
.text23 { font-size:174%; }
.text24 { font-size:182%; }
.text25 { font-size:189%; }
.text26 { font-size:197%; }



/* line */
.lineC {
	text-align: center;
}
.lineR {
	text-align: right;
}

/* blank */
.blank1 {
	margin-bottom: 13px;
}
.blank2 {
	margin-bottom: 26px;
}


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

/*  キャプション付きの画像を配置する場合*/
div.imagebox_right {
	float: right;
	font-size: 80%;
	color: gray;
	padding-left: 20px;
 }
div.imagebox_left {
	float: left;
	font-size: 80%;
	color: gray;
	padding-right: 20px;
 }
}

