@charset 'UTF-8';

/*  society
--------------------------------------- */

/* link の設定
-------------------------------*/

p.link {
	margin:0 0 5px;
	padding:0 0 0 25px;
	background:url("/ja/assets/img/ico_link2.gif") no-repeat left 0.3em;
}

p.link a {
	color:#000099;
	text-decoration:none;
}

p.link a:hover {
	text-decoration:underline;
}


p.tp_txt a {
	text-decoration:underline;
}

/* img の設定
-------------------------------*/
p.img img {
	margin: 2px 10px;
}

figure{
display: inline-block;
}

/* table の設定
-------------------------------*/

.tp_tableBox table th,
.tp_tableBox table td {
	padding: 12px 0;
	text-align: center;
	vertical-align: middle;
	border-right: 1px dotted #999;
}

.tp_tableBox table th:last-child,
.tp_tableBox table td.last {
	border-right: none;
}

.tp_tableBox table th p.tp_tableBox_ttl {
	font-size: 13px;
}

.tp_tableBox table td p.tp_tableBox_txt01 {
	font-size: 14px;
}


