@charset "utf-8";
/* ===================================================================
CSS information

 file name  link.css
 style info :コンテンツエリア関係 他
 
このスタイルシートの構成
 基本設定、レイアウト、横幅設定など
 汎用class
 #navSkip
 #page
  #contents
   #main
   #sub
=================================================================== */

/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#section-wrapper {
	width: 830px;
	height: 300px;
	margin: 0 auto;
	margin-bottom: 55px;
	position: relative;
}
.floatImg01 {
	float: right;
	padding: 0 0 10px 10px;
}
.floatImg02 {
	float: left;
	padding: 0 10px 10px 0;
}
/* link
----------------------------------------------------------- */
#sec-link {
	width: 770px;
	margin: 0 auto;
	margin-top: 50px;
	position: relative;
	padding: 14px 30px 30px 30px;
}
#sec-link  ul.links01 {
	width: 750px;
	margin-bottom: 30px;
}
#sec-link  ul.links01 li {
	border-bottom: 1px dotted #ccc;
	padding: 10px 0 10px 30px;
	background: url(../img/img_bullet.png) no-repeat left center;
}

/* office-hours
----------------------------------------------------------- */
#sec-office-hours {
	width: 770px;
	margin: 0 auto;
	margin-top: 50px;
	min-height: 310px;
	position: relative;
	padding: 14px 30px 30px 30px;
}
#sec-office-hours .telText {
	font-size: 36px;/* 変更前19px */
	font-size: 3.6rem;
}
#sec-office-hours table{
	margin: 18px 0;
	border: 1px solid #aeaeae;
	width: 500px;
}
#sec-office-hours table th{
	border-right: 1px solid #fff;
	background-color: #91c5d7;
	padding: 4px 0;
	text-align: center;
	color: #fff;
}
#sec-office-hours table th.style01{
	border-right: 1px solid #aeaeae;
	background-color: #91c5d7;
}
#sec-office-hours table .style02{
	width: 130px;
}
#sec-office-hours table td{
	border-top: 1px solid #aeaeae;	
	border-right: 1px solid #aeaeae;
	padding: 4px 0;
	text-align: center;
}
#sec-office-hours  p{
	letter-spacing: 0;
}
#sec-office-hours .linkarea {
}
#sec-office-hours .linkarea p{
	background: url(../img/img_bullet.png) no-repeat left 1em;
	cursor: pointer;
}
#sec-office-hours img.img-style01 {
	position: absolute;
	top: 82px;
	left: 550px;
}

/* access
----------------------------------------------------------- */
#sec-access {
	width: 770px;
	margin: 0 auto;
	margin-top: 50px;
	position: relative;
	padding: 14px 30px 30px 30px;
}

#sec-access .maparea{
	margin-top: 18px;
}
#sec-access .textarea{
	margin: 18px 0 0 8px;
}
#sec-access .textarea p{
	margin-bottom: 8px;
}

