@charset "UTF-8";

.alertbox{
	border:solid 2px #DE1C12;
	border-radius:3px;
	text-align: center;
	padding:40px;
	margin-top:20px;
}

.alertbox span{
	font-weight:bold;
	font-size:20px;
	display: block;
	color:#DE1C12;
}

/*============================================================
p-1
============================================================*/
.p-1 {
  margin-top: 1px;
}

.p-1:after {
  display: block;
  clear: both;
  content: "";
}

.p-1 .left {
  width: 50%;
  float: left;
  text-align: left;
}

.p-1 .left h2 {
  font-size: 18px;
	padding-top:10px;
}

.p-1 .right {
  width: 50%;
  float: left;
  text-align: right;
}

.p-1 .right span {
  text-align: right;
  line-height: 45px;
  font-size: 15px;
  margin-right: 10px;
  line-height: 50px;
}

.p-1 .right .c-btn1 {
  width: 12em;
  float: right;
}

/*============================================================
p-2
============================================================*/


/*
.mix_comp:hover .set .txt_item_2, .p-2 .item_2:hover .set .txt_item_2, .p-2 .item_3:hover .set .txt_item_2 {
  color: #df3932;
}

.mix_comp:hover .set .icon_cpn16, .p-2 .item_2:hover .set .icon_cpn16, .p-2 .item_3:hover .set .icon_cpn16 {
  display: none;
}

.mix_comp:hover .set .icon_hover_cpn16, .p-2 .item_2:hover .set .icon_hover_cpn16, .p-2 .item_3:hover .set .icon_hover_cpn16 {
  display: block;
}*/

.p-2 {
  margin-top: 60px;
}

.p-2 ul.charm{
	display:table;
    table-layout:fixed;
	width:1080px;
}

.p-2 ul.charm li{
	display:table-cell;
    vertical-align:middle;
}

.p-2 ul.charm li.item_1 {
  width: 252px;
  border: 1px solid #004066;
  background:#004066 url(/mansion/library/images/border_redline.png) bottom left repeat-x;
}

.p-2 ul.charm li.item_1 .title_comp {
  margin: 20px 10px;
}

.p-2 ul.charm li.item_1 .title_comp h3 {
  font-size: 15px;
  color: #fff;
  text-align: center;
}

.p-2 ul.charm li.item_2{
	width:414px;
	overflow: hidden;
  border-top: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
}

.p-2 ul.charm li.item_2.single{
	width:826px;
}

.p-2 ul.charm li.item_2 {
  text-decoration: none;
}


.p-2 ul.charm li.item_2 .set .txt_item_1,
.p-2 ul.charm li.item_2 a .set .txt_item_2 {
  font-size: 15px;
  font-weight: 500;
  color: #2d2d2d
}

.p-2 ul.charm li.item_2 .set .txt_item_2 {
  color: #1565c0;
}

.p-2 ul.charm li.item_2 .set img {
  float: right;
  margin-top: -5px;
}

.p-2 ul.charm li.item_2 .set .icon_hover_cpn16 {
  display: none;
}


/*============================================================
p-3
============================================================*/
.p-3 {
  margin-top: 40px;
}

.p-3:after {
  display: block;
  clear: both;
  content: "";
}

.p-3 .post {
  width: 30.555556%;
  float: left;
  margin-right: 45px;
}

.p-3 .post:nth-child(3n) {
  margin-right: 0;
}

.p-3 .post img {
  margin-bottom: 12px;
  width: 100%;
  height: auto;
}

.p-3 .post h3 {
  font-size: 16px;
  border-left: 3px solid #fe901b;
  padding-left: 11px;
  margin: 15px 0;
	letter-spacing: -0.02em;
}

.p-3 .post p {
  font-size: 15px;
  color: #2d2d2d;
  line-height: 1.7;
}

/*============================================================
p-4
============================================================*/
.p-4 {
  border: 1px solid #fe901b;
  text-align: center;
  padding: 20px 37px 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 40px;
}

.p-4 p {
  font-size: 18px;
	line-height: 1.6;
}

.p-4 p.alert{
	color:#D9171D;
	margin-top:20px;
	font-size:15px;
	text-align: left;
	padding-left:1em;
	text-indent: -1em;
}

.p-4 p.annotation{
	font-size:12px;
	text-align: left;
	padding-left:1em;
	text-indent: -1em;
	margin-top:10px;
}

.p-4 p.annotation.first{
	margin-top:20px;
}

.p-4 .btn {
  display: inline-block;
  margin-top: 22px;
  padding: 25px 0 22px;
  width: 100%;
  border-radius: 3px;
  border: 4px solid #fe901b;
  background-color: #fe901b;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  -webkit-box-shadow: 0 3px 0 #d97204;
          box-shadow: 0 3px 0 #d97204;
  position: relative;
  text-align: center;
}

.p-4 .btn:after {
  content: url(/mansion/library/images/arrow.png);
  position: absolute;
  top: 25px;
  right: 25px;
}

.p-4 .btn:hover {
  background-color: #fff;
  color: #fe901b;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.p-4 .btn:hover:after {
  content: url(/mansion/library/images/arrow_hover.png);
}

.p-4 .btn:hover span {
  color: #fff;
}

.p-4 .btn span {
  font-size: 18px;
  font-weight: normal;
  background-color: #dd1c11;
  padding: 6px 20px 7px;
  position: relative;
  top: -3px;
  margin-right: 12px;
}

/*============================================================
p-5
============================================================*/
.p-5 {
  margin-top: 70px;
}

.p-5 h2.merit{
	padding:3px 30px 0;
	display: table;
	width:1080px;
	height:119px;
	display: block;
	background: url(/mansion/library/images/h2_banner.png) 0 0 no-repeat;
}

.p-5 h2.merit .txt{
	display: table-cell;
	vertical-align: middle;
	width:380px;
	height:119px;
    font-weight: bold;
	color:#fff;
	font-size: 18px;
	line-height: 1.4;
}



/*============================================================
p-6
============================================================*/
.p-6 {
  margin-top: 1px;
}

