@charset "utf-8";

/*** COMMON ***/

.mt16 {margin-top: 16px;}

.clearboth {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	clear: both;
	border: none;
}

/* layout */
.mainView {
	padding: 0 0 50px;
	background: url(../imgs/bg.png) no-repeat;
	background-position: 10% 0;
}
.cttl {
	width: 960px;
	margin: 0 auto;
	padding: 40px 0 50px;
}
@media only screen and (max-width: 768px) {
	.cttl {
		width: 95%;
	}
}
/*** MAIN ***/

.sec {
	margin: 0 0 40px;
}
.sec .left {
	width: 47.9166667%;
	min-height: 1242px;
	float: left;
	border: solid 2px #8d242b;
	border-radius: 10px;
	-webkit-border-radius: 10px; /* Safari,Google Chrome用 */  
	-moz-border-radius: 10px; /* Firefox用 */  
}
.sec .right {
	width: 47.9166667%;
	min-height: 1242px;
	float: right;
	border: solid 2px #8d242b;
	border-radius: 10px;
	-webkit-border-radius: 10px; /* Safari,Google Chrome用 */  
	-moz-border-radius: 10px; /* Firefox用 */  
}

@media only screen and (max-width: 768px) {
	.sec .left {
		width: 100%;
		min-height: auto;
		margin: 0 0 30px;
		float: none;
	}
	.sec .right {
		width: 100%;
		min-height: auto;
		float: none;
	}
}

.ph {
	position: relative;
}
.ph img {
	border-radius: 8px;
	-webkit-border-radius: 8px; /* Safari,Google Chrome用 */  
	-moz-border-radius: 8px; /* Firefox用 */  
}
@media only screen and (max-width: 768px) {
	.ph img {
		width: 100%;
	}
}
.ph p {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 3px 0;
	font-size: 11px;
	color: #ffffff;
	text-align: right;
	background-color: rgba(0,0,0,0.4);
}

.contents {
	padding: 20px 8.69565217%;
}
.pdEnd {
	padding: 20px 0 20px 8.69565217%;
}
.contents h3 {
	padding: 0 0 15px;
	font-weight: bold;
}
.contents ul {
	padding: 20px 0 0;
}
.contents ul li {
	width: 26.3157895%;
	float: right;
}
.contents ul li:first-child {
	width: 69.4736842%;
	float: left;
}
.contents ul li p.ttl {
	padding: 0 0 15px;
	text-align: right;
}
.contents ul li p {
	padding: 0 13.2575758% 0 0;
	font-size: 11px;
}
.contents ul li p.photo {
	text-align: right;
}


.contents ul.end {
	padding: 20px 0 0;
}
.contents ul.end li {
	width: 45.7142857%;
	float: right;
}
.contents ul.end li:first-child {
	width: 54.2857143%;
	float: left;
}
.contents ul.end li p.ttl {
	padding: 0 0 15px;
	text-align: right;
}
.contents ul.end li p {
	padding: 0 13.2575758% 0 0;
	font-size: 11px;
}
.contents ul.end li p.photo {
	text-align: right;
}

@media only screen and (max-width: 960px) {
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 640px) {
}
