@charset "utf-8";
/* CSS Document */
#contact_wrap,
    #bookwraps{
        width: 90%;
        margin: auto;
    }
    #contact_wrap table{
        display: block;
        width: 100% !important;
    }
    #contact_wrap table tr,
    #contact_wrap table tbody{
        display: block;
        clear: both;
        margin: 0px;
        padding: 0px;
        width: 100% !important;
    }
    #contact_wrap table th{
        display: block;
        clear: both;
        margin: 0px;
        padding: 5px 0px;
        width: 100% !important;
    }
    #contact_wrap table td{
        display: block;
        clear: both;
        margin: 0px;
        padding: 5px 0px;
        width: 100% !important;
        text-align: center;
    }
    #contact_wrap table td.coins{
        border-bottom: none !important;
    }
    #contact_wrap table td img{
        width: 50px !important;
        height: auto;
        float: left;
        margin:  0 10px 0 0;
    }
    #contact_wrap table td p{
        margin: 0px;
        padding: 0px;
    }
    #contact_wrap select,
    #contact_wrap input,
    #contact_wrap textarea{
        width: 90%;
        margin: 10px;
    }
    #contact_wrap select{font-size: 12px;}


#contact_wrap table{
	border-top: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3;
	margin:auto auto -1px auto;
    width: 100%;
}
#contact_wrap table th{
	border-bottom: 1px solid #D3D3D3;
	border-left: 1px solid #D3D3D3;
	padding: 10px;
	background-color:#f7f7f7;
    font-size: 14px;
}
#contact_wrap table td{
	border-bottom: 1px solid #D3D3D3;
	border-left: 1px solid #D3D3D3;
	padding: 10px;
    vertical-align: middle;
}

input{
	font-size:16px;
	padding:5px;
}
.policyWrap{
    font-size: 12px;
    clear: both;
    padding: 20px 0;
}

/*--------------*/
.pc,.brno{
    display: none;
}
img{
    width: 100%;
    height: auto;
}
dl{
    display: block;
    clear: both;
    margin: 0px;
    padding: 0px;
}
#lpmain{
    margin: 0px;
    padding: 0px;
    line-height: 0;
}
dt,dd{
    display: block;
    clear: both;
    margin: 0px;
    padding: 0px;
}
#bri_wrap{
    width: 90%;
    margin: 10px auto;
    padding: 10px 0;
    font-size: 16px;
    line-height: 180%;
    clear: both;
}
#bri_wrap h2{
    font-weight: normal;
    color: #42b9a2;
    font-family: "ＭＳ Ｐ明朝";
    font-size: 20px;
    text-align: center;
    margin: 0px auto;
}
#bri_wrap h3{
    margin: 10px auto;
    font-family: "ＭＳ Ｐ明朝";
    font-size: 20px;
    line-height: 160%;
    text-align: center;
    
}
#bri_wrap h4{
    text-align: center;
    margin: 0px;
    padding: 50px 0 0 0px;
}
/*----------*/

#bri_wrap table{
    
}
#bri_wrap table td{
    text-align: center;
    width: 50%;
    padding: 10px;
    font-size: 13px;
}
#bri_wrap table td img{
    width: 100%;
    height: auto;
}
#bri_wrap table td strong{
    font-size: 16px;
}
#bri_wrap table td div{
}
#bri_wrap table td div p{
}
#bri_wrap table td div a{
    display: block;
    background-color: #606060;
    color: white;
    text-align: center;
    text-decoration: none;
    padding: 10px 0;
    margin: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    font-size: 13px;
}

#bri_wrap table td div a#btn1{
    background-color: #af8116;
}
#bri_wrap table td div a#btn2{
    background-color: #087894;
}
#bri_wrap table td p span{
    display: none;
}