
@charset "euc-jp";
body {
	background-color: #ffffff;
	height: 100%;
}
#wrapper {
	margin-left: auto;
	margin-right: auto;
}
.inner {
	display: block;
	margin: 0 auto;
	position: relative;
	width: 860px;
}

h1{
	color:#fff;	
}
.mb20 {
	margin-bottom: 20px;
}
#header {
	background: none repeat scroll 0 0 #fff;
}
#header .inner {
	height: 95px;
}
#head_txt {
	background: none repeat scroll 0 0 #dff8ff;
	height: 15px;
	margin: 0;
	padding: 0;
}
#logo {
	color: #069;
	font-size: 0.65em;
	font-weight: normal;
	line-height: 0;
	margin-top: 20px;
	position: absolute;
	text-align: left;
}
#h_link1 {
	position: absolute;
	right: 0;
	top: 10px;
}
#h_link1 li {
	color: #fff;
	display: inline;
	font-size: 14px;
	line-height: 1.3;
	margin-left: 25px;
}
p {
	color: #555;
	display: block;
	font-size: 16px;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	text-align: justify;
}

.txt_sub {
	font-size: 13px;
	margin-left: 8px;
}
#access_main {
	background: none repeat scroll 0 0 #fff;
}
#access_main .inner {
	background-color: #fff;
	display: block;
	margin: 30px auto 0;
	width: 860px;
}
#copy {
	clear: both;
	margin: 0 auto;
	padding: 0 0 20px;
}
#copy p {
	font-size: 10px;
	text-align: center;
}
#access_title {
	display: block;
	margin: 0 40px;
}
.tt {
	float: left;
	font-size: 26px;
	margin-top: 15px;
}
.add {
	float: right;
	font-size: 16px;
	line-height: 1.2;
	margin-bottom: 20px;
	margin-top: 25px;
}
.hr {
	clear: both;
}
#turns {
	display: block;
	margin-left: 40px;
}
.turn_cell {
	display: block;
	float: left;
	height: 280px;
	margin: 0 15px 0 0;
	width: 250px;
}
.turn_photo {
	margin-bottom: 5px;
}
.turn_txt {
	font-size: 13px;
	line-height: 1.1;
}
.turn_txt img {
	float: left;
	margin-right: 5px;
}
@media (max-width: 650px) {
	.inner {
		width: 100%;
	}
	#header .inner {
		height: 65px;
	}
	#head_txt {
		background: none repeat scroll 0 0 #dff8ff;
		height: 15px;
		margin: 0;
		padding: 0;
	}
	#logo {
		margin-top: 0;
		position: relative;
		text-align: center;
	}
	#h_link1 {
		display: none;
	}
	.txt_sub {
		display: block;
		font-size: 16px;
		margin: -10px 0 15px;
		text-align: center;
	}
	#access_main .inner {
		margin: 15px auto 0;
		width: 94%;
	}
	#copy {
		margin-top: 10px;
		padding: 0;
	}
	#access_title {
		display: block;
		margin: 0 15px;
	}
	.tt {
		float: none;
		font-size: 26px;
		margin-top: 15px;
		text-align: center;
		width: 98%;
	}
	.add {
		float: none;
		font-size: 14px;
		line-height: 1.2;
		margin-bottom: 20px;
		margin-top: 5px;
	}
	.hr {
		clear: both;
		display: none;
	}
	#turns {
		display: block;
		margin-left: 0;
	}
	.turn_cell {
		display: block;
		float: none;
		height: 280px;
		margin: 0 auto;
		width: 250px;
	}
}

/*���ä���testCSS*/
.access{
width:680px;
height:210px;
background:url(../../shared/img/kakuin/access_bg.gif);
position:relative;
margin: 0 10px 10px;	
}

.access02{
width:680px;
height:210px;
background:url(../../shared/img/kakuin/access_bg02.gif);
position:relative;
margin: 0 10px 10px;	
}

.access03{
width:680px;
height:210px;
background:url(../../shared/img/kakuin/access_bg03.gif);
position:relative;
margin: 0 10px 10px;	
}

.access04{
width:680px;
height:210px;
background:url(../../shared/img/kakuin/access_bg04.gif);
position:relative;
margin: 0 10px 10px;	
}

.access05{
width:680px;
height:210px;
background:url(../../shared/img/kakuin/access_bg05.gif);
position:relative;
margin: 0 10px 10px;	
}


.access06{
width:680px;
height:210px;
background:url(../../shared/img/kakuin/access_bg06.gif);
position:relative;
margin: 0 10px 10px;	
}


.access07{
width:680px;
height:210px;
background:url(../../shared/img/kakuin/access_bg07_end.gif);
position:relative;
margin: 0 10px 10px;	
}



.access_p{
	width:360px;
	top:17px;
	left:78px;
	position:absolute;
	
	
}


p {
	color: #555;
	display: block;
	font-size: 16px;
	line-height: 1.6;
	margin: 0;
	padding: 0;
	text-align: justify;
}

.access_img{
		width:210px;
	top:14px;
	left:455px;
		position:absolute;
		border:#CCC 1px solid;
}


/* flex box 追記 */
.flex_box {
	display: flex;
	flex-wrap: wrap;
}
.justify_between {
	justify-content: space-between;
}
.flex_box_pc {
	display: flex;
	flex-wrap: wrap;
}

@media (max-width: 650px) {
	.flex_box_pc {
		display: none;
	}
	.flex_box_sp {
		display: flex;
		flex-wrap: wrap;
	}
}