@charset "UTF-8";

/*-------------------------------------------------------------------------------------------------------------------------------
* 基本設定
-------------------------------------------------------------------------------------------------------------------------------*/
body{
	font-size: 12px;
	color: #000000;
	line-height: 1.5;
	font-family: 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
	background: #FFF;
	text-align: justify;
	text-justify: inter-ideograph;
	-webkit-text-size-adjust: 100%;
}

/*-------------------------------------------------------------------------------------------------------------------------------
* common
-------------------------------------------------------------------------------------------------------------------------------*/
#container{
	width: 100%;
}
#wrapper{
	width: 995px;
	margin-left: auto;
	margin-right: auto;
}

/* header
=================================================================== */
#header{
	width: 100%;
	position: relative;
}
#header_inner{
	width: 995px;
	overflow: hidden;
}
.h_logo{
	float: left;
}


/*-------------------------------------------------------------------------------------------------------------------------------
* contents
-------------------------------------------------------------------------------------------------------------------------------*/
#contents{
	width: 995px;
	padding: 0;
}
a{
    outline: none;
}
map area{
    outline: none;
}
.fixed {
	position: fixed;
	top: 0px;
}


/*-------------------------------------------------------------------------------------------------------------------------------
* footer
=================================================================== */
#footer {
	width: 100%;
	padding: 50px 0;
}
#footer .pagetop {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
#footer .pagetop a {
	display: inline-block;
	padding: 25px 10px 0;
	background: url(/base/pc/okayama/special/img/arrow_t1.svg) no-repeat center top;
	background-size: 24px;
	color: #000;
	text-decoration: none;
}
#footer .copyright {
	text-align: center;
	font-size: 12px;
	margin-top: 1.2em;
}
@media screen and (max-width : 750px ){
	#footer {
		width: 100%;
	}
}

/*-------------------------------------------------------------------------------------------------------------------------------
* pagetop
-------------------------------------------------------------------------------------------------------------------------------*/
#pagetop{
	display: none;
	position: fixed;
	z-index: 7000;
	right: 20px;
	bottom: 20px;
}
