@charset "UTF-8";
@import url("../../css/common.pc.css");

/* ---------------------------------------------------------
	CSS Document f_slider
--------------------------------------------------------- */

.title {
	min-height: 92px;
	margin-bottom: 40px;
	padding-top: 21px;
	padding-bottom: 15px;
	border-top: solid 3px rgba(51,51,51,1);
	border-bottom: solid 1px rgba(51,51,51,1);
	font-weight: bold;
	font-size: 25px;
	line-height: 1.3;
	color: rgba(51,51,51,1);
}

.title span {
	display: block;
	font-weight: normal;
	font-family: 'Cinzel Decorative', cursive;
	font-size: 13px;
}

/* ---------------------------------------------------------
	CSS Document mnavi
--------------------------------------------------------- */

#undercolumn_aboutus {
	font-size: 0;
}

#undercolumn_aboutus dl {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: dotted 1px rgba(51,51,51,1);
}

#undercolumn_aboutus dl:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

#undercolumn_aboutus dt {
	display: inline-block;
	vertical-align: middle;
	width: 30%;
	font-size: 18px;
}

#undercolumn_aboutus dd {
	display: inline-block;
	vertical-align: middle;
	width: 70%;
	text-align: left;
	font-size: 18px;
}

#undercolumn_aboutus dd p {
	padding-bottom: 15px;
}

#undercolumn_aboutus dd p.none {
	padding-bottom: 0;
}

#undercolumn_aboutus iframe {
	width: 100%;
	height: 360px;
	overflow: hidden;
	border: 0;
}

.leftBox {
	float: left;
	display: inline-block;
	width: 12%;
}
.rightBox {
	float: left;
	display: inline-block;
	width: 88%;
}
