@charset "utf-8";
#titlebar{
    width: 1200px;
    height: 50px;
    background: url(/member/images/title_back.png) no-repeat;
    position: relative;
}
#titlebar span{
    display: block;
    position: absolute;
    right: 50px;
    font-size: 2em;
    font-weight: bold;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-style: italic;
    height: 50px;
    line-height: 50px;
}
#chapter{
    margin: 8px auto;
    width: 875px;
    height: 47px;
    background-image: url(/member/images/h1_back.png);
    background-repeat: repeat-x;
    background-position: center center;
    border: 1px solid #c0c0c0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    position: relative;
}
#chapter span.icon{
    display: block;
    width: 24px;
    height: 47px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/member/images/h1_left.png);
    background-repeat: no-repeat;
    background-position: center center;
}
#chapter span.left{
    display: block;
    position: absolute;
    top 0;
    left: 24px;
    font-size: 135%;
    font-weight: bold;
    line-height: 47px;
}
#chapter span.right{
    display: block;
    position: absolute;
    top 0;
    right: 24px;
    font-size: 133%;
    font-weight: bold;
    line-height: 47px;
}
h3.mail {
    visibility: hidden;
}
table#form {
    margin: 10px 0 10px 10px;
    border: 1px solid #808080;
}
table#form caption {
	display: none;
}
table#from tr {
    border-bottom: 1px solid #444;
}
table#form th {
    color: #333;
    background: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#bababa));/* webkit系 */
    background: -moz-linear-gradient(top,  #ffffff,  #bababa);/* Mozilla系 */
    background: -o-linear-gradient(top, #ffffff,  #bababa);/* 旧Opera */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#bababa', GradientType=0)";/* IE8-9 */
    background: -ms-linear-gradient(top,  #ffffff,  #bababa);/* IE10 */
    padding-left: 8px;
    border-right: 1px solid #808080;
    width: 150px;
    line-height: 2em;
}
table#form td {
    padding: 6px 0 6px 10px;
    width: 530px;
}
table#form tr.firstChild td {
    border-top: none;
}
table#form input[name=kaisya_nm],
table#form input[name=kaisya_kn]{
    width: 280px;
}
table#form input[name=daihyo_nm],
table#form input[name=daihyo_kn]{
    width: 280px;
}
table#form input[name=yubin_no]{
    width: 80px;
}
table#form input[name=jyusyo]{
    width: 350px;
}
table#form input[name=telno],
table#form input[name=faxno]{
    width: 120px;
    ime-mode: disabled;
}
table#form input[name=email]{
    width: 280px;
    ime-mode: disabled;
}
.btn_send {
    height: 2.5em;
    margin: 10px 0;
    padding: 0 10px;
}