.clr {
  clear: both;
}
body {
margin:0 !important;
padding:0 !important;
}
.container {
  width: 900px;
  margin: 0 auto;
  margin-top:0px;
  padding:0;
	/*border: 1px solid #ff0;*/
}
/*---------------------------------
header
----------------------------------*/
#header{
	width: 100%;
	margin:0;
	padding:0;
}
.header_bar {
	margin:0;
	padding:0 6px;
 /* width: 920px;*/
  height: 20px;
  background: #df4b96;
}
.logo {
  width: 290px;
  margin: 0;
  padding: 0;
  margin-top: 6px;
 /* margin-left: -14px;*/
  float:left;
}
nav.navbar {
	float:left;
/*border: 1px solid #0f0;*/
}
nav.navbar ul {
  margin: 0;
  padding: 0;
  /*margin-left: -14px;
  margin-left: -10px;
  margin-top: 3px;*/
  width: 600px;
  height: 58px;
  border-bottom: #df4b96 solid thin;
}
nav.navbar ul li {
  width: 110px;
  height: 56px;
  text-align: center;
  float: left;
  padding-top: 18px;
  list-style: none;
}
nav.navbar ul li:nth-child(1), nav.navbar ul li:nth-child(2), nav.navbar ul li:nth-child(3), nav.navbar ul li:nth-child(4) {
  border-right: #df4b96 solid thin;
}
nav.navbar ul li.mypage {
  width: 150px;
  color: #73be1e;
  padding-top:8px;
  padding-left: 10px;
  cursor:pointer;
/*border: thin solid #aaa;*/
}
nav.navbar ul li.mypage div {
  float:left;
/*   overflow:hidden;
border: thin solid #faa;*/
}
nav.navbar ul li.mypage .mylogin {
  line-height: 1.0em;
  padding-top:13px;
  display: inline-block;
}
nav.navbar ul li.mypage .mylogedin div{
width: 90px;
	clear:both;
	float:nine;
white-space:nowrap;
  overflow:hidden;
}
nav.navbar ul li.mypage a:hover img{
	/*opacity: 0.7;*/
	animation: mypg 2s linear infinite;
	-webkit-animation: mypg 2s ease 0s 1 normal;
}
@keyframes mypg{
	0% {transform: rotateY(0deg);}
	100% {transform: rotateY(360deg);}
}
nav.navbar ul li.ryosyusho {
/*  width: 120px;
  height: 50px;
  color: #ffffff;
  background: #ff9900;*/
}
#logo {
  width: 300px;
  float: left;
}
#navbar1 {
  width: 600px;
  float: left;
}
nav.navbar2 {
  background-color: #df4b96;
}
nav.navbar2 ul {
  display: table;
  margin: 0 auto;
  padding: 0;
  width: 900px;
  text-align: center;
}
nav.navbar2 ul li {
  display: table-cell;
  /*min-width: 50px;*/
  border-right: 1px solid #ffffff;
}
nav.navbar2 ul li:first-child {
  border-left: 1px solid #ffffff;
}
nav.navbar2 ul li a {
  display: block;
  width: 100%;
  padding: 20px 0;  
  padding: 10px 0;  
  text-decoration: none;
  color: #ffffff;
}
nav.navbar2 ul li:hover {
  /*background-color: #F8E750;*/
  /*border-bottom: 5px solid #F8E750;*/
  
  /*opacity:0.5;*/
  background-color: #ff69b4;
}
nav.navbar2 ul li.current {
  font-weight: bold;
}
nav.navbar2 ul li.current a {
  /*border-bottom: 5px solid #00B0F0;
color: #00B0F0;*/
}
p.header_img {
  width: 900px;
}
p.header_img img {
  margin: 0 auto;
  padding: 10px 0;
}

div.header-cart-count{
	display:block;
	margin-top:-33px;
	margin-left:58px;
	font-size:0.9em;
	line-height:1.24em;
	width:1.3em;
	height:1.3em;
	color:#fff;
	background-color:#f33;
	border: thin solid #fff;
	border-radius:50%;
	position: absolute;
}
li.bascket a{
	text-decoration:none;
}

/*---------------------------------
検索窓 行
----------------------------------*/
.navsearch{
	display:block;
	width:600px;
    margin-top:-20px !important;
    padding: 0;
}
.kensaku1, .kensaku2, .yokuaru, .gosearch {
	display: inline-block;
	float:left;
	margin-top:-10px;
 }
.kensaku1 {
  width: 180px;
  height: 26px;
 /* margin-top: -28px;
  margin-left: -10px;*/
  margin-right: 4px;
}
.kensaku2 {
  width: 180px;
 /* margin-top: -28px;*/
}
.gosearch{
  margin-left: 4px;
}
.yokuaru {
  /*width: 200px;*/
  height: 34px;
/*  margin-top: -28px;*/
  margin-left: 40px;
 /*   border:1px solid #00F;*/
}
.yokuarubtn {
  height: 34px;
  background: #73be1e;
}

