@charset "Shift_JIS";
.table-os {
	border-collapse:separate;
	border-left:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	text-align:center;
	width: 100%;
}
.table-os.mac {
	width: 300px;
}

.table-os td {
	border-bottom:1px solid #CCCCCC;
	border-collapse:separate;
	border-right:1px solid #CCCCCC;
	padding:5px;
}
.table-os .gray_bg {
	background-color:#F6F6F6;
	border-color:#FFFFFF rgb(204, 204, 204) rgb(204, 204, 204) rgb(255, 255, 255);
	border-style:solid;
	border-width:1px;
	text-align:center;
}
.table-os_left {
	float:left;
	margin-bottom:30px;
	width:800px;
}
.table-os_right {
	float:right;
	margin-bottom:30px;
	text-align:right;
	width:120px;
}


.table-caption {
	display: block;
	width: 738px;
	text-align: center;
	background: #F6F6F6;
	padding: 5px 0;
	border: 1px solid #CCC;
	font-weight: normal;
}
.table-wrap {
	width: 100%;
}
.table-wrap table {
	float: left;
	width: 320px;
	height: 120px;
	text-align: center;
	border-top: 0;
	border-right: 0;
}
	.table-wrap table th,
	.table-wrap table td{
		border: 1px solid #CCC;
		border-top: 0;
		border-right: 0;
	}
	.table-wrap table th {
		text-align:center;
		height: 90px;
		background-color:#F6F6F6;
		font-weight: normal;
	}
	.table-wrap table td {
		height: 40px;
	}
	.table-wrap table.last {
		width: 100px;
	}
	.table-wrap table.last th,
	.table-wrap table.last td {
		border-right: 1px solid #CCC;
	}
	.table-wrap table td.middle {
		background-color: #FFF;
	}
	.disp-none {
		display: none;
	}
	

dl.annotation{
	width:400px;
}
dl.annotation dt{
   width: 2em;
   float: left;
   color:#CC0000;
}

dl.annotation dd{
    margin-left: 2em;
    _text-indent: -4px;
}

dl.annotation2 {
	width:auto;
}
dl.annotation2 dt{
   width: 2em;
   float: left;
   color:#CC0000;
}

dl.annotation2 dd{
    margin-left: 2em;
    _text-indent: -4px;
}


.img_left {
	float: left;
	margin: 0pt 20px 0pt 0pt;
}
.img_right {
	float: right;
	margin: 0pt 0pt 20px 20px;
}
.red{
	color:#CC0000;
}

@media (max-width: 640px){
	.table-wrap table {
		width: 100%;
	}
	.table-os {
		width: 100%;
	}
	.table-os.mac {
		width: 100%;
	}
	.table-os tr {
		width: auto;
	}
	.table-os td {
		width: auto;
		white-space: nomal;
	}
	dl.annotation{
		width: auto;
	}
	.table-caption {
		width: 100%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	.table-wrap table {
		float: none;
		width: 100%;
		height: 120px;
		text-align: center;
		border:1px solid #FFFFFF rgb(204, 204, 204) rgb(204, 204, 204) rgb(255, 255, 255);
	}
		.table-wrap table th,
		.table-wrap table td{
			border: 1px solid #CCC;
			border-top: 0;
		}
		.table-wrap table th {
			height: auto;
			width: 33%;
		}
		.table-wrap table.last {
			width: 100%;
		}
		.table-wrap table.last th,
		.table-wrap table.last td {
			border-right: 1px solid #CCC;
		}
		.table-wrap table.last th.disp-none ,
		.table-wrap table.last td.disp-none {
			display: table-cell;
			background-color: #FFF;
			border: 0;
		}
		.table-wrap table th.middle,
		.table-wrap table td.middle{
			width: 34%;
		}
		
	.mq-break {
		display: block;
	}
	
	.img_right {
		margin: -30px 0px 20px 0px;
	}
}