 @charset "UTF-8";

/******************************/
/* ショップ名：オオサカ堂     */
/* ファイル名：layout_div.css */
/******************************/

/* CSS カスタムプロパティ */
:root {
  --color-white: #fff;
  --color-white-rgb: 255 255 255;
  --color-whitegray: #eee;
  --color-lightgray: #ccc;
  --color-midgray: #aaa;
  --color-gray: #999;
  --color-dimgray: #666;
  --color-darkgray: #444;
  --color-black: #000;
  --color-black-rgb: 0 0 0;
  --color-red: #f00;
  
  --keycolor-os: #69f;
  --keycolor-os-dark: #3189f0;
  --keycolor-os-light: #dff2ff;
  
  --common-text: #333;
  --common-link: #06f;
  --common-hover: #ed0000;
  --common-block: #fffcb7;

  /* #18689 【オオサカ】啓蒙「医薬品の検索」ページ改修（コーディング） */

  --medicine-lightblue: #eff5ff;
  --medicine-gray: #6c7588;
  --medicine-orange: #f09731;
  --medicine-red: #a80000;
}

*{
    box-sizing:border-box;
}

/* !基本的なスタイル
---------------------------------------------------------- */
body { 	font-size:80%;
		color: var(--common-text);
		margin: 0;
		padding: 0;
		overflow-x: hidden;
		font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
a:link {
	color: var(--common-link);
}
a:visited {
	color: var(--common-link);
}
a:hover {
  color: var(--common-hover);
}
a:hover img{
	opacity: 0.8;
}
.twitter-timeline {
	min-width:168px!important;
}
#twitter-widget-0 {width:168px!important;}

.twitter-timeline, x:-moz-any-link {
	min-width:168px!important;
}
#twitter-widget-0, x:-moz-any-link {width:168px!important;}

img.new { margin-right:5px; }

.wsnwp{ white-space:nowrap; }

input:hover {
	opacity: 0.8;
}

/* 商品画像(640×480/1000×1000サイズの共存) */
img[src*="/img/p/"] {
	aspect-ratio: 1;
	object-fit: contain;
	background: #fff;
}

/* !wrapper
---------------------------------------------------------- */
div#wrapper	{
	width: 100%;
	margin: 0 auto;
	/*border-left: 1px solid #7f7f7f; */
}
/* !topHeader
---------------------------------------------------------- */
#topHeader {
	width: 100%;
	margin: 0 auto;
	font-size: 12px;
}
#topHeader a {
	color: var(--color-white);
	text-decoration: none;
}
#topHeader a:hover {
	color: var(--color-white);
	text-decoration: underline;
}
#topHeader .hlinks {
	height: 34px;
	line-height: 34px;
	background-color: var(--keycolor-os);
	color: var(--color-white);
	font-size: 13px;
}
#topHeader .hlinks .hlinksInr {
	width: 1000px;
	margin: 0 auto;
	text-align: right;
}
#topHeader .hMain {
	width: 100%;
	height: 89px;
	background: url(/img/header_bg.gif) repeat-x left bottom;
}
#topHeader .hMain .hMainInr {
	width: 1000px;
	margin: 0 auto;
}
#topHeader .topHeaderLeft {
	position: relative;
	float: left;
	width: 191px;
}
#topHeader .logoYear {
	position: absolute;
	top: -23px;
	left: 0;
	font-size: 13px;
	color: #7f640c;
	font-weight: bold;
	width: 191px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	border: 1px solid var(--color-midgray);
	border-radius: 4px;
	background: linear-gradient(var(--color-white), #fdf7b0);
	font-family:  "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}
#topHeader .topHeaderLeft img.logo {
	margin: 13px 0 0 0;
}
#topHeader .topHeaderRight {
	float: right;
	text-align: right;
	width: 800px;
	padding: 5px 0 0 0;
}
#topHeader .topHeaderRight .cart {
	float: right;
	width: 370px;
	margin-top: 0px;
}
#topHeader .topHeaderRight .cart .menu {
	float: right;
	margin-right: 5px;
}
#topHeader .topHeaderRight .cart .cartLogin {
	padding: 3px 0;
	line-height: 1.6em;
}
#topHeader .topHeaderRight .cart .cartLogin a {
	color: var(--common-text);
	text-decoration: underline;
}
#topHeader .topHeaderRight .cart .cartLogin a:hover {
	color: var(--common-hover);
	text-decoration: underline;
}
#topHeader .topHeaderRight .cart a.cartBox {
	float: right;
	display: block;
	border: 1px solid #777;
	padding: 5px 10px;
	width: 270px;
	height: 43px;
	margin-top: 1px;
    border-radius: 2px;
    box-shadow: 0 0 1px var(--color-lightgray);
	background: #ffd;
}
*:first-child+html #topHeader .topHeaderRight .cart a.cartBox {
	width: 260px;
	height: 33px;
}
#topHeader .topHeaderRight .cart a.cartBox:hover {
	border: 1px solid var(--color-red);
}
#topHeader .topHeaderRight .cart .cartBox .cartPrice {
	font-family:  "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	float: left;
	color: var(--common-text);
	text-align: left;
	font-weight: bold;
	font-size: 13px;
	line-height: 100%;
	padding: 5px;
	margin-top: 5px;
}
#topHeader .topHeaderRight .cart .cartBox img.cartImg {
	float: right;
	margin-top: 3px;
}
#topHeader .topHeaderRight .feature {
	float: right;
	width: 413px;
}
#topHeader .topHeaderRight .feature img {
	vertical-align: top;
	margin-left: 5px;
	margin-top: 15px;
}
#topHeader .hSearch {
	background: #f5f5f5;
	padding: 10px 0;
}
#topHeader .hSearch .hSearchInr {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}
#topHeader .hSearch .hSearchInr form {
	padding: 0;
	margin: 0;
}
#topHeader .hSearch .hSearchInr ul.hSearchLists li a:hover {
	color: var(--common-hover);
	text-decoration: none;
	border: 1px solid var(--common-hover);
}
#topHeader .hSearch .hSearchInr .hSearchInr_l {
	float: left;
	width: 580px;
	text-align: left;
}
#topHeader .hSearch .hSearchInr .hSearchInr_r {
	float: right; /* #10765 【小売り】検索結果表示に関して */
	width: 400px; /* #10765 【小売り】検索結果表示に関して */
	text-align: left;
	line-height: 1.6em;
	font-size: 14px;
}
#topHeader .hSearch .hSearchInr .hSearchInr_r a {
	color: var(--common-link);
}
/* #10765 【小売り】検索結果表示に関して START */
.searchArea {
  display: flex;
  justify-content: flex-start;
  font-size: 1px;
  letter-spacing: -1px;
  word-spacing: -1px;
}
/* #16207 【小売り】検索窓の改修依頼 start */
.searchArea--with-radios {
	display: block;
}
.search-box__stype {
	align-items: center;
	display: flex;
}
.search-box__button {
	margin-right: 5px;
}
.search-box__button:last-child {
	margin-right: 0;
}
.search-box__radio {
	display: none;
}
.search-box__label {
	align-items: center;
	box-sizing: border-box;
	cursor: pointer;
	display: flex;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 0;
	padding: 5px;
	width: auto;
}
.search-box__label::before {
	background-color: var(--color-white);
	border: 1px solid var(--keycolor-os);
	border-radius: 50%;
	content: "";
	display: block;
	height: 16px;
	margin-right: 0.5em;
	width: 16px;
}
.search-box__radio:checked ~ .search-box__label::before {
	border: 6px solid var(--keycolor-os);
	height: 6px;
	width: 6px;
}
/* #16207 【小売り】検索窓の改修依頼 end */
.selecteBox {
  position: relative;
  display: inline-block;
  max-width: 136px;
  width: 136px;
  height: 36px;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  letter-spacing: normal;
  word-spacing: normal;
}
.selecteBtn {
  height: 36px;
  padding: 12.5px 20px 12.5px 5px;
  font-size: 11px;
  border: 1px solid var(--color-gray);
  border-right: 0;
  background: #E6E6E6;
  cursor: pointer;
  line-height: 1;
  max-width: 110px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-shadow: 0 1px 0 var(--color-white);
  z-index: 1;
}
.selecteBtn::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 16px;
}
.selecteBtn::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border: 3px solid transparent;
  border-top: 6px solid var(--color-black);
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-25%);
}
.selecteBoxIn {
  -webkit-appearance: none;
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 36px;
  margin: 0;
  border: 0;
  opacity: 0;
  z-index: 1000;
}
/* #10765 【小売り】検索結果表示に関して END */
#topHeader .hSearch .hSearchInr .hSearchBox {
	border:1px solid var(--common-link);
	border:1px solid var(--color-gray);
	color: var(--common-text);
	background: var(--color-white);
	height: 36px;
	width: 455px;
	font-size: 14px;
	padding: 4px 10px;
	vertical-align: middle;
}
*:first-child+html #topHeader .hSearch .hSearchInr .hSearchBox {
	height: 26px;
	width: 445px;
}
#topHeader .hSearch .hSearchInr .hSearchBtn {
	font-size: 16px;
	height: 36px;
	width: 100px;
	vertical-align:middle;
	background-color: var(--color-darkgray);
	color: var(--color-white);
	padding:2px 30px;
	font-weight:bold;
	cursor:pointer;
	border: 1px solid var(--color-gray);
	border-left: none;
	box-shadow: 1px 1px 1px var(--color-white);
	background: linear-gradient(#888, var(--color-darkgray));
}
#topHeader .hlinksInr ul{
	margin: 0;
	padding: 0;
}
#topHeader .headMenuList{
	margin: 0;
	height: 34px;
	float: right;
	display: inline-block;
}
#topHeader .headMenuList li{
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 1.8;
}
#topHeader .headMenuList li:first-child{
	padding-left: 0;
}
#topHeader .headMenuList>li>a{
	display: inline-block;
}
#topHeader .headMenuList li dl{
	margin: 0;
	padding: 0;
	position: relative;
}
#topHeader .headMenuList>li>a,
#topHeader .headMenuList li dt{
	color: var(--color-white);
	background-color: var(--keycolor-os);
	margin: 0;
	padding: 5px 10px 5px 10px;
	cursor: pointer;
}
#topHeader .headMenuList li dt{
	background-image: url('/img/head-icon-arrow.png');
	background-position: right 6px center;
	    background-position-y: center;
	    background-position-x: 95%;
	background-repeat: no-repeat;
	padding-right: 16px;
}
#topHeader .headMenuList>li>a:hover,
#topHeader .headMenuList li dl:hover dt{
	background-color: #7dadff;
	text-decoration: none;
}
#topHeader .headMenuList li dl:hover{
	box-shadow: 0 0 2px rgb(var(--color-white-rgb) / 0.25);
	z-index: 1000;
}
#topHeader .headMenuList>li>a:active,
#topHeader .headMenuList li dt:active{
	background-color: #3d71d9;
}
#topHeader .headMenuList li dd{
	display: none;
	position: absolute;
	top: 33px;
	left: 0;
	border: 1px solid #7dadff;
	z-index: 1000;
	background-color: var(--color-white);
	margin: 0;
	padding: 10px 12px;
	width: 180px;
}
#topHeader .headMenuList li dd.origin-right{
	left: auto;
	right: 0;
}
#topHeader .headMenuList li dd.w-220px{
	width: 220px;
}
#topHeader .headMenuList li dl:hover dd{
	display: block;
	box-shadow: 0 1px 2px -1px rgb(var(--color-white-rgb) / 0.4);
}
#topHeader .headMenuList li dd.origin-right{
	right: 0;
}
#topHeader .headMenuList li dd li{
	list-style-type: none;
	float: none;
	text-align: left;
}
#topHeader .headMenuList li dd li a{
	color: var(--common-text);
	display: block;
	background-image: url('/img/head-icon-arrow02.png');
	background-repeat: no-repeat;
	background-position: right center;
	padding: 2px 0;
}
#topHeader .headMenuList li dd li a:hover{
	color: var(--common-hover);
}

