/*
Theme Name: APL info
Theme URI: http://www.aoteapacific.co.nz
Description: This theme is for APL information site.
Version: 1.1
Author: Aotea Pacific
Author URI: http://www.aoteapacific.co.nz/
*/

@charset "utf-8";
body {
margin:0;
padding:0;
color:#333333;
font-family:Geneva, Arial, Helvetica, sans-serif;
width:100%;
position:relative;
font-size:0.95em;

line-height:140%;
}
.unselectable {/*researchとresourceの個別記事のみに適用*/
user-select:none;
-webkit-user-select:none;
-moz-user-select:none;
-khtml-user-select:none;
-webkit-user-drag:none;
-khtml-user-drag:none;
}
input[type=text],input[type=email] {
border-radius: 0.3em;
-moz-border-radius: 0.3em;
-webkit-border-radius: 0.3em;
-o-border-radius: 0.3em;
-ms-border-radius: 0.3em;
border:#a9a9a9 1px solid;
height:25px;
-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
padding:0 2px;
margin: 0;
}
input[type=text]:focus {
    border:solid 1px #EEA34A;
}
input[type=email]:focus {
    border:solid 1px #EEA34A;
}
textarea {
border-radius: 0.3em;
-moz-border-radius: 0.3em;
-webkit-border-radius: 0.3em;
-o-border-radius: 0.3em;
-ms-border-radius: 0.3em;
border:#a9a9a9 1px solid;
height:25px;
-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
height:130px;
width:205px;
padding:3px;
font-size:0.8em;
margin:0 0 5px 0;
}
input[type=button],input[type=submit] {
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
cursor:pointer;
height:25px;
background:#ccc;
border:solid 1px #a9a9a9;
font-family:Geneva, Arial, Helvetica, sans-serif;
}

@media all and (-ms-high-contrast:none){
  input[type=button],input[type=submit] { margin-top:3px;} /* IE10 */
}


small{
font-size: 0.7em;
}

table.cart tr td input[type=button],table.cart tr td input[type=submit] {
height:20px;
font-size: 0.9em;
}

table.cart tr td input[type=text] {
width: 30px;
}

#discount-code{
width: 158px;
height: 20px;
margin: 5px 0;
}

table.shipdata tr th{
background: #66B8D9;
color: #FFF;
}

table.shipdata tr td.h2{
background: ##E2E2E2;
text-align: center!important;
}

table.shipdata tr td{
text-align: center!important;
}

input.ship-estimates{
width: 80px!important;
}

input.wpcf7-submit{
width: 215px;
}

textarea.wpcf7-textarea{
width: 530px!important;
}

.wpcf7-captchar{
width: 120px;
}

ul, li {
margin:10px 0;
padding:0;
}
ul li {
list-style:none;
}
ol {
padding:0;
margin-left:22px;
}
h1,h2,h3,h4 {
margin:0;
padding:0;
}
h1 {
line-height:1.2;
}
h2 {
margin-left:0;
background:none;
border:none;
box-shadow:none;
-webkit-box-shadow:none;
-moz-box-shadow:none;
height:auto;
line-height:1.2;
font-size:1.3em;
color:#14396a; 
text-shadow: 1px 1px 0px #ccc; margin-top:35px;
} 
h3{ font-size:1.2em; } 
h4 {font-size:1.1em; margin-top:15px;}

