@charset "utf-8";

/* ================================================================= 
 License : e-TRUST Inc.
 File name : bxi.css
 Style : reset & default
 文字コード UTF-8N 改行コード LF
 Build 20180628
================================================================= */
/* ================================================================= 
 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;
}
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;
}
ol, ul{
    list-style:none;
}
table{
    border-collapse: collapse; 
    border-spacing:0;
    table-layout: fixed;
}
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: #ffffff;
  /*b_image*/
  /*b_repeat*/
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
}
a:link {
  color: #7eb16e;
}
a:visited {
  color: #7eb16e;
}
a:hover,
a:active {
  color: #7eb16e;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align:bottom;
}
.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(../images/common/bt_confirm.png) no-repeat;
  border: none;
  text-indent: -9999px;
}
.bt_confirm:hover {
  opacity: 0.8;
}
.bt_back {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 150px;
  height: 40px;
  background: url(../images/common/bt_back.png) no-repeat;
  border: none;
  text-indent: -9999px;
}
.bt_back:hover {
  opacity: 0.8;
}
.bt_send {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 150px;
  height: 40px;
  background: url(../images/common/bt_send.png) no-repeat;
  border: none;
  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: #ffffff;
  /*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;
}

/* ================================================================= 
 footer
================================================================= */
footer#global_footer {
  clear: both;
  width: 100%;
  min-width: 1220px;
  height: auto;
  margin: 0 auto;
  /*f_color*/
  /*f_image*/
}
/* ================================================================= 
 ver5 pagelogin
================================================================= */
div.pagelogin dl {
  display: flex;
}
div.pagelogin dl dt {
  min-width: 120px;
  border: 1px solid #ddd;
  border-right: none;
  background-color: #ccc;
  padding: 8px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
div.pagelogin dl dd {
  width: 100%;
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 8px;
  box-sizing: border-box;
}
div.pagelogin button {
  display: block;
  margin: 30px auto;
  width: 150px;
  height: 40px;
  border: none;
  background: #f0f0f0 url(../images/common/bt_login.png) no-repeat;
  text-indent: -9999px;
}
div.pagelogin button:hover {
  opacity: 0.8;
}
div.pagelogin form p {
  margin-bottom: 5px;
  color: #ff0000;
}
/* ================================================================= 
 ver5 builingual
================================================================= */
div#builingual {
  background: #f1f1f1;
  padding: 5px 0;
}
div#builingual div.progress {
  display: none;
  float: left;
  line-height: 32px;
  color: #2e7200;
  font-weight: bold;
}
div#builingual div.progress img {
  float: left;
  margin-top: 4px;
  padding: 0 10px 0 20px;
}
div#builingual div.language {
  float: right;  
  color: #999;
  font-weight: bold;
}
div#builingual div.language select {
  margin: 0 20px 0 10px;
}
div.translate { margin-top: 10px; }
span.translate { padding-right: 5px; }
h3 span.translate + span { display: block; font-size: 0.8em; margin-bottom: 0.5em; }
/* ================================================================= 
 ver5 form
================================================================= */
section div.form_wrap dl {
  display: flex;
}
section div.form_wrap dl dt {
  border: 1px solid #ddd;
  border-right: none;
  border-bottom: none;
  background-color: #ccc;
  padding: 8px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
section div.form_wrap dl dd {
  border: 1px solid #ddd;
  border-bottom: none;
  background-color: #fff;
  padding: 8px;
  box-sizing: border-box;
}
section div.form_wrap dl:last-of-type dt {
  border-bottom: 1px solid #ddd;
}
section div.form_wrap dl:last-of-type dd {
  border-bottom: 1px solid #ddd;
}
section div.form_wrap dl dt label,
section div.form_wrap p.annot {
  color: #ff0000;
}
section div.form_wrap dl dd > div {
  display: flex;
}
section div.form_wrap dl dd input[type="text"],
section div.form_wrap dl dd input[type="password"] {
  width: 300px;
}
section div.form_wrap dl dd div input[type="text"],
section form div.form_wrap dl dd div select {
  margin-bottom: 8px;
}
section div.form_wrap dl dd div:last-of-type input[type="text"],
section div.form_wrap dl dd div:last-of-type select {
  margin-bottom: 0;
}
section div.form_wrap dl dd span {
  margin-right: 8px;
  line-height: 32px;
}
section div.form_wrap dl dd input[type="text"] + span,
section div.form_wrap dl dd select + span {
  margin-left: 8px;
}
section div.form_wrap dl dd p {
  margin-top: 4px;
}
section div.form_wrap dl dd.addr input,
section div.form_wrap dl dd.ship_addr input {
  width: 100%;
}
section div.form_wrap dl dd.addr select,
section div.form_wrap dl dd.ship_addr select{
  width: 122px !important;
}
section div.form_wrap dl dd.addr div:nth-of-type(1) input,
section div.form_wrap dl dd.ship_addr div:nth-of-type(1) input{
  width: 100px !important;
  text-align: center;
}
section div.form_wrap dl dd.date div,
section div.form_wrap dl dd.birthday div,
section div.form_wrap dl dd.is_entry div {
  float: left;
  margin-right: 8px;
}
section div.form_wrap dl dd.is_entry div {
  display: flex;
  height: 32px;
  align-items: center;
}
section div.form_wrap dl dd.is_entry label {
  width: 80px;
}
section div.form_wrap dl dd.is_entry input[type="text"] {
  width: 160px !important;
}
section div.form_wrap dl dd.date input,
section div.form_wrap dl dd.birthday input{
  width: 80px !important;
  text-align: center;
}
section div.form_wrap dl dd.date select,
section div.form_wrap dl dd.birthday select{
  width: 60px !important;
}
section div.form_wrap dl dd.date p,
section div.form_wrap dl dd.birthday p,
section div.form_wrap dl dd.is_entry p {
  padding-top: 4px;
  clear: left;
}
section div.form_wrap dl dd.date div:last-of-type input[type="text"],
section div.form_wrap dl dd.birthday div:last-of-type input[type="text"],
section div.form_wrap dl dd.date div:last-of-type select,
section div.form_wrap dl dd.birthday div:last-of-type select {
  margin-bottom: 8px;
}
section div.form_wrap dl dd.number input {
  width: 60px !important;
  text-align: right;
}
section div.form_wrap dl dd.radio label,
section div.form_wrap dl dd.checkbox label {
  display: inline-block;
  min-width: 80px;
  margin-right: 8px;
}
section div.form_wrap.confirm dl dd span {
  color: #ff0000;
}
section div.form_wrap.message {
  background: #fff;
  border: 1px solid #ddd;
  padding: 20px;
  margin: 20px;
  border-radius: 2px;
}
section div.form_wrap.message ul li {
  font-size: 20px;
  margin-bottom: 10px;
}
section div.form_wrap.message p span {
width: 100%;
  display: block;
  margin-top: 15px;
  font-size: 12px;
}
section div.form_wrap.error {
  background: #ff0000;
  color: #fff;
  margin-bottom: 10px;
}
section div.form_wrap.error p {
  padding: 5px;
}
section form h2.mail.title {
  font-size: 22px;
  padding: 20px;
  background: linear-gradient(to right, #d4d4d4, white);
  color: #f9f9f9;
}
div#form_calendar {
  max-width: 600px;
  margin: 30px auto 0 auto;
}
div#form_calendar div.head {
  position: relative;
  width: 100%;
  height: 60px;
  text-align: center;
}
div#form_calendar div.head span {
  position: absolute;
  display: block;
  line-height: 60px;
  font-size: 20px;
  font-weight: bold;
  color: #6b6b6b;
}
div#form_calendar div.head span:nth-of-type(1) {
  top: 0;
  left: 0;
  width: 40px;
  font-size: 40px;
}
div#form_calendar div.head span:nth-of-type(2) {
  top: 0;
  left: 60px
}
div#form_calendar div.head span:nth-of-type(3) {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 40px;
}
div#form_calendar div.head span:nth-of-type(4) {
  top: 0;
  right: 60px
}
div#form_calendar div.head span:nth-of-type(5) {
  top: 0;
  right: 0;
  width: 40px;
  font-size: 40px;
}
div#form_calendar div.head span:nth-of-type(1):hover,
div#form_calendar div.head span:nth-of-type(5):hover {
  color: #6f94f5;
  cursor: pointer;
}
div#form_calendar table {
  table-layout: fixed;
  border-collapse: unset;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
