@charset "utf-8";
/* CSS Document */

/* 会社概要設定 */
@media print,screen and (min-width: 768px){
/* PC用設定 */
}
@media screen and (max-width: 767px){
/* スマホ用設定 */
#contents #profile {
	margin-bottom:25px;
}
#contents #profile h3 {
	font-size: 14px;
	line-height: 1em;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #900;
	padding-left:10px;
	margin-top:0.5em;
	margin-bottom:1em;
	vertical-align: text-bottom;
	color: #003205;
}
#contents #profile dl {
	font-size: 13px;
	line-height: 1em;
	vertical-align: text-bottom;
	padding:5px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
#contents #profile dl:after {
	content: "";
	display:block;
	clear:both;
}
#contents #profile dt {
	float:left;
	width:5em;
	clear:both;
	padding:0.5em;
	background-color: #EBEAE4;
	text-align:center;
}
#contents #profile dd {
	margin-left:7em;
	padding:0.5em;
}
}