.title_bg {/*背景付 h2用*/
width:650px;
height:32px;
margin:20px 0 15px 0;
padding:3px 0 0 20px;
float:left;
background: linear-gradient(#F1F1F1, #ffffff, #F1F1F1);
background: -moz-linear-gradient(#F1F1F1, #ffffff, #F1F1F1);
background: -webkit-gradient(linear, left top, left bottom, from(#F1F1F1),color-stop(0.5, #ffffff),  to(#F1F1F1)); 
background-color:#F1F1F1;
border-radius: 0.2em;
-moz-border-radius: 0.2em;
-webkit-border-radius: 0.2em;
-o-border-radius: 0.2em;
-ms-border-radius: 0.2em;
border:#dcdcdc 1px solid;
display:block;
color:#14396a;
text-shadow:1px 1px 0px #fff;
-webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
-moz-box-shadow:inset 1px 1px 0px 0px #ffffff;
box-shadow:inset 1px 1px 0px 0px #ffffff;
font-size:1.4em;
}
h2.title_bg:before {
content:url(images/h2_icon.png);
margin-top:2px;
}
img {
/*
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;*/
}
.alignnone {/*投稿イメージ*/
border:1px solid #EDEDED;
}
.alignright {
float:right;
margin:0 0 10px 30px;
border:1px solid #EDEDED;
}
.alignleft {
float:left;
margin:0 30px 10px 0;
border:1px solid #EDEDED;
}
.aligncenter {
margin:0 auto;
display:block;
border:1px solid #EDEDED;
}
h2 a {
text-decoration:none;
}
a img {border:none;}
a:hover img {opacity:0.8;}
a {color:#455765;}
a:hover {color:#00bfff/*4682b4*/;}

/*テキスト*/
.txt_small {
font-size:0.85em;
}
.txt_bold {
font-weight:bold;
color:#666;
}
/*basicレイアウト---------------------------------------*/
.bg {
min-width:1024px;
width:100%;
height:300px;
top:300px;
position:absolute;
z-index:-1;
}
.container {
width:1024px;
height:auto;
margin:0 auto;
}
.container_in {
width:980px;
height:auto;
float:left;
padding:10px 24px 0 20px;
}
#logo {
width:240px;
height:70px;
background:url(images/logo.png) no-repeat;
float:left;
margin:10px 0;
}

.lang {
float:right;
margin:40px 5px 0 0;
}
.lang ul li {
display:block;
padding:0 5px;
float:left;
}

/*メニュー---------------------------------------*/
.menu-main-menu-container {
  width:980px;
  font-size:16px;
  font-family:Arial;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
  border-radius:8px;
  border:1px solid #3866a3;
  padding:0;
  text-decoration:none;
  background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #63b8ee), color-stop(100%, #468ccf) );
  background:-moz-linear-gradient( center top, #63b8ee 5%, #468ccf 100% );
     background:-ms-linear-gradient( top, #63b8ee 5%, #468ccf 100% );
  background-color:#63b8ee;
  color:#14396a;
  display:inline-block;
  text-shadow:1px 1px 0px #7cacde;
  -webkit-box-shadow:inset 1px 1px 0px 0px #bee2f9;
  -moz-box-shadow:inset 1px 1px 0px 0px #bee2f9;
  box-shadow:inset 1px 1px 0px 0px #bee2f9;
}
.menu-main-menu-container a {
text-decoration:none !important;
color:#14396a !important;
text-shadow:1px 1px 0px #7cacde !important;
}
ul#menu-main-menu {
  margin:0;
  padding:0;
  list-style: none;
}
ul#menu-main-menu li{
  display:block;
  float:left;
  margin: 0;
  padding:0 0 13px;
  text-align:center;
  font-size:16px;
  height:32px;
  font-weight:bold;
  text-decoration:none;
  background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #63b8ee), color-stop(100%, #468ccf) );
     background:-moz-linear-gradient( center top, #63b8ee 5%, #468ccf 100% );
     background:-ms-linear-gradient( top, #63b8ee 5%, #468ccf 100% );
     background-color:#63b8ee;
     color:#14396a;
     text-shadow:1px 1px 0px #7cacde;
     -webkit-box-shadow:inset 1px 1px 0px 0px #bee2f9;
     -moz-box-shadow:inset 1px 1px 0px 0px #bee2f9;
     box-shadow:inset 1px 1px 0px 0px #bee2f9;
	 border-left:1px solid #3866a3;
}
ul#menu-main-menu li a {
padding:14px 30px 10px;
display:block;
}
ul#menu-main-menu li:hover {
  background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #468ccf), color-stop(100%, #63b8ee) );
     background:-moz-linear-gradient( center top, #468ccf 5%, #63b8ee 100% );
     background:-ms-linear-gradient( top, #468ccf 5%, #63b8ee 100% );
     background-color:#468ccf;
}
ul#menu-main-menu li:first-child {
	border-top-left-radius:8px ;
	border-bottom-left-radius:8px ;
	border-left:none;
	-moz-border-top-left-radius:8px;
  -webkit-border-top-left-radius:8px;
  -moz-border-bottom-left-radius:8px;
  -webkit-border-bottom-left-radius:8px;
}
ul#menu-main-menu li:last-child{
border-right:1px solid #3866a3;
-webkit-box-shadow:inset 1px 1px 0px 0px #bee2f9, 1px 0px 0px 0px #bee2f9;
     -moz-box-shadow:inset 1px 1px 0px 0px #bee2f9, 1px 0px 0px 0px #bee2f9;
     box-shadow:inset 1px 1px 0px 0px #bee2f9, 1px 0px 0px 0px #bee2f9;
}
/*パンくずリスト--------------------------------------*/
#breadcrumb{
width:980px;
clear:both;
height:20px;
float:left;
}


.breadcrumb{
display:none;
width: 980px;
clear: both;
height: 20px;
float: left;
margin: -48px 0 0 -5px;
}

.breadcrumb + span{
display:none;
}

.breadcrumb + h1{
display:none;
}


.none1{
display:none;
}

/*
.breadcrumb{
width: 980px;
clear: both;
height: 20px;
float: left;
margin: -48px 0 0 -5px;
}
*/
.shopp-collection .breadcrumb{
display:none;
}

#breadcrumb ul li {
float:left;
display:block;
padding:0 5px;
height:20px;
  margin: 0;
}

#breadcrumb ul, .breadcrumb ul,{
overflow: hidden;
}

.breadcrumb ul li {
float:left;
display:block;
padding:0 5px!important;
height:20px;
border-bottom: none!important;
margin:10px 0!important;
}

#breadcrumb ul li a, .breadcrumb ul li a{
display:block;
}
.search_result {
width:890px;
padding:3px 0 0;
}
.single_result {
width:500px;
height:100px;
padding:15px 0 0;
display:block;
line-height:1.1;
margin-bottom:10px;
}

/*トップページヘッダー--------------------------------*/
.top_banner {
width:960px;
height:400px;
float:left;
margin:20px 10px 0 10px;
background:url(images/loading01.gif) no-repeat center center;
}

/*左側・メイン---------------------------------------*/
.left {
width:700px;
height:auto;
float:left;
margin:10px 0 20px;
}

.top_banner2 {
width:700px;
height:145px;
margin:5px 0 10px 3px;
}
.left_content {
width:680px;
height:auto;
margin:10px 0;
padding:20px 15px 20px 5px;
float:left;
}
.thumbnail {
float:left;
width:130px;
height:80px;
margin:10px 25px 25px 5px;
background: linear-gradient(#F1F1F1, #ffffff, #F1F1F1);
background: -moz-linear-gradient(#F1F1F1, #ffffff, #F1F1F1);
background: -webkit-gradient(linear, left top, left bottom, from(#F1F1F1),color-stop(0.5, #ffffff),  to(#F1F1F1)); 
background-color:#F1F1F1;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
padding:4px;
border:#dcdcdc 1px solid;
-webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
-moz-box-shadow:inset 1px 1px 0px 0px #ffffff;
box-shadow:inset 1px 1px 0px 0px #ffffff;
}
.sub_title {/*h2用*/
margin:15px 0 10px -3px;
background:none;
border:none;
box-shadow:none;
-webkit-box-shadow:none;
-moz-box-shadow:none;
height:auto;
line-height:1.1;
font-size:1.2em; 
text-shadow:none;
}
.sub_title:before {
content:url(images/h2_icon.png);
margin-top:2px;
}
.left_content h3 {
margin:30px 0 5px;
text-shadow: 1px 1px 0px #ccc;
color:#14396a;
}
.left_content ul li {
list-style-image: url(images/list.png);
padding: 3px 0;
line-height: 1.2;
border-bottom: #CCCCCC 1px dashed;
margin: 10px 20px 2px;
}

.left_content ul.products li{
border-bottom: none;
}

body.page-id-0 div.container div.container_in div.left div.left_content div#shopp div.category ul.products li.product:last-child{
display:none;
}

.left_content ul#shipping-methods li, #checkout ul li{
border-bottom: none;
}

form#checkout div#cart table tbody tr td small, ul#shipping-methods{
  display: none;
}

.left_content h1 {
margin:0 0 0px;
color:#14396a;
text-shadow: 0px 1px 1px #ccc;
}
.left_content_in {
padding:0;
border-bottom:#CCCCCC 1px dashed;
min-height:100px;
height:auto;
float:left;
}
.left_tag {
float:right;
text-align:left;
}
.title {
font-size:1.6em;
display:block;
}

/*トップページ*/
.top_content3_in {
float:left;
background:#FFFFFF;
width:650px;
/*height:260px;*/
height:auto;
padding:0 10px;
margin:-5px 0 40px;
}
.top_contents {
width: 680px;
float:left;
}
.top_contents_box{
width:305px;
height:auto;
float:left;
padding:5px;
background: linear-gradient(#F1F1F1, #ffffff, #F1F1F1);
background: -moz-linear-gradient(#F1F1F1, #ffffff, #F1F1F1);
background: -webkit-gradient(linear, left top, left bottom, from(#F1F1F1),color-stop(0.5, #ffffff),  to(#F1F1F1)); 
background-color:#F1F1F1;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
border:#dcdcdc 1px solid;
-webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
-moz-box-shadow:inset 1px 1px 0px 0px #ffffff;
box-shadow:inset 1px 1px 0px 0px #ffffff;
margin:0 0 30px 0;
}
.top_contents_box:nth-child(2n){
margin-left:40px;
}
.top_contents_box_in {
float:left;
background:#FFFFFF;
width:285px;
height:325px;
padding:0 10px;
font-size:0.9em;
}
.top_contents_box_in img {
width:120px;
float:left;
margin:8px 15px 10px 0;
border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
-o-border-radius: 0px;
-ms-border-radius: 0px;
}
.top_contents_box_in_title {
margin:20px 5px 10px 5px;
line-height:1.3;
/*text-align:center;*/
font-size:1.2em;
color:#14396a; 
font-weight:bold;
height:35px;
}
.top_content_box_in_info {
height:200px;
}
.top_seemore_btn {
background-color:#EB971A;
padding:2px 5px;
border-radius:5px ;
-moz-border-radius:5px;
-webkit-border-radius:5px;
font-weight:bold;
border:none;
cursor:pointer;
width:140px;
height:auto;
text-align:center;
margin:20px auto 10px;
-moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.3);
-webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.3);
box-shadow:1px 1px 2px rgba(0, 0, 0, 0.3);
background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #EB971A),color-stop(1, #F5B23D));
background-image: -o-linear-gradient(top, #EB971A 0%, #F5B23D 100%);
background-image: -moz-linear-gradient(top, #EB971A 0%, #F5B23D 100%);
background-image: -webkit-linear-gradient(top, #EB971A 0%, #F5B23D 100%);
background-image: -ms-linear-gradient(top, #EB971A 0%, #F5B23D 100%);
background-image: linear-gradient(to top, #EB971A 0%, #F5B23D 100%);
}
.top_seemore_btn a{
text-decoration:none !important;
color:#fff;
display:block;
}

ul.news li p,ul.news li h3{
margin:0;
}

ul.news li p{
margin-bottom: 5px;
}

ul.news li{
margin-bottom: 20px;
padding-bottom: 10px;
}

ul.news li h3{
text-shadow:none;
font-size:1em;
margin-bottom: 5px;
}

/* 商品ページ            */
#shopp .recommend{
  margin-bottom:30px;
}
#shopp .recommend h3{
color:red;
border:1px solid green;
}

/*カテゴリー*/
.cat3_content {
width:310px;
height:130px;
float:left;
padding:10px 10px 10px 0;
}
.cat3_thum{
float:left;
width:140px;
}
.cat3_title {
height:200px;
width:145px;
padding:30px 10px 0 15px;
float:left;
}
/*カテゴリ・リサーチ*/
.re_img {
width:250px;
height:170px;
/*padding:5px;*/
float:left;
margin:5px 5px 15px;
box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.30);
-moz-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.30);
-webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.30);
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
}
.re_box {
float:left;
width:360px;
margin:0 0 20px 30px;
clear:right;
}
/*カテゴリ・Publications*/

/*カテゴリ・Shop*/
.top_product_pic {
width:190px;
height:150px;
padding:5px;
background: linear-gradient(#F1F1F1, #ffffff, #F1F1F1);
background: -moz-linear-gradient(#F1F1F1, #ffffff, #F1F1F1);
background: -webkit-gradient(linear, left top, left bottom, from(#F1F1F1),color-stop(0.5, #ffffff),  to(#F1F1F1));
background:-ms-linear-gradient( top, #F1F1F1, #ffffff 50%, #F1F1F1 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#F1F1F1');
background-color:#F1F1F1; 
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
margin:10px 0 0;
border:#dcdcdc 1px solid;
-webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
-moz-box-shadow:inset 1px 1px 0px 0px #ffffff;
box-shadow:inset 1px 1px 0px 0px #ffffff;
}
.top_product_info {
line-height:120%;
float:left;
width:190px;
height:95px;
background:rgba(255,255,255,0.5);
border-radius:5px ;
-moz-border-radius:5px;
-webkit-border-radius:5px;
padding:5px;
}
.top_product_mg {
width:190px;
text-align:center;
font-size:0.85em;
}
.top_product_price {
width:190px;
text-align:center;
font-size:1.3em;
color:#C1272D;
font-weight:bold;
}
.product_list {
width:200px;
height:410px;
float:left;
margin:10px 30px 40px 0;
padding-bottom:30px;
}
.product_list:nth-child(3n+1){
margin-right:0;
}
.product_list h3 {
text-align:center;
margin:10px 0 0;
padding:0;
}
.product_list h3 a {
text-decoration:none;
color:#14396a;
}
.product_list h3 a:hover {
text-decoration:underline !important;
color:#14396a;
}
.product_list_name {
line-height:1em;
display:block;
  margin-left:0;
  background:none;
  border:none;
  box-shadow:none;
  -webkit-box-shadow:none;
  -moz-box-shadow:none;
  height:45px;
  font-size:1.3em;
  font-weight:bold;
  color:#14396a; 
  text-shadow: 1px 1px 0px #ccc; margin-top:35px;
  clear: both;
}
form input.add_cart_btn2,.cat-buy form input.skubutton {
background-color:#EB971A;
padding:2px 5px;
border-radius:5px ;
-moz-border-radius:5px;
-webkit-border-radius:5px;
font-weight:bold;
color:white;
font-size: 1em;
font-style: italic;
text-align:center;
border:none;
cursor:pointer;
width:140px;
height:30px;
text-shadow: 1px 1px 0px #666666;
margin:5px auto 10px;
-moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.3);
-webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.3);
box-shadow:1px 1px 2px rgba(0, 0, 0, 0.3);
background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #EB971A),color-stop(1, #F5B23D));
background-image: -o-linear-gradient(top, #EB971A 0%, #F5B23D 100%);
background-image: -moz-linear-gradient(top, #EB971A 0%, #F5B23D 100%);
background-image: -webkit-linear-gradient(top, #EB971A 0%, #F5B23D 100%);
background-image: -ms-linear-gradient(top, #EB971A 0%, #F5B23D 100%);
background-image: linear-gradient(to top, #EB971A 0%, #F5B23D 100%);
}

.add_cart_btn2 {
background-color:#EB971A;
padding:2px 5px;
border-radius:5px ;
-moz-border-radius:5px;
-webkit-border-radius:5px;
font-weight:bold;
border:none;
cursor:pointer;
width:140px;
height: 30px;
text-align:center;
margin:5px auto 10px;
-moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.3);
-webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.3);
box-shadow:1px 1px 2px rgba(0, 0, 0, 0.3);
background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #EB971A),color-stop(1, #F5B23D));
background-image: -o-linear-gradient(top, #EB971A 0%, #F5B23D 100%);
background-image: -moz-linear-gradient(top, #EB971A 0%, #F5B23D 100%);
background-image: -webkit-linear-gradient(top, #EB971A 0%, #F5B23D 100%);
background-image: -ms-linear-gradient(top, #EB971A 0%, #F5B23D 100%);
background-image: linear-gradient(to top, #EB971A 0%, #F5B23D 100%);
overflow: hidden;
}

/*カテゴリ news*/
ul.news-cat{
margin-bottom: 0px;
}

ul.news-cat li{
list-style: none;
overflow: hidden;
width: 100%;
padding: 5px 0 10px;
}

.news-cat li h2{
-webkit-box-shadow: none;
-moz-box-shadow: none;
height: auto;
line-height: 1.1;
font-size: 1em;
text-shadow: none;
margin-top: 10px;
font-weight: normal;
width: 560px;
float: left;
margin-top: 0px;
text-decoration:underline;
}

.news-cat li h3.top2{
-webkit-box-shadow: none;
-moz-box-shadow: none;
height: auto;
line-height: 1.1;
font-size: 1em;
text-shadow: none;
margin-top: 10px;
font-weight: normal;
width: 530px;
float: left;
margin-top: 0px;
}

.news-cat li p.txt_bold{
width: 100px;
float: left;
margin: 0px;
background: url(images/list.png) no-repeat;
padding-left: 14px;
}

#searchform{
overflow: hidden;
margin-bottom: 20px;
}

/*カテゴリ shopの個別ページ*/
.extract {
font-size:1.0em;
font-weight:normal;
color:#333;
text-shadow:none;
}
.product_pic {
width:300px;
height:236px;
padding:5px;
background: linear-gradient(#F1F1F1, #ffffff, #F1F1F1);
background: -moz-linear-gradient(#F1F1F1, #ffffff, #F1F1F1);
background: -webkit-gradient(linear, left top, left bottom, from(#F1F1F1),color-stop(0.5, #ffffff),  to(#F1F1F1));
background:-ms-linear-gradient( top, #F1F1F1, #ffffff 50%, #F1F1F1 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#F1F1F1');
background-color:#F1F1F1; 
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
margin:20px 5px;
border:#dcdcdc 1px solid;
-webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
-moz-box-shadow:inset 1px 1px 0px 0px #ffffff;
box-shadow:inset 1px 1px 0px 0px #ffffff;
float:left;
}
.product_info {
width:270px;
height:auto;
float:left;
margin:10px 0 30px 40px;
padding:10px 15px;
}
.product_name {
text-align:center;
margin:10px auto;
}
.product_qty {
text-align:center;
font-size:0.85em;
}
.product_price {
text-align:center;
font-size:1.3em;
color:#C1272D;
font-weight:bold;
}
.add_cart_btn {
background-color:#EB971A;
padding:0px;
border-radius:5px ;
-moz-border-radius:5px;
-webkit-border-radius:5px;
font-weight:bold;
border:none;
cursor:pointer;
width:180px;
height:31px;
text-align:center;
margin:10px auto;
-moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.3);
-webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.3);
box-shadow:1px 1px 2px rgba(0, 0, 0, 0.3);
background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #EB971A),color-stop(1, #F5B23D));
background-image: -o-linear-gradient(top, #EB971A 0%, #F5B23D 100%);
background-image: -moz-linear-gradient(top, #EB971A 0%, #F5B23D 100%);
background-image: -webkit-linear-gradient(top, #EB971A 0%, #F5B23D 100%);
background-image: -ms-linear-gradient(top, #EB971A 0%, #F5B23D 100%);
background-image: linear-gradient(to top, #EB971A 0%, #F5B23D 100%);
}
.add_cart_btn input, .add_cart_btn2 input {
background:none;
border:none;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#ffffff;
text-shadow:1px 1px 0px #666666;
font-weight:bold;
font-size:1em;
font-style:italic;
}

.add_cart_btn input:hover, .add_cart_btn2 input:hover {
text-decoration:underline;
}

.add_cart_btn input{
margin-top: 3px;
}

.add_cart_btn:hover, .add_cart_btn2:hover {
text-decoration:underline;
}
.product_single table {
border-collapse:collapse;
border:solid 1px #569CB2;
padding:3px;
box-shadow:1px 1px 3px rgba(0,0,0,0.2);
margin:35px 0 0 0;
font-size:0.88em;
}
.product_single th {
background:#66B8D9;
color:#FFF;
border:solid 1px #569CB2;
padding:5px;
text-shadow:1px 1px 1px rgba(0,0,0,0.2);
}
.product_single td {
padding:7px;
border:solid 1px #569CB2;
}

#shopp table {
border-collapse:collapse;
border:solid 1px #569CB2;
padding:3px;
box-shadow:1px 1px 3px rgba(0,0,0,0.2);
margin-top: 20px;
font-size:0.88em;
}
#shopp th {
background:#66B8D9;
color:#FFF;
border:solid 1px #569CB2;
padding:5px;

}
#shopp td {
padding:7px;
border:solid 1px #569CB2;
}

#shopp table tr td small{
margin-left:20px;
font-size: 0.9em;
}

.shopp-product table tr:nth-child(3){
display: none;
}

.green_border {
padding:0px 10px 10px 20px;
font-size:0.9em;
border-radius:5px ;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border:2px solid #00A99D;
}
.check_list {
position:relative;
}
.check_list img {
border:none;
}
.check_list_in {
position:absolute;
top:33px;
left:70px;
width:485px;
height:230px;
font-size:0.95em;
}
.check_list_in h3 {
color:#E3A13B;
margin-left:10px;
text-shadow:none;
}

.add_cart_btn2 form{
text-align:center!important;
}

input.addtocart{
width:140px;
}

.add_cart_btn form input.addtocart{
width:100%;
}

ul.taglist{
border: 1px solid lightblue;
width: 100%;
padding: 5px;
}

ul.taglist li{
list-style: none;
float: left;
padding: 3px 10px;
margin: 3px 5px;
border-bottom: none;
background-color: lightgrey;
border-radius: 10px;
}

p.pct{
/* border: 1px solid lightgrey; */
color: black;
/* text-align: center; */
padding: 2px;
font-weight:bold;
}


/*検索--------------------------------------------*/
.search_main_box {
width:360px;
float:left;
}
/*右側・サイド---------------------------------------*/
.right {
width:245px;
float:right;
height:auto;
margin:40px 5px 0 0;
}
.right_btn_edge {
width:235px;
height:auto;
padding:5px;
background: linear-gradient(#F1F1F1, #ffffff, #F1F1F1);
background: -moz-linear-gradient(#F1F1F1, #ffffff, #F1F1F1);
background: -webkit-gradient(linear, left top, left bottom, from(#F1F1F1),color-stop(0.5, #ffffff),  to(#F1F1F1)); 
background-color:#F1F1F1;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
margin:0 0 20px;
position:relative;
border:#dcdcdc 1px solid;
-webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
-moz-box-shadow:inset 1px 1px 0px 0px #ffffff;
box-shadow:inset 1px 1px 0px 0px #ffffff;
}
.right_search {
width:235px;
height:auto;
padding-bottom:15px;
background:#FFFCF1;
}
.right_search_info {
width:205px;
height:40px;
margin:auto;
position:absolute;
top:78px;
left:15px;
line-height:120%;
font-size:0.85em;
}
.right_search_box {
width:216px;
height:auto;
margin:-25px 0 0 10px;
}
.right_search_btn {
float: left;
margin: 0px 0 0 7px;
}
.right_btn_info {
width:205px;
height:40px;
margin:auto;
position:absolute;
top:78px;
left:15px;
line-height:120%;
font-size:0.85em;
}
a .right_btn_info {
color:#333333;
}
.right_title {
display:none;
}
.textwidget {
background:#fff;
border: 1px solid lightgrey;
}

.widget{

}

.right_research {
margin:20px 0;
width:235px;
height:auto;
padding:5px;
background:#63b8ee/*468ccf*/;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-o-border-radius: 3px;
-ms-border-radius: 3px;
border:1px solid #468ccf/*3866a3*/;
-webkit-box-shadow:inset 1px 1px 1px 0px #bee2f9;
  -moz-box-shadow:inset 1px 1px 0px 0px #bee2f9;
  box-shadow:inset 1px 1px 1px 0px #bee2f9;
}
.right_research_in {
width:215px;
/*min-height:230px;*/
height:auto;
padding:10px;
background:#FFFFFF;
position:relative;
}
.right_research_in ul li {
list-style-image:url(images/list.png);
margin-left:15px;
line-height:1.0;
}
.right_research h3 {
font-size:21px;
margin:0;
padding:5px 0 0;
color:#14396a;
text-shadow:1px 1px 0px #ccc;
}
.right_research_txt {
width:120px;
height:auto;
float:left;
position:relative;
z-index:1;
}
.right_research_in img {
position:absolute;
bottom:5px;
right:5px;
z-index:0;
}
ul.nolist li {
list-style:none !important;
}
.contact_form {
margin:0px;
}
.contact_form input[type=text], .contact_form input[type=email], .contact_form textarea{
width:305px;
display:block;
}

input.wpcf7-submit{
width: 312px;
}

.reference{
line-height:1.2;
padding:0;
font-size:0.9em;
}
.reference ol {
}
.reference ol li {
padding:0;
margin:7px 0;
}
/*Sitemap*/
.sitemap ul li {
border:none;
} 
/*footer---------------------------------------*/
#footer {
width:100%;
min-height:95px;
height:auto;
background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #63b8ee), color-stop(100%, #468ccf) );
background:-moz-linear-gradient( center top, #63b8ee 5%, #468ccf 100% );
background:-ms-linear-gradient( top, #63b8ee 5%, #468ccf 100% );
background-color:#63b8ee;
border-top:1px solid #3866a3;
color:#14396a;
text-shadow:1px 1px 0px #7cacde;
box-shadow:inset 1px 1px 0px 0px #bee2f9;
-webkit-box-shadow:inset 1px 1px 0px 0px #bee2f9;
-moz-box-shadow:inset 1px 1px 0px 0px #bee2f9;
clear:both !important;
text-align:center;
font-size:0.85em;
}
#footer ul li{
float:left;
list-style:none;
}
#footer a{
color:#14396a;
text-shadow:1px 1px 0px #7cacde;
text-decoration:none;
}
#footer a:hover {
color:#14396a;
text-shadow:1px 1px 0px #7cacde;
text-decoration:underline;
}
.footer_sub{
  width:230px;
  padding:0 0 25px 35px;
  float:left;
  line-height: 1.5em;
  text-align:left;
}
.footer_sub2{
  width:150px;
  padding:0 0 25px 35px;
  float:left;
  line-height: 1.5em;
  text-align:left;
}
.footer_sub_title{
  margin-bottom:3px;
  font-weight:bold;
  font-size:1.1em;
  margin-top:20px;
}

ul#menu-footer-menu{
display:block;
}

#footer ul li{
float: left;
list-style: none;
border-left: 1px solid #687FCA;
padding-left: 10px;
margin-left: 10px;
line-height: 1;
}
#footer ul li:first-child{
border-left:none;
}
#footer a{
color:#14396a;
text-shadow:1px 1px 0px #7cacde;
text-decoration:none;
}

/*wp pagenavi*/
.nav_below {
text-align:center;
margin-top:20px;
}

.nav_below2 {
text-align:right;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #33333 !important;
}
.wp-pagenavi span.current {
	font-weight: bold;
}

#itempage h3{
background:none!important;
}
#itempage .field{
border:none!important;
}

ul.nobr {
clear: both;
overflow: hidden;
}

.nobr li {
float: left;
border: none !important;
}

/* カートページ用 */
.cart-nav{
margin: 10px 0;
}

.cart-nav a{
width: auto;
height: auto;
margin: 0;
}

#shipping-address-fields > div{
margin-bottom:0;
}

.shopp_page form ul div input, .shopp_page form ul div select{
height: 25px;
}

.shopp_page form ul div input#marketing,.shopp_page form ul div input#same-address-shipping{
height: 12px;
}

.shopp_page div.description, .shopp_page .cart, .shopp_page .cart table{
overflow: auto!important;
}

#shopp #cart .remove{
float: right;
margin: 5px 10px;
}

.shopp_page form ul div.inline{
padding-top: 10px;
}

#shopp #cart .money, #shopp #cart .totals th, #shopp #cart .buttons td{
width: 12%;
}

#shopp #cart .item{
width: 45%;
}

.mu20{
margin-top: -20px;
}


#shipping-methods li label small{
display: none;
}


/* チェックアウトページ備考欄用　*/
textarea#order-data-order-notes {
    max-width: 100%;
    min-width: 70%;
    height: 50px;
    font-size: 15px;
    padding: 7px 10px;
    margin-bottom: 20px;
    display: block;
}

/* サイドバーカート */
.execphpwidget{
border: 1px solid lightgrey;
margin-bottom: 20px;
}

.sidecart{
padding: 15px;
}

.scart-title{
margin: 0 0 10px 0;
background-color: #6196DB;
color: white;
padding: 3px 10px 3px;
}

.fa-lg{
margin-right:10px;
}

.scart{
}

.scart li{ 
}

/* サイドバーカートshopp */
.text-12{
margin-bottom: 20px;
}

.shoppcartwidget-2, .shoppproductwidget-3, .shoppproductwidget-2, .shoppproductwidget-4{
border: 1px solid lightgrey;
margin-bottom: 20px;
padding: 15px 15px 0px;
background-color: rgba(255, 255, 255, 0.7);
overflow: hidden;
}

.shoppcartwidget-2 ul li{
border: 1px solid lightgrey;
text-align: center;
background-color: lightgrey;
color: white;
padding: 2px 0;
border-radius: 25px;
}

.shoppcartwidget-2 ul li a{
color: white;
padding: 5px 39px;
}

.shoppcartwidget-2 ul li a:hover{
color: black;
}

.w-title{
margin: 0 0 10px 0;
background-color: #6196DB;
color: white;
padding: 5px 10px 3px;
font-weight: bold;
font-size: 1.1em;
letter-spacing: -0.5px;
}

span.price{
margin-top: 10px;
display: inline-block;
font-weight: bold;
}

.s-left{
float: left;
margin: 0 0 0 -15px;
width: 97px;
text-align: center;
}

.s-right{
float:left;
width: 110px;
}

.shoppproductwidget-4 .w-title{
display:none;
}

.shoppproductwidget-3 div p.s-left{
float: left;
margin: 0;
width: 97px;
text-align: center;
}

.shoppproductwidget-3 div p.s-right{
width: 145px;
}

.sideproduct{
height: 80px;
padding-bottom: 5px;
overflow: hidden;
height: auto;
margin-top:0!important;
margin-left:5px;
}

.sideproduct a img{

}

.sideproduct p.h3{
text-align:center;
margin-top: 5px!important;
}

.s-sum{
font-size: 0.9em;
}

p.status span.cart-total, p.status #shopp-sidecart-items{
float: right;
margin-right: 90px;
}

span.cart-total{
margin-left: 10px;
}

#shopp-cart-ajax p.status, #shopp-cart-ajax ul{
margin-bottom: 0;
font-size: 0.9em;
}

/* cart数量変更ボタン　*/
input.orange{
background-color: orange;
}

input.orange:hover{
background-color: rgb(255, 204, 0);
}

.fa-lg{
margin-right:10px;
}

/* 新トップページ用　*/
.top_title_bg1{
width: 650px;
height: 24px;
margin: 20px 0 15px 0;
padding: 8px 0 3px 20px;
float: left;
background: url('http://www.aoteapacific.co.nz/jp/wp-content/uploads/topbg1.jpg') no-repeat;
border-radius: 0.2em;
-moz-border-radius: 0.2em;
-webkit-border-radius: 0.2em;
-o-border-radius: 0.2em;
-ms-border-radius: 0.2em;
border: #dcdcdc 1px solid;
display: block;
color: #14396a;
text-shadow: 1px 1px 0px #fff;
-webkit-box-shadow: inset 1px 1px 0px 0px #ffffff;
-moz-box-shadow: inset 1px 1px 0px 0px #ffffff;
box-shadow: inset 1px 1px 0px 0px #ffffff;
font-size: 1.4em;
}

.top_title_bg2{
width: 650px;
height: 24px;
margin: 20px 0 15px 0;
padding: 8px 0 3px 20px;
float: left;
background: url('http://www.aoteapacific.co.nz/jp/wp-content/uploads/topbg2.jpg') no-repeat;
border-radius: 0.2em;
-moz-border-radius: 0.2em;
-webkit-border-radius: 0.2em;
-o-border-radius: 0.2em;
-ms-border-radius: 0.2em;
border: #dcdcdc 1px solid;
display: block;
color: #14396a;
text-shadow: 1px 1px 0px #fff;
-webkit-box-shadow: inset 1px 1px 0px 0px #ffffff;
-moz-box-shadow: inset 1px 1px 0px 0px #ffffff;
box-shadow: inset 1px 1px 0px 0px #ffffff;
font-size: 1.4em;
}

.top_title_bg3{
width: 650px;
height: 24px;
margin: 20px 0 15px 0;
padding: 8px 0 3px 20px;
float: left;
background: url('http://www.aoteapacific.co.nz/jp/wp-content/uploads/topbg3.jpg') no-repeat;
border-radius: 0.2em;
-moz-border-radius: 0.2em;
-webkit-border-radius: 0.2em;
-o-border-radius: 0.2em;
-ms-border-radius: 0.2em;
border: #dcdcdc 1px solid;
display: block;
color: #14396a;
text-shadow: 1px 1px 0px #fff;
-webkit-box-shadow: inset 1px 1px 0px 0px #ffffff;
-moz-box-shadow: inset 1px 1px 0px 0px #ffffff;
box-shadow: inset 1px 1px 0px 0px #ffffff;
font-size: 1.4em;
}

ul.taglist1 li{
width: 212px;
height: 84px;
margin: 10px 7px 5px 0;
padding: 0;
list-style: none;
text-align: center;
float: left;
background: url('http://www.aoteapacific.co.nz/jp/wp-content/uploads/apl-tagbg1.jpg') no-repeat;
border: none;
line-height: 1;
}

ul.taglist1 li:nth-child(3n){
margin-right: 0;
}

ul.taglist1 li a{
padding: 28px 10px 30px 6px;
display: block;
font-size: 1.2em;
width: 200px;
font-weight: bold;
line-height: 1.2;
}

ul.taglist2 li{
width: 157px;
height: 84px;
margin: 10px 7px 5px 0;
padding: 0;
list-style: none;
text-align: center;
float: left;
background: url('http://www.aoteapacific.co.nz/jp/wp-content/uploads/apl-tagbg2.jpg') no-repeat;
border: none;
line-height: 1;
}

ul.taglist2 li:nth-child(4n){
margin-right: 0;
}

ul.taglist2 li a{
padding: 34px 10px 30px 3px;
display: block;
font-size: 1em;
width: 160px;
font-weight: bold;
line-height: 1.2;
}

ul.taglist2 li a:hover {
color:#0D865B;
}

.wp_social_bookmarking_light{
clear: both;
}
#footer .container .container_in a img {
}

ul#menu-lang-menu {
display: inline-block;
}


/* リンクページ用　*/
.linkleft,.linkright {
float:left;
width:250px;
border:none!important;
list-style:none!important;
margin: 0 10px!important;
}

.linkright {
width:390px;
padding-top: 30px!important;
}

.linkright p, .linkleft p{
margin: 5px 0;
}

.linkleft img{
margin-top: 0px;
border: 1px solid lightgrey;
}


h2.link{
margin:0;
}

/* タグページ用　*/
.shopp-collection h1.none1{
display:inline;
}

.fleft{
float: left;
width: 400px;
}
.clear{
clear:both;
}

/* 規約チェックボックス用　*/
input.error + span{
color: #990000;
font-weight: bold;
}

.agreetc{
text-align: center;
margin: 0px auto;
border: 1px solid lightgrey;
width: 600px;
line-height: 2em;
}

.confirm div#cart > ul li{
text-align: right;
margin:0;
list-style-image:none;
}

/* Reviews */
#wpcr_div_2{
width:100%;
}

#wpcr_respond_2{
background: #F4F5F9;
}

