@charset "UTF-8";

/* bread crumb */
#move nav.sub_navi li.current {
	background: #eeeedd;
}

#move nav.sub_navi li.current span {
	float: left;
	padding: 8px 8px 8px 25px;
	font-size: 1.5rem;
	text-decoration: none;
	position: relative;
}

/* common */
#move h1 {
	padding: 10px;
	border: 1px solid #dfdfdf;
	border-top: 2px solid #3e853f;
}

#move h2 {
	padding: 12px 15px;
	font-size: 16px;
	border-top: 3px solid #3e853f;
	background: #deeedf;
}

#move a:hover {
	text-decoration: underline;
}

#move span.fa {
	font-family: inherit;
}

#move span.fa:before {
	margin-right: 5px;
	display: inline-block;
	text-align: center;
	color: #3e853f;
	font-family: 'FontAwesome';
	font-weight: lighter;
	position: relative;
}

#move .link_area span.fa-caret-right:before {
	width: 18px;
	height: 18px;
	line-height: 18px;
	color: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 12px;
	top: -2px;
	background: #3e853f;
}

#move .review_box .data_box span.fa-caret-right {
	font-size: 16px;
}

#move .review_box .data_box span.fa-caret-right:before,
#move .type ul li a span.fa-caret-right:before {
	font-size: 16px;
}

*:first-child+html #move span.fa-caret-right {
	padding-left: 15px;
	cursor: pointer;
	vertical-align: top;
	background: url(/house/img/move/ico_triangle_01.png) 0 .3em no-repeat;
}

/* table */
#move table.table-move {
	width: 634px;
	margin: -10px auto 30px;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px #999 solid;
	line-height: 120%;
}

#move table.table-move th,
#move table.table-move td {
	padding: 4px 7px;
	border: solid 1px #999;
	font-size: 14px;
	text-align: left;
	vertical-align: top;
}

#move table.table-move th {
	font-weight: bold;
	background-color: #f4f4f4;
	vertical-align: middle;
}

/* move-tab */
#move .move-tab {
	margin: 15px 0;
}

#move .move-tab ul {
	width: auto;
	display: table;
	table-layout: fixed;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #3e8840;
	background: #78bc79;
	background: -moz-linear-gradient(top, #78bc79 0%, #5ea660 44%, #529754 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #78bc79), color-stop(44%, #5ea660), color-stop(100%, #529754));
	background: -webkit-linear-gradient(top, #78bc79 0%, #5ea660 44%, #529754 100%);
	background: -o-linear-gradient(top, #78bc79 0%, #5ea660 44%, #529754 100%);
	background: -ms-linear-gradient(top, #78bc79 0%, #5ea660 44%, #529754 100%);
	background: linear-gradient(to bottom, #78bc79 0%, #5ea660 44%, #529754 100%);
}

#move .move-tab ul li {
	width: 8.4em;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 13px;
	border-left: 1px solid #3e8840;
}

#move .move-tab ul li:first-child {
	border-left: none;
}

#move .move-tab ul li.tab-l {
	width: 11em;
}

#move .move-tab ul li a {
	width: 100%;
	height: 36px;
	line-height: 36px;
	display: block;
	color: #fff;
	font-weight: bold;
	vertical-align: middle;
	text-decoration: none;
}

#move .move-tab ul li a:hover, #move .move-tab ul li.tab_active a {
	background: #529754;
	background: -moz-linear-gradient(top, #529754 0%, #5ea660 44%, #78bc79 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #529754), color-stop(44%, #5ea660), color-stop(100%, #78bc79));
	background: -webkit-linear-gradient(top, #529754 0%, #5ea660 44%, #78bc79 100%);
	background: -o-linear-gradient(top, #529754 0%, #5ea660 44%, #78bc79 100%);
	background: -ms-linear-gradient(top, #529754 0%, #5ea660 44%, #78bc79 100%);
	background: linear-gradient(to bottom, #529754 0%, #5ea660 44%, #78bc79 100%);
}

#move .move-tab ul li.tab_active a {
	color: #ffff66;
}

*:first-child + html #move .move-tab ul li {
	width: 9em;
	float: left;
}

*:first-child + html #move .move-tab ul li.tab-l {
	width: 8em;
}

/* topback-btn */
#move .topback-btn p {
	margin-top: 5px;
	float: right;
}

#move .topback-btn p a {
	margin-left: 5px;
	color: #333;
	font-size: 13px;
}

#move .topback-btn p a:hover {
	text-decoration: none;
}

/* notes */
#move p.notes {
	font-size: 13px;
	text-align: left;
	line-height: 150%;
	margin: 1em 1em 0 1em;
	padding-left: 1em;
	text-indent: -1em;
}

#move ul.notes {
	font-size: 13px;
	text-align: left;
	line-height: 150%;
	margin: 1em 1em 0 1em;
}

#move ul.notes li {
	padding-left: 1em;
	text-indent: -1em;
}

/* footer-navi */
#move .footer-navi {
  border-top: 1px solid #3e853f;
  float: left;
	margin-top:10px;
  margin-bottom: 20px;
  padding-top: 30px;
}

#move .footer-navi p.sub-ttl {
	margin-bottom: 5px;
	font-weight: bold;
}

#move .footer-navi a:hover {
	text-decoration: none;
}

#move .footer-navi .links-block1 {
	margin-bottom: 20px;
}

#move .footer-navi .links-block1 ul.linklist-l li {
	padding-left: 15px;
	display: inline-block;
}

*:first-child+html #move .footer-navi .links-block1 ul.linklist-l li { display: inline; zoom: 1;}

#move .footer-navi .links-block1 ul.linklist-l li:before,
#move .footer-navi .links-block3 ul li:before {
	padding-right: 5px;
	color: #666;
	content: "\f0da";
	font-weight: normal;
	font-family: FontAwesome;
}

#move .footer-navi .links-block3 {
	widows: 100%;
	display: table;
}

#move .footer-navi .links-block3 dl {
	width: 310px;
	padding-left: 10px;
	display: table-cell;
}

*:first-child+html #move .footer-navi .links-block3 dl { float: left;}

#move .footer-navi .links-block3 dl:first-child {
	padding-left: 15px;
}

#move .footer-navi .links-block3 dl dt {
	margin-bottom: 5px;
}

