div#Main {
	padding:0 5px 15px;
}

div#Main .under_title h2 {
    margin: 0 0 15px;
}

div#Main h3.pcnone {
	position:relative;
}
div#Main h3 span {
	position:absolute;
    top: 0;
    width: 7px;
	height: 100%;
    right: 10px;
    text-indent: -9999px;
	background:url(../images/voice/n.png) no-repeat left center;
	background-size:7px 7px;
}
div#Main h3.active span {
	background:url(../images/voice/o.png) no-repeat left center;
	background-size:7px 7px;
}

div#Main h3 img {
	width:100%;
}

div#Main ul.voice_list {
	display:none;
}



/* title
===============================================================*/
div#Main h2 img {
	width:100%;
	margin:0 -5px;
}

/* column
===============================================================*/
div#Main .column {
	background: url(../../images/column/img_bg.jpg) repeat 0 0;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
	border-radius:6px;
	padding:50px 10px 10px 10px;
    margin-top: -42px;
}

div#Main .column_news {
	background: url(../../images/column/img_bg.jpg) repeat 0 0;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
	border-radius:6px;
	padding:10px 10px 10px 10px;
    margin-top: 0;
}

div#Main .column_inner {

}



/* box
===============================================================*/
div#Main .column_inner .box {
	border-bottom:#e7e0d5 1px solid;
}
div#Main .column_inner .box_end {
	border-bottom:none;
}

div#Main .column_inner .box a {
	display:block;
	min-height:53px;
	border:#e9e1cf 1px solid;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	border-radius:3px;
	padding:7px 20px 7px 90px;
	margin:0 0 6px 0;
	position:relative;
	background: url(../images/column/ar01.jpg) #FFFFFF no-repeat right 50%;
    background-size: 16px 7px;
}

div#Main .column_inner .box p.ph {
	width:77px;
	height:53px;
	overflow:hidden;
	position:absolute;
	top:7px;
	left:7px;
}
div#Main .column_inner .box p.ph img {
	width:100%;
	height:auto;
}

div#Main .column_inner .box dl dt {
	color:#dd0000;
	font-size:10px;
	line-height:16px;
    margin: 0 0 2px;
}
div#Main .column_inner .box dl dd {
	color:#650000;
	font-size:13px;
	line-height:18px;
}


/* voice_box
===============================================================*/
div.voice {
	margin-bottom:6px;
}


div#Main .voice_box {
	display:none;
	background: url(../images/voice/img_bg.jpg) repeat 0 0;
    background-size: 50px 50px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	padding:10px 10px 15px;
	margin-bottom:20px;
}



/* customer */
div#Main .customer {
	background:#FFFFFF;
	margin-bottom:6px;
	box-shadow:2px 2px 0px 1px rgba(64,26,0,0.25);
	-moz-box-shadow:2px 2px 0px 1px rgba(64,26,0,0.25);
	-webkit-box-shadow:2px 2px 0px 1px rgba(64,26,0,0.25);
    padding: 15px;
}

div#Main .customer p.ph {
	display:none;
}

div#Main .customer .vb_inner h3 {
	color:#650000;
	font-size:14px;
	margin-bottom:10px;
}

div#Main .customer .vb_inner p.shohin {
	margin-bottom:10px;
}

div#Main .customer .vb_inner p.osusume {
    width: 154px;
    height: 14px;
    line-height: 14px;
    margin-bottom: 3px;
    font-weight: bold;
}
div#Main .customer .vb_inner p.st0 {
    background: url(../../images/voice/star.png) no-repeat right 0;
    background-size: 80px 84px;
}
div#Main .customer .vb_inner p.st1 {
    background: url(../../images/voice/star.png) no-repeat right -14px;
    background-size: 80px 84px;
}
div#Main .customer .vb_inner p.st2 {
    background: url(../../images/voice/star.png) no-repeat right -28px;
    background-size: 80px 84px;
}
div#Main .customer .vb_inner p.st3 {
    background: url(../../images/voice/star.png) no-repeat right -42px;
    background-size: 80px 84px;
}
div#Main .customer .vb_inner p.st4 {
    background: url(../../images/voice/star.png) no-repeat right -56px;
    background-size: 80px 84px;
}
div#Main .customer .vb_inner p.st5 {
    background: url(../../images/voice/star.png) no-repeat right -70px;
    background-size: 80px 84px;
}


div#Main .customer .vb_inner dl {
	width:100%;
	border-top:#d9d9d9 1px solid;
	clear:both;
	overflow:hidden;
	padding-top:8px;
	margin-top:12px;
}
div#Main .customer .vb_inner dl dt {
	float:left;
	color:#ffffff;
	background:#a50000;
	margin-right:5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 10px;
    line-height: 18px;
    text-align: center;
    padding: 0 5px;
}
div#Main .customer .vb_inner dl dd {
	float: left;
    color: #650000;
    line-height: 18px;
    font-weight: bold;
}


/* box_detail
===============================================================*/
div#Main .column_inner .box_detail {
	display:block;
	border:#e9e1cf 1px solid;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	border-radius:3px;
	padding:10px;
	position:relative;
	background-color:#ffffff;
}

div#Main .column_inner .box_detail .date {
	color:#dd0000;
	padding:0 2px;
}

div#Main .column_inner .box_detail h3 {
	color:#650000;
	font-size:13px;
	padding:0 2px 5px;
	margin:0 0 10px 0;
	border-bottom:#e7e0d5 1px solid;
}

div#Main .column_inner .box_detail .bod {
	padding:0 2px 5px 2px;
	font-size:13px;
}

div#Main .column_inner .box_detail .bod p {
	padding:0 0 10px 0;
	font-size:13px;
}

div#Main .column_inner .box_detail .bod img.w {
	width:100%;
}


/* pager
===============================================================*/
div.pager {
    text-align: center;
    margin-top: 15px;
    padding: 0 15px;
}

div.pager ul {
    clear: both;
    overflow: hidden;
}

div.pager li {
	float: left;
    width: 48%;
}
div.pager li.next {
	float: right;
}
div.pager li img {
    width: 100%;
}


/* d_pager
===============================================================*/
div.d_pager {
	padding:20px 0 10px 0;
}

div.d_pager .prev a {
	color:#560000;
	font-size:13px;
	padding:0 0 0 12px;
	background: url(../images/column/ar02.jpg) no-repeat 0 7px;
	background-size:6px 7px;
	float:left;
}

div.d_pager .next a {
	color:#560000;
	font-size:13px;
	padding:0 12px 0 0;
	background: url(../images/column/ar03.jpg) no-repeat right 7px;
	background-size:6px 7px;
	float:right;
}

div.d_pager .back a {
	display:block;
	width:100px;
	margin:0 auto;
	color:#ffffff;
	text-align:center;
	padding:6px;
	background-color:#610000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	border-radius:3px;
	position:relative;
	top:-5px;
	left:0;
}

div.d_pager .back a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	text-decoration:none;
}