@charset "utf-8";

#contents h2.h2-title{
    background: url("../../wholesale/image/title.jpg") center center;
    background-size: cover;
}
#contents h5{
    border-left: 4px solid #d00;
    padding-left: 8px;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 10px;
}
#wholesale{
    background: #fff;
    width: 1000px;
    margin: 0 auto;
    padding: 60px;
    box-sizing: border-box;
    line-height: 1.8;
}
#wholesale section{
    margin-bottom: 60px;
}
#wholesale:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
/*\*/
* html #wholesale { 
	height: 1px;
	overflow: visible;
}
/**/
#pic-company{
    float: right;
    margin-left: 40px;
}

#flow li{
    position: relative;
}
#flow li span{
    display: block;
    border-radius: 10px;
    border: 4px solid #bbb;
    padding: 20px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}
#flow li:after{
    content: ' ';
    background: url("../../wholesale/image/arrow.png") no-repeat top center;
    background-size: 90px 35px;
    width: 100%;
    height: 35px;
    display: block;
}
#flow li:last-of-type:after{
    background: none;
}
#flow li em{
    font-size: 14px;
    font-style: normal;
    display: block;
    font-weight: normal;
}
.results ul{
    float: left;
    margin-right: 30px;
    width: 250px;
}
.contact {
    width: 100%;
    border: 3px solid #bbb;
}

.btn-b a{
    margin: 0 auto 60px;
}
.qa dd img{
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
    width: 400px;
}
.qa dd:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
/*\*/
* html .qa dd { 
	height: 1px;
	overflow: visible;
}
/**/

#calendar {
    width: 100%;
	background: #f9f9f9;
	margin-bottom: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}
#contents #calendar p {
    margin-bottom: 0!important;
}
#calendar h3 {
	font-size: 20px;
	line-height: 50px;
	font-weight: bold;
	background: #ecf1f5 url(../../image/bg_cal.png) no-repeat 15px center;
	height: 50px;
	padding-left: 60px;
	margin-bottom: 0px;
}
#calendar dt.holiday {
	background-color: #fdebed;
    border: 1px solid #ccc;
}

.example{
    font-size: 13px;
    text-align: center;
    line-height: 1;
    padding-bottom: 20px;
}
.example dt{
    display: inline-block;
    width: 12px;
}
.example dd{
    display: inline-block;
}