#move .footer-navi .links-block3 dl dd {
	margin-bottom: 20px;
}

#move .footer-navi .links-block3 dl dd ul li {
	padding-left: 10px;
	margin-bottom: 5px;
	text-indent: -10px;
}

/* move-top */
#move.move-top .move-main {
	height: 290px;
	margin-top: 14px;
	margin-bottom: 20px;
	background: url(/house/img/move/move-main-bg.png?20151125) no-repeat 306px 0;
	position: relative;
}

#move.move-top .move-main p.title {
	width: 560px;
	color: #3e853f;
	font-size: 49px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 2px;
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 7px;
}

#move.move-top .move-main p.title span {
	color: #ff4900;
}

#move.move-top .move-main p.title span em {
	display: block;
}

#move.move-top .move-main .com-list {
	width: 175px;
	padding: 8px 0 8px 12px;
	border: 5px solid #f0f7ea;
	position: absolute;
	top: 0;
	right: 0;
	background: #fff;
}

#move.move-top .move-main .com-list p {
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.1;
}

#move.move-top .move-main .com-list p em {
	font-size: 16px;
	color: #ff4900;
}

#move.move-top .move-main .com-list p span {
	display: block;
	font-size: 10px;
	font-weight: normal;
}

#move.move-top .move-main .com-list ul li {
	margin: 0 6px 6px 0;
	float: left;
	text-align: center;
}

#move.move-top .move-main .com-list ul li:nth-child(3n) {
	margin-right: 0;
}

#move.move-top .move-main .com-list ul li:nth-child(n+4) {
	margin-bottom: 0;
}

#move.move-top .move-main .com-list ul li img {
	border: 1px solid #ccc;
}

/* flow */
#move.move-top .move-main .flow {
	position: absolute;
	bottom: 0;
	left: 0;
}

#move.move-top .move-main .flow p {
	width: 14em;
	height: 1.7em;
	line-height: 1.7em;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	background: #73b074;
}

#move.move-top .move-main .flow .inner {
	display: table;
	background: #f0f7ea;
}

#move.move-top .move-main .flow dl {
	width: -moz-calc(100% / 3);
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3);
	display: table-cell;
}

*:first-child + html #move.move-top .move-main .flow dl {
	width: 33.5%;
	display: inline;
}

#move.move-top .move-main .flow dl dt {
	width: 12em;
	height: 26px;
	padding-left: 30px;
	margin: 10px;
	color: #fff;
	font-size: 13px;
	line-height: 26px;
	background: #333;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	position: relative;
}

#move.move-top .move-main .flow dl dt i {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 3px;
	left: 3px;
	background: #fff;
	color: #3e853f;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#move.move-top .move-main .flow dl dd {
	padding: 0 30px 14px 82px;
	font-size: 12px;
	line-height: 1.4;
}

#move.move-top .move-main .flow dl.flow1 {
	background: url(/house/img/move/flow1.png?20151125) no-repeat 15px 45px;
}

#move.move-top .move-main .flow dl.flow2 {
	background: url(/house/img/move/flow2.png?20151125) no-repeat 10px 45px;
}

#move.move-top .move-main .flow dl.flow3 {
	background: url(/house/img/move/flow3.png?20151125) no-repeat 10px 45px;
}

#move.move-top .move-main .flow dl.flow1 dd, #move.move-top .move-main .flow dl.flow2 dd {
	background: url(/house/img/move/flow-arrow.png) no-repeat right 17px;
}

#move.move-top .move-main .flow dl.flow3 dd {
	padding: 0 27px 0 86px;
}

/* lead-box */
#move .lead-box {
	margin-bottom: 20px;
}

#move .lead-box p {
	margin: 10px 15px 0;
	line-height: 1.6;
}

/* table */
#move .table-double {
	display: table;
}

*:first-child+html #move .table-double {
	margin-bottom: 155px;
}

#move .table-double .inner {
	padding-top: 10px;
	display: table-cell;
}

*:first-child+html #move .table-double .inner {
	float: left;
}

#move .table-double .inner.right {
	padding-left: 10px;
}

#move .table-double table.table-move {
	width: 330px;
	margin: 5px auto 0;
}

*:first-child+html #move .table-double table.table-move {
	float: left;
}

#move .table-double table.table-move th {
	padding: 5px 10px;
	line-height: 1;
	font-size: 13px;
}

#move .table-double table.table-move td {
	padding: 15px 10px;
	line-height: 1;
}

#move .table-double table.table-move em {
	color: #ff4900;
	font-size: 22px;
	font-weight: bold;
}

#move .table-single {
	margin-bottom: 30px;
}

#move .lead-box p + .table-single {
	margin-top: 10px;
}

#move .table-single h3 {
	margin-top: 10px;
}

#move .table-single table.table-move {
	width: 100%;
	margin: 5px auto 0;
}

/* cp-banner */
#move .cp-banner {
	margin-bottom: 30px;
}

#move .cp-banner ul.inner {
	margin: 10px auto 20px;
	text-align: center;
}

#move .cp-banner ul.inner li {
	margin: 15px 0;
}

/* entry-btn */
#move .entry-btn {
	margin-bottom: 30px;
}

#move .entry-btn #zHikkoshiEclipsedepot {
	color: #333;
	line-height: 1.4;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border: 5px solid #ff4d00;
	background: #fffbde;
}

#move .entry-btn #zHikkoshiEclipsedepot table,
#move .entry-btn #zHikkoshiEclipsedepot table th,
#move .entry-btn #zHikkoshiEclipsedepot table td,
#move .entry-btn #zHikkoshiEclipsedepot form {
	margin: 0;
	padding: 0;
}

#move .entry-btn #zHikkoshiEclipsedepot table {
	border-collapse: collapse;
	text-align: left;
	font-size: 14px;
}

#move .entry-btn #zHikkoshiEclipsedepot td,
#move .entry-btn #zHikkoshiEclipsedepot th {
	vertical-align: top;
}

#move .entry-btn #zHikkoshiEclipsedepot a {
	color: #0085c9;
}

#move .entry-btn #zHikkoshiEclipsedepot a:visited {
	color: #6c459e;
}

#move .entry-btn #zHikkoshiEclipsedepot a:hover {
	color: #03afc7;
}

/* formArea */
#move .entry-btn #zHikkoshiEclipsedepot .formArea .formBoxBottom .formBox {
	padding: 0 15px 15px;
}

