@charset "euc-jp";
body {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.7, #E1FEE0), color-stop(0.00, #15650F));
	background: -webkit-linear-gradient(top, #15650F 0%, #E1FEE0 7%);
	background: -moz-linear-gradient(top, #15650F 0%, #E1FEE0 7%);
	background: -o-linear-gradient(top, #15650F 0%, #E1FEE0 7%);
	background: -ms-linear-gradient(top, #15650F 0%, #E1FEE0 7%);
	background: linear-gradient(to bottom, #15650F 0%, #E1FEE0 7%);
}
a {
 color: < {
$link_normal
}
>;
}
a:hover {
 color: < {
$link_hover
}
>;
}
/*
 * layout
 */
#wrapper {
	max-width: 1000px;
	background: url(https://img06.shop-pro.jp/PA01019/424/etc/top_bg_mango_PC.gif?cmsp_timestamp=20180911184502) top no-repeat;
	border-left: #FDCA2F 3px solid;
	border-right: #FDCA2F 3px solid;
	border-bottom: #FDCA2F 3px solid;
	background-color: #FFF;
	padding-left: 10px;
	padding-right: 10px;
}
/*
 * contents
 */

#contents {
	float: right;
	padding-left: 30px;
}
#contents .topicpath-nav {
	margin-bottom: 5px;
}
#contents .topicpath-nav li {
	padding: 0;
}
#contents .topicpath-nav a {
	margin-left: 5px;
}
/*
 * side
 */

#side .unstyled img {
	display: block;
	margin-bottom: 5px;
}
/*
 * temp
 */

