@charset "UTF-8";
/* CSS Document */

@charset "utf-8";

/**************************************

Gallery

**************************************/

#gallery-block {
	background:#EFEAE5;
	margin:0;
	padding:20px 0 20px 0;
}

#gallery-block .inner {
	margin:-50px 10px 0;
	padding:10px 10px 20px;
	background:#FFF;
	position:relative;
	z-index:3;
	border:1px solid #3E332B;
	border-top:2px solid #3E332B;
	box-sizing:border-box;
	/*box-shadow:0 2px 2px rgba(150, 150, 150, 0.4);*/
}

#gallery-block .inner2 {
	margin:0px 10px 0;
	padding:10px;
	background:#FFF;
	position:relative;
	z-index:3;
	border:1px solid #3E332B;
	border-top:2px solid #3E332B;
	box-sizing:border-box;
	/*box-shadow:0 2px 2px rgba(150, 150, 150, 0.4);*/
}


/* comment */
.comment {
	padding:12px 10px 10px;
	background:#FFF;
	margin:40px 10px 20px;
    -moz-box-shadow: 0 3px 3px rgba(150, 150, 150, 0.4);
    -webkit-box-shadow: 0 3px 3px rgba(150, 150, 150, 0.4);
	box-shadow:0 3px 3px rgba(150, 150, 150, 0.4);
}

.comment h3 {
	font-size:120%;
	padding:5px 0px 5px 10px;
	margin:0 0 6px;
	border-left:3px solid #BFBFCE;
	line-height:1.1;
}

.comment dt {
	font-size:1.1em;
	color:#6C593D;
	font-weight:bold;
	padding:0 0 4px;
	border-bottom:dotted 1px #799DA5;
	margin-bottom:4px;
}

.comment dd {
	padding:0px 0px 10px 0px;
}

.price {
	color: #B34C4F;
    font-size: 126%;
    font-weight: bold;
	}

.features{
  padding:12px 0 0 0;
}

  .btn02 a {
    position: relative;
    display: initial;
    width: auto;
    height: auto;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    color: #000;
    background: none;
    line-height: initial;
    font-size: 13px;
}

p.ta_c {
  width: 60%;
  margin: 0 auto;
  padding: 15%;
}

main.main_top {
  margin-bottom: 6%;
}
