@charset "utf-8";

/* main
---------------------------------------- */
#main{
	padding-bottom: 10px;
}
#main section{
	padding-top:100px;
	margin-top: -100px;
	margin-bottom:74px;
}
@media screen and (max-width:800px){
	#main section{
		padding-top:60px;
		margin-top: -60px;
	}
	#main section p{
		width:60%;
	}
}
@media screen and (max-width:640px){
	#main{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#main section{
		text-align: center;
		margin-bottom: 45px;
	}
}

/* sec1
---------------------------------------- */
#main section div.ceo{
	float: left;
	width:36.5%;
	max-width:280px;
}
#main section div.ceo img.ceo{
	margin-bottom: 16px;
	width: 100%;
}
#main section div.ceo p.ceo{
	width:100%;
	margin-bottom: 2px;
	font-size:13px;
}
#main section div.ceo p.ceo_en{
	width:100%;
	font-size:12px;
	font-style: italic;
}
#main section p{
	float: right;
	width:58%;
	max-width:450px;
	font-size:13px;
	line-height: 165%;
	margin-bottom: 14px;
}
@media screen and (max-width:640px){
	#main section div.ceo{
		float: none;
		margin: 0 auto;
		width:100%;
		max-width:340px;
		margin-bottom: 15px;
		text-align: center;
	}
	#main section div.ceo img.ceo{
		width: 100%;
		max-width: 200px;
		margin: 0 auto 10px auto;
	}
	#main section div.ceo p{
		text-align: center;
	}
	#main section div.ceo p.ceo{
		margin-bottom: 0px;
	}
	#main section p{
		float: none;
		margin: 0 auto;
		width:100%;
		line-height: 150%;
	}
}

/* sec2
---------------------------------------- */
#main section dl.company{
	float: left;
	width:71%;
	max-width:550px;
	font-size: 14px;
	line-height: 160%;
}
#main section dl.company dt{
	float: left;
	width:20%;
	max-width:110px;
	min-width:70px;
}
#main section dl.company dd{
	float: left;
	width:80%;
	margin-bottom: 13px;
}
#main section img.office{
	float: right;
	width:28%;
	max-width:220px;
}
@media screen and (max-width:640px){
	#main section dl.company{
		float: left;
		width:71%;
		max-width:550px;
		font-size: 14px;
		line-height: 130%;
	}
	#main section dl.company dt{
		clear: both;
		float: left;
		width:20%;
		max-width:110px;
		min-width:70px;
	}
	#main section dl.company dd{
		float: left;
		width:calc(100% - 70px);
		margin-bottom: 8px;
	}
	#main section img.office{
		float: right;
		width:90px;
	}
}

/* sec3
---------------------------------------- */
#main section dl.history{
	width:100%;
	font-size: 13px;
	line-height: 150%;
}
#main section dl.history dt{
	float: left;
	width:20%;
	max-width:110px;
	min-width:70px;
}
#main section dl.history dd{
	float: left;
	width:80%;
	margin-bottom:7px;
}
@media screen and (max-width:640px){
	#main section dl.history{
		line-height: 130%;
	}
	#main section dl.history dt{
		width:80px;
		clear: both;
	}
	#main section dl.history dd{
		float: left;
		width:calc(100% - 80px);
		margin-bottom:7px;
	}
}
/* sec4
---------------------------------------- */
#main section dl.location{
	width:100%;
	font-size: 15px;
	line-height: 150%;
	margin-bottom: 20px;
}
#main section dl.location dt{
	float: left;
	width:28%;
	max-width:220px;
	min-width:14px;
}
#main section dl.location dt h3{
	font-size:18px;
	font-weight: normal;
}
#main section dl.location dd{
	float: left;
	width:70%;
	margin-bottom:7px;
}
#map_canvas{
	width:calc(100% - 2px);
	max-width: 800px;
	height: 400px;
	border:1px solid #666;
}
@media screen and (max-width:640px){
	#main section dl.location{
		width:100%;
		font-size: 15px;
		line-height: 150%;
		margin-bottom: 20px;
	}
	#main section dl.location dt{
		width:100%;
		max-width:inherit
	}
	#main section dl.location dt h3{
		font-size:18px;
		font-weight: normal;
		margin-bottom:3px;
	}
	#main section dl.location dd{
		width:100%;
		margin-bottom:10px;
	}
	#map_canvas{
		height: 250px;
		margin:-10px auto 15px auto;
	}
}
