/* ************************************************ 
 *	共通設定
 * ************************************************ */
@charset "UTF-8";
/* reset */
html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
 u, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-style:normal;
  font-weight: normal;
  vertical-align: baseline;
}

body {
  font-family: "Segoe UI","Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 14px;
  color: #444;
  line-height: 1.5;
  background-color: #fff;
  letter-spacing: 0.05em;
}
ol, ul {
  list-style: none;
}
input, textarea {
  margin: 0;
  padding: 0;
  vertical-align: top;
}
submit {
  font-size: 5px;
}
table {
  border-collapse: collapse; 
  border-spacing: 0;
}
a {
  color: #333;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #900;
}
a img {
  -webkit-transition: 0.3s ease-in-out;  
  -moz-transition: 0.3s ease-in-out;  
  -o-transition: 0.3s ease-in-out;  
  transition: 0.3s ease-in-out;  
}
a:hover img{
  opacity: 0.5;  
}
br.clear {
  clear: both;
  font: 0pt/0pt sans-serif;
}
img {
  vertical-align: middle;
  border: 0px;
}
h1 {
  font-size: 16px;
  margin-bottom: 10px;
}
h2,h3,h4 { 
  font-size: 20px;
  letter-spacing: 0.12em;
  clear: both;
  margin: 0px 0px 30px 0px;
}

#container {
  margin: 30px auto;
  width: 1000px;
  text-align: left;
}

#header {
  width:100%;
  clear: both;
  margin-bottom: 10px;
}
.page-title h1, .page-title p {
  font-size: 80%;
  color:#767676;
  border: none;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
#header form {
	overflow:hidden;
	padding:3px;
}
#header form select {
  margin: 0 2px 0 0;
  padding: 2px;
  width: 180px;
  border: 0px none;

}
#side form input.txtspace {
  width: 185px;  
  padding: 5px;
}
#side form input.submit {
	width: 50px;
	height: 30px;
	font-size: 13px;
}
#header .header_link {
  float: right;
  text-align:right;
  margin-bottom: 15px;
  font-size: 80%;
}
#header .header_link ul {
}
#header .header_link ul li {
  float: left;
  margin-left: 20px;
  line-height: 16px;
}
#header .header_link ul li i {
  display: block;
  float: left;
  margin-right: 5px;
  width: 16px;
  height: 16px;
}
#header .header_link ul li a {
  text-decoration: none;
}
#header .header_link ul li.my_account {
}
#header .header_link ul li i.home {
  background: url(https://img.shop-pro.jp/tmpl_img/69/icon16_b.png) no-repeat -176px -18px;
}
#header .header_link ul li i.guide {
  background: url(https://img.shop-pro.jp/tmpl_img/67/icons16.png) no-repeat left -129px;
}
#header .header_link ul li.my_account i.account {
  background: url(https://img.shop-pro.jp/tmpl_img/67/icons16.png) no-repeat left -97px;
}
#header .header_link ul li.member_login_btn i.login {
  background: url(https://img.shop-pro.jp/tmpl_img/67/icons16.png) no-repeat left -225px;
}
#header .header_link ul li.member_regist_btn i.regist {
  background: url(https://img.shop-pro.jp/tmpl_img/67/icons16.png) no-repeat 0px -193px;
}
#header .header_link ul li.member_logout_btn i.logout {
  background: url(https://img.shop-pro.jp/tmpl_img/67/icons16.png) no-repeat left -210px;
}
#header .member_login_name {
  float: right;
  clear: right;
  margin: 0 0 13px;
}
#header .header_link ul li.view_cart i.cart {
  background: url(https://img.shop-pro.jp/tmpl_img/67/icons16.png) no-repeat 0px 0px;
}
#header #navi {
  text-align: center;
  padding: 12px 0px 13px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin: 20px 0 50px;
}
#header #navi a {
  padding: 4px 12px 0;
  border-right: solid 1px #f7f7f7;
  font-size: 80%;
  display: inline-block;
  transition: transform 0.2s ease;
}
#header #navi a:last-child {
 padding: 8px;
 border: none;
}
#header #navi a:hover {
  transform: translateY(-3px);
}  
#side {
  float: left;
  width: 200px;
  padding-right: 40px;
}
#side .category li {
  padding: 12px 0;
  border-bottom: solid 1px #eee;
}
#side .category li a {
  color: #555;
  display: block;
  font-size: 90%;
}
#side .category li a:hover {
   color: #900; 
}
#side .category li img { 
  padding-right:10px;
}
#side .side-title {
  font-size: 18px;
  font-family: Calibri,Arial,Verdana,"Trebuchet MS";
  letter-spacing: 0.1em;
  font-weight: bold;
  padding: 20px 0 20px;
}
#side .brands-list li {
  margin-bottom: 25px; 
}
#side .info {
  margin-bottom: 30px;
}
#side .info ul {
  margin-left:0;
}
#side .info li {
  font-size: 90%;
  padding: 5px 0px 14px 0;
  list-style-type: none;
}
#side .info li a {
  color: #555;
}
#side .info li a:hover {
  color: #900;
}
#side caption, th {
  text-align: left;
  margin-bottom: 5px;
}
#side_section_cal {
  margin: 15px auto 0;
}
#side_cal table.tbl_calendar {
  width: 200px;
  margin-bottom: 30px;
}
#side_cal table.tbl_calendar th,
#side_cal table.tbl_calendar td {
  padding: 6px 0 6px 8px;
  text-align: center;
  border-bottom: 3px solid #fff;
  font-size: 10px;
}
#side_cal table.tbl_calendar caption {
  font-weight: bold;
  padding: 5px;
  text-align: center;
  font-size: 10px;
}

