@charset "utf-8";




#main_middle {
	min-height: 1420px;
}

/*----------------------------

         祭典の種類

------------------------------*/

.trip_box1 {
    padding: 0 10px 40px 10px;
}
.trip_box1-left {
    width: 360px;
	float: left;
}
.trip_box1-left h3 {
    margin: 25px 0 10px;
}
.trip_box1-left strong {
	font-weight: bold;
}
.trip01 {
	text-decoration: underline;
}

.trip_box1-right {
    width: 210px;
	float: right;
}
.trip_box1-right h4 {
	text-align: center;
	margin: 25px 0 5px;
}
.trip_box1-right p {
	text-align: center;
	font-size: 94%;
}

.trip01 {
	text-decoration: underline;
}

/*----------------------------

         初穂料について

------------------------------*/

.trip_box2 {
    padding: 5px 10px 40px 10px;
}

/*----------------------------

         お問い合せ

------------------------------*/

#send_box {
	background-color: #F3F1E9;
	width:25em;
	margin: 10px 0 0 5px;
	padding: 10px 15px;
}

#send_box h5 {
	border-bottom: #C4B6AA 1px solid;
	margin-bottom: 3px;
	padding-bottom: 3px;
	font-weight: bold;
}

#send_box img {margin-top: 5px;}






