
body{
     font-family: Helvetica , "Century Gothic" , sans-serif;
}

#wrap {
width:950px;
margin:0px auto;
}

header {
width: 950px;
margin: 0 auto;

}

#topcontents{
background-attachment: ;
float: left;
width:480px ;
}

#topside{
float: right;
width:450px ;
font-size: 15px;
}


#sidenavi {
float:left;
width:200px;
}

#contents {
float:right;
width:950px;

}

#footl {
float:left;
width:475px;
font-size: 15px;

}

#footr {
float:left;
width:475px;
font-size: 15px;

}


footer {
clear:both;
padding: 30px 0;
color: #336666;
font-size: 12px;
text-align: center;

}


article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}


a:link,a:visited {
	color:#666666;
	text-decoration:none;
	}
	img {
	    border-style:none;
	}
	a img {
    border-style:none;
	}	
	a:hover {
	color:#FF6633;
	text-decoration:underline;
	}
	a:active {
	color: #FF6633;
	text-decoration: none;
	}
	a:hover img {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

h1 {
font-size: 12px;

}

h4 {
	position: relative;
	padding: .5em .75em;
	background-color: #f0f0f0;
	border-radius: 6px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, .1) inset;
}
h4::after {
	position: absolute;
	top: 100%;
	left: 30px;
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 15px solid #f0f0f0;
}
h5 {
	position: relative;
	padding: 0 .5em .5em 2em;
	border-bottom: 1px solid #ccc;
}
h5::before,
h5::after {
	position: absolute;
	content: '';
	border-radius: 100%
}
h5::before {
	top: .2em;
	left: .2em;
	z-index: 2;
	width: 18px;
	height: 18px;
	background: rgba(150, 150, 150, .5);
}
h5::after {
	top: .7em;
	left: .7em;
	width: 13px;
	height: 13px;
	background: rgba(210, 210, 210, .5);
}

#tate_left { left: 0px; }
#tate_right { right: 0px; }

#tate_left a,
#tate_right a {
	display: block;
	min-height: 100%;
	width: 100px; 　　　　　　/* 画E硫Ｉ */
	visibility: visible;
	
	text-indent:-9999px;
}

　/* 価格表記 */

#price-search2 {
  width: 100%;
}
#price-search2 * {
  box-sizing: border-box;
  font-family: "メイE";
}
/* タイトE*/
#price-search2 h3 {
  font-size: 12px; /*文字サイズ*/
  color: #333; /*文字色*/
  border-bottom: 2px solid #444; /*下線*/
  margin: 0;
}
/* 価格帯E*/
#price-search2 ul{
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
#price-search2 li a {
  font-size: 14px; /*文字サイズ*/
  color: #333; /*文字色*/
  text-decoration: none;
  display: block;
  border-bottom: 1px dashed #ccc; /*下線*/
  padding: 0;
  line-height: 40px;
  position: relative;
}
#price-search2 li a:hover {
  background: #f8f8f8; /*マウスを当てた時の背景色*/
}
#price-search2 li a:after {
  content: "E;
  position: absolute;
  right: 4px;
  font-size: 10px;
  font-weight: bold;
  color: rgba(0,0,0,.4);
}