/*---------------------------------
main
----------------------------------*/
/*お知らせ*/
/*---------------------*/
.row h2,
.toppage h2 {
  width: 896px;
  font-size: 22px;
  font-weight: bold;
  padding: 6px 8px;
  border-left: 10px solid #df4b96;
  border-bottom: solid thin;
  position: relative;
}
p.more_1 {
  color: #73be1e;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  width: 60px;
  right: 508px;
  bottom: 316px;
}
.info dl {
  margin-left: 18px;
}
.info dl dt {
  width: 80px;
  float: left;
  /*height: 28px;*/
  padding: 4px;
  margin-right: 10px;
  color: #ffffff;
  background-color: #df4b96;
}
.info dl dd {
  padding-top: 4px;
}
.desc {
	display:none;
}
.info a:hover dt {
	background-color: #ff69b4;
}
/*------------------------*/
.box {
  width: 800px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 40px;
}
.box a:hover img{
	opacity:0.6;
}
.box_1, .box_2 {
  margin-right: 100px;
}
p.more_2 {
  color: #73be1e;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  width: 60px;
  right: 508px;
  bottom: -180px;
  }
.more {
  color: #73be1e;
  font-size: 16px;
  font-weight: bold;
	float:right;
}
.more::after {
	float:none;
	clear:both;
}
.runking_box {
  width: 900px;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 40px;
}
.runking_box a:hover{
	opacity:0.7;
}
.runking_1, .runking_2 {
  margin-right: 87px;
}
p.more_3 {
  color: #73be1e;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  width: 60px;
  right: 508px;
  bottom: -624px;
}
.osusume_box {
  width: 900px;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 40px;
}
.osusume_box a:hover{
	opacity:0.7;
}
.pink {
  color: #df4b96;
}
.ichiran ul li {
  font-size: 13px;
}
.ichiran ul li:nth-child(1), .ichiran ul li:nth-child(2) {
  margin-right: 20px;
}
p.dot {
  width: 880px;
  margin: 0 auto;
  border: dotted thin;
}

/*---------------------------------
商品一覧
----------------------------------*/
.products{
	display:block;
	margin:0px;
	padding:0px;
	font-size: 0;
}
.products li{
display:inline-block;
	border: thin solid #aaa;
	width:49.5%;
	list-style:none;
	/*float:left;*/
	margin-bottom: 5px;
	vertical-align: top;
	font-size: 13px;
	color:#000;
	text-align:center;
	padding-bottom:10px;
}
.products li:nth-child(1n){
    margin-right: 5px;
}
.products li:nth-child(2n){
    margin-right: 0;
}

.products .product:hover{
	border: thin solid #df4b96;
}
.product{
	float:none;
	margin:0;
	padding:0;
	text-align:center;
}
.product img{
	width: 100%;
	height:auto;
}
.product h2{
	font-size: 1.1em;
	padding: 2px 5px;
	text-align:center;
	width:100%;
/*	height: 1.6em;*/
	overflow:hidden;
}
.product .price{
	font-size: 1.2em;
	padding: 2px 5px;
	height:1.5em;
}
.product .button{
	width:60%;
	height:1.5em;
	background-color: #a33;
	color: #fff;
	padding: 2px 5px;
	margin-left:5px;
}
.woocommerce-pagination{
	display: block;
	float:none;
	clear:both;
	width:100%;
	margin: 0 auto;
	font-size: 1.2em;
	font-weight: bold;
	text-align:center;
}
.woocommerce-pagination .page-numbers{
	display:inline-block;
	margin: 0 auto;
	/*border: 1px solid #f00;*/
}
.woocommerce-pagination li{
	list-style:none;
	float:left;
	padding: 2px 3px;
}
a.added_to_cart.wc-forward {
    display: none;
}
a.add_to_cart_button{
	margin:0;
	padding: 5px 20px;
	border-radius: 25%;
	border: 1px #f33 solid;
	background-color: #df4b96 !important;
	text-decoration:none;
}
a.add_to_cart_button:hover{
	color:yellow;
	opacity:0.8;
}

.item-left{
	width:50%;
	float:left;
	padding: 0 5px;
	text-align:center;
}
.item-right{
	width:50%;
	float:left;
	padding: 0 5px;
	font-size: 12px;
	color:#000;
	text-align:left;
}
.woocommerce-result-count{
    display: none;
}
.woocommerce-ordering{
    display: none;
}
h2.woocommerce-loop-product__title{
	font-size:1.2em;
	font-weight:bold;
}
.item-right .price{
	font-size:1.0em;
	font-weight:bold;
	margin-bottom:5px;
	margin:0 auto;
}
.pgtop {
  color: #73be1e;
  font-size: 14px;
  font-weight: bold;
	float:right;
	margin-top: 10px;
}
.pgtop::after {
	float:none;
	clear:both;
}
.panel p{
	text-align:left;
	padding: 0 20px;
}

/*---------------------------------
個別商品ページ
----------------------------------*/
.product .woocommerce-product-gallery{
	opacity: 1 !important;
}

