/* CSS Document */

/* general-purpose */

.float_left {
	float: left!important;
}

.float_left_sp {
	float: left!important;
}

.float_right {
	float: right!important;
}

.float_none {
	float: none!important;
}

.txt_center {
	text-align: center!important;
}

.txt_right {
	text-align: right!important;
}

.imghorver {
  cursor: pointer;
  transition-duration: 0.3s;
}
.imghorver:hover {
  opacity: 0.7;
  transition-duration: 0.3s;
}

.frame_brown {
    background-color: #EBE5DA;
    border-radius: 12px;
    width: 100%;
    padding: 15px 20px 0;
    display: inline-block;
    color: #333333;
}

.frame_purple {
  background-color: #E5E5EF;
  border-radius: 12px;
  width: 100%;
  padding: 15px 20px;
  display: inline-block;
  color: #333333;
}

ul.checkmark {
	list-style:none; 
}

ul.checkmark li{
	background-image: url("../img/premamaplus2020pc13.png");
	background-repeat: no-repeat;
	background-position: left top;
    margin-top: 20px;
	line-height: 40px;
	padding-left: 50px;
    padding-right: 20px;
	color: #333333;
	font-size: 20px;
	font-weight: bold;
}

ul.dotbrown {
	list-style:none; 
}

ul.dotbrown li{
	background-image: url("../img/premamaplus2020pc48.png");
	background-repeat: no-repeat;
    background-size: 14px;
	background-position: left 4px;
    margin-top: 6px;
    margin-left: -40px;
	padding-left: 18px;
	color: #333333;
    font-size: 14px;
}

.portrait_name {
    color: #8E7F5F;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    margin-top: 20px;
    margin-left: 0px;
}

.maxwportrait {
	max-width: 200px; 
}

@media only screen and (max-width:640px){
ul.checkmark li{
	background-image: url("../img/premamaplus2020sp12.png");
	background-repeat: no-repeat;
	background-position: left top;
    margin-top: 20px;
	line-height: 30px;
	padding-left: 35px;
    margin-left: -15px;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}

.portrait_name {
    color: #8E7F5F;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
}

}

.vatb {
	vertical-align: text-bottom!important;
}

.vam {
	vertical-align: middle!important;
}

.dotline {
	border-top: dotted 1px #CCC!important;
}

.dotline750 {
	border-top: dotted 1px #CCC!important;
	width: 750px;
}

.dotline100p {
	border-top: dotted 10px #CCC!important;
    width: 100%;
}

.dotline90p {
	border-top: dotted 10px #CCC!important;
    width: 90%;
}

.clear {
	clear: both!important;
}

.link_arrow {
	padding-left: 15px!important;
	background-image:url(../images/column_icon_arrow_right.png)!important;
	background-repeat:no-repeat!important;
	background-position: 0 4px!important;
}

ul.link_arrow_list {
	margin-left: 0!important;
	margin-top: 10px!important;
}

.link_arrow_list li {
	list-style:none!important;
	margin-left: 0!important;
	padding-left: 15px!important;
	background-image:url(../images/column_icon_arrow_right.png)!important;
	background-repeat:no-repeat!important;
	background-position: 0 3px!important;
}

.default_color {
	color: #777!important;
}

.futura {
	font-family: Futura, Arial, Helvetica, sans-serif!important;
}

.pink {
	color: #F33E7B!important;
}

.red {
	color: #F00!important;
}

.white {
	color: #FFF!important;
}

.whitepc {
	color: #FFF!important;
}

@media only screen and (max-width:800px){
.whitepc {
	color: #333!important;
}
}


.gray {
	color: #A6A9AC!important;
}

.gray333 {
	color: #333!important;
}

.purple {
    color: #6F70B1!important;
}

.purplesp {
    color: #FFF!important;
}

.suppink {
    color: #F05898!important;
}

.suppinksp {
    color: #FFF!important;
}


@media only screen and (max-width:800px){
.purplesp {
    color: #6F70B1!important;
}
.suppinksp {
    color: #F05898!important;
}
}

.magenta {
	color: #F05797!important;
}


.orange {
	color: #EB5920!important;
}

.brown {
    color: #8E7F5F!important;
}

.yellow {
    color: #E6AA03!important;
}

.displaynone {
	display: none!important;
}

.aquablue {
	color: #229DD0!important;
}

a:hover img.hoverImg{
	opacity:0.8!important;
	filter:alpha(opacity=80)!important;
	-ms-filter: "alpha( opacity=80 )"!important;
}

/* background */

