@charset "utf-8";

.clear {
	clear:both;
}
html, body{
	margin:0;
	padding:0;
}

/* header */
#header{
	width:100%;
	height:93px;
	position:fixed;
}

#header_table{
	margin: auto;
}
#header_bk{
	background-color:#ffffff;
	width:100%;
	height:93px;
	border-bottom:1px solid #CBCBCB;
}
#header_img{
	width:300px;
	margin:0 auto;
	padding:10px 0;
}

/* main */
#main{
	padding-top:93px;
}
#main_img{
	margin:0 auto;
	width:960px;
	height:250px;
}
/* contents */
#contents{
	width: 960px;
	margin: 0 auto;
}
#contents h2{
	margin:20px 15px;
}
.detail{
	margin:15px 45px 10px 45px;
}
.detail_30{
	margin:15px 30px 10px 30px;
}
.detail_30_bg{
	margin:15px 30px 10px 30px;
	
	/*background-image:url(../img/h2_03_bg.png);*/
	/*background-attachment: no-repeat;*/
	/*font-size:1px;	背景画像の不具合修正*/
	/*line-height:0;    背景画像の不具合修正*/
}
.detail_float{
	margin:15px 30px 40px 30px;
}
.detail_float p{
	float:left;
	margin-top:0;
}
.detail_ttl img{
	margin-left:30px;
}
p.detail_point{
	margin-left: 70px;
}
p.detail_plc{
	margin: 20px auto;
	width: 900px;
}
p#bnr_demo{
	margin:60px auto;
	width:544px;
}
p#bnr_demo a:hover img{
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: “alpha( opacity=70 )”;
	top:1px;
	left:1px;
	position:relative;
}


.m19{
	margin-left:19px;
}
.detail_voice{
	margin:15px 103px 40px 103px;
}

#bnr{
	margin:auto;
	width:544px;
}
#bnr_bk{
	background-color:#dcdddd;
	width:100%;
	padding:5px　0px 5px 0px;
}
#bnr a:hover img{
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: “alpha( opacity=70 )”;
	top:1px;
	left:1px;
	position:relative;
}
.noblank_down{
	margin-bottom:0;
}
.noblank_up{
	margin-top:0;
}

#copyright{
	text-align:center;
	color:#929292;
	font-size:12px;
}

/*資料請求追従ボタン*/
p#bnr_2{
  position: fixed;
  bottom: 10px; 
  right: 15px;
  padding: 6px 50px;
}


/*footer*/
/*
.FixedMenuSection {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
}
.FixedMenu-Inner-List {
  display: flex;
}
.FixedMenu-Inner-List-Item {
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 38px;
  padding-right: 38px;
  width: calc((100% - 4px) / 3);
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
}
@media screen and (max-width: 540px) {
  .FixedMenu-Inner-List-Item {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }
}
.FixedMenu-Inner-List-Item:not(:first-child) {
  margin-left: 2px;
}
.FixedMenu-Inner-List-Item.isRed {
  background: #E6EFC1;
}
.FixedMenu-Inner-List-Item.isBlue {
  background: #E6EFC1;
}
.FixedMenu-Inner-List-Item.isOrange {
  background: #E6EFC1;
}
*/