@charset "shift_jis";
/* CSS Document */

#main h2#map {
	margin: 0;
}
.access h3 {
	height: 45px;
	font-size: 15px;
	font-weight: bold;
	position: relative;
	margin: 20px 0 0;
	color: #000;
	line-height:45px;
	text-indent:10px;
	background:url("/com/temp2/img/h2_bg.jpg") repeat-x;
}
.access h3 span {
	font-family: 'Lora', serif;
	font-size: 24px;
	padding: 0 16px 0 2px;
	font-weight: 700;
	color: #000;
}

_::content, _:future, .access h3 span:not(*:root){
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(1.00,#000 80%), color-stop(0.00, #f01182));
    background-image: -webkit-linear-gradient(to right bottom, #f01182, #000 80%);
    background-image: linear-gradient(to right bottom, #f01182, #000 80%);
}

.access_nav {
	overflow: hidden;
	margin-bottom: 10px;
}
.access_nav ul {
	display: block;
	height: 16px;
	padding: 5px 0;
	float: right;
	overflow: hidden;
}
.access_nav ul li {
	display: block;
	font-size: 10px;
	padding: 0 5px;
	float: left;
}
.access_nav ul li a {
	display: block;
	color:#b59666;
}
.access_nav ul li a:hover {
	color: #f01182;
}
ul.access_guide li {
	width: 178px;
	margin: 4px;
	padding: 2px;
	float: left;
}
ul.access_guide li p {
}
.access_txt_01 {
	padding: 0 3px;
	font-size: 14px;
}
.access_txt_02 {
	padding: 1px 0;
	min-height: 80px;
}
.access_txt_02 span {
	font-weight: bold;
	font-size: 16px;
	color: #b69667;
}

@media print {
#pagetop, #sidebar,
#footer_nav, #pagetop_btn a, .footer_bnr, 
#gmap, #guide, .access_guide, .access_txt_01,
h2, .access_nav, #page_bottom {
	display: none;
}
#main {
	padding-left: 125px;
}
#footer .footer_inner .footer_logo {
	width: 820px;
	padding-left: 125px;
}
#footer .footer_inner .footer_logo a {
    width: 300px;
    float: left;
}
#footer .footer_inner .footer_logo p {
    padding-left: 30px;
}
iframe {
	padding-top: 20px;
}
}