/* 共通レイアウト
============================================*/
html { height: 100%;}
body { height: 100%; padding: 0; }
* html body { font-family: "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS P Gothic"; }
*:first-child+html body { font-family: "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS P Gothic"; }
head~/* */body body { font-family: "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS P Gothic"; }
html:not(:target) body { font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN", sans-serif; }

/* !font-size */
body { font-size:12px;}

/* !clearfix */
hr { display: none; }

.cfix { /zoom : 1; }
.cfix:after { content : ''; display : block; clear : both; }

a{
	outline: none;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

a:hover {
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}

.non-hover {
    -webkit-transition: unset;
    -moz-transition: unset;
    -o-transition: unset;
    transition: unset;
}
.non-hover:hover {
    filter: unset;
    -moz-opacity: 1.0;
    opacity: 1.0;
}


/* common style */
.left { float: left; }
.right { float: right; }
.article { margin: 0 0 30px 0; }
.indent { padding: 0 0 0 29px;}
.layoutTB, .layoutTB th, .layoutTB td { margin: 0; padding: 0; border: none; }
.genkibnr { padding: 6px 0 0 0;}
.genkibnry { padding-bottom: 30px;}

#jsheader {
	height: 126px!important;
}
#breadcrumb { border: none; font-size:12px; }

#content {
	padding: 0 0 60px;
	margin: 0 -10px;
	width: 980px;
}
#content p {
	font-size:15px;
	line-height: 1.45;
    color: #000;
}
#content span,
#content ruby {
	color: inherit;
}
ruby {
  position: relative;
}
#content rt {
	line-height: 1;
	font-size: 45%;
	color: inherit;
	margin-top: -1em;
}
@-moz-document url-prefix() {
.win #content rt {
	position: relative;
	margin-top: -0.7em;
	margin-bottom: -0.3em;
}
}

@media all and (-ms-high-contrast:none){
.win #content rt {
    transform: translate(0,-30%);
}
}
.win.chrome #content rt {
    transform: translate(0,50%);
}
#content .more {
	margin: 10px 0;
}
#content .more a{
	color: #754c24;
	border:#754c24 1px solid;
	padding: 8px 25px 8px 12px;
	background: url(../images/more_arrow.png) no-repeat right center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: inline-block;
	margin: 5px 0;
}

#content .block {
	margin: 45px auto;
	width: 820px;
}


#content .pageback {
	margin: 20px 0;
}

#content .pageback a {
	line-height: 25px;
	display: inline-block;
	background: url(../images/pageback_arrow.png) no-repeat left center;
	padding-left: 25px;
}


#content .block_title {
	border-left: #ff0000 5px solid;
	margin-bottom: 40px;
}

#content .block_title h2 {
	padding: 0 0 10px 15px;
	font-size: 30px;
	line-height: 1.25;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	border-bottom: #c8c8c8 1px solid;
}

#content .block_title p {
	padding: 10px 0 0 15px;
	font-size: 17px;
	letter-spacing: 0.1em;
	line-height: 1.5;
}

#content #recommend {
	text-align: center;
	margin: 50px 0;

}
#content #recommend h3 {
	margin: 20px 0 10px;
	font-size: 30px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.35;
}
#content #recommend ul {
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	justify-content: center;
}
#content #recommend ul li {
	border: #c8c8c8 1px solid;
	padding: 4px 4px 10px;
	margin: 10px;
	width: 210px;
	height: 210px;
	box-sizing: border-box;
	font-size: 17px;
	line-height: 21px;
}
#content #recommend ul li a{
	display: block;
	color: inherit;
}
#content #recommend ul li img {
	margin-bottom: 6px;
}

#content #contentfoot .banner_box {
	text-align: center;
	background: #dfd6ca;
	padding: 15px 0;
}

#content #contentfoot .banner_box ul {
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	justify-content: center;
}
#content #contentfoot .banner_box ul li {
	margin: 10px;
}
#content #contentfoot .banner_box ul li img {
	-moz-box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
	box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
}

#content #contentfoot .text_box {
	background: #f1ede8;
	padding: 40px;
}

#content #contentfoot .text_box h3 {
	margin: 0 0 10px;
	font-size: 20px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.35;
	position: relative;
}

#content #contentfoot .text_box h3 span {
	background: #f1ede8;
	position: relative;
	z-index: 5;
	padding-right: 5px;
}

#content #contentfoot .text_box h3:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #c8b7a3;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 1;
}

#content #contentfoot .text_box li {
	padding: 5px 0;
	float: left;
	font-size: 15px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#content #contentfoot .text_box li a {
	padding-left: 15px;
	background: url(../images/foot_nav_arrow.png) no-repeat left center;
}

