@charset "UTF-8";

/* CSS Document */

/* html5 ------------------------------------- */

header,
footer,
nav,
section,
article,
figure,
aside {
  display: block;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

/* clearfix---------------------------------------- */

.clearfix:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

/* common ---------------------------------------- */

html {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  width: 100%;
  height: 100%;
}

body {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-color: #ffffff;
  line-height: 1.8em;
  color: #333333;
  font-size: 1em;
  font-family: '\30E1\30A4\30EA\30AA', Meiryo, '\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, '\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF',
 'MS PGothic', sans-serif;
  width: 100%;
  height: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

h2 {
  background-color: #0089d0;
  font-weight: normal;
  color: #ffffff;
  padding-top: 8px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 24px;
  margin-left: 0px;
  border-radius: 2px;
  text-align: center;
  line-height: 26px;
}

a:link {
  color: #444444;
}

a:visited {
  color: #444444;
}

a:hover {
  color: #98b805;
}

a:active {
  color: #264ca4;
}

.txt_ss {
  font-size: 10px;
}

.txt_s {
  font-size: 12px;
}

.txt_l {
  font-size: 16px;
}

.txt_ll {
  font-size: 20px;
}

.txtBlue {
  color: #00659e;
}

.txtRed {
  color: #e04343;
}

#wrap {
  min-width: 980px;
  overflow: hidden;
}

.inner {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

i {
  padding-right: 3px;
}

/* header ---------------------------------------- */

#main_header .inner {
  padding-top: 28px;
  padding-bottom: 28px;
  position: relative;
}

#main_header .inner #main_nav {
  position: absolute;
  top: 66px;
  text-align: right;
  right: 0px;
}

#main_header .inner #main_nav a {
  margin-left: 30px;
}

#main_header .inner a i {
  margin-right: 4px;
}

#main_header .inner #cart_nav {
  position: absolute;
  top: 22px;
  text-align: right;
  right: 0px;
}

#main_header .inner #cart_nav a {
  display: block;
  width: 180px;
  text-align: center;
  text-decoration: none;
  background-color: #00a0f3;
  color: #ffffff;
  font-size: 16px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-radius: 3px;
}

#main_header .inner #cart_nav a:hover {
  background-color: #0089d0;
}

#logo {
  width: 180px;
}

#main_header .inner .duration {
  position: absolute;
  top: 120px;
  text-align: right;
  border: 2px solid #ec5d5f;
  border-radius: 3px;
  background-color: #fef7f7;
  right: 0px;
}

#main_header .inner .duration h4 {
  display: block;
  float: left;
  color: #ffffff;
  background-color: #ec5d5f;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  font-weight: normal;
}

#main_header .inner .duration p {
  display: block;
  float: left;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

#main_header .inner .duration p strong {
  color: #ff2124;
}

/* page common ---------------------------------------- */

#page_ttl {
  background-color: #f3f3f3;
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
}

#page_ttl .inner h1 {
  font-weight: normal;
  font-size: 22px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  max-width: 580px;
}

#page_ttl .inner {
  padding-top: 20px;
  padding-bottom: 20px;
}

#main_contents .inner {
  padding-top: 50px;
  padding-bottom: 50px;
}

#main_footer {
  background-color: #191919;
  color: #a8a8a8;
}

#main_footer a {
  text-decoration: none;
}

#main_footer .inner {
  font-size: 12px;
  padding-top: 16px;
  padding-bottom: 16px;
}

#main_footer .inner .inner_right {
  float: right;
  color: #4d4d4d;
}

#main_footer .inner .inner_right a {
  color: #a8a8a8;
}

#main_footer .inner .inner_right a:hover {
  color: #d5d5d5;
}

#main_footer .inner .inner_left {
  float: left;
}

/* login ---------------------------------------- */

.login_a {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 60px;
  width: 440px;
  float: left;
}

.login_b {
  margin-left: 140px;
  margin-right: 140px;
  margin-bottom: 60px;
}

