.hissu {
    color: #F00;
}
.fontColor2 {
    color: #FF0000;
}

.w30 {
	width:30px;
}
.w40 {
	width:40px;
}
.w50 {
	width:50px;
}
.w200 {
	width:200px;
}
.w300 {
	width:300px;
}
.w400 {
	width:400px;
}
.w500 {
	width:500px;
}
.w600 {
	width:600px;
}
@media screen and (max-width:767px){
.w200 {
	width:100%;
}
.w300 {
	width:100%;
}
.w400 {
	width:100%;
}
.w500 {
	width:100%;
}
.w600 {
	width:100%;
}
}



ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
label {
	padding: 0 10px 0 0;
	display: inline-block;
	/display: inline;
	letter-spacing: normal;
}
label input {
	margin: 0 5px 0 0;
}
dl,dt,dd {
	margin:0;
	padding:0;
}
ul.ul1 {
	width: 100%;	
}
ul.ul1 li {
	display: inline-block;
	/display: inline;
	width: 45%;
}
@media screen and (max-width:767px){
ul.ul1 li {
	display: block;
	width: 100%;
}
}


ul.ul2 {
	width: 100%;	
}
ul.ul2 li {
	display: inline-block;
	/display: inline;
	width: 32%;
}
ul.ul3 {
	padding:0;
}
ul.ul3 li {
	padding:3px 0 3px 25px;
	background-image: url(../img/icn2.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}
.textCenter {
	text-align: center !important;
}
.textLeft {
	text-align: left !important;
}
.textRight {
	text-align: right !important;
}

.marginTop05 {
	margin-top: 5px;	
}

.btn1 {
	position: relative;
}
.btn1:hover {
	filter: alpha(opacity=80);  /* IE */
	-moz-opacity:0.80;  /* Firefox・Netscape */
	opacity:0.80;  /* Opera・Safari */
	cursor:pointer;
}
.btn1:active {
	position: relative;
	top:1px;
	cursor:pointer;
}


.btn2 {
	position: relative;
	background-color:#FFFFFF;
	border:1px solid #f10036;
	padding:5px 30px 5px 20px;
	box-sizing:border-box;
	border-radius:5px;
	text-decoration:none;
	color:#f10036;
	display:inline-block;
	text-align:center;
}
.btn2.lft {
	padding:5px 20px 5px 30px;
}
.btn2:before {
	font-family: 'FontAwesome';
	position: absolute;
	top: 50%;
	right: 10px;
	color: #f10036;
	margin-top: -0.7em;
}
.btn2.lft:before {
	left: 10px;
	right:auto;
}
.btn2:hover {
	opacity:0.8;
	top:1px;
}
.btn2.right1:before {
	content: "\f0da";
}
.btn2.detail1:before {
	content: "\f0f6";
}
.btn2.print1 {
	border:1px solid #CCCCCC;
	color:#000;
}
.btn2.print1:before {
	content: "\f02f";
}
.btn2.left1:before {
	content: "\f0d9";
}
@media screen and (max-width:767px){
.btn2 {
	width:96%;
	margin:5px;
}
}


.btn3 {
	position: relative;
	background-color: #f10036;
	border: 1px solid #f10036;
	padding: 5px 30px;
	box-sizing: border-box;
	border-radius: 5px;
	text-decoration: none;
	color: #FFFFFF;
	display: inline-block;
	text-align: center;
	line-height: 2em;
	box-shadow: 0 3px 0 #AE0026;
	-webkit-box-shadow: 0 3px 0 #AE0026;
}




.rgtClm {
	padding:0;
	float:left;
	width:730px;
}
.lftClm {
	padding:0;
	float:right;
	width:240px;
}
@media screen and (max-width:767px){
.rgtClm {
	float:none;
	width:100%;
}
.lftClm {
	float:none;
	width:100%;
}
}

.btnbox1 {
	padding:10px 0;
	text-align: center;
	position: relative;
}
.btnbox1 .lft {
	position: absolute;
	left: 0px;
	top:10px;
	cursor:pointer;
}
@media screen and (max-width:767px){
.btnbox1 .lft {
	position: relative;
	top:0;
}
}

.btnbox2 {
	padding:30px 10px 15px 10px;
	margin:50px auto 30px auto;
	background-color: #ffeff2;
	border-radius: 4px;
	width:90%;
	position:relative;
}
.btnbox2 li {
	float:left;
}
.btnbox2 li.ttl {
	position:absolute;
	top:-1em;
	left:50%;
	margin-left:-14em;
	background-color:#FFF;
	color:#f10036;
	display:inline-block;
	padding:5px 15px;
	font-weight:bold;
	font-size:1.2em;
}
.btnbox2 li.cnt {
	width:50%;
	text-align: right;
}
.btnbox2 li.rgt {
	width:33%;
	text-align: left;
	margin:0 0 0 15px;
}
.btnbox2 li.rgt .str1 {
	font-weight:bold;
	font-size:24px;
	line-height:1.3;
}
@media screen and (max-width:767px){
.btnbox2 {
	padding:15px 10px;
	margin:50px auto 30px auto;
	background-color: #ffeff2;
	border-radius: 4px;
	width:90%;
	position:relative;
}
.btnbox2 li.ttl {
	position:relative;
	top:0;
	left:0;
	margin-left:0;
	background-color:#FFF;
	color:#f10036;
	display:block;
	padding:5px 5px;
	font-weight:bold;
	font-size:1em;
	margin:0 auto;
	float:none;
	text-align:center;
}
.btnbox2 li.cnt {
	width:100%;
	padding:15px 0;
	text-align: center;
}
.btnbox2 li.rgt {
	width:100%;
	text-align: center;
	margin:0;
}
}

.btnbox3 {
	padding:5px 0;
	text-align: center;
	position: relative;
}
.btnbox4 {
	padding:10px 0;
	text-align: lft;
	position: relative;
}

.fontSize14 {
    font-size: 14px;
}
.fontSize16 {
    font-size: 16px;
}



.print2 {
	float:right;
}
@media screen and (max-width:767px){
.print2 {
	display:none;
}
}

.tblList1 {
	border-collapse: collapse;
	font-size: 12px;
	margin:0 auto;
	width:100%;
}
.tblList1 tbody {
	background-color:#FFFFFF;
	border-bottom:2px solid #CCC;
	border-top:2px solid #CCC;
}
.tblList1 tr {
	box-sizing:border-box;
	border-top:1px solid #CCC;
}
.tblList1 tr.noBrd {
	border:0 !important;
}
.tblList1 th {
	padding: 8px;
	background-color: #479ae7;
	text-align: center;
	font-weight:normal;
	box-sizing:border-box;
	border-top:2px solid #1a68ba;
	color:#FFF;
}
.tblList1 td{
	border-color: #CCC;
	padding: 8px;
	text-align: center;
	box-sizing:border-box;
	display: table-cell;
	vertical-align:top;
}
.tblList1 td.brd{
	border-left:1px dotted #CCC;
	border-right:1px dotted #CCC;
}
.tblList1 td.btmLine {
	border-bottom: 2px solid;
	border-bottom-color: #aaa;
}
.tblList1 td.area1{
	text-align:left;
}
.tblList1 td.area2{
}
.tblList1 .point{
	background-color: #eae7d8;
	padding:5px;
	border-radius:3px;
}
.tblList1 td.point .icn{
	float:left;
	display:block;
	margin-right:8px;
}
.tblList1 .shopBox{
	padding:5px 0;
}
.tblList1 .shopBox{
	padding:5px 5px 6px 5px;
	margin:0;
}
.tblList1 .shopBox .shopName{
	margin:5px 0 0;
	display:inline-block;
}
.tblList1 .shopBox .btn{
	position: relative;
	background-color: #f10036;
	border: 1px solid #f10036;
	padding: 5px 10px;
	box-sizing: border-box;
	border-radius: 5px;
	text-decoration: none;
	color: #FFFFFF;
	display: inline-block;
	text-align: center;
	line-height: 1.2em;
	box-shadow: 0 2px 0 #AE0026;
	float:right;
}

.tblList1 td .photoSub{
	margin-top:5px;
}
.tblList1 td .photoSub dd{
	margin-top:5px;
}
.tblList1 td.add{
	padding: 0;
	text-align: left;
}
.tblList1 td.add .address{
	padding: 8px 8px 5px 8px;
}
.tblList1 .shop{
	padding: 5px 8px;
	background-color: #F5F2E9;
	font-size: 11px;
	text-align:left;
}
.tblList1 .shop .ask{
	text-align: right;
}
.tblList1 td.add .shop2{
	padding: 5px 8px;
	font-size: 11px;
	text-align: right;
}
.tblList1 td .price{
	font-size: 16px;
	color: #FF0000;
}
.tblList1 td .detail{
	padding:0;
	text-align:left;
}
.tblList1 td .detail li{
	padding:0;
	clear:both;
}
.tblList1 td .detail li .ttl{
	float:left;
	width:60px;
	padding:0;
}
.tblList1 td .detail li .detail{
	float:left;
	padding:0;
}
@media screen and (max-width:767px){
.tblList1 { 
	margin:0 auto;
	display:block;
	width:100%;
}
.tblList1 thead { 
	display:none;
}
.tblList1 tbody {
	padding:10px 0;
	display:block;
}
.tblList1 tbody:after {
	clear: both;
	display: block;
	content: "";
}

.tblList1 tr {
	border:0;
	display:block;
}
.tblList1 td.add .address{
	padding: 8px 0;
}


.tblList1 td.area1 {
    width: 100%;
} 
.tblList1 tr.area2 {
	float:right;
	width:calc(100% - 100px);
} 

.tblList1 td.brd {
    border-left: 0;
    border-right: 0;
}

.tblList1 th {
	display:list-item;
	list-style-type:none;
	border:0;
}
.tblList1 td{
	display:block;
	text-align:left;
	border:0;
	padding:0;
}
.tblList1 td.photo{
	float:left;
	width:100px;
}
.tblList1 td.area1{
	float:right;
	width:calc(100% - 100px);
}

.tblList1 .point{
	display:none;
}
.tblList1 .shopBox .btn{
	display:none;
}

}


.tblList2 {
	border-collapse: collapse;
	margin:0 auto 30px auto;
}
.tblList2 tbody {
	background-color:#FFFFFF;
}
.tblList2 tr {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	box-sizing:border-box;
}
.tblList2 td{
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	padding: 0;
	text-align: center;
	box-sizing:border-box;
	vertical-align:top;
	width:20%;
}
.tblList2 .ttl{
	background-color: #479ae7;
	color:#FFF;
	padding:5px;
	width:100%;
	box-sizing:border-box;
	height:4.5em;
	vertical-align:middle;
	font-size:0.9em;
	line-height:1.3;
}
.tblList2 .txt{
	padding:5px;
}
.tblList2 .txt .price{
	font-size:1.5em;
	line-height:1.3;
	color:#F00;
}

@media screen and (max-width:767px){
.tblList2 { 
	margin:0 auto 15px auto;
	width:100%;
}
.tblList2 td{
	display:table;
	list-style-type:none;
	border-bottom: 1px solid #CCC;
	text-align:left;
	padding: 0;
	width:100%;
}
.tblList2 .ttl{
	display:table-cell;
	background-color: #479ae7;
	padding:5px;
	font-size:0.9em;
	width:6em;
}
.tblList2 .txt{
	display:table-cell;
	padding:5px;
}
}

.askBox {
	width:100%;
	min-width:300px;
	padding:15px;
	box-sizing:border-box;
	background-color:#ffeff2;
	height:100%;
}
.askBox .lft {
	font-size:1.2em;
	line-height:1.3;
}
.askBox .cnt {
	margin:8px 0;
}
.askBox .rgt {
	font-size:1.5em;
	line-height:1.3;
}
@media screen and (max-width:767px){
.askBox {
	width:100%;
	text-align:center;
}
}


.icnBox {
	margin:5px 0;
	max-height:2em;
}
.icnBox li {
	float:left;
	margin:0 1px 0 0;
}
.icnBox2 {
	margin-right:-3px;
}
.icnBox2 li {
	float:left;
	margin:0 2px 2px 0;
}



/* 物件一覧 -----------------------------------------------------------------------*/

.estateList {
	max-width:1000px;
	margin:0 auto;
}
.estateList .ttl-1 {
	margin-bottom:30px;
	font-size:1.3em;
}
#lftSearch {
	padding:0;
	font-size: 12px;
	text-align:left;
	box-shadow:rgba(0, 0, 0, 0.0980392) 0px 0px 5px 1px;
}
#lftSearch .ttl-2 {
	padding:10px 10px 10px 10px;
	background-color:#f10036;
	color:#FFFFFF;
	border-radius:5px 5px 0 0;
	text-align:center;
	position:relative;
}
#lftSearch .ttl-2:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(241, 0, 54, 0);
	border-top-color: #f10036;
	border-width: 10px;
	margin-left: -10px;
}
#lftSearch .inner {
	padding:10px 10px 10px 10px;
	margin: 0;
	background-color:#FFFFFF;
}
#lftSearch .match {
	padding:3px 0 10px 0;
	font-size: 14px;
	text-align: center;
}
#lftSearch .match strong {
	font-size: 18px;
	color: #F00;
}
#lftSearch .ttl {
	padding: 5px 8px;
	background-color: #479ae7;
	font-weight: bold;
	color: #FFF;
	text-align:center;
	position:relative;
	margin:0 -10px 15px -10px;
}
#lftSearch .ttl:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(241, 0, 54, 0);
	border-top-color: #479ae7;
	border-width: 10px;
	margin-left: -10px;
}
#lftSearch .line {
	padding:5px 0;
	margin: 0;
}
#lftSearch .ttl2 {
	color: #5A1F00;
	display: block;
	background-color: #eae7d8;
	padding: 3px;
	border: 0;
	border-radius:0;
	margin:0 -10px 8px -10px;
}
@media screen and (max-width:767px){
.estateList {
	max-width:100%;
}

#lftSearch .ttl-2 {
	position:relative;
	text-align:left;
}
#lftSearch .ttl-2:after {
	border:0;
}
#lftSearch .ttl-2.open {
	position:relative;
}
#lftSearch .ttl-2.open:after {
	font-family: 'FontAwesome';
	content: "\f0fe";
	position: absolute;
	top: 2px;
	left:auto;
	right:3em;
	color:#FFFFFF;
	font-size:1.8em;
}
#lftSearch .ttl-2.open:before {
	content: "open";
	position: absolute;
	right:10px;
	color:#FFFFFF;
}