.rank {
  margin-top: 20px;
}
.rank ol li {
  background-color: #fff;
  margin-bottom: 10px;
  position: relative;
  *zoom: 1;
  width: 200px;
  padding-top: 10px;
  box-sizing: border-box;
}
.rank ol li p.rank {
  position: absolute;
  top: -10px;
  left: -3px;
  display: block;
  width: 63px;
  height: 63px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.rank ol li p.no1 {
  background: url(https://img10.shop-pro.jp/PA01046/251/etc/ranks1.png) no-repeat left top;
}
.rank ol li p.no2 {
  background: url(https://img10.shop-pro.jp/PA01046/251/etc/ranks2.png) no-repeat left top;
}
.rank ol li p.no3 {
  background: url(https://img10.shop-pro.jp/PA01046/251/etc/ranks3.png) no-repeat left top;
}
.rank ol li p.no4 {
  background: url(https://img10.shop-pro.jp/PA01046/251/etc/ranks4.png) no-repeat left top;
}
.rank ol li p.no5 {
  background: url(https://img10.shop-pro.jp/PA01046/251/etc/ranks5.png) no-repeat left top;
}
.rank ol li p.r2_image {
  margin: 0 auto 10px;
  text-align: center;
}
.rank ol li p.r2_image img.photo {
  max-width: 80px;
  height: auto;
}
.rank ol li p.r2_image img.nophoto {
  width: 100%;
  height: auto;
}
.rank ol li p.product-name {
  margin-bottom: 10px;
  font-size: 80%;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
}
.rank p.rmemo {
  width: 200px;
  text-align: right;
  font-size: 70%;
  margin-top: 15px;
}

/* 検索 */
.search-form {
  width: 200px;
  margin: 25px auto;
  font-family: sans-serif;
}

.search-row {
  margin-bottom: 5px;
}

.search-select {
  width: 100%;
  height: 36px;
  padding: 0 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
}
.search-bottom {
  display: flex;
  width: 100%;
  height: 36px;
}

.search-input {
  width: 160px;
  height: 100%;
  padding: 0 8px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 6px 0 0 6px;
  border-right: none;
  box-sizing: border-box;
  line-height: 1;
}
.search-button {
  width: 40px;
  height: 100%;
  padding: 0;
  font-size: 10px;
  background-color: #fff;
  color: white;
  border: 1px solid #ccc;
  border-left: none;
  border-radius: 0 6px 6px 0;
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition: background-color 0.3s;
}

/*　パンくずリスト　*/
.breadcrumb {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 0 10px;
  font-size: 80%;
}
.breadcrumb li + li::before {
  content: ">";
  padding: 0 0.5em;
}
.breadcrumb li a {
  text-decoration: none;
}

#main {
	float: right;
	width: 760px;
    margin-bottom: 50px;
}

/* 特定商取引法に基づく表記（返品など）ボタン */
p#sk_link_other {
	text-align: left;
	margin-top: 10px;
}
p#sk_link_other a {
	font-size:12px;
}

#footer {
  display: inline-block;
  clear: both;
  width: 100%;
  font-size: 90%;
  background-color: #faf9f7;
  border-top: 1px solid #e7e1d8;
  margin-top: 50px;
  color: #737373;
  line-height: 2;
}
#footer a {
  line-height: 2;
  color: #737373;
}
#footer a:hover {
  color: #900;
}
#footer .footer_grid {
  float: left;
  margin-top: 1em;
  margin-right: 1.5%;
  margin-bottom: 15px;
  width: 23%;
}

