@charset "utf-8";

/*
---com----------------------------------------------------
*/

@import url("../css/reset.css");
@import url("../css/common.css");
@import url("../css/class.css");
@import url("../css/menu.css");

/*
---index----------------------------------------------------*/

#leftContents h2 {
	clear: both;
	float: left;
	width: 650px;
	padding: 20px;
	display: block;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #FAFAFA;
	border: 1px solid #D1D1D1;
	font-weight: bold;
	font-size: 15px;
	/* 角丸 */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #333;
}
.photoBlocks {
	text-align: center;
	width: 690px;
	clear: both;
	float: left;
}
.photoBlocks p {
	width: 300px;
	float: left;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 25px;
	margin-bottom: 30px;
	margin-top: 30px;
}

.retall{
	text-align: center;
	display: block;
	clear: both;
	float: left;
	width: 690px;
	margin: 0px;
	padding: 0px;
}
.retall p{
	width: 150px;
	padding: 5px;
	/* 角丸 */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	font-size: 11px;
	margin-left: 270px;
	color: #FFF;
	background-color: #3C63AD;
}
.retall p a {
	color: #FFF;
	text-decoration: none;
}
#leftContents ul {
}

#leftContents li {
	clear: both;
	float: left;
	width: 680px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

#leftContents li span {
	font-weight: bold;
	padding-right: 20px;
	padding-left: 20px;
}
.pagenav {
	width: 670px;
	text-align: center;
	display: block;
	clear: both;
	padding: 10px;
	border: 1px solid #D1D1D1;
}
.pagenav p {
	font-weight: bold;
}