#wpcr_table_2{
box-shadow:none!important;
}

div.hreview{
background: #f4f0e9;
margin-bottom: 10px;
padding: 15px 20px;
margin: 20px;
}

#wpcr_respond_1 h5.summary{
margin:0;
font-size: 1.1em;
}

#wpcr_commentform label{
font-size: 1em!important;
}

#wpcr_respond_1 blockquote.description{
margin:15px 0 0 0;
}

table#wpcr_table_2 tr{
display: table-row!important;
}

h4.related {
  font-size: 1.4em;
  margin-top: 15px;
  border-bottom: 1px solid lightgray;
}

.btext{
  font-size: 1.5em;
　font-weight:bold;
  text-align:center;
  border:1px dotted grey;
  padding:15px 0;
}

/* だし商品ページ用　*/

h2.washoku{
  color: white;
  padding-top: 4px;
  padding-left: 30px;
  background-color: #ce3d0b;
  line-height: 1.8;
  text-shadow: none;
  background: url(http://www.aoteapacific.co.nz/jp/wp-content/uploads/head-image.png) no-repeat left #ce3d0b;
  font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  TEXT-SHADOW: none;
  font-weight: normal;
}

.washoku-back{
  background: url(http://www.aoteapacific.co.nz/jp/wp-content/uploads/back.jpg);
  padding:20px;
}

.border-dashi{
  border: 2px solid lightblue;
  padding: 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-color: beige;
}

div.border-dashi h3{
  margin: 10px 0 20px 0;
  font-size: 1.5em;
  font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  TEXT-SHADOW: none;
  font-weight: normal;
}

div.washoku-back div.border-dashi h3, div.washoku-back div.border-dashi h4{
  color: #e55200;
  font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  TEXT-SHADOW: none;
  font-weight: normal;
}

p.tright a{
    display: inherit;
  text-align: right;
}

div.washoku-back h3{
  color: #b59b30;
  font-size: 1.5em;
  text-shadow: none;
  font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  TEXT-SHADOW: none;
  font-weight: normal;
}

/*  サイドバー関連商品　　*/
.text-13, .text-13 .w-title{
margin:0;
}

div.textwidget div.category ul.products{
    display: block;
}

div.textwidget div.category ul.products li.product{
width: 100%;
float: none;
    border-bottom: 1px dotted lightgrey;
    padding: 10px 0 15px;
    text-align: center;
}

div.textwidget div.category ul.products li.product:last-child{
    border-bottom:0px;
}

div.textwidget div.category ul.products .product div.frame div.details div.top_product_info,div.textwidget div.category ul.products .product div.frame div.details div.listview{
    display: none;
}

div.textwidget div.category ul.products .product div.frame a img{
    background:none;
    border:none;
    margin: 0;
    padding: 0;}

div.textwidget div.category ul.products .product div.frame div.details h2.product_list_name{
    margin-top: 15px;
    min-height: 25px;
    height: auto;
    text-align: center;
}

div.textwidget div.category ul.products .product div.frame div.details div.top_product_price{
    width:100%;
}



/* 論文引用装飾用*/
.ror{
    background: rgba(211,211,211,0.25);
    padding: 20px;
}

.ror h2{
    text-align:center;
    border-left:0;
    font-size: 1.5em;
    margin-top: 0;
}

.ror h3{
    border-bottom: 2px solid;
    display: table;
    margin: 0 auto;
    margin-top: 40px;
}

.full-a{
    border: 2px solid grey;
    padding: 10px;
}

blockquote {
    position: relative;
    padding: 10px 20px;
    border: 1px solid;
    border-color: #BAD7FF;
    border-radius: 5px;
    background: rgb(222, 236, 255);
    quotes: none;
}
 
blockquote:before {
/* content: open-quote; */
    position: absolute;
    top: -10px;
    left: -30px;
    z-index: 1;
    width: 100px;
}
 
blockquote:after {
/* content: close-quote; */
    display: block; /* border用 */
    padding-top: 5px;
    border-top: 1px solid #fff;
    color: #555;
    font-size: 12px;
    text-align: right;
    text-shadow: 1px 1px 0 #eee;
    line-height: 1.6;
    content: attr(title) "\a" attr(cite); /* title + 改行 + cite */
    white-space: pre-wrap; /* 以下長いURL対策 */
    white-space: -moz-pre-wrap;
    word-wrap: break-word;
}
 
/* 最後の子要素 border指定用 */
blockquote > :last-child {
    margin-bottom: 0;
    padding-bottom: 1em;
    border-bottom: 1px solid #999;
    font-style: italic;
}