#footer .footer_nav {
  position: relative;
  clear: both;
  padding: 2em 0;
  margin:auto;
  width:1000px;
}
#footer .footer_lst {
  line-height: 1.5;
}
.footer_lst li {
  word-break: break-all;
  margin-bottom: .5em;
  padding-left: 16px;
}
.copyright {
  clear: both;
  padding: 30px 0;
  text-align: center;
  font-size: 70%;
}

/* トップへ戻るボタン */
.pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 15px;
}
.pagetop a {
  background-color: #66a3b0;
  text-align: center;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  line-height: 80px;
  opacity: 0.3;
}
.pagetop a:hover {
  background-color: #66a3b0;
  opacity: 0.7;
}

ul.product {
	list-style-type:none;
	list-style-image:none;
	clear: both;
}
ul.product li {
	margin: 0px 25px 20px 10px;
	float: left;
	width: 90px;
	text-align: center;
	line-height: 0;
	padding: 0px;
	background: url(none);
}
ul.product li a {
	text-decoration: none;
	line-height: 1.2em;
}
ul.product li a:hover {
	text-decoration: underline;
}
ul.product li a img{
	width: 99px;
	display: block;
	margin: 0px auto 10px;
	padding: 4px;
}
ul.product li span {
	display: block;
	text-align: center;
	margin: 0px auto 3px;
	line-height: 1.2em;
}
ul.product li span.none {
	height: 118px;
	width: 118px;
	line-height: 118px;
	background: #fff;
	border: 1px solid #ccc;
	color: #ccc;
	cursor: pointer;
}
#contents ul.product li span.regular {
	text-decoration: line-through;
	color: #818181;
}
ul.product li span.price {
  	margin-top: 10px;
	font-weight: bold;
    font-size: 80%;
}
ul.product li span.soldout {
	line-height: 1.4em;
	font-weight: bold;
	color: #fff;
	background: #9a9080;
}

#socket { 
  padding: 0 20px 100px;
  text-align:left;
}
#socket h2 {
  font-weight: bold;
  padding: 5px 16px 5px 15px;
  margin: 50px 0 20px 0;
  font-size: 120%;
  border: none;
  letter-spacing: 0.1em;
}
#socket h2:before {
  font-family: Material Icons;
  content: "check";
  font-size: 200%;
  color: #fdc400;
}
#socket h3 {
  font-weight: bold;
  padding: 5px 16px 5px 15px;
  margin: 50px 0px 20px 0px;
  border: none;
  letter-spacing: 0.1em;
}
#socket h3.subdi:before {
  font-family: Material Icons;
  content: "subdirectory_arrow_right";
  font-size: 100%;
}