/* !breadcrumbs 20180228 updated
---------------------------------------------------------- */
#breadcrumbs {
    color: var(--common-text);
    width: 980px;
    margin: 10px auto;
    text-align: left;
    line-height: 160%;
    font-size: 13px;
    position: relative;
}
#breadcrumbs .breadcrumbs-list {
    display: flex;
    background: url(../img/home.gif) no-repeat left center;
    flex-direction: row;
    list-style: none;
    padding: 0px 0px 0px 20px;
}
#breadcrumbs .breadcrumb {
    margin-left: 0.5rem;
    min-width: 3rem;
    padding: 0;
    width: auto;
}
#breadcrumbs .breadcrumb::before {
    content: ">";
    margin-right: 0.2rem;
}
#breadcrumbs .breadcrumb:first-child,
#breadcrumbs .breadcrumb:first-child::before {
    content: none;
    margin: 0;
    min-width: 0;
}
/* fix for before update,
must be deprecated when all the breadcrumbs markups are changed */
#breadcrumbs>span:first-child {
    padding-left: 20px;
    background: url(../img/home.gif) no-repeat left top;
}
/* sns in top page
---------------------------------------------------------- */
#sns-topbox {
    width: 980px;
    margin: 0;
    line-height: 160%;
    font-size: 13px;
    position: absolute;
    z-index: 99;
    margin-left: -490px;
    left: 50%;
    top: 200px;
}
#sns-topbox .sns-buttons.breadcrumbs-list {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    list-style: none;
    background: none;
}
#sns-topbox .sns-buttons.breadcrumbs-list .sns-button {
    overflow: hidden;
    margin: 0 6px;
}
#sns-topbox .sns-buttons.breadcrumbs-list #facebook_like2 {
    width: 72px;
}
#sns-topbox .sns-buttons.breadcrumbs-list #twitter2 {
    width: 75px;
}
#sns-topbox .sns-buttons.breadcrumbs-list #twitter_follow {
    width: 97px;
    height: 20px;
}
#sns-topbox .sns-buttons.breadcrumbs-list #google_plusone2 {
    margin-right: 0;
}
/* !contents
---------------------------------------------------------- */
#contents {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	position:relative;
}
#contents.contents--fullwidth {
  width: auto;
  margin:0 ;
}

/* main */
div.main{
	margin:0px;
	padding:0px;
	width:610px;
	padding-top: 10px;
}

/* left */
div.left{
	margin:0px;
	padding:0px;
	width:342px;
	float:left;
}

/* right */
div.right{
	margin:0px;
	padding:0px;
	width:216px;
	float:right;
}

/* !skyscraper
---------------------------------------------------------- */
#skyscrapers {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    visibility: hidden;
    width: 1000px;
}
#skyscrapers .banner-skyscraper {
    position: absolute;
    top: 0px;
    width: 170px;
}
#skyscrapers .banner-skyscraper:last-child {
    float: right;
    left: auto;
    right: -180px;
    text-align: left;
}
#skyscrapers .banner-skyscraper:first-child {
    left: -180px;
    right: auto;
    text-align: right;
}
@media screen and ( max-width: 1360px ) {
    #skyscrapers .banner-skyscraper .sky-img {
        width: 75%;
    }
    body {
        overflow-x: hidden;
    }
}
@media screen and ( max-width: 1290px ) {
    #skyscrapers {
        display: none;
    }
    body {
        overflow-x: auto;
    }
}
.bordered {
    border: solid var(--color-lightgray) 1px;
    border-radius: 6px;
    box-shadow: 0 1px 1px var(--color-lightgray);
}

.bordered tr:hover {
    background: #fbf8e9;
    transition: all 0.1s ease-in-out;
}

.bordered td, .bordered th {
    border-left: 1px solid var(--color-lightgray);
    border-top: 1px solid var(--color-lightgray);
    padding: 10px;
    text-align: left;
}

.bordered th {
    background: linear-gradient(#ebf3fc, #dce9f9);
    box-shadow: 0 1px 0 rgb(var(--color-white-rgb) / 0.8) inset;
    border-top: none;
    text-shadow: 0 1px 0 rgb(var(--color-white-rgb) / 0.5);
}

.bordered td:first-child, .bordered th:first-child {
    border-left: none;
}

.bordered th:first-child {
    border-radius: 6px 0 0 0;
}

.bordered th:last-child {
    border-radius: 0 6px 0 0;
}

.bordered th:only-child{
    border-radius: 6px 6px 0 0;
}

.bordered tr:last-child td:first-child {
    border-radius: 0 0 0 6px;
}

.bordered tr:last-child td:last-child {
    border-radius: 0 0 6px 0;
}

.searchbox{
	border:1px solid #777;
	padding: 5px;
	color: var(--common-text);
	border-radius: 5px;
	background: linear-gradient(var(--color-whitegray), var(--color-white));
	box-shadow: 1px 1px 1px var(--color-white);
}

.submitbtn{
	font-size:20px;
	color:var(--color-white);
	padding:7px 30px;
	font-weight:bold;
	cursor:pointer;
	border:1px solid #0b6aa1;
	border-radius: 5px;
	background: linear-gradient(#0097ee, #0075cc);
	box-shadow: 1px 1px 1px var(--color-white);
}

/* テキストスタイル */
/*anchor*/
	a.acPNK:link, a.acPNK:visited{
		color:#f3f;
		text-decoration:none;
	}
	a.acPNK:hover{
		color:#f3f;
		text-decoration:underline;
	}
/*remark*/
	strong.rmkRED {color:var(--color-red); font-weight:bold}
	strong.rmkGRN {color:#399; font-weight:bold}
	strong.rmkBLE {color:var(--common-link); font-weight:bold}
	strong.rmkLBLE{color:var(--common-link); font-weight:bold}
	strong.rmkPNK {color:#f3f; font-weight:bold}
/*color*/
	.txtRED {color:var(--color-red)}
	.txtBLE {color:var(--common-link)}
	.txtLBLE{color:var(--common-link)}
	.txtPNK {color:#f3f}
/*align*/
	.txtRGT {text-align:right;}

/* その他 */
.clear {clear:both}

div.pages {
	color:var(--common-link);
	font-size: 15px;
	font-weight: bold;
}
div#main .pages a:link    { text-decoration: underline ; color:var(--common-link); }
div#main .pages a:visited { text-decoration: underline ; color:var(--common-link) ; }
div#main .pages a:active  { text-decoration: underline ; }
div#main .pages a:hover   { text-decoration: underline ; color:var(--common-hover); }

div#main {
	padding: 0px 20px 15px 20px;
}

div#main td {
	text-align: left;
	font-size: 12px;
	line-height: 160% !important;
}

/* #22562 【小売】オオサカ堂トップページの商品名の表示調整　【フロント依頼】 START */
div#main td a {
	overflow-wrap: anywhere;
}
/* #22562 【小売】オオサカ堂トップページの商品名の表示調整　【フロント依頼】 END */

/* #10765 【小売り】検索結果表示に関して START */
div#main .dirTtl + script + table td {
  font-size: 15px;
}
div#main .dirTtl + script + table td > span[style="color: #0099ff; font-weight: bold;"] {
  font-size: 20px
}
div#main .dirTtl + script + table td > font[color="#009999"] {
  font-size: 20px;
}
/* #10765 【小売り】検索結果表示に関して END */

div#main  a:link    { text-decoration: underline ; color:var(--common-link); }
div#main  a:visited { text-decoration: underline ; color:var(--common-link) ; }
div#main  a:active  { text-decoration: underline ; }
div#main  a:hover   { text-decoration: underline ; color:var(--common-hover); }

div#main .txtMID a:link    { text-decoration: underline ; color:var(--common-text); }
div#main .txtMID a:visited { text-decoration: underline ; color:var(--common-text) ; }
div#main .txtMID a:active  { text-decoration: underline ; }
div#main .txtMID a:hover   { text-decoration: underline ; color:var(--common-hover); }

div#main .txtSML a:link    { text-decoration: underline ; color:var(--common-text); }
div#main .txtSML a:visited { text-decoration: underline ; color:var(--common-text) ; }
div#main .txtSML a:active  { text-decoration: underline ; }
div#main .txtSML a:hover   { text-decoration: underline ; color:var(--common-hover); }

#category {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#category li {
	margin: 0;
	padding: 0;
}
#category .largeCat {
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	font-size: 12px;
	line-height: 140%;
	border-bottom: 1px dotted var(--color-gray);
	background: #f0f9ff;
}
#category a.btn {
	color: #333;
	margin: 0;
	text-align: unset;
	text-decoration: none;
	display: block;
	border: unset;
	border-bottom: 1px dotted var(--color-gray);
	border-radius: unset;
	padding: 5px 5px 5px 5px;
	padding-right: 5;
	font-size: 12px;
	line-height: 140%;
}
#category a.btn:hover {
	color: var(--common-link);
	text-decoration: underline;
	background-color: var(--common-block);
}
#category a.catSale {
	color: #e50700;
	font-weight: bold;
	background-color: var(--common-block);
}
#category ul.catAcordion{
	background: var(--keycolor-os-light);
	margin: 0;
	padding: 0;
}
#category ul.catAcordion li {
	border-bottom: dotted 1px #808080;
	list-style: none;
	cursor: pointer;
	font-size: 12px;
}
#category ul.catAcordion li ul.catM li:first-child {
	border-top: dotted 1px #808080;
}
#category ul.catAcordion li ul {
	margin: 0;
	padding: 0;
	border: none;
}
#category ul.catAcordion li ul li {
	background: var(--color-white);
}
#category ul.catAcordion li ul li:last-child{
	border-bottom: none;
}
#category ul.catAcordion li ul li a,
#category ul.catAcordion li ul li span:not(.txtS) { /*#12448 【小売り】医薬品非表示対策　カテゴリ表記改修（デザイン部さん）*/
	color: var(--common-text);
	display: block;
	padding: 5px;
	text-decoration: none;
}
#category ul.catAcordion li ul li a:hover {
	color: var(--common-link);
	text-decoration: underline;
	background: var(--common-block);
}
#category ul.catAcordion li .catL {
	font-weight: bold;
	background: url(/img/catAcordion_trig02.png) no-repeat 97% 50%;
	display: block;
	padding: 5px 16px 5px 5px;
}
#category ul.catAcordion li .active-catL {
	font-weight: bold;
	background: url(/img/catAcordion_trig02.png) no-repeat 97% 50%;
	display: block;
	padding: 5px 16px 5px 5px;
}
#category ul.catAcordion li .catL--icon-hide { /*#12448 【小売り】医薬品非表示対策　カテゴリ表記改修（デザイン部さん）*/
	background: none;
}
#category ul.catAcordion li ul.catSP li {
	background: var(--keycolor-os-light);
	font-weight: bold;
}
#category ul.catAcordion li ul.catSP li:first-child {
	border-top: none;
}
#category ul.catAcordion li ul.catSP li .txtS {
	font-size: 10px;
}
/*#12448 【小売り】医薬品非表示対策　カテゴリ表記改修（デザイン部さん）start*/
#category ul.catAcordion li .catAnchor-wrap { 
	color: var(--common-text);
	display: block;
	text-decoration: none;
}
#category ul.catAcordion li .catAnchor-wrap:hover {
	opacity: .8;
}
/*#12448 【小売り】医薬品非表示対策　カテゴリ表記改修（デザイン部さん）end */

div.error-message {
	margin: 5px 0 0 0;
	color: #ea0000;
	font-size: 16px;
	font-weight: bold;
	background: #ffeaea;
	padding: 5px 10px;
	border: 1px solid #ea0000;
}

#flashMessage,#authMessage{
    z-index: 1002;
    overflow: auto;
    text-align: center;
    padding: 15px 10px;
    font-size: 1.8em;
    color: #e50000;
    border-radius: 4px;
    border: 1px solid #e50000;
    background-color: #fff2f2;
    font-weight: bold;
    margin: 5px 20px 10px 20px;
}

#flashMessage a {
    color: var(--common-text);
    text-decoration: underline;
}
#flashMessage a:hover {
    color: #e50000;
    text-decoration: underline;
}

#stripe_option {
	background-color: #DCDCDC;
}

a#tag {
	text-decoration: underline;
}
a:hover#tag {
	text-decoration: underline;
}

.r{
	color: var(--color-red);
}

.b{
	color: blue;
}
.g{
	color: gray;
}

.imedis{
	ime-mode: disabled;
}

