﻿@charset "UTF-8";
/*----------------------------------

base
 
---------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,hr,menu,nav,section{display:block}a,hr{padding:0}abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:bottom;background:0 0}ins,mark{background-color:#ff9;color:#000}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;font-size:100%;vertical-align:bottom;background:0 0}ins{text-decoration:none}mark{font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{height:1px;border:0;border-top:1px solid #ccc;margin:1em 0}input,select{vertical-align:middle}
	
body {
	color: #000000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 15px;
	line-height:130% ;
	/*overflow:hidden;*/
	}

a:link { 
	color: #000000;
	text-decoration: none;
}
a:visited { 
	color: #000000;
	text-decoration:none ;
} 
a:hover {
  color: #777777;
  text-decoration:underline ;
}

select, input, textarea {
	font-size:15px ;
	padding: 2px 0px 0px 0px;
}

ul li {
	list-style:none;
}

.for_sp{
  display: none;
}

/* CV丸ボタン */
.cv {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.cv div {
	position: absolute;
	top: 72%;
	left: 50%;
  transform: translate(-50%, -50%);
	width: 95%;
  text-align: center;
}
.cv div img{
	width: 60.58%;
}

/*floating banner*/
.banner {
  text-align: center;
  padding: 5px 0;
  background-color: rgba(255,255,255,.5);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.banner .banner-btn {
 width:60%;
		max-width: 800px;
  display: block;
  margin: 0 auto;
}
.banner .banner-btn img{
 width:100%;
}

/* 全成分 */
.data {
    margin: 40px auto 0;
}
.info-sttl {
    font-size: 1.42rem;
    margin-bottom: 1.5rem;
    text-align: center;
    font-weight: bolder;
    padding: .75em 0 .65em;
    background-color: #b7d9ec;
    color: #000;;
}
.data dl {
    padding: 0 2%;
}
.data dd {
    padding-bottom: 1em;
}

/*product table*/
.producttable {
    max-width: 860px;
    margin: 0 auto;
    text-align: left;
    padding-top: 20px;
    margin: 0px auto 0px auto;
    font-family: sans-serif;
}

.producttable>div{
  display: inline-block;
}

.product_image{
  width: 41.38%;
  margin-left: 5%;
  vertical-align: top;
}

.product_detail{
  width: 52.33%;
  vertical-align: top;
}

.producttable .product_img{
  max-height: 329px;
  max-width: 329px;
  width: 95%;
}

.product_title{
  font-size: 19px;
}

.producttable td{
  vertical-align: top;
}

#priceblock_ourprice{color:#f00; font-size: 20px;}
.apl_type{font-weight: bold;}

span.required {
    margin: 0 0 0 1em;
    padding: 0.1em 0.5em;
    font-size: 70%;
    background: #E54848;
    color: #fff;
    border-radius: 0.3em;
    vertical-align: middle;
    position: relative;
    top: -0.25em;
  float: right;
}


#footer{
margin: 20px auto 0;
	padding-top: 20px;
color:#333333 ;
text-align:center ;
background-color: #efefef;
}
#footer .copyright {
    width: 100%;
    text-align: center;
    font-size: 0.7em;
    padding: 20px 0;
}




/* Mobile Media Queries
-------------------------------------------------------------- */
@media screen and (min-width: 930px) {

.for_sp {
display: none;
}

#wrap {
	max-width: 930px;
	margin: 0 auto;
	overflow: hidden;
}
iframe#order_form {
    border: 0;
    width: 1000px;
    height: 1720px;
    display: block;
    margin: 0 auto;
}
#footer div{
	max-width: 930px;
	margin: 0 auto;
}
#footer ul{
    overflow: hidden;
    text-align: center;
}

#footer ul li{
    float: left;
    width: 18%;
	font-size: 0.9em;
}

}


@media screen and (max-width : 929px) {

img {
width:100% ;
height:auto ;
}

html {
    max-width: 929px;
    margin: 0 auto;
}

body {
    width: 100%;
}

#wrap {
	width: 100%;
}

/*floatingbanner*/
.banner .banner-btn {
 width:90%;
 max-width: 800px;
  display: block;
  margin: 0 auto;
}

iframe#order_form {
  border: 0;
  width: 100%;
	min-height: 1250px;
}
	
/*フッターここから*/
#footer ul{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

#footer ul li{
    padding: 5px;
    margin: 0 auto;
    border-bottom: 1px solid #ddd;
}

#footer ul li a{
    text-decoration: none;
    color: #666;
    display: block;
}

#footer ul li a:hover{
    color: #FF0043;
}

#footer .copyright{
    width: 100%;
    text-align: center;
    font-size: 0.7em;
    padding: 20px 0 100px;
}
/*フッターここまで*/

}