/* font */
.txt_l {
	text-align: left;
}
.txt_c {
	text-align: center;
}
.txt_r {
	text-align: right;
}
.txt_fwn {
	font-weight: normal;
}
.txt_fwb {
	font-weight: bold;
}
.txt_10 {
	font-size: 10px;
}
.txt_12 {
	font-size: 12px;
}
.txt_14 {
	font-size: 14px;
}
.txt_16 {
	font-size: 16px;
}
.txt_18 {
	font-size: 18px;
}
.txt_20 {
	font-size: 20px;
}
.txt_24 {
	font-size: 24px;
}
.txt_28 {
	font-size: 28px;
}
.txt_1rem {
	font-size: 1rem;
}
.txt_1dod2rem {
	font-size: 1.2rem;
}
.txt_1dot4 {
	font-size: 1.4rem;
}
.txt_c_333 {
	color: #333;
}
/* background */
.bgc_gray {
	background-color: #f1f1f1;
}
/* margin */
.mar_auto {
	margin: 0 auto;
}
.mar_0 {
	margin: 0;
}
.mar_t_0 {
	margin-top: 0;
}
.mar_r_0 {
	margin-right: 0;
}
.mar_b_0 {
	margin-bottom: 0;
}
.mar_l_0 {
	margin-left: 0;
}
.mar_5 {
	margin: 5px;
}
.mar_t_5 {
	margin-top: 5px;
}
.mar_r_5 {
	margin-right: 5px;
}
.mar_b_5 {
	margin-bottom: 5px;
}
.mar_l_5 {
	margin-left: 5px;
}
.mar_t_10 {
	margin-top: 10px;
}
.mar_r_10 {
	margin-right: 10px;
}
.mar_b_10 {
	margin-bottom: 10px;
}
.mar_l_10 {
	margin-left: 10px;
}
.mar_t_20 {
	margin-top: 20px;
}
.mar_r_20 {
	margin-right: 20px;
}
.mar_b_20 {
	margin-bottom: 20px;
}
.mar_l_20 {
	margin-left: 20px;
}
.mar_r_25 {
	margin-right: 25px;
}
.mar_t_30 {
	margin-top: 30px;
}
.mar_r_30 {
	margin-right: 30px;
}
.mar_b_30 {
	margin-bottom: 30px;
}
.mar_t_40 {
	margin-top: 40px;
}
.mar_r_40 {
	margin-right: 40px;
}
.mar_b_40 {
	margin-bottom: 40px;
}
.mar_l_30 {
	margin-left: 30px;
}
.mar_t_50 {
	margin-top: 50px;
}
.mar_r_50 {
	margin-right: 50px;
}
.mar_b_50 {
	margin-bottom: 50px;
}
.mar_l_50 {
	margin-left: 50px;
}
.mar_b_60 {
	margin-bottom: 60px !important;
}
.mar_t_60 {
	margin-top: 60px;
}
.mar_b_100 {
	margin-bottom: 100px;
}
/* padding */
.pad_v_10 {
	padding: 10px 0;
}
.pad_v_20 {
	padding: 20px 0;
}
.pad_v_30 {
	padding: 30px 0;
}
.pad_0 {
	padding: 0;
}
.pad_t_0 {
	padding-top: 0;
}
.pad_r_0 {
	padding-right: 0;
}
.pad_b_0 {
	padding-bottom: 0;
}
.pad_l_0 {
	padding-left: 0;
}
.pad_5 {
	padding: 5px;
}
.pad_t_5 {
	padding-top: 5px;
}
.pad_r_5 {
	padding-right: 5px;
}
.pad_b_5 {
	padding-bottom: 5px;
}
.pad_l_5 {
	padding-left: 5px;
}
.pad_10 {
	padding: 10px;
}
.pad_t_10 {
	padding-top: 10px;
}
.pad_r_10 {
	padding-right: 10px;
}
.pad_b_10 {
	padding-bottom: 10px;
}
.pad_l_10 {
	padding-left: 10px;
}
.pad_20 {
	padding: 20px;
}
.pad_t_20 {
	padding-top: 20px;
}
.pad_r_20 {
	padding-right: 20px;
}
.pad_b_20 {
	padding-bottom: 20px;
}
.pad_l_20 {
	padding-left: 20px;
}
.pad_30 {
	padding: 30px
}
.pad_t_30 {
	padding-top: 30px;
}
.pad_r_30 {
	padding-right: 30px;
}
.pad_b_30 {
	padding-bottom: 30px;
}
.pad_l_30 {
	padding-left: 30px;
}
.pad_l_50 {
	padding-left: 50px;
}
/* border */
.bor_t_1 {
	border-top: 1px solid #eee;
}
.bor_r_1 {
	border-right: 1px solid #eee;
}
.bor_b_1 {
	border-bottom: 1px solid #eee;
}
.bor_l_1 {
	border-left: 1px solid #eee;
}
/* vertical align */
.va-10 {
	vertical-align: -10%;
}
.va-20 {
	vertical-align: -20%;
}
.va-30 {
	vertical-align: -30%;
}
.va-35 {
	vertical-align: -35%;
}
.va-40 {
	vertical-align: -40%;
}
.pc_none {
	display: none;
}
.sp_none {
	display: block;
}
 @media (max-width: 980px) {
/* ~980px */
#base_gmoWrapp, #gmo_CMSPbar {
	overflow: hidden;
	min-width: 100% !important;
	width: 100% !important;
}
}
@media (max-width: 768px) {
/* ~768px */
#contents {
	padding-left: 0;
}
.pc_none {
	display: block;
}
.sp_none {
	display: none;
}
.hm_menu_check {/* チェックボックスを隠す */
	display: none;
}
.hm_wrap {
	display: inline-block;
	position : fixed;
	top : 0;
	right: 0;
	width : 100%;
	padding : 10px;
}
/* ▽▽メニューボタン▽▽ */
.hm_btn {
	position: relative;
	width: 30px;
	height: 30px;
	border-radius: 6px;
	border: #e3f5ec 2px solid;
	/*filter: drop-shadow(8px 8px 8px rgba(0,0,0,0.1));*/
	cursor: pointer;
	display: block;
	float: right;
	z-index: 2;
	background: #176c44c7;
	padding: 13px 10px 7px 10px;
	margin-top: 15px;
	margin-right: 10px;
}
.hm_btn::before {
	-webkit-box-shadow: #FFF 0 /*真ん中の線の縦位置*/10px 0;
	box-shadow: #FFF 0 10px 0;
}
.hm_btn::after {
	bottom: 12px;/*下の線の縦位置*/
}
.hm_btn::before, .hm_btn::after {
	width: 28px;
	height: 4px;
	background: #FFF;
	display: block;
	content: '';
	position: absolute;
	-webkit-transition: -webkit-box-shadow 0.2s linear, -webkit-transform 0.2s 0.2s;
	transition: box-shadow 0.2s linear, transform 0.2s 0.2s;
}
/* △△メニューボタン△△ */
 