#move .entry-btn #zHikkoshiEclipsedepot .formArea .formBoxBottom .formTitle {
	padding-bottom: 5px;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	background: #ff4d00;
}

#move .entry-btn #zHikkoshiEclipsedepot .formArea .formBox .formBlock,
#move .entry-btn #zHikkoshiEclipsedepot .formArea .formBox .formQuestion {
	width: 100%;
}

#move .entry-btn #zHikkoshiEclipsedepot .formQuestion th {
	height: 30px;
	padding: 15px 15px 15px 15px;
	border-bottom: 1px solid #ccc;
	vertical-align: middle;
	text-align: left;
	white-space: nowrap;
}

#move .entry-btn #zHikkoshiEclipsedepot .formQuestion th.box1 {
	background: url(/house/img/move/icon_question01.png) no-repeat 15px 15px;
}

#move .entry-btn #zHikkoshiEclipsedepot .formQuestion th.box2 {
	background: url(/house/img/move/icon_question02.png) no-repeat 15px 15px;
}

#move .entry-btn #zHikkoshiEclipsedepot .formQuestion th.box3 {
	background: url(/house/img/move/icon_question03.png) no-repeat 15px 15px;
}

#move .entry-btn #zHikkoshiEclipsedepot .formQuestion th span {
	height: 30px;
	padding-left: 65px;
	line-height: 30px;
	font-size: 20px;
	font-weight: bold;
}

#move .entry-btn #zHikkoshiEclipsedepot .formQuestion th.box1 span {
	color: #0fa3fd;
}

#move .entry-btn #zHikkoshiEclipsedepot .formQuestion th.box2 span {
	color: #ff0033;
}

#move .entry-btn #zHikkoshiEclipsedepot .formQuestion th.box3 span {
	color: #18962f;
}

#move .entry-btn #zHikkoshiEclipsedepot .formQuestion td {
	padding: 5px 0 1px;
	border-bottom: 1px solid #ccc;
	width: 58%;
	vertical-align: middle;
	white-space: nowrap;
}

#move .entry-btn #zHikkoshiEclipsedepot .formQuestion .bd_none th,
#move .entry-btn #zHikkoshiEclipsedepot .formQuestion .bd_none td {
	border: none;
}

#move .entry-btn #zHikkoshiEclipsedepot .formQuestion td input {
	width: 36px;
}

#move .entry-btn #zHikkoshiEclipsedepot .formQuestion td input[type="text"] {
	width: 5em;
	padding: .2em;
	font-size: 1.4em;
	border: 1px solid #ccc;
}

#move .entry-btn #zHikkoshiEclipsedepot .formArea .formBox .formQuestion a {
	padding: 3px 0 3px 18px;
	font-size: 13px;
	white-space: nowrap;
	position: relative;
	margin-left: 10px;
}

#move .entry-btn #zHikkoshiEclipsedepot .formArea .formBox .formQuestion a:before {
	width: 16px;
	height: 16px;
	position: absolute;
	top: 4px;
	left: 0;
	background: #027fd1;
	color: #fff;
	content: "?";
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

#move .entry-btn #zHikkoshiEclipsedepot .formQuestion td select {
	width: 16.5em;
	padding: .2em;
	font-size: 1em;
	border: 1px solid #ccc;
}

#move .entry-btn #zHikkoshiEclipsedepot .formQuestion tr.bd_none td select {
	width: 4em;
}

#move .entry-btn #zHikkoshiEclipsedepot .formQuestion td .answer_Q_num_adult {
	width: 3em;
}

#move .entry-btn #zHikkoshiEclipsedepot .buttonStart {
	width: 602px;
	height: 106px;
	margin: 0 auto;
	display: block;
	line-height: 0;
	cursor: pointer;
	text-indent: -9999px;
	border: none;
	background: url(/house/img/move/entry-btn.png) no-repeat center top;
}

/* link_area */
#move .link_area {
	margin: 40px 0 50px;
	text-align: center;
}

#move .link_area a {
	height: 60px;
	padding: 20px 30px;
	line-height: 1;
	color: #333;
	font-weight: bold;
	font-size: 16px;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#f7f7f7));
	background: -webkit-linear-gradient(#fff, #f7f7f7);
	background: -moz-linear-gradient(#fff, #f7f7f7);
	background: -ms-linear-gradient(#fff, #f7f7f7);
	background: -o-linear-gradient(#fff, #f7f7f7);
	background: linear-gradient(#fff, #f7f7f7);
	-pie-background: linear-gradient(#fff, #f7f7f7);
	border: 1px solid #cacaca;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	box-shadow: 1px 1px 1px #ededed;
	text-decoration: none;
}

*:first-child+html #move .link_area a {
	box-shadow: none;
	cursor: pointer;
}

#move .link_area a:hover {
	background: #fbfbfb;
}

#move .link_area span {
	font-weight: bold;
}

/* type */
#move .type {
	margin-bottom: 30px;
}

#move .type h2 {
	margin-bottom: 20px !important;
}

#move .type h3 {
	padding: 10px 15px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	border-top: 3px solid #3e853f;
}

#move .type ul {
	margin-bottom: 10px;
}

#move .type ul li {
	width: 333px;
	height: 60px;
	margin-bottom: 5px;
	display: inline-block;
}

#move .type ul li a {
	display: table;
	font-size: 16px;
	text-decoration: none;
	vertical-align: middle;
}

#move .type ul li a img {
	padding: 14px 10px;
	margin-right: 10px;
	border: 1px solid #ccc;
	display: table-cell;
}

#move .type ul li a span {
	padding-left: 10px;
	display: table-cell;
	font-size: 16px;
	text-indent: -.3em;
	vertical-align: middle;
}

#move .type ul li a span:hover {
	text-decoration: underline;
}

*:first-child+html #move .type ul li {
	float: left;
	cursor: pointer;
}

*:first-child+html #move .type ul li a img {
	float: left;
}

/* ranking */
#move.move-top .ranking {
	padding-bottom: 15px;
	margin: 0 auto 20px;
	background: #fef8e5;
}

#move.move-top .ranking h3 {
	width: 771px;
	height: 56px;
	margin: 15px auto 0;
	text-align: center;
	font-size: 23px;
	background: url(/house/img/move/ranking-bg.png) no-repeat center top;
}

