@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
.pageTitle .visual .mainImg {
	background: url(../img/access/main_img01.jpg) no-repeat center center;
	background-size: cover;
}

#main .linkList {
	padding-bottom: 12px;
	text-align: center;
	
}
#main .linkList img {
	text-align: center;
	margin-right: auto;
	margin-left: auto;	
}

#main .linkList ul {
	margin: 0 auto 25px;
	width: 696px;
	background: url(../img/common/line.png) repeat-y right top;
}

#main .linkList .sub {
	width: 522px;
}

#main .linkList li {
	width: 174px;
	float: left;
	text-align: center;
	background: url(../img/common/line.png) repeat-y left top;
}

#main .linkList li a {
	padding: 0 0 13px 3px;
	display: block;
	color: #d0c19b;
	font-family: 'Adobe Garamond Pro';
	font-size: 12px;
	text-decoration: none;
	background: url(../img/common/icon01.png) no-repeat center bottom;
}

#main .linkList li a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#main .linkList li a span {
	margin: 3px 0 2px;
	display: block;
	color: #7a5c11;
    font-family: 'a1minchostd';
	font-size: 18px;
	line-height: 1.2;
	letter-spacing: -1px;
}

#main .inner {
	padding: 65px 0 57px;
	background-color: #F7F6F4;
}

#main .tableBox {
	margin: 0 auto 50px;
	width: 945px;
}

#main .tableBox h3 {
	margin-bottom: 17px;
	text-align: center;
}

#main .tableBox table {
	width: 100%;
	color: #525252;
    font-family: 'a1minchostd';
	font-size: 18px;
	border-collapse: collapse;
	border: 1px solid #D5C8AA;
}

#main .tableBox th {
	width: 50%;
	font-weight: normal;
	text-align: center;
	vertical-align: top;
	background-color: #FFF;
	border-bottom: 2px solid #D5C8AA;
	border-right: 2px solid #D5C8AA;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}

#main .tableBox td {
	width: 50%;
	text-align: center;
	vertical-align: top;
	background-color: #FFF;
	border-bottom: 2px solid #D5C8AA;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}

#main .tableBox .text {
	padding: 18px 22px 28px;
	font-size: 14px;
	line-height: 1.6;
	text-align: left;
	border-bottom: none;
}

#main .tableBox01 {
	margin-bottom: 55px;
}

#main .tableBox01 h3 {
	margin-bottom: 23px;
}

#main .tableBox01 th {
	background-color: #FDF8F0;
}

#main .tableBox01 td {
	background-color: #FDF8F0;
}

#main .tableBox01 tr:first-child th {
	padding: 17px 0;
	text-align: center;
	border-right: none;
}

#main .tableBox01 .text {
	padding: 13px 22px 28px;
}

#main .tableBox02 {
	margin-bottom: 55px;
}

#main .tableBox02 h3 {
	margin-bottom: 14px;
}

#main .tableBox03 {
	margin-bottom: 56px;
}

#main .tableBox04 {
	margin-bottom: 64px;
}

#main .tableBox04 h3 {
	margin-bottom: 23px;
}

#main .tableBox04 th,
#main .tableBox04 td {
	padding: 14px 0;
}

#main .tableBox05 {
	margin-bottom: 46px;
}

#main .tableBox05 h3 {
	margin-bottom: 21px;
}

#main .tableBox05 th,
#main .tableBox05 td {
	padding: 24px 0;
}

#main .tableBox06 h3 {
	margin-bottom: 12px;
}

#main .tableBox06 th,
#main .tableBox06 td {
	padding: 23px 0 24px;
}

#main .tableBox06 .text {
	padding-top: 13px;
}

#main .tableBox07 {
	margin-bottom: 17px;
}

#main .tableBox07 h3 {
	margin-bottom: 25px;
}