.p-6 h2 {

  margin: 15px 0;

  font-size: 21px;

  line-height:1.3;
  border-left:5px solid #004066;
  padding:3px 0 0 16px;
}

.p-6 .text01 {
  font-size: 15px;
}

.p-6 .text02 {
  font-size: 13px;
  margin: 32px 0;
	float:left;
	width:874px;
}

.p-6 .qr{
	float: right;
	border:solid 1px #d2d2d2;
	width:154px;
	padding:20px 25px 30px;
	text-align: center;
	margin-top: 32px;
	font-size:14px;
}

.p-6 .qr span{
	font-weight: bold;
	margin-bottom: 20px;
	display: block;
}

.p-6 .qr img{
	border:solid 1px #d2d2d2;
	width:101px;
	width:100px;
}

.p-6 .table_info {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 15px;
  color: #2d2d2d;
  margin-top: 32px;
}

.p-6 .table_info th,
.p-6 .table_info td {
  padding: 5px 12px 7px;
  vertical-align: middle;
}

.p-6 .table_info th {
  background-color: #f0f0f0;
  border: 1px solid #d8d8d8;
  font-weight: normal;
  width: 10em;
}

.p-6 .table_info th .item_help {
  float: right;
  position: relative;
  display: block;
  cursor: pointer;
  right: -5px;
}

.p-6 .table_info th:nth-child(3) {
  width: 10em;
}

.p-6 .table_info td {
  border: 1px solid #d8d8d8;
  width: auto;
}

.p-6 .table_info td a {
  text-decoration: none;
  color: #1565c0;
}

.p-6 .table_info td a:hover {
	color:#dd1c11;
}

.p-6 .table_info td .item_maplink {
  margin-left: 15px;
}


.p-6 .table_info td .item_maplink img{
	margin-right:5px;
}

.p-6 .group_btn{
	margin-bottom:40px;
}

.p-6 .group_btn:after {
  display: block;
  clear: both;
  content: "";
}

.p-6 .group_btn .body {
  float: left;
  width: 874px;
}

.p-6 .group_btn .btn {
  text-decoration: none;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  line-height: 35px;
	padding:0 10px;
  font-size: 14px;
  color: #2d2d2d;
  background-color: #f0f0f0;
  margin: 0 6px 12px 0;
  display: inline-block;
}

.p-6 .group_btn .link{
	float:left;
	display: block;

	width:100%;
}

.p-6 .group_btn .link a {
  color: #1565c0;
  font-size: 15px;
  text-decoration: none;
	background: url(/mansion/library/images/arrow_bk.png) left 0.55em no-repeat;
	padding-left: 12px;
}

.p-6 .group_btn .link a span {
  color: #2d2d2d;
  font-size: 10px;
  position: relative;
  top: -3px;
}

.p-6 .group_btn .link a:hover {
	color:#dd1c11;
}

/*============================================================
p-7
============================================================*/
.p-7 {
  margin-top: 50px;
  border: 1px solid #004066;
	width:1078px;
}

.p-7 .head {
  display: table;
  width: 100%;
  color: #fff;
  background-color: #004066;
  border-bottom: 1px solid #004066;
}

.p-7 .head .label,
.p-7 .head .title,
.p-7 .head .update {
  display: table-cell;
  vertical-align: middle;
}

.p-7 .head .label {
  background-color: #e5f2f9;
  width: 7.5em;
  text-align: center;
  position: relative;
}

.p-7 .head .label:before, .p-7 .head .label:after {
  content: '';
  position: absolute;
  left: 5px;
  width: 100%;
  height: 27px;
  background: #e5f2f9;
  z-index: 0;
}

.p-7 .head .label:before {
  top: 0;
  -webkit-transform: skew(20deg);
  -ms-transform: skew(20deg);
      transform: skew(20deg);
}

.p-7 .head .label:after {
  bottom: 0;
  -webkit-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
      transform: skew(-20deg);
}

.p-7 .head .label span {
  color: #2d2d2d;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 3px;
  position: absolute;
  z-index: 1;
  top: 16px;
  left: 20px;
}

.p-7 .head .title {
  padding:15px 20px;
}

.p-7 .head .title h2 {
  font-size: 19px;
	line-height:1.4;
}

.p-7 .head .update {
  text-align: center;
}

.p-7 .head .update span {
  font-size: 14px;
  width: 9em;
  display: block;
	padding-left:20px;
  border-left: 1px solid #001a29;
  -webkit-box-shadow: -1px 0px 0px 0px #025688;
          box-shadow: -1px 0px 0px 0px #025688;
}

.p-7 .wrap_box {
  padding: 37px 35px 41px;
}


.p-7 .orner{
	width:600px;
	height:60px;
	margin:0 auto 35px;
	border-radius: 3px;
	border:solid 1px #FE901B;
	cursor: pointer;
}

.p-7 .orner span.top{
	width:40%;
	height:60px;
	font-size:16px;
	line-height: 58px;
	text-align: center;
	color:#fff;
	font-weight: bold;
	background: #FE901B;
	display: inline-block;
}

.p-7 .orner span.bottom{
	background:#fff;
	display: inline-block;
	width:60%;
	height:60px;
	line-height: 60px;
	text-align: center;
}

.p-7 .orner span.bottom a{
	color:#005fd1;
	text-decoration: none;
	position: relative;
}

.p-7 .orner span.bottom a::after{
	position: absolute;
content: "";
top: 50%;
right: -20px;
width: 8px;
height: 13px;
margin-top: -8px;
	background:url(/mansion/library/images/arrow_blu.png) right center no-repeat;
	background-size: 8px 13px;
}

.p-7 .orner:hover span.bottom a{
	color:#dd1c11;
}

.p-7 .orner:hover span.bottom a::after{
	background:url(/mansion/library/images/arrow_blu_on.png) right center no-repeat;
}


.p-7 .glay_box {
	border-radius:3px;
	background: #F0F0F0;
	padding:10px;
  margin-bottom: 40px;
	overflow: hidden;
	font-size:12px;
}

.p-7 .glay_box p{
	padding-left:1em;
	text-indent:-1em;
}