div#form_calendar table thead tr th {
  border: none;
  text-align: center;
  font-weight: bold;
  color: #6b6b6b;
}
div#form_calendar table tbody tr {
  height: 60px;
}
div#form_calendar table tbody tr td {
  border: none;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-align: center;
  position: relative;
}
div#form_calendar table tbody tr td:first-of-type {
  border-left: 1px solid #ccc;
  background: #f1f1f1;
}
div#form_calendar table tbody tr td.other {
  background: #f9f9f9;
}
div#form_calendar table tbody tr td label {
  position: absolute;
  top: 3px;
  left: 5px;
  font-size: 16px;
  font-weight: bold;
}
div#form_calendar table tbody tr td:last-of-type label {
  color: #6f94f5;
}
div#form_calendar table tbody tr td:first-of-type label,
div#form_calendar table tbody tr td.holiday label {
  color: #f17878;
}
div#form_calendar table tbody tr td.other label {
  font-size: 12px;
  color: #ccc;
}
div#form_calendar table tbody tr td.other:last-of-type label {
  color: #92adf3;
}
div#form_calendar table tbody tr td.other:first-of-type label,
div#form_calendar table tbody tr td.other.holiday label {
  color: #f5acac;
}
div#form_calendar table tbody tr td.open.level1 span {
  display: block;
  width: 20px;
  height: 20px;
  margin: 15px auto 0 auto;
  border: 3px solid #9cdaf7;
  border-radius: 10px;
  box-sizing: border-box;
  text-indent: -9999px;
  overflow: hidden;
}
div#form_calendar table tbody tr td.open.level2 span {
  display: block;
  width: 0;
  height: 0;
  margin: -2px auto 0 auto;
  border-bottom: 18px solid #9cdaf7;
  border-top: 18px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  box-sizing: border-box;
  text-indent: -9999px;
  overflow: hidden;
}
div#form_calendar table tbody tr td.open.level3 span {
  display: block;
  margin: 15px auto 0 auto;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #f57979;
}
div#form_calendar table tbody tr td.open.reserv:hover {
  background: rgba(0,255,137,0.2);
}
div#form_calendar table tbody tr td.close span {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #ccc;
}
div.reserv {
  max-width: 600px;
  margin: 0 auto 30px auto;
}
div.reserv.confirm {
  margin-top: 20px;
}
div.reserv dl dt {
  width: 20%;
  height: 50px;
  line-height: 32px;
  justify-content: center;
}
div.reserv dl dd {
  width: 80%;
  height: 50px;
  line-height: 32px;
  font-size: 18px;
  font-weight: bold;
  color: #55c5f9;
}
div.reserv dl dd select {
  font-size: 14px;
}
/* ================================================================= 
 ver5 blog
================================================================= */
div.blog_list {
  display: flex;
  flex-direction: column;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
div.blog_list > div {
  width: 100%;
  display: flex;
  border-bottom: 1px dashed #ccc;
  box-sizing: border-box;
}
div.blog_list > div:last-child {
  border-bottom: none;
}
div.blog_list div.blog_photo {
  width: 20%;
  padding: 10px;
  box-sizing: border-box;
}
div.blog_list div.blog_text {
  width: 80%;
  padding: 10px;
  font-size: 12px;
  box-sizing: border-box;
}
div.blog_list h3 {
  font-size: 14px;
  margin-bottom: 10px;
}
div.blog_list div.blog_date {
  color: #00a2ff;
}
div.blog_list ul {
  display: none;
}
div.blog_list ul li {
  float: left;
  list-style: none;
}
div.blog_list ul li a {
  display: block;
  font-size: 12px;
  line-height: 20px;
  margin-right: 10px;
}
article.blog div.blog_date {
  color: #00a2ff;
}
article.blog h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
article.blog ul li {
  float: left;
  list-style: none;
}
article.blog ul li a {
  display: block;
  font-size: 12px;
  line-height: 20px;
  margin-right: 10px;
}
article.blog div.blog_photo {
  margin-top: 20px;
}
article.blog div.blog_detail,
article.blog div.blog_detail + div.translate {
  margin-top: 20px;
  font-size: 13px;
}
/* ================================================================= 
 ver5 sns
================================================================= */
div.sns_list {
  display: flex;
  flex-direction: column;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
div.sns_list > div {
  width: 100%;
  display: flex;
  border-bottom: 1px dashed #ccc;
}
div.sns_list > div:last-child {
  border-bottom: none;
}
div.sns_list div.sns_photo {
  width: 20%;
  padding: 10px;
  box-sizing: border-box;
}
div.sns_list div.sns_text {
  width: 80%;
  padding: 10px;
  font-size: 12px;
  box-sizing: border-box;
}
div.sns_list div.sns_date {
  color: #00a2ff;
}
div.sns_list ul li {
  float: left;
  list-style: none;
}
div.sns_list ul li a {
  display: block;
  font-size: 12px;
  line-height: 20px;
  margin-right: 10px;
}
article.sns {
  display: flex;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
article.sns div.sns_photo {
  width: 70%;
}
article.sns div.sns_text {
  width: 30%;
  padding: 10px;
  font-size: 13px;
  box-sizing: border-box;
}
article.sns div.sns_date {
  color: #00a2ff;
}
article.sns ul li {
  float: left;
  list-style: none;
}
article.sns ul li a {
  display: block;
  font-size: 12px;
  line-height: 20px;
  margin-right: 10px;
}
/* ================================================================= 
 ver5 shop
================================================================= */
/*-----------------------------------------------
  セレクトボックス
-----------------------------------------------*/
button:hover {
  cursor: pointer;
}
div.select {
  width: 100px;
  position: relative;
}
div.select:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #999;
  position: absolute;
  top: 12px;
  right: 8px;
}
div.select > select {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  -ms-appearance: none;
  appearance: none;
  padding: 6px 24px 6px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  line-height: 18px;
  background: #fff;
  background-repeat: no-repeat;
  background-position: right center;
  color: #000;
  width: 100%;
}
div.select > select:hover {
  background: #f0f0f0;
  cursor: pointer;
}
/*-----------------------------------------------
  ページャ
-----------------------------------------------*/
div.pager a {
  display: block;
  margin-left: 10px;
  width: 40px;
  height: 32px;
  line-height: 32px;
  font-family: monospace;
  font-size: 20px;
  font-weight: bold;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-shadow: 1px 0 0 #999;
  border: 1px solid #ccc;
  color: #999;
  text-align: center;
  text-indent: -1px;
  float: left;
}
div.pager a:hover {
  background: #f0f0f0;
  color: #ccc;
  cursor: pointer;
}
div.pager a.off,
div.pager a.off:hover {
  text-shadow: 1px 0 0 #ddd;
  background: #fff;
  color: #ddd;
}
/*-----------------------------------------------
  アイテムリスト
-----------------------------------------------*/
div.items {
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: -27px;
  flex-wrap: wrap;
}
div.items > article {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 27px;
  margin-bottom: 27px;
  width: 166px;
}
div.items > article a.photo {
  display: block;
  width: 166px;
  height: 249px;
  background-size: cover;
}
div.items > article a.photo img {
  display: none;
}
div.items > article a.name {
  display: block;
  padding-top: 10px;
  text-decoration: underline;
}
div.items > article a.name:hover {
  text-decoration: none;
}
div.items > article p.price {
  padding-top: 10px;
}
div.items > article p.summary {
  padding-top: 10px;
  text-align: center;
}
div.items > article p.soldout {
  padding-top: 10px;
  color: #cccccc;
}
div.items > article button {
  margin-top: 10px;
  width: 120px;
  height: 30px;
  background: #f5f5f5 url(../images/common/bt_addcart_small.png) no-repeat;
  background-position: center center;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-indent: -9999px;
}
div.items > article button:hover {
  opacity: 0.8;
}
div.order {
  margin-top: 50px;
  border-bottom: 1px solid #ccc;
}
div.order p {
  line-height: 30px;
  float: left;
}
div.order ul {
  display: flex;
  justify-content: flex-end;
  float: right;
}
div.order ul li {
  margin: 5px 0 5px 20px;
}
/*-----------------------------------------------
  検索
-----------------------------------------------*/
div.search {
  margin-top: 50px;
}
div.search form {
  width: 540px;
  float: left;
  display: flex;
}
div.search form div.select {
  min-width: 140px;
}
div.search form select {
  border-radius: 4px 0 0 4px;
  border-right: none;
  background: #f5f5f5;
}
div.search form select:hover {
  background: #f0f0f0;
}
div.search form div.text {
  width: 100%;
  position: relative;
}
div.search form input {
  padding: 5px 37px 5px 5px;
  width: 100%;
  border-radius: 0 4px 4px 0;
}
div.search form button {
  width: 32px;
  height: 32px;
  background: url(../img/search.png) no-repeat;
  background-size: 18px 18px;
  background-position: center center;
  border: none;
  text-indent: -9999px;
  position: absolute;
  top: 0;
  right: 0; 
}
div.search div.pager {
  width: 200px;
  float: right;
}
div.search div.pager div.select {
  width: 100px;
  float: left;
}
div.crumb {
  margin-top: 40px;
}
div.crumb ul li {
  margin-right: 20px;
  line-height: 30px;
  float: left;
}
div.crumb ul li:after {
  content: '>';
  margin-left: 20px;
  font-family: monospace;
  font-weight: bold;
  color: #ccc;
}
div.under {
  margin-top: 30px;
  margin-left: -20px;
}
div.under ul li {
  margin-top: 20px;
  margin-left: 20px;
  float: left;
}
div.under ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  width: 140px;
  height: 52px;
  line-height: 16px;
  border: 1px solid #ccc;
}
div.under ul li a:hover {
  background: #000;
  color: #fff;
}
div.error {
  margin-top: 50px;
  padding: 20px;
  background: #f1f1f1;
}
/*-----------------------------------------------
  詳細
-----------------------------------------------*/
article.item {
  display: flex;
  margin-top: 20px;
}
div.photo {
  margin-left: -10px;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-direction: row; /* 下に並べる場合は削除 */
}
div.photo div.large {
  margin-left: 10px;
  margin-bottom: 10px;
  width: 100%;
}
div.photo div.small {
  min-width: 100px;
  max-width: 100px; /* 下に並べる場合は削除 */
}
div.photo div.small ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
div.photo div.small ul li {
  margin-left: 10px;
  margin-bottom: 10px;
  flex-basis: 100px;
}
div.item_view {
  margin-left: 20px;
  min-width: 438px;
  max-width: 438px;
  display: flex;
  flex-direction: column;
}
div.item_view h2 {
  font-size: 24px;
  line-height: 26px;
}
div.item_view h2 span {
  display: block;
  font-size: 13px;
  line-height: 20px;
}
div.item_view div.struct {
  margin-top: 20px;
  display: flex;
}
div.item_view div.sku {
  width: 50%;
}
div.item_view div.item_option {
  width: 50%;
}
div.item_option dl {
  margin-bottom: 10px;
  border: 1px solid #ccc;
  display: flex;
  flex-direction : column;
} 
div.item_option dl dt {
  padding: 0 5px;
  width: 100%;
  min-height: 42px;
  background: #f5f5f5;
  display: flex;
  align-items: center;
}
div.item_option dl dd {
  padding: 5px 5px 5px 5px;
  width: 100%;
}
div.item_option dl dd div.select {
  width: 100%;
}
div.item_option a {
  display: block;
  margin-top: 10px;
  text-decoration: underline;
}
div.item_option a:hover {
  text-decoration: none;
}
button.addcart {
  width: 100%;
  height: 42px;
  background: #f5f5f5 url(../images/common/bt_addcart.png) no-repeat;
  background-position: center center;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-indent: -9999px;
}
button.addcart:hover {
  opacity: 0.8;
}
div.item_view p.price {  font-size: 20px; line-height: 42px; }
div.item_view p.price label { font-size: 13px; }
div.item_view p.price span { display: block; color: #ff0000; }
div.item_view p.soldout { color: #cccccc; }
div.detail { margin-top: 30px; }
div.sku1 ul,
div.sku2 ul {
  margin-top: 20px;
  margin-left: -10px;
  display: flex;
  flex-wrap: wrap;
}
div.sku1 ul li,
div.sku2 ul li {
  margin-left: 10px;
  margin-bottom: 10px;
  padding: 0 10px;
  width: 139px;
  height: 42px;
  border: 1px solid #ccc;
  border-radius: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
div.sku1 ul li.selected,
div.sku2 ul li.selected {
  background: #000;
  color: #fff;
}
div.sku1 ul li:hover,
div.sku2 ul li:hover {
  background: #ccc;
  cursor: pointer;
}
div.sku1 ul li.disabled,
div.sku2 ul li.disabled {
  color: #ccc;
}
div.sku1 ul li.disabled:hover,
div.sku2 ul li.disabled:hover {
  background: #fff;
  cursor: default;
}
div.attr {
  margin-top: 50px;
}
div.attr h3 {
  display: block;
  width: 100%;
  border-top: 1px solid #ccc;
  font-size: 15px;
  line-height: 50px;
  color: #b3b3b3;
}
div.attr dl {
  display: flex;
  border: 1px solid #ccc;
  border-bottom: none;
}
div.attr dl:last-child {
  border-bottom: 1px solid #ccc;
}
div.attr dl dt {
  padding: 10px;
  min-width: 250px;
  background: #f5f5f5;
  border-right: 1px solid #ccc;
}
div.attr dl dd {
  padding: 10px;
  width: 100%;
}
div.attr dl dd a {
  text-decoration: underline;
}
div.attr dl dd a:hover {
  text-decoration: none;
}
div.relay,
div.bundle_set,
div.bundle_count {
  margin-top: 50px;
  position: relative;
}
div.relay h3,
div.bundle h3 {
  display: block;
  width: 100%;
  border-top: 1px solid #ccc;
  font-size: 15px;
  line-height: 50px;
  color: #b3b3b3;
}
div.relay div.flip,
div.bundle div.flip {
  margin: 0 auto;
  width: calc(100% - 100px);
  overflow: hidden;
}
div.bundle div.bundle_set div.flip {
  width: 100%;
}
div.relay ul,
div.bundle ul {
  width: 100%;
}
div.relay ul li,
div.bundle ul li {
  display: block;
  margin-right: 22px;
  width: 150px;
  height: 260px;
  float: left;
}
div.bundle ul li {
  margin-bottom: 20px;
}
div.relay a.photo,
div.bundle a.photo {
  display: block;
  width: 100%;
  height: 200px;
  background-size: cover;
}
div.relay a.photo img,
div.bundle a.photo img {
  display: none;
}
div.relay a.name,
div.bundle a.name {
  display: block;
  padding-top: 10px;
  text-decoration: underline;
  text-align: center;
}
div.relay a.name:hover,
div.bundle a.name:hover {
  text-decoration: none;
}
div.relay p.price,
div.bundle p.price {
  padding-top: 10px;
  text-align: center;
}
div.relay a.page,
div.bundle a.page {
  display: block;
  width: 40px;
  height: 32px;
  line-height: 32px;
  font-family: monospace;
  font-size: 20px;
  font-weight: bold;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-shadow: 1px 0 0 #999;
  border: 1px solid #ccc;
  color: #999;
  text-align: center;
}
div.relay a.page:hover,
div.bundle a.page:hover {
  background: #f0f0f0;
  color: #ccc;
  cursor: pointer;
}
div.relay a.page.off,
div.relay a.page.off:hover,
div.bundle a.page.off,
div.bundle a.page.off:hover {
  text-shadow: 1px 0 0 #ddd;
  background: #fff;
  color: #ddd;
  text-indent: -1px;
}
div.relay a.prev,
div.bundle a.prev {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
div.relay a.next,
div.bundle a.next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
div.bundle div.bar {
  background: #ffbc75;
  height: 50px;
}
div.bundle div.bar p {
  margin-left: 20px;
  font-size: 15px;
  line-height: 50px;
  float: left;
}
div.bundle div.bar p label {
  font-size: 13px;
}
div.bundle div.bar p span {
  color: #ff0000;
  font-size: 20px;
  font-weight: bold;
}
div.bundle div.bar button.addcart.all {
  background: #f5f5f5 url(../images/common/bt_addcart_all.png) no-repeat;
  background-position: center center;
  margin: 7px 10px;
  width: 200px;
  height: 36px;
  float: right;
}
div.bundle_set ul li {
  margin-right: 60px;
  position: relative;
}
div.bundle_set ul li:after {
  content: "+";
  font-size: 40px;
  font-weight: bold;
  color: #ccc;
  position: absolute;
  top: 70px;
  right: -45px;
}
div.bundle_set ul li:last-child:after {
  content: none;
}
#cart div.sum {
  padding: 20px 10px;
  width: 100%;
  background: #f5f5f5;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#cart div.sum p.sum_count {
  width: auto;
  height: 40px;
  line-height: 40px;
  background: url(../images/common/icon_cart2.png) no-repeat;
  background-position: left 4px;
  background-size: 26px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  text-indent: 40px;
}
#cart div.sum p.sum_price {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #f57979;
}
#cart div.sum p.sum_price span {
  font-size: 14px;
  font-weight: normal;
  color: #000;
}
#cart button {
  width: 100%;
  height: 42px;
  background: #ffbc75 url(../images/common/bt_purchase_move.png) no-repeat;
  background-position: center center;
  border: none;
  text-indent: -9999px;
}
#cart ul {
  list-style:none;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
#cart ul li {
  clear:both;
  padding: 20px 0 0 0;
}
#cart ul li a {
  margin: 0;
  padding: 0 10px;
  width: auto;
  height: auto;
  line-height: 15px;
  font-size: 13px;
  background: none;
  border: none;
  box-sizing: border-box;
  float: left;
}
#cart ul li a:hover {
  background: initial;
}
#cart ul li a.photo {
  width: 60px;
  height: 60px;
  background-size: cover;
}
#cart ul li p {
  padding: 0 0 0 10px;
  float: left;
}
#cart ul li p.price {
  font-size: 16px;
}
#cart ul li div.count {
  clear: both;
  padding: 10px 0;
  width: 100%;
  height: 46px;
  box-sizing: border-box;
}
#cart ul li input {
  padding: 3px 3px;
  width: 60px;
  height: 28px;
  border: 1px solid #ccc;
  vertical-align: middle;
  border-radius: 4px;
  text-align: center;
  box-sizing: border-box;
  float: left;
}
#cart ul li div.count a {
  line-height: 28px;
}
#sumcart p.nocart {
  margin-top: 50px;
  font-size: 20px;
  color: #ccc;
}
#sumcart h2 {
  margin-top: 50px;
  font-size: 24px;
  line-height: 30px;
  color: #999;
}
#sumcart ul {
  list-style:none;
  margin-top: 10px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
