@charset "UTF-8";

/* map */

/*--------------------------------------
	common
---------------------------------------*/

/* overwrite */

#map_index_contents .box {
    margin-bottom: 30px;
}

.heading03 {
	margin-bottom: 5px;
}

/*--------------------------------------
	index
---------------------------------------*/


#map_index_contents .part address,
#map_index_contents .part .link_gmap {
    display: inline-block !important;
}

#map_index_contents .part address {
    text-align: left;
    width: 70%;
}

#map_index_contents .part .link_gmap {
    text-align: right;
    width: 28%;
}

.link_gmap a {
    background: url(../../images/common/decoration/icon_arrow_01.png) no-repeat scroll left 8px;
    padding: 0 0 0 15px;
}

/* access_box */

.access_box ul,
.access_box .text {
	padding-left: 35px;
}

/*--------------------------------------
	[ module ] clearfix
---------------------------------------*/

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
}

/* \*/
* html .clearfix { 
	height:1%;
}

.clearfix {
	display: block;
}
/* */