.p-7 .text01 {
  font-size: 15px;
  margin: 21px 0 20px 0;
}

.p-7 .text01 a {
  text-decoration: none;
  color: #1565c0;
}

.p-7 .text01 a:hover {
	color:#dd1c11;
}

.p-7 .list {
  list-style: none;
  font-size: 15px;
  line-height: 1.5;
  margin: 21px 0;
}

.p-7 .list li:before {
  content: "○";
  font-size: 14px;
}

.p-7 .list li a {
  text-decoration: none;
  color: #1565c0;
}

.p-7 .list li a:hover {
	color:#dd1c11;
}

form#form01 {
  cursor: default;
}

form#form01 a {
  text-decoration: none;
  color: #1565c0;
}

form#form01 a:hover {
	color:#dd1c11;
}

form#form01 .assess {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: center;
}

form#form01 .assess .user {
  cursor: default;
}

form#form01 .assess .login_user {
  cursor: pointer;
}

form#form01 .assess tr th {
  border: 1px solid #d8d8d8;
  background-color: #f9f9f9;
  width: 9.5%;
  text-align: center;
  vertical-align: middle;
}

form#form01 .assess tr td {
  border: 1px solid #d8d8d8;
  width: 23.8%;
  padding: 28px 0;
  text-align: center;
}

form#form01 .assess tr td .dropdown {
  position: relative;
  color: #2d2d2d;
  display: inline-block;
  width: 123px;
}

form#form01 .assess tr td .dropdown .dropdown_select {
  border-radius: 5px;
  padding: 8px 50px 8px 11px;
  font-size: 15px;
  background: url(/mansion/library/images/select_bg.png) no-repeat;
  background-position: bottom center;
  color: #2d2d2d;
  border: 1px solid  #C1C1C1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-color: #c1c1c1;
}

form#form01 .assess tr td .dropdown .dropdown_select::-ms-expand {
  display: none;
}

form#form01 .assess tr td input[type="text"] {
  border-radius: 5px;
  padding: 9px;
  border: 1px solid #c1c1c1;
  width: 82px;
  margin-right: 10px;
	cursor: default;
}

form#form01 .assess tr td input[type="submit"] {
  background-color: #f0a2a5;
  border: none;
  border-radius: 3px;
  font-size: 14px;
  color: #fff;
  padding: 15px 40px;
  margin-bottom: 18px;
  border: 1px solid #f0a2a5;
}

form#form01 .assess tr td input[type="submit"]:hover {
  background-color: #fff;
  color: #f0a2a5;
}

form#form01 .assess tr td input[type="submit"].off:hover {
  background-color: #f0a2a5;
  color: #fff;
}

/*============================================================
p-8
============================================================*/
.p-8 {
  background: #f0f0f0;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #004066;
  width: 100%;
  height: 42px;
  line-height: 42px;
  -webkit-box-shadow: -6px 0 white, 6px 0 white, 0 1px 1px 1px rgba(186, 186, 186, 0.1);
          box-shadow: -6px 0 white, 6px 0 white, 0 1px 1px 1px rgba(186, 186, 186, 0.1);
}

.p-8 ul {
  display: block;
  width: 100%;
}

.p-8 ul:after {
  display: block;
  clear: both;
  content: "";
}

.p-8 ul li {
  height: 42px;
  float: left;
}

.p-8 ul li span,
.p-8 ul li a{
	display: block;
}

.p-8 ul li .fa{
	display:inline-block;
	font:normal normal normal 14px/1 FontAwesome;
	font-size:inherit;
	text-rendering:auto;-webkit-font-smoothing:antialiased;
	color: #005fd1;-moz-osx-font-smoothing:grayscale;
}

.p-8 ul li span .fa{
	display:inline-block;
	font:normal normal normal 14px/1 FontAwesome;
	font-size:inherit;
	text-rendering:auto;-webkit-font-smoothing:antialiased;
	color: #bebebe;-moz-osx-font-smoothing:grayscale;
}