.sideTtl {
	padding-left:5px;
	font-weight:bold;
	font-size:14px;
	color: var(--color-white);
}
.middleTtl {
	font-weight:bold;
	font-size:16px;
	color: var(--color-white);
	text-align: center;
	padding: 8px 5px;
}
.dirTtl {
	font-weight:bold;
	font-size:24px;
	color: var(--common-text);
	text-align: left;
	padding-left: 10px;
	/*width: 590px;*/
	padding: 5px 10px;
	margin-bottom: 20px;
	border-bottom:2px solid var(--color-gray);
}

.style_jpy{
	font-size: 1.0em;
	font-weight: bold;
	color:#1e90ff;
	white-space: nowrap;
}
.style_usd{
	font-size: 1.0em;
	font-weight: bold;
	color:#f30;
	white-space: nowrap;
}

.side_user {
	background-color: var(--color-white);
}

div.side_user a:link, div.side_user a:visited {
	text-decoration: underline;
	color:var(--common-link);
}

div.side_user a:hover {
	text-decoration: underline;
	color:var(--common-hover);
}

div.top_seller a:link, div.top_seller a:visited {
	text-decoration: none;
	color:var(--common-link);
	line-height: 140% !important;
}
div.top_seller a:hover{
	text-decoration: underline;
	color:var(--common-hover);
}

div.top_seller table.txtC {
	margin: 0 auto;
	width: 150px;
}
img.crown {
	margin-bottom: 3px;
}

.dldtdd_list dl{
	background: var(--color-lightgray);
	color: var(--color-darkgray);
	margin: 0;
	margin-bottom:50px;
}

.dldtdd_list dl dt,
.dldtdd_list dl dd{
	padding: 0.8em;
	line-height: 1.6em;
}

.dldtdd_list dl dt{
	padding: 10px;
	width: 8em;
	float: left;
	clear: both;
	border-top: solid 1px var(--color-white);
}

.dldtdd_list dl dd{
	padding: 0.8em;
	margin-left: 8em;
	background: var(--color-white);
	border-top: solid 1px var(--color-lightgray);
	border-right: solid 1px var(--color-lightgray);
	color: var(--color-darkgray);
}

.dldtdd_list dl dt.start, .dldtdd_list dl dd.start{
	padding: 0.8em;
	border-top: solid 1px var(--color-lightgray);
}

.dldtdd_list dl dd.end{
	padding: 0.8em;
	border-bottom: solid 1px var(--color-lightgray);
}

.dldtdd_list dl dd ol{
	margin-left: 23px;
}

.dldtdd_list dl dd ul{
	margin-left: 15px;
}

.orderlistHead {
	display: flex;
    align-items: center;
    justify-content: space-between;
	letter-spacing: -.01em;
	background-color: var(--common-link);
	font-size: 13px;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	color: var(--color-white);
}

.orderlistHead img.buysameitem {
	border: none;
	height: 36px;
	vertical-align: middle;
}

.orderlistHead a {
	margin-bottom: 0;
	padding: 0;
}

.orderlistHead a:hover {
	background-color: var(--common-link);
	margin-bottom: 0;
	padding: 0;
}

*html .orderlistHead img.buysameitem {
	border: none;
	height: 36px;
	vertical-align: middle;
	margin-left: 20px;
	margin-top: 7px;
}




.review dl {
	margin: 0 0 15px;
	padding: 15px 10px;
	border: 3px var(--color-whitegray) solid;
}

.review dl:before,
.review dl:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}

.review dl:after {
    clear: both;
}

.review dl {
    zoom: 1;
    clear: both;
}

.review dl dt {
	float: left;
	width: 120px;
	/*padding: 10px 0;*/
	font-weight: bold;
	text-indent: 1em;
	line-height: 150%;
	text-align: left;
}

.review dl dd {
	text-align: left;
	padding: 0 0 0 120px;
	line-height: 180%;
}







td {
	font-size: 12px;
}

.txtLAG {
	line-height: 180%;
}

.txtREG {
	line-height: 180%;
}

.txtSML {
	line-height: 180%;
}

.txtSML2 {
	line-height: 180%;
}


.Btitle {
	line-height: 180%;
	padding: 3px;
	text-align: center;
}

.Bdoc {
	line-height: 180%;
	padding: 3px;
	margin-bottom: 5px;
}

ul#btn_side{
	margin:0;
	padding:0;
	margin-bottom: 2em;
}

ul#btn_side li{
	border-bottom: 1px dotted var(--color-gray);
	list-style:outside none;
}
ul#btn_side li a {
	text-decoration: none;
	color: var(--common-text);
	line-height: 140% !important;
	padding: 5px 5px 5px 17px;
	display: block;
	background: url(/img/os/arrow35-004.gif) no-repeat 5px 10px;
}
ul#btn_side li a:hover {
	text-decoration: underline;
	color: var(--common-link);
	background-color: var(--common-block);
}

.grid {
	margin: 0 auto;
	margin-bottom: 40px;
}
.grid img {
	margin-bottom: 10px;
}
.grid td {
	/*border: 1px dotted #9595ea;*/
	text-align: center;
}
.grid td a {
	color: var(--common-link);
	/*padding: 10px;*/
	padding: 0;
	display: block;
}
.grid td a strong {
	color: #990000;
}

#footer {
	padding: 20px 0;
}
#footer .footerLink {
	padding: 10px 0;
	text-align: center;
	font-size: 12px;
}
#footer .footerLink a.nw {
	white-space: nowrap;
	line-height: 200%;
}
#footer{
	width: 100%;
	background-color: #fafafa;
	border-top: 1px solid var(--color-lightgray);
	padding: 40px 0 0;
	text-align: left;
}
#footer *{
	box-sizing: border-box;
}
#footer img{
	border: none;
}
#footer .footerInr{
	width: 1000px;
	margin: 0 auto;
}
#footer .footer-logo{
	position: relative;
	margin: 5px 0 25px;
}
#footer .logo-link{
	float: right;
	display: block;
}
#footer .footerInr .footerColumn{
	float: left;
	width: 25%;
	border-left: 1px solid #ddd;
	padding: 5px 0 5px 20px;
}
#footer .footerInr .footerColumn:first-child{
	border-left: none;
	padding-left: 0;
}
#footer .footerInr .listTtl{
	color: #555;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
#footer .footerInr ul{
	margin: 0 0 20px;
	padding: 0 0 0 10px;
}
#footer .footerInr li{
	list-style-type: none;
}
#footer .footerInr li a{
	color: var(--common-text);
	text-decoration: none;
	font-size: 13px;
	line-height: 1.75;
}
#footer .footerInr li a:hover{
	color: var(--common-hover);
	text-decoration: underline;
}
#footer .footerCopyright{
	background-color: var(--keycolor-os);
	padding: 0 0;
	color: var(--color-white);
}
#footer .footerBottom{
	padding: 15px 0;
}
#footer .footerBottom a{
	font-size: 12px;
	color: var(--color-white);
}
#footer .footerBottom a:hover{
	color: #def;
}
#footer .footerBottomLink{
	float: left;
	margin: 0;
}
#footer .copyright{
	text-align: center;
	color: var(--color-white);
	float: right;
	margin: 0;
}
#footer .copyright .mark{
	font-family: Tahoma,Arial,sans-serif;
}

#footer #goToHead{
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 92px;
	height: 92px;
	cursor: pointer;
	border-radius: 50%;
	background-color: transparent;
	box-shadow: 0 0 2px rgb(var(--color-white-rgb) / 0.25);
	transition: all 0.1s linear;
	opacity: 0.8;
	padding: 0;
}

html:has(#refer-friend-banner) #footer #goToHead,
html:has(#float-banner) #footer #goToHead {
	z-index: 1000;
}

#footer #goToHead:hover{
	box-shadow: 0 5px 15px -7px var(--color-black);
  opacity: 1;
}

#footer #goToHead:active{
	background: var(--color-white);
	opacity: 1;
}

#footer #goToHead:active img{
	opacity: 0.75;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: block;
}
.block {
	float: right;
}
.block div {
	float: right;
}
iframe.twitter-share-button{
	width:100px !important;
}

/*buySimilar*/
.buySimilar ul {
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 10px 0;
}
.buySimilar ul li {
	float: left;
	width: 137px;
	margin: 0 5px;
	padding: 15px 16px;
	border-bottom: 1px dotted var(--color-gray);
	line-height: 140%;
}
.buySimilar ul li, x:-moz-any-link {
	float: left;
	width: 136px;
	margin: 0 5px;
	padding: 15px 0;
	border-bottom: 1px dotted var(--color-gray);
	line-height: 140%;
}
*html .buySimilar ul li {
	float: left;
	width: 105px;
	margin: 0 5px;
	padding: 15px 14px;
	border-bottom: 1px dotted var(--color-gray);
	line-height: 140%;
}
*:first-child+html .buySimilar ul li {
	float: left;
	width: 105px;
	margin: 0 5px;
	padding: 15px 15px;
	border-bottom: 1px dotted var(--color-gray);
	line-height: 140%;
}
.buySimilar ul li:nth-child(4n) {
    width: 136px;
}
.buySimilar ul li:hover {
	background-color: var(--common-block);
}
.buySimilar ul li .buyItems {
	width:105px;text-align:center;margin:0 auto;
}
.buySimilar ul li .buyItems .buyItemsDsc {
	margin:0 auto;width:105px;text-align:center;word-wrap:break-word;word-break:break-all;
}
.buySimilar ul li .buyItems .buyItemsName {
	text-align:left;
	width:105px;
	padding-top: 5px;
	padding-bottom: 10px;
}
.buySimilar ul li .buyItems .buyItemsPrice {
	clear: both;
}

/* s.rightDiagonal
---------------*/

:root s.diagonally {
	position: relative;
}
:root s.diagonally:after {
	content: "";
	width:100%;
	height: 1.5px;
	display: block;
	position: absolute;
	top: 0.5em;
	left: 0;
	overflow: hidden;
	background-color: var(--color-red);
	border: 1px solid var(--color-white);
}
:root s.diagonally.rightUp:after {
	transform: rotate(-4deg);
}
:root s.diagonally.leftUp:after {
	transform: rotate(4deg);
}

/* Snazzy Borders - http://www.cssplay.co.uk/boxes/snazzy.html */
#marubox_parent div {
	margin: 0;
	padding-right: 80px;
}

#marubox div {
	margin: 0;
	padding: 0;
}

#maruboxlist_parent div {
	margin: 0;
	/*padding-right: 20px;
	padding-left: 2px;	*/
	margin-bottom:15px;
}
#maruboxlist div {
	margin: 0;
	padding: 0;
}
/* light blue */
#xsnazzy { background:transparent; margin:1em; padding:0; }
#xsnazzy .h, #xsnazzy p { margin:0; padding:10px 10px; line-height:2em; }
#xsnazzy .h { font-size:1.3em; color:#60B0F8; padding-bottom:0; font-weight:bold; }
#xsnazzy .xtop, #xsnazzy .xbottom {display:block; background:transparent; font-size:1px; }
#xsnazzy b { display:block; overflow:hidden; }
#xsnazzy .xb1, #xsnazzy .xb2, #xsnazzy .xb3 {height:1px; }
#xsnazzy .xb2, #xsnazzy .xb3, #xsnazzy .xb4 {background:#f2f9fd; border-left:1px solid #5af; border-right:1px solid #5af; }
#xsnazzy .xb1 { margin:0 4px; background:#5af; }
#xsnazzy .xb2 { margin:0 3px; border-width:0 2px; }
#xsnazzy .xb3 { margin:0 2px; }
#xsnazzy .xb4 { height:2px; margin:0 1px; }
#xsnazzy .xboxcontent { display:block; background:#f2f9fd; border:0 solid #5af; border-width:0 1px; }