#lftSearch .ttl-2.close:after {
	content: "\f146";
}
#lftSearch .ttl-2.close:before {
	content: "close";
}


}


.listOpt {
	padding:8px 10px;
	background-color: #F4F4F4;
	text-align:left;
	font-size:0.9em;
}
.listOpt dt {
	display:inline-block;
}
.listOpt dd {
	display:inline-block;
	padding:0 20px 0 0;
}
.listOpt .select {
	padding:2px 5px;
	margin:0 3px;
	background-color: #479ae7;
	color: #FFF;
	border-radius: 2px;
	box-sizing:border-box;
}
@media screen and (max-width: 700px){
.listOpt dt {
	display:block;
	float:left;
}
.listOpt dd {
	display:block;
	padding:0 0 10px 6em;
}
}



.pageNavi {
	padding:15px 0;
}
.pageNavi .num {
	padding:0;
	float:left;
	font-size: 14px;
	white-space: nowrap;
}
.pageNavi .page {
	padding:5px 0;
	float:right;
	font-size: 14px;
	white-space: nowrap;
}
.pageNavi .page a,
.pageNavi .page strong {
	display:inline-block;
	border:1px solid #CCCCCC;
	padding:2px 10px;
	margin:0 3px 3px 0;
	text-decoration:none;
}
@media screen and (max-width:767px){
.pageNavi .num {
	float:none;
	white-space: normal;
}
.pageNavi .page {
	float:none;
	white-space: normal;
}
}