.hm_menu_wrap {
	width : 100%;
	height : 100vh;
	padding: 50px 0 20px 10px;
	background: #fff;
	position: absolute;
	left: -100%;
	top: 0;
	-webkit-transition: left 0.4s;
	transition: left 0.4s;
	overflow: auto;
	-webkit-overflow-scrolling: touch
}
/* ▽▽開閉時のアニメーション▽▽ */
.hm_menu_check:checked ~ .hm_title {
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
.hm_menu_check:checked ~ .hm_btn::before {
	-webkit-box-shadow: transparent 0 0 0;
	box-shadow: transparent 0 0 0;
	-webkit-transform: rotate(45deg) translate3d(6px, 10px, 0);
	transform: rotate(45deg) translate3d(6px, 10px, 0);
}
.hm_menu_check:checked ~ .hm_btn::after {
	-webkit-transform: rotate(-45deg) translate3d(6px, -11px, 0);
	transform: rotate(-45deg) translate3d(6px, -10px, 0);
}
.hm_menu_check:checked ~ .hm_menu_wrap {
	left: 0;
}
.hm_menu_wrap h3 {
	padding-top: 10px;
	padding-bottom: 10px;
}
/* △△開閉時のアニメーション△△ */
 
/* ▽▽メニュー内のリストスタイル▽▽ */
.hm_list {
	list-style-type: none;
	margin: 50px 0 0;
	padding: 0;
}
.hm_list li a {
	color: #777;
	display: block;
	overflow: hidden;
	padding: 8px 22px;
	position: relative;
	text-decoration: none;
	z-index: 1;
}
.hm_list li a::before {/* aタグマウスオーバー時の背景 */
	background: #eee;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 100%;
	left: 0;
	-webkit-transition: bottom 0.4s;
	transition: bottom 0.4s;
	z-index: -1;
}
.hm_list li a:hover::before {
	bottom: 0;
}
.hm_list li a:hover::after {
	opacity: 0.5;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
}
@media (max-width: 480px) {
/* ~480px */
}
/*
 * icons
 */
.icon-user {
	background-position: -208px 0px;
}
.icon-lg-b.icon-user {
	background-position: -312px 0px;
}
.icon-adduser {
	background-position: -240px 0px;
}
.icon-lg-b.icon-adduser {
	background-position: -360px 0px;
}
.icon-login {
	background-position: -48px -80px;
}
.icon-lg-b.icon-login {
	background-position: -72px -120px;
}
.icon-logout {
	background-position: -32px -80px;
}
.icon-lg-b.icon-logout {
	background-position: -48px -120px;
}
.icon-home {
	background-position: -176px -16px;
}
.icon-lg-b.icon-home {
	background-position: -264px -24px;
}
.icon-mail {
	background-position: -64px 0px;
}
.icon-lg-b.icon-mail {
	background-position: -96px 0px;
}
.icon-pencil {
	background-position: -96px 0px;
}
.icon-lg-b.icon-pencil {
	background-position: -144px 0px;
}
.icon-help {
	background-position: -272px -80px;
}
.icon-lg-b.icon-help {
	background-position: -408px -120px;
}
.icon-cart {
	background-position: -176px -64px;
}
.icon-lg-b.icon-cart {
	background-position: -264px -96px;
}
.icon-search {
	background-position: -208px -16px;
}
.icon-lg-b.icon-search {
	background-position: -312px -24px;
}
.icon-chevron_up {
	background-position: -0px -144px;
}
.icon-lg-b.icon-chevron_up {
	background-position: -0px -216px;
}
.icon-chevron_down {
	background-position: -352px -128px;
}
.icon-lg-b.icon-chevron_down {
	background-position: -528px -192px;
}
.icon-b, .icon-w {
	width: 16px;
	height: 16px;
	display: inline-block;
 *display: inline;
 *zoom: 1;
}
.icon-lg-b, .icon-lg-w {
	width: 24px;
	height: 24px;
	display: inline-block;
 *display: inline;
 *zoom: 1;
}
.icon-b {
	background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png);
}
.icon-w {
	background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png);
}
.icon-lg-b {
	background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png);
}
.icon-lg-w {
	background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png);
}
 @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
 .icon-b, .icon-w {
 -webkit-background-size: 368px 320px;
 background-size: 368px 320px;
}
 .icon-lg-b, .icon-lg-w {
 -webkit-background-size: 552px 480px;
 background-size: 552px 480px;
}
 .icon-b {
background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_b.png);
}
 .icon-w {
background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_w.png);
}
 .icon-lg-b {
background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png);
}
 .icon-lg-w {
background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png);
}
}
@media (max-width: 768px) {
.icon-b {
	background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png);
}
.icon-w {
	background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png);
}
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
 .icon-b {
background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png);
}
 .icon-w {
background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png);
}
}
/*Bankok Mango*/
.mango_main_txt {
	font-size: 1.1rem;
	color: #555;
}
.mango_main_jutify {
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
}
.mango_font_red {
	color: red;
}
.mango_lh_1dot5 {
	line-height: 1.5rem;
}
.mango_float_l {
	float: left;
}
.mango_float_r {
	float: right;
}
.mango_clear {
	clear: both;
}
.mango_img_l_60, .mango_img_l_50 {
	margin: 30px 0;
}
.mango_img_l_60_img {
	width: 60%;
	float: left;
}
.mango_img_l_60_txt {
	width: 37%;
	float: right;
	margin-left: 3%;
}
.mango_img_l_50_img {
	width: 50%;
	float: left;
}
.mango_img_l_50_txt {
	width: 47%;
	float: right;
	margin-left: 3%;
}
#mango_logo {
	width: 450px;
	float: left;
	margin-bottom: 50px;
	padding-left: 5px;
}
.h2_menu {
	font-size: 1.2rem;
}
#mango_menu_r {
	width: 540px;
	padding-top: 50px;
	font-size: 1.1rem;
	color: #555;
}
h1 {
	max-width: 1000px;
	height: 40px;
	margin: 0 auto;
	padding-top: 2px;
	margin-top: 0;
	color: #FFF;
	text-align: right;
	font-size: 1.1rem;
	text-shadow: 1px 2px 3px #000;
	font-weight: normal;
}
.mango_h3 {
	padding: 8px 0 5px 20px;
	border-top: #f4a847 1px solid;
	border-bottom: #00873C 2px solid;
	color: #555;
	font-weight: normal;
	font-size: 1.5rem;
}
.mango_h3 span {
	font-size: 1.2rem;
}
.mango_menu_banner {
	margin: 0 auto 70px auto;
}
.mango_menu_banner img {
	text-align: center;
}
.hidden-pc {
	display: none !important;
}
/*オンマウス画像効果*/
.mango_img_soft a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
/*画像横1枚*/
#mango_img_v1 {
	margin: 30px auto;
	text-align: center;
}
/*画像横2枚*/
#mango_img_v2_l {
	width: 300px;
	float: left;
	margin-left: 30px;
}
#mango_img_v2_r {
	width: 300px;
	float: right;
	margin: 0 30px 60px 0;
}
.mango_green_txt {
	color: #006934;
	font-size: 1.2rem;
}
.mango_red_txt {
	color: red;
}
.mango_banner_3_1 {
	box-sizing: border-box;
	width: 30%;
	margin-right: 5%;
	margin-bottom: 30px;
	float: left
}
.mango_banner_3_2 {
	width: 30%;
	float: left
}
#mango_banner_3 a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
/*マンゴーの食べ方*/
.youtube iframe {
	width: 80%;
}
#mango_suger_spot img {
	width: 350px;
	margin-right: 20px;
	float: left;
	vertical-align: top;
	border: #555 thin dotted;
	filter: drop-shadow(8px 8px 8px rgba(0,0,0,0.15));
}
/*お客様からの声*/
.mango_review {
	width: 650px;
	padding: 10px 20px 20px 10px;
	background-color: #FFF;
	filter: drop-shadow(8px 8px 8px rgba(0,0,0,0.1));
	margin: 0 auto 60px auto;
	text-align: justify;
	text-justify: inter-ideograph;
}
.mango_review dt, .mango_review dd {
	line-height: 1.3em;
	margin-bottom: 15px;
}
.mango_review dt {
	width: 90px;
	float: left;
}
.mango_review dd {
	width: 550px;
	float: left;
}
.review_reply {
	margin-top: 25px;
	padding-left: 15px;
	border-left: green 3px solid;
	color: #008019;
}
.review_top {
	box-sizing: border-box;
	margin: 0 auto;
	width: 95%;
	padding: 15px;
	border: #777 4px double;
	font-size: 1.1rem;
	text-align: justify;
	text-justify: inter-ideograph;
}
/*購入方法*/
.mango_w95 {
	box-sizing: border-box;
	width: 95%;
	margin: 10px 0 40px 5%;
	padding: 15px 20px;
	border: #000 1px solid;
	text-align: justify;
	word-break: break-all;
}
.howto_tt {
	margin: 30px 0;
	color: #006934;
	font-size: 1.3rem;
	font-weight: bold;
	cursor: pointer;
}
.howto dd {
	margin-left: 0;
	line-height: normal;
}
.mango_cap {
	box-sizing: border-box;
	width: 95%;
	padding: 15px 0;
	margin: 20px auto;
	text-align: center;
}
.mango_cap_bank {
	box-sizing: border-box;
	width: 95%;
	margin: 60px auto 10px auto;
	text-align: center;
}
.mango_cap img, .mango_cap_bank img {
	border: #ccc 1px dotted;
	filter: drop-shadow(3px 3px 6px rgba(0,0,0,0.5));
}
#howto p {
	line-height: 1.6rem;
}
.howto_p {
	width: 90%;
	margin: 10px auto 40px auto;
}
.howto_p_ctr {
	width: 90%;
	text-align: center;
	margin: 10px 0 40px 0;
}
.mango_cap_arrow {
	text-align: center;
	font-size: 5rem;
	color: #aad7a5;
	margin-bottom: 40px;
}
/*ボタン*/
.mango_detail_btn_area {
	padding: 0 60px;
}
.mango_detail_btn {
	margin-bottom: 25px;
}
.mango_detail_btn a {
	display: block;
	width: 270px;
	background-color: #faca493d;
	border-radius: 25px;
	border: 1px dotted #15462F;
	text-align: center;
	font-size: 1.2rem;
	line-height: 50px;
	text-decoration: none;
	color: #15462F;
}
.mango_detail_btn a:hover {
	background-color: #2C8342;
	color: #FFF;
}
.web_order {
	margin:60 auto !important;
}
.web_order_btn {
	text-align:center;
}
.web_order_btn a {
	display: inline-block;
	width: 270px;
	background-color: #faca493d;
	border-radius: 25px;
	border: 1px dotted #15462F;
	text-align: center;
	font-size: 1.2rem;
	line-height: 50px;
	text-decoration: none;
	color: #15462F;
}
.web_order_btn a:hover {
	background-color: #2C8342;
	color: #FFF;
}

