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

body {
	width:1240px;
	margin:10px auto;
	color:#333;  /* 基本文字色 */
	font-size:1em;  /* 基本文字サイズ */
	font-family:Meiryo UI, MS PGothic;
}

.header {
	background-color: #0000FF;
	text-align: center;
	height: 50px;
}

.header-menu {
	text-align: center;
	margin: 40px 0;
}
.menu1 {
	margin: 0 80px 0 0;
}
.menu2 {
	margin-left: 277px;
}

.footer {
	background-color: #0000FF;
	text-align: center;
	height: 38px;
}
.koumoku {
	background-color: #0000FF;
	padding-left: 50px;
	height: 50px;
}
.koumoku2 {
	text-align: center;
}

.Aqours {
	background-color: #ccecff;
	text-align: center;
	vertical-align:middle;
	height: 60px;
	border: 1px solid #FFFFFF;
}
.line {
	background-color: #0000FF;
	height: 10px;
	margin-bottom:1em;
}
.line2 {
	background-color: #265095;
	height: 5px;
	margin:8px 0;
}


.inline-block {
    display: inline-block;      /* インラインブロック要素にする */
    padding:  10px;             /* 余白指定 */
    height: 18px;              /* 高さ指定 */
	margin: 0 10px;
}
	
.inline-block2 {
    display: inline-block;      /* インラインブロック要素にする */
    height: 168px;              /* 高さ指定 */
	margin: 15px 20px;
}
	
.ib-box{
  display: inline-block;
  /display: inline;  /* IE7用ハック */
  /zoom: 1;  /* IE7用ハック */
  vertical-align: top;
  margin: 5px 0;
 }

.child {
 width: 175px;
 margin: 20px 30px 0 35px;
}
	
.contents {
	width: 1220px;             /*幅指定すれば固定できるぞ */
	/*border: 2px solid #0ff000;*/
	padding: 8px;
}

.company_1 {
	color: #000000;
	background-image: url("../img/company_1.png");
	width: 804px;
	height: 60px;
	margin-left: 20px;
}

.company_2 {
	color: #000000;
	background-image: url("../img/company_2.png");
	width:804px;
	height:87px;
	margin-left:20px;
}

.company_info_2 {
	font-size: 18px;
	color: #FF0000;
	width: 804px;
	text-align: center;
	height: 87px;
	padding: 15px;
	font-family: "メイリオ", sans-serif;
}

.mar-l_02{margin-left: 0.2rem;}

.mail_address{
	color: #0000FF;
	font-weight: bold;
}

.houhou_text_2 {
	padding-left:5px;
	padding-top:0.5em;
	padding-left:16px;
}