/* 物件詳細
---------------------------------------------------- */

.estateDetail {
	max-width:1000px;
	margin:0 auto;
	text-align:left;
}
.estateDetail .catch {
	font-size:1.2em;
	line-height:1.3;
	font-weight:bold;
	padding:10px 0;
	display:block;
	color:#479ae7;
}
.estateDetail .name1 {
	font-size:1.5em;
	line-height:1.3;
	font-weight:bold;
	margin:20px 0 10px;
	border-left:5px solid #f10036;
	padding:5px 10px;
}
.estateDetail .add1 {
	font-size:1.3em;
	line-height:1.3;
	font-weight:bold;
	margin:0 0 20px;
}



.estateDetail h1 {
	margin-bottom:30px;
	font-size:1.3em;
}

.icnBox1 {
	margin-bottom:10px;
}
.icnBox1 li {
	float:left;
	margin-right:6px;
	margin-bottom:4px;
}
.icnBox1 li.photo{
	margin-right:8px;
}
.icnBox1 li.movie{
	margin-right:15px;
}

.detailCatch {
	margin-bottom:10px;
	background-color: #ffeff2;
	border-radius:5px;
}
.detailCatch p {
	font-weight:bold;
	color:#f10036;
	text-align:center;
	margin:0;
	padding:10px;
}



