/* CSS Document */

#keyword h2,
#item h2,
#area h2{
	font-size: 120%;
	font-weight: bold;
	background: #eee;
	padding: 5px;
	margin-bottom: 10px;
}


#searchArea{
	border: 1px solid #ccc;
	padding: 30px 20px 40px;
	margin-bottom: 20px;
}

#keyword h2{
	float: left;
	padding: 5px;
	margin-right: 20px;
}
#keyword p{
	border:1px solid #AAAAAA;
	width: 300px;
	float: left;
}
#keyword p .keywordTxt{
	width: 80%;
	border: none;
	padding: 5px;
	font-size: 120%;
}
#keyword p .submit{
	float: right;
	padding: 5px;
}



#item h3{
	float: left;
	font-size: 120%;
    padding-top: 5px;
	margin-left: 15px;
	font-weight: bold;
}

.iconshadow img{
	box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
	-webkit-box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
	-moz-box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
	display:inline;
}

#keyword dl.search{
	position:relative;
	background-color:#fff;
	border:1px solid #aaa;
}

#keyword dl.search dt{
	margin-right:40px;
	padding:8px 0 8px 8px;
}

#keyword dl.search dt input{
	width:100%;
	height:24px;
	line-height:24px;
	background:none;
	border:none;
}

#keyword dl.search dd{
	position:absolute;
	top:0;
	right:0;
}

#keyword dl.search dd button{
	display:block;
	padding:10px;
	background:none;
	border:none;
}

#keyword dl.search dd button span{
	display:block;
	width:20px;
	height:20px;
	background:url('../images/search.png') no-repeat scroll 0 0;
}

#item ul{
    float: right;
    width: 800px;
}

#item ul li{
    display: block;
    float: left;
    background: #EFEFEF;
    width: 30%;
    margin: 5px 18px 5px 0;
}

#item label{
	font-size: 100%;
}


#list article {
    border-bottom: 1px dotted #CCC;
    border-width: 1px 0;
    padding: 40px 0;
}
#list article:first-of-type {
    border-top: 1px dotted #CCC;
}
#list article:nth-of-type(even) table th{
	background: #f7f5ca;
}
#list dt{
    float:left;
    width:35%;
	padding-left:2px;
}

#list dt img{
    width:100%;
    height:auto;
}

#list dd{
    float:right;
    width:63%;
}

#list dd .text{
    letter-spacing:2px;
    line-height:170%;
}

#list .iconlist ul li{
	width:80%;
}

#list .map{
	float:right;
}
#list .map input{
	margin: 3px 0 0 2px;
}

#list dd h4{
	font-family:"ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W6", "Hiragino Mincho Pro", "ï¼­ï¼³ ï¼°æ˜Žæœ", "MS PMincho", serif;
    font-size:160%;
    line-height:100%;
    letter-spacing:2px;
    margin-bottom:10px;
    color:#C1A372;
}

#list dd img{
    float:left;
	margin:5px 5px 0 0;
}

#list .information{
    border-collapse:collapse;
    word-break:break-all;
}

	#list .information tr{
	border-bottom: #ffffff 2px solid;
}

	#list .information td, .table_temp th{
    padding:10px;
    vertical-align:middle;
}

#list .information td, .table_temp th{
    padding:10px;
    vertical-align:top;
}

#list .information th{
    background:#f9e4c0;
	width:20%;
	text-align:center;
	font-weight:normal;
	vertical-align:middle;
}

#list .information td{
    background:#FAFAFA;
}

#list dd .text{
	height:auto;
	max-height:10em;
	overflow:hidden;
	position:relative;
}
#list dd .text.moreview::after{
    content: '';
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(255,255,255,0.00)), to(rgba(255,255,255,1.00)));
	background: -webkit-linear-gradient(rgba(255,255,255,0.00), rgba(255,255,255,1.00));
	background: -moz-linear-gradient(rgba(255,255,255,0.00), rgba(255,255,255,1.00));
	background: -ms-linear-gradient(rgba(255,255,255,0.00), rgba(255,255,255,1.00));
	background: -o-linear-gradient(rgba(255,255,255,0.00), rgba(255,255,255,1.00));
	background: linear-gradient(rgba(255,255,255,0.00), rgba(255,255,255,1.00));
	height:4em;
}
#list dd .morebn{
	border-top: dotted 1px #AEC3B2;
	text-align:right;
	padding:0.2em 0.8em;
	font-weight:bold;
	margin-bottom:1em;
}
#list dd .morebn a{
	color:#C1A372;
	text-decoration:none;
}
#list dd .morebn a:hover{
	text-decoration:underline;
}
.page .pageNav{
    text-align:center;
    padding:30px 0;
}