.product .woocommerce-product-gallery img{
	/* じわっと画像が表示される */
 	animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
}
/* じわっと画像が表示される ---------　一度追加していたら不要*/
@keyframes fadeIn { /*上のbody内で呼び出しているアニメーションと名前をそろえる*/
    0% {opacity: 0} /* 始め */
    100% {opacity: 1} /* 終わり */
}
/*古いブラウザ用　---------　一度追加していたら不要*/
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.product .cart{
	padding-left: 10px;
}
.product .quantity {
	margin-left:10px;
}
.product .cart .button{
	width: 30%;
	height:2em;
	margin-top:10px;
	margin-left:10px;
	border:1px solid #333;
}
.product .tabs{
	display:none;
}
.product .woocommerce-tabs .panel h2,
.product .related>h2 {
  width: 896px;
  font-size: 22px;
  font-weight: bold;
  padding: 6px 8px;
  border-left: 10px solid #df4b96;
  border-bottom: solid thin;
  position: relative;
  text-align:left;
}
.comment-form p img{
	width:120px;
}
figure {
	width:400px;
	margin:0 auto;
}

/* 属性 */
table.variations{
	text-align:center;
	display:inline-block;
	width:auto;
	margin:5px auto;
}
table.variations td {
	font-size: 1.1em;
	color: #000;
}

.woocommerce ul.order_details li{
	font-size: 1.0em;
	color: #000;
}

/*---------------------------------
Pages
----------------------------------*/
h2.para-title{
  width: 896px;
  font-size: 22px;
  font-weight: bold;
  padding: 6px 8px;
  border-left: 10px solid #df4b96;
  border-bottom: solid thin;
  position: relative;
}
.para-end{
margin:0;
padding:0;
margin-top:20px;
}
.privacy table td,
.corpinfo table td{
	padding: 15px 5px;
	font-size: 1.1em;
	line-height:1.5em;
	vertical-align:top;
}
.corpinfo table td.col1{
	width:20%;
}

nav.woocommerce-MyAccount-navigation {

}
nav.woocommerce-MyAccount-navigation ul li{
	width:50%;
	margin:10px;
	font-size:1.2em;
	line-height:1.5em;
	text-align:left;
	padding-left: 15px;
	border-bottom: thin solid #df4b96;
	border-left: 5px solid #df4b96;
	list-style:none;
}
/*------------------------
領収書 (woocommerce myaccount/orders.php -> order/order-details -> myaccount/receipt.php内に記述
-------------------------*/ 

/*---------------------------------
footer
----------------------------------*/
footer#footer {
  float:none;
  clear:both;
  /* width: 900px; */
  color: #ffffff;
  margin: 10px 0;
  background-color: #df4b96;
  padding: 6px;
}
div.footer_title {
  width: 600px;
  margin: 0 0 0 auto;
}
h3 {
  font-size: 22px;
  font-weight: bold;
}
div.footer_title h3 {
  float: left;
  padding-right: 30px;

}
div.footer_title ul {}
#footer_navbar {
text-align:center;
margin:0 auto; 
 /*border: #fff solid thin;*/
}
nav.footer_navbar ul { 
  /*width: 890px;*/
  display:inline-block;
	margin: 0 auto;
	margin-top: -20px;
  height: 44px;
 /*border: #fff solid thin;*/
}
nav.footer_navbar ul li {
  margin-right: 20px;  
  height: 44px;
  text-align: center;
  float: left;
  padding-top: 18px;
  list-style: none;
  color: #ffffff;
	font-size: 15px;
  font-weight: bold;
  
}
nav.footer_navbar ul li a {
  color: #ffffff;
	padding-bottom: 6px;
	border-bottom: 2px #ffffff solid;
}
/*nav.footer_navbar ul li:nth-child(1), nav.footer_navbar ul li:nth-child(2), nav.footer_navbar ul li:nth-child(3), nav.footer_navbar ul li:nth-child(4) {
	padding-right: 10px;
  border-right: #ffffff solid 1px;
}*/
.adress{
	margin-top: 10px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 240px;
}
.copy{
	margin-top: 10px;
	text-align: center;
	font-size: 15px;
}
.footerlink a{
	text-decoration:none;
	color:#fff;
}
#footer .sns{
margin-left:40px;
}
#footer .list-inline ul{
}
#footer .list-inline li{
padding:0;
padding-top:10px;
/*border: #fff solid thin;*/
}
#footer .list-inline img{
	width:70%;
	margin:0;
}

.footerlink a:hover{
	color:#ffa500;
	font-weight:bold;
	border-bottom: 2px #ffa500 solid;
}
#footer .list-inline a:hover{
	opacity:0.7;
}
@media screen and (max-width: 480px) {
  /* 480pxまでの幅の場合に適応される */
  h1.logo {
    margin: 0 auto;
  }
  #logo {
    float: none;
  }
  #navbar1 {
    float: none;
  }
}

@media print {
	a[href]:after {
	  content: "" !important;
	}
	abbr[title]:after {
	  content: "" !important;
	}
}