.tblImg {
	border-collapse: separate;
	font-size: 12px;
	background-color:#FFFFFF;
	border-spacing:5px;
}
.tblImg th {
	padding: 8px;
	background-color: #479ae7;
	color:#FFF;
	text-align: center;
}
.tblImg td{
	padding: 10px;
}
.tblImg.print td{
	padding: 0;
}
.tblImg td.photo{
	padding: 15px;
	text-align: center;
	width:50%;
	box-sizing:border-box;
}
.tblImg.print td.photo{
	padding: 10px;
}
.tblImg td.photo .txt{
	padding: 10px 15px 0 15px;
	text-align: left;
}
.movieArea {
	padding:0;
	margin: 0 0 30px 0;
	float:right;
	width:750px;
	
}
.slider1 {
	width:100%;
	text-align:center;
	margin:10px 0;
	background-color:#eae7d8;
	padding:10px;
}
.slider1>div img {
	margin:0 auto;
	max-width:100%;
	height:auto;
}
.slider1 p.caption {
	padding:0 15px;
	margin:0;
	text-align:center;
}
.slider-nav {
	width:80%;
	margin:0 auto 30px auto;
	text-align:center;
}
.slider-nav>div img {
	max-width:100%;
	height:auto;
	margin:auto;
}
.slider-nav .slick-prev:before,
.slider-nav .slick-next:before {
    font-family: 'FontAwesome';
	content:"\f0a8";
    color: #f10036;
}
.slider-nav .slick-next:before {
	content:"\f0a9";
}
.slider-nav .slick-prev {
    bottom: 0;
    top: 50%;
	left:0;
}
.slider-nav .slick-next {
    bottom: 0;
    top: 50%;
	right:0;
}
.slider-nav .slick-center img {
	border:2px solid #f10036;
	box-sizing:border-box;
}