#move.move-top .ranking h3 span {
	line-height: 45px;
}

#move.move-top .ranking h3 em {
	color: #ff4001;
	font-size: 30px;
}

#move.move-top .ranking ul {
	margin-top: 10px;
	text-align: center;
}

#move.move-top .ranking ul li {
	display: inline-block;
	text-align: center;
}

*:first-child + html #move.move-top .ranking ul li {
	margin: 0 5px;
	display: inline;
	zoom: 1;
}

#move.move-top .ranking ul li a {
	width: 6.5em;
	height: 2em;
	line-height: 2em;
	color: #3e8840;
	font-size: 17px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 3px solid #3e8840;
	background: #fff;
}

#move.move-top .ranking ul li a:hover {
	color: #fff;
	background: #3e8840;
}

/* manual */
#move .manual {
	margin-bottom: 30px;
}

#move .manual ul {
	width: 680px;
}

#move .manual ul li {
	width: 320px;
	height: 150px;
	margin: 10px 10px 0 0;
	float: left;
	overflow: hidden;
	border: 5px solid #efefef;
}

#move .manual ul li:hover {
	background: #f0f7ea;
}

#move .manual ul li a {
	padding: 10px;
	display: block;
	color: #3e8840;
	text-decoration: none;
}

#move .manual ul li dl dt {
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}

#move .manual ul li dl dd {
	min-height: 100px;
	padding: 10px 0 0 130px;
	color: #333;
	line-height: 1.6;
	background: url(/house/img/move/manual1.png) no-repeat center left;
}

#move .manual ul li dl.manual1 dd {
	background: url(/house/img/move/manual1.png) no-repeat center left;
}

#move .manual ul li dl.manual2 dd {
	background: url(/house/img/move/manual2.png) no-repeat center left;
}

#move .manual ul li dl.manual3 dd {
	background: url(/house/img/move/manual3.png) no-repeat center left;
}

#move .manual ul li dl.manual4 dd {
	background: url(/house/img/move/manual4.png) no-repeat center left;
}

#move .manual ul li dl.manual5 dd {
	background: url(/house/img/move/manual5.png) no-repeat center left;
}

#move .manual ul li dl.manual6 dd {
	background: url(/house/img/move/manual6.png) no-repeat center left;
}

/* information */
#move .information {
	margin-bottom: 30px;
}

#move .information .info {
	padding: 15px;
	border: 5px solid #efefef;
}

#move .information .info p {
	width: 120px;
	float: left;
	overflow: hidden;
}

#move .information .info dl {
	width: 510px;
	float: left;
}

#move .information .info dl dt a {
	color: #3e8840;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}

#move .information .info dl dt a:hover {
	text-decoration: none;
}

#move .information .info1 dl dd ul li, #move .information .info2 dl dd, #move .information .info3 dl dd {
	padding-left: 12px;
	background: url(/house/img/move/link-arrow.png) no-repeat center left;
	white-space: nowrap;
	zoom: 1;
}

#move .information .info dl dd a {
	color: #333;
	text-decoration: none;
}

#move .information .info dl dd a:hover {
	text-decoration: underline;
}

/* info1 */
#move .information .info1 {
	margin: 10px 0;
}

#move .information .info1 dl dd ul {
	margin-top: 15px;
}

#move .information .info1 dl dd ul li {
	margin-right: 20px;
	display: inline;
}

/* info2,info3 */
#move .information .info2, #move .info3 {
	width: 290px;
	height: 120px;
}

#move .information .info2 dl, #move .info3 dl {
	width: 170px !important;
}

#move .information .info2 {
	float: left;
}

#move .information .info3 {
	float: right;
}

#move .information .info2 dl dd, #move .information .info3 dl dd {
	margin-top: 5px;
	line-height: 1.4;
}

/* others */
#move .manual-title {
	height: 109px;
	margin: 30px 0 20px;
	background: url(/house/img/move/manual-title-bg.png) no-repeat top right;
}

#move .manual-title p {
	color: #3e853f;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 2px;
	vertical-align: middle;
}

#move .h2-block p {
	margin: 10px 15px 0;
	line-height: 1.6;
}

/* #move #move-form {
	margin-top: 30px;
}

#move #move-form dl {
	height: 190px;
	border: 5px solid #ff4c00;
	-moz-border-radius: 18px; -webkit-border-radius: 18px; border-radius: 18px;
	background: #fffbde;
}

#move #move-form dl dt {
	width: 77px;
	float: left;
}

#move #move-form dl dd {
	width: 700px;
	float: left;
	text-align: center;
}

#move #move-form dl dd.move-form-dd-txt {
	height: 51px;
	padding-top: 10px;
	margin-top: 10px;
	background: url(/house/img/move/move-form-dd-txt.png) no-repeat 20px 0;
}

#move #move-form dl dd.move-form-dd-txt span {
	padding-left: 45px;
	line-height: 51px;
	font-size: 20px;
	font-weight: bold;
}

#move #move-form dl dd a {
	width: 602px;
	height: 106px;
	margin: 0 auto;
	display: block;
	line-height: 0;
	cursor: pointer;
	text-indent: -9999px;
	border: none;
	background: url(/house/img/move/entry-btn.png) no-repeat;
}

#move #move-form dl dd a:hover {
	background-position: 0 -106px;
} */
/* move-navi */
#move .move-navi {
	margin-top: 20px;
}

#move .move-navi ul li {
	margin-left: 6px;
	float: left;
	text-align: center;
}

#move .move-navi ul li:first-child {
	margin-left: 0;
}

#move .move-navi ul li a {
	width: 100px;
	height: 2em;
	padding: 5px 0;
	color: #3e853f;
	font-size: 15px;
	font-weight: bold;
	line-height: 2em;
	display: block;
	text-decoration: none;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	border: 3px solid #3e853f;
	border-bottom: none;
	background: #fff;
}

#move .move-navi.type_souba ul li a {
	width: 8em;
}

#move .move-navi ul li.tab_active a {
	color: #fff;
	background: #3e853f;
}

#move .move-navi ul li.tab-l a {
	padding: 5px 2px 9px;
	line-height: 1;
	font-size: 13px;
	text-align: center;
	white-space: nowrap;
	letter-spacing: -0.1em;
}

#move .move-navi ul li a:hover {
	color: #fff;
	background: #3e8840;
}

