/*f固有の設定*-----------------------------------------------------------------/

/* ===================
fイメージのハーフサイズ設定
===================*/

.w_half_001{
width: 216px;
height: auto;
}

.w_half_002{
width: 216px;
height: auto;
}

.w_half_003{
width: 1000px;
height: auto;
}

.w_half_004{
width: 100%;
height: auto;
}

.w_half_005{
width: 230px;
height: auto;
}


/* ===================*/
.obi_title{
background-color: #4084c0;
border-radius: 6px;
color: #fff;
font-size: 25px;
margin-bottom: 45px;
padding: 9px 16px;
}

.mat{
display: block;
margin: 0 auto;
margin-top: 57px;
margin-bottom: 55px;
}

.dl00{
margin-bottom: 45px;
}

.dl00 dd{
color: #3e3a39;
font-size: 15px;
line-height: 1.6;
padding-left: 15px;
}

.dl02{
margin-bottom: 45px;
}

.img_wrp002 .l_wrp{
width: 453px;
float: left;
}

.dl03 dl{
margin-top: 65px;
}

.img_wrp002 .r_wrp{
width: 453px;
float: right;
}

.bed_pogi_title{
font-size: 22px;
color: #005bab;
border-bottom: #005bab solid 2px;
padding-bottom: 9px;
}


.dl03 dt,
.dl03_2 dt,
.dl04 dt
{
font-size: 22px;
color: #005bab;
border-bottom: #005bab solid 2px;
padding-bottom: 9px;
}

.dl03 dd,
.dl03_2 dd,
.dl04 dd{
font-size: 15px;
color: #3e3a39;
line-height: 1.6;
margin-top: 15px;
}

.dl03 {
float: left;
}

.dl03_2{
float: right;
width: 453px;
}

.dl03_2 dl dt{
border-bottom: none;
color: #3e3a39;
font-size: 15px;
padding-bottom: 5px;
margin-top: 5px;
}

.dl03_2 dl dd{
color: #3e3a39;
font-size: 13px;
margin-top: 0;
}

.dl03_2 dd:last-of-type .l_wrp{
width: 216px;
float: left;
}

.dl03_2 dd:last-of-type .r_wrp{
width: 216px;
float: right;
}

.dl03 dd:last-of-type p:nth-of-type(2){
margin-top: 5px;
margin-bottom: 5px;
}

.dl03 dd:last-of-type p:last-of-type {
font-size: 13px;
}


.dl03 dd:last-of-type p:first-of-type span{
color: #9f4ca2;
}


.shohin_in_p_wrp{
width: 242px;
float: left;
padding: 10px;
text-align: center;
border: #C6C6C6 solid 1px;
border-radius: 6px;
margin-right: 10px;
padding-bottom: 20px;
}

.shohin_photo_wrp .shohin_in_p_wrp:last-of-type{
margin-right: 0;
}

.p_lower{
margin-top: 10px;
margin-bottom: 10px;
}

.shohin_in_p_wrp p{
font-size: 15px;
color: #3e3a39;
font-family: ;
}



/*画面サイズ640px切り替え後の設定ーーーーーーーーーーーーーーー*/

@media only screen and (max-width:640px){

.m_part_wrp{
margin-top: 30px;
}

.m_r_wrp img {
width:100%;
    display: block;
    margin-top: 0px;
}

.regular {
width: 40%;
    float: left;
    margin-right: 25px;
    margin-top: 0px;
}

.mesh {
width: 40%;
    float: left;
}

.caption {
    color: #eb645e;
    font-size: 13px;
    padding: 0px;
    text-align: center;
	margin-bottom: 30px;
	margin-top:10px;
}

.obi_title {
    border-radius: 6px;
    color: #fff;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 23px;
    padding: 9px 16px;
}

.dl03,.dl04, .dl10, .dl12, .dl03_2 {
    float: none;
    width:100%;
}

.dl03 dt, .dl04 dt, .dl10 dt,  .dl12 dt, .dl03_2 dt {
    border-bottom: 1px solid #005bab;
    color: #005bab;
    font-size: 18px;
    padding-bottom: 9px;
	line-height: 1.3;
}

.dl03_2{
margin-top: 68px;
}

.w_hc_half_001 {
    height: auto;
    width:100%;
}

.w_hc_half_002 {
    height: auto;
    width:100%;
}

.w_hc_half_003 {
    height: auto;
    width:100%;
}

.w_hc_half_005 {
    height: auto;
    width:100%;
}

.shohin_in_p_wrp {
    width: 100%;
	margin-bottom: 20px;
}

.dl10, .dl06 {
    margin-top: 68px;
}

.mgtop_kesi{
margin-top: 0!important;
}

.mgtop_plus{
margin-top: 60px;
}

.dl03_2 dd:last-of-type .l_wrp {
    float: none;
    width: 100%;
	position: relative;
}

.l_wrp dl{
position: absolute;
bottom: -43px;
}

.dl03_2 dd:last-of-type .r_wrp {
    float: none;
    width: 100%;
	position: relative;
}

.r_wrp dl{
position: absolute;
bottom: -43px;
}




.w_half_001 {
    height: auto;
    width: 100%;
}

.w_half_002 {
    height: auto;
    width: 100%;
	display: block;
	margin-top: 70px!important;
}

.w_half_005 {
    height: auto;
    width: 100%;
}

.shohin_in_p_wrp:last-of-type{
margin-bottom: 0;
}



}/*レスポンシブ閉じタグ*/