@charset "UTF-8";
/*------------------------------------------------------------pagetitle*/
#pagetitle {
    background: url(../img/trimming_img/pagetitle_bg.jpg) center no-repeat;
}

/*------------------------------------------------------------content*/
/*section01*/
#sec01 ol li {
	text-align: left;
	list-style-position: inside;
}
/*section02*/
#sec02 table {
	width: 100%;
	border-left: 1px solid #7aace7;
	border-top: 1px solid #7aace7;
	margin-bottom: 15px;
}
#sec02 table th {
	border-right: 1px solid #7aace7;
	border-bottom: 1px solid #7aace7;
	background: #F2F7FF;
	color: #7aace7;
	text-align: left;
	padding: 5px;
}
#sec02 table td {
	border-right: 1px solid #7aace7;
	border-bottom: 1px solid #7aace7;
	background: #fff;
	text-align: right;
	padding: 5px;
}
@media print, screen and (min-width:768px) {
#sec02 table th {
	padding: 10px;
}
#sec02 table td {
	padding: 10px;
}
}