/* =====================================================================
clear-setting
===================================================================== */
.clrFix:after { content:"."; clear:both; height:0; display:block; visibility:hidden; }
*:first-child+html .clrFix { display:inline-block; }
html {
    color: #2f353d;
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.6;
	overflow: auto;
}
body{overflow-x: hidden;}
li{list-style:none;}
p{padding:0; margin:0;}



/* =====================================================================
search TOP
===================================================================== */
.read{	float: left;}
.date{ font-size: 85%;}
a.s5-link { font-size: 85%;}

@media (max-width:960px) {
.read{	float: none;
}
}

#select-flow{
	max-width: 1200px;
	margin: 30px auto;
	clear: both;
}

.select1{clear: both;}

.select1,
.select2,
.select3,
.select4{
	float: left;
	width: 24%;
	color: #FFF;
	margin-right: 1%;
}
.select1 .step,
.select2 .step,
.select3 .step,
.select4 .step{
	background: url(../images/sch_step_bg.gif) no-repeat right;
	width:100%;
	height: 54px;
	margin-top: 20px;
}
.select1 .step p,
.select2 .step p,
.select3 .step p,
.select4 .step p{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
	padding: 0 20px;
	font-size: 16px;
	font-weight: bold;
}
/*ie10以下*/
.select1 .step p,
.select2 .step p,
.select3 .step p,
.select4 .step p{
	display: inline-block\9;
	top: 15%\9;
	transform: translateY(-15%)\9;
}

.select-box{
	width: 100%;
	padding: 0;
	margin: 5px 0 10px 0;
}
select {
	width: 90%;
	margin: 2vh 0 0 0.5vw;
	color: #222;
	font-size: 14px;
	padding: 6px;
}

.select2,
.select3,
.select4{
	display: none;
}

#re-search {
	display:none;
	position:fixed;
	right:20px;
	bottom:20px;
}

@media screen and (min-width: 641px) and (max-width:930px) {
select {
	width: 100%;
}
.select1 .step p,
.select2 .step p,
.select3 .step p,
.select4 .step p{
	padding: 0 20px 0 10px;
	font-size: 14px;
}
}


@media (max-width:640px){
.select1,
.select2,
.select3,
.select4{
	width: 100%;
}
	
.select1 .step,
.select2 .step,
.select3 .step,
.select4 .step {
	background:#00a7ae;
	background-image: none;
	height: auto;
	height: 2em;
}
.select1 .step p,
.select2 .step p,
.select3 .step p,
.select4 .step p{
	padding:0px 10px;
	font-size: 13px;
}
select {
width: 100%;
border-radius: 10px;
border: 1px solid #d3d3d3;
background: url(../images/sch_slct_bg.gif) repeat-x 0 0;
color: #222;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.32);
text-align: center;
font-weight: bold;
font-size: 16px;
padding: 10px;
overflow: visible;
}
.select-box{
	width: 100%;
	padding: 0;
	margin: 10px 0;
}
}


.btn_search{
	width: 100%;
	text-align: center;
	margin: 60px 0;
}
.btn_search img{
	max-width: 300px;
}

@media (max-width:640px){
.btn_search{
	margin: 0;
	padding: 0 0 60px 0
}
.btn_search img{
	width: 80%;
}
}


/* =====================================================================
search result
===================================================================== */
.nohit{
	text-align: center;
	margin: 80px 0;
}
.item{
	max-width: 1200px;
	border-bottom: dotted 1px #ccc;
	padding: 20px 0;
}
.item-img{
	float: left;
	width: 28%;
	display: inline;
	text-align: center;
}
.item-img img{
	width: 80%;
	height: auto;
}
.item-info {
    width: 70%;
    float: right;
    display: inline;
}

.item-type{
	display: inline-block;
	background: #525252;
	padding: 5px;
	color: #fff;
	text-align: center;
	font-size: 70%;
}
.item-catch{
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
}
.item-description{
	font-size: 13px;
	line-height: 1.6;
	margin-top: 10px;
}
.item-name{
	font-size: 18px;
	font-weight: bold;
	color: 	#0076A8;
	background: url(../images/sch_pct_link.gif) no-repeat left;
	padding-left: 10px;
	margin-top: 10px;
}
ul.item-number{
	margin: 0 0 10px 0;
	padding: 0;
}
ul.item-number li{
	padding-left: 10px;
}
.item-past{
	font-size: 12px;
	line-height: 1.6;
	color: #777777;
	padding-left: 10px;
}
.item-notes{
	font-size: 12px;
	line-height: 1.6;
	margin-top: 10px;
}

.annotation{
	font-size: 12px;
	line-height: 1.6;
	color: #777777;
	padding-left: 10px;
}


@media (max-width:640px){
.item-img{
	float: none;
	width: 100%;
	display: block;
}
.item-img img{
	width:50%;
	height: auto;
}
.item-info {
    float: none;
	width: 100%;
    display: block;
}
.item-description{
	margin-top: 5px;
}
.item-past,
.item-notes,
.annotation{
	font-size: 70%;
	line-height: 1.2;
}
}



/* =====================================================================
search result
===================================================================== */

#end p{
background: #f3f4f6;
text-align: center;
padding: 40px 0 40px 0;
}
#end h3{
padding: 35px 0 0 0;
}
#end ul{
margin: -40px 0 0 0;
padding: 0;
}
#end ul li{
position: relative;
min-height: 210px;
margin: 60px 0 0 0;
padding: 190px 0 0 600px;
}
#end ul li img{
position: absolute;
top:0;
left: 0;
width: auto;
height: 400px;
border: solid 1px #ccc;
}
#end ul li::after {
content: "";
position: absolute;
bottom:-40px;
left: 250px;
width: 0;
height: 0;
border-style: solid;
border-right: 20px solid transparent;
border-left: 20px solid transparent;
border-top: 16px solid #ccc;
border-bottom: 0;
}
#end ul li:last-child::after {
display: none;
}



@media (max-width:640px){



#end p{
text-align: left;
padding: 20px 20px 20px 20px;
}
#end ul li{
padding:0;
}
#end ul li img{
position: inherit;
top:inherit;
left: inherit;
width: 100%;
height: auto;
margin: 0 0 10px 0;
}
#end ul li::after {
content: "";
position: absolute;
bottom:-34px;
left: 0;
right: 0;
margin: auto;
}



}