#sumcart ul li {
  clear:both;
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #ccc;
  display: flex;
}
#sumcart ul li div.photo {
  margin: 0;
  min-width: 80px;
  max-width: 80px;
}
#sumcart ul li div.item {
  width: 100%;
}
#sumcart ul li div.count {
  min-width: 200px;
  max-width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#sumcart ul li a {
  margin: 0;
  padding: 0 10px;
  width: auto;
  height: auto;
  line-height: 15px;
  font-size: 13px;
  background: none;
  border: none;
  box-sizing: border-box;
}
#sumcart ul li a:hover {
  background: initial;
}
#sumcart ul li a.photo {
  width: 80px;
  height: 80px;
  background-size: cover;
}
#sumcart ul li p {
  padding: 0 0 0 10px;
}
#sumcart ul li p.price {
  font-size: 16px;
}
#sumcart ul li input {
  padding: 3px 3px;
  width: 60px;
  height: 28px;
  border: 1px solid #ccc;
  vertical-align: middle;
  border-radius: 4px;
  text-align: center;
  box-sizing: border-box;
  float: left;
}
#sumcart ul li div.count a {
  line-height: 28px;
}
#sumcart div.sum {
  padding: 20px 50px;
  width: 100%;
  background: #f5f5f5;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#sumcart div.sum > div {
  width: 100%;
  display: flex;
  align-items: flex-end;
}
#sumcart div.sum > div > div:nth-child(1) {
  width: 100%;
}
#sumcart div.sum > div > div:nth-child(2) {
  min-width: 300px;
  max-width: 300px;
}
#sumcart div.sum p.sum_count {
  width: 100px;
  line-height: 40px;
  background: url(../images/common/icon_cart2.png) no-repeat;
  background-position: left 4px;
  background-size: 26px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  text-indent: 40px;
}
#sumcart div.sum dl {
  display: flex;
}
#sumcart div.sum dl dt {
  min-width: 100px;
  max-width: 100px;
  line-height: 26px;
  font-size: 14px;
  color: #000;
}
#sumcart div.sum dl dd {
  width: 100%;
  line-height: 26px;
  font-size: 20px;
  font-weight: normal;
  text-align: right;
  color: #999;
}
#sumcart div.sum dl.sum_price dt {
  line-height: 40px;
}
#sumcart div.sum dl.sum_price dd {
  width: 100%;
  line-height: 40px;
  font-size: 24px;
  font-weight: bold;
  text-align: right;
  color: #f57979;
}
#sumcart div.sum p {
  width: 100%;
  text-align: right;
}
#sumcart div.sum p a {
  text-decoration: underline;
}
#sumcart div.sum button {
  margin-top: 20px;
  width: 200px;
  height: 42px;
  background: #ffbc75 url(../images/common/bt_purchase_move.png) no-repeat;
  background-position: center center;
  border: none;
  text-indent: -9999px;
}
section div.purchase h2 {
  margin: 50px 0 30px 0;
  border-bottom: 1px solid #ccc;
  font-size: 24px;
  line-height: 30px;
  color: #999;
}
section div.purchase h3 {
  margin: 50px 0 10px 0;
  font-size: 18px;
  line-height: 20px;
  color: #999;
}
section div.purchase p {
  margin-top: 10px;
}
section div.purchase dl {
  margin-top: 20px;
  display: flex;
}
section div.purchase dl dt {
  min-width: 160px;
  max-width: 160px;
  display: flex;
  align-items: center;
  border: none;
  background: none;
}
section div.purchase dl dd {
  width: 100%;
  border: none;
  background: none;
}
section div.purchase dl:last-of-type dt,
section div.purchase dl:last-of-type dd {
  border: none;
}
section div.purchase dl dd div.alert {
  padding: 5px;
  width: 100%;
  color: #ff0000;
  background: #f0f0f0;
}
section div.purchase input[type="text"],
section div.purchase input[type="password"] {
  width: 200px;
  border-radius: 4px;
}
section div.purchase select {
  border-radius: 4px;
}
section div.purchase div.payment_type {
  margin-top: 50px;
}
section div.purchase div.payment_type > div:first-child {
  display: flex;
  margin-bottom: 10px;
}
section div.purchase div.payment_type label {
  width: 200px;
  height18px;
  font-size: 18px;
}
section div.purchase.shipment label {
  width: 30px;
  display: inline-block;
}
section div.purchase.payment dl {
  margin: 0;
}
section div.purchase.shipment dl {
  margin: 0;
  margin-bottom: 10px;
}
section div.purchase.payment dl dt,
section div.purchase.payment dl dd,
section div.purchase.shipment dl dt,
section div.purchase.shipment dl dd {
  padding: 2px;
}
section div.purchase div.payment_type.cash dl dt {
  min-width: 250px;
  max-width: 250px;
}
section div.purchase.confirm dl {
  margin: 0px;
}
section div.purchase.confirm dl.sub_total,
section div.purchase.confirm dl.total:last-of-type {
  border-top: 1px solid #ccc;
}
section div.purchase.confirm dl.total dd {
  display: flex;
}
section div.purchase.confirm dl.total dd div:first-child {
  width: 100%;
}
section div.purchase.confirm dl.total dd div:nth-child(n + 2) {
  min-width: 100px;
  max-width: 100px;
}
section div.purchase.confirm dl dd p {
  margin: 0;
}
section div.purchase.confirm dl.total dd p {
  width: 100%;
  text-align: right;
}
section div.purchase.confirm dl.total:last-of-type dt {
  font-size: 15px;
  font-weight: bold;
}
section div.purchase.confirm dl.total:last-of-type dd p {
  font-size: 18px;
  font-weight: bold;
  color: #f57979;
}
section div.purchase.confirm ul {
  list-style: none;
  display: flex;
  flex-direction: column;
}
section div.purchase.confirm li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
section div.purchase.confirm dl.sub_total li,
section div.purchase.confirm dl.sub_deliv li {
  margin-bottom: 0;
}
section div.purchase.confirm li div.item {
  width: 100%;
}
section div.purchase.confirm li div:nth-child(n + 2) {
  min-width: 100px;
  max-width: 100px;
}
section div.purchase.confirm li div:nth-child(n + 2) p {
  width: 100%;
  text-align: right;
}
section div.purchase.confirm a.photo {
  display: block;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  background-size: cover;
  float: left;
}
section div.purchase.accept {
  margin-top: 20px;
  padding: 10px 0;
  background: #f5f5f5;
}
section div.purchase.accept button {
  display: block;
  margin: 0 auto;
  border: none;
  border-radius: initial;
}
section div.purchase.accept button:disabled {
  opacity: 0.5;
}
section div.purchase button {
  margin: 50px 0 30px 0;
  width: 180px;
  height: 42px;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-indent: -9999px;
}
section div.purchase button:hover {
  opacity: 0.8;
}
section div.purchase.confirm button {
  margin: 20px 0 10px 0;
  width: 120px;
  height: 30px;
}
section div.purchase button.login {
  background: #f5f5f5 url(../images/common/bt_customer_login.png) no-repeat;
  background-position: center center;
}
section div.purchase button.next {
  background: #f5f5f5 url(../images/common/bt_customer_next.png) no-repeat;
  background-position: center center;
}
section div.purchase button.regist {
  background: #f5f5f5 url(../images/common/bt_customer_regist.png) no-repeat;
  background-position: center center;
}
section div.purchase button.confirm {
  background: #f5f5f5 url(../images/common/bt_purchase_confirm.png) no-repeat;
  background-position: center center;
}
section div.purchase button.edit_customer {
  background: #f5f5f5 url(../images/common/bt_edit_customer.png) no-repeat;
  background-position: center center;
}
section div.purchase button.edit_payment {
  background: #f5f5f5 url(../images/common/bt_edit_payment.png) no-repeat;
  background-position: center center;
}
section div.purchase button.edit_shipment {
  background: #f5f5f5 url(../images/common/bt_edit_shipment.png) no-repeat;
  background-position: center center;
}
section div.purchase button.edit_message {
  background: #f5f5f5 url(../images/common/bt_edit_message.png) no-repeat;
  background-position: center center;
}
section div.purchase button.accept {
  background: #f5f5f5 url(../images/common/bt_purchase_accept.png) no-repeat;
  background-position: center center;
}
section div.purchase button.movetop {
  background: #f5f5f5 url(../images/common/bt_purchase_movetop.png) no-repeat;
  background-position: center center;
}
/* ================================================================= 

/* ================================================================= 
 タブレット　CSS
================================================================= */
@media screen and (min-width: 481px) and (max-width: 768px){
body {
  font-size: 108%;
}
img {
  max-width: 100%;
  height: auto!important;
}
/*-----------------------------------------
 set 100%
------------------------------------------- */ 
header#global_header,footer#global_footer,#contents_wrap,#contents {
  width: 100%;
  min-width: 100%;
}
/*-----------------------------------------
 contents
------------------------------------------- */ 
#main {
  width: 100%;
}
#main #col_main {
  width: 100.00000%;
}
#main #col_side1 {
  /*_tb_left_*/
  width: 0.00000%;
}
#side {
  display: none;
  width: 0%;
}
#side #col_side2 {
  width: 0%;
}