#content #contentfoot .text_box .efficacy {
	float: left;
	width: 490px;
}
#content #contentfoot .text_box .efficacy li {
	width: 130px;
}
#content #contentfoot .text_box .efficacy li:nth-child(4) {
	width: 100px;
}
#content #contentfoot .text_box .health {
	float: right;
	width: 360px;
}
#content #contentfoot .text_box .health li {
	width: 100%;
}

/* 20180625追加 */
#content #contentfoot .medical_info a{
	display: block;
	width: 300px;
	height: 54px;
	margin: 20px auto;
	background: url(../images/medical_info_btn.png) no-repeat left center / cover;
}
#content #contentfoot .qabtn{
	position: fixed;
	width: 490px;
	height: 51px;
	bottom: -1px;
	left: calc(50% - 490px);
	background: url(../images/topbtn_bg01.png) center / cover no-repeat;
	z-index: 6;
}
#content #contentfoot .buybtn{
	position: fixed;
	width: 490px;
	left: 50%;
	border-left: 1px solid #CA394B;
	height: 51px;
	bottom: -1px;
	background: url(../images/topbtn_bg02.png) center / cover no-repeat;
	z-index: 6;
}
#content #contentfoot a.buybtn:hover,
#content #contentfoot a.qabtn:hover{
	opacity: 1;
}
#content #contentfoot a.buybtn img,
#content #contentfoot a.qabtn img{
	transition: .3s;
}
#content #contentfoot a.buybtn:hover img,
#content #contentfoot a.qabtn:hover img{
	opacity: 0.5;
}


/* 追加 end */


@media all and (-ms-high-contrast:none){
.win #content #contentfoot .text_box .health li:nth-child(1) {
	margin-top: -0.4em;
}
}

.win.chrome #content #contentfoot .text_box .health li:nth-child(1) {
	margin-top: -0.4em;
}
.win.chrome #content #contentfoot .text_box .health rt {
    transform: translate(0,0);

}
/* 20180621 幅修正 */
#content #contentfoot .text_box .about {
	clear: both;
	width: 100%;
	padding-top: 20px;
}
#content #contentfoot .text_box .about li {
	width: 100px;
}
#content #contentfoot .text_box .about li:nth-child(5n+1) {
/* 20200526	width: 205px; */
	width: 210px;
}

#content #contentfoot .text_box .about li:nth-child(5n+2) {
	width: 230px;
}
#content #contentfoot .text_box .about li:nth-child(5n+3) {
	width: 185px;
}
#content #contentfoot .text_box .about li:nth-child(5n+4) {
	width: 170px;
}
/* 修正 end */

#content #contentfoot .pagetop {
	text-align: center;
	margin: 30px 0;
}

#content #contentfoot .pagetop a {
	display: inline-block;
	background: url(../images/pagetop_arrow.png) no-repeat center top;
	padding-top: 50px;
}



#floating_nav {
	position: fixed;
	right: -20px;
	bottom: 15px;
	z-index: 50;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

#floating_box {
	position: relative;
	color: #FFF;
	width: 320px;
	box-sizing: border-box;
	background: rgba(0,0,0,0.5);
	padding: 10px 30px 10px 10px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}
#floating_nav h3 {
	margin: 5px 0;
	font-size: 18px;
	color: #FFF;
	text-align: center;
}
#floating_nav ul {
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
#floating_nav li {
	color: #FFF;
	float: left;
	width: 130px;
	text-align: center;
	margin: 5px;
	font-size: 13px;
	letter-spacing: -0.1em;
	position: relative;
}
#floating_nav li img {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}
#floating_nav li a {
	color: #FFF;
}
#floating_nav li span {
	position: absolute;
	left: 0;
	top: 0;
	color: #FFF;
	padding: 5px;
	background:#666;
	font-size: 14px;
}
#floating_nav li span.cat01 {
	background:#ffc400;
	color: #000;
}
#floating_nav li span.cat02 {
	background:#2d54ca;
}
#floating_nav li span.cat03 {
	background:#00b500;
}

#floating_nav .floating_close {
	position: absolute;
	left: 15px;
	top: 15px;
	cursor: pointer;
	font-size: 18px;
	line-height: 20px;
	color: #FFF;
}
#floating_nav .floating_close:hover {
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}

#floating_nav.close {
	bottom: -260px;
}

#floating_nav.close:hover {
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}
#floating_nav.close .floating_close:hover {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

#floating_nav.close .floating_close {
	width: 100%;
}
#floating_nav.close .floating_close:before {
	content: "▲";
}

#floating_nav.close .floating_close img {
	display: none;
}
#floating_nav.close ul {
	opacity:0;
}
