@charset "utf-8";
/* CSS Document（company/index.html用） */

/*---会社概要---*/
#section01{
  margin:0px auto;
  width:100%;
  height:900px;
  overflow:hidden;
  font-size:15px;
  background:url(../img/bg03.jpg) no-repeat center;
	background-size: cover;
}

/*---媒体資料---*/
#section02{
  margin:0px auto;
  height:900px;
	width:100%;
}

#section02_2{
  	width:100%;
    text-align:center;
    font-size:17px;
    margin:50px auto 30px auto;
}


/*---国際通信社グループとは---*/
#section03{
  margin:0px auto;
  width:100%;
  height:auto;
  overflow:hidden;
  padding-bottom:50px;  
  background:url(../img/bg05.jpg) no-repeat center;
	background-size: cover;
}

/*---グループ一覧---*/
#section04{
  margin:0px auto;
  width:100%;
  height:auto;
  padding-bottom:50px;
  overflow:hidden;
  background:url(../img/bg03.jpg) no-repeat center;
	background-size: cover;
}

h4.cate{
	font-weight:bold;
	font-size:16px;
	margin-top:20px;
	margin-bottom:10px;
	padding:5px;
	color:#FFFFFF;
	background-color:#000000;
}

dl{
	margin-bottom:10px;
	padding-left:20px;
  margin:30px auto;
	border-bottom:dotted 1px silver;
}

dt{
	font-weight:bold;
	font-size:16px;
}

dd{
	margin-bottom:5px;
}










