@charset "utf-8";

/* いきいき潮来人用 */
#main .freePage > div {
	margin: auto 10px;
}
#main .freePage > h3 {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 40px;
}

/* 一覧 */
.parts_img_type08_box {
	border: 1px solid #ccc;
	padding: 5px 5px 30px 5px;
}
#type2column02 .parts_img_type08_box {
	width: 47%;
}

/* 詳細ページ */
.parts_img_type19_box {
	margin-bottom: 0;
}
.catch {
	background-color: rgb(64, 152, 188);
	opacity: 0.8;
	margin: -2em 10px 0!important;
	font-size: 182%;
	font-weight: bold;
	font-family: serif;
}
.catch p {
	color: #fff;
	text-align: right;
	padding: 0 10px;
	height: 2em;
	line-height: 2em;
	margin: 0;
}
.parts_text_type02 {
	border: 2px solid #4098bc;
	margin-top: 0;
}
.parts_text_type02 p {
	margin-bottom: 5px;
}
.parts_text_type02 p strong {
	font-size: 152%;
	font-family: serif;
	color: #4098bc;
	margin-bottom: 15px;
}
.parts_img_type11_box p {
	margin-bottom: 0;
}
.parts_h_type11_box {
	margin-top: 20px;
	margin-bottom: 20px;
}


/* 協力隊 */
.comment {
	position: relative;
	display: inline-block;
	padding: 15px 25px;
	min-width: 120px;
	max-width: 100%;
	color: #555;
	background: #e0edff;
	border-radius: 15px;
	margin-bottom: 20px!important;
}
.comment:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 15%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #e0edff;
}
.comment p {
	margin: 0;
	padding: 0;
}

.coordinator {
	margin: 0 15px;
	overflow: hidden;
}
.coordinator strong {
	display: block;
	font-size: 136%;
	color: #4098bc;
	margin-bottom: 15px;
	padding-top: 25px;
}
.coordinator img {
	float: left;
	margin-right: 15px;
}


/* サイド */
.jin-side {
	padding: 0 0 0 15px;
}
.jin-side dt {
	margin: 15px 0 5px;;
	border-bottom: 3px solid #ddecee;
	padding-bottom: 5px;
	line-height: 1;
}
.jin-side dd {
	padding: 0 0 0 15px;
	background: url(../images/common/li_bg.png) no-repeat 0 6px;
}