#move .move-navi ul li a span {
	display: block;
}

#move .move-box {
	border: 3px solid #3e853f;
	margin-bottom: 30px;
}

#move .move-box h3 {
	padding: 15px;
	margin: 15px;
	font-size: 15px;
	background: #deeedf;
}

#move .move-box h4 {
	padding-left: 10px;
	margin: 20px 15px 0;
	color: #3e853f;
	font-size: 15px;
	border-left: 10px solid #3e853f;
}

#move .move-box .step0 {
	min-height: 132px;
	background: url(/house/img/move/pic_01.png) no-repeat 480px 0;
}

#move .move-box .step1-1 {
	min-height: 132px;
	background: url(/house/img/move/pic_04.png) no-repeat 480px 0;
}

#move .move-box .step1-2 {
	min-height: 129px;
	background: url(/house/img/move/pic_17.png) no-repeat 480px 30px;
}

#move .move-box .step2 {
	min-height: 127px;
	background: url(/house/img/move/pic_06.png) no-repeat 455px 0;
}

#move .move-box .step3 {
	min-height: 137px;
	background: url(/house/img/move/pic_14.png) no-repeat 455px 0;
}

#move .move-box .step4-1 {
	min-height: 134px;
	background: url(/house/img/move/pic_05.png) no-repeat 465px 0;
}

#move .move-box .step4-2 {
	min-height: 131px;
	background: url(/house/img/move/pic_09.png) no-repeat 455px 0;
}

#move .move-box .step5 {
	min-height: 145px;
	background: url(/house/img/move/pic_12.png) no-repeat 455px 0;
}

#move .move-box p {
	margin: 10px 20px 30px;
	line-height: 1.6;
}

#move .move-box h4 + p {
	margin-top: 5px;
}

#move .move-box p span.txt-notes {
	padding-top: 10px;
	display: block;
}

#move .move-box dl {
	margin: 10px 15px 30px;
	line-height: 1.6;
}

#move .move-box .pic-right p, #move .move-box .pic-right dl {
	width: 430px;
}

#move .move-box dl dt {
	font-weight: bold;
}

#move .move-box .move-boxed {
	padding-top: 15px;
	margin: 30px 15px;
	border: 1px solid #666;
}

#move .move-box .move-boxed p {
	margin: 0 20px 10px;
}

#move .move-box .move-boxed .txt-g {
	margin-bottom: 0;
	color: #3e853f;
	font-weight: bold;
}

#move .move-box .move-boxed .txt-b {
	padding-bottom: 10px;
	color: #3e853f;
	font-weight: bold;
	border-bottom: 1px solid #333;
}

#move .move-box .move-boxed .txt-o {
	color: #ff4c00;
	font-weight: bold;
}

#move .move-box p span.link-s {
	margin-bottom: 20px;
	display: block;
	text-align: right;
}

#move .move-box p span.link-s a {
	color: #3e8840;
	font-weight: bold;
}

#move .move-box p span.link-s a:hover {
	text-decoration: none;
}

#move .move-box ul.list {
	margin: -10px 30px 20px;
}

#move .move-box .move-boxed dl {
	margin: 0 15px 15px;
}

#move .move-box .move-boxed dl dt {
	width: 30%;
	float: left;
	text-align: right;
	white-space: nowrap;
	zoom: 1;
}

#move .move-box .move-boxed dl dd {
	margin: 0 0 0 100px;
}

#move .move-box dl.pack {
	margin-bottom: 30px;
}

#move .move-box dl.pack dt {
	margin-bottom: 10px;
}

#move .move-box dl.pack dt span {
	padding: 5px 10px;
	color: #333;
	font-weight: bold;
	background: #efefef;
}

#move .move-box dl.pack > dd > dl {
	margin: 10px 0;
}

#move .move-box dl.pack > dd > dl dt {
	margin-bottom: 0;
}

#move .move-box dl.pack > dd > dl dd {
	margin: 0 1em;
}

#move .move-box .move-boxed ul {
	margin: 10px 30px 20px;
}

#move .move-box .move-boxed ul li {
	padding-left: 1em;
	margin-bottom: 10px;
	text-indent: -1em;
}

#move .move-box .move-boxed ul li span {
	display: block;
	color: #3e853f;
	font-size: 14px;
}

#move .move-box ul.page {
	padding: 20px 0;
	text-align: center;
}

#move .move-box ul.page li {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: normal;
}

*:first-child + html #move .move-box ul.page li {
	display: inline;
	zoom: 1;
}

#move .move-box ul.page li.next {
	margin-left: 10px;
}

#move .move-box ul.page li.prev {
	margin-right: 10px;
}

#move .move-box ul.page li a {
	padding: 5px 10px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #666;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #666;
}

#move .move-box ul.page li a:hover {
	color: #666;
	border: 1px solid #666;
	background: #fff;
}

/* list */
#move .move-navi.list ul li a {
	width: 15em;
}

#move table.list, #move table.others {
	margin-top: -5px;
}

#move table.others, #move table.list:last-of-type {
	margin-bottom: 10px;
}

#move table.list th, #move table.list td, #move table.others th, #move table.others td {
	padding: 7px;
}

#move table.others th {
	text-align: center;
}

#move table.others td {
	vertical-align: middle;
}

#move table.others td.check {
	text-align: center;
	vertical-align: middle;
}

#move table.list td input[type=checkbox] {
	margin-top: 5px;
}

#move table.others td.td-others {
	width: 45%;
}

#move table.list th.list-th1 {
	width: 24%;
}

#move table.list th.list-th2 {
	width: 27%;
}

#move table.list th.list-th3 {
	width: 49%;
}

#move table.list td.list-td {
	background: #f4fcf0;
}

/* packing,select */
#move .point {
	margin: 0 0 30px;
}

#move .point dl {
	margin: 15px;
}

#move .point dl dt {
	height: 21px;
	padding-left: 30px;
	margin-bottom: 5px;
	color: #ff4900;
	font-weight: bold;
	font-size: 16px;
	line-height: 21px;
	position: relative;
}

#move .point dl dt i {
	width: 18px;
	height: 18px;
	line-height: 18px;
	position: absolute;
	top: 0;
	left: 0;
	color: #ff4c00;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border: 2px solid #ff4c00;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
}

#move .point dl dd {
	margin: 0 0 20px 30px;
}