.page .pageNav a{
    color:#C1A372;
}



.chkbox li {
    position: relative;
}
.chkbox label {
    font-size: 120%;
    line-height: 24px;
    display: inline-block;
    cursor: pointer;
		padding: 8px 0 8px 36px;
		width: 100%;
}
.chkbox label img{
		position: absolute!important;
		top: 1px!important;
		right: 2px!important;
}
.chkbox label::after {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #FFF;
    box-shadow: inset 1px 1px 1px 0px #999;
}
.chkbox label::before {
  content: "";
  width: 24px;
  height: 24px;
  display: none;
  position: absolute;
  left: 0;
  background-color: #EBEBEB;
  -webkit-box-shadow: inset 1px 2px 3px 0px #000;
  box-shadow: inset 1px 2px 3px 0px #000;
  border-radius: 0;
}

.chkbox input[type="checkbox"] {
    display: none;
}
.chkbox input[type="checkbox"]:checked + label::after {
    content: '\2713';
    font-size: 130%;
    color: #C1A372;
    text-align: center;
    line-height: 1.3em;
}





.search_shi_box {
		border-bottom: 1px dotted #C5C0B1;
		padding: 0;
    background-color: #FFF;
}
.search_shi_box {
    padding: 7px;
}

.search_shi_left {
		float: left;
    font-size: 120%;
    color: #888;
		margin-top: 5px;
		font-weight: bold;
}
.search_shi_right {
    float: right;
    width: 570px;
    line-height: 2.4;
}
.radiobox label {
    padding-left: 24px;
    font-size: 120%;
    line-height: 24px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    width: 28%;
}
.radiobox label::before {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    left: 0;
    background-color: #EFEFEF;
    box-shadow: inset 1px 1px 1px 0px #999;
   	border-radius: 0;
		margin-top: 2px;
}



.radiobox input[type="checkbox"] {
    display: none;
}
.radiobox input[type="checkbox"]:checked + label::before {
    content: '\2713';
    font-size: 100%;
    color: #C1A372;
    background-color: #fff;
    text-align: center;
    line-height: 1.3em;
}
.periodone{
	display:inline-block;
	padding:0.2em 0.8em;
	border:solid 1px #edd1a3;
	margin-right:0.1em;
	margin-bottom:0.2em;
	border-radius:0.5em;
	background:#FFF;
}
section #search,section #keyword{
	position:relative;
}
.formreset{
	position:absolute;
	right:1em;
	top:0;
	bottom:0;
}
.st_16{
	font-size: 16px;
	line-height: 180%;
    letter-spacing: 1px;
}

*, ::before, ::after {
  /*! box-sizing: content-box; */
}

body{
	letter-spacing: 0;
}

@media screen and (max-width:640px){
	#keyword h2 {
    float: none;
    margin-right: 0;
	}
	#keyword form {
    width: 90%;
		float: none;
	}
	#item h3 {
    float: none;
    width: auto;
	}
	#item ul li {
    width: 100%;
	}
	#item ul {
    float: none;
    width: 100%;
	}
	#list .iconlist ul li{
			width: 100%; 
	}
	#list dd h4{
		margin-top: 10px;
	}
	.search_shi_right {
    width: 460px;
	}
	.radiobox label {
    width: 22%;
	}
	#list dt {
    float: none;
    width: 100%;
    padding-left: 0;
	}
	#list dd {
    float: none;
    width: 100%;
	}
	#list dd .map {
    text-align: center;
    clear: both;
    padding: 20px 0;
	}
	.search_shi_left {
    float: none;
    width: 100%;
	}
	.search_shi_right {
		float: none;
    width: 100%;
	}
	.radiobox label {
    width: 40%;
		margin-right: 0;
	}
	section#keyword .formreset{
		display:none;
	}
	.formreset{
		position:relative;
		right: inherit;
		top: inherit;
		bottom: inherit;
		display: inline-block;
		padding-bottom:2em;
	}



}


.ce {
  text-align: center;
}

.mb30 {
  margin-bottom: 30px;
}

.st_red {
  color: #900;
}