.bkgradation01 {
	background-image:url(../img/premamaplus123.jpg)!important;
	background-repeat:no-repeat!important;
	background-position: 0 3px!important;
}

.bkgradation01_title {
    background-color: #6F70B1;
    padding: 10px 20px;
    font-size: 30px;
    font-weight: bold;
    color: #FDF6A4;    /* border-bottom: 1px solid #FFFFFF;*/
}

.bkgradation02 {
	background-image:url(../img/premamaplus124.jpg)!important;
	background-repeat:no-repeat!important;
	background-position: 0 3px!important;
}

.bkgradation02_title {
	background-color: #F05898;
	padding: 10px 20px;
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
   /* border-bottom: 1px solid #FFFFFF;*/
}

/* width */

.w100p {
	width: 100%!important;
}

.w90p {
	width: 90%!important;
}

.w90p_center {
	width: 90%!important;
    margin-left: auto!important;
    margin-right: auto!important;
}

.w90p_center_sp {
	width: 100%!important;
    margin-left: auto!important;
    margin-right: auto!important;
}

.w90p_center_sp2 {
	width: 100%!important;
    margin-left: auto!important;
    margin-right: auto!important;
}

@media screen and (max-width: 800px) {
.w90p_center_sp2 {
	width: 90%!important;
    margin-left: auto!important;
    margin-right: auto!important;
}
}

@media screen and (max-width: 640px) {
.w90p_center_sp {
	width: 90%!important;
    margin-left: auto!important;
    margin-right: auto!important;
}
}

.w150 {
	width: 150px!important;
}

.w160 {
	width: 160px!important;
}

.w180 {
	width: 180px!important;
}

.w200 {
	width: 200px!important;
}

.w210 {
	width: 210px!important;
}

.w250 {
	width: 250px!important;
}

.w260 {
	width: 260px!important;
}

.w325 {
	width: 325px!important;
}

.w450 {
	width: 450px!important;
}

.w470 {
	width: 470px!important;
}

.w500 {
	width: 500px!important;
}

.w540 {
	width: 540px!important;
}

.w200pc {
	width: 200px!important;
}

.pad30 {
	padding: 30px!important;
	margin-left: 0px!important;
	margin-right: 0px!important;
}

.padt40 {
	padding-top: 40px!important;
}

/* margin top */


.mt0 {
	margin-top: 0!important;
}

.mt05 {
	margin-top: 5px!important;
}

.mt10 {
	margin-top: 10px!important;
}

.mt15 {
	margin-top: 15px!important;
}

.mt20 {
	margin-top: 20px!important;
}

.mt25 {
	margin-top: 25px!important;
}

.mt30 {
	margin-top: 30px!important;
}

.mt40 {
	margin-top: 40px!important;
}

.mt50 {
	margin-top: 50px!important;
}

.mt60 {
	margin-top: 60px!important;
}

.mtm2 {
	margin-top: -2px!important;
}

.mtm5 {
	margin-top: -5px!important;
}

.mtm10 {
	margin-top: -10px!important;
}

.mtm20 {
	margin-top: -20px!important;
}

.mtm30 {
	margin-top: -30px!important;
}

.mtm40 {
	margin-top: -40px!important;
}


/* margin left */

.ml20 {
	margin-left: 20px!important;
}

/* margin right */

.mr5 {
	margin-right: 5px!important;
}

.mr10 {
	margin-right: 10px!important;
}

.mr20 {
	margin-right: 20px!important;
}

.mr20 {
	margin-right: 20px!important;
}

.mr30 {
	margin-right: 30px!important;
}

.mr50 {
	margin-right: 50px!important;
}

.mr60 {
	margin-right: 60px!important;
}

.mr100 {
	margin-right: 100px!important;
}

/* margin bottom */

.mb5 {
	margin-bottom: 5px!important;
}

.mb10 {
	margin-bottom: 10px!important;
}

.mb15 {
	margin-bottom: 15px!important;
}

.mb20 {
	margin-bottom: 20px!important;
}

.mb30 {
	margin-bottom: 30px!important;
}

.mb40 {
	margin-bottom: 40px!important;
}

.mb50 {
	margin-bottom: 50px!important;
}

.mb60 {
	margin-bottom: 60px!important;
}

.mb70 {
	margin-bottom: 70px!important;
}

.mb80 {
	margin-bottom: 80px!important;
}

.mb100 {
	margin-bottom: 100px!important;
}

/* margin left */

.ml10 {
	margin-left: 10px!important;
}

/* padding top */

