@charset "utf-8";
/* CSS Document */
/*style_o.css*/
body, ul, h1, h2, h3, h4, p, dl, dd {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	vertical-align: bottom;
}
/*ここまでリセット*/
.inner {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}
body {
	background-color: #E9872E;
	font-size: 12px;
}
header {
	display: flex;
	justify-content: space-between;
}
header p {
	margin-bottom: 20px;
}
header ul {
	display: flex;
	padding-top: 20px;
}
header ul li {
	background-image: url(../images/icon_dog.gif);
	background-repeat: no-repeat;
	height: 18px;
	line-height: 18px;
	padding-left: 25px;
	margin-right: 10px;
}
nav {
	background-image: url(../images/nav_back.jpg);
	margin-bottom: 15px;
}
nav ul {
	display: flex;
}
main .content {
	padding-top: 15px;
	margin-bottom: 15px;
	width: 675px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
main .box {
	width: 330px;
	margin-bottom: 15px;
	padding: 0px 12px 12px 12px;
	background-color: #FCEBB7;
	box-sizing: border-box;
}
main .box h2 {
	margin-bottom: 10px;
}
main .box .price {
	margin-bottom: 10px;
}
main .content .box .photo {
	float: left;
	margin-right: 10px;
}
main .content .box .btn {
	text-align: right;
	clear: both;
}
main .content .news {
	width: 675px;
	padding: 0px 12px 12px 12px;
	background-color: #FCEBB7;
	box-sizing: border-box;
	float: left;
}
main .content .news h2 {
	margin-bottom: 10px;
}
main .content .news dt {
	float: left;
	clear: left;
}
main .content .btn {
	clear: both;
	text-align: right;
}
main aside {
	background-image: url(../images/search_back.jpg);
	background-repeat: no-repeat;
	width: 260px;
	height: 360px;
	padding: 12px;
	margin-top: 15px;
	box-sizing: border-box;
}
main aside section {
	text-align: left;
}
main aside section h3 {
	text-align: center;
	padding: 10px 0 10px 0;
	border-bottom: solid 1px #fff;
}
.form {
	color: azure;
}
.form dt {
	font-size: 16px;
	margin-bottom: 5px;
}
.form dl:nth-child(3) {
	border-top: dotted 1px #fff;
	border-bottom: dotted 1px #fff;
}
.form dl {
	padding: 10px;
}
.form dl:nth-child(3) li {
	float: left;
}
.form dl:nth-child(3) ul::after {
	content: "";
	display: block;
	clear: both;
}
footer {
	background-color: brown;
}
footer .inner {
	display: flex;
	justify-content: space-between;
	color: #fff;
	padding: 20px 0 20px 0;
}
footer .footer_nav p {
	float: left;
	margin-right: 10px;
}
footer .footer_nav::after {
	content: "";
	display: block;
	clear: both;
}
/**/
.flex {
	display: flex;
	justify-content: space-between;
}
