/* reset css */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
	line-height: 1;
	-ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
ol,ul {
	list-style: none;
	list-style-type: none;
}
input,button {
    box-sizing: border-box;
    padding: 0;
}
button {
    outline: none;
}

/* base */
body {
    color: #333;
    font-family: Helvetica , "メイリオ", "Meiryo UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    font-size: 14px;
    line-height: 1.6;
}
img {
    vertical-align: bottom;
}
p {
    font-size: 14px;
    max-height: 100%;
}
a {
    color: #0066aa;
}
a:hover {
    color: #4ba1da;
}
.searchResult_table thead, .searchResult_table tbody {
    display: block;
    width: 100%;
}
button {
    background: none;
    border: none;
}
button:hover {
    cursor: pointer;
    opacity: 0.8;
}
.cf:after {
  content: "";
  clear: both;
  display: block;
}
.baseBox {
    margin: 0 auto;
    width: 950px;
}

/* header */
.header {
    background: url(../img/header_border_bottom.jpg) repeat-x;
    height: 60px;
}
.header_logo_l {
    float: left;
    margin-top: 13px;
    width: 291px;
} 
.header_logo_r {
    float: right;
    margin-top: 21px;
    width: 179px;
}
/* contents */
.contents_titleBox {
    border-bottom: 1px solid #ccd0d9;
    margin-bottom: 20px;
    padding-bottom: 24px;    
    padding-top: 28px;
}
.contents_titleBox span {
    display: block;
}
.contents_titleBox h1 {
    font-size: 24px;
    font-weight: normal;
    line-height: 1;
}
.contents_titleBox p {
    padding-top: 14px;
}

/*subHeading*/
.contens_block {
    margin: 0 auto 60px;
}
.contents_block_subHeading {
    background: #f5f6f9;
    border-bottom: 2px solid #aa000e;
    font-size: 18px;
    margin-bottom: 14px;
    line-height: 48px;
    height: 48px;
    padding-left: 15px;
    position: relative;
}
.contents_block_subHeading:before {
    content: "";
    background: url(../img/subHeading_bar.jpg) no-repeat;
    position: absolute;
    top: 14px;
    left: 0;
    width: 5pc;
    height: 20px;
}

/*searchBox*/
.brandSearch {
    margin-top: 18px;
    margin-bottom: 30px;
}
.brandSearch_itemBox, .brandSearch_btn {
    float: left;

}
.brandSearch_itemBox {
    margin-right: 34px;
    width: 350px;
}
.brandSearch_itemBox label {
    background: #eeeeee;
    border: 1px solid #c4c8d0;
    border-right: none;
    display: inline-block;
    line-height: 38px;
    width: 82px;
    height: 38px;
    text-align: center;
    vertical-align: bottom;
}
.brandSearch_itemBox input, .brandSearch_itemBox select {
    border: 1px solid #c4c8d0;
    width: 267px;
    height: 40px;
    padding-left: 8px;
}
.submitBtnBox {
    margin: 0 auto;
    position: relative;
    width: 250px;
    height: 40px;
}
.red-arw {
    display: block;
    position: absolute;
    top: 17px;
    left: 98px;
}
.brandSearch_btn,.submit_btn, .close_btn {
    color: #333333;
    background: url(../img/btn_base_bg.png) repeat-x;
    border: 1px solid #ccd0d9;
    border-radius: 20px;
    font-size: 16px;
    line-height: 40px;
    width: 157px;
    height: 40px;
    text-align: center;
    position: relative;
}
.submit_btn:disabled {
    background: url(../img/btn_inactive_bg.png) repeat-x;
    color: #979797;
}
.brandSearch_btn:hover,.submit_btn:enabled:hover, .close_btn:hover {
    color: #666666;
}
.submit_btn, .close_btn {
    display: block;
    /*margin: 20px auto;*/
    margin: 60px auto;
    width: 250px;
}
.brandSearch_btn:before, .submit_btn:before, .close_btn:before {
    content: "";
    background: url(../img/arw_red_right.png);
    display: block;
    position: absolute;
    top: 17px;
    left: 51px;
    width: 5px;
    height: 5px;
}
.close_btn {
    text-decoration: none;
}

