/* ////////////////// Common ////////////////// */
body, h1, h2, h3, h4, p, ul, li {
  margin: 0px;
  padding: 0px;
}
body {
  /* font-size: 1em; */
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  /* line-height: 1.5em; */
}
/* カラム共通
-----------------------------------*/
a:hover img {
  opacity: 0.7;
}
li {
  list-style: none;
}
.contents {
  max-width: 1080px;
  margin: 0px auto;
  clear: both;
}
ul.list-disc li {
  list-style: disc !important;
  margin-left: 20px;
  margin-bottom: 10px;
}
.button {
  display: block;
  margin: 0px auto;
  background-color: #8bc63e;
  text-align: center;
  border-radius: 25px;
  padding: 10px 20px;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 1.2em;
}
a.button:hover {
  background-color: #a3d265;
}
/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
/* ////////////////// Header ////////////////// */
#header h2 {
  font-size: 0.9em;
  font-weight: normal;
}
#header .logo {
  text-align: left;
  float: left;
  width: 50%;
}
#header .logo img {}
#header .bnr {
  text-align: right;
  width: 50%;
  float: right;
}
#header .bnr img {
  margin: 5px 0px;
}
/* ////////////////// Navigation ////////////////// */
/*#global-nav {
	background-color: #0063a0;
	clear: both;
	min-height: 35px;
}
#global-nav ul {
	max-width: 1080px;
	margin: 0px auto;
}
#global-nav li {
	float: left;
	line-height: 35px;
}
#global-nav li a {
	display: block;
  color: #FFFFFF;
  text-decoration: none;
  margin-right: 50px;
}
#global-nav li a:hover {
	color: #e4f4ff;
}*/
/* ////////////////// Side ////////////////// */
/*#side {
  float: left;
  width: 320px;
  margin: 12px 20px 0 0;
}
#side #left-side {
  width: 210px;
  float: left;
}
#side #right-side {
  width: 100px;
  float: right;
}
.list-title {
  background-color: #555555;
  color: #FFFFFF;
  margin-bottom: 1px;
  padding: 5px 10px;
  font-size: 0.9em;
}
#side .item-list {
  margin-bottom: 20px;
}
#side .item-list a {
  display: block;
  background-color: #fff;
  color: #333333;
  text-decoration: none;
  margin-bottom: 1px;
  padding: 5px 10px;
  font-size: 0.9em;
}
#side .item-list a:hover {
  background-color: #FFFFFF;
}
#side .item-list .title a {
  background-color: #c8c8c8;
  color: #000;
}
#side .item-list .title a:hover {
  background-color: #a8d7ee;
}
#side .bnr-list li {
  margin-bottom: 10px;
}
#side .bnr-list a {}
#side .guide-list {
  margin-bottom: 20px;
}
#side .guide-list a {
  display: block;
  background-color: #c8c8c8;
  color: #000;
  text-decoration: none;
  margin-bottom: 1px;
  padding: 5px 10px;
  font-size: 0.9em;
}
#side .guide-list a:hover {
  background-color: #bbdd8d;
}
#side .page-list a {
  display: block;
  background-color: #c8c8c8;
  color: #000;
  text-decoration: none;
  margin-bottom: 1px;
  padding: 5px 10px;
  font-size: 0.9em;
}
#side .page-list a:hover {
  background-color: #ece340;
}*/
/* ////////////////// Main ////////////////// */
#main {
  float: right;
  width: 740px;
  margin: 0px;
  padding-top: 30px;
}
#main h1 {
  font-size: 1.5em;
  margin: 0px 0px 20px;
  padding: 20px 20px;
  background-color: #e4f6ff;
  border: 1px solid #7ec4e5;
  /* color: #0063a0; */
}
/* ////////////////// Footer ////////////////// */
#footer {
  clear: both;
  /* text-align: center; */
  /* background-color: #f2faff; */
}
.foot_nav {
  display: none;
}
#footer .usage {
  padding: 30px 0px;
}
#footer .usage div {
  float: left;
  width: 23%;
  margin-right: 2%;
  text-align: left;
}
#footer .usage div:last-child {
  width: 25%;
  margin-right: 0px;
}
#footer .usage div h2 {
  font-size: 1em;
  border-bottom: 1px solid #CCCCCC;
  color: #0063a0;
}
#footer .usage div h3 {
  font-size: 0.9em;
}
#footer .usage div p {
  font-size: 0.8em;
}
#footer .usage .att {
  color: #fb7900;
}
#footer .address {
  font-size: 0.8em;
  padding: 10px 0px;
  background-color: #EEEEEE;
  clear: both;
}
#footer .copyright {
  color: #FFFFFF;
  font-size: 0.8em;
  padding: 10px 0px;
  background-color: #666666;
}
/* カレンダー */
table.calbase_rakuten {
  background-color: #FFFFFF;
  border: 1px solid #CECECE;
  width: 210px;
  border-collapse: collapse;
  padding: 0px 0px 10px 0px;
  margin-top: 20px;
}
table.calbase_rakuten * {
  font-size: 98%;
  color: #000000;
  border-collapse: collapse;
  padding: 0px;
  margin: 0px;
}
table.calbase_rakuten th {
  text-align: center;
}
th.caltitle_rakuten {
  font-size: 85%;
  padding: 10px 0px 0px 0px;
}
table.calframe_rakuten {
  border-collapse: collapse;
  margin: 10px 10px 0px 10px;
  table-layout: fixed;
  width: 190px;
}
table.calframe_rakuten th {
  text-align: center;
  padding: 0px 0px 3px 0px;
}
table.calframe_rakuten td {
  border: 1px solid #FFFFFF;
  background-color: #FFFFFF;
  width: 19px;
  height: 17px;
  text-align: center;
}
tr.weektitle_rakuten td {
  background-color: #EEEEEE;
}
td.event1day_rakuten {
  background-color: #FFC6C6 !important;
}
font.event1day_rakuten {
  color: #FFC6C6;
}
td.event2day_rakuten {
  background-color: #B5DAFF !important;
}
font.event2day_rakuten {
  color: #B5DAFF;
}
td.event3day_rakuten {
  background-color: #FEDE93 !important;
}
font.event3day_rakuten {
  color: #FEDE93;
}
table.event_rakuten {
  text-align: left;
  word-break: break-all;
  margin: 7px 10px 7px 10px;
  border-collapse: collapse;
  line-height: 120%;
  table-layout: fixed;
  width: 141px;
}
table.event_rakuten td {
  padding: 0px 0px 0px 0px;
}
table.text_rakuten {
  text-align: left;
  word-break: break-all;
  margin: 0px 10px 10px 10px;
  border-collapse: collapse;
  line-height: 120%;
  table-layout: fixed;
}
/* ///////////////// TOP /////////////////////// */
ul.po-top-banners {
  width: 740px;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
ul.po-top-banners li {
  margin: 0px 0px 20px 0px;
  list-style: none;
}
ul.po-top-banners li:nth-child(odd) {
  float: left;
}
ul.po-top-banners li:nth-child(even) {
  float: right;
}
ul.po-top-banners li a {
  display: block;
  position: relative; /* for IE6 */
  text-decoration: none;
  font-size: 12px;
  background-color: #ffffff;
  color: #0000ff;
}
ul.po-top-banners li a:hover {
  display: block;
  position: relative; /* for IE6 */
  text-decoration: none;
  font-size: 12px;
  color: #0000ff;
  opacity: 0.85;
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
}
/* ///////////////// FAQ /////////////////////// */
ul.accordion03, ul.accordion03 li {
  margin-bottom: 10px;
  margin-left: 0px;
  padding: 0;
  list-style: none;
}
ul.accordion03 li a.open {
  line-height: normal; /*for IE*/
  zoom: 1; /*for IE*/
  display: block;
  margin: 0px;
  text-align: left;
  font-size: 14px;
  padding: 10px;
  border: solid 1px #dcdcdc;
  text-decoration: none;
  background-color: #FAF6F6;
  color: #000000;
  font-weight: bold;
}
ul.accordion03 li a.open:hover {
  line-height: normal; /*for IE*/
  zoom: 1; /*for IE*/
  display: block;
  margin: 0px;
  text-align: left;
  font-size: 14px;
  padding: 10px;
  border: solid 1px #dcdcdc;
  text-decoration: none;
  background-color: #fffffc;
  color: #333333;
  font-weight: bold;
}
div.po-list {
  margin-top: 20px;
  padding: 0px;
}
/* contents *****************************************/
/* div.po-contents{
	width:740px;
	border:0;
	margin:0;
	text-align:center;
	} */
div.po-contents-description {
  margin: 0 0 20 0;
}
div.po-contents-description img {
  margin: 0 0 5 0;
}
po-lineup {}
div.po_colo-name_title {
  margin-top: 60px;
  margin-bottom: 30px;
}
ul.po_color-name {
  width: 100%;
  margin: 0 0 100 0;
  padding: 0;
}
ul.po_color-name li {
  width: 50%;
  display: inline;
  float: left;
  margin-bottom: 30px;
  padding: 0;
  position: relative;
}
ul.po_color-name li span {
  position: absolute;
  width: auto;
  background: rgba(255, 255, 255, 0.6);
  color: #050505;
  font-weight: bold;
  padding: 2px;
  bottom: 0px;
  left: 50px;
}
ul.po_color-name li p.exp {
  position: absolute;
  color: #000;
  font-size: 80%;
  padding: 0;
  margin: 0;
  bottom: 0;
  right: 0;
}
ul.po_color-name li img.new-arrival {
  position: absolute;
  top: 0;
  left: 0;
}
ul.po_color-name li img.cls {
  width: 100%;
}
.color-wide li {
  width: 100% !important;
}
/* contents-specification *****************************************/
div.po-specification {
  width: 100%;
}
div.po-specification-data {
  background-color: #F8F9FA;
  border: 1px solid #F4F4E9;
  padding: 20px;
  clear: both;
}
div.po-specification-data h1 {
  color: #66a3e0;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px #66a3e0;
}
div.po-specification-data hr { /* reset */
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
div.po-specification-data hr {
  width: 100%;
  border-top: 1px dashed #66a3e0;
}
div.po-specification-data p {
  width: 100%;
  padding: 5px;
  margin: 0 0 10px 0;
  text-align: left;
}
div.po-specification img {
  width: 100%;
  margin: 10 0 0 0;
}
/* contents-specification Narrow *****************************************/
div.po-specification-narrow {
  width: 100%;
}
div.po-specification-narrow b {
  font-size: 16px;
  font-weight: bold;
}
div.po-specification-narrow p {
  font-size: 12px;
}
span.sp-keyword {
  display: none;
}
/* ICON  *****************************************/
#po-icon {
  width: 100%;
  position: relative;
  float: left;
  list-style: none;
  margin: 10px 0px 20px 0px;
  padding: 0;
}
#po-icon li {
  position: relative;
  float: left;
  text-align: left;
  margin: 1px 4px 1px 0px;
  width: 60px;
  background-color: #ffffff;
}
#po-icon li img {
  width: 60px;
  height: 80px;
}
#po-icon li img:hover {
  background-color: ffff00;
}
#po-icon li span {
  z-index: 99999;
  display: none;
}
#po-icon li img:hover + span {
  z-index: 99999;
  position: absolute;
  display: block;
  left: -250px;
  width: 300px;
  background: #eee;
  padding: 10px;
  border: 1px solid;
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
}
#po-icon_2 li {
  position: relative;
  float: left;
  text-align: left;
  width: 33%;
  margin: 0;
  background-color: #ffffff;
}
#po-icon_2 li img {
  width: 100%;
}
#po-icon_2 li img:hover {
  background-color: ffff00;
}
#po-icon_2 li span {
  z-index: 99999;
  display: none;
}
#po-icon_2 li img:hover + span {
  z-index: 99999;
  position: absolute;
  display: block;
  left: -250px;
  width: 300px;
  background: #eee;
  padding: 10px;
  border: 1px solid;
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
/* ICON WIDTH  *****************************************/
#po-icon-width {
  width: 100%;
  position: relative;
  float: left;
  list-style: none;
  margin: 10px 0px 20px 0px;
  padding: 0;
}
#po-icon-width li {
  position: relative;
  float: left;
  text-align: left;
  margin: 1px 4px 1px 0px;
  width: 60px;
  background-color: #ffffff;
}
#po-icon-width li img {
  width: 60px;
  height: 80px;
}
#po-icon-width li img:hover {
  background-color: ffff00;
}
#po-icon-width li span {
  z-index: 9999;
  display: none;
}
#po-icon-width li img:hover + span {
  z-index: 9999;
  position: absolute;
  display: block;
  left: 0px;
  width: 300px;
  background: #eee;
  padding: 10px;
  border: 1px solid;
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
/* TEXT Link  *****************************************/
div.po-link-box a {
  display: block;
  padding: 10px;
  background-color: #66a3e0;
  color: #ffffff;
  text-decoration: none;
  border: solid 1px #999999;
}
div.po-link-box a:hover {
  padding: 10px;
  border: solid 1px #dcdcdc;
  background-color: #0066cc;
  color: #ffffcc;
}
/* contents-lineup *****************************************/
div.lineup {
  background-color: #F8F9FA;
  border: 1px solid #F4F4E9;
  padding: 10px 0px 10px 0px;
  width: 100%;
  margin: 20px 0px 20px 0px;
}
div.lineup a:link {
  text-decoration: none;
}
div.lineup a:hover {
  text-decoration: underline;
  color: #cc0000;
}
div.lineup table {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
}
div.lineup table tr td {
  border-bottom: dashed 1px #66a3e0;
  padding: 7px 5px 0px 5px;
  text-align: center;
}
div.lineup table #title0 td {
  font-size: 16px;
  border-bottom: solid 1px #cc0000;
  border-left: solid 5px #cc0000;
  padding-left: 5px;
  font-weight: bold;
  color: #267397;
  text-align: left;
}
div.lineup table #title1 {
  font-size: 16px;
  border-bottom: solid 1px #0066cc;
  padding-left: 5px;
  font-weight: bold;
  color: #09435E;
}
/* contents-category *****************************************/
div.po-category-banners {}
ul.po-category-banners_column3 {
  width: 740px;
  margin: 0px;
  padding: 0px;
  list-style: none;
  /* background-color:red; */
  overflow: hidden;
}
ul.po-category-banners_column3 li {
  margin: 0 0 0 0;
  float: left;
  list-style: none;
}
ul.po-category-banners_column3 li#right {
  margin: 0 0 0 0;
  float: left;
  list-style: none;
}
ul.po-category-banners_column3 #text {
  padding: 0 12 12 12;
}
ul.po-category-banners_column3 li a {
  display: block;
  position: relative; /* for IE6 */
  text-decoration: none;
  font-size: 12px;
  background-color: #ffffff;
  color: #0000ff;
  width: 180px;
  height: 100px;
}
ul.po-category-banners_column3 li a:hover {
  display: block;
  position: relative; /* for IE6 */
  text-decoration: none;
  font-size: 12px;
  /* background-color: #ffffcc; */
  color: #0000ff;
  width: 180px;
  /* height:180px; */
  opacity: 0.85;
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
}