@media screen and (max-width: 640px) {
  .for_pc {
  display: none;
  }

  .for_sp{
    display: block;
  }

  .product_image_sp{
    width: 85.5%;
    display: block;
    margin:0 auto;
    text-align: center;
  }

  .producttable>div.product_image{
    display:none;
   }

  .producttable>div.product_detail{
    display: block;
    width:90%;
    margin:0 auto;
    border-bottom: 1px solid #ccc;
  }

  .product_detail .a-size-base{
    font-size: 15px!important;
  }

  .product_name_sp{
    display: contents;
  }

  table.a-lineitem th{
    font-weight: normal;
    white-space: nowrap;
    vertical-align: top;
  }

  #priceblock_ourprice{
    font-size: 24px;
  }

  span.required{
    display: inline-block;
    float: none;
  }


  #footer{
  margin-top: 0;
  padding-top: 10px;
}

  #footer ul{
    padding: 3px 0;
  }

#footer ul li{
  display: inline-block;
  border-bottom: none;
  border-right: 1px solid #000;
  padding: 0 8px 0 3px;
}

#footer ul li:last-child{
  border-right: none;
}

#footer ul li a:link{
  color: #000;
}

  #footer .copyright{
    padding: 10px 0;
  }

}

/*以下amazon仕様*/

/*新規FAQ*/