/*-----------------------------------------
 form
------------------------------------------- */ 
input[type="text"],
input[type="password"],
textarea {
  width: 100% !important;
  padding: 10px 5px;
  font-size: 100%;
}
select {
  padding: 9px 5px;
}
input[type="checkbox"],input[type="radio"] {
  margin: 0.8em 0.5em !important;
}
/*-----------------------------------------
 ver5 form
------------------------------------------- */ 
section form div.form_wrap dl dd span {
  line-height: 48px;
}
/* ================================================================= 
 ver5 blog
================================================================= */
div.blog_list > div {
  flex-direction: column;
}
div.blog_list div.blog_photo {
  width: 50%;
}
div.blog_list div.blog_text {
  width: 100%;
  font-size: 13px;
}
div.blog_list h3 {
  font-size: 15px;
}
article.blog h3 {
  font-size: 17px;
}
article.blog ul li a {
  font-size: 13px;
}
article.blog div.blog_detail,
article.blog div.blog_detail + div.translate {
  font-size: 15px;
}
/* ================================================================= 
 ver5 sns
================================================================= */
div.sns_list > div {
  flex-direction: column;
}
div.sns_list div.sns_photo {
  width: 50%;
}
div.sns_list div.sns_text {
  width: 100%;
  font-size: 13px;
}
div.sns_list ul li a {
  display: block;
  font-size: 13px;
}
article.sns {
  flex-direction: column;
}
article.sns div.sns_photo {
  width: 100%;
}
article.sns div.sns_text {
  width: 100%;
  font-size: 15px;
}
article.sns ul li a {
  display: block;
  font-size: 13px;
}
}
/* ================================================================= 
 スマホ　CSS
================================================================= */
@media screen and (max-width: 480px){
body {
  font-size: 108%;
}
img {
  max-width: 100%;
  height: auto!important;
}
img.imgL {max-width:45%;}
img.imgR {max-width:45%;}
/*-----------------------------------------
 set 100%
------------------------------------------- */
header#global_header,footer#global_footer,#contents_wrap,#contents,#main,#side,#main #col_main,#main #col_side1,#side #col_side2 {
  width: 100%;
  min-width: 100%;
  margin: 0 auto;
}