.p-8 ul li.tab{
  width: 189px;
  height: 45px;
  text-align: center;
  margin-top: -3px;
  line-height: 45px;
	color:#2d2d2d;
	font-weight: bold;
	background: #f9f9f9;
	font-size: 15px;

	  border: 1px solid #d2d2d2;
  border-bottom: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-8 ul li.tab.active {
	background: #004066;
	color:#fff;
	border: none;
}

.p-8 ul li.tab a{
	color:#2d2d2d;
	text-decoration: none;
}

.p-8 ul li.tab a:hover{
	color:#fff;
}

.p-8 ul li.tab:hover {
  background: #004066;
	color:#fff;
	border: none;
}


.p-8 ul li a.scroll {
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  color: #2d2d2d;
  margin-left: 40px;
}

.p-8 ul li span.scroll {
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  color: #bebebe;
  margin-left: 40px;
}

.p-8 ul li a:hover {
	color:#dd1c11;
}

.p-8 ul li span i.fa,
.p-8 ul li a i.fa {
  font-size: 18px;
}

.p-8.topMenuCopy ul li.active {
  margin-top: -1px;
  height: 43px;
}

/*============================================================
p-9
============================================================*/
.p-9 {
  background: #e0edf5;
  border-top: 2px solid #004066;
  border-bottom: 1px solid #C6D7E2;
  padding: 14px 0;
	width:100%;
}

.p-9 .l-container:after {
  display: block;
  clear: both;
  content: "";
}

.p-9 .citywarap{
	display: table;
	width:100%;
}


.p-9 .city{
	/*display: table-cell;
	vertical-align: middle;
	width:820px;*/
	padding-right:20px;
}

.p-9 .citywarap .city .title{
	font-size: 26px;
	color: #2d2d2d;
	margin-top: 10px;
	line-height: 1.1;
}


.p-9 .orner{
	display: table-cell;
	vertical-align: middle;
	width:140px;
	margin-right:20px;

	background_: #249642
}

.p-9 .orner-inner{
	float:right;
	cursor: pointer;
}

.p-9 .orner span.top{
	border-radius:3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	width:140px;
	height:30px;
	line-height: 30px;
	text-align: center;
	color:#fff;
	font-weight: bold;
	background: #FE901B;
	display: block;
}

.p-9 .orner span.bottom{
	background:#fff;
	display: block;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border:solid 1px #FE901B;
	width:133px;
	height:30px;
	line-height: 30px;
	font-size:13px;
	padding-left:5px;
}

.p-9 .orner span.bottom a{
	color:#005fd1;
	text-decoration: none;
	position: relative;
}

.p-9 .orner span.bottom a::after{
	position: absolute;
content: "";
top: 50%;
right: -10px;
width: 5px;
height: 9px;
margin-top: -5px;
	background:url(/mansion/library/images/arrow_blu_s.png) right center no-repeat;
	background-size: 5px 9px;
}

.p-9 .orner:hover span.bottom a{
	color:#dd1c11;
}

.p-9 .orner:hover span.bottom a::after{
	background:url(/mansion/library/images/arrow_red_s.png) right center no-repeat;
}


.p-9 .product_box{
	 display: table-cell;
  vertical-align: middle;
	width:240px;
	background_: #BC9C12
}

.p-9 .citywarap .product_box a{
	text-decoration: none;
}

.p-9 .citywarap .product_box .product{
	text-align: right;
	color: #2d2d2d;
	font-size: 16px;
	position: relative;
	font-weight: bold;
}

.p-9 .citywarap .product_box .product:hover{
	color:#dd1c11;
}

.p-9 .citywarap .product_box .product i{
  font-size: 24px;
  display: inline-block;
	margin-right:7px;
  /*margin-top: 6px;
  position: absolute;
  /*top: -6px;
  left: 23px;*/
  color: #1565c0;
}

.p-9 .citywarap .product_box .product .number{
  color: #dd1c11;
  font-weight: bold;
  font-size: 24px;
  margin-right: 1px;
}

.p-9 .citywarap .product_box .product .unit{
  font-size: 16px;
  color: black;
}

/*============================================================
p-11
============================================================*/
.p-11 {
  padding: 22px 0;
  display: table;
}

.p-11 .col_item {
  padding-right: 15px;
  display: table-cell;
}

.p-11 .col_item.col3 {
	padding-right: 0px;
}

.p-11 .col_item .col {
  font-size: 14px;
  color: #2d2d2d;
  margin-bottom: 12px;
}

.p-11 .col_item .col p{
  padding-top:4px;
}

.p-11 .col_item .col:after {
  display: block;
  clear: both;
  content: "";
}

.p-11 .col_item .col button {
  width: 95px;
  height: 30px;
  border-radius: 3px;
  border: 1px solid #d2d2d2;
  background-color: #f9f9f9;
  font-weight: 700;
  float: left;
	pointer-events : none;
}

.p-11 .col_item .col .col_right {
  margin-left: 110px;
}

.p-11 .col_item .col .traffic p {
  line-height: 20px;
}

.p-11 .col_item .col a {
  color: #1565c0;
	text-decoration: none;
}

.p-11 .col_item .col a:hover {
	color:#dd1c11;
}

.p-11 .col_bunjyo {
	display: block;
  width: 100%;
  overflow: hidden;
  zoom:1;
}

.p-11 .col1 {
  width: 385px;
}

.p-11 .col2 {
  width: 290px;
}

.p-11 .col3 {
  width: 200px;
}

.p-11 .col4 {
  width: 190px;
  padding-right: 0;
}

.p-11 .col4 .c-btn1 {
  width: 190px;
  margin: 0 auto 10px auto;
}


.library_no{
	line-height: 23px;
	margin-bottom:10px;
}

.library_no span{
	border-radius:3px;
	background: #2d2d2d;
	padding:0 5px;
	text-align: center;
	color:#fff;
	font-size:11px;
	margin-right:5px;
	float:left;
	font-weight: bold;
}

/*============================================================
p-12
============================================================*/
.p-12 {
  background-color: #f9f9f9;
  border-bottom: 1px solid  #d9d9d9;
}

.p-12 .container {
  width: 100%;
  max-width: 1060px;
  margin: 20px auto;
  border-left: 3px solid #004066;
  padding-left: 20px;
}

.p-12 .container .text_1 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
	margin-bottom:5px;
}

.p-12 .container .text_2 {
  font-size: 16px;
}

/*20180517*/
.p-12 .container2 {
  width: 100%;
  max-width: 1060px;
  margin: 0px auto 20px auto;
  padding-left: 20px;
}

/*============================================================
p-14
============================================================*/
.p-14 {
  margin-top: 15px;
}

.p-14:after {
  display: block;
  clear: both;
  content: "";
}

.p-14 .block {
  width: 518px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  position: relative;
  margin-bottom: 42px;
}

.p-14 .block:nth-child(2n+1) {
  margin-right: 42px;
  clear: left;
}

.p-14 .head {
  background-color: #e5f2f9;
  border-top: 2px solid #004066;
  min-height: 47px;
  position: relative;
}

.p-14 .head .check {
  position: absolute;
  top: 0;
  left: 0;
  height: 47px;
  width: 47px;
  background: #063D64;
  z-index: 1;
}

.p-14 .head .check .checkbox_wrapper {
  position: absolute;
  top: 13px;
  left: 13px;
  width: 22px;
  height: 0;
  padding-top: 22px;
  overflow: hidden;
  background: url(/mansion/library/images/bg_checkbox.png) 0 0 no-repeat;
  margin-right: 5px;
}

.p-14 .head .check .checkbox_wrapper.bgblue {
background: url(/mansion/library/images/bg_checkbox_bgblue.png) 0 0 no-repeat;
}

.p-14 .head .check .checkbox_wrapper.skin_checked {
  background-position: 0 -27px;
}

.p-14 .head .check .checkbox_wrapper input {
  opacity: 0;
}

.p-14 .head .title {
  padding-left: 60px;
  width: auto;
  border-right: 1px solid #d9d9d9;
}

.p-14 .head a {
  font-size: 16px;
  line-height: 47px;
  text-decoration: none;
  color: #2d2d2d;
  display: block;
  font-weight: bold;
}