.arr {
  text-align: center;
  color: #d1d1d1;
  font-size: 40px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.login_a th {
  width: 100px;
}

.login_b th {
  width: 160px;
}

.login_a h2 {
  background-color: #0089d0;
  font-weight: normal;
  color: #ffffff;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 12px;
  margin-left: 0px;
  border-radius: 2px;
  text-align: center;
  line-height: 26px;
}

.login_b h2 {
  background-color: #0089d0;
  font-weight: normal;
  color: #ffffff;
  padding-top: 8px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 24px;
  margin-left: 0px;
  border-radius: 2px;
  text-align: center;
  line-height: 26px;
}

.login_a h2 span,
.login_b h2 span {
  font-size: 14px;
}

/* table ---------------------------------------- */

table.list {
  border-top: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  margin-top: 8px;
  margin-bottom: 16px;
}

table.list th,
table.list td {
  border-bottom: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

table.list th {
  font-weight: normal;
  background-color: #f8f8f8;
}

table.list_2 {
  border-top: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  margin-top: 8px;
  margin-bottom: 20px;
}

table.list_2 th,
table.list_2 td {
  border-bottom: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 4px;
  padding-right: 10px;
  padding-bottom: 4px;
  padding-left: 10px;
}

table.list_2 th {
  font-weight: normal;
  background-color: #f8f8f8;
}

.list_2 tbody tr td a {
  color: #00659e;
  font-weight: bold;
}

.list_2 tbody tr td a:hover {
  color: #0087d3;
}

/* item_list ---------------------------------------- */

.item_list ul {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.item_list.clearfix ul li {
  width: 226px;
  display: block;
  margin-top: 3px;
  margin-right: 3px;
  margin-bottom: 3px;
  margin-left: 3px;
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  list-style-type: none;
  float: left;
  background-color: #fdfdfd;
  border: 1px solid #e7e7e7;
  position: relative;
}

.item_list ul li .image_box {
  width: 226px;
  height: 185px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.item_list.clearfix ul li img {
  max-width: 226px;
  max-height: 166px;
}

.item_list ul li h4 {
  text-align: right;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-weight: normal;
  font-size: 12px;
  padding-top: 0px;
  padding-right: 4px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-family: 'Lucida Console', Monaco, monospace;
  color: #6b6b6b;
}

.item_list ul li h4.goods_ttl {
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: #6b6b6b;
  font-family: '\30E1\30A4\30EA\30AA', Meiryo, '\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, '\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF',
 'MS PGothic', sans-serif;
}

.item_list ul li a.release {
  position: absolute;
  top: 2px;
  height: 12px;
  padding-right: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
  line-height: 12px;
  color: #ffffff;
  border-radius: 2px;
  display: inline-block;
  width: 12px;
  text-align: center;
  text-decoration: none;
  padding-top: 2px;
  font-weight: bold;
  right: 2px;
  background-color: #f9f9f9;
  border: 1px solid #a3a3a3;
}

.item_list ul li a.release:hover {
  background-color: #efefef;
}

/* pager ---------------------------------------- */

ul.pager {
  overflow: hidden;
  margin-top: 10px;
  margin-right: 3px;
  margin-left: 3px;
  margin-bottom: 10px;
  padding-top: 6px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 6px;
  background-color: #f0f0f0;
  text-align: center;
}

ul.pager li {
  margin: 0 1px 1px 0;
  list-style-type: none;
  font-size: 12px;
  display: inline-block;
}

ul.pager li a {
  padding: 5px 10px;
  background-color: #f0f0f0;
}

ul.pager li span {
  padding: 5px 10px;
  background-color: #e5e3db;
}

ul.pager li a:hover {
  background-color: #ffffff;
}

/* item_detail ---------------------------------------- */

.item_detail {
  padding-top: 24px;
  margin-bottom: 46px;
}

.item_detail_spec .add_cart h3 {
  color: #373737;
  background-color: #efefef;
  text-align: left;
  padding-top: 3px;
  padding-right: 0px;
  padding-bottom: 3px;
  padding-left: 12px;
  margin-top: 0px;
  margin-bottom: 16px;
  margin-right: 0px;
  margin-left: 0px;
}

.item_detail .item_detail_imagebox {
  width: 440px;
  float: left;
}

.item_detail_imagebox .item_explanation {
  font-size: 0.9em;
  padding-top: 12px;
}

.item_thumb .item_explanation {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-size: 0.9em;
  width: 160px;
  text-align: left;
  float: right;
  line-height: 1.8em;
}

.item_detail .item_detail_spec {
  float: right;
  width: 480px;
}

.item_detail .item_detail_spec .add_cart {
  padding-top: 16px;
  border-top: 1px solid #d4d4d4;
  text-align: right;
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 20px;
  color: #6b6b6b;
  font-size: 12px;
  margin-top: 0px;
  margin-bottom: 16px;
}

.item_detail .item_detail_spec .result_cart {
  padding-top: 16px;
  border-top: 1px solid #d4d4d4;
  text-align: right;
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 16px;
  color: #6b6b6b;
}

h3.photo_select {
  font-weight: normal;
  text-align: center;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #fbffec;
}

.photo_select_btn {
  text-align: center;
}

.photo_select_btn a.act,
.photo_select_btn a:hover.act {
  background-color: #ec5d5f;
}

.serect_photo_inner {
  width: 100px;
  text-align: left;
  font-weight: bold;
  display: inline-block;
  margin-left: 2px;
  margin-right: 2px;
}

.photo_select_btn a {
  font-size: 11px;
  width: 60px;
  display: inline-block;
  text-decoration: none;
  background-color: #afafaf;
  color: #ffffff;
  margin-left: 3px;
  margin-right: 3px;
  padding-top: 6px;
  padding-bottom: 4px;
  line-height: 1em;
  text-align: center;
  border-radius: 1px;
}

.photo_select_btn a:hover {
  background-color: #999999;
}

.serect_photo_inner a.release {
  position: absolute;
  top: 2px;
  height: 12px;
  padding-right: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
  line-height: 12px;
  color: #ffffff;
  border-radius: 2px;
  display: inline-block;
  width: 12px;
  text-align: center;
  text-decoration: none;
  padding-top: 2px;
  font-weight: bold;
  right: 2px;
  background-color: #f9f9f9;
  border: 1px solid #a3a3a3;
}

.serect_photo_inner a.release:hover {
  background-color: #efefef;
}

.serect_photo_inner .serect_photo_img {
  width: 100px;
  position: relative;
}

.serect_photo_inner .serect_photo_img a.release {
  position: absolute;
  top: 1px;
  height: 12px;
  padding-right: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
  line-height: 12px;
  color: #ffffff;
  border-radius: 2px;
  display: inline-block;
  width: 12px;
  text-align: center;
  text-decoration: none;
  padding-top: 2px;
  font-weight: bold;
  right: 1px;
  background-color: #f9f9f9;
  border: 1px solid #a3a3a3;
}

.serect_photo_inner .serect_photo_img a.release:hover {
  background-color: #efefef;
}

.category_select {
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: right;
}

.category_select a {
  font-size: 12px;
  display: inline-block;
  border-radius: 3px;
  border: 1px solid #dcdcdc;
  padding-top: 4px;
  padding-right: 8px;
  padding-bottom: 4px;
  padding-left: 8px;
  background-color: #f9f9f9;
  text-decoration: none;
  line-height: 12px;
}

.category_select a:hover {
  border: 1px solid #cacaca;
  background-color: #f3f3f3;
  color: #727272;
}

.category_select select {
  padding-top: 4px;
  padding-right: 4px;
  padding-bottom: 6px;
  padding-left: 4px;
  font-size: 14px;
  border-color: #a4a4a4;
  border-radius: 3px;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-right: 2px;
}

.item_thumb {
  float: left;
  width: 270px;
}

.item_thumb img {
  width: 100px;
  height: auto;
  float: left;
}

.item_thumb h4 {
  float: left;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  font-size: 1.1em;
  width: 160px;
  text-align: left;
  line-height: 1.8em;
}

/* cart ---------------------------------------- */

.cart {
  width: 960px;
  margin-bottom: 20px;
}

.add_cart select {
  font-size: 16px;
  padding-top: 4px;
  padding-right: 6px;
  padding-bottom: 4px;
  padding-left: 6px;
}

.add_cart input {
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 3px;
  margin-top: 3px;
}

ul.cart_list {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

ul.cart_list li {
  list-style-type: none;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  display: block;
  border-top: 1px dotted #d8d8d8;
}

.cart_list li .thumb {
  width: 160px;
  height: 120px;
  text-align: center;
  float: left;
  display: block;
  position: relative;
}

.cart_list li .thumb img {
  max-width: 160px;
  max-height: 120px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  left: 0;
  right: 0;
}

.cart_list li .thumb_2 {
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  left: 0;
  right: 0;
  float: left;
}

.cart_list li .thumb_2 img {
  max-width: 160px;
  max-height: 120px;
  top: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: 10px;
  margin-top: auto;
  margin-bottom: auto;
  left: 0;
  right: 0;
}

.cart_list .cart_detail {
  text-align: right;
  padding-top: 24px;
  float: right;
}

.cart .total_price {
  color: #00659e;
  font-size: 24px;
  text-align: right;
  padding-top: 16px;
  border-bottom: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
  padding-bottom: 16px;
  margin-bottom: 16px;
  padding-right: 20px;
  padding-left: 20px;
}

/* order ---------------------------------------- */

.order_comp {
  font-size: 22px;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #00659e;
}

.convenience_store_info {
  text-align: center;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  line-height: 30px;
  background-color: #fbfbfb;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  margin-bottom: 30px;
}

/* my_page ---------------------------------------- */

.user_edit {
  font-size: 14px;
  margin-bottom: 10px;
  text-align: right;
}

.user_edit a {
  display: inline-block;
  width: 140px;
  text-align: center;
  padding-top: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-radius: 3px;
  margin-left: 3px;
  text-decoration: none;
  margin-top: 3px;
  margin-right: 3px;
  margin-bottom: 3px;
  background-color: #f5f5f5;
  border: 1px solid #dcdcdc;
}

.user_edit a:hover {
  background-color: #e0e0e0;
  color: #333333;
}

.msg_err {
  color: #c00;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #c00;
  margin-bottom: 20px;
  background-color: #fff4f4;
}

/* form ---------------------------------------- */

.form_box {
  margin-bottom: 36px;
}

.form_style {
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
}

.form_box .list tbody tr th {
  width: 240px;
}

.input_a {
  width: 200px;
}

.form_btn {
  font-size: 16px;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-left: 10px;
  margin-right: 10px;
}

.btn_box {
  text-align: center;
}

.form_box input,
.form_box select {
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
}

/* pageTop---------------------------------------- */

#pageTop {
  background-color: #0089d0;
  border-radius: 5px;
  color: #fff;
  padding-top: 8px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 6px;
  position: fixed;
  bottom: 10px;
  right: 6px;
  text-decoration: none;
}

#pageTop:hover {
  background-color: #687e00;
  text-decoration: underline;
}

/* registration ---------------------------------------- */

.confirm_box {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 400px;
  margin-top: 80px;
  margin-bottom: 80px;
  padding-right: 30px;
  padding-left: 30px;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  background-color: #fdfff7;
}

/* directory_select ---------------------------------------- */

.directory_select {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 10px;
}

.directory_select_back {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.directory_select a {
  font-size: 18px;
  display: inline-block;
  border-radius: 3px;
  border: 1px solid #b3cedc;
  padding-top: 16px;
  padding-right: 20px;
  padding-bottom: 16px;
  padding-left: 20px;
  background-color: #dcf3ff;
  text-decoration: none;
  line-height: 18px;
  margin-left: 10px;
  margin-right: 10px;
  min-width: 120px;
  margin-bottom: 10px;
  color: #0072ae;
}

.directory_select a:hover {
  border: 1px solid #006fa9;
  background-color: #006fa9;
  color: #ffffff;
}

/* form_type_btn ---------------------------------------- */

a.form_type_btn {
  display: inline-block;
}

a.form_type_btn:hover {
  color: #444444;
}

a.form_type_btn,
input.form_type_btn {
  font-size: 16px;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 7px;
  padding-bottom: 8px;
  margin-left: 10px;
  margin-right: 10px;
  border: 1px solid #bcbcbc;
  line-height: 16px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#e9e9e9));
  background-image: linear-gradient(180deg, white 0%, #e9e9e9 100%);
  text-decoration: none;
  border-radius: 1px;
  cursor: pointer;
}

a.form_type_btn:hover,
input.form_type_btn:hover {
  border: 1px solid #afafaf;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#e8e8e8));
  background-image: linear-gradient(180deg, #f9f9f9 0%, #e8e8e8 100%);
  text-decoration: none;
  color: #000000;
}

/* index ---------------------------------------- */

#index_contents {
  text-align: center;
  margin-bottom: 60px;
}

#index_contents #index_main {
  margin-bottom: 40px;
}

h1.index_ttl {
  text-align: center;
  font-size: 36px;
  font-weight: normal;
  color: #444444;
}

#index_contents .index_flow img {
  margin-left: 10px;
  margin-right: 10px;
}

/* CSS Document */

@media (min-width: 768px) {
  .sp_only {
    display: none;
  }

  .w200 {
    width: 200px;
  }

  .w300 {
    width: 300px;
  }

  body {
    min-width: 980px;
  }
}

@media (max-width: 767px) {
  .pc_only {
    display: none;
  }

  #wrap {
    min-width: 280px;
  }

  /* common ---------------------------------------- */

  body {
    line-height: 1.8em;
    font-size: 1em;
  }

  h2 {
    font-size: 18px;
  }

  th {
    text-align: left;
  }

  .inner {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }

  #logo {
    width: 115px;
  }

  #main_header .inner {
    padding-top: 12px;
    padding-bottom: 12px;
    position: relative;
  }

  #main_header .inner #main_nav {
    position: static;
    top: auto;
    text-align: center;
    right: auto;
    padding-top: 16px;
  }

  #main_header .inner #main_nav a {
    margin-left: 4px;
    margin-right: 4px;
    font-size: 12px;
  }

  #main_header .inner a i {
    margin-right: 4px;
  }

  #main_header .inner #cart_nav {
    position: absolute;
    top: 18px;
    text-align: right;
    right: 3px;
  }

  #main_header .inner #cart_nav a {
    display: block;
    width: 160px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 3px;
  }

  #main_header .inner .duration {
    position: static;
    text-align: left;
    border-radius: 3px;
    margin-top: 16px;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
  }

  #main_header .inner .duration h4 {
    float: none;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
  }

  #main_header .inner .duration p {
    display: block;
    float: none;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 18px;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
  }

  #page_ttl .inner h1 {
    font-weight: normal;
    font-size: 18px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  #wrap #page_ttl .inner {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #main_contents .inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  #main_footer {
    background-color: #191919;
    color: #a8a8a8;
  }

  #main_footer .inner {
    font-size: 10px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  #main_footer .inner .inner_right {
    float: none;
    text-align: center;
  }

  #main_footer .inner .inner_right a {
    font-size: 12px;
  }

  #main_footer .inner .inner_left {
    float: none;
    text-align: center;
  }

  /* login ---------------------------------------- */

  .login_a {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    width: 96%;
    float: none;
  }

  .login_b {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    width: 96%;
  }

  .arr {
    text-align: center;
    color: #d1d1d1;
    font-size: 40px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .login_a th,
  .login_a td,
  .login_b th,
  .login_b td {
    display: block;
  }

  .login_a th {
    width: auto;
  }

  .login_b th {
    width: auto;
  }

  .login_a h2 {
    background-color: #0089d0;
    font-weight: normal;
    color: #ffffff;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 12px;
    margin-left: 0px;
    border-radius: 2px;
    text-align: center;
    line-height: 26px;
  }

  .login_b h2 {
    background-color: #0089d0;
    font-weight: normal;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 24px;
    margin-left: 0px;
    border-radius: 2px;
    text-align: center;
    line-height: 26px;
  }

  .login_a h2 span,
  .login_b h2 span {
    font-size: 14px;
  }

  /* table ---------------------------------------- */

  table.list {
    border-top: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    margin-top: 8px;
    margin-bottom: 16px;
  }

  table.list th,
  table.list td {
    display: block;
  }

  table.list th {
    font-weight: normal;
    background-color: #f8f8f8;
  }

  table.list_2 th,
  table.list_2 td {
    font-size: 12px;
  }

  /* item_list ---------------------------------------- */

  .item_list.clearfix ul li {
    width: 44%;
    display: block;
    margin-top: 3px;
    margin-right: 2%;
    margin-bottom: 3px;
    margin-left: 2%;
    padding-top: 3px;
    padding-right: 1%;
    padding-bottom: 3px;
    padding-left: 1%;
    list-style-type: none;
    float: left;
    background-color: #fdfdfd;
    border: 1px solid #e7e7e7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .item_list ul li .image_box {
    height: 170px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }

  .item_list.clearfix ul li img {
    width: auto;
    max-height: 166px;
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .item_list ul li h4 {
    text-align: right;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-weight: normal;
    font-size: 12px;
    padding-top: 0px;
    padding-right: 4px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-family: 'Lucida Console', Monaco, monospace;
    color: #6b6b6b;
  }

  /* pager ---------------------------------------- */

  ul.pager li {
    font-size: 12px;
  }

  ul.pager li a {
    padding: 3px 6px;
  }

  ul.pager li span {
    padding: 3px 6px;
  }

  /* item_detail ---------------------------------------- */

  .item_detail {
    padding-top: 24px;
  }

  .item_detail .item_detail_imagebox {
    width: 96%;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .item_detail .item_detail_spec {
    margin-left: auto;
    margin-right: auto;
    padding-top: 24px;
    float: none;
    width: 96%;
  }

  .item_detail .item_detail_spec .add_cart {
    padding-top: 16px;
    margin-top: 16px;
    border-top: 1px solid #d4d4d4;
    text-align: right;
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 16px;
    color: #6b6b6b;
    font-size: 12px;
    line-height: 3em;
  }

  .cart {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }

  .add_cart select {
    font-size: 16px;
    padding-top: 4px;
    padding-right: 6px;
    padding-bottom: 4px;
    padding-left: 6px;
    margin-right: 10px;
  }

  .add_cart input {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }

  ul.cart_list {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  ul.cart_list li {
    list-style-type: none;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    display: block;
    border-top: 1px dotted #d8d8d8;
  }

  .cart_list li .thumb {
    width: auto;
    height: 120px;
    text-align: center;
    float: none;
    display: block;
    position: relative;
  }

  .cart_list li .thumb img {
    max-width: 160px;
    max-height: 120px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    left: 0;
    right: 0;
  }

  .cart_list li .thumb_2 {
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    left: 0;
    right: 0;
    float: none;
    text-align: center;
  }

  .cart_list li .thumb_2 img {
    max-width: 140px;
    max-height: none;
    top: 0;
    bottom: 0;
    margin-left: 6px;
    margin-right: 6px;
    margin-top: auto;
    margin-bottom: auto;
    left: 0;
    right: 0;
    height: auto;
  }

  .cart_list .cart_detail {
    text-align: right;
    padding-top: 16px;
    float: none;
    font-size: 14px;
    line-height: 20px;
  }

  .cart_list .cart_detail span {
    display: block;
  }

  .cart .total_price {
    color: #00659e;
    font-size: 20px;
    text-align: right;
    padding-top: 16px;
    border-bottom: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
    padding-bottom: 16px;
    margin-bottom: 16px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .photo_select_btn a {
    font-size: 11px;
    width: 40px;
    display: inline-block;
    text-decoration: none;
    background-color: #afafaf;
    color: #ffffff;
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 6px;
    padding-bottom: 4px;
    line-height: 1em;
    text-align: center;
    border-radius: 1px;
  }

  .item_thumb {
    float: none;
    width: 100%;
    clear: both;
  }

  .item_thumb img {
    width: 200px;
    height: auto;
    float: none;
    display: block;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .item_thumb h4 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    width: auto;
    float: none;
    clear: right;
    padding-left: 0px;
  }

  .item_thumb .item_explanation {
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    font-size: 0.9em;
    width: auto;
    text-align: left;
    float: right;
    line-height: 1.8em;
    clear: both;
    margin-left: 0px;
  }

  /* order ---------------------------------------- */

  .order_comp {
    font-size: 16px;
    text-align: center;
    padding-top: 16px;
    padding-bottom: 32px;
    color: #00659e;
  }

  .convenience_store_info {
    text-align: center;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    line-height: 30px;
    background-color: #fbfbfb;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
  }

  /* my_page ---------------------------------------- */

  .user_edit {
    margin-top: -30px;
    text-align: center;
    margin-bottom: 12px;
  }

  .user_edit a {
    display: inline-block;
    width: 40%;
    text-align: center;
    padding-top: 1px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-radius: 3px;
    margin-left: 3px;
    text-decoration: none;
    margin-top: 3px;
    margin-right: 3px;
    margin-bottom: 3px;
    background-color: #f5f5f5;
    border: 1px solid #dcdcdc;
  }

  /* form ---------------------------------------- */

  .form_style {
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
  }

  .form_box .list tbody tr th {
    width: auto;
  }

  .input_a {
    width: 200px;
  }

  .form_btn {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .btn_box {
    text-align: center;
  }

  .form_box input,
  .form_box select {
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
  }

  input {
    max-width: 260px;
  }

  /* registration ---------------------------------------- */

  .confirm_box {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    width: auto;
    margin-top: 80px;
    margin-bottom: 80px;
    padding-right: auto;
    padding-left: auto;
    margin-left: 10px;
    margin-right: 10px;
  }

  /* index ---------------------------------------- */

  #index_contents {
    text-align: center;
    margin-bottom: 40px;
  }

  #index_contents #index_main {
    margin-bottom: 20px;
  }

  h1.index_ttl {
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    color: #444444;
  }

  #index_contents .index_flow img {
    margin-left: 1%;
    margin-right: 1%;
    width: 30%;
  }
}

/* CSS Document */

#head_link {
  background-color: #000000;
  font-size: 0.9em;
  line-height: 1em;
}

#head_link nav {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
}