/* packing */
#move #packing-navi {
	margin-bottom: 10px;
}

#move #packing-navi ul li {
	margin-left: 6px;
	float: left;
	text-align: center;
}

#move #packing-navi ul li:first-child {
	margin: 0;
}

#move #packing-navi ul li a {
	width: 99px;
	height: 2em;
	padding: 5px 0;
	color: #3e853f;
	font-size: 15px;
	font-weight: bold;
	line-height: 2em;
	display: block;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 3px solid #3e853f;
	white-space: nowrap;
}

#move #packing-navi ul li.tab_active a {
	color: #fff;
	background: #3e853f;
}

#move #packing-navi ul li.tab-l a {
	padding: 5px 5px 9px;
	line-height: 1;
	font-size: 13px;
}

#move #packing-navi ul li a:hover {
	color: #fff;
	background: #3e8840;
}

#move #packing-navi ul li a span {
	display: block;
}

#move .move-box dl dd.item {
	margin-top: 5px;
	color: #3d913f;
	font-weight: bold;
}

#move .move-box .packing-box {
	margin-bottom: 30px;
}

/* select */
#move .select-point dl {
	margin: 15px;
}

#move .select-point dl dt {
	width: 16em;
	height: 26px;
	padding: 0 10px;
	margin: 10px 0;
	color: #ff4900;
	font-weight: bold;
	line-height: 26px;
	text-align: center;
	border: 3px solid #ff4900;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

#move .select-point dl dt span {
	padding-right: 10px;
}

#move .select-point dl dd {
	height: 21px;
	padding-left: 30px;
	margin: 0 0 10px 15px;
	color: #ff4900;
	font-weight: bold;
	font-size: 16px;
	line-height: 21px;
	position: relative;
}

#move .select-point dl dd i {
	width: 18px;
	height: 18px;
	line-height: 18px;
	position: absolute;
	top: 0;
	left: 0;
	color: #ff4c00;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border: 2px solid #ff4c00;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
}

#move .move-box .select1 {
	min-height: 134px;
	background: url(/house/img/move/pic_05.png) no-repeat 455px 0;
}

#move .move-box .select2 {
	min-height: 119px;
	background: url(/house/img/move/pic_07.png) no-repeat 480px 0;
}

#move .select-box .pic-right1 p,
#move .select-box .pic-right2 p {
	width: 330px;
	float: left;
	display: inline;
}

/* souba */
#move .move-box p.cost {
	padding: 10px;
	margin: -15px 15px 15px;
	color: #ff4c00;
	font-weight: bold;
	font-size: 17px;
	text-align: center;
	border: 1px solid #ff4c00;
	white-space: nowrap;
}

#move .move-box .souba0 {
	min-height: 148px;
	background: url(/house/img/move/pic_03.png) no-repeat 465px 0;
}

#move .move-box .souba1 {
	min-height: 132px;
	background: url(/house/img/move/pic_04.png) no-repeat 465px 30px;
}

#move .move-box .souba2 {
	min-height: 113px;
	background: url(/house/img/move/pic_18.png) no-repeat 465px 30px;
}

#move .move-box .souba3 {
	min-height: 149px;
	background: url(/house/img/move/pic_02.png) no-repeat 465px 0;
}

#move .move-box .souba4 {
	min-height: 174px;
	background: url(/house/img/move/pic_11.png) no-repeat 465px 30px;
}

#move .move-box .souba1 dl.pack, #move .move-box .souba1 dl.pack dd > dl {
	width: 100%;
}

#move .move-box .souba1 dl.pack dd.souba1-pic {
	padding-right: 230px;
}

/* qa */
#move .qa dl {
	padding-bottom: 20px;
	margin: 15px 15px 20px;
	border-bottom: 1px dashed #3e853f;
}

#move .qa dl dt {
	font-weight: bold;
	font-size: 16px;
}

#move .qa dl i {
	margin-right: .2em;
	font-weight: bold;
	font-size: 25px;
}

#move .qa dl dd {
	padding-left: 30px;
	text-indent: -30px;
	line-height: 1.6;
}

#move .qa dl dd i {
	color: #ff4900;
}

#move .qa dl dd.txt {
	padding-left: 0;
	margin: 10px 30px;
	text-indent: 0;
}

#move .qa dl dd.txt ul {
	padding: 10px;
	margin: 10px 0;
	background: #efefef;
}

#move .qa dl dd ul li span.txt-g {
	margin: 0 3px;
	color: #3e853f;
	font-weight: bold;
}

#move .qa dl dd span.notes {
	font-weight: bold;
}

/* add */
/* common */
#move .tac {
	text-align: center;
}

#move .tar {
	text-align: right;
}

#move .mb30 {
	margin-bottom: 30px;
}

#move .mtb40 {
	margin-top: 40px;
	margin-bottom: 40px;
}

#move .pl50 {
	padding-left: 50px;
}

#move .pr40 {
	padding-right: 40px;
}

#move ul.list_arrow_01 {
	margin: 15px 0 10px;
}

#move ul.list_arrow_01 li {
	/*background: url(/house/img/move/ico_triangle_01.png) 10px .3em no-repeat;*/
	padding: 0 0 10px 10px;
}

#move ul.list_arrow_01 li a {
	text-decoration: none;
}

#move ul.list_arrow_01 li a span:hover {
	text-decoration: underline;
}

#move a.list_arrow_01 {
	/*background: url(/house/img/move/ico_triangle_01.png) 0 .3em no-repeat;*/
	display: inline-block;
	padding: 0 0 0 10px;
	text-decoration: none;
}

#move .list_circle_01 {
	background: url(/house/img/sell/ico_circle_01.png) 0 .3em no-repeat;
	padding: 0 0 10px 15px;
}

#move .list_circle_02 li {
	background: url(/house/img/sell/ico_circle_01.png) 0 .3em no-repeat;
	padding: 0 0 10px 15px;
}

#move .tcol2 {
	width: 100%;
	display: table;
}

#move .tcol2 > div {
	display: table-cell;
	vertical-align: top;
}

#move .tcol2.box_01 > div {
	width: 325px;
}

#move .tcol2.box_01 > div:first-child {
	padding-right: 20px;
}

