@charset "utf-8";

.bottom:after {
  content: "";
  clear: both;
  display: block;
}
.top {
	margin: 30px 0 10px;
	position: relative;
	width: 960px;
	height: 457px;
}
.top h2 {
	position: absolute;
	top: 16px;
	left: 400px;
}
.top h3 {
	position: absolute;
	top: 150px;
	left: 40%;
}
.top p {
	line-height: 1.7;
	position: absolute;
	top: 247px;
	left: 91px;
	width: 360px;
	background: rgba(255,255,255,0.7);
	padding: 10px;
	font-size: .8em;
	color: #333;
}
#view,
#banner {
	margin-bottom: 10px;
}
.bottom .left-side {
	width: 430px;
	float:left;
}
.bottom .right-side {
	width: 430px;
	float: right;
}
.bottom .right-side figure,
#info,
.bottom p {
	margin-bottom: 15px;
}
.bottom p {
	text-align: center;
}
#info h3 {
	font-weight: normal;
	border-bottom: 1px dotted #666;
	padding-bottom: 3px;
	margin-bottom: 3px;
}
#info div {
	height: 120px;
	overflow: auto;
}
#info li {
	font-size: .95em;
}
#info .number {
	font-size: .8em;
	color: #d98484;
}
/*===============================================
画面の横幅が960pxまで
===============================================*/
@media screen and (max-width: 960px) {
.top {
	width: 100%;
	height: 440px;
}
.top h2 {
	left: 40%;
	width: 18%;
}
.top p {
	top: 130px;
	left: 100px;
	width: 35%;
	padding: 1%;
	font-size: .75em;
}
.bottom .left-side,
.bottom .right-side {
	width: 43%;
	margin: 0 2%;
}
}
/*===============================================
画面の横幅が900pxまで
===============================================*/
@media screen and (max-width: 900px) {
.top {
	height: 410px;
}
.top h2 {
	width: 15%;
}
}
/*===============================================
画面の横幅が800pxまで
===============================================*/
@media screen and (max-width: 800px) {
.top {
	height: 365px;
}
}
/*===============================================
画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 768px) {
.top {
	height: 440px;
}
.top p {
	position: inherit;
	top: 0;
	left: 0; 
	width: 95%;
	margin: 0 auto;
	font-size: .9em;
}
#info li {
	font-size: .9em;
}
}
/*===============================================
画面の横幅が600pxまで
===============================================*/
@media screen and (max-width: 600px) {
.top {
	height: 385px;
}
#info li {
	font-size: .8em;
}
}
/*===============================================
画面の横幅が480pxまで
===============================================*/
@media screen and (max-width: 480px) {
.top {
	height: 340px;
}
.top h2 {
	top: 15px;
	left: 35%;
	width: 20%;
}
.top p {
	font-size: .8em;
}
.bottom .left-side,
.bottom .right-side {
	width: 80%;
	margin: 0 10%;
}
}
/*===============================================
画面の横幅が400pxまで
===============================================*/
@media screen and (max-width: 400px) {
.top {
	height: 310px;
}
}

/*===============================================
画面の横幅が320pxまで
===============================================*/
@media screen and (max-width: 320px) {
.top {
	height: 290px;
}
}