.p-14 .entryBox {
  padding: 15px;
  border: 1px solid #d9d9d9;
  border-top: 0px;
}

.p-14 .entryBox:after {
  display: block;
  clear: both;
  content: "";
}

.p-14 .entryBox .img {
  border: 1px solid #d9d9d9;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 200px;
  text-align: center;
  padding: 15px 0;
	background: #fff;
}

.p-14 .entryBox .img.none {
	width: 200px;
	height: 210px;
	border:solid 1px #d2d2d2;
	background:#F9F9F9 url(/mansion/library/images/icon_noimg.svg) center center no-repeat;
	background-size: 50% auto;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

.p-14 .entryBox .body {
  width: 270px;
  float: right;
}

.p-14 .entryBox .body .price {
  line-height: 1;
  background: url(/mansion/library/images/hasen.png) left bottom repeat-x;
  padding-bottom: 10px;
}

.p-14 .entryBox .body .price span {
  color: #dd1c11;
  font-size: 20px;
  font-weight: 600;
}

.p-14 .entryBox .body .row {
  display: table;
  padding: 10px 0;
  width: 100%;
  background: url(/mansion/library/images/hasen.png) left bottom repeat-x;
}

.p-14 .entryBox .body .row .label {
  display: table-cell;
  padding: 0px;
  background-color: #e2e2e2;
  font-weight: bold;
  text-align: center;
  width: 4.7em;
  font-size: 13px;
  letter-spacing: 0px;
	line-height: 26px;
}

.p-14 .entryBox .body .row .content {
  display: table-cell;
  padding: 2px 0px 2px 10px;
  font-size: 15px;
}

.p-14 .entryBox .body .button {
  text-align: right;
  margin-top: 10px;
}

.p-14 .block:hover {
  cursor: pointer;
}


.p-14 .block:hover .img {
  opacity: 0.8;
}


.number_stocks{
margin-bottom: 20px;
}

/*============================================================
p-18
============================================================*/
.p-18 {
  margin-top: 50px;
}

.p-18 .title {
  font-weight: bold;
  font-size: 15px;
}

.p-18 .title a{
	color:#2d2d2d;
	text-decoration: none;
}

.p-18 .title a:hover{
	color:#dd1c11;
}

.p-18 .title i {
  font-size: 21px;
  margin-left: 5px;
  margin-top: -3px;
  vertical-align: middle;
}


/*============================================================
Other
============================================================*/

/* ----- detailGallery ----- */
#detailGallery {min-width:600px;position: relative;}
#detailGallery.small_photo {min-width:450px;position: relative;}
#detailGallery li {width:33.333333%;}
#detailGallery img {width:100%; height:auto;}

/* slide
------------------------------ */

.sp-slides{
	position: relative;
}

.sp-slides-container {
  overflow: hidden;
}


#detailGallery .caption {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
	height:36px;
	line-height: 40px;
    color: #2d2d2d;
    z-index: 3;
	text-align: center;
}

#detailGallery li .caption_bg{
	position: absolute;
    left: 0;
    bottom: 0px;
    background: rgba(255,255,255,0.8);
    width: 100%;
	height:36px;
	line-height: 40px;
    color: #2d2d2d;
    z-index: 2;
	text-align: center;
}


#detailGallery.sp-horizontal .sp-arrows {
  max-width: 2000px;
  width: 100%;
  left: 0;
  margin: 0;
  top: 0;
}

#detailGallery.ie8.sp-horizontal .sp-previous-arrow,
#detailGallery.ie7.sp-horizontal .sp-previous-arrow,
#detailGallery.sp-horizontal .sp-previous-arrow {

	background: url(/mansion/library/images/slider_arrow_left.png) left 170px no-repeat;
  -webkit-background-size: 58px 70px;
          background-size: 58px 70px;
  background-color: transparent;
  width: 32.5%;
  left: 0;
  padding-bottom: 40%;
}

#detailGallery.ie8.sp-horizontal .sp-previous-arrow:hover,
#detailGallery.ie7.sp-horizontal .sp-previous-arrow:hover,
#detailGallery.sp-horizontal .sp-previous-arrow:hover {
	background: url(/mansion/library/images/slider_arrow_left_on.png) left 170px no-repeat;
}

#detailGallery.ie8.sp-horizontal .sp-next-arrow,
#detailGallery.ie7.sp-horizontal .sp-next-arrow,
#detailGallery.sp-horizontal .sp-next-arrow {
  background: url(/mansion/library/images/slider_arrow_right.png) right 170px no-repeat;
  -webkit-background-size: 58px 70px;
          background-size: 58px 70px;
  background-color: transparent;
  width: 32.5%;
  right: 0;
  padding-bottom: 40%;
}

#detailGallery.ie8.sp-horizontal .sp-next-arrow:hover,
#detailGallery.ie7.sp-horizontal .sp-next-arrow:hover,
#detailGallery.sp-horizontal .sp-next-arrow:hover {
	background: url(/mansion/library/images/slider_arrow_right_on.png) right 170px no-repeat;
}

.sp-button {
  width: 65px;
  height: 10px;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #004066;
  background-color: #e0edf5;
}

.sp-buttons {
  background-color: #e0edf5;
}

.sp-selected-button {
  background-color: #004066;
  border-bottom: none;
  height: 3px;
}

@media only screen and (max-width: 1400px) {
  #detailGallery.ie8.sp-horizontal .sp-previous-arrow,
  #detailGallery.ie7.sp-horizontal .sp-previous-arrow,
  #detailGallery.sp-horizontal .sp-previous-arrow,
  #detailGallery.ie8.sp-horizontal .sp-next-arrow,
  #detailGallery.ie7.sp-horizontal .sp-next-arrow,
  #detailGallery.sp-horizontal .sp-next-arrow {
    width: 30%;
  }
}

/* Fix */
.c-btn2 {
  padding: 5.5px 11px;
  border: 2px solid #2d2d2d;
}

.c-btn2 span {
  background: url(/mansion/library/images/icon_03.png) 0 47% no-repeat;
  display: inline-block;
  padding: 0 0 0 20px;
}