/* IE7 */
*:first-child + html #move .tcol2 {
	zoom: 1;
}
*:first-child + html #move .tcol2:after {
	height: 0;
	clear: both;
	font-size: 0;
	display: block;
	visibility: hidden;
	content: "";
}
*:first-child + html #move .tcol2 > div {
	float: left;
}

/* revew_box */
#move .thumb_box {
	width: 70px;
	background: #fff;
	border: 1px solid #ccc;
	text-align: center;
	padding: 14px 6px;
}

#move .review_box {
	border-bottom: 1px solid #ccc;
	height: 70px;
	padding: 20px 0;
}

#move .review_box .tcol2 > div {
	vertical-align: top;
}

#move .review_box .data_box {
	padding-left: 10px;
}

#move .review_box .data_box .list_arrow_01 {
	background: url(/house/img/move/ico_triangle_01.png) 0 .3em no-repeat;
	display: inline-block;
	line-height: 1;
	padding: 0 0 0 10px;
	text-decoration: none;
	font-size: 16px;
}

#move .review_box .rating_box {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	overflow: hidden;
	margin-top: 10px;
	width: auto;
	position: absolute;
	bottom: 0;
	left: 90px;
}

#move .review_box .rating_box .ttl_rating {
	background: #ff8400;
	color: #fff;
	font-size: 12px;
	text-align: center;
	padding: 8px 8px 7px 12px;
	width: 40px;
}

#move .review_box .rating_box .data_rating {
	background: #faf4d3;
	padding: 0 20px 0 12px;
}

#move .review_box .rating_box .data_rating i {
	margin: 7px 8px 0 0;
}

#move .review_box .rating_box .data_rating span {
	color: #333;
	font-size: 15px;
	font-weight: bold;
}

#move .review_box a {
	display: block;
	height: 100%;
	text-decoration: none;
	position: relative;
}

#move .review_box a:hover .list_arrow_01 {
	text-decoration: underline;
}

/* IE7 */
*:first-child+html #move .review_box .rating_box .data_rating {
	padding-bottom: 10px;
}

/* star CSS */
#move .star-0_0,
#move .star-0_5,
#move .star-1_0,
#move .star-1_5,
#move .star-2_0,
#move .star-2_5,
#move .star-3_0,
#move .star-3_5,
#move .star-4_0,
#move .star-4_5,
#move .star-5_0 {
	display: inline-block;
	width: 80px;
	height: 15px;
	background-image: url(/house/img/move/star.png);
	background-repeat: no-repeat;
}

#move .star-0_0.large,
#move .star-0_5.large,
#move .star-1_0.large,
#move .star-1_5.large,
#move .star-2_0.large,
#move .star-2_5.large,
#move .star-3_0.large,
#move .star-3_5.large,
#move .star-4_0.large,
#move .star-4_5.large,
#move .star-5_0.large {
	width: 130px;
	height: 22px;
	background-image: url(/house/img/move/star_l.png);
}

#move .star-0_0 {
	background-position: 0 -150px;
}

#move .star-0_5 {
	background-position: 0 -135px;
}

#move .star-1_0 {
	background-position: 0 -120px;
}

#move .star-1_5 {
	background-position: 0 -105px;
}

#move .star-2_0 {
	background-position: 0 -90px;
}

#move .star-2_5 {
	background-position: 0 -75px;
}

#move .star-3_0 {
	background-position: 0 -60px;
}

#move .star-3_5 {
	background-position: 0 -45px;
}

#move .star-4_0 {
	background-position: 0 -30px;
}

#move .star-4_5 {
	background-position: 0 -15px;
}

#move .star-5_0 {
	background-position: 0 0;
}

#move .star-0_0.large {
	background-position: 0 -220px;
}

#move .star-0_5.large {
	background-position: 0 -198px;
}

#move .star-1_0.large {
	background-position: 0 -176px;
}

#move .star-1_5.large {
	background-position: 0 -154px;
}

#move .star-2_0.large {
	background-position: 0 -132px;
}

#move .star-2_5.large {
	background-position: 0 -110px;
}

#move .star-3_0.large {
	background-position: 0 -88px;
}

#move .star-3_5.large {
	background-position: 0 -66px;
}

#move .star-4_0.large {
	background-position: 0 -44px;
}

#move .star-4_5.large {
	background-position: 0 -22px;
}

#move .star-5_0.large {
	background-position: 0 0;
}

#move .aside h2 {
	margin-top: 30px;
}

#move .aside h2 + .ttl_estimate_sub {
	display: block;
	margin: 10px 0 0;
}

#move .estimate_side {
	background: url(/house/img/move/bg_estimate_snav.png) 0 0 no-repeat;
	height: 302px;
}

#move .estimate_side .ttl_estimate {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 9px 0;
}

#move .estimate_side ul {
	margin-bottom: 8px;
}

#move .estimate_side ul li {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -0.1em;
	padding: 19px 0 19px 67px;
}

#move .estimate_side .select_btn a {
	width: 259px;
	height: 60px;
	margin: 0 auto;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	background: url(/house/img/move/btn_estimate_start.png) no-repeat 0 0;
}

#move .estimate_side .select_btn a:hover {
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	opacity: .8;
}

#move .ttl_estimate_sub a {
	color: #418743;
	font-weight: bold;
	text-decoration: underline;
}

#move .ttl_estimate_sub a:hover {
	text-decoration: none;
}

/* article_main */
#move .article_main {
	border: solid #b4d4b6;
	border-width: 4px 4px 1px 4px;
	background: #f4faf4;
	padding: 17px 20px 0;
}

#move .article_main .main_title {
	background: url(/house/img/move/bg_dash_01.png) 0 bottom repeat-x;
	padding: 0 0 17px;
}

#move .article_main .main_title .ttl_main {
	border: none;
	background: none;
	font-size: 25px;
	font-weight: bold;
	line-height: 60px;
	padding: 0 0 0 15px;
}

#move .article_main h3 {
	color: #519a20;
}

#move .article_main .main_data {
	padding: 15px 0 11px;
}

#move .article_main .main_data .data_rating span {
	color: #ff8400;
	font-size: 18px;
	font-weight: bold;
	vertical-align: bottom;
	line-height: 1;
}

#move .article_main .main_data .data_type {
	width: 410px;
}

#move .article_main .main_data .data_type li {
	width: 90px;
	height: 50px;
	float: left;
	margin-right: 5px;
	margin-bottom: 4px;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
}

