@charset "utf-8";

/* PC/スマホ共通表示 */

.-----PC_MOBILE_COMMON_CSS_START----- {

}

#president .content_body p {
	line-height: 180%;
}
#president .content_body .sign {
	margin-right: 0px;
	margin-left: auto;
	width: 12em;
	margin-top: 1em;
}
#outline .content_body table tr th {
	font-weight: normal;
	padding: 7px;
	width: 175px;
	background-color: #E8E8E8;
	border: 2px solid #FFF;
}
#outline .content_body table tr td {
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
	background-color: #F4F4F4;
	border: 2px solid #FFF;
}
#history .content_body dl dt {
	background-image: url(../../common/img/arrow01.png);
	background-repeat: no-repeat;
	background-position: 0.5em 1em;
	clear: both;
	float: left;
	width: 8em;
	padding-top: 0.7em;
	padding-right: 0.5em;
	padding-bottom: 0.7em;
	padding-left: 1.5em;
}
#history .content_body dl dd {
	padding-top: 0.7em;
	padding-right: 0.5em;
	padding-bottom: 0.7em;
	padding-left: 10em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

.-----PC_MOBILE_COMMON_CSS_END----- {

}

/* スマートフォン用CSS */
@media screen and (max-width: 640px) {

.-----MOBILE_ONLY_CSS_START----- {

}
	

#philosophy .content_body img {
	height: auto;
	width: 100%;
}


.-----MOBILE_ONLY_CSS_END----- {

}
	
}