.slider-nav .slick-list .draggable>div {
	margin:auto;
}


@media screen and (max-width:767px){
.tblImg {
	width:100%;
}
.tblImg th {
	display:list-item;
}
.tblImg td {
	display:list-item;
	list-style-type:none;
	border:0;
}
.tblImg td.photo{
	width:100%;
}
.tblImg td.photo img{
	max-width:100% !important;
	height:auto;
}

.movieArea {
	width: 100%;
	position: relative;
	padding: 0 0 56.25% 0;
	padding-top: 10px;
	height: 0;
	overflow: hidden;
}
movieArea iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
}


.tbl1 {
	width:100%;
	border-collapse: collapse;
	background-color:#FFFFFF;
}
.tbl1 tr {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.tbl1 th {
	padding: 8px;
	background-color: #f3f2ed;
	white-space: nowrap;
}
.tbl1 td{
	padding: 8px;
}
@media screen and (max-width:767px){
.tbl1 {
	width:100%;
}
.tbl1 th,
.tbl1 td {
	display:list-item;
	list-style-type:none;
}
}




#preMap {
	padding:0 0 30px 0;
	float:right;
	width:750px;
}
#preMap .map {
	padding:0;
	width: 100%;
}
#preMap .map iframe {
	border:10px solid #f3f2ed;
	box-sizing:border-box;
}
@media screen and (max-width:767px){
#preMap {
	float:none;
	width:100%;
}
}