/* orange */
#osnazzy { background:transparent; margin:1em; padding:0; }
#osnazzy .h, #osnazzy p { margin:0; padding:10px 10px; line-height:2em; }
#osnazzy .h { font-size:1.3em; color:#ff8000; padding-bottom:0; font-weight:bold; }
#osnazzy .xtop, #osnazzy .xbottom {display:block; background:transparent; font-size:1px; }
#osnazzy b { display:block; overflow:hidden; }
#osnazzy .xb1, #osnazzy .xb2, #osnazzy .xb3 {height:1px; }
#osnazzy .xb2, #osnazzy .xb3, #osnazzy .xb4 {background:#fff4ea; border-left:1px solid #fa5; border-right:1px solid #fa5; }
#osnazzy .xb1 { margin:0 5px; background:#fa5; }
#osnazzy .xb2 { margin:0 3px; border-width:0 2px; }
#osnazzy .xb3 { margin:0 2px; }
#osnazzy .xb4 { height:2px; margin:0 1px; }
#osnazzy .xboxcontent { display:block; background:#fff4ea; border:0 solid #fa5; border-width:0 1px;}

/* green */
#gsnazzy { background:transparent; margin:1em; padding:0; }
#gsnazzy .h, #gsnazzy p { margin:0; padding:10px 10px; line-height:2em; }
#gsnazzy .h { font-size:1.3em; color:#23b123; padding-bottom:0; font-weight:bold; }
#gsnazzy .xtop, #gsnazzy .xbottom {display:block; background:transparent; font-size:1px; }
#gsnazzy b { display:block; overflow:hidden; }
#gsnazzy .xb1, #gsnazzy .xb2, #gsnazzy .xb3 {height:1px; }
#gsnazzy .xb2, #gsnazzy .xb3, #gsnazzy .xb4 {background:#edfced; border-left:1px solid #5f5; border-right:1px solid #5f5; }
#gsnazzy .xb1 { margin:0 4px; background:#5f5; }
#gsnazzy .xb2 { margin:0 3px; border-width:0 2px; }
#gsnazzy .xb3 { margin:0 2px; }
#gsnazzy .xb4 { height:2px; margin:0 1px; }
#gsnazzy .xboxcontent { display:block; background:#edfced; border:0 solid #5f5; border-width:0 1px; }

/* 新着商品 */
#newItems {
	position: relative;
	width: 570px;
	padding: 0;
	margin-bottom: 20px;
}
#newItems ul#carousel01{
	width: 520px;
    padding: 0px 25px;
	float: left;
}
#newItems ul#carousel01 li{
	list-style-type: none;
	float:left;
	width: 110px;
	height: auto !important;
	margin: 0 10px;
	/*_margin: 0 0px;*/
	padding-top: 5px;
	line-height: 150%;
}
#newItems li .new{
	color: var(--color-red);
	line-height: 100%;
	height: 12px;
	margin-bottom: 5px;
	font-weight: bold;
}
#newItems li img{
	margin-bottom: 5px;
	border: 0;
}
#newItems li a{
	word-break: break-all;
	display: block;
	width: 110px;
	text-align: left;

}
#newItems li .itemPrice{
	width: 110px;
	font-weight: bold;
	padding-top: 0.5em;
}
/* 新着商品 jcarousel-skin-01 */
.jcarousel-skin-01 .jcarousel-container {
	background: var(--color-white);
}
.jcarousel-skin-01 .jcarousel-direction-rtl {
	direction: rtl;
}
.jcarousel-skin-01 .jcarousel-container-horizontal {
    width: 570px;
    padding: 0px 25px;
}
*:first-child+html .jcarousel-skin-01 .jcarousel-container-horizontal {
    width: 520px;
    padding: 0px 25px;
}
.jcarousel-skin-01 .jcarousel-container-vertical {
    width: 110px;
    height: auto !important;
    padding: 40px 0px;
}
.jcarousel-skin-01 .jcarousel-clip {
    overflow: hidden;
}
.jcarousel-skin-01 .jcarousel-clip-horizontal {
    width: 520px;
    height: auto !important;
}
.jcarousel-skin-01 .jcarousel-clip-vertical {
    width: 110px;
    height: auto !important;
}
.jcarousel-skin-01 .jcarousel-item {
    width: 110px;
    height: auto !important;
}
.jcarousel-skin-01 .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 0px;
	padding:0;
	margin:0;
}
.jcarousel-skin-01 .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 0px;
    margin-right: 0;
}
.jcarousel-skin-01 .jcarousel-item-vertical {
    margin-bottom: 0px;
}

.jcarousel-skin-01 .jcarousel-item-placeholder {
    background: var(--color-white);
    color: var(--color-black);
}
/* 新着商品jcarousel-skin-01 Horizontal Buttons */
.jcarousel-skin-01 .jcarousel-next-horizontal {
    position: absolute;
    top: 39px;
    right: 0px;
    width: 20px;
    height: 49px;
    cursor: pointer;
    background: transparent url(/img/slider_next.gif) no-repeat 0 0;
}
.jcarousel-skin-01 .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(/img/slider_prev.gif);
}
.jcarousel-skin-01 .jcarousel-next-horizontal:hover,
.jcarousel-skin-01 .jcarousel-next-horizontal:focus {
    background-position: -20px 0;
}
.jcarousel-skin-01 .jcarousel-next-horizontal:active {
    background-position: -20px 0;
}
.jcarousel-skin-01 .jcarousel-next-disabled-horizontal,
.jcarousel-skin-01 .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-01 .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-01 .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -20px 0;
}
.jcarousel-skin-01 .jcarousel-prev-horizontal {
    position: absolute;
    top: 39px;
    left: 0px;
    width: 20px;
    height: 49px;
    cursor: pointer;
    background: transparent url(/img/slider_prev.gif) no-repeat 0 0;
}
.jcarousel-skin-01 .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(/img/slider_next.gif);
}
.jcarousel-skin-01 .jcarousel-prev-horizontal:hover,
.jcarousel-skin-01 .jcarousel-prev-horizontal:focus {
    background-position: -20px 0;
}
.jcarousel-skin-01 .jcarousel-prev-horizontal:active {
    background-position: -20px 0;
}
.jcarousel-skin-01 .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-01 .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-01 .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-01 .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -20px 0;
}


/* 新着商品 jcarousel-skin-02 */
.jcarousel-skin-02 .jcarousel-container {
    background: var(--color-white);
}
.jcarousel-skin-02 .jcarousel-direction-rtl {
	direction: rtl;
}
.jcarousel-skin-02 .jcarousel-container-horizontal {
    width: 570px;
    padding: 0px 0px;
}
*:first-child+html .jcarousel-skin-02 .jcarousel-container-horizontal {
    width: 570px;
    padding: 0px 0px;
}
.jcarousel-skin-02 .jcarousel-container-vertical {
    width: 110px;
    height: auto !important;
    padding: 40px 0px;
}
.jcarousel-skin-02 .jcarousel-clip {
    overflow: hidden;
}
.jcarousel-skin-02 .jcarousel-clip-horizontal {
    width: 570px;
    height: auto !important;
}
.jcarousel-skin-02 .jcarousel-clip-vertical {
    width: 110px;
    height: auto !important;
}
.jcarousel-skin-02 .jcarousel-item {
    width: 110px;
    height: auto !important;
}
.jcarousel-skin-02 .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 0px;
	padding:0;
	margin:0;
}
.jcarousel-skin-02 .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 0px;
    margin-right: 0;
}
.jcarousel-skin-02 .jcarousel-item-vertical {
    margin-bottom: 0px;
}

.jcarousel-skin-02 .jcarousel-item-placeholder {
    background: var(--color-white);
    color: var(--color-black);
}
/* 新着商品jcarousel-skin-02 Horizontal Buttons */
.jcarousel-skin-02 .jcarousel-next-horizontal {
    position: absolute;
    top: -62px;
    right: 5px;
    width: 20px;
    height: 49px;
    cursor: pointer;
    background: transparent url(/img/slider_next02.png) no-repeat 0 0;
}
.jcarousel-skin-02 .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(/img/slider_prev02.png);
}
.jcarousel-skin-02 .jcarousel-next-horizontal:hover,
.jcarousel-skin-02 .jcarousel-next-horizontal:focus {
    background-position: -20px 0;
}
.jcarousel-skin-02 .jcarousel-next-horizontal:active {
    background-position: -20px 0;
}
.jcarousel-skin-02 .jcarousel-next-disabled-horizontal,
.jcarousel-skin-02 .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-02 .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-02 .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -20px 0;
}
.jcarousel-skin-02 .jcarousel-prev-horizontal {
    position: absolute;
    top: -62px;
    left: 5px;
    width: 20px;
    height: 49px;
    cursor: pointer;
    background: transparent url(/img/slider_prev02.png) no-repeat 0 0;
}
.jcarousel-skin-02 .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(/img/slider_next02.png);
}
.jcarousel-skin-02 .jcarousel-prev-horizontal:hover,
.jcarousel-skin-02 .jcarousel-prev-horizontal:focus {
    background-position: -20px 0;
}
.jcarousel-skin-02 .jcarousel-prev-horizontal:active {
    background-position: -20px 0;
}
.jcarousel-skin-02 .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-02 .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-02 .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-02 .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -20px 0;
}

#newItems02 {
	position: relative;
	width: 570px;
	padding: 0;
}
ul#carousel02 li {
	list-style-type: none;
	float:left;
	width: 570px;
}
ul#carousel02 li a{
	width: 280px;
}
.topSlideBannerPcOS img {
	height: 127px;
	width: 280px;
}

.staff {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 2.5em;
	padding-left: 1.5em;
	background: url(/img/review_tree.gif) no-repeat left top;
}
.staff .staffName {
	font-weight: bold;
	color: #008aff;
}

/* お気に入りリストに追加しました */
.addFavarite {
	line-height: 200%;
	margin-bottom: 50px;
	background-color: #fffbc0;
	padding: 15px;
}
.addFavarite .afLeft {
	float: left;
	width: 105px;
}
.addFavarite .afRight {
	float: right;
	width: 440px;
	text-align: left;
}
/* !Clearfix
---------------------------------------------------------- */
.clearfix:before,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}.clearfix:after {clear: both;}.clearfix {zoom: 1;} /* IE < 8 */
/* 検索結果ページ
--------------------------*/
.searchResult {
	padding-right: 0px;
}
/* #14141 【小売り】医薬品非表示：検索結果（デザインさん） start */
.search-result-report {
  border: 0;
  border-collapse: collapse;
  margin-top: 30px;
  width: 100%;
}
/*  #16546 検索結果:検索カテゴリーを商品名の上に表示させる start  */
.search-result-report__heading{
  font-weight: bold;
  /* div#main .dirTtl + script + table tdにかかっているfont-size 15pxを上回る必要があるため */
  font-size: 20px !important;
}
/*  #16546 検索結果:検索カテゴリーを商品名の上に表示させる end  */
.search-result-report__unit {
  padding: 0;
}
.search-result-report__search-product {
  color: #09f;
  font-size: 20px;
  font-weight: 700;
}
.search-result-report__hit-primary {
  color: #099;
  font-size: 20px;
}
.search-result-report__hit-secondary {
  display: inline-block;
  margin: 10px 0;
}
/* #14141 【小売り】医薬品非表示：検索結果（デザインさん） end */
.searchMean {
	text-align: left;
	padding: 0 0 1em 0;
	font-size: 1.3em;
	color: #e00;
}
.search-box {
    margin: 20px auto;
    border:2px solid #f1b8f1;
    background-color: #ffd5ff;
}
#product-search-box .txtSML input.searchbox.hSearchBox {
    width: 638px;
    height: 40px;
    font-size: 16px;
    padding: 4px 10px;
    vertical-align: middle;
    color: var(--color-gray);
}
#product-search-box .txtSML .submitbtn {
    height:40px;
    width:100px;
    padding: 0;
    text-align: center;
    vertical-align:middle;
    line-height: 1;
}
#product-search-box #link_view01,
#product-search-box #link_hidden01 {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    background: url(/img/option_plus.png) left center no-repeat;
    padding-left: 17px;
    line-height: 2;
    display: block;
}
#product-search-box #link_hidden01 {
    background: url(/img/option_minus.png) left center no-repeat;
}
#area01 select {
    height: 36px;
    border-radius: 5px;
}
#area01 label  {
    display: block;
    padding-left: 15px;
    text-indent: -15px;
}
#area01 label input[type="checkbox"] {
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
    position: relative;
    top: -3px;
}
#searchItems {
	padding-top: 15px;
}
#searchItems div {
	box-sizing: border-box;
}
#searchItems .itemBox {
	position: relative;
	clear: both;
	margin-bottom: 15px;
}
#searchItems .itemBox .mark {
	position: absolute;
	top: -27px;
	left: 0px;
	z-index: 9999;
}
#searchItems .itemBox .mark img {
	margin-right: 0px;
}
#searchItems .itemBox .boxLeft {
	float: left;
	text-align: center;
	width: 120px;
	position: relative;
}
#searchItems .itemBox .boxLeft .mark_new {
	position: absolute;
	top: -1;
	left: -1;
	z-index: 9999;
}
#searchItems .itemBox .boxLeft .favorite {
	margin-top: 5px;
}
#searchItems .itemBox .boxLeft .rating {
	vertical-align: -1px;
	margin-top: 10px;
}
#searchItems .itemBox .boxLeft .reviewattention { font-size:11px;}

