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

body{
	background:url(../img/bg_sky.jpg) center top no-repeat;
}

#head{
	width:1000px;
	height:100%;
	margin:auto auto;
	padding-top: 50px;
	/*padding-top:415px;*/
	margin-bottom:50px;
	overflow: hidden;
}

h1{
	width:270px;
	height:155px;
	background:url(../img/group_logo.png) no-repeat;
	display:block;
	text-indent:-9999px;
	float: left;
}

.head_group{
	float: right;
}

.head_group p{
	margin-bottom: 10px;
}

#main{
	width:1000px;
	height:500px;
	margin:auto auto;
}

#main_img{
	float:right;
	width:800px;
	height:500px;
	background:#cccccc;
}

#mc{
	width:1000px;
	margin:auto auto;
	clear:both;
	overflow:hidden;
}

#box3{
	width:800px;
	margin:auto auto;
	overflow:hidden;
	margin-bottom:50px;
}

.flexbox{
	display: flex;
	max-width: 800px;
	margin: auto;
	 flex-wrap: wrap;
	justify-content: space-between;
}
.flexbox > div{
	width:46%;
	margin-bottom: 40px;
}

.flexbox img{
	width: 100%;
	margin-bottom: 20px;
}
.flexbox p:first-of-type{
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 5px;
}




.main_title{
	font-size:20px;
	text-align:center;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	margin-top: 50px;
}

.box3_t{
	font-weight:bold;
	margin:20px 0 10px 0;
}

.pc_box,.ict_box,.douro_box,.turu_box{
	float:left;
	width:218px;
	text-align:center;
}

.pc_box,.ict_box{
	margin-right:70px;
}

.main_t{
	font-size:18px;
	font-weight:bold;
	border-bottom:solid 3px #000;
	margin:50px 0 30px 375px;
	width:250px;
	text-align:center;
}

.news_t{
	width:250px;
	font-size:18px;
	font-weight:bold;
	clear:both;
	border-bottom:solid 3px #000;
	text-align:center;
	margin:50px 0 30px 375px;
}


/*feed指定*/

#sasaki{
	width:600px;
	float:left;
	margin-bottom:100px;
	display:inline;
	margin-left:100px;
}

/*p.title{
	float:left;
	width:120px;
}*/

/*p.title{
	float:left;
	width:120px;
	font-size:13px;
}

#feed a{
}*/
.osirase a{
	float:right;
	width:180px;
	height:170px;
	background:url(../img/osirase.gif) no-repeat;
	display:block;
	text-indent:-9999px;
	margin-right:100px;
}

.osirase a:hover{
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}


/*feed*/

p.title a{
	font-size: 15px;
}

p.date{
	color: #666;
	font-size: 12px;
}
	
.entry{
	margin-bottom: 15px;
	border-bottom: 1px dotted #cccccc;
	padding-bottom: 10px;
}