@charset "UTF-8";

#title2 {
	background-image:url(../img/title_bg.jpg);
}

#title2 h2 a img {
	height:157px;
}

.pobox li {
	float:left;
	width:550px;
	margin-bottom:30px;
}
.twpo {
	width:100% !important;
	margin-right:0 !important;
}
.pobox li:nth-child(odd) {
	margin-right:40px;
}

.pobox h4,.pobox2 h4 {
	font-size:1.16em;
	font-family:serif;
	margin-bottom:10px;
}
.pobox h4 span,.pobox2 h4 span {
	color:#b57e1c;
	font-size:1.6em;
	font-style:italic;
}

.pdocl {
	float:left;
	width:350px;
}
.pdocr {
	float:right;
	width:750px;
}

@media screen and (max-width: 499px) {
#title2 h2 a img {
	height:77px;
}
.pobox li {
	float:none;
	width:auto;
}

.pobox li:nth-child(odd) {
	margin-right:0;
}
.padj0sp {
	margin-bottom:0 !important;
}

.pdocl {
	float:none;
	width:auto;
	margin-bottom:20px;
}
.pdocr {
	float:none;
	width:auto;
}

}

@media screen and (min-width: 500px) {
.padj0 {
	margin-bottom:0 !important;
}
}

@media screen and (min-width: 1400px) {

}