@charset "utf-8";
/** *****************************************************************
コンテンツ
最終更新日：2015.01.09
***************************************************************** **/
#ACCESS{}




#ACCESS section h2.h2title{
	background: #c7c877;
}

#ACCESS .map{
	max-width: 1000px;
		margin: 0 auto;
	text-align: center;
}


table.access-wide-table{
	max-width: 960px;
	width: 100%;
	margin: 20px auto;

}
table.access-wide-table th,
table.access-wide-table td{
	font-size: 1.0em;
	padding: 0.5em;

}
table.access-wide-table th{
	background: #ffdcdc;
	border-bottom:5px #ffffff solid;
	border-right:5px #ffffff solid;
	vertical-align: middle;
	text-align: center;

	    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

table.access-wide-table td{
	border-bottom:1px #dfdfdf solid;
	text-align: left;
}

.btnIKISAKI{
	float: right;
}


@media only screen and (max-width: 640px) {

.btnIKISAKI{
	float: none;
}
#ACCESS a.button{
	font-size: 1.0em;

	line-height: 25px;
	height: 25px;
}


}