#head_link nav a {
  margin-left: 2em;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  display: inline-block;
  text-decoration: none;
}

#head_link nav a:link {
  color: #ffffff;
}

#head_link nav a:visited {
  color: #ffffff;
}

#head_link nav a:hover {
  color: #cccccc;
}

#container {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.content {
  padding-top: 30px;
  padding-bottom: 30px;
}

#topImg {
  padding: 0;
  margin: 0;
  clear: both;
}

#loginbox {
  background-color: #eef9fe;
  text-align: center;
  color: #ffffff;
  padding: 30px;
}

.login {
  border-radius: 4px;
  width: 440px;
  padding-bottom: 30px;
  display: block;
}

.login .title {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  font-size: 28px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.login.event {
  background-color: #4da0d1;
  float: left;
}

.login.event .title {
  background-color: #1087cc;
}

.login.member {
  background-color: #2fcbd1;
  float: right;
}

.login.member .title {
  background-color: #06b6bc;
}

.login p {
  font-size: 0.85em;
}

.btn_login {
  width: 280px;
  margin-left: auto;
  margin-right: auto;
}

.btn_login a {
  border-radius: 5px;
  display: block;
  color: #444444;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
}

.btn_login a:link {
  background-color: #ffffff;
}

.btn_login a:visited {
  background-color: #ffffff;
}

.btn_login a:hover {
  background: rgba(255, 255, 255, 0.7);
}

.btn_login i {
  color: #a2a2a2;
  padding-right: 10px;
}

h1.index_ttl {
  color: #0089d0;
}

.btn_guide {
  background-color: #eef9fe;
  text-align: right;
  padding: 15px;
  margin-bottom: 1em;
}

.btn_guide img {
  width: 310px;
  height: auto;
}

/* pc ---------------------------------------------
--------------------------------------------------- */

@media screen and (min-width: 768px) {
  .sp_only {
    display: none;
  }
}

/* sp ---------------------------------------------
--------------------------------------------------- */

@media (max-width: 767px) {
  .pc_only {
    display: none;
  }

  #head_link {
    font-size: 0.85em;
  }

  #head_link nav {
    width: 100%;
    text-align: center;
  }

  #head_link nav a {
    margin-left: 0.4em;
    margin-right: 0.4em;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  #container {
    width: 100%;
  }

  .content {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  #topImg {
    width: 100%;
  }

  #topImg img {
    width: 100%;
  }

  .slider img {
    width: 100%;
  }

  #loginbox {
    padding: 15px;
    clear: both;
  }

  .login {
    width: 100%;
    padding-bottom: 15px;
  }

  .login .title {
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .login.event {
    float: none;
    margin-bottom: 10px;
  }

  .login.member {
    float: none;
  }

  .login p {
    font-size: 0.8em;
  }

  .btn_guide {
    text-align: center;
    padding: 15px;
    margin-bottom: 0;
  }
}

