/*==== content.common.css ====*/
@charset "UTF-8";

/* ## campany
------------------------*/
body#company #columns div.mainRight article.general dl.companyGuide {
	padding: 10px;
}
body#company #columns div.mainRight article.general dl.companyGuide dt {
	clear: both;
	float: left;
	width: 100px;
	height: auto;
	text-align: center;
	color: #fff;
	font-weight: bold;
	padding: 0.5em 0;
	margin: 0.25em 0;
	background-color: #696;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
body#company #columns div.mainRight article.general dl.companyGuide dd {
	float: left;
	width: 500px;
	height: auto;
	margin: 0.25em 0;
	margin-left: 20px;
	padding: 0.5em 0;
}
body#company #columns div.mainRight article.general dl.companyGuide dd div#gMap {
	width: 480px;
	height: 320px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}
body#company #columns div.mainRight article.general dl.companyGuide dd div#gPano {
	width: 480px;
	height: 260px;
	border: 1px solid #ccc;
}

/* ## privacy
------------------------*/
body#privacy #columns div.mainRight article.general p,
body#privacy #columns div.mainRight article.general ul {
	padding-bottom: 10px;
}
body#privacy #columns div.mainRight article.general a {
	color: #f90;
}
body#privacy #columns div.mainRight article.general address {
	padding: 0 10px;
}

/* ## management
------------------------*/
body#management #columns div.mainRight article.general div.circles {
	text-align: center;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dashed #060;
	border-bottom: 1px dashed #060;
}
body#management #columns div.mainRight article.general p.mail {
	padding: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #3c3;
	margin: 5px 0;
	text-align: center;
}
body#management #columns div.mainRight article.general p.mail a {
	color: #f90;
	font-weight: bold;
	font-size: 1.2em;
}
body#management #columns div.mainRight article.general div.phones {
	background: #030;
	padding: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #fff;
	margin: 5px 0;
}
body#management #columns div.mainRight article.general div.phones p {
	clear: both;
	float: left;
	height: 24px;
	width: 40%;
	line-height: 22px;
	padding: 0;
	text-align: right;
}
body#management #columns div.mainRight article.general div.phones address {
	float: left;
	height: 24px;
	width: auto;
	margin-left: 10px;
	line-height: 22px;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	font-family: "Chivo", sans-serif;
}
body#management #columns div.mainRight article.general div.open {
	background: #060;
	padding: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 5px 0;
	color: #fff;
	text-align: center;
}
body#management #columns div.mainRight article.general div.open p {
	padding: 0;
}
body#management #columns div.mainRight article.general div.open p span {
	padding-left: 1em;
}

/* ## links
------------------------*/
body#links #columns div.mainRight article.general dl dt {
	color: #f93;
	font-weight: bold;
}
body#links #columns div.mainRight article.general dl dt span {
	color: #333;
	font-weight: normal;
}

/* ## bariier-free
------------------------*/
body#barrier-free #columns div.mainRight article.general div.bfSubMenu {
	width: 100%;
	height: 112px;
	background: url('/barrier-free/images/bf_sub_menu_bar.gif') left center no-repeat;
}
body#barrier-free #columns div.mainRight article.general div.bfSubMenu ul {
	margin: 0;
	padding: 0;
}
body#barrier-free #columns div.mainRight article.general div.bfSubMenu ul li {
	float: left;
	width: 100px;
	height: 112px;
	text-indent: -9999px;
}
body#barrier-free #columns div.mainRight article.general div.bfSubMenu ul li.bftop {
	width: 150px;
}
body#barrier-free #columns div.mainRight article.general div.bfSubMenu ul li a {
	display: block;
	width: 110px;
	height: 112px;
}
body#barrier-free #columns div.mainRight article.general div.bfSubMenu ul li.bftop a {
	width: 150px;
}

body#barrier-free #columns div.mainRight article.general section.vPage {
	display: none;
}
body#barrier-free #columns div.mainRight article.general section.show {
	display: block;
}
body#barrier-free #columns div.mainRight article.general section ol {
	list-style-type: decimal;
}
body#barrier-free #columns div.mainRight article.general section div.imageBox {
	float:right;
	text-align: center;
	padding: 10px;
	border: 1px solid #ccc;
	background-color: #fff;
	max-width: 240px;
	margin: 5px 0 5px 10px;
}
body#barrier-free #columns div.mainRight article.general section div.imageBox p {
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	color: #999;
}
body#barrier-free #columns div.mainRight article.general section figure {
	padding: 10px;
	background-color: #e0ffe0;
	border: 1px solid #0c0;
	margin:5px 0;
}
body#barrier-free #columns div.mainRight article.general section figure figurecaption {
	font-weight: bold;
	color: #060;
}
body#barrier-free #columns div.mainRight article.general section figure q {
	color: #000;
}
body#barrier-free #columns div.mainRight article.general section figure q:before {
	content: "「";
}
body#barrier-free #columns div.mainRight article.general section figure q:after {
	content: "」";
}

body#barrier-free #columns div.mainRight article.general section dl.outlineList {}
body#barrier-free #columns div.mainRight article.general section dl.outlineList dt {
	clear: both;
	float: left;
	width: 100px;
	background-color: #e0ffe0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 0.5em;
	padding: 0.5em;
}
body#barrier-free #columns div.mainRight article.general section dl.outlineList dd {
	float: left;
	margin: 0.5em;
	padding: 0.5em;
}
body#barrier-free #columns div.mainRight article.general section dl.outlineList dd div#gMap {
	width: 360px;
	height: 240px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}
