@charset "utf-8";
/* CSS Document */
* {
	margin:0;padding:0;
}

/* ここまでデフォルトスタイルの統一 */
.border { 
	height: 1px;
	margin:0 0 30px 0;
	overflow: hidden;
	border-bottom:1px solid #29201c; 
}
.price {
	clear:both;
	padding: 7px 15px; margin: 20px 20px 70px 20px;
	border: 1px solid #251a14;
	background-color: #130d0a;
}
.space { 
	height: 1px;
	margin:0 0 30px 0;
	overflow: hidden;
}
h5 {
	font-size: 15px;
	color:#c67114;
	font-weight:normal;
	background-image: url(../images/layout/list.jpg);
	background-repeat: no-repeat;
	background-position: 30px center;
}
.list { padding-left:215px;}

#wrapper {
	width: 100%; display:block;
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃え*/
	padding-top:80px;
	text-align: left; /* body エレメントの text-align: center より優先 */
}

/* ここからメインコンテンツ */
#maincontents {
	width:700px;  display:block;
	margin:0 auto;
	padding:30px;
	font-family:'Meiryo UI','メイリオ','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Verdana,'ＭＳ Ｐゴシック',sans-serif; color: #91807F; 
	font-size:13px;
	color: #91807F;
	line-height:1.5em;
	text-align:left;
}

#maincontents:after {
	display:block; content:"";
	clear:both;
}
.small {
	font-size:13px; color: #91807F;
}
img.box { margin: 5px 30px 10px 0px; float:left; }

ul{
	list-style-type:none;
	}
li {
	list-style-type:none;
	padding-left:10px;
	padding-bottom:20px;
}
