@charset "utf-8";

/*==========================================================

	icon　PCレイアウト（PC画面の横幅が1280px以上）

==========================================================*/



#photo_preview .selectLayout {
	margin-left: 1%;
	margin-top: 15px;
}
#photo_preview #select_main_photo {
	margin-bottom: 1%;
	float:left;
	width:65%;
}
#photo_preview .select_photo {
	float:right;
	width:33%;
}
#photo_preview .select_photo ul {
	margin-bottom: 5px;
}
#photo_preview .select_photo li {
	width: 31%;
	float: left;
	margin-right: 2%;
	cursor: pointer;
}