/*-----------------------------------------
 contents
------------------------------------------- */
#main {
  float: none;
}
#main #col_main {
  float: none;
}
#main #col_side1 {
  /*_sp_left_*/
  float: none;
}
#side {
  display: none;
  float: none;
}
#side #col_side2 {
}


/*-----------------------------------------
 table style
------------------------------------------- */ 
.tbl_block th {text-align: center;}
.tbl_block th,.tbl_block td {
  display: block;
}
.tbl_scroll {
  overflow-x: auto;
  white-space: nowrap;
}
/*-----------------------------------------
 form
------------------------------------------- */ 
input[type="text"],
input[type="password"],
textarea {
  width: 100% !important;
  padding: 10px 5px;
  font-size: 100%;
}
select {
  padding: 9px 5px;
}
input[type="checkbox"],input[type="radio"] {
  margin: 0.7em 0.5em !important;
}
ul.break li {float: none !important; margin-right: 5px;}
/*-----------------------------------------
 ver5 form
------------------------------------------- */
section form div.form_wrap dl {
  flex-direction: column;
}
section form div.form_wrap dl dt {
  width: 100% !important;
  border-right: 1px solid #ddd;
}
section form div.form_wrap dl dd {
  width: 100% !important;
  height: auto !important;
}
section form div.form_wrap dl:last-of-type dt {
  border-bottom: none;
}
section form div.form_wrap dl dd span {
  line-height: 43px;
}
/* ================================================================= 
 ver5 blog
================================================================= */
div.blog_list > div {
  flex-direction: column;
}
div.blog_list div.blog_photo {
  width: 100%;
}
div.blog_list div.blog_text {
  width: 100%;
  font-size: 13px;
}
div.blog_list h3 {
  font-size: 15px;
}
article.blog h3 {
  font-size: 17px;
}
article.blog ul li a {
  font-size: 13px;
}
article.blog div.blog_detail,
article.blog div.blog_detail + div.translate {
  font-size: 15px;
}
/* ================================================================= 
 ver5 sns
================================================================= */
div.sns_list > div {
  flex-direction: column;
}
div.sns_list div.sns_photo {
  width: 100%;
}
div.sns_list div.sns_text {
  width: 100%;
  font-size: 13px;
}
div.sns_list ul li a {
  display: block;
  font-size: 13px;
}
article.sns {
  flex-direction: column;
}
article.sns div.sns_photo {
  width: 100%;
}
article.sns div.sns_text {
  width: 100%;
  font-size: 15px;
}
article.sns ul li a {
  display: block;
  font-size: 13px;
}
}

