@charset "shift_jis";
/* CSS Document */

#contents .inner #article .section .section p {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.border_box {
	border: 1px solid #000;
	padding: 15px;
}
.border_box dt {
	margin-bottom: 5px;
}
.border_box dd {
	text-indent: -1em;
	padding-left: 1em;
}
.border_box .mb0 {
	margin-bottom: 0 !important;
}
.border_box .time {
	display: table;
	margin-left: 2em;
}
.border_box .time dt {
	display: table-cell;
	width: 60px;
	margin: 0;
}
.border_box .time dd {
	display: table-cell;
	width: auto;
	text-indent: 0;
	padding-left: 0;
}

.product_list:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	font-size: 0em;
	line-height: 0;
	clear: both;
}
.product_list .product_item {
	float: left;
	margin: 0 50px;
}
.product_list .product_item p {
	text-align: center !important;
	margin-top: 5px !important;
}
.border_area {
    padding: 10px 20px; 
    border: 1px solid #000000;
}
.contact dl dt{
    text-align: left;
    margin-left: 14px;
    width: 100px;
    float: left;
}
.contact dl dd {
    width: 440px;
    float: left;
}
.contact dl:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}