/*商品ページ*/
.mango_price {
	text-align: center;
	padding: 0;
	color: #555;
	font-size: 1.5rem;
}
.mango_weight {
	border-top: #00873C 2px solid;
	border-bottom: #00873C 2px solid;
	padding: 8px 0 5px 20px;
	margin-bottom: 20px;
	text-align: center;
	color: #555;
	font-weight: normal;
	font-size: 1.5rem;
}
.mango_notice {
	padding: 25px;
	background-color: #fbebd3;
	color: #000;
	font-size: 1.1rem;
	text-align: justify;
	text-justify: inter-ideograph;
}
.mango_notice2 {
	color: #555;
	font-size: 1.1rem;
	font-weight: bold;
	text-align: center;
}
.mango_notice_c {
	padding: 15px 25px;
	background-color: #fbebd3;
	color: #000;
	font-size: 1.1rem;
	text-align: center
}
.mango_detail_orange {
	color:#F77838;
	font-size:1.3rem;
	font-weight:bold;
}
.mango_shadow {
	filter: drop-shadow(8px 8px 8px rgba(0,0,0,0.15));
}

/*768px*/
@media (max-width: 480px) {
.hidden-pc {
	display: block !important;
}
h1 {
	font-size: 1rem;
	font-weight: bold;
}
.mango_h3 {
	text-align: center;
}
#mango_logo {
	width: 80%;
	margin-bottom: 30px;
	padding: 0;
}
#mango_logo_txt {
	box-sizing: border-box;
	width: auto;
	float: left;
	padding: 13px 0 0 5px;
	font-size: 1rem;
	color: #555;
}
.mango_img_l_60, .mango_img_l_50 {
	margin: 30px auto;
	text-align: center;
}
.mango_img_l_60_img {
	width: 100%;
	float: none;
}
.mango_img_l_60_txt {
	width: 100%;
	float: none;
	margin: 15px 0 0 0;
}
.mango_img_l_50_img {
	width: 100%;
	float: none;
}
.mango_img_l_50_txt {
	width: 100%;
	float: none;
	margin: 15px 0 0 0;
}
#mango_logo_txt span {
	color: red;
	font-size: 1rem;
	font-weight: bold;
}
.mango_menu_banner_txt a {
	color: green;
	text-decoration: none;
}
.mango_menu_banner_txt a:visited {
	color: green;
	text-decoration: none;
}
/*画像横1枚・2枚*/
#mango_img_v1, #mango_img_v2_l {
	max-width: 100%;
	float: none;
	margin: 0 auto 20px auto;
}
#mango_img_v2_r {
	max-width: 100%;
	float: none;
	margin: 0 auto 50px auto;
}
.mango_banner_3_1, .mango_banner_3_2 {
	width: 80%;
	margin: 0 auto 30px auto;
	float: none;
	text-align: center;
}
/*マンゴーの食べ方*/
.youtube iframe {
	width: 100%;
}
#mango_suger_spot {
	margin: 0 auto 20px 0;
	text-align: center;
}
#mango_suger_spot img {
	max-width: 100%;
	margin-right: 0;
	float: none;
	text-align: center;
}
/*お客様からの声*/
.mango_review {
	width: 92%;
	padding: 10px 20px 20px 10px;
	background-color: #FFF;
	filter: drop-shadow(8px 8px 8px rgba(0,0,0,0.1));
	margin: 0 0 60px 0;
	text-align: justify;
	text-justify: inter-ideograph;
}
.mango_review dt, .mango_review dd {
	line-height: 1.3em;
	margin-bottom: 15px;
	float: none;
}
.mango_review dt {
	width: 100%;
}
.mango_review dd {
	width: 100%;
}
.review_reply {
	margin-top: 25px;
	padding-left: 15px;
	border-left: green 3px solid;
	color: #008019;
}
/*Page Top Button*/
#pageTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#pageTop i {
	padding-top: 6px
}
#pageTop a {
	display: block;
	z-index: 999;
	padding: 0 4px 8px 4px;
	border-radius: 30px;
	width: 35px;
	height: 35px;
	background-color: #9FD6D2;
	font-size: 1.7rem;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