@media screen and ( max-width : 640px ){
  ul.po-category-banners_column3 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  ul.po-category-banners_column3 li {
    width: calc( ( 100% - 20px ) * .5 );
  }
  ul.po-category-banners_column3 li a {
    width: 100%;
  }
}

div.po-category-banners_caption {
  width: 740;
  marign: 15 0 0 0;
  padding: 15 0 15 0;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  border: solid 1px #e3e3e3;
  background-color: #ffffcc;
}
/* outlet *****************************************/
#outlet_page ul {
  overflow: visible;
  border: 1px solid #CCCCCC;
}
#outlet_page a {
  text-decoration: none;
}
#outlet_page h2 {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  border: 0px;
  margin: 20px 0px 0px;
}
#outlet_page p {
  font-size: 15px;
}
#outlet_page p.att {
  font-size: 12px;
}
#outlet_page ul.items {
  border: 0px;
  padding: 0px;
  margin-top: 20px;
}
#outlet_page ul.items li {
  width: 246px;
  float: left;
  margin-bottom: 30px;
  list-style: none;
}
#outlet_page ul.items li .image {
  margin-bottom: 5px;
}
#outlet_page ul.items li img {
  width: 244px;
}
#outlet_page ul.items li .price {
  color: #CC0000;
  font-size: 1.1em;
}
#outlet_page ul.items li .price .tax {
  color: #333333;
  font-size: 0.7em;
}
#outlet_page ul.items li .ship {
  background-color: #CC0000;
  color: #FFFFFF;
  display: inline-block;
  padding: 0px 5px;
  font-size: 12px;
  border-radius: 3px;
}
#outlet_page ul.items li .name {
  color: #333333;
  font-weight: bold;
}
#outlet_page ul.items li a:hover .name {
  text-decoration: underline;
}
#outlet_page .n_price {
  color: #666666;
  font-size: 0.8em;
}
.normal_item {
  display: block;
  text-align: right;
  font-size: 18px;
  color: #0070b7;
}
.breadcrumbs_list {
  padding: 0px 7px 3px 7px;
  font-size: 12px;
  line-height: 30px;
}
a.breadcrumbs_list {
  text-decoration: none;
}
.sdtext {
  width: 720px;
}
/* カゴ周り *****************************************/
.line {
  width: 740px;
}
.floating-cart-sku-table font {
  font-size: 12px;
}
.inventory_choice_name {
  font-size: 16px;
  width: 170px;
}
img.clickable {
  vertical-align: bottom;
  display: block;
}
a:hover img.clickable {
  opacity: 0.55;
  filter: alpha(opacity=55);
  -moz-opacity: 0.55;
}
#main span.repair {
  float: right;
}
#main span.repair a {
  color: #d12f2f;
}
.categorylist {
  clear: both;
}