/* table */
.searchResult_block {

}
.table_heading {
    background: #edf0f3;
    border:1px solid #c4c8d0;
    border-bottom: none;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    padding-left: 16px;
}
.table_base {
    border-bottom: 1px solid #c4c8d0;
    border-left: 1px solid #c4c8d0;
    border-right: 1px solid #c4c8d0;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}
.table_base.selectedBrand_table,.table_base.view_table {
    border-top: 1px solid #c4c8d0;
}
.table_base thead th, .table_base tbody td {
    border: 1px solid #c4c8d0;
    border-bottom: none;
    border-left: none;
    box-sizing: border-box;
    height: 48px;
    padding-left: 15px;
    vertical-align: middle;
}
.table_base thead th {
    border-top: none;
    text-align: left;
}
.table_base tbody td {
    padding-right: 10px;
    word-break: break-all;
}
.table_base thead th.sortable {
    cursor: pointer;
}
.table_base thead th.s_default {
    background: url(../img/icon_sort_default.png) no-repeat 95% center;
}
.table_base thead th.s_asc {
    background: url(../img/icon_sort_asc.png) no-repeat 95% center;
}
.table_base thead th.s_desc {
    background: url(../img/icon_sort_desc.png) no-repeat 95% center;
}
.table_base.searchResult_table tbody {
    overflow-y: scroll;
    max-height: 480px;
}
.table_base thead {
    border-top: 1px solid #c4c8d0;
}
.table_base thead, .table_base thead th {
    background: #edf0f3;
}
.table_base.searchResult_table th:first-child,.table_base.searchResult_table td:first-child,.table_base.selectedBrand_table td:first-child {
    width: 50px;
}
.table_base.searchResult_table th:nth-child(2),.table_base.searchResult_table td:nth-child(2),.table_base.selectedBrand_table td:nth-child(2),.table_base.view_table td:nth-child(1) {
    width: 241px;
}
.table_base.searchResult_table th:nth-child(3),.table_base.searchResult_table td:nth-child(3), .table_base.selectedBrand_table td:nth-child(3),.table_base.view_table td:nth-child(2) {
    width: 112px;
}
.table_base.searchResult_table th:nth-child(4), .table_base.searchResult_table td:nth-child(4), .table_base.selectedBrand_table td:nth-child(4),.table_base.view_table td:nth-child(3) {
    width: 119px;
}
.table_base.searchResult_table th:last-child, .table_base.searchResult_table td:last-child {
    width: 409px;
}
.table_base.selectedBrand_table th:last-child, .table_base.selectedBrand_table td:last-child ,.table_base.view_table td:last-child {
    width: 158px;
    border-right: none;
}
.selectedBrand_block {
    margin-top: -80px;
    position: relative;
}

/* checkbox radio btn style */
input[type=checkbox].brandCheck, input[type=radio].brandPossession, input[type=radio].radioBtn {
    display: none;
}
.radioBtnBox {
    display: inline-block;
    margin-right: 11px;
}
.user_data_form .radioBtnBox {
    margin-right: 30px;
}
input[type=radio].brandPossession + label, input[type=radio].radioBtn + label {
    color: #999999;
    cursor: pointer;
    position: relative;
    -webkit-transition: color 0.1s linear;
    transition: color 0.1s linear;
}
input[type=radio].radioBtn + label {
    padding-left: 32px;
}
input[type=radio].brandPossession + label:before,input[type=radio].radioBtn + label:before {
    content: "";
    border: 1px solid #ccd0d9;
    border-radius: 7px;
    box-sizing: border-box;
    display: inline-block;
    margin-right: 6px;
    position: relative;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    -webkit-transition: border 0.1s linear;
    transition: border 0.1s linear;
}
input[type=radio].radioBtn + label:before {
    border-radius: 11px;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    top: -2px;
}
input[type=radio].brandPossession + label:after,input[type=radio].radioBtn + label:after {
    content: "";
    background: #000000;
    box-sizing: border-box;
    border-radius: 3px;
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 6px;
    left: 4px;
    opacity: 0;
    -webkit-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
}
input[type=radio].radioBtn + label:after {
    border-radius: 5px;
    width: 10px;
    height: 10px;
    top: 4px;
    left: 6px;
}
input[type=radio].brandPossession:checked + label,input[type=radio].radioBtn:checked + label {
    color: #000000;
}
input[type=radio].brandPossession:checked + label:after,input[type=radio].radioBtn:checked + label:after {
    opacity: 1;
}
input[type=radio].brandPossession:checked + label:before,input[type=radio].radioBtn:checked + label:before {
    border: 1px solid #000000;
}
input[type=checkbox].brandCheck + label {
    border: 1px solid #c4c8d0;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    margin-left: 2px;
    position: relative;
    width: 16px;
    height: 16px;
}
input[type=checkbox].brandCheck + label:before {
    content: "";
    border-right: 3px solid #5cb85c;
    border-bottom: 3px solid #5cb85c;
    display: block;
    opacity: 0;
    position: absolute;
    top: -66%;
    left: 3px;
    width: 8px;
    height: 16px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
input[type=checkbox].brandCheck:checked + label:before {
    opacity: 1;
}

/* help pop up */
.helpIcon {
    display: inline-block;
    margin-left: 6px;
    vertical-align: middle;
}
.helpBox {
    background: url(../img/tooltip_bg.png) no-repeat;
    box-sizing: border-box;
    padding: 8px 15px 0 14px;
    position: absolute;
    top: 75px;
    right: -2px;
    width: 200px;
    height: 82px;
}
.helpBox > p {
    color: #7f7f7f;
    font-size: 12px;
    line-height: 1.5;
}

/* btn */
.btn_Box {
    width: 950px;
    height: 101px;
    position: relative;
}
.btn_Box.arwDown {
    background: url(../img/btn_bg_add.png) no-repeat;
}
.btn_Box.arwUp {
    background: url(../img/btn_bg_delete.png) no-repeat;
}
.btn_base {
    height: 40px;
    position: absolute;
}
.btn_base.add {
    top: 18px;
    left: 66px;
    z-index: 1;
}
.btn_base.delete {
    bottom: 18px;
    right: 66px;
}
.btn_serchAddress {
    background-color: #666666;
    color: #FFFFFF;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    margin-left: 3px;
    text-align: center;
    width: 78px;
}

/* campaign */
.campaign_block {
    margin-bottom: 40px;
    margin-top: 30px;
}
.campaign_caution {
    margin: 15px 0 0;
}
.campaign_caution p {
    font-size: 11px;
    letter-spacing: 2px;
    line-height: 1.8;
    padding: 0 16px;
}
a.campaign_url {
    color: #1c87e1;
}
.campaign_heading {
    height: 50px;
}
/*.campaign_innerBox {
    background: url(../img/vp_logo.png) no-repeat 86px 30px;
    border: 3px solid #004098;
    border-top: none;
    box-sizing: border-box;
    padding: 36px 100px 35px 271px;
}*/
.campaign_innerBox {
    border: 3px solid #004098;
    border-top: none;
    box-sizing: border-box;
    padding: 30px 40px 44px 54px;
}
.campaign_leftBox {
    margin-top: 14px;
    float: left;
    margin-right: 50px;
    width: 375px;
}
.campaign_innerBox > p {
    color: #666666;
    font-size: 24px;
    line-height: 30px;
    margin-top: 18px;
    float: left;
    width: 420px;
}

.campaign_innerBox > p > span {
    color: #004098;
    font-weight: bold;
}
.yBtnbox {
    /*height: 40px;*/
    margin-top: 11px;
}
.yBtnbox:hover {
    opacity: 0.8;
}

/* user form */
.user_data_form {
    border: 1px solid #c4c8d0;
    border-left: none;
    border-top: none;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}
.user_data_form th, .user_data_form td {
    border: 1px solid #c4c8d0;
    border-bottom: none;
    border-right: none;
    box-sizing: border-box;
    font-size: 16px;
    padding: 14px 0 14px 15px;
    vertical-align: middle;
}
.user_data_form th {
    background: #edf0f3;
    font-weight: normal;
    vertical-align: top;
    text-align: left;
    width: 372px;
}
.user_data_form td.sub_th {
    background: #f5f8fb;
}
.user_data_form th.address {
    width: 70px;
}
.user_data_form th.enq {
    line-height: 1.2;
    padding-right: 10px;
    height: 67px;
}
.user_data_form input,.user_data_form select {
    border: 1px solid #666666;
    height: 28px;
    padding-left: 8px;
}
.user_data_form input.error {
    background: #ffe3e3;
    border: 2px solid #ff7b7b;
    box-shadow: 1px 1px 1px rgba(255,123,123,0.6);
}
.user_data_form input:focus.error {
    outline: 0;
}
.user_data_form input.text_l,.user_data_form select {
    width: 352px;
}
.user_data_form select {
    color: #666666;
}
.user_data_form input.text_s,
.user_data_form select.text_s {
    width: 142px;
}
.user_data_form .nameBox {
    display: inline-block;
    margin-right: 25px;
    vertical-align:top;
}
.required {
    padding-left: 8px;
    padding-bottom: 3px;
    vertical-align: middle;
}
.error_head_msg {
    background-color: #ffe3e3;
    color: #ff4646;
    font-size: 18px;
    font-weight: bold;
    line-height: 46px;
    margin: 0 auto 20px;
    width: 950px;
    height: 46px;
    text-align: center;
}
.error_msg {
    color: #ff4646;
    line-height: 1;
    margin-top: 10px;
}
.example {
    color: #666666;
    font-size: 14px;
    padding-left: 13px;
}
/* footer */
.footer {
    background: url(../img/footer_border_top.jpg) repeat-x;
    height: 60px;
}
.footer_innerBox {
    padding-top: 16px;
}

/* complete */
.complete_msg {
    border: 5px solid #ddd;
    border-radius: 5px;
    padding-bottom: 50px;
}
.complete_msg h3, .complete_msg p {
    text-align: center;
}
.complete_msg h3 {
    font-size: 24px;
    line-height: 1.8;
    margin: 40px auto;
}
.complete_msg p {
    font-size: 20px;
}

input:focus,select:focus,button:focus,a:focus {
	    outline: -webkit-focus-ring-color auto 5px;
	    outline: 2px solid #a5c7fe;
}
/* Firefox */
button::-moz-focus-inner {
	border-style: none;
}

.user_data_form input,
.user_data_form input + label {
	vertical-align: middle;
}
.radioBtnBox:last-child {
	margin-right: 0;
}