/* ================================================================= 
 Style : common
================================================================= */
.btn_type01 {
  border: 1px solid #ccc;
  background: rgb(253,253,253);
  background: -moz-linear-gradient(top,  rgba(253,253,253,1) 0%, rgba(221,221,221,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,253,253,1)), color-stop(100%,rgba(221,221,221,1)));
  background: -webkit-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(221,221,221,1) 100%);
  background: -o-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(221,221,221,1) 100%);
  background: -ms-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(221,221,221,1) 100%);
  background: linear-gradient(to bottom,  rgba(253,253,253,1) 0%,rgba(221,221,221,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#dddddd',GradientType=0 );
}
.grad_w {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjg1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(255,255,255,0.85) 0%, rgba(255,255,255,0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.85)), color-stop(100%,rgba(255,255,255,0)));
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0.85) 0%,rgba(255,255,255,0) 100%);
  background: -o-linear-gradient(top,  rgba(255,255,255,0.85) 0%,rgba(255,255,255,0) 100%);
  background: -ms-linear-gradient(top,  rgba(255,255,255,0.85) 0%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to bottom,  rgba(255,255,255,0.85) 0%,rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9ffffff', endColorstr='#00ffffff',GradientType=0 );

}
.ml1{margin-bottom:10px;}
.bold{font-weight:bold;}
.must{color:#f00; font-weight:bold;}
.note{font-size:94%; padding:3px 0 0;}
.imgL {float:left;margin-right:10px;}.imgR {float:right;margin-left:10px;}.imgC {margin:0px auto 0px auto;display:block;}
.fltL {float:left;}.fltR {float:right;}
.algC {text-align:center !important;}.algL {text-align:left !important;}.algR {text-align:right !important;}
.pd00{padding:0px !important;}.pd05{padding:5px !important;}.pd10{padding:10px !important;}.pd15{padding:15px !important;}.pd20{padding:20px !important;}.pd25{padding:25px !important;}.pd30{padding:30px !important;}.pd35{padding:35px !important;}.pd40{padding:40px !important;}.pd45{padding:45px !important;}.pd50{padding:50px !important;}.pd55{padding:55px !important;}.pd60{padding:60px !important;}
.mg00{margin:0px !important;}.mg05{margin:5px !important;}.mg10{margin:10px !important;}.mg15{margin:15px !important;}.mg20{margin:20px !important;}.mg25{margin:25px !important;}.mg30{margin:30px !important;}.mg35{margin:35px !important;}.mg40{margin:40px !important;}.mg45{margin:45px !important;}.mg50{margin:50px !important;}.mg55{margin:55px !important;}.mg60{margin:60px !important;}
.pdT00{padding-top:0px !important;}.pdT05{padding-top:5px !important;}.pdT10{padding-top:10px !important;}.pdT15{padding-top:15px !important;}.pdT20{padding-top:20px !important;}.pdT25{padding-top:25px !important;}.pdT30{padding-top:30px !important;}.pdT35{padding-top:35px !important;}.pdT40{padding-top:40px !important;}.pdT45{padding-top:45px !important;}.pdT50{padding-top:50px !important;}.pdT55{padding-top:55px !important;}.pdT60{padding-top:60px !important;}
.pdB00{padding-bottom:0px !important;}.pdB05{padding-bottom:5px !important;}.pdB10{padding-bottom:10px !important;}.pdB15{padding-bottom:15px !important;}.pdB20{padding-bottom:20px !important;}.pdB25{padding-bottom:25px !important;}.pdB30{padding-bottom:30px !important;}.pdB35{padding-bottom:35px !important;}.pdB40{padding-bottom:40px !important;}.pdB45{padding-bottom:45px !important;}.pdB50{padding-bottom:50px !important;}.pdB55{padding-bottom:55px !important;}.pdB60{padding-bottom:60px !important;}
.mgT00{margin-top:0px !important;}.mgT05{margin-top:5px !important;}.mgT10{margin-top:10px !important;}.mgT15{margin-top:15px !important;}.mgT20{margin-top:20px !important;}.mgT25{margin-top:25px !important;}.mgT30{margin-top:30px !important;}.mgT35{margin-top:35px !important;}.mgT40{margin-top:40px !important;}.mgT45{margin-top:45px !important;}.mgT50{margin-top:50px !important;}.mgT55{margin-top:55px !important;}.mgT60{margin-top:60px !important;}
.mgB00{margin-bottom:0px !important;}.mgB05{margin-bottom:5px !important;}.mgB10{margin-bottom:10px !important;}.mgB15{margin-bottom:15px !important;}.mgB20{margin-bottom:20px !important;}.mgB25{margin-bottom:25px !important;}.mgB30{margin-bottom:30px !important;}.mgB35{margin-bottom:35px !important;}.mgB40{margin-bottom:40px !important;}.mgB35{margin-bottom:35px !important;}.mgB40{margin-bottom:40px !important;}.mgB45{margin-bottom:45px !important;}.mgB50{margin-bottom:50px !important;}.mgB55{margin-bottom:55px !important;}.mgB60{margin-bottom:60px !important;}
.pdTB00{padding-top:0px !important;padding-bottom:0px !important;}.pdTB05{padding-top:5px !important;padding-bottom:5px !important;}.pdTB10{padding-top:10px !important;padding-bottom:10px !important;}.pdTB15{padding-top:15px !important;padding-bottom:15px !important;}.pdTB20{padding-top:20px !important;padding-bottom:20px !important;}.pdTB25{padding-top:25px !important;padding-bottom:25px !important;}.pdTB30{padding-top:30px !important;padding-bottom:30px !important;}.pdTB35{padding-top:35px !important;padding-bottom:35px !important;}.pdTB40{padding-top:40px !important;padding-bottom:40px !important;}.pdTB45{padding-top:45px !important;padding-bottom:45px !important;}.pdTB50{padding-top:50px !important;padding-bottom:50px !important;}.pdTB55{padding-top:55px !important;padding-bottom:55px !important;}.pdTB60{padding-top:60px !important;padding-bottom:60px !important;}
.mgTB00{margin-top:0px !important;margin-bottom:0px !important;}.mgTB05{margin-top:5px !important;margin-bottom:5px !important;}.mgTB10{margin-top:10px !important;margin-bottom:10px !important;}.mgTB15{margin-top:15px !important;margin-bottom:15px !important;}.mgTB20{margin-top:20px !important;margin-bottom:20px !important;}.mgTB25{margin-top:25px !important;margin-bottom:25px !important;}.mgTB30{margin-top:30px !important;margin-bottom:30px !important;}.mgTB35{margin-top:35px !important;margin-bottom:35px !important;}.mgTB40{margin-top:40px !important;margin-bottom:40px !important;}.mgTB45{margin-top:45px !important;margin-bottom:45px !important;}.mgTB50{margin-top:50px !important;margin-bottom:50px !important;}.mgTB55{margin-top:55px !important;margin-bottom:55px !important;}.mgTB60{margin-top:60px !important;margin-bottom:60px !important;}
.pdL00{padding-left:0px !important;}.pdL05{padding-left:5px !important;}.pdL10{padding-left:10px !important;}.pdL15{padding-left:15px !important;}.pdL20{padding-left:20px !important;}.pdL25{padding-left:25px !important;}.pdL30{padding-left:30px !important;}.pdL35{padding-left:35px !important;}.pdL40{padding-left:40px !important;}.pdL45{padding-left:45px !important;}.pdL50{padding-left:50px !important;}.pdL55{padding-left:55px !important;}.pdL60{padding-left:60px !important;}
.pdR00{padding-right:0px !important;}.pdR05{padding-right:5px !important;}.pdR10{padding-right:10px !important;}.pdR15{padding-right:15px !important;}.pdR20{padding-right:20px !important;}.pdR25{padding-right:25px !important;}.pdR30{padding-right:30px !important;}.pdR35{padding-right:35px !important;}.pdR40{padding-right:40px !important;}.pdR45{padding-right:45px !important;}.pdR50{padding-right:50px !important;}.pdR55{padding-right:55px !important;}.pdR60{padding-right:60px !important;}
.mgL00{margin-left:0px !important;}.mgL05{margin-left:5px !important;}.mgL10{margin-left:10px !important;}.mgL15{margin-left:15px !important;}.mgL20{margin-left