body#barrier-free #columns div.mainRight article.general section p.vicinityList {
	position: relative;
	width: 100%;
	height: auto;
	background: url('/barrier-free/images/ico_dot_01.gif') left 15px repeat-x;
}
body#barrier-free #columns div.mainRight article.general section p.vicinityList b {
	font-weight: normal;
	padding: 0 10px;
	margin-left: -10px;
	background-color: #fff;
}
body#barrier-free #columns div.mainRight article.general section p.vicinityList span {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	padding: 10px 20px 0;
	background-color: #fff;
}

body#barrier-free #columns div.mainRight article.general section div.layoutList {
	margin: 10px 0;
}
body#barrier-free #columns div.mainRight article.general section div.layoutList  div.layoutListBlock {
	float: left;
	padding: 10px;
	margin: 0 10px 10px 0;
	width: auto;
	height: auto;
	text-align: center;
	border: 1px dotted #ccc;
}
body#barrier-free #columns div.mainRight article.general section div.layoutList  div.layoutListBlock p {
	color: #999;
	padding: 0;
	font-size: 0.9em;
}
body#barrier-free #columns div.mainRight article.general section div.layoutList div.small {
	width: 180px;
}
body#barrier-free #columns div.mainRight article.general section div.layoutList div.figure {
	border: none;
	padding: none;
	width: 370px;
}

body#barrier-free #columns div.mainRight article.general section table.feeTable {
	width: 100%;
	border-collapse:separate;
	border-spacing:2px;
	border: none;
}
body#barrier-free #columns div.mainRight article.general section table.feeTable tr th {
	text-align: center;
	padding: 0.5em 1em;
	border: 1px solid #6c6;
	background-color: #e0ffe0;
}
body#barrier-free #columns div.mainRight article.general section table.feeTable tr td {
	text-align: right;
	border: 1px solid #ccc;
	padding: 0.5em 1em;
}
body#barrier-free #columns div.mainRight article.general section table.feeTable tr.summary th,
body#barrier-free #columns div.mainRight article.general section table.feeTable tr.summary td {
	border: 1px solid #f93;
	background-color: #ffe0c2;
}
body#barrier-free #columns div.mainRight article.general section table.electricityCharges01 {
	width: 100%;
	border-collapse:separate;
	border-spacing:2px;
	border: none;
}
body#barrier-free #columns div.mainRight article.general section table.electricityCharges01 thead th {
	text-align: center;
	padding: 0.5em 1em;
	border: 1px solid #f93;
	background-color: #ffe0c2;
}
body#barrier-free #columns div.mainRight article.general section table.electricityCharges01 tbody td {
	text-align: center;
	padding: 0.5em 1em;
	border: 1px solid #ccc;
}
body#barrier-free #columns div.mainRight article.general section p.caption {
	padding: 0;
	text-align: center;
	color: #999;
}

body#barrier-free #columns div.mainRight article.general section table.electricityCharges02 {
	width: 100%;
	border-collapse:separate;
	border-spacing:2px;
	border: none;
	margin: 20px 0;
}
body#barrier-free #columns div.mainRight article.general section table.electricityCharges02 tbody th {
	text-align: center;
	padding: 0.25em 1em;
	border: 1px solid #fc6;
	background-color: #ffc;
}
body#barrier-free #columns div.mainRight article.general section table.electricityCharges02 tbody th.ctr {
	border: 1px solid #f93;
	background-color: #ffe0c2;
}
body#barrier-free #columns div.mainRight article.general section table.electricityCharges02 tbody td {
	text-align: right;
	padding: 0.25em 1em;
	border: 1px solid #ccc;
}
body#barrier-free #columns div.mainRight article.general section table.electricityCharges02 tbody td span {
	padding-left: 5em;
}
body#barrier-free #columns div.mainRight article.general section table.electricityCharges02 tbody td.ctr {
	text-align: center;
}
body#barrier-free #columns div.mainRight article.general section table.electricityCharges02 tbody td.decl {
	background-color: #fde;
}

body#barrier-free #columns div.mainRight article.general section table.electricityCharges03 {
	width: 100%;
	border-collapse:separate;
	border-spacing:2px;
	border: none;
	margin-bottom: 10px;
}
body#barrier-free #columns div.mainRight article.general section table.electricityCharges03 thead td {}
body#barrier-free #columns div.mainRight article.general section table.electricityCharges03 thead th {
	text-align: center;
	padding: 0.25em 1em;
	border: 1px solid #f93;
	background-color: #ffe0c2;
	vertical-align: middle;
}
body#barrier-free #columns div.mainRight article.general section table.electricityCharges03 tfoot td {
	background-color: #fde;
	font-weight: bold;
}
body#barrier-free #columns div.mainRight article.general section table.electricityCharges03 tbody th,
body#barrier-free #columns div.mainRight article.general section table.electricityCharges03 tfoot th {
	text-align: right;
	padding: 0.25em 1em;
	border: 1px solid #fc6;
	background-color: #ffc;
	vertical-align: middle;
}
body#barrier-free #columns div.mainRight article.general section table.electricityCharges03 tbody td,
body#barrier-free #columns div.mainRight article.general section table.electricityCharges03 tfoot td {
	text-align: right;
	padding: 0.25em 1em;
	border: 1px solid #ccc;
	vertical-align: middle;
}
body#barrier-free #columns div.mainRight article.general section table.electricityCharges03 tbody td.itl,
body#barrier-free #columns div.mainRight article.general section table.electricityCharges03 tfoot td.itl {
	font-style: italic;
	background-color: #e3e3e3;
}
body#barrier-free #columns div.mainRight article.general section table.electricityCharges03 tbody td.bld {
	font-weight: bold;
}