#main .note {
	font-size: 13px;
	text-align: center;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.pageTitle .visual .mainImg {
		background: url(../img/access/sp_main_img01.jpg) no-repeat center center;
		background-size: cover;
	}
		
	#main .linkList {
		padding: 2px 0 0;
		text-align: center;
	}
	
	#main .linkList ul {
		margin: 0;
		width: auto;
		background: none;
	}
	
	#main .linkList .sub {
		width: auto;
	}
	
	#main .linkList li {
		margin-bottom: 0;
		width: auto;
		float: none;
		text-align: left;
		background: url(../img/common/sp_line.png) repeat-x left bottom;
		background-size: 5px 3px;
	}
	
	#main .linkList li a {
		padding: 2px 0 6px 3px;
		font-size: 10px;
		overflow: hidden;
		text-decoration: none;
		background: url(../img/common/sp_icon01.png) no-repeat 98% center;
		background-size: 4px 5px;
	}

	#main .linkList li a img {
		width: 44px;
		float: left;
	}
	
	#main .linkList li a:hover {
		filter: alpha(opacity=100);
		opacity: 1;
	}
	
	#main .linkList li a span {
		margin: 0;
		padding: 8px 10px 0 12px;
		display: inline-block;
		font-size: 16px;
		line-height: 1.2;
		letter-spacing: -1px;
		vertical-align: bottom;
	}
	
	#main .inner {
		padding: 24px 17px 31px;
	}
	
	#main .tableBox {
		margin: 0 0 50px;
		width: auto;
	}
	
	#main .tableBox h3 {
		margin-bottom: 12px;
	}

	#main .tableBox h3 img {
		margin: 0 auto;
	}
	
	#main .tableBox table {
		font-size: 13px;
	}
	
	#main .tableBox th {
		padding: 10px 0;
		width: 40%;
	}
	
	#main .tableBox td {
		padding: 10px 0;
		width: 60%;
	}
	
	#main .tableBox .text {
		padding: 10px 10px 13px;
		font-size: 10px;
		line-height: 1.6;
	}
	
	#main .tableBox01 {
		margin-bottom: 31px;
	}
	
	#main .tableBox01 h3 {
		margin-bottom: 17px;
	}
	
	#main .tableBox01 th {
		background-color: #FDF8F0;
	}
	
	#main .tableBox01 td {
		background-color: #FDF8F0;
	}
	
	#main .tableBox01 tr:first-child th {
		padding: 11px 0 13px;
		text-align: center;
		border-right: none;
	}
	
	#main .tableBox01 .text {
		padding: 10px 10px 15px;
	}
	
	#main .tableBox02 {
		margin-bottom: 32px;
	}
	
	#main .tableBox02 h3 {
		margin-bottom: 12px;
	}
	
	#main .tableBox03 {
		margin-bottom: 36px;
	}
	
	#main .tableBox03 h3 {
		margin-bottom: 20px;
	}
	
	#main .tableBox04 {
		margin-bottom: 40px;
	}
	
	#main .tableBox04 h3 {
		margin-bottom: 13px;
	}
	
	#main .tableBox04 th,
	#main .tableBox04 td {
		padding: 10px 0;
	}
	
	#main .tableBox05 {
		margin-bottom: 27px;
	}
	
	#main .tableBox05 h3 {
		margin-bottom: 21px;
	}
	
	#main .tableBox05 th,
	#main .tableBox05 td {
		padding: 16px 0;
	}
	
	#main .tableBox06 {
		margin-bottom: 28px;
	}
	
	#main .tableBox06 h3 {
		margin-bottom: 12px;
	}
	
	#main .tableBox06 th,
	#main .tableBox06 td {
		padding: 16px 0;
	}
	
	#main .tableBox06 .text {
		padding-top: 11px;
	}
	
	#main .tableBox07 {
		margin-bottom: 15px;
	}
	
	#main .tableBox07 h3 {
		margin-bottom: 25px;
	}
	
	#main .note {
		font-size: 10px;
	}

}
