@charset "UTF-8";

/* h2 */
#contents h2 {
	border-bottom:2px solid #6FA4D6;
	border-top:2px solid #F69A9F;
	padding:5px 0 0;
	margin-bottom:0;
}

/* section */
#contents section { margin-top:30px; padding-top:15px; border-top:2px solid #5C94CD; }


/* item */
#contents .item   { margin-top:0; padding-top:0; border-top:0; }
.item h3  { color:#5c95ca; font-size:180%; font-weight:normal; }
.item img { float:right; }
.item p   {}

.item div { border-bottom:2px solid #CCC; }
.item div div {
	background:#FFD;
	display:block; width:420px; padding:20px; float:left;
	border:0; border-radius:20px;
	margin:20px 0;
}
.item .r3 div { width:960px; }

.r1 { min-height:336px; background:url(img/01.jpg) no-repeat right top; }
.r2 { min-height:336px; background:url(img/02.jpg) no-repeat right top; }

/* picup3 */
#contents .picup3 { border:0; }
.picup3 h3 { text-align:center; margin:0 0 15px 0; }
.picup3 p  { text-align:center; }
.picup3 div {
    background:#0284D2;
    border-radius:10px;
    padding:10px;
    color: #FFF;
}
.picup3 h4 {
    font-size: 150%;
    margin-bottom: 2px;
    text-align:center;
}

/* zu */
.zu p     { display:block; margin:30px 140px 30px 160px; }
.zu p img { float:left; width:100%; }
