@charset "utf-8";

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

@import url("../css/reset.css");
@import url("../css/class.css");
@import url("../css/common480.css");
@import url("../css/menu480.css");

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

#leftContents h2 {
	clear: both;
	float: left;
	width: 90%;
	padding: 5%;
	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: 100%;
	clear: both;
	float: left;
}
.photoBlocks p {
	width: 100%;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 30px;
	margin-top: 30px;
}

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

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

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