.sidenavi {
  width: 180px;  /* iframeの幅に合わせる */
  margin-left: 15px; /* 余白（任意） */
}
width: 1200px;@charset "UTF-8";

body {  
    text-align: center;  
}
body-margin {  
    margin-left: 0;
	margin-top: 0;
	width: 184px;
	height: auto;
}
div#wrapper {
    width: 1000px;  
    margin: 0 auto;  
    text-align: left;  
    border: 0;
}
div#wrapper-sp {
    width: 365px;
	height: 500px;
    margin: 0 auto;  
    text-align: center;  
    border: 0;
}
.topimg {
	width: 1000px;
	height: 263px;
	margin-bottom: 0px;
	clear: both;
}
.topimg-sp {
	width: 365px;
	height: 498px;
	margin-bottom: 0px;
	clear: both;
}
.side {
	width: 185px;
	height: auto;
	margin-bottom: 1px;
	clear: both;
}
.block-A {
	content: "";
	background-color: #ffffff;
	display: block;
	clear: both;
}
.block-A-sp {
	content: "";
		width: 365px;
	background-color: #ffffff;
	display: block;
	clear: both;
}
.contents {
	float: left;
	width: 789px;
	margin-right: 26px;
	margin-top: 15px;
	clear: both;	
}
.contents-sp {
	float: left;
	width: 365px;
		align: center;
	margin-right: 26px;
	margin-top: 15px;
	clear: both;	
}
.sidenavi {float: left;
	width: 150px;
	margin-top: 15px;
}
.sidenavi-sp {float: left;
	width: 365px;
		height: 520px;
	margin-top: 5px;
}
.space {
	padding-bottom: 3px;
}
.space2 {
	padding-bottom: 5px;
}
.footer-text {
	width: 1000px;
	height: 30px;
	text-align: center;
	font-size:13px;
	color: #ffffff;
	background-color: #0BA29A;
	clear: both;
}
.footer-text-sp {
	width: 365px;
	height: 30px;
	text-align: center;
	font-size:13px;
	color: #ffffff;
	background-color: #0BA29A;
	clear: both;
}
/*リンクボタンののロールオーバー*/
.alpha a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}