@charset "utf-8";
/* CSS Document */
#contact_wrap,
#bookwraps{
        width: 750px;
        margin: auto;
    }
    td select{
        
    }
    #contact_wrap td input,
    #contact_wrap td textarea{
        width: 90%;
    }

    #contact_wrap table td img{
        width: 50px !important;
        height: auto;
        float: left;
        margin:  0 10px 0 0;
    }
    #contact_wrap table td p{
        margin: 10px 0 0 0;
    }

#kakunin{
    border: 3px solid #ddd;
    padding: 20px;
    margin: 0 0 -50px 0;
}
#kakunin input{
    padding: 10px 50px;
}
#contact_wrap table th{
    font-weight: normal;
}
#chui{
    border: 1px solid red;
    padding: 20px;
    font-size: 14px;
}

#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: 20px;
	background-color:#f7f7f7;
    font-size: 14px;
}
#contact_wrap table td{
	border-bottom: 1px solid #D3D3D3;
	border-left: 1px solid #D3D3D3;
	padding: 20px;
    vertical-align: middle;
}
#contact_wrap table td.coins{
    width: 70%;
    text-align: left;
    }
input{
	font-size:16px;
	padding:5px;
}
.policyWrap{
    font-size: 13px;
    clear: both;
    padding: 20px 0;
    text-align: center;
}
/*------------*/
.sm{
    display: none;
}
dl{
    display: table-row;
}
#lpmain{
	text-align: center;
	line-height: 0;
    background-image: url("../img/britania01.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 800px;
    background-color: #201f20;
    height: 800px;
    /* margin: 15px 0 0 0; */
    width: 100%;
    float: left;
}
#lpmain img{
    display: none;
}
/*-------------*/
#lpmain_base{
	text-align: center;
	line-height: 0;
    background-image: url("../img/britania01_base.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 400px;
    background-color: #1e292b;
    height: 400px;
    margin: 15px 0 0 0;
    width: 100%;
    float: left;
}
#lpmain_base img{
    display: none;
}
#bri_wrap{
    width: 750px;
    margin: 30px auto;
    padding: 50px 0;
    font-size: 16px;
    line-height: 180%;
    clear: both;
}
#bri_wrap h2{
    font-weight: normal;
    color: #42b9a2;
    font-family: "ＭＳ Ｐ明朝";
    font-size: 30px;
    text-align: center;
    margin: 0px auto;
}
#bri_wrap h3{
    margin: 40px auto;
    font-weight: normal;
    font-family: "ＭＳ Ｐ明朝";
    font-size: 36px;
    line-height: 160%;
    text-align: center;
    
}
#bri_wrap h4{
    text-align: center;
    margin: 0px;
    padding: 50px 0 0 0px;
    font-size: 17px;
    font-weight: bold;
}
#bri_wrap table{
    
}
#bri_wrap table td{
    text-align: center;
    width: 50%;
    padding: 20px;
}
#bri_wrap table td img{
    width: 100%;
    height: auto;
}
#bri_wrap table td p.names{
    font-size: 13px;
    text-align: center !important;
    margin: 20px 0 0;
}
#bri_wrap table td div{
    display: table;
    width: 100%;
}
#bri_wrap table td p strong{
    font-size: 16px;
}
#bri_wrap table td div p{
    display: table-cell;
    width: 50%;
    font-size: 13px;
    text-align: center !important;
}
#bri_wrap table td div a{
    font-size: 16px;
    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;
}
#bri_wrap table td div a#btn1{
    background-color: #af8116;
}
#bri_wrap table td div a#btn2{
    background-color: #087894;
}