.estateDetail .shop .img {
	width:200px;
	border:5px solid #f3f2ed;
	float:left;
	text-align:center;
}
.estateDetail .shop .img img {
	max-width:100%;
	height:auto;
}
.estateDetail .shop .detail {
	float:left;
	width:600px;
	margin:0 0 0 10px;
}
.estateDetail .shop .ttl {
	font-size:1.3em;
	line-height:1.3;
	padding:5px 0 5px 20px;
	display:inline-block;
	border-left:5px solid #479ae7;
	margin:0 0 10px;
}
.estateDetail .shop .tbl {
	border-collapse:collapse;
	box-sizing:border-box;
}
.estateDetail .shop .tbl tr {
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
}
.estateDetail .shop .tbl th {
	background-color: #EEF6FC;
	padding: 5px;
	text-align:center;
	box-sizing:border-box;
}
.estateDetail .shop .tbl td {
	padding:5px 10px;
	box-sizing:border-box;
}
.estateDetail .shop .btn {
	float:right;
	width:150px;
	margin:0 0 0 10px;
	position:relative;
	background-color:#90d236;
	color:#FFF;
	padding: 3em 15px 15px 15px;
	box-sizing:border-box;
	border-radius:5px;
	box-shadow: 0 3px 0 #5ca818;
    -webkit-box-shadow: 0 3px 0 #5ca818;
	text-decoration:none;
	font-size:1.3em;
	text-align:center;
	display:block;
}
.estateDetail .shop .btn:after {
	font-family: 'FontAwesome';
	content: "\f1ad";
	position: absolute;
	top: 10px;
	left:50%;
	margin-left:-0.5em;
	color:#FFFFFF;
	font-size:1.5em;
}
@media screen and (max-width:767px){
.estateDetail .shop .img {
	float:none;
	margin:0 auto;
}
.estateDetail .shop .detail {
	float:none;
	width:100%;
	margin:0 0 0 0;
}
.estateDetail .shop .ttl {
	margin:10px 0 10px;
}
.estateDetail .shop .tbl th {
	font-size:0.9em;
	font-weight:normal;
	white-space:nowrap;
}
.estateDetail .shop .btn {
	float:none;
	width:100%;
	margin:10px 0 0 0;
}
}

#map_canvas {
	width:100% !important;
}

/* 検索 -----------------------------------------------------------------------*/


.kodawari {
	padding:20px;
	text-align:left;
}
.searchResult {
	padding:0;
	text-align: center;
	font-size: 15px;
	background-repeat: no-repeat;
	background-position: top center;
}
.searchResult strong {
	font-size: 22px;
	margin: 0 10px;
	color: #AC0C2B;
}


/* かんたん問い合わせ -----------------------------------------------------------------------*/


#quickAsk {
	padding: 20px;
	margin: 0 0 30px 0;
	overflow: hidden;
	text-align: left;
	float: right;
	width: 750px;
	background-color: #ffeff2;
	border-radius:5px;
	box-sizing:border-box;
}
#quickAsk .inner {
}
#quickAsk .txt {
	padding:0;
}
#quickAsk .form {
	padding:0;
	width:100%;
}
#quickAsk .tbl {
	width:100%;
	border-collapse: collapse;
}
#quickAsk .tbl tr {
	margin:5px 0;
	background-color:#FFFFFF;
	border-bottom:5px solid #ffeff2;
}
#quickAsk .tbl th {
	padding: 8px;
	white-space: nowrap;
	width:20%;
	
}
#quickAsk .tbl td{
	padding: 8px;
}

@media screen and (max-width:767px){
#quickAsk {
	padding:0;
	width:100%;
	float:none;
}
#quickAsk .inner {
	padding:10px;
}
#quickAsk .txt {
	float:none;
	width:100%;
	margin:0 0 10px 0;
}
#quickAsk .form {
	float:none;
	width:100%;
}
#quickAsk .tbl {
	width:100%;
	border-collapse: collapse;
}
#quickAsk .tbl tr {
	margin:5px 0;
	background-color:#FFFFFF;
	border-bottom:5px solid #ffeff2;
}
#quickAsk .tbl th {
	display:list-item;
	padding: 8px 8px 0 8px;
	white-space: normal;
	width:100%;
	margin: 0;
    list-style-type: none;
}
#quickAsk .tbl td{
	display:list-item;
	padding: 8px;
	margin: 0;
    list-style-type: none;
}

}





/* 印刷用 -----------------------------------------------------------------------*/

body.print {
	background-image:none;
	background-color:#FFFFFF;
}
body.print #hd .wrapper {
	width:650px !important;
	margin-top:10px;
	margin-bottom:10px;
}
body.print #hd_main .lft  {
	float:left;
}
body.print #hd_main .rgt  {
	float:right;
}
body.print #bd {
	margin-bottom:0 !important;
	min-width:auto !important;
	padding:0;
}
body.print #bd .wrapper {
	width:650px !important;
}
body.print .copyright {
	background-color:#FFFFFF;
	color:#000;
	min-width:100% !important;
}
@media screen and (max-width:767px){
body.print #hd .wrapper {
	width:92% !important;
}
body.print #bd .wrapper {
	width:92% !important;
}
body.print #bd .detail .tbl {
	margin:0 0 20px 0;
}
body.print #bd .detail .tbl th {
	white-space:nowrap;
	vertical-align:top;
}
}

.price2{
	line-height:1.3;
	color:#F00;
}