#searchItems .itemBox .boxRight {
	position: relative;
	float: right;
	text-align: left;
	width: 660px;
}
#searchItems .itemBox .itemName {
	padding: 0;
	margin: 0;
	background: #1571e8;
	padding: 8px 10px;
	margin: 0 0 10px 0;
	text-align: left;
}
#searchItems .itemBox .itemName img.medicine {
	float: left;
	margin: 0 0 0 5px;
}
#searchItems .itemBox .itemName img {
	margin-right: 5px;
	border: none;
}
#searchItems .itemBox .itemName a.ttl {
	text-align: left;
	font-weight: bold;
	color: var(--color-white);
	line-height: 1.6em;
	height:100%;
}
#searchItems .itemBox .itemName a.ttl h2.product-name {
    font-size: 14px;
}
#searchItems .itemBox .itemName a.ttl:hover {
	color: #dfedff;
}
#searchItems .itemBox .itemName .marks {
	float: left;
	vertical-align: middle;
	margin: 9px 0 0 10px;
}
#searchItems .itemBox .boxRight .shipping {
	padding: 0 0 10px 0;
	margin: 0;
	font-weight: bold;
}
#searchItems .itemBox .boxRight .shipping img {
	vertical-align: -5px;
	margin-right: 0px;
}
#searchItems .itemBox .boxRight .shipping .font-red {
	color: #ee0000;
}
#searchItems .itemBox .itemName .brCategory {
	display: block;
	float: left;
	font-size: 11px;
	background: var(--color-white);
	height: 19px;
	line-height: 19px;
	padding: 0 0.5em;
	border: 1px solid #0052ce;
}
#searchItems .itemBox .boxRight .category {
	padding: 8px 0 15px 0;
	margin: 0;
	font-size: 11px;
}
#searchItems .itemBox .boxRight .itemMemo {
	line-height: 160%;
	padding: 10px 10px;
	background: #ffd;
	border: 1px solid #9db5cf;
	margin-bottom: 1em;
}
#searchItems .itemBox .boxRight .itemMemo.present {
    line-height: 160%;
    padding: 15px;
    margin: 10px auto;
    background: #ffd;
    border: 1px solid #ff4949;
	border-radius: 4px;
}
#searchItems .itemBox .boxRight .itemMemo.cmt {
    line-height: 160%;
    padding: 15px;
    margin: 10px auto;
    background: #fef9ff;
    border: 1px solid #b79dcf;
	border-radius: 4px;
}
/* #11624 【小売りサイト】デザイン部さん　最低価格表示　改修 STRAT */
.lowest-price-search {
	display: inline-block;
	margin-bottom: 10px;
}
.lowest-price-search__term {
	color: var(--color-dimgray);
	display: inline-block;
	font-size: 12px;
}
.lowest-price-search__value {
	align-items: baseline;
	color: var(--color-red);
	display: inline-flex;
	font-size: 20px;
	font-weight: 700;
}
.lowest-price-search__unit {
	font-size: 14px;
}
/* #11624 【小売りサイト】デザイン部さん　最低価格表示　改修 END */
.ingredient-list {
  align-items: baseline;
  display: inline-flex;
  margin: 0 0 10px 26px;
	width: 467px;
}
.ingredient-list__heading-text {
  color: var(--color-dimgray);
  font-size: 12px;
  white-space: nowrap;
}
.ingredient-list__heading-text::after {
  content: ":";
  margin-inline-end: .34em;
}
.ingredient-list__items {
  margin: 0;
}
.ingredient-name-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ingredient-name-list__item-text {
  font-size: 14px;
  font-weight: 700;
  user-select: all;
}
_:lang(x)::-moz-placeholder, .ingredient-name-list__item-text {
  -moz-user-select: auto;
}
.ingredient-name-list__item:not(:first-of-type) .ingredient-name-list__item-text::before {
  content: "/";
  margin-inline: .34em;
}
#searchItems .itemBox .boxRight .description {
	padding: 0 0 0px 0;
	margin: 0;
	line-height: 180%;
	font-size: 12px;
}
#searchItems .itemBox .row .shipping {
	padding: 0 0 0 0;
	margin: 1em 0 3px 0;
	font-weight: bold;
	position: relative;
	width: 100%;
}
#searchItems .itemBox .row .shipping .headMark {
	vertical-align: text-top;
}
@-moz-document url-prefix( ){
	#searchItems .itemBox .row .shipping .headMark {
		vertical-align: baseline;
	}
}
#searchItems .itemBox .boxRight table.setList {
	border-top: 1px solid var(--color-lightgray);
	width: 660px;
}
#searchItems .itemBox .boxRight table.setList td {
	font-weight: bold;
	border-bottom: 1px solid var(--color-lightgray);
	padding: 0 15px;
}
/*-- 同梱吹き出し start --*/
#searchItems .itemBox .boxRight table.setList td span,
#searchItems .itemBox .boxRight .shipping span {
	display:inline;
}
#searchItems .itemBox .boxRight table.setList td .dokon {
	color: var(--common-link);
	font-size: 12px;
}
#searchItems .itemBox .boxRight .shipping .dokon {
	font-size: 12px;
}
#searchItems .itemBox .boxRight table.setList td .dokon .question,
#searchItems .itemBox .boxRight .shipping .dokon .question {
	display:inline-block;
	background-color:#b0cefc;
	line-height:1.0;
	color: var(--color-white);
	padding:1px;
	width:14px;
	text-align:center;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius: 2px;
}
#searchItems .itemBox .boxRight .shipping .dokon .question {
	margin-left: 0.5em;
}
#searchItems .itemBox .boxRight table.setList td .dokon:hover,
#searchItems .itemBox .boxRight .shipping .dokon:hover {
	cursor:pointer;
	position:relative;
	text-decoration:none;
}
#searchItems .itemBox .boxRight table.setList td .dokon .dokon-tooltips,
#searchItems .itemBox .boxRight .shipping .dokon .dokon-tooltips {
	display: none;
	position: absolute;
	top: 1em;	/*笘�怐逡･荳榊庄縲√ヶ繝ｩ繧ｦ繧ｶ蛻晄悄蛟､繝舌Λ繝舌Λ*/
	left: -1em;
}
#searchItems .itemBox .boxRight table.setList td .dokon:hover .dokon-tooltips,
#searchItems .itemBox .boxRight .shipping .dokon:hover .dokon-tooltips {
	z-index: 9999;
	display: block;
	width:300px;
	padding-top: 11px;
}

#searchItems .itemBox .boxRight table.setList td .dokon .dokon-tooltips .dokon-farame,
#searchItems .itemBox .boxRight .shipping .dokon .dokon-tooltips .dokon-farame {
	cursor: auto;
	position: relative;
	display: block;
	background: var(--color-white);
	padding: 1em;
	border: 1px solid var(--color-dimgray);
	color: var(--common-text);
	font-weight: normal;
	border-radius: 0.4em;
	box-shadow: 0px 2px 7px 1px rgb(var(--color-white-rgb) / 0.4);
}
#searchItems .itemBox .boxRight table.setList td .dokon .dokon-tooltips .dokon-farame:after,
#searchItems .itemBox .boxRight table.setList td .dokon .dokon-tooltips .dokon-farame:before {
	bottom: 100%;
	left: 9.5em;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
#searchItems .itemBox .boxRight .shipping .dokon .dokon-tooltips .dokon-farame:after,
#searchItems .itemBox .boxRight .shipping .dokon .dokon-tooltips .dokon-farame:before {
	bottom: 100%;
	left: 9em;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
#searchItems .itemBox .boxRight table.setList td .dokon .dokon-tooltips .dokon-farame:after,
#searchItems .itemBox .boxRight .shipping .dokon .dokon-tooltips .dokon-farame:after {
	border-color: rgb(var(--color-white-rgb) / 0);
	border-bottom-color: var(--color-white);
	border-width: 8px;
	margin-left: -8px;
}
#searchItems .itemBox .boxRight table.setList td .dokon .dokon-tooltips .dokon-farame:before,
#searchItems .itemBox .boxRight .shipping .dokon .dokon-tooltips .dokon-farame:before {
	border-color: rgb(var(--color-white-rgb) / 0);
	border-bottom-color: var(--color-black);
	border-width: 9px;
	margin-left: -9px;
}
#searchItems .itemBox .boxRight table.setList td .dokon .dokon-tooltips .dokon-farame .red {
	color: var(--color-red);
}
#searchItems .itemBox .boxRight table.setList td .dokon .dokon-tooltips .dokon-farame .underline {
	text-decoration: underline;
}
/*-- 同梱吹き出し end --*/
#searchItems .itemBox .boxRight table.setList tr:hover td {
	background: #fffccd;
}
#searchItems .itemBox .boxRight table.setList tr:nth-child(even) {
	background-color: #f5f5f5;
}
#searchItems .itemBox .boxRight table.setList td.jpY {
	color: #1571fc;
	width: 1px;
	white-space: nowrap;
	padding: 0 5px;
	text-align: right;
}
#searchItems .itemBox .boxRight table.setList td.usD {
	color: var(--color-red);
	width: 1px;
	white-space: nowrap;
	padding: 0 5px;
	text-align: right;
}
/* #11624 【小売りサイト】デザイン部さん　最低価格表示　改修 START */
.lowest-data {
	color: var(--color-dimgray);
	font-weight: normal !important;
	width: 15%;
	padding: 0 5px !important;
}
.lowest-data__term {
	font-size: 10px;
}
.lowesr-data__value {
	font-size: 12px;
}
.lowest-data__unit {
	font-size: 10px;
}
/* #11624 【小売りサイト】デザイン部さん　最低価格表示　改修 END */
#searchItems .itemBox .boxRight table.setList td.perOne {
	font-weight: normal;
	font-size: 11px;
	width: 1px;
	white-space: nowrap;
	padding: 0 8px;
	text-align: right;
}
#searchItems .itemBox .boxRight table.setList td.select {
	width: 1px;
	white-space: nowrap;
	padding: 0 7px 0 5px;
}
#searchItems .itemBox .boxRight table#cartForm {
	float: right;
}
#searchItems .itemBox .boxRight table#cartForm td {
	border: none;
	padding: 0;
}
#searchItems .itemBox .boxRight table#cartForm td.numbers {
	padding-right: 10px;
	white-space: nowrap;
	color: var(--color-red);
}
#searchItems .itemBox .boxRight table#cartForm td.numbers .bo {
	white-space: nowrap;
}
#searchItems .itemBox .boxRight table#cartForm td.btn {
	padding: 0;
}
#searchItems .itemBox .boxRight .accordion_open {
	text-align: center;
	padding: 0.5em 0 0.5em 0;
	cursor: pointer;
}
#searchItems .itemBox .boxRight .accordion_open:hover {
	color: var(--common-hover);
	background: #ffc;
}
#searchItems .itemBox .boxRight .yamatoBnr {
	/*float: right;*/
	padding: 2px 0 0px 0;
	margin: 0;
	font-size: 11px;
}
#searchItems .itemBox .boxRight .yamatoBnr img {
	vertical-align: top;
}
#main .ymtCaution table.tbl {
	border-top: 1px solid var(--color-midgray);
	width: 100%;
}
#main .ymtCaution table.tbl td {
	border-bottom: 1px solid var(--color-midgray);
	padding: 10px;
}
#main .ymtCaution table.tbl td.subject {
	font-weight: bold;
	white-space: nowrap;
	background-color: #ffffdb;
	text-align: center;
}