.p-14 .block:hover .entryBox {
  border-left: 1px solid #004066;
  border-bottom: 1px solid #004066;
  border-right: 1px solid #004066;
	background:#FCF9E6;
}

.p-14 .block:hover .head .title {
  border-right: 1px solid #004066;
	background:#FBF7D1;
}

.p-14 .block:hover .c-btn2 {
  opacity: 1;
  background-color: #FFF !important;
  color: #2d2d2d;
}

.p-14 .block:hover .c-btn2 span {
  background: url(/mansion/library/images/icon3_hover.png) 0 47% no-repeat;
}


/* --------------- type03 -------------------- */

.c-btn_type3 {
  background-color: #004066;
  padding: 7px 12px;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
}

.c-btn_type3 {
  padding: 5.5px 11px;
  border: 2px solid #004066;
}

.c-btn_type3 span {
  background: url(/mansion/library/images/arrow_whi.png) right center no-repeat;
  display: inline-block;
  padding: 0 20px 0 0;
}

.p-14 .block:hover .c-btn_type3 {
  opacity: 1;
  background-color: #FFF !important;
  color: #004066;
}

.p-14 .block:hover .c-btn_type3 span {
  background: url(/mansion/library/images/arrow_whi_on.png) right center no-repeat;
}


form#form01 .assess .login_user {
  cursor: pointer;
}

form#form01 .assess tr td input[type="submit"] {
  background-color: #D9171D;
  border-radius: 3px;
  font-size: 16px;
  color: #fff;
  padding: 12px 35px;
  margin-bottom: 18px;
  border: 2px solid #D9171D;
	font-weight: bold;
	-webkit-appearance:none;
}

form#form01 .assess tr td input[type="submit"].off[type="submit"] {
  background-color: #f0a2a5;
  border: 2px solid #f0a2a5;
}

form#form01 .assess tr td input[type="submit"]:hover {
  background-color: #fff;
  color: #D9171D;
}

.p-2 .item_2 {
  width: 410px;
}

.p-2 .item_2 {
  display: block;
}

.p-2 .item_2 .set {
  margin: 0;
  padding: 20px 25px;
}

.p-2 .item_2 .set a{
	text-decoration: none;
	color:#1565c0;
}

.p-2 .item_2 .set a:hover{
	color:#D9171D;
}


.p-2 .item_2 .set a.out:after {
  content: url(/mansion/library/images/icon_04.png);
  position: relative;
  top: 2px;
  margin: 0 8px;
}

.p-2 .item_2 .set a:hover.out:after{
	  content: url(/mansion/library/images/icon_hover_cpn16.png);
  position: relative;
  top: 2px;
  margin: 0 8px;
}

.p-2 .item_3 {
  width: 410px;
}

#submitBox {
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#88000000, endColorstr=#88000000)";
  bottom: 0;
}


.module_searchlinks {
	border: 1px solid #d9d9d9;
	border-radius:3px;
}


.module_searchlinks .module_inner{
	padding: 20px 20px 0px;
}

.module_searchlinks .module_inner .tit{
	display:block;
	font-size:15px;
	font-weight: bold;
	margin-bottom:10px;
}

.module_searchlinks .module_inner section{
	margin-bottom:20px;
}

.module_searchlinks .module_inner table{

}

.module_searchlinks .module_inner table a{
		text-decoration: none;
	color:#005fd1;
	margin-right:20px;
}

.module_searchlinks .module_inner table a:hover{
	color:#dd1c11;
}

.module_searchlinks .module_inner table th{
	white-space: nowrap;
	padding-right:20px;
	font-weight: normal;
}

.module_searchlinks .module_inner table td li{
	float:left;
	margin-right:20px;
}



/*============================================================
nosale
============================================================*/

.nosale{
  width: 1080px;
  margin:0px auto;
}


.nosale .box{
	border:solid 1px #D9D9D9;
	border-radius:3px;
	padding:25px;
	overflow: hidden;
	zoom:1;
}

.nosale .box .leftarea{
	float:left;
	width:500px;
	padding-right:20px;
}

.nosale .box .leftarea .alerttxt{
	color:#D9171D;
	font-weight:bold;
	font-size:16px;
	display: block;
	margin-bottom:15px;
}

.nosale .box .leftarea .link{
	display: block;
	margin-top:20px;
}

.nosale .box .leftarea .link a{
	color:#005fd1;
	text-decoration: none;
}

.nosale .box .leftarea .link a:hover{
	color:#D9171D;
}

.nosale .box .leftarea .link a.out:after {
  content: url(/mansion/library/images/icon_04.png);
  position: relative;
  top: 2px;
  margin: 0 8px;
}

.nosale .box .leftarea .link a:hover.out:after{
	  content: url(/mansion/library/images/icon_hover_cpn16.png);
  position: relative;
  top: 2px;
  margin: 0 8px;
}

.nosale .box .rightarea{
	float:left;
	width:506px;

}

.nosale .box .rightarea .tit{
	background: #2D2D2D;
	padding:11px 0;
	text-align: center;
	font-weight: bold;
	color:#fff;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	font-size:16px;
}

.nosale .box .rightarea .inner{
	padding:20px 10px;
	background: #F9F9F9;
	border:solid 1px #D8D8D8;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	overflow: hidden;
}

.nosale .box .rightarea .inner ul li{
	float:left;
}

.nosale .box .rightarea .inner ul li.txt{
	font-weight: bold;
	line-height: 35px;
	margin-left:10px;
}

.nosale .box .rightarea .inner ul li.form{
	width:364px;
	padding-left:20px;
}

.nosale .box .rightarea .inner ul li.form .inputMaill {
	border-top:1px solid #D8D8D8!important;
	border-left:1px solid #D8D8D8!important;
	border-bottom:1px solid #D8D8D8!important;
	border-right:none!important;
	width:279px;
	height:36px;
	font-size:14px;
	padding-left:10px;
}

.nosale .box .rightarea .inner ul li.form input[type="submit"],
.nosale .box .rightarea .inner ul li.form input[type="email"]{
	border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}