.pt30 {
	padding-top: 30px!important;
}

/* padding left */

.pl20 {
	padding-left: 20px!important;
}

.pl40 {
	padding-left: 40px!important;
}

/* padding bottom */

.pb30 {
	padding-bottom: 30px!important;
}

/* text align */

.align_l {
	text-align: left!important;
}

.align_r {
	text-align: right!important;
}

.align_c {
	text-align: center!important;
}

.align_c_sp {
	text-align: none!important;
}

/* hr */

hr.green {
	border: solid 1px #A4D600;
}

/* font */

.f11 {
	font-size: 11px!important;
}

.f12 {
	font-size: 12px!important;
}

.f14 {
	font-size: 14px!important;
}

.f15 {
	font-size: 15px!important;
}

.f16 {
	font-size: 16px!important;
}

.f18 {
	font-size: 18px!important;
}

.f20 {
	font-size: 20px!important;
}

.f22 {
	font-size: 22px!important;
}

.f24 {
	font-size: 24px!important;
}

.f28 {
	font-size: 28px!important;
}

.f32 {
	font-size: 32px!important;
}

.font85 {
	font-size: 12px!important;
	font-weight: normal!important;
}

.font16b {
	font-size: 16px!important;
	font-weight: bold!important;
}

.font_gold {
	color: #888961!important;
}

.lh150 {
	line-height: 150%!important;
}

.lh180 {
	line-height: 180%!important;
}

.lh200 {
	line-height: 200%!important;
}

.soldout {
	color: #CC0000;
	text-align: left;
	margin: 5px 0 15px;
	font-weight: bold;
}

/* image */

.img100 {
	width: 100%!important;
}


/* table */

table.table01 {
	font-size: 14px;
	line-height: 180%;
	height: auto;
	border: solid #FFF 1px;
	border-collapse: collapse;
	border-left: none;
	border-right: none;
	margin: 0px 0;
	border-top: solid #223C79 2px;
	max-width: 714px;
	width: 100%;
}

.table01 th {
	border: solid #FFF 1px;
	font-weight: normal;
	text-align: left;
	color: #333;
	padding: 8px;
	background-color: #F1F1F2;
	min-width: 110px;
	vertical-align: top;
}

.table01 tr {
	border:solid #CCC 1px;
}

.table01 td {
	padding: 8px;
	border: solid #FFF 1px;
	color: #333;
	background-color: #FAF7F6;
	vertical-align: top;
}

table.table02 {
	font-size: 14px;
	line-height: 180%;
	height: auto;
	border: solid #FFF 1px;
	border-collapse: collapse;
	border-left: none;
	border-right: none;
	margin: 0px 0;
	border-top: solid #9ECB24 2px;
	width: 100%;
	border-bottom: solid #9ECB24 2px;
}

.table02 th {
	border: solid #FFF 1px;
	font-weight: normal;
	text-align: left;
	color: #333;
	padding: 2px 4px;
	background-color: #F2F2F2;
	min-width: 100px;
	vertical-align: top;
	width: 20%;
}

.table02 tr {
	border:solid #CCC 1px;
}

.table02 td {
	padding: 2px 4px;
	border: solid #FFF 1px;
	color: #333;
	background-color: #FFFFFF;
	vertical-align: top;
	width: 80%;
}

table.table03 {
	font-size: 14px;
	line-height: 180%;
	height: auto;
	border: solid #CCC 1px;
	border-collapse: collapse;
	border-left: none;
	border-right: none;
	margin: 0px 0;
	border-top: solid #9ECB24 2px;
	width: 100%;
	border-bottom: solid #9ECB24 2px;
}

.table03 th {
	border: solid #CCC 1px;
	font-weight: normal;
	text-align: center;
	color: #333;
	padding: 2px 4px;
	background-color: #F2F2F2;
	min-width: 100px;
	vertical-align: top;
}

.table03 tr {
	border:solid #CCC 1px;
}

.table03 td {
	padding: 2px 6px;
	border: solid #CCC 1px;
	color: #333;
	background-color: #FFFFFF;
	vertical-align: top;
}

.arrow_orange:before {
  font-size: 12px;
  color: #A4D600;
  content: '\f061';
  font-family: 'FontAwesome';
}

