@charset "utf-8";

/*-----------------------------------------------------------------------*/
/*【banner】*/
/*-----------------------------------------------------------------------*/
#banner ul {
	margin-left:-2%;
}
#banner li {
	float:left;
	margin:0px;
	padding:0px;
	margin-bottom:0.5em;
	list-style:none;
	width:48%;
	margin-left:2%;
	text-align:center;
	vertical-align:bottom;
	background:none;
}

/*-----400px以上-----*/
@media print,screen and (min-width:400px) {

#banner ul {
	margin-left:-2.1%;
}
#banner li {
	width:31.1%;
	margin-left:2.1%;
	margin-bottom:15px;
}

}/*-----400px以上-----*/


/*-----------------------------------------------------------------------*/
/*【presidentgreeting】*/
/*-----------------------------------------------------------------------*/
#presidentgreeting {
}
#presidentgreeting img#president {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
#signature {
	text-align:right;
	font-weight:bold;
}

/*-----500px以上-----*/
@media print,screen and (min-width:500px) {

#presidentgreeting img#president {
	display:inline;
	max-width:40%;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}

}/*-----500px以上-----*/


/*-----------------------------------------------------------------------*/
/*【access】*/
/*-----------------------------------------------------------------------*/
#access {
}
#access img#pic,
#access_msc img#pic_msc {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

#access_msc {
    margin-bottom: 40px;
}
h2.office-area {
    margin-top: 40px;
}

/*-----500px以上-----*/
@media print,screen and (min-width:500px) {

#access img#pic,
#access_msc img#pic_msc {
	display:inline;
	max-width:40%;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}

}/*-----500px以上-----*/
