@charset "UTF-8";

h1 {
	padding: 14px 15px;
	border-left: 10px solid #004676;
	margin: 0 0 30px;
	font-size: 28px;
	font-weight: bold;
	color: #004676;
	background: #f6f6f6;
}

#contents p {
	line-height: 1.6;
}

/*
index
------------------------------------*/


.index p {
	margin-bottom: .8em;
	font-size:16px;
}

.indexBox01 {
	background: #f2e7e3;
	border: 1px solid #b84513;
	padding: 15px;
	color: #000;
	line-height: 1.6;
	margin-bottom: 1.5em;
}
.indexBox011 {
	background: #fff;
	border: 1px dashed #004574;
	padding: 15px;
	color: #01479d;
	line-height: 1.6;
	margin-bottom: 1.5em;
}

.indexBox011 li {
	margin-left: 1.5em;
	font-weight:bold;
	font-size:16px;
}

.indexBox01 li {
	margin-left: 1.5em;
	font-weight:normal;
}

.indexBox02 dt {
	margin-bottom: 0.5em;
}

.indexBox02 dd ul li {
	margin-left: 1.5em;
	line-height: 1.6;
}
.n-list{
	width:100%;
	margin-bottom:15px;
	background-color:#eef1f3;
	height:277px;
}
.n-list img{
	width:auto;
	float:none;
	margin:0;
}
.n-list-img{
	float:left;
}
.n-list-ul{
	float:right;
	width:55%;
	padding-top:15px;
	padding-bottom:15px;
	padding-right:15px;
}
.n-list-ul p{
	font-size:16px;
}
.n-list-title{
	font-size:22px;
	font-weight:bold;
	color:#01479d;
	padding-bottom:15px;
}
.n-list-title-s{
	font-size:16px;
	font-weight:bold;
	color:#333;
	padding-bottom:15px;
}
.n-list2{
	width:100%;
	margin-bottom:15px;
	height:277px;
}
.n-list2 img{
	width:100%;
	float:none;
	margin:0;
}
.n-list2-img{
	float:right;
	width:50%;
}
.n-list2-ul{
	float:left;
	width:45%;
	padding-top:15px;
	padding-bottom:15px;
	padding-right:15px;
}
.n-list2-ul p{
	padding-top:35px;
}
.c-img{
	text-align:center;
}
.c-img img{
	float:none;
	width:100%;
	height:auto;
	margin:0;
}
/*table*/
.priceTable01 {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-bottom: 20px;
}

.priceTable01 th, 
.priceTable01 td {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 10px;
	line-height: 1.4;
	font-weight:normal;
	font-size:14px;
}

.priceTable01 th {
	background: #803420;
	color: #fff;
	text-align: center;
}

.priceTable01 td.tr {
	text-align: right;
	width: 20%;
}

.priceTable01 td:first-child {
	width: 25%;
}

.priceTable01 td ol {
	margin-top: 0.5em;
}

.priceTable01 td ol li {
	list-style-type: none;
	text-indent: -1em;
	margin: 0 0 0.5em 1em;
}
.tb1 td{
		padding: 10px;
			padding-left:0px;
	line-height: 1.4;
	font-weight:normal;
	font-size:14px;
}
.p-small{
	font-size:14px!important;
}
.t-line{
	text-align:right;
	border-bottom:1px solid #ddd;
}
.tb-line{
	border-bottom:1px solid #ddd;
	text-align:right;
}
.n-list-bd{
	margin-bottom:20px;
}
.tb-bg{
	background-color:#01479d;
	color:#fff;
}
/*
kind
------------------------------------*/
.kind {
	margin-bottom: 40px;
}

.kind h2 {
	border-top: #2b6f9d 2px solid;
	border-bottom: 1px dotted #ccc;
	padding: 0.5em 0;
	color: #000;
	font-size: 22px;
	margin-bottom: 0.5em;
}

.kind h2 i {
	color: #2b6f9d;
}

























