@CHARSET "UTF-8";
.bland-into{
	color:black;
}
.bland-into h3{
	border-left:solid 20px black;
	padding-left:5px;
	margin-left:25px;
}
.bland-into p{
	padding-left:50px;
	padding-bottom:30px;
}
.brd-info{
	width:950px;
	height:600px;
	padding-top:50px;
}
.brd-box{
	width:700px;
	height:350px;
	background-color:rgba(227,227,227,1);
	margin:0 auto;
	vertical-align:middle;
	margin-top:150px;
}
#top-pic{
	width:700px;
	height:350px;
}
.top{
	width:700px;
	height:350px;
}
#maker-section{
	height:100%;
	width:950px;
}
/* marker_odd */
.marker_odd{
	width:950px;
	height:300px;
	background-color:black;
	display:flex;
	display:-webkit-flex;
	color:white;
}
.marker_odd_left{
	width:475px;
	padding-top:25px;
	padding-bottom:25px;
	text-align:center;
}
.marker_odd_right{
	width:475px;
	text-align:center;
}
.marker_odd_right h3{
	padding-top:15px;
	border:solid 1px white;
	width:300px;
	height:25px;
	line-height:1;
	margin:0 auto;
	margin-top:70px;

}

.marker_odd_right p{
	width:400px;
	padding-top:40px;
	text-align:left;
	margin:0 auto;
	--padding-right:20px;
	--padding-left:20px;
}
/* marker_even */
.marker_even{
	width:950px;
	height:300px;
	background-color:rgba(253,253,253,1);
	display:flex;
	display:-webkit-flex;
}
.marker_even_left{
	width:475px;
	text-align:center;
}
.marker_even_left h3{
	padding-top:15px;
	border:solid 1px black;
	width:300px;
	height:25px;
	line-height:1;
	margin:0 auto;
	margin-top:70px;
}
.marker_even_left p{
	text-align:center;
	width:400px;
	padding-top:40px;
	text-align:left;
	margin:0 auto;
}
.marker_even_right{
	width:475px;
	padding-top:25px;
	padding-bottom:25px;
}
.marker_even_right p{
	text-align:center;
	--padding-top:25px;
	--padding-bottom:25px;
}


/* market three odd */
.market_three_odd{
	display:flex;
	display:-webkit-flex;
	width:950px;
	height:300px;
	background-color:black;
	color:white;
}
.market_three_odd_left{
	width:350px;
}
.market_three_odd_left p{
	text-align:center;
	margin:0 auto;
	padding-top:25px;
	padding-bottom:25px;
}
.market_three_odd_center{
	display:table;
	width:250px;
	margin-top:75px;
	margin-bottom:75px;
	--margin-left:10%;
	--margin-right:10%;
}
.market_three_bg{
	display:table-cell;
	background-color:white;
	text-align:center;
}
.market_three_odd_center h3{
	width:200px;
	height:150px;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	border:solid 1px white;
	background-color:white;
	color:black;
}

.market_three_odd_right{
	display:table;
	width:350px;
	height:300px;
	--padding-top:90px;
	--padding-bottom:90px;
}
.market_three_odd_right p{
	padding-left:25px;
	padding-right:25px;
	--display:table-cell;
	--vertical-align:middle;
	margin:0 auto;
	text-align:center;
	position: relative;				/* 天地中央 */
	top: 50%;
	transform: translateY(70%);
}
.text-t{
	font-family:"メイリオ";
	font-weight:bold;
	font-size:20px;

}
.text-t li:hover{
	color:black;
	opacity:1.0;
}











