@charset "utf-8";

/* ================================================================= 
 License : e-TRUST Inc.
 File name : bxi.css
 Style : reset & default
 文字コード UTF-8N 改行コード LF
 Build 200331
================================================================= */
/* ================================================================= 
 Style : reset
================================================================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style:normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  background:transparent;
}
b {
  font-weight: bold;
}
body {
  line-height: 1;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
html{
  overflow-y: scroll;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
input, textarea,select {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}
input[type="text"], input[type="password"], textarea, select {
  border-radius: 4px;
}
input[type="text"], input[type="password"], textarea {
  -webkit-appearance: none;
}
ol, ul{
    list-style:none;
}
table {
  border-collapse: collapse; 
  border-spacing:0;
  table-layout: fixed;
}
.tbl_scroll table {
  table-layout: auto;
}
table td,table th{
  word-break: break-all;
}
caption, th{
  text-align: left;
}
a:focus {
  outline:none;
}
/* ================================================================= 
 Style : default
================================================================= */
body {
  font-family: 'メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,sans-serif;
  font-size: 13px;
  text-align: center;
  color: #333333;
  background-color: none;
  /*b_image*/
  /*b_repeat*/
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
}
a:link {
  color: #0073a8;
}
a:visited {
  color: #0073a8;
}
a:hover,
a:active {
  color: #0073a8;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align:bottom;
}
video {
  max-width: 100%;
}
div.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
div.youtube_list div.youtube {
  margin-bottom: 20px;
}
div.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  visibility: hidden;
}
.clearfix {
    display: inline-block;
}
/* Hides from IE Mac */
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* End Hack */
table {width:100%;}
table th,table td {
  border: 1px solid #ccc;
  vertical-align: middle;
}
.map {
  margin-bottom: 20px;
}
.map ul, .map li { 
  list-style-type: square;
  list-style-position: inside;
}
section table tr td article > h6,
section ul li article > h5 {
  display: none;
}
/*-----------------------------------------
 form
------------------------------------------- */ 
input[type="text"],
input[type="password"],
textarea {
  width: 100%;
  padding: 5px 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  vertical-align: middle;
}
textarea {
  min-height: 52px;
  resize: vertical;
}
select {
  padding: 4px 2px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  font-size: 100%;
  max-width: 100%;
}
input[type="radio"],input[type="checkbox"] {
  margin: 0.4em 0.5em;
  vertical-align: middle;
}
.submit {
  width: 320px;
  margin: 20px auto;
  text-align: center;
}
.submit_c {
  min-width: 150px;
  height: 2.4em;
  padding: 0 10px;
  font-size: 100%;
}
.submit_l {
  width: 150px;
  padding: 0 10px;
  float: left;
  font-size: 100%;
}
.submit_r {
  width: 150px;
  padding: 0 10px;
  float: right;
  font-size: 100%;
}
.bt_confirm {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 150px;
  height: 40px;
  background: url(../../img/common/bt_confirm.png) no-repeat;
  background-position: center center;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-indent: -9999px;
}
.bt_confirm:hover {
  opacity: 0.8;
}
.bt_back {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 150px;
  height: 40px;
  background: url(../../img/common/bt_back.png) no-repeat;
  background-position: center center;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-indent: -9999px;
}
.bt_back:hover {
  opacity: 0.8;
}
.bt_send {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 150px;
  height: 40px;
  background: url(../../img/common/bt_send.png) no-repeat;
  background-position: center center;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-indent: -9999px;
}
.bt_send:hover {
  opacity: 0.8;
}
ul.break li {float: left !important; margin-right: 5px;}
.address .zip {
  margin-bottom: 10px;
}
.address .zip input {
  width: 60px;
}
.address select {
  margin-bottom: 10px;
}
input[type=text].date_y {
  width: 55px;
  text-align: center;
}
input[type=text].date_m, input[type=text].date_d {
  margin-left: 0.5em;
  width: 35px;
  text-align: center;
}
form table th span {
  color: #ff0000;
}

/* ================================================================= 
 header
================================================================= */
header#global_header {
  width: 100%;
  min-width: 1220px;
  height: auto;
  margin: 0 auto;
  /*h_color*/
  /*h_image*/
}
/* ================================================================= 
 contents
================================================================= */
#contents_wrap {
  width: 100%;
  min-width: 1220px;
}
#contents {
  width: 1200px;
  margin: 0 auto;
  text-align:left;
  background-color: none;
  /*c_image*/
  /*c_repeat*/
}
#main {
  width: 1200px;
  float: none;
}
#side {
  display: none;
  width: 0px;
  float: right;
}

/* #col_main
------------------------------------------- */ 
#main #col_main {
  width: 1200px;
  float: right;
}
/* #side_col1
------------------------------------------- */
#main #col_side1 {
  /*_pc_left_*/
  width: 0px;
  float: left;
}
/* #side_col2
------------------------------------------- */
#side #col_side2 {
  width: 0px;
  float: right;
}

#col_side1 a.category,
#col_side2 a.category {
  display: block;
  height: auto;
  line-height: 20px;
  padding: 10px 20px 10px 10px;
  background: url(../../img/common/arrow.png) no-repeat;
  background-size: 12px 12px;
  background-position: right center;
  border-bottom: 1px dotted #ccc;
  box-sizing: border-box;
  font-size: 13px;
  font-weight: bold;
  text-align: left;
}
#col_side1 a.category:hover,
#col_side2 a.category:hover {
  background: url(../../img/common/arrow_hover.png) no-repeat;
  background-size: 12px 12px;
  background-position: right center;
}
#col_side1 ul li a.category,
#col_side2 ul li a.category {
  padding-left: 20px;
  font-weight: normal;
}
#col_side1 form#search select,
#col_side2 form#search select {
  width: 100%;
}
#col_side1 form#search label,
#col_side2 form#search label {
  padding-right: 10px;
  display: block;
  float: left;
}
#col_side1 form#search dl dt,
#col_side2 form#search dl dt {
  padding: 10px 10px 0 10px;
  font-weight: bold;
}
#col_side1 form#search dl dd,
#col_side2 form#search dl dd {
  padding: 10px 10px 0 10px;
}
#col_side1 form#search dl div,
#col_side2 form#search dl div {
  float: left;
}
#col_side1 form#search dl div:first-child,
#col_side2 form#search dl div:first-child {
  margin-right: 5px;
}
#col_side1 form#search dl dd input[type=text],
#col_side2 form#search dl dd input[type=text] {
  margin: 0 5px 2px 0;
  padding: 5px;
  width: 70px;
  max-width: 120px;
  text-align: right;
}
/* ================================================================= 
 footer
================================================================= */
footer#global_footer {
  clear: both;
  width: 100%;
  min-width: 1220px;
  height: auto;
  margin: 0 auto;
  /*f_color*/
  /*f_image*/
}