/* 20150805 お問い合わせフォームのために追記 */
	.inquiries-section{
		margin-bottom: 40px;
		overflow: hidden;
		zoom: 1;
	}
	.inquiries-section .inquiries-disc{
		text-align: left;
		font-size: 13px;
		padding: 0 5px;
	}
	.inquiries-section .inquiries-subs{
		color: #e30000;
		font-weight: bold;
		text-align: left;
		font-size: 15px;
		border-left: 5px solid #e30000;
		padding-left: 8px;
		margin: 5px 0 15px;
	}
	.inquiries-section .inquiries-ttl{
		background: var(--keycolor-os);
		color: var(--color-white);
		line-height: 1.5;
		font-size: 20px;
	}
	#inquiries-qanda .inqFaq-wrap ul{
		padding: 0;
		margin: 0 5px;
	}

	#inquiries-qanda .inqFaq{
		list-style-type: none;
		border-top: 2px solid var(--keycolor-os);
		background-color: var(--color-white);
}
	#inquiries-qanda .inqFaq-in{
		padding: 0;
		margin: 0;
		text-align: left;
	}
	#inquiries-qanda .inqFaq-in>dt{
		background-color: #ededed;
		font-weight: bold;
		font-size: 14px;
		cursor: pointer;
		padding: 5px 10px;
		margin-bottom: 4px;
	}
	#inquiries-qanda .inqFaq-in>dt>i{
		float: right;
		font-size: 15px;
		font-weight: bold;
		line-height: 1.5;
	}
	#inquiries-qanda .inqFaq-in>dd{
		font-size: 13px;
		padding: 15px;
		margin: 5px 0 12px;
	}
	#inquiries-qanda .faqOthers{
		overflow: hidden;
		zoom: 1;
	}
	#inquiries-qanda .faqOthers>p{
		font-size: 14px;
	}
	#inquiries-qanda .faqOthers div{
		zoom: 1;
		float: left;
		width: 23%;
		margin: 0 1% 10px;
		box-sizing: inherit;
		position: relative;
		height: 70px;
		border: 2px solid var(--keycolor-os);
	}
	#inquiries-qanda .faqOthers div a{
		font-weight: bold;
		color: var(--keycolor-os);
		margin: auto;
		line-height: 1.7;
		height: 66px;
		display: inline-block;
		width: 170px;
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		text-decoration: none!important;
	}
	#inquiries-qanda .faqOthers div a:hover{
		background-color: #ededed;
		color: initial;
	}
	#inquiries-check .inquiries-btn{
		border: 3px solid #e30000;
		display: block;
		text-decoration: none!important;
		font-size: 16px;
		font-weight: bold;
		color: #e30000!important;
		padding: 10px 0;
		margin: 0 0 25px;
		width: 570px;
		box-sizing: border-box;
	}
	#inquiries-check .inquiries-btn:hover{
		color: #e30000!important;
	}
	#inquiries-check .inquiries-btn span{
		font-size: 12px;
	}

/*-- 20160121_注文履歴ページ追加作業 start --*/
#contents #main .orderlistHead {
	height: 52px;
}
#contents #main .orderlistHead img.buysameitem {
	height: 36px;
}
*:first-child+html #main .orderlistHead img.buysameitem {
	margin-top:1px;
}
#contents #main dl.orderHistory dd.product .productInfo img {
	float:left;
	width:18.5%;
}
#contents #main dl.orderHistory dd.product .productInfo .fLbox {
	float:left;
	width:77%;
	margin-left:15px;
	margin-bottom:1em;
}
#contents #main dl.orderHistory dd.product .btnArea div {
	float:left;
	width:50%;
	padding-right:2em;
}
#contents #main dl.orderHistory dd.product .btnArea div form {
	margin-bottom:0.5em;
}
#contents #main dl.orderHistory dd.product .btnArea div input {
	width:100%;
	text-align:center;
	appearance: none;
	border:solid 1px var(--color-gray);
	border-radius: 0;
	outline: none;
	margin:0;
	padding:9px 10px;
	background: linear-gradient(var(--color-white) 0%, #ededed 100%);
}
#contents #main dl.orderHistory dd.product .btnArea div input:hover {
	color: var(--common-text);
	background: linear-gradient(#f0f0f0 0%, var(--color-lightgray) 100%);
}
#contents #main dl.orderHistory dd.product .btnArea div a {
	display:block;
	text-decoration:none;
	text-align:center;
	border: solid 1px var(--color-gray);
	border-radius: 0;
	outline: none;
	margin:0;
	padding:7px 10px;
  background: linear-gradient(#f2f6f8 0%, #e0eff9 100%);
}
#contents #main dl.orderHistory dd.product .btnArea div a:hover {
	background: linear-gradient(var(--color-white) 0%, #facbc5 100%);
}
#contents #main dl.orderHistory dd.product .reviewTxt {
	color: var(--color-red);
	margin:0;
}
#contents #main dl.orderHistory dd.product .reviewTxt b {
	background-color:#fffddd;
}
/*-- 20160121_注文履歴ページ追加作業 end --*/

/*------------- シングルカラムページ20160307追加 start -------------*/
.full {
    width: 1000px;
	float:none;
}
.full ul,
.full ol {
	padding:0;
	list-style:none;
}
.full dl,
.full dd,
.full p {
	margin:0;
}
/*------------- シングルカラムページ20160307追加 end -------------*/


/*------------- 固定バナー追加20160531追加 start -------------*/
#fixBnr.fixBnr {
    position: fixed;
    right: -180px;
    top: 190px;
    z-index: 100;
}
#fixBnr.fixBnr dl {
    position: relative;
    right: 0;
    transition: all 0.3s linear;
}
#fixBnr.fixBnr dl.active.del {
    display: none;
}
#fixBnr.fixBnr dl:hover {
    right: 180px;
}
#fixBnr.fixBnr dl.active dd .fixBnrItem,
#fixBnr.fixBnr dl:hover dd .fixBnrItem {
    opacity: 1;
    box-shadow: 0px 2px 10px -1px rgb(var(--color-white-rgb) / 0.75);
}
#fixBnr.fixBnr dt {
    background-color: #ef0809;
    color: var(--color-white);
    font-weight: bold;
    font-size: 13px;
    padding: 15px 9px 34px;
    float: left;
    width: 38px;
    box-shadow: 0px 2px 10px -1px rgb(var(--color-white-rgb) / 0.75);
    cursor: pointer;
    max-height: 145px;
    position: relative;
}
#fixBnr.fixBnr .fixBnrCount {
    display: block;
    position: absolute;
    top: -8px;
    left: -8px;
    background: var(--color-red);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    border: 1px solid var(--color-white);
    color: var(--color-white);
    font-weight: bold;
    font-size: 11px;
    text-align: center;
    background-image: linear-gradient(to top, #c51f1f, var(--color-red));
}
#fixBnr.fixBnr .fixBnrHorizon {
    writing-mode: tb-rl;
    /* IE独自仕様 */
    writing-mode: vertical-rl;
    letter-spacing: 0.15em;
    line-height: 1.4em;
}
#fixBnr.fixBnr .fixBnrHorizon .fixBnrIcon {
    position: absolute;
    width: 19px;
    height: 19px;
    bottom: 11px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#fixBnr.fixBnr dd {
    float: left;
    margin: 0;
    padding: 0;
}
#fixBnr.fixBnr .fixBnrList {
    padding: 0;
    margin: 0;
}
#fixBnr.fixBnr .fixBnrItem {
    list-style-type: none;
    background-color: rgb(var(--color-black-rgb) / 0.88);
    padding: 20px;
    width: 180px;
    position: relative;
    box-shadow: 0;
    border-top: 1px solid var(--color-white);
}
#fixBnr.fixBnr .fixBnrItem:first-child {
    border: none;
}
#fixBnr.fixBnr .fixBnrClose {
    cursor: pointer;
    background-color: var(--color-black);
    width: 20px;
    height: 20px;
    color: var(--color-white);
    font-weight: bold;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    line-height: 10px;
    display: inline-block;
    zoom: 1;
    padding: 4px 6px;
}
#fixBnr.fixBnr .fixBnrItem a.fixBnrItemInner {
    text-decoration: none;
}
#fixBnr.fixBnr .fixBnrItem a.fixBnrItemInner:hover p {
    text-decoration: underline;
}
#fixBnr.fixBnr .fixBnrItem .fixBnrItemInner p {
    color: var(--color-white);
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
}
#fixBnr.fixBnr .fixBnrItem .fixBnrItemInner .fixBnrItemTtl {
    font-size: 14px;
    color: #FFC7C1;
    display: inline-block;
    zoom: 1;
    line-height: 1.15;
    margin-bottom: 6px;
    font-weight: normal;
}
#fixBnr.fixBnr .fixBnrItem a.fixBnrItemAnchor {
    color: #B0D1FF;
    font-size: 11px;
    margin: 12px 0 0;
    display: inline-block;
    font-family: "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
#fixBnr.fixBnr .fixBnrItem a.fixBnrItemAnchor:hover {
    color: #fdf7b3;
}
/*------------- 固定バナー追加20160531追加 end -------------*/
/*--------- point_details文言追加 20171109 start ---------*/
#pointStatus {
	font-size:16px;
	font-weight:bold;
	text-align:left;
	clear:both;
}
#pointStatus dl {
	border: none;
	margin-bottom:  0;
}
#pointStatus dl dt {
	float: left;
	text-align: center;
	color: var(--color-white);
	width: 10em;
	background-color: #db0000;
	margin: 0 0 10px 10px;
	padding: 0;
	height: 30px;
	line-height: 30px;
}
#pointStatus dl dd {
	margin-left: 11.5em;
	border: none;
	margin-bottom: 10px;
	color: #db0000;
	padding: 0;
	min-height: 30px;
	line-height: 30px;
}
#pointStatus dl dd span {
	color: #f90;
}
cite#pointNote {
    font-size: 0.8rem;
    color: var(--color-black);
    font-style: normal;
    font-weight: normal;
    line-height: 1.4;
    margin: 0 0 10px 10px;
}
#pointStatus .tred {
	color: var(--color-red);
}
/*---------- point_details文言追加 20171109 end ----------*/

/*---------- お問い合わせフォーム改修 20171206 start ----------*/
.show-me
{margin-top: 0.25em;padding: 1.5em;margin-bottom:1.25em; border: 1px solid var(--keycolor-os);border-radius:10px;background:#f0f9ff;}

.inquiries .inquiry-label
{cursor:pointer;width:100%;font-weight:normal;}
.inquiries .inquiry-label:hover
{color: var(--keycolor-os);}
.font-red
{color: var(--color-red);font-weight: bold;}
/*---------- お問い合わせフォーム改修 20171206 end ----------*/

/*-- 20170807_「お知らせ」追加作業 start --*/
ul#top_announcement, ul#top_announcement02 {
	background-color: #ffd;
	border:1px solid #ff8000;
	padding:10px;
	text-align:left;
	line-height:1.5em;
	margin:20px;
}
ul#top_announcement h2, ul#top_announcement02 h2 {
	font-size:14px;
	margin-bottom:0.5em;
}
ul#top_announcement h2 {
	color:#e50700;
}
ul#top_announcement02 h2 {
  color:var(--color-dimgray);
}
ul#top_announcement li, ul#top_announcement02 li {
	margin-bottom:1em;
	list-style:none;
}
ul#top_announcement li p, ul#top_announcement02 li p {
	margin:0 0 1em 0;
}
ul#top_announcement li p:last-child, ul#top_announcement li p.ttl, ul#top_announcement li:last-child,
ul#top_announcement02 li p:last-child, ul#top_announcement02 li p.ttl, ul#top_announcement02 li:last-child {
	margin:0;
}
ul#top_announcement .ttl span.date, ul#top_announcement .ttl a,
ul#top_announcement02 .ttl span.date, ul#top_announcement02 .ttl a {
	display:inline-block;
}
ul#top_announcement .ttl span.date, ul#top_announcement02 .ttl span.date {
	color: var(--color-gray);
}
ul#top_announcement .ttl a, ul#top_announcement02 .ttl a {
	padding-right:1.5em;
}
/*-- 20170807_「お知らせ」追加作業 end --*/

 * ul#top_announcement02 li .date {
	display: table-cell;
	width: 8em;
}
ul#top_announcement02 li a {
	display: table-cell;
}
ul#top_announcement02 li a:hover {
	color: var(--common-hover) !important;
}
/*-- 20170807_「お知らせ」追加作業 end ―*/
/*-- 20181108_終了バナー表示改修 start --*/
.banner-campaign {
    margin-bottom:10px;
    text-align: center;
}
.closed-campaign {
    opacity: .5;
    position: relative;
}
.closed-campaign-badge {
    position: absolute;
    left: 50%;
    margin-left: -285px;
}
/*-- 20181108_終了バナー表示改修 end --*/

