@charset "utf-8";

/* ページ内リンク関連
****************************************************************************/
#page_menu li{
	min-width: 32.5%;
}
@media screen and (max-width: 979px) {
}
@media screen and (max-width: 768px) {
	#page_menu li{
		min-width: 49.5%;
	}
}
@media screen and (max-width: 620px) {
}
@media screen and (max-width: 479px) {
}


/* ご挨拶 */
#frameGreeting .photo{
	width: 19%;
	text-align: center;
	float: left;
}
#frameGreeting .photo img{
	margin: 0 auto;
	max-width: 100%;
}
#frameGreeting .txt{
	width: 79%;
	font-size: 14px;
	float: right;
}
#frameGreeting h3{
	margin-bottom: 20px;
	font-size: 24px;
	color: #353535;
}
#frameGreeting .sign{
	margin-top: 30px;
	text-align: right;
}
#frameGreeting .sign img{
	max-width: 100%;
}
@media screen and (max-width: 979px) {
	#frameGreeting .txt{
		padding-right: 30px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 768px) {
	#frameGreeting .photo{
		width: 25%;
	}
	#frameGreeting .txt{
		width: 73%;
	}
}
@media screen and (max-width: 620px) {
	#frameGreeting .photo,
	#frameGreeting .txt{
		width: 100%;
		float: none;
	}
}
@media screen and (max-width: 479px) {
}


/* 経営理念 */
#framePhilosophy ol{
	margin-left: 60px;
	list-style: decimal;
	font-size: 28px;
}

#frameAbout table.line_btm th{
	padding: 25px 30px;
	white-space: nowrap;
	vertical-align: top;
}
#frameAbout table.line_btm td{
	padding: 25px;
}
#frameAbout ul li{
	display: inline-block;
}
#frameAbout ul.officer li{
	padding-right: 3%;
	width: 29%;
}
#frameAbout ul.slash li:after{
	padding: 0 10px;
	content: "／";
	display: inline-block;
}
#frameAbout ul.slash li:last-child:after{
	padding: 0;
	content: '';
}

@media screen and (max-width: 979px) {
}
@media screen and (max-width: 768px) {
#framePhilosophy ol{
	font-size: 17px;
}

	#frameAbout ul.officer li{
		width: 46%;
	}
	#frameAbout ul.slash li:after{
		padding: 0 5px;
	}
	#frameHistory table.line_btm th{
		width: 5em;
	}
}
@media screen and (max-width: 620px) {
	#frameAbout ul.officer li{
		padding: 0;
		width: 100%;
	}
	#frameAbout table.line_btm th,
	#frameAbout table.line_btm td{
		padding: 20px;
	}
}
@media screen and (max-width: 479px) {
	#frameAbout table.line_btm th,
	#frameAbout table.line_btm td{
		padding: 10px;
	}
}