/* move type box */
#move .move_type_box .type_01,
#move .move_type_box .type_02,
#move .move_type_box .type_03,
#move .move_type_box .type_04,
#move .move_type_box .type_05,
#move .move_type_box .type_06,
#move .move_type_box .type_07,
#move .move_type_box .type_08 {
	background-image: url(/house/img/move/ico_move_type.png);
	background-repeat: no-repeat;
}

#move .move_type_box .type_01 {
	background-position: 0 0;
}

#move .move_type_box .type_02 {
	background-position: -90px 0;
}

#move .move_type_box .type_03 {
	background-position: -180px 0;
}

#move .move_type_box .type_04 {
	background-position: -270px 0;
}

#move .move_type_box .type_05 {
	background-position: 0 -50px;
}

#move .move_type_box .type_06 {
	background-position: -90px -50px;
}

#move .move_type_box .type_07 {
	background-position: -180px -50px;
}

#move .move_type_box .type_08 {
	background-position: -270px -50px;
}

#move .move_type_box .type_01.off {
	background-position: 0 -100px;
}

#move .move_type_box .type_02.off {
	background-position: -90px -100px;
}

#move .move_type_box .type_03.off {
	background-position: -180px -100px;
}

#move .move_type_box .type_04.off {
	background-position: -270px -100px;
}

#move .move_type_box .type_05.off {
	background-position: 0 -150px;
}

#move .move_type_box .type_06.off {
	background-position: -90px -150px;
}

#move .move_type_box .type_07.off {
	background-position: -180px -150px;
}

#move .move_type_box .type_08.off {
	background-position: -270px -150px;
}

#move .main_add {
	border: solid #b4d4b6;
	border-width: 1px 4px 4px 4px;
	margin-bottom: 20px;
	padding: 15px 20px;
	overflow: hidden;
}

#move .main_add .txt_zip,
#move .main_add .txt_num {
	display: inline-block;
	line-height: 1.2;
	padding-left: 5em;
	text-indent: -5em;
}

#move .main_add .txt_zip {
	float: left;
	width: 300px;
}

#move .main_add .txt_num {
	float: right;
	width: 160px;
}

/* review_article */
#move .review_article {
	border-bottom: 2px solid #d3d3d3;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#move .review_article .review_profile {
	letter-spacing: -0.4em;
}

#move .review_article .review_profile > li {
	display: inline-block;
	letter-spacing: normal;
}

#move .review_article .review_profile .data_gen {
	padding: 16px 0 0 35px;
}

#move .review_article .review_profile .data_gen.female {
	background: url(/house/img/common/icon_female.png) 0 0 no-repeat;
}

#move .review_article .review_profile .data_gen.male {
	background: url(/house/img/common/icon_male.png) 0 0 no-repeat;
}

#move .review_article .review_profile .ttl_profile {
	background: #edf6ed;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #519a20;
	display: inline-block;
	font-weight: bold;
	line-height: 24px;
	margin: 0 12px 0 20px;
	padding: 0 16px;
}

#move .review_article h4 {
	background: #f5f5f5;
	border: none;
	margin: 12px 0;
	padding: 10px;
	font-weight: normal;
}

#move .review_article .inner {
	margin: 0 10px;
}

#move .review_article .data_com_name {
	font-size: 16px;
}

#move .review_article .data_com_rate {
	overflow: hidden;
}

#move .review_article .data_com_rate strong, #move .review_article .data_com_rate span {
	color: #ff8400;
}

#move .review_article .data_com_rate span {
	font-size: 18px;
	font-weight: bold;
}

#move .review_article .data_com_rate i {
	vertical-align: text-bottom;
}

#move .review_article .data_com_rate > div {
	float: left;
	width: 25%;
}

#move .review_article .data_com_rate ul {
	letter-spacing: -.4em;
	float: left;
	width: 75%;
}

#move .review_article .data_com_rate ul:before {
	content: '（';
	letter-spacing: normal;
}

#move .review_article .data_com_rate ul:after {
	content: '）';
	letter-spacing: normal;
}

#move .review_article .data_com_rate ul li {
	display: inline-block;
	letter-spacing: normal;
	line-height: 2;
}

#move .review_article .data_com_rate ul li + li:before {
	content: ' ｜';
}

#move .review_article .data_com_detail span {
	display: inline-block;
	width: 5.5em;
	font-weight: bold;
}

#move .review_article .voice_area {
	padding: 12px 0 10px;
	line-height: 1.6;
}

#move .review_article .voice_area + .voice_area {
	border-top: 1px dashed #e5e5e5;
}

#move .review_article .voice_area .ttl_voice {
	background: url(/house/img/move/ico_voice.png) 0 4px no-repeat;
	color: #4c9b18;
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 10px 25px;
}

#move .review_article .voice_area dl dt {
	float: left;
	font-weight: bold;
	margin-bottom: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 2px 0;
	text-align: center;
	width: 6em;     
}

#move .review_article .voice_area dl dt.good {
	background: #fce3c8;
}

#move .review_article .voice_area dl dt.bad {
	background: #efefef;
}

#move .review_article .voice_area dl dd {
	padding-left: 7.5em;
	margin-bottom: 10px;
}

#move .review_article h2 + .voice_area {
	padding: 0 0 10px;
}

/* IE7 */
*:first-child + html #move .review_profile {
	overflow: hidden;
}

*:first-child + html #move .review_profile > li {
	display: block;
	float: left;
	width: auto;
	padding-top: 16px;
}

*:first-child + html #move .review_article .tcol2 > div:first-child {
	padding-right: 20px;
}

*:first-child + html #move .data_com_rate ul {
	width: auto;
}

*:first-child + html #move .data_com_rate ul li {
	padding-right: 10px;
	display: inline;
}

/* move-index */
#move.move-index h1 {
	margin-bottom: 15px;
}

/* move-detail */
#move.move-detail h1 {
	margin-bottom: 15px;
}

#move.move-detail .link_area {
	text-align: center;
	margin: 40px 0;
}

/* IE7 clearfix */
*:first-child + html #move .type ul:after,
*:first-child + html #move .move-tab ul:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

*:first-child + html #move .type ul,
*:first-child + html #move .move-souba,
*:first-child + html #move .move-tab ul,
*:first-child + html #move.move-top .move-main .flow dl {
	zoom: 1;
}