@charset "utf-8";

/*
 * フォト検索
 */
.photo_box1,.photo_box2,.photo_box3{
	width:270px;
	height:180px;
	margin:0 0 10px 0;
	float:left;
	display:inline;
}
.photo_box1,.photo_box2{
	margin:0 10px 0 0;
}
.photo_box1 a,.photo_box2 a,.photo_box3 a{
	border:3px solid #aaaaaa;
	display:block;
	width:264px;
	height:174px;
}
.photo_box1 a:hover,.photo_box2 a:hover,.photo_box3 a:hover{
	border:3px solid #ff0065;
}

.popup_box{
	clear:both;
	width:830px;
	height:100px;
	margin:0 0 10px 0;
	display:none;
}
.box_1{
	background-image:url(../images/photo_search/popup_background_1.png);
	background-repeat: no-repeat;
}
.box_2{
	background-image:url(../images/photo_search/popup_background_2.png);
	background-repeat: no-repeat;
}
.box_3{
	background-image:url(../images/photo_search/popup_background_3.png);
	background-repeat: no-repeat;
}
.popup_box ul{
	padding:25px 0 0 15px;
}
.popup_box li{
	padding:5px;
	margin:0 5px 0 0;
	background-color:#ffffff;
	display:inline;
}
.popup_place{
	padding:15px 0 0 15px;
}
.popup_place a{
	margin:0 10px 0 0;
	color:#ffffff;
}
.popup_place a:hover{
	color:#ffffff;
}
.popup_place a img{
    width:113px;
    height:30px;
	vertical-align:middle;
}
