/* CSS Document */


/*検索*/
.search {
	width:100%;
	background-color: #0d3082;
	padding: 40px 0;
}
.search_con {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}
/*検索窓高さ合わせ*/
.search_box {
	width: 100%;
	overflow:hidden;
}
/*小枠*/
.search_cell {
	width: 230px;
	float:left;
	margin: 0 10px;
}
.search_cell_bot {
	text-align: left;
	color: #333;
	box-sizing: border-box;
	border-bottom: 1px solid #2a37d3;
	border-right: 1px solid #2a37d3;
	border-left: 1px solid #2a37d3;
	padding: 5px 10px 60px;
	position: relative;
}

.search_cell_bot img{
	position: absolute;
    bottom: 10px;
}

/*フォーム*/
.search_cell_bot select {
	border: 0;
	padding: 5px;
	margin: 5px;
	font-size: 1.2em;
	color: #666;
	border: solid 1px #ccc;
	width: 200px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 2px 0 rgba(200, 200, 200, 0.2) inset;
	-moz-box-shadow: 2px 2px 2px 0 rgba(200, 200, 200, 0.2) inset;
	box-shadow: 2px 2px 2px 0 rgba(200, 200, 200, 0.2) inset;
}

.search_cell_bot input[type="submit"]{
	width:208px;
	height:40px;
	font-size:1.1em;
	font-weight:bold;
	color:#FFF;
	background-color: #0d3082;
	border:1px solid #FFF;
	position: absolute;
    bottom: 10px;
}

.search_cell_bot input[type="submit"]:hover{
	background-color:#3d599b;
}
	


.box{
	width:160px;
	padding:15px;
	margin:10px;
	float:left;
	border:1px solid #0C9;
}

