/*
	Theme Name: saru-table-custum
*/

body {
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}

a {
 color: #129BCC;
}
a:hover {
 color: #D42528;
}


.pc_only{
	display: block;
}
.sp_only{
	display: none;
}


.default-table {
 border-top: 1px solid #C7C7C7;
 border-left: 1px solid #C7C7C7;
}
.default-table tbody tr th,.default-table tbody tr td {
 border-right: 1px solid #C7C7C7;
 border-bottom: 1px solid #C7C7C7;
 padding-top: 10px;
 padding-right: 10px;
 padding-bottom: 10px;
 padding-left: 10px;
}
.default-table tbody tr th {
 font-weight: normal;
 text-align: left;
 background-color: #F8F8F8;
 width: 300px;
}
.default-table td input,.default-table td textarea {
 padding:6px;
}

#contact_submit{
	text-align:center;
	padding-top:30px;
}
#contact_submit input{
 padding:6px;
	margin:10px;
}

.woocommerce-message{
	display:none;
}

dl.variation p,
.woocommerce td.product-name dl.variation:last-child{
	margin-bottom:1em !important;
}

.woocommerce div.product form.cart .variations td.label {
    white-space:nowrap;
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
	width: 100%;
	border: 1px solid #666;
	border-radius: 3px;
	padding: .5rem .5rem;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
table.shop_table {
	background-color: transparent;
	width: 100%;
	margin-bottom: 15px;
	font-size: .9em;
	border-spacing: 0;
	border-collapse: collapse;
}

table tbody>tr:nth-child(odd)>th {
	background-color: #eee;
}
/*table.shop_table tbody>tr:nth-child(odd)>td,
table tbody>tr:nth-child(odd)>th {
	background-color: #eee;
}*/
table.shop_table td, table th {
	padding: 15px;
	line-height: 1.5;
	vertical-align: top;
	border: 1px solid #ccc;
}
.woocommerce .quantity .qty {
	width: 4.631em;
	text-align: center;
}

@media (max-width:767px){
.default-table tbody tr th,.default-table tbody tr td {
display:block
}
.default-table tbody tr td input,.default-table tbody tr td textarea {
max-width:280px;
}
.default-table tbody tr th {
 width: 100%;
}
.pc_only{
	display: none;
}
.sp_only{
	display: block;
}
}




input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
	width: 100%;
	border: 1px solid #666;
	border-radius: 3px;
	padding: .5rem .5rem;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

body.woocommerce-cart table.shop_table,
body.woocommerce-checkout table.shop_table {
	background-color: transparent;
	width: 100%;
	margin-bottom: 15px;
	font-size: .9em;
	border-spacing: 0;
	border-collapse: collapse;
}
body.woocommerce-cart table.shop_table tbody>tr:nth-child(odd)>td,
body.woocommerce-cart table tbody>tr:nth-child(odd)>th,body.woocommerce-checkout table tbody>tr:nth-child(odd)>th  {
	background-color: #eee;
}
/*body.woocommerce-cart table.shop_table tbody>tr:nth-child(odd)>td,
body.woocommerce-checkout table.shop_table tbody>tr:nth-child(odd)>td,
body.woocommerce-cart table tbody>tr:nth-child(odd)>th,body.woocommerce-checkout table tbody>tr:nth-child(odd)>th {
	background-color: #eee;
}*/
body.woocommerce-cart table.shop_table td, table th,
body.woocommerce-checkout table.shop_table td, table th {
	padding: 15px;
	line-height: 1.5;
	vertical-align: top;
	border: 1px solid #ccc;
}
.woocommerce .quantity .qty {
	width: 4.631em;
	text-align: center;
}


nav.woocommerce-MyAccount-navigation ul{
	margin:0px;
	padding:0px;
	border-top:#DDD solid 1px;
	background-color:#FBFBFB;
}
nav.woocommerce-MyAccount-navigation ul li{
	margin:0px;
	padding:10px 10px;
	border-bottom:#DDD solid 1px;
	list-style:none;
}
nav.woocommerce-MyAccount-navigation ul li a{
	color:#444;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select {
	padding:8px;
	border:#DDD solid 1px;
}
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
	position: absolute;
	right: .7em;
	top: .3em;
	cursor: pointer;
}