@charset "euc-jp";

/*----- PC / スマホ -------*/
.only_sp{ display: none; }
.only_sp_abso{
	position: absolute;
	left: -9999px;
}
.only_pc{ display: block; }

/*-----------------------*/




img { /* すべてのimgをresponsive 2015 */
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	/*vertical-align: middle;*/
}


/* -- */

div#header {
	width: 960px;
	height: 150px;
	margin: 0px auto;
	position: relative;
	font-size: small;
}
div#pre_header_menu {
	height: 20px;
	width: 565px;
	position: absolute;
	left: 395px;
	top: 30px;
}
div#header_menu {
	width: 960px;
	position: absolute;
	top: 80px;
	left: 0px;
}



div#content {
	width: 960px;
	margin: 0px auto;
}
div#sidebar {
	float: left;
	width: 180px;
}
div#content_end {
	clear: both;
	font-size: 9px;
	text-indent: -2000px;
}


div#footer_base {
	background: url(images/bg_footer.jpg);
	clear: both;
	
}

div#footer {
	margin: 0px auto;
	width: 960px;
	padding: 12px 0px 20px;
	font-size: 9pt;
	clear: both;
}
div#footer p#law_links{
	float: left;
	width: 60%;
	color: #333;
}
div#footer p#law_links a{
	color: #000;
	text-decoration: none;

}
div#footer p#law_links a:hover{
	color: #900;
	text-decoration: underline;

}

div#footer p#foot_links{
	color: #999;
	clear: both;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
div#footer p#foot_links a{
	font-weight: bold;
	color: rgba(51,51,51,1);
	display: inline-block;
	margin-right: 8px;
	margin-left: 8px;
	background-color: rgb(243, 242, 240);
	padding: 8px;
	border-radius: 8px;
	text-decoration: none;
}

div#footer p#foot_links a:hover{
	background-color: rgba(204,153,102,1);
	text-decoration: none;
}
div#footer p#copy_r{
	text-align: right;
	font-size: 8pt;
	color: #333;
}


div#header h1 {
	font-size: small;
}
div#header h1 a {
	display: block;
	height: 0px;
	overflow: hidden;
	width: 380px;
	margin: 0px;
	padding: 45px 0px 0px;
	position: absolute;
	top: 15px;
	background: url(images/main_logo2.gif) no-repeat;
}


/* ダウンロードボタン */

p.sheet_dl {display: inline-block;}

p.sheet_dl a {
display: block;
    padding: 10px;
    background:  #066ABB; 
    text-align: center;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 14pt;
    border: 1px solid #000208;
    margin: 24px 0;
    letter-spacing: -1px;
    border-radius: 6px;
	box-shadow: 5px 5px #0000004a;
}
p.sheet_dl a:hover { background:#00289a;}




/* GO PAGE TOP リンク*/
p.go_pagetop {
	margin: 0px 0px 0px auto;
	clear: both;
	width: 120px;
	padding-bottom: 25px;
	font-size: xx-small;

}
p.go_pagetop a {
	height: 0px !important;
	height /**/: 20px;
	overflow: hidden;
	padding-top: 20px;
	width: 120px;
	display: block;
	text-decoration: none;
	background: url(images/bg_gopagetop.gif) no-repeat center top;	
}
p.go_pagetop a:hover {
	background-position: left -20px; /* not BOTTOM */
}


/* GO PAGE TOP リンク --------------------------------------------------------------------------------------------------------------------------- */

p#go_pagetop {
	width: 50px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	text-decoration: none;
	font-size: 9px;

}
p#go_pagetop a {
	height: 0px !important;
	height /**/: 22px;
	overflow: hidden;
	padding-top: 50px;
	width: 50px;
	display: block;
	text-decoration: none;
	background: url(/images/icon_page_top.png) no-repeat center top;
}

/* google 地図 --------------------------------------------------------------------------------------------------------------------------- */

/* GOOGLE MAP */
.google-map-canvas,
.google-map-canvas * { .box-sizing(content-box); }
.google-map-canvas img {
    max-width: none;
}
.google-map-canvas iframe{
		padding: 4px;
    background: rgb(255, 255, 255);
    border-radius: 4px;
    border: solid 1px rgb(204, 204, 204);
}
.google-map-canvas p{
	font-size: 11px;
	font-weight: bold;
	text-align: right;
}





/**/