footer a {
	color: #777;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

footer a:hover {
	color: #223C79;
}

/* button right */

.more_btn100 {
	display: inline-block;
	margin-top: 23px;
	text-decoration: none;
	font: bold 14px/18px "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック","MS P Gothic","Merriweather Sans", Arial, sans-serif;
	padding: 17px 17px;
	float: none;
	margin-left: 20px;
	color: #FFF;
	background-color: #FF6600;
}

.more_btn100:hover {
	color: #FFF;
	background-color: #FF0000;
}

.w50p_sp {
	width: 45%!important;
	margin: 0 5% 0 0!important;
}

.disp_pc {
	display: block;
}

.disp_sp {
	display: none;
}

.caption {
	margin-top: 8px;
}

.center {
	text-align: center;
}

.brpc {
	display: block;
}

.brsp {
	display: none;
}

.card-img-top85{width:85%;}


@media (max-width: 979px) {
.mt40pad {
	margin-top: 40px!important;
}

.w50p_sp {
	width: 100%!important;
	margin: 0 0 5% 0!important;
}

.float_left_sp {
	float: none!important;
}

.w200pc {
	width: 100%!important;
}

.align_c_sp {
	text-align: center!important;
}

.dotline750 {
	border-top: dotted 1px #CCC!important;
	width: 85%;
}

}

#spec{
	width: 90%;
	border-collapse: collapse;
}
#spec td,
#spec th{
	padding: 5px;
	border: 1px solid #ccc;
}
#spec th{
	font-weight: normal;
	background-color: #D3CAB5;
}
#spec thead th{
	background:#e6e6e6;
}


@media only screen and (max-width:800px){
#spec{
	display: block;
}
#spec thead{
	display: none;
}
#spec tbody{
	display: block;
}
#spec tbody tr{
	display: block;
	margin-bottom: 1.5em;
}
#spec tbody th,
#spec tbody td{
	display: list-item;
	border: none;
}
#spec tbody th{
	margin-bottom: 5px;
	list-style-type: none;
	color: #333;
	background-color: #D3CAB5;
	font-weight: normal;
}
#spec tbody td{
	margin-left: 20px;
	padding: 0;
}
#spec tbody td:nth-of-type(1):before { content: ""; }
#spec tbody td:nth-of-type(2):before { content: ""; }
#spec tbody td:nth-of-type(3):before { content: ""; }

.brpc {
	display: none;
}

.brsp {
	display: block;
}

}

.disp_pc {
	display: block;
}

.disp_sp {
	display: none;
}

.disp_pc2 {
	display: block;
}

.disp_sp2 {
	display: none;
}

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

.disp_sp {
	display: block;
}

}

@media only screen and (max-width:800px){
.disp_pc2 {
	display: none;
}

.disp_sp2 {
	display: block;
}

}

/* responsive table */

.bg_pink {
  background-color: #FEE7EF;
}

.bg_brown {
  background-color: #F7F5ED;
}


.bg_white {
  background-color: #FFF;
}

th {
	background-color: #B8A881;
	border: solid 1px #ccc;
	color: #fff;
	padding: 6px 10px;
}

td {
	border: solid 1px #ccc;
	padding: 3px 6px;
}

table {
  width: 100%;
  margin: 20px auto 6px;
}

.tbl-r02 th {
	background-color: #EAE5D9;
	border: solid 1px #ccc;
	color: #212529;
	padding: 10px;
	font-weight: normal;
	width:20%;
}
.tbl-r02 td {
	　border: solid 1px #ccc;
	padding: 10px;
	background-color: #FFF;
}

.tbl-r05 {
    max-width: 840px;
}

.tbl-r05 td:first-child {
  background-color: #FFF;
}
  
.tbl-r06 tr:nth-child(even) {
  background-color: #FFF;
}
.tbl-r06 td {
  border: none;
}
.tbl-r06 .last {
  border-bottom: solid 1px #ccc;
}

.tbl-r07 {
  margin: 0 auto 70px;
}

.tbl-r05 td:first-child {
  background-color: #FFF;
}


@media screen and (max-width: 800px) {
.tbl-r05 {
    width: 95%;
}
}

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

  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r02 {
    width: 100%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
  .tbl-r05 {
	width: 90%;
  }
  .tbl-r05 .thead {
    display: none;
  }
  .tbl-r05 tr {
    width: 100%;
  }
  .tbl-r05 td {
    display: block;
    text-align: right;
    width: 100%;
  }
  .tbl-r05 td:first-child {
    background-color: #B8A881;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  .tbl-r05 td:before {
    content: attr(data-label);
    float: left;
    font-weight: normal;
    margin-right: 10px;
  }
}

.width828 {
    width: 828px;
	margin: 0 auto;
}

@media only screen and (max-width:828px){
.width828 {
    width: 90%;
	margin: 0 auto;
}

}