.nosale .box .rightarea .inner ul li.form input[type="submit"]::-webkit-search-decoration,
.nosale .box .rightarea .inner ul li.form input[type="email"]::-webkit-search-decoration{
	display: none;
}

.nosale .box .rightarea .inner ul li.form input[type="submit"]::focus,
.nosale .box .rightarea .inner ul li.form input[type="email"]::focus{
	outline-offset: -2px;
}

.nosale .box .rightarea .inner ul li.form .entryBtn {
	background:#D9171D;
	border:none;
	width:60px;
	height:35px;
	font-size:14px;
	text-align:center;
	color:#fff;
	cursor: pointer;
	
}

.nosale .box .rightarea .inner ul li.form .entryBtn:hover {
	background:#fff;
	border:solid 2px #D9171D;
	width:60px;
	height:35px;
	font-size:14px;
	text-align:center;
	color:#D9171D;
}


/* ----- Form ----- */
input[type="checkbox"] {vertical-align:middle;}

#submitBox {
 position: fixed; width: 100%; left: 0; bottom: 0; background: rgba(0, 0, 0, 0.7); z-index: 100;
 padding:10px 0 10px 0;
}

#submitBox .inner{
    width:1080px; margin:0 auto;
}


#submitBox .inner .flow_bt {position:relative; overflow:hidden;}
#submitBox .inner .flow_bt ul { position:relative; left:50%; float:left;}
#submitBox .inner .flow_bt li { position:relative; left:-50%; float:left;}

#submitBox .inner .flow_bt li h3{
    float:left;
    color:white;
    line-height:50px;
    font-size:120%;
}

#submitBox .inner .flow_bt li a.red{
    display: block;
	  border-top: solid 2px #D9171D;
  border-right: solid 2px #D9171D;
  border-left: solid 2px #D9171D;
  border-bottom: solid 2px #C61016;
    text-decoration:none;
    text-align:center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
    margin-left:20px;
    float:left;
    width:250px;
    line-height:50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
    background-color:#D9171D;
    font-weight:bold;
    color:white;
    font-size:130%;
}


#submitBox .inner .flow_bt li a.red:hover{
  background-color: #ffffff;
  border: solid 2px #D9171D;
  color: #D9171D !important;
}

#submitBox .inner .flow_bt li a.orange{
	display: block;
  border-top: solid 2px #ff901c;
  border-right: solid 2px #ff901c;
  border-left: solid 2px #ff901c;
  border-bottom: solid 2px #d87204;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
    width:250px;
    line-height:50px;
	margin-left:20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  background-color: #ff901c;
	font-size:130%;
}

#submitBox .inner .flow_bt li a.orange:hover{
      background-color: #ffffff;
  border: solid 2px #ff901c;
  color: #ff901c !important;
}

/*
#submitBox .inner .flow_bt li a.white{
  text-decoration: none;
  border: 1px solid #BDBDBD;
  border-radius: 3px;
  display: inline-block;
	background: #fff;
	    width:150px;
    line-height:47px;
	margin-left:20px;
	  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
	font-weight: bold;
	color:#2d2d2d;
	text-align: center;
	padding-top:3px;
}

#submitBox .inner .flow_bt li a.white span{
  display: block;
  border-bottom: 2px solid #DEDEDE;
  border-radius: 3px;
}*/

/************* お気に入りボタンのアイコン　ボタン部分は「/nomucom/smp/common/css/parts.css」 ********************/

[class|="btn"].white{
		position:relative;
	display: block;
	border-radius:3px;
	border:1px solid #babba4;
	background:#e6e7d8;
	color:#2d2d2d;
	z-index:0;
	width:180px;
	height:48px;
	line-height:48px;
	padding:3px 0 0 20px;
	margin-left:20px;
}

[class|="btn"].white:after {
	position:absolute;
	content:'';
	border-radius:3px;
	background:#fff;
	width:100%;
	height:49px;
	z-index:-1;
	top:0;
	left:0;
}

[class|="btn"].white.hover{
	background:#dadcc7;/*下の色*/
}

[class|="btn"].white.hover:after {
	background:#f2f3eb;/*上の色*/
}

[class|="btn"].white.icn-favorite span{
	display:inline-block;
	padding-left:40px;
	line-height:48px;
	background-repeat:no-repeat;
	background-image:url("/mansion/library/images/btn_favorite.png");
	background-size:33px 33px;
	background-position:left 7px;
	font-size:14px;
	font-weight:bold;
}
[class|="btn"].white.on{
	/*background:#dadcc7!important;下の色*/
	/*color:#9c9d8e!important;*/
	padding:3px 12px 0 8px;
}
[class|="btn"].white.on:after{
	/*background:#f2f3eb!important;上の色*/
}

[class|="btn"].white.on.icn-favorite span{
	background-image:url("/mansion/library/images/btn_favorite_hover.png");
	background-size:33px 33px;
}

/* お気に入り登録アラート */

.favopopcan {
  width: 280px;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  overflow: hidden;
  z-index: 9999;
  margin: 0 auto;
	 -webkit-box-shadow: 0px 0px 4px 2px #dedede;
         box-shadow: 0px 0px 4px 2px #dedede;
}

.favopopcan .popcontents{
  background: #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  	border:1px solid #004066;
  box-shadow:0px 0px 5px 0px #004066;
-moz-box-shadow:0px 0px 5px 0px #004066;
-webkit-box-shadow:0px 0px 5px 0px #004066;
}



.favopopcan .popcontents .alert_upper {
  position: relative;
  text-align: center;
  padding: 18px 0;
  border-bottom: 1px solid #d2d2d2;
}

.favopopcan .popcontents .alert_upper .item_text {
  font-size: 115%;
  font-weight: bold;
}

.favopopcan .popcontents .alert_upper .item_text span{
color:#dd1c11;
}

.favopopcan .popcontents .alert_lower {
  padding: 11px 0 10px;
  text-align: center;
}

.favopopcan .popcontents .alert_lower a {
  font-weight: bold;
  color: #1565c0;
	text-decoration: none;
}

