@charset "UTF-8";

/* ****************************************************
Title: iten.css
Created: 2011-04-12
Last Modified: 2011-04-30
***************************************************** */



/* リスト
---------------------------------------------------------------------------- */
div#content .section {
    background: url("../../common/images/bg_section01.gif") no-repeat scroll left bottom transparent;
    margin-bottom: 20px;
    padding-bottom: 12px;
    z-index: 0;
	zoom: 1;
}

div#content .section .inner {
	background-color: #FFF;
}

div#content .section .inner p {
	padding: 12px;
	margin: 0;
}

div#content div#list {
	background-image: none;
	border-bottom: none;
}

div#content table#iten {
	width: 684px;
}

div#content table#iten th {
	padding: 0;
}
div#content table#iten th.area {
	width: 135px;
}
div#content table#iten th.photo {
	width: 130px;
	border: none;
}
div#content table#iten th.name {
	width: 348px;
	border: none;
}
div#content table#iten th.btn {
	width: 58px;
	border: none;
}


div#content table#iten td {
	padding: 5px;
	text-align: left;
	vertical-align: middle;
	height: ;
	overflow: visible;
}
div#content table#iten td.name,
div#content table#iten td.btn {
	height: 38px;
}

div#content table#iten td span {
	color: #FFF;
	display: block;
	margin: 3px 0;
	padding: 5px;
	text-align: center;
}

div#content table#iten td span.chin {
	background-color: #754a3c;
}
div#content table#iten td span.bai {
	background-color: #3d7553;
}
div#content table#iten td span.tokyo {
	background-color: #f8af51;
}
div#content table#iten td span.kana {
	background-color: #91d35b;
}

div#content table#iten td.category {
	background-color: #EAF4FD;
}

div#content table#iten td.address {
	background-color: #EAF4FD;
	width: 50%;
}

div#content table#iten td.space {
    background-color: #E2E2E2;
	height: 5px;
}

div#content div.tableArea {
	margin-top: 20px;
}

/* 詳細
---------------------------------------------------------------------------- */

div#content table#details {
	width: 682px;
}
div#content table#details td {
	padding: 6px 12px;
	border: none;
}
div#content table#details td.detailSpec {
	background-color: #EAF4FD;
	border-bottom: solid 1px #bfc0c1;
}
div#content table#details td.name {
	text-align: right;
}
div#content table#details td.photo {
	text-align: center;
}
div#content table#details td.photo img {
	border: solid 1px #bfc0c1;
	padding: 3px;
}

div#content table#details td.sPhoto img {
	border: solid 1px #bfc0c1;
	padding: 3px;
}

div#content .section .boxbottom {
	background-image: none;
	text-align: left;
	padding: 12px 0 0 0;
}
div#content .section .boxbottom strong {
	color: #006abd;
	font-weight: bold;
	margin: 0 12px;
}
/* 2014.11.21 Add Start */
div#content .section .boxbottom b.changestrong {
	color: #006abd;
	font-weight: bold;
	margin: 0 12px;
}
/* 2014.11.21 Add End */
div#content .section .boxbottom div {
	background-color: #EAF4FD;
	border: #bfc0c1 solid 1px;
	margin: 0 12px;
	padding: 6px;
}


/* 移転マニュアル
---------------------------------------------------------------------------- */

div#content #manual.section {
	background: url(../../common/images/bg_section01.gif) no-repeat left bottom;
	padding: 0 0 12px;
}

div#content #manual.section .inner p {
	padding-bottom: 6px;
}

div#content #manual.section .inner dl {
	padding: 0;
	margin: 0;
}

div#content #manual.section .inner dl dt {
	border-top: #bfc0c1 dotted 1px;
	clear: left;
	padding: 16px 12px 12px;
	margin: 0;
}
div#content #manual.section .inner dl dt.first {
	border-top: none;
}

div#content #manual.section .inner dl dd {
	padding: 0;
	margin: 0 12px 12px;
}
div#content #manual.section .inner dl dd p {
	display: inline;
	float: left;
	padding: 0;
	margin: 0 24px;
	width: 205px;
}

div#content #manual.section .inner dl dd div {
	background: url(../images/bg_check.gif) no-repeat left top;
	display: inline;
	float: left;
	padding: 0;
	margin: 0;
	width: 194px;
}
div#content #manual.section .inner dl dd ul {
	background: url(../images/bg_check.gif) no-repeat left bottom;
	margin: 8px 0 0;
	padding: 0 0 4px;
}
div#content #manual.section .inner dl dd ul li {
	background: url(../images/icn_check1.gif) no-repeat 6px 0px;
	font-size: 12px;
	line-height: 1.4;
	margin-bottom: 4px;
	padding: 0 12px 0 24px;
}
div#content #manual.section .inner dl dd ul li.last {
	background: none;
	text-align: right;
}

div#content #manual.section .inner dl dd ul li ul {
	background: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
div#content #manual.section .inner dl dd ul li ul li {
	background: url(../images/icn_check2.gif) no-repeat left top;
	line-height: 1.4;
	margin-bottom: 4px;
	padding: 0 0 0 19px;
}



/* #10 clearfix
---------------------------------------------------------------------------- */

div#content #manual.section .inner dl dd:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div#content #manual.section .inner dl dd {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html div#content #manual.section .inner dl dd {
	height: 1%;
}
div#content #manual.section .inner dl dd {
	display: block;
}
/* End hide from IE-mac */


