@charset "utf-8";

/*============================================
テーブル４行				about_emergence.php
============================================*/

.tbl_row4 {
	margin:0px;
	padding:0px;
	width:700px;
	border:1px solid #D4D4D4;
	-moz-border-radius-bottomleft:9px;
	-webkit-border-bottom-left-radius:9px;
	border-bottom-left-radius:9px;
	-moz-border-radius-bottomright:9px;
	-webkit-border-bottom-right-radius:9px;
	border-bottom-right-radius:9px;
	-moz-border-radius-topright:9px;
	-webkit-border-top-right-radius:9px;
	border-top-right-radius:9px;
	-moz-border-radius-topleft:9px;
	-webkit-border-top-left-radius:9px;
	border-top-left-radius:9px;
}

.tbl_row4 table{
	width:700px;
	margin:0px;
	padding:0px;
}

/*スマホ用スタイル*/
@media only screen and (max-width:799px) {
	.tbl_row4 {
		width:100%;
	}
	.tbl_row4 table{
		width:100%;
	}
}

/* 四辺の丸め */
.tbl_row4 tr:last-child td:last-child {
	-moz-border-radius-bottomright:9px;
	-webkit-border-bottom-right-radius:9px;
	border-bottom-right-radius:9px;
}

.tbl_row4 table tr:first-child td:first-child {
	-moz-border-radius-topleft:9px;
	-webkit-border-top-left-radius:9px;
	border-top-left-radius:9px;
}

.tbl_row4 table tr:first-child td:last-child {
	-moz-border-radius-topright:9px;
	-webkit-border-top-right-radius:9px;
	border-top-right-radius:9px;
}

.tbl_row4 tr:last-child td:first-child{
	-moz-border-radius-bottomleft:9px;
	-webkit-border-bottom-left-radius:9px;
	border-bottom-left-radius:9px;
}

/* 四辺の線分 */
.tbl_row4 tr:last-child td{
	border-width:0px 1px 0px 0px;
}

.tbl_row4 tr td:last-child{
	border-width:0px 0px 1px 0px;
}

.tbl_row4 tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}

.tbl_row4 tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}

.tbl_row4 tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

/* テーブルヘッダー */
.tbl_row4 tr:first-child td{
	background-color:#A8D3FF;
	border:0px solid #FFFFFF;
	text-align:center;
	padding:4px 7px 4px 7px;
	color:#000000;
}

/* テーブル１列目 */
.tbl_row4 td:first-child{
	width: 10%;
	background-color:#A8D3FF;
	border:0px solid #FFFFFF;
	text-align:center;
	padding:4px 7px 4px 7px;
	color:#000000;
}

/* テーブル２行目以降 */
.tbl_row4 td{
	width: 30%;
	background-color:#E1F0FF;
	border:0px solid #FFFFFF;
	text-align:left;
	padding:1px 7px 1px 7px;
	color:#000000;
}

.tbl_row4 td.img {
	padding: 0px 1px 0px 1px;
	height: auto;
	width: auto;
	text-align: center;
	background-color: #E1F0FF;
	border: none;
}