@charset "utf-8";
/* ===================================================================
CSS information

 file name  :zzz.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */


/* -----------------------------------------------------------
	共通
----------------------------------------------------------- */


/* -----------------------------------------------------------
	#contact
----------------------------------------------------------- */
#access h3{
	margin-bottom: 15px;
	}
#access .con_map{
	padding: 0 0.8em;
	margin-top: 1.2em;
	}

#access .gmap_wrap{
	background: url(../access/images/bg_map.gif) repeat;
	padding: 8px 8px 5px;
	}

#access #gmap{
	width: 100%;
	height: 200px;
	}

#access .btn_gmap{
	text-align: right;
	margin: 10px 0 0 ;
	}
#access .btn_gmap{
	text-align: right;
	margin: 10px 0 0 ;
	}
#access .btn_gmap img{
	width: auto;
	}


/* .con_acc
--------------------------------------------------------------*/
#access .con_acc{
	margin: 35px 0 0 0;
	padding: 0 0.5em;
	}

#access .con_acc .box_acc{
	padding: 0 0 0.8em 0;
	border-bottom: 1px dashed #999;
	margin: 1em 0 0 0;
	}

#access .con_acc .box_acc p span{
	background: #3a2618;
	color: #FFF;
	padding: 2px 5px;
	}

#access .con_acc .box_acc a .link_acc{
	text-decoration: underline;
	background: none;
	color: #534034;
	}
#access .con_acc .box_acc h4{
	font-size: 130%;
	color: #3f9994;	
}
#access .con_acc .box_acc h4 i{
	margin-right: 3px;
}

/* -----------------------------------------------------------
	480pxの解像度のレイアウト調整
----------------------------------------------------------- */

@media only screen and (min-width: 480px) {

#access #gmap{
	width: 100%;
	height: 320px;
	}

}


/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}