.product_border_purple {
	width: 100%;
    border: solid #6F70B1 1px;
}

.product_border_magenta {
	width: 100%;
    border: solid #F05797 1px;
}

.product_border_orange {
	width: 100%;
    border: solid #EB5920 1px;
}

.product_border_brown {
	width: 100%;
    border: solid #9F9070 1px;
}

.product_border_yellow {
	width: 100%;
    border: solid #E6AA03 1px;
}

.product_gradation {
    width: 100%;
}

.mgleft20pc {
	margin-top: 0px;
	margin-left: 20px;
}

.pc279sp200 {
	width: 279px;
}

@media only screen and (max-width:480px){
.product_border_purple {
	width: 100%;
}
.mgleft20pc {
	margin-top: 20px;
	margin-left: 0px;
}
.pc279sp200 {
	width: 200px;
}
}

.max840 {
	max-width: 840px;
	text-align: left;
	margin: 0 auto;
}

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

.max840 {
	margin-left: 20px;
	margin-right: 20px;
}
}

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

#pageTop i {
  padding-top: 6px
}

#pageTop a {
  display: block;
  z-index: 999;
  padding: 12px 0 0 0px;
  border-radius: 30px;
  width: 50px;
  height: 50px;
  background-color: #F05898;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* ingredientslist */
ul.ingredientslist { margin:0; padding:0; list-style-type:none; }
ul.ingredientslist li:nth-child(odd) { float:left; width:48%; clear:both; margin:1em 0 2em 0; overflow:auto; }
ul.ingredientslist li:nth-child(even) { float:right; width:48%; margin:1em 0 2em 0; overflow:auto; }
ul.ingredientslist li h3 { margin-top:0em; }
ul.ingredientslist li img.ingredientimg { width:40%; max-width:200px; float:left; margin:0 2em 1em 0; }

@media screen and (max-width: 640px) {
ul.ingredientslist li:nth-child(odd) {
    clear: both;
    float: none;
    width: 100%;
    margin: 1em 0 2em 0;
}
ul.ingredientslist li:nth-child(even) {
    clear: both;
    float: none;
    width: 100%;
    margin: 1em 0 2em 0;
}
}
ul.ingredientslist li img.ingredientimg { width:30%; float:left; margin:0 2em 1em 0; }

.product_bg1 {
    background:url('../img/premamaplus2020pc19.png');
    background-repeat: no-repeat
}

.product_bg2 {
    background:url('../img/premamaplus2020pc35.png');
    background-repeat: no-repeat
}

.product_name {
    font-size: 32px;
}

.product_name_sm {
    font-size: 26px;
}

.icontarget_purple {
  padding-left: 36px;
  background: url(../img/premamaplus2020pc17.png) no-repeat;
  color: #6F70B1;
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
}

.icontarget_pink {
  padding-left: 36px;
  background: url(../img/premamaplus2020pc24.png) no-repeat;
  color: #F05898;
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
}

.icontarget_gold {
  padding-left: 36px;
  background: url(../img/premamaplus2020pc29.png) no-repeat;
  color: #A79E56;
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
}

.icontarget_orange {
  color: #EB5920;
  font-size: 24px;
  line-height: 26px;
  font-weight: bold;
}

@media only screen and (max-width:800px){
.product_bg2 {
    background:url('../img/premamaplus2020sp27.png');
    background-repeat: no-repeat;
    background-size: 100% 40%;
}
}

@media only screen and (max-width:640px){
.product_bg2 {
    background:url('../img/premamaplus2020sp27.png');
    background-repeat: no-repeat;
    background-size: 100% 33%;
}
}

@media only screen and (max-width:480px){
.product_bg1 {
    background:url('../img/premamaplus2020sp19.png');
    background-repeat: no-repeat;
}

.product_name {
    font-size: 24px;
}

.product_name_sm {
    font-size: 20px;
}

.icontarget_purple {
  padding-left: 30px;
  background: url(../img/premamaplus2020pc17.png) no-repeat;
  background-size: 24px;
  color: #6F70B1;
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
}

.icontarget_pink {
  padding-left: 30px;
  background: url(../img/premamaplus2020pc24.png) no-repeat;
  background-size: 24px;
  color: #F05898;
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
}

.icontarget_gold {
  padding-left: 30px;
  background: url(../img/premamaplus2020pc29.png) no-repeat;
  background-size: 24px;
  color: #A79E56;
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
}

.icontarget_orange {
  color: #EB5920;
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
}

}

