@charset "utf-8";
@import "normalize.css";
@import "common.css";
/* /////////////////////////////////////////////////////////
	アクセス
///////////////////////////////////////////////////////// */

/* ====================================
	glovalNavi
==================================== */
#glovalNavi .c6 a{ 
	background-position:-900px -43px;
}

/* ====================================
	page-title
==================================== */
#page-title{
	background:url(../access/images/page-title.png) no-repeat;
	margin:0 auto 20px auto;
}

/* ====================================
	access
==================================== */
#access{
	width:760px;
}

/* iframe・text */
#access iframe{
	margin-bottom:10px;
}
#access .text{
	font-weight:bolder;
	margin-bottom:15px;
}

/* table */
#access table{
	width:760px;
	border-collapse:collapse;
	margin-bottom:40px;
}
#access table tr{
	border-top:1px solid #c1c1c1;
	border-bottom:1px solid #c1c1c1;
	border-collapse:collapse;
}
#access table tr th,
#access table tr td{
	padding:15px 20px;
}
#access table tr th{
	width:150px;
	font-weight:bolder;
	text-align:right;
	background:#EEE;
}
#access table tr td p{
	margin-bottom:10px;
	
}