.new_faq {
  margin: 20px 0;
	font-size: 13px;
  line-height: 19px;
  color: #111;
}
.new_faq a,.new_faq  a:active,.new_faq  a:link,.new_faq  a:visited {
    text-decoration: none;
    color: #0066c0;
}
.new_faq a:hover{text-decoration:underline;cursor:pointer;color:#c45500}
.new_faq .a-color-base {
    color: #111;
}
.a-col-left,
.a-col-right{
    float:left;
}
.new_faq h2 {
  font-weight: 700;
  font-size: 21px;
  line-height: 1.3;
	margin-left: 10px;
}
.new_faq-inner{
  margin: 20px 0;
	clear: both;
	overflow: hidden;
}
.a-fixed-left-grid-inner{
    margin-top: 0;
}
.a-spacing-base{
    margin-bottom: 14px!important;
}
.a-fixed-left-grid {
  position: relative;
	overflow: hidden;
}

.a-spacing-small{
    margin-bottom: 10px!important;
}


/*レビュー*/
.c_review {
	font-size: 13px;
  line-height: 19px;
  color: #111;
  width:96%;
	margin: 0 auto;
}
.c_review h2 {
    font-weight: 700;
    font-size: 21px;
    line-height: 1.3;
}

.c_review a,.c_review a:active,.c_review a:link,.c_review a:visited {
    text-decoration: none;
    color: #0066c0;
}
.c_review a.review-title,.c_review a.review-title:active,.c_review a.review-title:link,.c_review a.review-title:visited {
    text-decoration: none;
    color: #111;
}
.c_review a:hover{text-decoration:underline;cursor:pointer;color:#c45500}
.c_review a.u_none:hover{text-decoration:none;cursor:pointer;color:#c45500; }
.c_review .a-color-base {
    color: #111;
}
.a-section.review{
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
}
.c_review .a-row ul{
	margin: 15px 0 5px 0;
}
.c_review .a-row ul li{
	display:inline;
	margin: 0 0 0 -3px ;
}
.c_review .a-row ul li img{
	width:18px;
}
.c_review .a-row ul.small{
	margin: 15px 0 5px 5px;
}
.c_review .a-row ul.small li img{
	width:15px;
	vertical-align: baseline;
}
.c_review .a-row ul li.totalReviewCount{
	margin: 0 0 0 5px ;
}
.c_review table{
	margin: 15px 0 0 0  ;
}

.a-letter-space {
  display: inline-block;
  width: .385em;
}
.a-meter {
  border-radius: 1px;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.4), inset 0 0 0 1px rgba(0,0,0,.1);
  overflow: hidden;
  background: #f2f2f2;
  background: -webkit-linear-gradient(top,#eee,#f6f6f6);
  background: linear-gradient(to bottom,#eee,#f6f6f6);
  background-color: #f3f3f3;
  height: 17px;
	width:100px;
}
.a-meter .a-meter-bar {
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.05);
}
.a-meter .a-meter-bar {
    border-radius: 1px;
    background: #fb0;
    background: -webkit-linear-gradient(top,#ffce00,#ffa700);
    background: linear-gradient(to bottom,#ffce00,#ffa700);
    background-color: #ffce00;
}
.a-meter .a-meter-bar {
    -webkit-transition: width .5s ease;
    transition: width .5s ease;
    float: left;
    font-size: 0;
    height: 100%;
    width: 0;
}
tr.a-histogram-row td {
    padding: 1px 3px;
}
.a-text-right {
    text-align: right!important;
}

.a-text-bold {
    font-weight: 700!important;
}
.a-color-state {
    color: #c45500!important;
}
.a-size-base {
    font-size: 13px!important;
    line-height: 19px!important;
}
.a-color-tertiary {
    color: #767676!important;
}
.a-spacing-top {
    margin-top: 14px!important;
}
.cr-helpful-button {
    margin-right: 10px;
    vertical-align: middle;
}
.a-button.a-button-small .a-button-inner, .a-button.a-button-small.a-button-disabled .a-button-inner, .a-button.a-button-small.a-button-disabled.a-button-focus .a-button-inner, .a-button.a-button-small.a-button-disabled:active .a-button-inner, .a-button.a-button-small.a-button-disabled:focus .a-button-inner, .a-button.a-button-small.a-button-disabled:hover .a-button-inner, .a-button.a-button-small.a-button-focus .a-button-inner, .a-button.a-button-small.a-button-focus:active .a-button-inner, .a-button.a-button-small:active .a-button-inner, .a-button.a-button-small:focus .a-button-inner, .a-button.a-button-small:focus:active .a-button-inner, .a-button.a-button-small:hover .a-button-inner {
    height: 20px!important;
}
.a-button.a-button-small .a-button-text {
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    padding: 0 6px 0 7px;
}
.c_review a.a-button,.c_review a.a-button-text {
    color: #111;
}
.c_review a.a-button:hover,.c_review a.a-button-text:hover {
   text-decoration:none;
}

.aok-float-left {
    float: left!important;
}
.a-profile-avatar img {
    width: 34px;
}
.a-profile-avatar-wrapperes {
    overflow: hidden
}
.a-profile-avatar-wrapperes .a-profile-avatar{
  float: left;
	margin-right: 15px;
}
.a-profile-avatar-wrapperes .a-profile-content{
  float: left;
	padding-top: 1%;
}
.c_review .more{
    margin-bottom: 15px;
}
.more_rink:after {
    margin-left: 0.3em;
    font-family: FontAwesome;
    content: "\f054";
}

.review_txt{
  max-height: 300px;
}

@media screen and (min-width : 801px) {

.a-fixed-left-grid-col.a-col-left{
    float:left;
}
.a-fixed-left-grid-col.a-col-right{
    float:left;
}		
.es001{ padding-left:65px}	
.es002{ width:65px;margin-left:-65px;float:left;}	
.es003{ padding-left:1%;float:left;}	
.es004{ padding-left:100px}	
.es005{ width:100px;margin-left:-100px;float:left;}	
.es006{ padding-left:0%;}

.askTopQandALoadMoreQuestions {
    margin-left: 175px;
}

.a-spacing-base, .a-ws .a-ws-spacing-base {
    margin-bottom: 14px!important;
}

.a-button {
    background: #e7e9ec;
    border-radius: 3px;
    border-color: #ADB1B8 #A2A6AC #8D9096;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: inline-block;
    padding: 0;
    text-align: center;
    text-decoration: none!important;
    vertical-align: middle;
}
.new_faq .a-button .a-button-text {
    color: #111;
}
.a-button-text {
    background-color: transparent;
    border: 0;
    display: block;
    font-size: 13px;
    line-height: 29px;
    margin: 0;
    outline: 0;
    padding: 0 10px 0 11px;
    text-align: center;
    white-space: nowrap;
}

.a-section i {
    display: none;
}

	}

@media screen and (max-width : 800px) {

.new_faq {
  margin: 20px auto;
	width:95%;
}
.a-col-left,
.a-col-right{
    float:none;
}
.a-fixed-left-grid-col.a-col-left{
    display: none;
}
.a-fixed-left-grid-col.a-col-right{
    width:100%;
}	

	.a-link-normal {
  padding-bottom: .1rem;
  font-size: 18px;
	font-weight: normal;
}

	a.a-link-normal  {
  pointer-events: none;
}

.new_faq a.a-link-normal,.new_faq  a.a-link-normal:active,.new_faq  a.a-link-normal:link,.new_faq  a.a-link-normal:visited {
    text-decoration: none;
    color: #111;
}


.a-profile-content {
  display: block;
  vertical-align: middle;
	margin: 1% 0;
}

.new_faq .a-button .a-button-text {
    color: #111;
}

.new_faq h2 {
    margin-left: 0;
}
	
.new_faq .a-section {
  position: relative;
  border-width:1px 0px 1px 0px ;
  border-style:solid ; 
  border-color:#ccc ;
  padding: 5% 0;
  font-weight: bold;
}
.a-section i {
  right: 0;
	top: 40%;
	position: absolute;
}

.c_review .a-button {
    background: #e7e9ec;
    border-radius: 3px;
    border-color: #ADB1B8 #A2A6AC #8D9096;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: inline-block;
    padding: 0;
    text-align: center;
    text-decoration: none!important;
    vertical-align: middle;
}
.c_review .a-button .a-button-text {
    color: #111;
}
.c_review .a-button-text {
    background-color: transparent;
    border: 0;
    display: block;
    font-size: 13px;
    line-height: 29px;
    margin: 0;
    outline: 0;
    padding: 0 10px 0 11px;
    text-align: center;
    white-space: nowrap;
}

#histogramTable{
    width: 98%;
	
}

tr.a-histogram-row td {
    padding: 3px 3px;
}
.a-meter {
    height: 30px;
    width: 100%;
	border-radius: 3px;
}
.a-span10 {
    width: 55%;
}
.aok-nowrap {
    width: 13%;
}
.aok-nowrap .a-size-base {
    font-size: 16px!important;
    line-height: 22px!important;
}

}
