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

.expo70_top{
	margin: 0 auto;
	padding: 20px;
}
.p_expo70{
	text-align: left;
	font-size: 14px;
	letter-spacing: 1px;
}
.hr_expo70{position: relative;
	height: 1px;
	border-width: 0;
	background-image: -webkit-linear-gradient(left,
	transparent 0%,#696969 50%,transparent 100%);
	background-image:         linear-gradient(90deg,
	transparent 0%,#696969 50%,transparent 100%);
	width: 700px;
}
.h2_expo{
	     font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
	letter-spacing: 1px;
	padding:10px;
	margin: 10px;
}
.h3_expo{
	width: 250px;
	height:100px;
	line-height: 120px;
	padding-left:90px;
	font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
	letter-spacing: 1px;
}
.h3_01{background: url("../expo70/h3_1.png") no-repeat left;}
.h3_02{background: url("../expo70/h3_2.png") no-repeat left;}
.h3_03{background: url("../expo70/h3_3.png") no-repeat left;}


.expo70_01{
	width: 1000px;
	height: 500px;
	background:url("../expo70/ex70bg1.png") no-repeat right center;
	text-align: left;
	margin: 50px 0;
}
.expo70_02{
	width: 1000px;
	height: 600px;
	background:url("../expo70/ex70bg2.png") no-repeat right center;
	text-align: left;
	margin: 50px 0;
}
.expo70_03{
		width: 1000px;
	height: 900px;
	background:url("../expo70/ex70bg3.png") no-repeat right bottom;
	text-align: left;
	margin: 50px 0;
}
.p_expo70_01{
	width: 40%;
	line-height: 1.5;
}
.ul_expo70{
	width: 500px;
display: flex;	/* 要素をFlexコンテナとして定義する */ 
 flex-wrap: wrap;
list-style: none;	/* リストのスタイルを無効にする */ 
padding: 30px;	/* 要素の余白を指定する(上下左右) */	
}
.ul_expo70_2{
	width: 600px;
}
.ul_expo70 li{
	height:100px;
    padding: 0;	/* 要素の余白を指定する(上下左右) */
    margin: 20px;
}
.th{
	  background: #34A3FF;
}
.th img{
	 opacity: 1;
  -webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;}

.th:hover img {
  opacity: .5;
}
