@charset "UTF-8";
div.noframe {
	margin: 0;
	padding: 0;
	overflow : hidden;
	font-size: 10px;
}
div.noframe .clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
div.noframe .clearfix {
	display: inline-block;
	min-height: 1%;  /* for IE 7*/
}
/* Hides from IE-mac */
* html div.noframe .clearfix {
	height: 1%;
}
div.noframe .clearfix {
	display: block;
}
/* End hide from IE-mac */


div.noframe .clear_all {
	clear: both;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	font-size: 1px;
	line-height: -1px;
}
div.noframe #contents_wrap {
	overflow: hidden;
}
div.noframe #contents_wrap td, #contents_wrap dd, #contents_wrap p {
	line-height: 1.5em;
}
div.noframe #contents_wrap #lefttable {
	float: left;
	width: 315px;
}
div.noframe #contents_wrap #righttable {
	float: right;
	width: 315px;
}
/* wrap_float */


div.noframe #contents_wrap h2 {
	background-color: #9dc035;
	padding: 5px 10px;
	font-size: 13px;
	color: #FFFFFF !important;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 15px;
}
/* data */
div.noframe #contents_wrap table.data {
	width: 100%;
}
div.noframe #contents_wrap table.data td {
}
/* note */
div.noframe #contents_wrap #data_note {
	clear: both;
	line-height: 1.5em;
	font-size: 10px;
	color: #555555;
	padding: 10px;
}
/* for Mac IE5 */
div.noframe #contents_wrap table.data td.name {
	background-color: #EEEEEE;
	width: 230px;
	padding: 1px 3px 1px 5px;
	border-top: 2px solid #fff;
	border-bottom: 1px solid #BFBFBF;
}
div.noframe #contents_wrap table.data td.value {
	background-color: #f7f7f7;
	width: 90px;
	border-top: 2px solid #fff;
	border-bottom: 1px solid #BFBFBF;
	padding-right: 5px;
}
/* Hide Mac IE5 \*/
div.noframe #contents_wrap table.data td.name {
	width: auto;
	padding-left: 5px;
}
div.noframe #contents_wrap table.data td.value {
	width: 90px;
}
/* End */


/** データエリア **/
div.noframe .data_area {
	overflow: hidden;
}
div.noframe .data_table {
	width: 48%;
	float: left;
	margin: 0px 0px 20px;
	overflow: hidden;
}
div.noframe .data_table2 {
	width: 48%;
	float: right;
	margin: 0px 0px 20px;
	overflow: hidden;
}

@media screen and (max-width: 768px) {
div.noframe .data_table {
	width: 100%;
	float: none;
}
div.noframe .data_table2 {
	width: 100%;
	float: none;
}
}
div.noframe .data_table td.data_tit {
	background-color: #9dc035;
	padding: 5px 10px;
	font-size: 13px;
	color: #FFFFFF !important;
	font-weight: bold;
}
div.noframe .data_table2 td.data_tit {
	background-color: #9dc035;
	padding: 5px 10px;
	font-size: 13px;
	color: #FFFFFF !important;
	font-weight: bold;
}
div.noframe .data_table td {
	padding: 9px 15px;
	color: #000000;
	font-size: 12px;
}
div.noframe .data_table2 td {
	padding: 9px 15px;
	color: #000000;
	font-size: 12px;
}

div.noframe tr:nth-child(even) {
	background: #ffffff;
}
div.noframe tr:nth-child(odd) {
	background: #f5f5f5;
}
div.noframe .data01 {
	text-align: left;
}
div.noframe .data02 {
	text-align: right;
}
div.noframe .page_area {
	background-color: #FFFFFF;
	border: 1px #C5C5C5 solid;
	padding: 5px 25px 20px;
	margin-bottom: 25px;
}
/** データエリア **/