.module_alert .popup_delete .alert_lower a:hover {
	color:#dd1c11;
}
/*
.favopopcan .popcontents .text{
	padding:0 10px 10px 10px;
	line-height:40px;
	text-align:center;
	border-bottom:1px solid #d4d4d4;
	font-weight:bold;
	font-size:15px;
}*/

/*
.favopopcan .popcontents  .text{
	padding:10px 0 10px;
	text-align:center;
	font-size:15px;
}

.favopopcan .popcontents .text .tit{
	display:block;
	font-weight:bold;
}

.favopopcan .popcontents .text .tit span{
	color:#dd1c11;
}

.favopopcan .popcontents .text .check{
	height:43px;
	margin:5px auto 0;
	display:table;
}

.favopopcan .popcontents .text .check span{
	vertical-align:middle;
	display:inline-block;
	font-weight:normal;
}

.favopopcan .popcontents .text .check .icn{
	width:43px;
	height:43px;
	background:url("/nomucom/smp/common/images/svg/icn_favorite.svg") no-repeat center center;
	background-size:39px 39px;
	margin:0 3px;
	display:inline-block;
	border:solid 1px #d4d4d4;
	padding:2px;
}

.favopopcan .popcontents .unit-reg{
	padding:10px;
	overflow:hidden;
	zoom:1;
}

.favopopcan .popcontents .unit-reg .tit{
	color:#dd1c11;
	font-weight:bold;
}

.favopopcan .popcontents .unit-reg .txt{
	margin:5px 0 10px;
}

.favopopcan .popcontents .unit-reg .white3{
	line-height:36px;
	color:#005fd1;
	font-weight:bold;
}

.favopopcan .popcontents .bottom{

	border-top:1px solid #d4d4d4;
	width:100%;
	padding:10px 0;
	text-align:center;
	display:block;
}

.favopopcan .popcontents .bottom .close_btn{
	font-weight:bold;
}


/* お気に入り削除アラート */
/*
.favopopcan {
    width:280px;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    overflow: hidden;
    z-index: 100001;
}*/

/*
.favopopcan .favopopcontents{
	width:100%;
	padding:5px 0;
    background:#fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border:1px solid #d4d4d4;
}
.favopopcan .favopopcontents .text{
	padding:0 10px 10px 10px;
	line-height:40px;
	text-align:center;
	border-bottom:1px solid #d4d4d4;
	font-weight:bold;
	font-size:15px;
}
.favopopcan .favopopcontents .text span{
	color:#dd1c11;
}

.favopopcan .favopopcontents .btn{
	line-height:30px;
	text-align:center;
	font-weight:bold;
	padding:5px 0;
}
*/

/*　マップ
------------------------------------------------------------*/

.mapBlock #chizu {
	width: 100%;
	text-align: center;
}
.mapBlock #chizu #map-canvas {
	width: 100%;
	height: 430px;
	float: none;
	margin-bottom: 0;
}
.mapBlock #chizu #street {
	width: 1080px;
	height: 360px;
	float: none;
	margin: 40px auto 0 auto;
	background-color:#fff;
}
.mapBlock {
	position: relative;
}
.mapBlock .note {
	padding: 15px 0;
	font-size: 12px;
	color: #2d2d2d;
	text-align: right;
	background-color: #e0edf5;
	border-bottom:1px solid #C6D7E2;
}
.mapBlock .envBlock {
	padding: 0;
}
.mapBlock .alert {
	position: absolute;
    opacity: 0.8;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #000;
    padding: 10px 20px;
    text-align: center;
    color: #FFF;
    line-height: 1.4;
    top: 250px;
    left: 50%;
    margin-left: -140px;
    margin-top: -40px;
    z-index: 1;
}

/*　
------------------------------------------------------------*/
.p-envi {
	padding-left: 10px;
	background-color: #f9f9f9;
	border: 1px solid #d9d9d9;
}
.p-envi .p-envi__title {
	padding-left: 10px;
	font-size: 18px;
	border-left: 4px solid #004066;
	margin: 10px 0;
}


/*　周辺環境
------------------------------------------------------------*/
.p-img{
	margin-top:60px;
}
.p-img.l-container{
	margin:20px auto 40px;
}
.p-img .p-comment{
	margin-top: 10px;
}

.p-img ul{
	display: block;
	margin-top: 40px;
}

/* clearfix?*/
.p-img ul:after {
    content:" ";
    display:block;
    clear:both;
}

.p-img li{
	float: left;
	width: 330px;
	margin-left: 45px;
	font-size: 15px;
	color: #222;
	line-height: 1.7;
}

.p-img li img{
	width:330px;
	border:solid 1px #D2D2D2;
}

.p-img li:first-child{
	margin-left: 0;
}

.p-img img{
	margin-bottom: 10px;
}


/*　電車アクセス
------------------------------------------------------------*/
.p-station2{
	margin-top: 60px;
	margin-bottom: 40px;
}
.p-station2 h4{
	margin-top: 40px;
	font-size: 16px;
	color: #222;
	font-weight: bold;
}

.p-station2__info{
	margin-top: 30px;
}

.c-stationList{}

.c-stationList:after {
    content:" ";
    display:block;
    clear:both;
}

.c-stationList li{
	display: inline-block;
	background-color: #f9f9f9;
	padding: 15px 20px;
	border: 1px solid #d2d2d2;
	width: 286px;
	font-size: 15px;
	color: #2d2d2d;
	float: left;
	margin: 20px 0 0 45px;
}

.c-stationList li:nth-child(3n+1){
	margin-left: 0;
	clear: left;
}

.maplnk a{
  display:block;
  background: url(/mansion/library/images/bnr_map.png) no-repeat 112% 50%,#e5f2f9;
  text-decoration: none;
  color: #004066;
  font-weight: bold;
  font-size: 20px;
  border: 1px solid #004066;
  padding: 1.9rem 313px 1.9rem 18px;
}
.maplnk a:hover{
	background-color:#fff;
}
.maplnk p{
	background: url(/mansion/library/images/arrow_whi_on.png) no-repeat 0 50%;
	background-size: 10px;
	padding-left: 24px;
}