#pageTop a:hover {
	text-decoration: none;
	opacity: 0.7;
}
/*購入方法*/
.mango_w95 {
	box-sizing: border-box;
	width: 100%;
	margin-left: 0;
	padding: 15px 20px;
	border: #000 1px solid;
}
.howto_tt {
	line-height: normal;
	text-indent: -1.3em;
	padding-left: 1.3em;
}
.mango_cap {
	box-sizing: border-box;
	width: 95%;
	padding: 15px 0;
	margin: 20px auto;
	text-align: center;
}
.mango_cap img {
	border: #ccc 1px dotted;
	filter: drop-shadow(3px 3px 6px rgba(0,0,0,0.5));
}
.howto_p {
	width: 95%;
}
.mango_cap_arrow {
	text-align: center;
	font-size: 4rem;
	color: #aad7a5;
	margin-bottom: 40px;
}
/*ボタン*/
.mango_detail_btn_area {
	padding: 0;
	margin-bottom: 50px;
}
.mango_detail_btn_area .mango_float_l, .mango_detail_btn_area .mango_float_r {
	float: none;
}
.mango_detail_btn {
	margin-bottom: 20px;
}
.mango_detail_btn a {
	margin: 0 auto;
}
/*商品下の価格と内容量*/
.mango_price {
	font-size: 1.3rem;
}
.mango_weight {
	font-size: 1.3rem;
}
}