@charset "Shift_JIS";

/*--------------------------------------------------------------------
	IDENTIFICATION DIVISION.
	Version.					0.8.2;
	Author.					WebBlending feat. Kenta Aga(Yggdarasill)

	PROGRAM-ID.		"交通・アクセスについて"
-------------------------------------------------------------------*/

/*************************************
	DATA DIVISION.
	WORKING-STRAGE SECTION.
*************************************/

/*------------------------------------------------
	共有部分
------------------------------------------------*/
h2{
	margin-bottom				: 29px;
	text-align						: right;
}

h3{
	margin							: 0 0 32px 17px;
}

h4{
	clear								: both;
	margin-bottom				: 7px;
	font-size							: 112%;
	font-weight					: 700;
	color								: #be2334;
}
h4 img{
	margin-bottom				: 15px;
}

h5{
	clear								: both;
	margin-bottom				: 7px;
	font-weight					: 700;
	color								: #00748d;
}

p.caption-box{
	margin-left					: 17px;
}

/*------------------------------------------------
	概要
------------------------------------------------*/
#summary table{
	width								: 100%;
}

#summary th{
	width								: 200px;
	background					: #ececec;
	border-right					: 1px solid #fff;
	border-bottom				: 1px solid #fff;
}

#summary td{
	background					: #f4f4f4;
	border-bottom				: 1px solid #fff;
}

/*	役員リスト
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
.officer-list{
	zoom									: 1;
}

.officer-list dt{
	clear									: both;
	float									: left;
	width									: 7em;
}
.officer-list dd{
	float									: left;
	display								: block;
	margin-bottom					: 8px;
	width									: 23.5em;
	max-width							: 416px;
}

/* 役員の名前がうにょー */
.officer-list dd ul li {
    display								: inline;
    margin-right						: 1.4em;
    white-space						: nowrap;
}
*:first-child + html .officer-list dd ul li {
    float:left;
}
* html .officer-list dd ul{
    overflow: hidden;
}
* html .officer-list dd ul li {
    float:left;
}


/*	まちづくり会社
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
.kabu-list dt{
	float:left;
}

.kabu-list dd{
	text-align:right;
}


.kabu-list dd dl.kousei{
	clear:both;
}

.kabu-list dd dl.kousei dt{
	float:left;
	margin-left:30px;
}

ol.list{
	list-style-type:decimal;
}

.machi-list dt{
	float:left;
}

.machi-list dd{
	margin-left:9em;
}

.date{
	text-align:right;
}

/*	clearfix
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
.officer-list:after{
	content						: ".";
	display						: block;
	clear							: both;
	height							: 0;
	visibility						: hidden;
}