#socket p {
  font-size: 110%;
  line-height: 250%;
  letter-spacing: 0.05em;
  padding: 0;
  margin: 1em 0px;
}
#socket b {
  background: linear-gradient(transparent 60%, #ffff7f 60%);
}
#socket a {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: #9e9e9e;
}
#socket a:hover, #socket a:active {
  text-decoration: none;
}
#socket ul, #socket ol {
  border: dashed 2px #84a5d2;
  padding: 15px 0 20px 50px;
  font-size: 110%;
  list-style-type: disc;
  margin: 30px 0 20px 0;
}
#socket li,#socket ol {
  line-height: 250%;
  letter-spacing: 0.05em;
  padding: 10px 30px 0 0;
}

.mid1 {
  position: relative;
  display: inline-block;
  margin: 20px 0 30px;
  padding: 15px 30px;
  border-radius: 50px;
  background-color: #edf3f6;
  text-align: right;
}
.mid1 a {
  color: #008dbd;
}
.mid1 a:hover, .mid1 a:active {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: #9e9e9e;
}
.mid1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 20%;
  border-style: solid;
  border-width: 0 10px 20px 10px;
  border-color: transparent transparent #edf3f6;
  translate: -50% -100%;
}
.mid2 {
  display: inline-flex;
  align-items: center;
}
.mid2 .material-icons {
  font-size: 24px;
  margin-left: 5px;
  line-height: 1;
  vertical-align: middle;
}

#socket table.tbl-r01 th,#socket table.tbl-r01 td,#socket table.tbl-r02 th,#socket table.tbl-r02 td {
    border: solid 1px #ddd;
    padding: 15px 10px;
}
 
#socket table.tbl-r01,#socket table.tbl-r02 {
    border-collapse: collapse;
    width: 100%;
}
 
#socket table.tbl-r01 th {
    width: 100px;
    color: #fff;
    background-color: #b7c3ab;
}

#socket table.tbl-r02 th {
    width: 100px;
    color: #fff;
    background-color: #a4b4c4;
}
 
#socket table.tbl-r01 td,#socket table.tbl-r02 td {
    text-align:center;
}

#socket table.tbl-r01 strong {
  font-size: 110%;
}

.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa {
	overflow-x: hidden;
	margin: 0 auto;
}
.cp_qa .cp_actab {
	padding: 20px 0;
	border-bottom: 1px dotted #ccc;
}
.cp_qa label {
	font-size: 1.1em;
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	padding: 10px 10px 0 30px;
	cursor: pointer;
}
.cp_qa .cp_actab-content {
	font-size: 1em;
	position: relative;
	overflow: hidden;
	height: 0;
	margin: 0 40px;
	padding: 0 14px;
	-webkit-transition: 0.4s ease;
	        transition: 0.4s ease;
	opacity: 0;
}
.cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_actab-content {
	height: auto;
	padding: 14px;
	opacity: 1;
}
.cp_qa .cp_plus {
	font-size: 1.5em;
	line-height: 100%;
	position: absolute;
	z-index: 5;
	margin: 10px 0 0 10px;
	-webkit-transition: 0.2s ease;
	        transition: 0.2s ease;
}
.cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_plus {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.cp_qa .cp_actab input[type=checkbox] {
  display: none;
}

  
#news1 {
  margin-top: 10px;
  width: 980px;
  padding: 10px;
  text-align: center;
  background: #face00;
}
#news1 a {
  font-size: 100%;
  color: #000000;
  font-weight: bold;
  display: block;
}

.material-icons {
  padding: 0 5px 0 20px;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
  display: inline-flex;
  vertical-align: middle;
}