/* 20190717_お問合わせフォーム注記追加 */
.form-annotation-message {
    padding: 20px 20px 0 25px;
}
.form-annotation-message .text {
  color: var(--color-red);
  font-size: 12px;
  font-weight: bold;
  margin: 0;
}
/* 20190717_お問合わせフォーム注記追加 end */

/* モーダル　※20200310時点、トップページの『重要なお知らせ』のみ使用
---------------------------------------------------------- */
/* 重要なお知らせ */
.top-announcement {
  background-color: #ffd;
  box-sizing: border-box;
  border: 1px solid #e0dee3;
  display: flex;
  align-items: center;
  width: 1000px;
  height: 34px;
  padding: 0 10px;
  margin: 0 auto 1em;
  text-decoration: none;
}
.top-announcement::before {
  background: url( "/img/original-svg/info-yellow.svg" ) no-repeat;
  content: "";
  display: block;
  flex:  none;
  width: 20px;
  height: 20px;
}
.top-announcement::after {
  background: url( "/img/original-svg/plus-orange.svg" ) no-repeat right;
  content: "";
  display: block;
  flex:  none;
  width: 14px;
  height: 13px;
  margin-left: auto;
  padding-right: 1em;
}
.top-announcement:hover {
  opacity: .7;
}
.top-announcement__heading {
  color: var(--color-black);
  display: block;
  font-size: 14px;
  margin-left: 1em;
  white-space: nowrap;
}
.top-announcement__list {
  margin: 0 0 0 1em;
  padding: 0;
  line-height: 2;
}
.top-announcement__list-item {
  display: none;
}
.top-announcement__list-item:first-child {
  display: flex;
}
.top-announcement__date {
  color: #797878;
  display: block;
  font-size: 13px;
  white-space: nowrap;
}
.top-announcement__title {
  color: var(--color-black);
  display: block;
  font-size: 13px;
  margin-left: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 560px;
}
.top-announcement__icon {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

/* モーダル */
.top-modal{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    pointer-events: auto;
    transition: opacity 200ms linear 0ms, height 0ms;
    z-index: 9000;
}
.top-modal__close {
    position: absolute;
    top: 3px;
    right: 3px;
    width: 30px;
    height: 30px;
    background: transparent url( "/img/fancybox/fancybox.png" ) -40px 0px;
    cursor: pointer;
}
.top-modal__wrap {
    background: rgb(var(--color-black-rgb) / 0.6);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: inherit;
    pointer-events: auto;
    overflow-x: hidden;
    overflow-y: scroll;
    cursor: pointer;
}
.top-modal__content {
    background: var(--color-white);
    left: 50%;
    padding: 40px;
    position: relative;
    top: 0;
    transform: translate(-50% , 0);
    margin: 40px 0;
    max-width: 660px;
    width: 64.45313%;
    pointer-events: auto;
    cursor: auto;
}
.top-modal__heading {
  font-size: 18px;
  font-weight: bold;
}
.top-modal__heading--attention {
  color: #e50700;
  border-bottom: 1px solid #e50700;
  padding-bottom: .5em;
}
.top-modal__section {
  border-bottom: 1px dashed #e0dee3;
  list-style: none;
  margin: 0;
  padding: 2em 0;
}
.top-modal__section:last-child {
  padding-bottom: 0;
}
.top-modal__title {
  font-weight: bold;
  margin-bottom: 1em;
}
.top-modal__comment {
  margin: 0;
  padding: 0;
}
.top-modal__section:last-child {
  border-bottom: 0;
}
.top-modal__section-item {
  margin-bottom: 1em;
}
.top-modal__section-item:last-child {
  margin-bottom: 2em;
}
.js-locked {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    overflow: hidden !important;
    padding-right: 17px;
    pointer-events: none;
    position: fixed;
    -webkit-overflow-scrolling: touch;
}
.a-fade-in {
    height: 100%;
    opacity: 1;
}
/*--- 寄付ポイント機能 ---*/
.table-2column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.table-2column .table-2column__column1 {
  box-sizing: border-box;
  width: 7.6em;
}
.table-2column .table-2column__column2 {
  box-sizing: border-box;
  margin: 0;
  width: calc( 100% - 7.6em );
}
.is-donation {
  background: #4EB17D;
  color: var(--color-white);
}
/*寄付企画サイドカラム表示 */
.csr-box {
  background-color: #4eb17d;
  margin:10px;
  padding: 1px 0;
  text-align:center;
}
.csr-box__text {
  color: var(--color-white);
  line-height: 1.5;
}
.csr-box__point {
  color: #ffe62d;
  font-size: 16px;
  font-weight: 700;
}
/*--- 寄付ポイント機能 ここまで ---*/



/* 2020408_シンガポール発送対応 start */
.agreement-flag {
  background-color:#ffdbdb !important;
}
.agreement-box  {
  margin:30px auto 5px;
  border:solid 1px var(--common-hover);
  background-color:#fff2f2;
}
.agreement-box__title {
  background-color:var(--common-hover);
  font-weight: bold;
  font-size: 16px;
  color: var(--color-white);
  text-align: center;
  padding: 8px 5px;
}
.agreement-box__description {
  margin:1.5em 1.5em 1em;
  font-size:14px;
  line-height:1.8;
}
.agreement-box__text {
  font-size: 14px;
}
.agreement-box__emphasis {
  font-weight: bold;
  color: var(--color-red);
}
.agreement-box__checkbox-wrap {
  padding:1em;
  margin: 0 0 1em 0;
}
.agreement-box__label {
  display:block;
  margin:0 auto;
  float:none;
  width:fit-content;
  text-align:center;
}
.agreement-box__label-inner {
  display: block;
  cursor:pointer;
  font-weight:bold;
  font-size:16px;
  white-space: nowrap;
}
.agreement-box__checkbox {
  cursor:pointer;
}
/* 2020408_シンガポール発送対応 end */

/* 202011130 【小売り】医薬品検索ページ作成（デザインさん）http://192.168.0.242:8890/issues/12370  start*/
.font-larger {
    font-size: 1.15em;
    line-height: 2;
}
.about-medicine {
    margin: 0 0 2em;
}
.medicine-title {
    text-align: left;
    padding-left: .5em;
}
.medicine-search {
  align-items: center;
  background: var(--color-whitegray);
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 0 3em;
  padding: 2em .75em;
}
.medicine-search__content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.about-medicine p {
  margin: 1.5em 0;
}
.about-medicine>p {
    margin-top: 0;
}
.medicine-search__text {
  padding: 0.75em !important;
  width: 400px;
}
.medicine-search__submit {
  background: var(--color-darkgray);
  background: linear-gradient(#888 0%, var(--color-darkgray) 100%);
  border:  none;
  color: var(--color-white);
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  height: 39px;
  padding: 2px 30px;
  vertical-align: middle;
  width: 100px;
}
.about-medicine p.medicine-search__note {
    margin: 0.5em 0 0;
}
.medicine-subtitle {
  background: #6e6e6e;
  font-size: 1.1em;
    padding: 0.75em;
    margin-bottom: 1em;
    color: var(--color-white);
}
.medicine-note {
  background: #fdffe1;
  padding: 0.75em;
  margin-bottom: 0.5em;
}
div#main a.medicine-contact {
  background: #437ff5;
  background: linear-gradient(#0097ee 0%, #0075cc 100%);
  border-radius: 5px;
  border: 1px solid #0b6aa1;
  color: var(--color-white);
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto;
  max-width: 400px;
  padding: 1rem;
  text-align: center;
  text-decoration: none;
  width: 60%;
}
.medicine-contact:hover {
  opacity: .8;
}
/* 202011130 【小売り】医薬品検索ページ作成（デザインさん）http://192.168.0.242:8890/issues/12370  end*/

/* 医薬品非表示対応：検索結果表記の追加・変更　モック作成依頼 start */
.attention--pc {
  background: #ffd;
    border: 1px solid var(--color-red);
    border-radius: 2px;
    margin-bottom: 20px;
    padding: 10px 10px;
}
.attention__text--pc {
	font-size: 20px;
	margin: 0;
	text-align: left;
}
.attention__text--pc + .attention__text--pc {
	font-size: 15px;
	margin-top: 1em;
}
/* 医薬品非表示対応：検索結果表記の追加・変更　モック作成依頼 end */
/*  #16546 検索結果:該当する商品がない時 start  */
.attention__list{
  padding-left: 0;
  list-style: none;
}

.attention__item{
  margin-bottom: 1em;
}
.attention__item > .font-bold{
  font-weight: bold;
}
/*  #16546 検索結果:該当する商品がない時 end  */

/* 20220407 [小売] キャンセルリクエストボタンの作成について http://192.168.0.242:8890/issues/13386 start */
.user-order-buttons {
	display: flex;
	align-items: center;
	justify-items: flex-end;
	margin-left: auto;
}
  a.user-order-button {
    color: #2dbf1b !important;
    background: var(--color-white);
    padding: 0.25em 1em;
    font-size: .8rem;
    line-height: 2;
    text-decoration: none !important;
    border-radius: 2em;
    margin-right: 0.5em;
    border: 1px solid #2dbf1b;
    display: flex;
    align-items: center;
    justify-content: center;
}
a.user-order-button:first-of-type {
    border: 1px solid var(--color-red);
    color: var(--color-red) !important;
}
a.user-order-button:last-of-type {
    margin-right: 0;
}
a.user-order-button:hover {
    padding: 0.25em 1em !important;
    opacity: .9;
    color: inherit;
    background: var(--color-white) !important;
}
.user-order-button-disabled {
    background: rgb(var(--color-white-rgb) / 0.6);
    color: var(--color-dimgray);
    padding: 0.25em 1em;
    font-size: .8rem;
    line-height: 2;
    margin-right: 0.5em;
    border: 1px solid var(--color-dimgray);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2em;
    cursor: no-drop;
}
.user-order-button-disabled:last-of-type {
    margin-right: 0;
}
/* 注文キャンセル申請ページ用CSS */
.order-cancel-form {
    padding: 2em;
    text-align: left;
    background: #f0f9ff;
    border: 1px solid #ddd;
    width: 100%;
    margin: 3em 0;
}
.order-cancel-form__text {
    font-weight: bold;
    color: var(--color-red);
    margin: 0 0 .5em;
    font-size: 16px;
}
.order-cancel-form__condition {
    border-bottom: 1px solid #ddd;
    padding-bottom: 1.5em;
}
.order-cancel-form__label {
    display: flex;
    height: 28px;
    align-items: center;
    cursor: pointer;
}
.order-cancel-form__label:last-of-type {
    margin-bottom: 3em;
}
.order-cancel-form__button {
    text-align: center;
}
.order-cancel-form__textinput {
    width: calc(100% - 80px);
    margin-left: 0.5em;
    display: inline-block;
}

/* 20220407 [小売] キャンセルリクエストボタンの作成について http://192.168.0.242:8890/issues/13386 end */
/* #16148 【人用小売】キャッチコピー表示エリア start */
.itemName:not(#searchItems .itemBox .itemName) {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.itemCatch:not(#clearance_sale .itemCatch) {
	display: -webkit-box;
	margin: .5em 0;
	overflow: hidden;
	width: 110px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.best-seller__name {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.best-seller__catch {
	display: -webkit-box;
	margin: .5em 0;
	overflow: hidden;
	text-align: left;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.top_seller__catch {
	display: -webkit-box;
	margin: .5em 0;
	overflow: hidden;
	text-align: left;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
/* #18148 【人用小売】キャッチコピー表示エリア end */

/* #18689 【オオサカ】啓蒙「医薬品の検索」ページ改修（コーディング） start */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");

/* 検索モデュール（全サイト共有） */

.widget-lookup {
  display: block;
}

.widget-lookup__form {
  display: flex;
  width: 100%;
  height: 100%;
  gap: 10px;
}

.widget-lookup input {
  appearance: none;
  outline: none;
  height: 100%;
  font-size: 18px;
  border-radius: 5px;
  border: 0;
}

.widget-lookup__input {
  display: block;
  width: 100%;
  padding: 0 12px;
  box-shadow: 0 0 3px rgb(var(--color-black-rgb) / 0.5) inset;
  transition: .2s box-shadow;
}

.widget-lookup__input:focus, 
.widget-lookup__input:focus-visible {
  box-shadow: 0 0 0 4px var(--keycolor-os-light) inset, 0 0 5px var(--keycolor-os-dark) !important;
}

.widget-lookup .ui-input-text {
  border: 0;
  margin: 0;
  box-shadow: unset;
  border-radius: 5px;
  width: 100%;
}

.widget-lookup__submit {
  display: grid;
  place-content: center;
  padding: 10px 40px;
  background: var(--keycolor-os-dark);
  color: var(--color-white);
  font-weight: 700;
  flex-shrink: 0;
}

.widget-lookup .ui-btn {
  display: grid;
  place-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

@media screen and (min-width: 480px) {
  .widget-lookup input {
    font-size: 16px;
  }

  .widget-lookup .ui-btn {
    width: 100%;
    max-width: 10vmax !important;
  }
}

/* 【オオサカ】啓蒙「医薬品の検索」ページ */

.medicine-section__block {
  width: 100%;
}

@layer medicine-reset {
  .medicine-section__block, .medicine-section__block::before, .medicine-section__block::after, .medicine-section__block *, .medicine-section__block *::before, .medicine-section__block *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Noto Sans JP", "Meiryo", sans-serif;
  }
}

.medicine-section__block strong {
  font-weight: 700;
}

.medicine-lookup {
  padding: 40px 20px;
  background: var(--medicine-lightblue);
}

.medicine-lookup__title {
  font-size: 22px;
  text-align: center;
  color: var(--keycolor-os);
}

.medicine-lookup__desc {
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
}

.medicine-lookup__form {
  background: var(--color-white);
  border-radius: 10px;
  padding: 40px;
  margin-top: 20px;
}

.medicine-lookup__form .widget-lookup {
  height: 50px;
}

.medicine-lookup__form strong,
.medicine-lookup__form span {
  display: block;
  width: 100%;
  text-align: center;
  grid-column: 1/3;
}

.medicine-lookup__form strong {
  font-size: 16px;
  margin-top: 20px;
}

.medicine-lookup__form span {
  font-size: 12px;
  margin-top: 10px;
}

.medicine-lookup__def {
  position: relative;
  border-radius: 10px;
  border: 1px solid var(--keycolor-os);
  color: var(--keycolor-os);
  font-weight: 700;
  text-align: center;
  padding: 20px 40px 15px;
  margin-top: 27px;
}

.medicine-lookup__def dt {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
  font-size: 16px;
  padding: 0 10px;
  background: var(--medicine-lightblue);
}

.medicine-lookup__def dd {
  font-size: 14px;
}

.medicine-feature {
  background: linear-gradient(var(--medicine-lightblue) 0, var(--medicine-lightblue) 185px, var(--color-white) 185px);
}

.medicine-feature__content {
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 40px;
  background: var(--color-white);
  border-radius: 10px 10px 0 0;
}

.medicine-feature__title {
  display: flex;
  width: 100%;
  flex-direction: column-reverse;
  align-items: center;
  text-align: center;
  color: var(--common-text);
  gap: 15px;
}

.medicine-feature__title strong {
  font-size: 22px;
}

.medicine-feature__title span {
  position: relative;
  font-size: 12px;
  padding: 11px 35px;
  background: var(--color-white);
  border-radius: 9999px;
  border: 1px solid var(--common-text);
  font-weight: 400;
}
.medicine-feature__title span::before, .medicine-feature__title span::after {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
}
.medicine-feature__title span::before {
  background: var(--color-white);
  border: 1px solid var(--common-text);
  left: calc(50% - 5px);
  bottom: -5px;
  width: 10px;
  rotate: 55deg;
  transform: skew(20deg);
}
.medicine-feature__title span::after {
  background: var(--color-white);
  left: calc(50% - 10px);
  bottom: 0;
  width: 20px;
}

.medicine-feature__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.medicine-feature__item:where(:nth-of-type(1)) {
  grid-area: 1/1/2/2;
}

.medicine-feature__item:where(:nth-of-type(2)) {
  grid-area: 1/2/2/3;
}

.medicine-feature__item:where(:nth-of-type(3)) {
  grid-column: 1/3;
  margin-top: 20px;
}

.medicine-feature__subtitle {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  color: var(--keycolor-os);
}

.medicine-feature__subtitle img {
  height: 50px;
  width: auto;
  flex-shrink: 0;
}

.medicine-feature__subtitle strong {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  width: 100%;
}

.medicine-feature__subtitle mark {
  background: none;
  color: inherit;
  font-size: 12px;
  line-height: 19px;
  border: 1px solid currentColor;
  padding: 0 16px;
  border-radius: 9999px;
}
.medicine-feature__subtitle mark.mask--grayout {
  color: var(--medicine-gray);
}

.medicine-feature__subtitle span {
  font-size: 14px;
}

.medicine-feature__image {
  width: 100%;
}

.medicine-feature__item p {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
}

.medicine-newuser {
  padding-top: 40px;
  background: linear-gradient(var(--medicine-lightblue) 0, var(--medicine-lightblue) 210px, var(--color-white) 210px);
}

.medicine-newuser__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: calc(100% - 120px);
  margin: 32px auto 0;
  padding: 45px 45px 40px;
  background: var(--color-white);
  border-radius: 5px;
  box-shadow: 0 3px 6px rgb(var(--color-black-rgb) / 0.16);
}
.medicine-newuser__content::before {
  content: "";
  display: block;
  position: absolute;
  top: -32px;
  width: 107px;
  height: 59px;
  background: url(/img/medicine/newuser_title.png) center top/contain;
}

.medicine-newuser__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.medicine-newuser__title strong {
  display: flex;
  align-items: baseline;
  gap: 25px;
  font-size: 22px;
}
.medicine-newuser__title strong::before, .medicine-newuser__title strong::after {
  content: "";
  display: block;
  height: 1px;
  width: 22px;
  background: currentColor;
}
.medicine-newuser__title strong::before {
  rotate: 52deg;
  transform-origin: right bottom;
}
.medicine-newuser__title strong::after {
  rotate: -52deg;
  transform-origin: left bottom;
}

.medicine-newuser__title span {
  font-size: 20px;
  margin-top: 10px;
}

.medicine-newuser__title i {
  display: inline-flex;
  align-items: baseline;
  color: var(--medicine-red);
  font-style: normal;
}

.medicine-newuser__title i img {
  position: relative;
  bottom: -3px;
  margin-right: 3px;
}

.medicine-newuser__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 450px;
  height: 70px;
  background: var(--medicine-orange);
  color: var(--color-white) !important;
  font-size: 16px;
  font-weight: 700 !important;
  text-decoration: none !important;
  border-radius: 5px;
  margin-top: 25px;
}

@media (hover: hover) {
  .medicine-newuser__button:hover {
    opacity: 0.8;
  }
}

.medicine-inquiry {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
}

.medicine-inquiry p {
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
}

.medicine-inquiry__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 50px;
  background: var(--keycolor-os-dark);
  color: var(--color-white) !important;
  font-size: 16px;
  font-weight: 700 !important;
  text-decoration: none !important;
  border-radius: 5px;
  margin-top: 25px;
}

@media (hover: hover) {
  .medicine-inquiry__button:hover {
    opacity: 0.8;
  }
}
/* #18689 【オオサカ】啓蒙「医薬品の検索」ページ改修（コーディング） end */

/* #19252 【サイト改修 | 小売サイト】「受け取りました」ボタン設置（コーディング） start */

.confirm-delivery {
  align-items: center;
  background-color: #fff2cc;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 0.5em;
  margin-top: 0.5em;
  text-align: center;
  padding: 1em 0;
}
.confirm-delivery__text {
  margin: 0;
}

.confirm-delivery__btn {
  background: linear-gradient(#f2f6f8 0%, #e0eff9 100%);
  cursor: pointer;
  border: solid 1px var(--common-link);
  border-radius: 0;
  display: block;
  font-weight: bold;
  margin: 0;
  width: calc(50% - 2em); /* 他のボタンとサイズを合わせる */
  padding: 7px 10px;
  text-align: center;
  text-decoration: none !important;
  outline: none;
}
.confirm-delivery__btn:hover {
  background: linear-gradient(var(--color-white) 0%, #facbc5 100%);
}
.confirm-delivery__btn:disabled {
	background: var(--color-lightgray);
	border: solid 1px var(--color-dimgray);
	color: var(--color-dimgray) !important;
	cursor: not-allowed;
}
.confirm-delivery__btn:disabled:hover {
	background: var(--color-lightgray);
}

/* ローダー */
.rotate-loader {
	width: 20px;
	height: 20px;
	border: 2px solid var(--color-darkgray);
	border-bottom-color: transparent;
	border-radius: 50%;
	display: inline-block;
	box-sizing: border-box;
	animation: rotation 1s linear infinite;
}

@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
/* #19252 【サイト改修 | 小売サイト】「受け取りました」ボタン設置（コーディング） end */

.sidebar-section {
  display: flex;
  flex-direction: column;
}

.sidebar-section__heading {
  background-color: #69f;
  color: #fff;
  font-size: .875rem;
  line-height: 1.4;
  padding: 5px;
}

.sidebar-section__inner {
  padding: 15px 10px;
}

.sidebar-section__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  margin: initial;
  padding: initial;
}

.sidebar-section__link {
  display: block;
}

.sidebar-section__banner {
  display: block;
}
/* #22038 【小売り】Global Payments用のクレジットカード画像の作成依頼 start */

.payment-area__radio {
  border-bottom: 1px dotted #666;
  padding: 20px 5px 20px 10px;
}
div#main .payment-area__detail {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px dotted #666;
  padding: 17px 0 20px 0;
}
.payment-area__subtitle {
  color: #099;
}
.payment-area__red-subtitle {
  color: #f00;
  font-size: 14px;
  margin-top: 10px;
}
.payment-area__text {
  font-size: 12px;
  line-height: 160%;
  font-weight: normal;
  margin: 0;
}
.payment-area__red-text {
  color: #f00;
}
.payment-area__images {
  margin-top: 10px;
}
.payment-area__images[src*="wallet"] {
	height: 50px;
	width: auto;
}
.payment-area__images-container {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin-top: 10px;
}
.payment-area__images-container .payment-area__images {
	margin-top: 0;
}
/* #22038 【小売り】Global Payments用のクレジットカード画像の作成依頼 end */

/* #26276 【オオサカ堂 | 2025】 - 【小売サイト】 - 【お急ぎ便の注意書き修正】 start */
.shipping-annotation {
	list-style-position: outside;
	display: grid;
	row-gap: 1em;
	padding-left: 1.5em;
	text-align: left;
}
.shipping-annotation__item {
	list-style: disc;
	width: 100%;
}
/* #26276 【オオサカ堂 | 2025】 - 【小売サイト】 - 【お急ぎ便の注意書き修正】 end */

.countdown {
	margin: 5px 0 15px;
}
.countdown__text {
	background-color: #ffdddd;
	color: #333;
	display: inline-block;
	font-weight: 400;
	margin: 0;
	padding: 10px;
}
.countdown__emphasis {
	color: #4744ca;
	font-weight: 700;
} 
.countdown__emphasis--attention {
	color: #e30000;
}

/* #28454 【小売り】リマークUI改修※オオサカ堂のみ */
.itemMemo.present::after {
	color: #06f;
	content: '閉じる';
	cursor: pointer;
	display: block;
	margin-left: auto;
	text-decoration: underline;
	width: fit-content;
}
.itemMemo.present.js-collapsed::after {
	content: '続きを見る';
}
@media (hover: hover) and (pointer: fine) {
	.itemMemo.present:hover::after {
		text-decoration: none;
	}
}
.itemMemo.present.js-collapsed > span {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	overflow: hidden;
	position: relative;
}