@charset "utf-8";
/*--------------------------------------------------*/
/*	reset											*/
/*--------------------------------------------------*/
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
header, footer, hgroup, section, article,
table, th, td, img, form, map, fieldset {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.0;
	list-style: none;
}
table {border-collapse: collapse;}
/*--------------------------------------------------*/
/*	link											*/
/*--------------------------------------------------*/
a:link    {color: #511;text-decoration: none;}
a:visited {color: #511;text-decoration: none;}
a:hover   {color: #a84;text-decoration: none;}
a:active  {color: #a84;text-decoration: none;}
/*--------------------------------------------------*/
/*	layout											*/
/*--------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	/* font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; */
	font-family: Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", 游ゴシック, YuGothic, メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	color: #2a2a2a;
	text-align: left;
	line-height: 1;
	-webkit-text-size-adjust: none;
	/* background: url("/img/bg/bg_body_new.png") repeat-x #fff; */
	border-top: 5px solid #0090f0;
	min-width: 1200px;
}
#wrap {
	width: 1200px;
	margin: 0 auto;
	text-align: left;
	font-size: 14px;
	overflow: hidden;
}
#contents {
	width: 1200px;
    max-width: 1200px;
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
#left {
	/* float: left; */
	width: 220px !important;
}
#main {
	/* float: left; */
	width: 750px !important;
	padding: 0;
}
#right {
	/* float: left; */
	width: 205px !important;
}
#right img{
	width: 205px !important;
}
.main2 {
	flex: 1;
	padding: 15px 15px 10px 0!important;
}

#footer {
	clear: both;
}


/*--------------------------------------------------*/
/*  追加(20/07/27) 各セクション                                       */
/*--------------------------------------------------*/
section {
	margin: 0 0 40px;
	padding: 0 10px;
}

section p {
	font-size: 16px;
	line-height: 25px;
}

section a:link,
section a:visited {
	color: #03c;
	text-decoration: underline;
}
section a:hover {
	color: #f60;
	text-decoration: none;
}

section img {
	max-width: 60%;
}



section ul,
section table{
	margin: 1em 0 2em;
}
section li {
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 1.2em;
	text-indent: -1em;
	font-size: 15px;
	line-height: 25px;
	font-weight: bold;
}

section th,
section td {
	border: 1px solid #bbb;
	font-size: 15px;
	padding: 12px;
}

section th {
	font-weight: bold;
	text-align: center;
	background: #eaeaea;
}
/*テーブルレイアウト1*/
table.tb-rayout th {
    font-weight: bold;
    text-align: center;
    background: #eaeaea;
}
table.tb-rayout th, table.tb-rayout td {
    border: 1 px solid #bbb;
    font-size: 15px;
    padding: 12 px;
}
table.tb-rayout th, table.tb-rayout td {
    border: 1px solid #bbb;
    font-size: 15px;
    padding: 12px;
}
table.tb-rayout {
    margin-bottom: 20px;
}
/*テーブルレイアウト1*/
/*--------------------------------------------------*/
/*  noscript                                        */
/*--------------------------------------------------*/
.warning {
	width: 700px;
	margin: 30px auto;
	padding: 20px 40px;
	font-size: 18px;
	line-height: 30px;
	background: #fffaff;
	border: 6px double #f00;
}
.warning p {
	color: #e00000;
	margin: 0 0 10px -20px;
	font-size: 24px;
	font-weight: bold;
	line-height: 34px;
}
/*--------------------------------------------------*/
/*  注意喚起                                        */
/*--------------------------------------------------*/
.emergency_box {
	position: relative;
	max-width: 688px;
	margin: 0 auto 15px auto;
	padding: 5px 10px 5px 130px;
	background: #fffeff;
	border: 6px double #d00000;
}
.emergency_box.no_img {
	width: calc(100% - 52px);
	max-width: calc(100% - 52px);
	padding: 10px 20px;
}
.emergency_box img {
	position: absolute;
	top: calc(50% - 37px);
	left: 20px;
	width: 84px;
}
.emergency_box p {
	margin: 8px 20px;
	color: #2a2a2a;
	font-size: 15px;
	line-height: 21px;
}
.emergency_box p.title {
	margin: 5px 10px;
	color: #d00000;
	font-size: 20px;
	font-weight: bold;
	line-height: 28px;
}
.emergency_box p.img_warn {
	position: relative;
	margin: 0 10px;
	padding: 0 0 0 60px;
	line-height: 40px;
}
.emergency_box p.img_warn::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	content: "";
	background-image: url("/img/icon/warn.png");
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
}
/*--------------------------------------------------*/
/*	ヘッダー										*/
/*--------------------------------------------------*/
header {
	position: relative;
	width: 1200px;
	margin-bottom: 10px;
	padding: 16px 0 0 0;
}
h1 {
	margin-bottom: 8px;
	font-size: 12px;
	line-height :1;
	text-shadow: -1px -1px #fff,1px -1px #fff,-1px 1px #fff,1px 1px #fff;
}
#headerLeft {
	height: 82px;
}
#headerLeft img {
	width: 329px;
	height: 63px;
}
#headerRight {
	position: absolute;
	top: 38px;
	right: 5px;
}
#headerBox,
#headerBox2 {
	position: relative;
	display: table;
	width: 586px;
	height: 47px;
	padding: 6px 0 6px 0;
	font-size: 11px;
	font-weight: bold;
	background: #fff;
	border: 2px solid #7cf;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 1px 1px 2px  rgba(0,0,0,0.6);
	-moz-box-shadow: 1px 1px  2px rgba(0,0,0,0.6);
	-webkit-box-shadow: 1px 1px  2px rgba(0,0,0,0.6);
	-o-box-shadow: 1px 1px 2px  rgba(0,0,0,0.6);
	-ms-box-shadow: 1px 1px 2px  rgba(0,0,0,0.6);
}
#headerBox .cell1 {
	display: table-cell;
	width: 130px;
	height: 47px;
	padding-left: 15px;
	vertical-align: middle;
}
#headerBox .cell2 {
	display: table-cell;
	width: 130px;
	height: 47px;
	padding-left: 10px;
	vertical-align: middle;
}
#headerBox .cell3 {
	display: table-cell;
	width: 100px;
	height: 47px;
	padding: 0 10px 0 10px;
	vertical-align: middle;
}
#headerBox .cell4 {
	display: table-cell;
	width: 180px;
	border-left: 1px solid #ccc;
	vertical-align: middle;
}
#headerBox .cell4 a {
	position: relative;
	display: block;
	height: 46px;
	padding: 0 15px 0 10px;
	color: #333;
	background: url("/img/bg/bg_cart_off.png") no-repeat;
	background-position: 10px 6px;
}
#headerBox .cell4 a:hover {
	color: #f60;
	background: url("/img/bg/bg_cart_on.png") no-repeat;
	background-position: 10px 6px;
}
#headerBox .cell4 a .info1 {
	position: absolute;
	top: 6px;
	left: 20px;
	width: 48px;
	color: #f60;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
#headerBox .cell4 a .info2 {
	position: absolute;
	top: 8px;
	left: 75px;
	width: 90px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
#headerBox .cell4 a .info3 {
	position: absolute;
	bottom: 0;
	right: 15px;
	font-size: 13px;
	font-weight: bold;
}
#headerBox input[type="text"] {
	width: 120px;
	margin-top: 1px;
	font-size: 13px;
}
#headerBox input[type="submit"] {
	display: block;
	width: 100px;
	padding: 4px 0;
	font-size: 13px;
	font-weight: bold;
}
#headerBox2 #userName {
	position: absolute;
	top: 8px;
	left: 15px;
	width: 250px;
	color: #333;
	font-size: 11px;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
#headerBox2 #userName span {
	padding: 0 3px;
	color: #000;
	font-size: 13px;
	font-weight: bold;
}
#headerBox2 #userPoint {
	position: absolute;
	top: 8px;
	right: 195px;
	color: #333;
	font-size: 11px;
	font-weight: normal;
}
#headerBox2 #userPoint span {
	padding-right: 2px;
	color: #f00;
	font-size: 13px;
	font-weight: bold;
}
#headerBox2 #balloon {
	position: absolute;
	bottom: 0;
	left: -122px;
	width: 105px;
	height: 40px;
	padding: 6px 8px;
	color: #f24;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	line-height: 1.4;
	background: #fff;
	border: 3px solid #f24;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#headerBox2 #balloon:before {
	position:absolute;
	bottom: 8px;
	right: -12px;
	display: block;
	content: "";
	width: 0;
	border: 9px solid transparent;
	border-left-color: #f24;
	border-right-width: 0;
}
#headerBox2 #balloon:after {
	position:absolute;
	bottom: 8px;
	right: -8px;
	display: block;
	content: "";
	width: 0;
	border: 9px solid transparent;
	border-left-color: #fff;
	border-right-width: 0;
}
#headerBox2 .cell1 {
	display: table-cell;
	width: 120px;
	height: 47px;
	padding-left: 15px;
	vertical-align: bottom;
}
#headerBox2 .cell2 {
	display: table-cell;
	width: 120px;
	height: 47px;
	padding-left: 10px;
	vertical-align: bottom;
}
#headerBox2 .cell3 {
	display: table-cell;
	width: 120px;
	height: 47px;
	padding: 0 10px 0 10px;
	vertical-align: bottom;
}
#headerBox2 .cell4 {
	display: table-cell;
	width: 180px;
	border-left: 1px solid #ccc;
	vertical-align: middle;
}
#headerBox2 .cell4 a {
	position: relative;
	display: block;
	height: 46px;
	padding: 0 15px 0 10px;
	color: #333;
	background: url("/img/bg/bg_cart_off.png") no-repeat;
	background-position: 10px 6px;
}
#headerBox2 .cell4 a:hover {
	color: #f60;
	background: url("/img/bg/bg_cart_on.png") no-repeat;
	background-position: 10px 6px;
}
#headerBox2 .cell4 a .info1 {
	position: absolute;
	top: 6px;
	left: 20px;
	width: 48px;
	color: #f60;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
#headerBox2 .cell4 a .info2 {
	position: absolute;
	top: 8px;
	left: 75px;
	width: 90px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
#headerBox2 .cell4 a .info3 {
	position: absolute;
	bottom: 0;
	right: 15px;
	font-size: 13px;
	font-weight: bold;
}
#headerBox2 a.btn {
	display: block;
	padding: 6px 10px 6px 6px;
	color: #333;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	background: -webkit-linear-gradient(top,#fafafa,#e0e0e0);
	background: -moz-linear-gradient(top,   #fafafa,#e0e0e0);
	background: linear-gradient(to bottom,  #fafafa,#e0e0e0);
	border: 1px solid #999;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
#headerBox2 a.btn span {padding-right: 10px;}
#headerBox2 a.btn:hover {
	background: -webkit-linear-gradient(top,#faffff,#d0ffff);
	background: -moz-linear-gradient(top,   #faffff,#d0ffff);
	background: linear-gradient(to bottom,  #faffff,#d0ffff);
}
#topMenu {
	margin-bottom: 5px;
}
#dropDown {
	width: 1200px;
	display: flex;
	justify-content: space-between;
}
#dropDown li {
	position: relative;
	width: auto !important;
	flex: 1;
	margin-right: 4px;
}
#dropDown > li:nth-child(1) {width: 145px;}
#dropDown > li:nth-child(2) {width: 145px;}
#dropDown > li:nth-child(3) {width: 132px;}
#dropDown > li:nth-child(4) {width: 140px;}
#dropDown > li:nth-child(5) {width: 170px;}
#dropDown > li:nth-child(6) {width: 195px;}
#dropDown > li:nth-child(7) {width: 145px;margin-right: none;}
#dropDown > li > a {
	display: block;
	/*padding: 7px 0 6px 0;*/
	color: #fff;
	font-size: 17px;
	padding: 10px 0;
	font-weight: 900;
	text-align: center;
	background: #0090f0;
}
#dropDown li a:hover {
	color: #fff;
	background: #f80;
}
#dropDown li ul {
	display: none;
	position: absolute;
	left: 0;
	z-index: 999;
	list-style: none;
}
#dropDown li ul li {
	width: 100% !important;
	float: none;
	margin-left: -1px;
	border: 1px solid #fff;
	border-bottom: none;
}
#dropDown li ul li:last-child {
	border-bottom: 1px solid #fff;
}
#dropDown > li:nth-child(2) ul li {width: 180px;}
#dropDown > li:nth-child(5) ul li {width: 170px;}
#dropDown > li:nth-child(6) ul li {width: 195px;}
#dropDown li ul li a {
	display: block;
	padding: 7px 20px 6px 10px;
	color: #0090f0;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	background: #fff;
}
#dropDown li ul li a:hover {
	background: #f80;
	color: #fff;
	top: 0px;
	left: 0px;
}
.trackingBtn{
	margin: 0 auto;
}
.flowArea{
	width: auto !important;
}
.mainText{
	width: auto !important;
}
.mainText p{
	font-size: 16px;
	line-height: 1.6;
}
p.log-pass {
	position: relative;
    font-size: 13px;
    margin-left: 16px;
}/*これはなし*/
p.log-pass a{
	text-decoration: underline;
	cursor: pointer;
}
p.log-pass:before {
    content: "\f111";
    font-family: FontAwesome;
    font-size: 11px;
	color: #8f8e8e;
	margin-right: 5px;
}
.searchArea#headerSearch{
	margin: 32px 0 20px 0 !important;
}
/*--------------------------------------------------*/
/*	検索窓											*/
/*--------------------------------------------------*/
.searchArea {
	position: relative;
	margin: 20px 10px;
	padding: 15px;
	background: #eafafa;
	border: 2px solid #90eaea;
}
.searchArea#headerSearch {
	margin: 15px 0 20px 0;
	padding: 0;
	background: none;
	border: none;
}
.searchArea .search {
	position: relative;
	width: 520px;
	height: 32px;
}
.searchArea#headerSearch .search {
	width: 680px;
	margin: 0 auto;
}
.searchArea .search .input {
	position: relative;
	width: 454px;
	height: 32px;
	margin-right: 63px;
	padding-left: 40px;
	background: #fff;
	border: 3px solid #0090f0;
	border-right: none;
	border-radius: 3px 0 0 3px;
}
.searchArea#headerSearch .search .input {
	width: 614px;
}
.searchArea .search .input:after {
	position: absolute;
	top: 0;
	left: 0;
	height: 32px;
	width: 40px;
	color: #909090;
	font-family: FontAwesome;
	font-style: normal;
	font-size: 18px;
	content: "\f002";
	line-height: 32px;
	text-align: center;
}
.searchArea .search .input input {
	display: block;
	height: 24px;
	width: 100%;
	margin-left: -40px;
	padding: 4px 0 4px 40px;
	font-size: 20px;
	line-height: 24px;
	border: none;
}
.searchArea .search .submit {
	position: absolute;
	top: 0;
	right: -40px;
	width: 60px;
	height: 32px;
	border: 3px solid #0090f0;
	border-left: none;
	border-radius: 0 3px 3px 0;
}
.searchArea .search .submit input {
	display: block;
	width: 60px;
	height: 32px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 32px;
	text-align: center;
	background: #0090f0;
	border: none;
}
.searchArea .search .submit input:hover {
	background: #f80;
}
.searchArea .text {
	position: absolute;
	top: -4px;
	left: 135px;
	padding: 4px 10px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	line-height: 19px;
	background: #0090f0;
	border-radius: 3px;
}
.searchArea .text:before {
	position:absolute;
	top: 50%;
	right: -7px;
	width: 0;
	margin-top: -7px;
	content: "";
	border: 8px solid transparent;
	border-left-color: #0090f0;
	border-right-width: 0;
}
.searchArea .subText {
	padding: 15px 10px 0 10px;
	color: #303030;
	font-size: 14px;
	line-height: 20px;
}
/*サーチフォームの検索窓*/
.search-imgbox {
	text-align: center;
	margin: 20px 0;
}
.formarea {
	margin: 10px 0 30px;
    /*border: 2px solid #b7b7b7;*/
}
.formarea.f-kakoi {
    border: 2px solid #ccc;
    padding: 45px;
}
.formarea p.txtl-ttl{
font-size: 18px;
width: 180px;
text-align: left;
background: #0090f0;
color: #fff;
padding: 9px;
margin-right: 10px;
text-align: center;
font-weight: bold;	
border-radius: 3px;

}
.cell1txtlog,.cell2txtlog {
justify-content: space-between;
display: flex;
align-items: center;
padding: 10px;
font-size: 18px;
}
.cell3btnlog {
text-align: center;
margin-top: 12px;
}
form.f-login .disabled {
width: 450px;
padding: 7px;
}
input.logbutton{
display: inline-block;
/* border-radius: 5%; */
font-size: 18pt;
text-align: center;
cursor: pointer;
width: 300px;
padding: 15px 12px;
background: #f80;
color: #ffffff;
line-height: 1em;
transition: .3s;
box-shadow: 2px 2px 2px #666666;
border: 2px solid #f80;
font-weight: bold;
border-radius: 12px;
}
input.logbutton:hover{
box-shadow    : none;
}
p.fw-cl-c {
text-align: center;
font-weight: bold;
font-size: 17px;
margin-top: 50px;
}
p.fw-cl-c2 {
text-align: center;
font-weight: bold;
font-size: 17px;
}
p.fw-cl-c span,p.fw-cl-c2 span{
background: linear-gradient(transparent 60%, #ffff66 60%);
}
a.btn-mail {
font-size: 16px;
color: #00d;
}
/*--------------------------------------------------*/
/*	パンくずリスト									*/
/*--------------------------------------------------*/
#breadcrumb {
	position: relative;
	margin: 0 10px 10px 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
#breadcrumb li {
	display: inline-block;
	padding: 6px 0;
	font-size: 14px;
	line-height: 1;
}
#breadcrumb li:last-child {
	height: 12px;
	color: #303030;
	font-weight: bold;
}
#breadcrumb li:not(:last-child):after {
	display: inline-block;
	content: "\f105";
	font-family: FontAwesome;
	font-style: normal;
	padding: 0 6px;
	color: #888;
}
#breadcrumb li a {
	color: #0030d0;
	text-decoration: underline;
}
/*--------------------------------------------------*/
/*	フッター										*/
/*--------------------------------------------------*/
#return {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index:999;
	text-align: center;
}
#return.on_chatbot {
	bottom: 180px;
}
footer {
	width: 1200px;
	margin-top: 30px;
}
#footerTitle {
	font-size: 18px;
	padding: 11px 0;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: #0090f0;
}
#footerBox {
	width: 1054px;
	margin: 20px auto 30px auto;
}
#footerBox li {
	display: inline-block;
	width: 180px;
	margin: 0 2px;
	padding: 10px;
	text-align: center;
	border: 1px solid #bbb;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#footerBox .title {
	margin-bottom: 10px;
	padding: 6px 0;
	color: #4ab;
	font-size: 16px;
	font-weight: bold;
	background: #aee;
}
#bottomMenu {
	display: table;
	width: 900px;
	margin: 0 auto 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #cccccc;
}
#bottomMenu ul {
	display: table-cell;
	width: 180px;
}
#bottomMenu ul li {
	padding: 5px 5px 5px 17px;
	background: url("../img/bg/bg_arrow4.png") no-repeat left center;
}
#knowledgeMenu {
	display: table;
	width: 900px;
	margin: 0 auto 20px;
}
#knowledgeMenu ul {
	display: table-cell;
	width: 900px;
}
#knowledgeMenu ul li {
	float: left;
	width: 158px;
	padding: 5px 5px 5px 17px;
	background: url("../img/bg/bg_arrow4.png") no-repeat left center;
}
#knowledgeMenu ul li.parent {
	font-weight: bold;
}
#bottomMenu ul li,#knowledgeMenu ul li {
	font-size: 13px !important;
    margin-bottom: 3px !important;
	white-space: nowrap;
}
#copyright {
	margin-top: 20px;
	padding: 20px 0;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 1.5;
	background: #777;
}
/*--------------------------------------------------*/
/*	左メニュー										*/
/*--------------------------------------------------*/
#left > a,
#left > img {
	display: block;
	width: 190px;
	margin-bottom: 10px;
}
#left > a:hover > img {
	opacity: 0.7;
}
#trackingBox {
	position: relative;
    width: 220px;
    height: 105px;
    margin-bottom: 10px;
    padding: 10px;
    background: url(/img/bg/bg_tracking.png) no-repeat #bce;
    background-position: 1px 38px;
    box-sizing: border-box;
}
#trackingBox .title {
	padding-bottom: 23px;
	font-size: 15px;
	font-weight: bold;
}
#trackingBox input[type="text"] {width: 120px;}
#trackingBox input[type="submit"] {width: 40px;display: block;}
#leftMenu {
	margin-bottom: 10px;
	padding: 10px;
	background: #e0e0e0;
	overflow: hidden;
}
#leftMenu .parent {
	font-size: 15px;
	padding: 3px 0 10px 16px;
	font-weight: bold;
	background: url("/img/bg/bg_arrow1.png") no-repeat 0 3px;
}
#telBox, #faxBox, #mailBox {
    width: 215px !important;
}
#leftMenu .child {
	margin-left: 10px;
	padding: 0 0 6px 12px;
	font-size: 12px;
}
#searchMenu {
	margin-bottom: 10px;
}
#searchMenu a,
#searchMenu a img {
	display: block;
}
#searchMenu a:hover {
	color: #511;
	opacity: 0.7;
}
.menuTitle {
	padding: 11px 10px;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    line-height: 19px;
    background: #0090f0;
}

#telBox,
#faxBox,
#mailBox {
	width: 186px;
	margin-bottom: 10px;
	background: #fff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#telBox  {border: 2px solid #e00;}
#faxBox  {border: 2px solid #f72;}
#mailBox {border: 2px solid #f44;}
#telBox .info1,
#faxBox .info1,
#mailBox .info1 {
	position: relative;
	padding: 6px 8px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
}
#telBox  .info1 {	background: #e00;}
#faxBox  .info1 {	background: #f72;}
#mailBox .info1 {	background: #f44;}
#telBox .info1 span,
#faxBox .info1 span,
#mailBox .info1 span {
	position: absolute;
	top: 4px;
	right: 8px;
	display: block;
	padding: 3px 4px;
	color: #f00;
	font-size: 12px;
	background: #fff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
#telBox .info2,
#faxBox .info2,
#mailBox .info2 {
	padding: 8px 6px 0 6px;
	color: #333;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
}
#telBox .info3,
#faxBox .info3,
#mailBox .info3 {
	padding: 10px 0;
	text-align: center;
}
#faxBox .info3 img {
	width: 174px;
}
#faxBox .info3 img:hover {
	opacity: 0.7;
}
#telBox .info4,
#faxBox .info4,
#mailBox .info4 {
	padding: 5px 6px 0 6px;
	color: #531;
	font-size: 12px !important;
	line-height: 1.2;
}
#telBox .info4 {
	font-size: 11px;
}
#faxBox .info5,
#mailBox .info5 {
	padding: 0 8px 10px 8px;
	color: #e00;
	font-size: 11px;
	line-height: 1.3;
}
#telBox .info5 {
	padding: 0 8px 10px 8px;
	font-size: 12px;
	line-height: 1.4;
}
#telBox .info5 a {
	margin: 0 2px;
	color: #00d;
	text-decoration: underline;
}
#telBox .info5 a:hover {
	color: #f60;
}
#mailBox .info3 a {
	display: block;
	position: relative;
	width: 122px;
	height: 50px;
	margin: 0 auto;
	padding-left: 50px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 50px;
	text-decoration: none;
	text-shadow: -1px -1px 1px #888;
	border: solid 1px #e44;
	background: -webkit-linear-gradient(top,#f77,#e55);
	background: -moz-linear-gradient(top,   #f77,#e55);
	background: linear-gradient(to bottom,  #f77,#e55);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#mailBox .info3 a img{
	position: absolute;
	bottom: 10px;
	left: 15px;
}
#mailBox .info3 a:hover {
	opacity: 0.7;
}
#mailBox .info6 {
	padding: 0 10px 10px 0;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}
#mailBox .info6 a {
	color: #00d;
	text-decoration: underline;
}
#left .leftItem {
	margin-bottom: 15px;
	text-align: center;
	border-bottom: 2px dotted #bbb;
}
#left .leftItem .info1 img {
	display: block;
	width: 188px;
	border: 1px solid #ccc;
}
#left .leftItem .info2 {
	padding: 10px 0;
	color: #000;
	font-size: 12px;
	font-weight: bold;
}
#left .leftItem .info3 {
	font-size: 14px;
	font-weight: bold;
}
#left .leftItem .info3 span {
	padding: 0 2px;
}
#left .leftItem .info4 {
	padding: 10px 0 10px 0;
}
#left .leftItem img:hover {
	opacity: 0.7;
}
/*--------------------------------------------------*/
/*	右メニュー										*/
/*--------------------------------------------------*/
#right > a,
#right > img {
	display: block;
	width: 230px;
	margin-bottom: 10px;
}
#right > a:hover > img {
	opacity: 0.7;
}
#rightInfo {
	margin-bottom: 10px;
}
#rightInfo .title {
	padding-left: 18px;
	font-size: 13px;
	font-weight: bold;
	background: url("/img/bg/bg_infotitle.png") no-repeat left top;
}
#rightInfo .body {
	width: auto !important;
/*	height: 300px; */
	height: 800px;
	margin: 3px auto 0 auto;
	padding: 8px 10px;
	font-size: 11px;
	line-height: 1.4;
	overflow: auto;
	background: #fff;
	border: 1px solid #bbb;
	word-break : break-all;
}
#rightInfo .news {
	margin-bottom: 20px;
	line-height: 1.4;
}
#rightInfo .news .info1 {
	color: #b22;
	font-size: 13px;
	font-weight: bold;
}
#rightInfo .news .info2 {
	margin-bottom: 5px;
	color: #333;
	font-size: 13px;
	font-weight: bold;
}
#rightInfo .news .info3 {
	color: #333;
	font-size: 12px;
}
#right .rightItem {
	margin-bottom: 15px;
	text-align: center;
	border-bottom: 2px dotted #bbb;
}
#right .rightItem .info1 img {
	display: block;
	width: 200px;
	margin: 0 auto;
	border: 1px solid #ccc;
}
#right .rightItem .info2 {
	padding: 10px 0;
	color: #000;
	font-size: 12px;
	font-weight: bold;
}
#right .rightItem .info3 {
	font-size: 14px;
	font-weight: bold;
}
#right .rightItem .info3 span {
	padding: 0 2px;
}
#right .rightItem .info4 {
	padding: 10px 0 10px 0;
}
#right .rightItem img:hover {
	opacity: 0.7;
}
/*--------------------------------------------------*/
/*	商品一覧										*/
/*--------------------------------------------------*/
.itemList {
	width: auto;
	display: flex;
	/*justify-content: space-between;*/
	flex-wrap: wrap;
	margin-top: 5px;
	/* border-left: 2px dotted #bbb; */
}
.itemList .itemBox {
	width: 22.5%;
	padding: 8px;
	margin-bottom: 24px;
	/* border-top: 2px dotted #bbb;
	border-right: 2px dotted #bbb; */
}
.itemList .itemBox:nth-child(1) {border-top: none;}
.itemList .itemBox:nth-child(2) {border-top: none;}
.itemList .itemBox:nth-child(3) {border-top: none;}
.itemList .itemBox:nth-child(4) {border-top: none;}
.itemList .itemBox .info1 {
	position: relative;
	border: 1px solid #b0b0b0;
	width: 100% !important;
	text-align: center;
	height: 125px;
	display: flex;
align-items: center;
justify-content: center;
}
.itemList .itemBox .info1 a{
	display: block;
}
.itemList .itemBox .info1 a img {
	width: 144px;
	height: 108px;
}
.itemList .itemBox .info1 a img:hover {
	opacity: 0.7;
}
.itemList .itemBox .info1 img.osusume {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    width: 105px;
}
img.osusume.prd{
    border: none !important;
    position: absolute;
    top: 30px;
    right: 80px;
    z-index: 3;
    width: 140px !important;
	}
.itemList .itemBox .info2 {
	font-size: 15px;
	height: 45px;
	padding-top: 5px;
	font-weight: bold;
	line-height: 1.3;
	overflow: hidden;
}
.itemList .itemBox .info2 a {
	color: #b22;
	text-decoration: underline;
}
.itemList .itemBox .info2 a:hover {
	color: #b77;
}
.itemList .itemBox .info3 {
	display: table;
	height: 22px;
	text-align: center;
	width: auto;
	display: flex !important;
	justify-content: space-between;
	margin-bottom: 5px;
}
.itemList .itemBox .info3 p {
	display: table-cell;
	height: 15px;
	padding: 3px 0 4px 0;
	/*text-align: center;*/
	text-align:left;
	vertical-align: bottom;
}
.itemList .itemBox .info3 p:nth-child(1) {
	width: auto !important;
		font-size: 14px;
	color: #00d;
	font-weight: bold;
}
.itemList .itemBox .info3 p:nth-child(2) {
	width: auto;
		font-size: 18px;
	/*padding-right: 8px;*/
	color: #f00;
	font-weight: bold;
	text-align: right;
}
.itemList .itemBox .info3 p span {
    padding-right: 6px;
    color: #333;
    font-size: 11px;
    font-weight: normal;
    /*width: 70%;
    display: inline-block;
    margin-bottom: 5px;*/
}
.itemList .itemBox .info3 p.ng {
	color: #f00;
}
.itemList .itemBox .info4 {
	font-size: 14px;
	line-height: 1.5;
	overflow: hidden;
height: 84px;
position: relative;
	color: #2a2a2a;
}
.itemList .itemBox .info4:before{
	content: "･･･";
bottom: 0;
right: 0px;
position: absolute;
background: #fff;
font-size: 12px;
height: 20px;
}
.itemList .itemBox .info5 a {
	display: block;
	width: 100px;
	margin: 7px auto 0 auto;
	padding: 6px 0;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	background: #0090f0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.itemList .itemBox .info5 a:hover {
	background: #f80;
}

/*--------------------------------------------------*/
/*	あしとみ追加(20/07/20) テキスト内部リンク										*/
/*--------------------------------------------------*/
.itemlink {
	text-align: right;
	padding: 12px 12px 24px;
}
.itemlink a {
	display: inline-block;
	color: #03c;
	font-size: 18px;
}
.itemlink a:hover {
	text-decoration: underline;
}
.itemlink a::after {
	content: "\f054";
	font-family: FontAwesome;
	padding-left: 8px;
	color: #888;
	font-size: 12px;
}

/*--------------------------------------------------*/
/*	カート～登録情報の確認まで						*/
/*--------------------------------------------------*/
.cartTable {
	width:749px;
}
.cartTable th {
	padding: 6px 0;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background: #f0f0f0;
	border: 1px solid #bbb;
	border-right: none;
}
.cartTable td {
	padding: 5px 0;
	font-size: 13px;
	text-align: center;
	background: #fff;
	border-left: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}
.cartTable th:last-child,
.cartTable td:last-child {
	border-right: 1px solid #bbb;
}
.cartTable th:nth-child(2) {width: 70px;}
.cartTable th:nth-child(3) {width: 130px;}
.cartTable th:nth-child(4) {width: 80px;}
.cartTable th:nth-child(5) {width: 60px;}
.cartTable td:nth-child(1) {width: 90px;}
.cartTable td:nth-child(2) {padding-left: 10px;text-align: left;border-left: none;}
.cartTable td:nth-child(3) {width: 70px;}
.cartTable td:nth-child(4) {width: 130px;}
.cartTable td:nth-child(5) {width: 80px;}
.cartTable td:nth-child(6) {width: 60px;}
.cartTable td:nth-child(1) img {width: 80px;}
.cartTable td:nth-child(4) input[type="text"] {
	width: 35px;
	padding: 3px 5px;
	text-align: right;
}
.cartTable td:nth-child(4) input[type="submit"] {
	width: 40px;
	margin-left: 6px;
	text-align: center;
}
.cartTable td:nth-child(6) input[type="submit"] {
	width: 40px;
	text-align: center;
}
.cartTable2 {
	width: 749px;
	margin-bottom: 30px;
}
.cartTable2 td {
	padding: 5px 0;
	font-size: 13px;
	text-align: center;
	background: #fff;
	border-left: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}
.cartTable2 td:nth-child(1) {width: px;padding: 5px 10px;font-size: 14px;line-height: 1.4;text-align: right;}
.cartTable2 td:nth-child(2) {width: 80px;}
.cartTable2 td:nth-child(3) {width: 60px;border-right: 1px solid #bbb;}
.cartTable2 tr:nth-child(2) td:nth-child(1) {padding: 8px 10px;}
.cartTable2 tr:nth-child(2) td:nth-child(2) {padding: 8px 0;}
.cartTable2 tr:nth-child(2) td:nth-child(3) {padding: 8px 0;}
.cartTable2 tr:nth-child(3) td:nth-child(1) {padding: 8px 10px;font-size: 14px;font-weight: bold;}
.cartTable2 tr:nth-child(3) td:nth-child(2) {padding: 8px 0;color: #f00;font-size: 16px;font-weight: bold;}
.cartTable2 tr:nth-child(3) td:nth-child(3) {padding: 8px 0;}

.cartTable2 td:nth-child(1) {width: px;padding: 8px 10px;font-size: 14px;line-height: 1.4;text-align: right;}
.cartTable2 td:nth-child(2) {width: 80px;padding: 8px 0;}
.cartTable2 td:nth-child(3) {width: 60px;padding: 8px 0;border-right: 1px solid #bd7;}
.cartTable2 td.td1_1 {padding: 5px 10px;}
.cartTable2 td.td1_2 {padding: 0;}
.cartTable2 td.td1_3 {padding: 0;}
.cartTable2 td.td2_1 {}
.cartTable2 td.td2_2 {}
.cartTable2 td.td2_3 {}
.cartTable2 td.td3_1 {}
.cartTable2 td.td3_2 {}
.cartTable2 td.td3_3 {}
.cartTable2 td.td4_1 {font-size: 14px;font-weight: bold;}
.cartTable2 td.td4_2 {color: #f00;font-size: 16px;font-weight: bold;}
.cartTable2 td.td4_3 {}


.cartTable2 td.td1_1 span {
	padding: 0 5px;
	color: #f00;
	font-size: 16px;
	font-weight: bold;
}
.cartTable2 td.td1_2 p {
	padding-bottom: 5px;
	color: #f00;
	font-size: 11px;
	font-weight: bold;
}
.cartTable2 td.td1_2 input[type="text"] {
	width: 40px;
	margin-right: 3px;
	padding: 3px 3px;
	text-align: right;
}
.cartTable2 td.td2_2 input[type="text"] {
	width: 60px;
	padding: 3px 3px;
	text-align: left;
}
.cartTable2 input[type="submit"] {
	width: 40px;
	text-align: center;
}
.cartTable3 {
	width: 650px;
	margin-bottom: 30px;
}
.cartTable3 tr:nth-child(1) th {
	padding: 6px 0;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background-color: #f0f0f0;
	border: 1px solid #bbb;
	border-right: none;
}
.cartTable3 td {
	font-size: 13px;
	text-align: center;
	background: #fff;
	border-left: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}
.cartTable3 tr:nth-child(1) th:last-child,
.cartTable3 td:last-child {
	border-right: 1px solid #bbb;
}
.cartTable3 td:nth-child(1) {width: 70px;padding: 3px 0;}
.cartTable3 td:nth-child(2) {padding-left: 10px;text-align: left;border-left: none;}
.cartTable3 td:nth-child(3) {width: 90px;}
.cartTable3 td:nth-child(4) {width: 60px;}
.cartTable3 td:nth-child(5) {width: 110px;padding-right: 10px;text-align: right;}
.cartTable3 td:nth-child(1) img {width: 40px;}
.cartTable3 tr.info1 td {width: 110px;padding-right: 10px;font-size: 14px;text-align: right;}
.cartTable3 tr.info2 td {width: 110px;padding-right: 10px;font-size: 14px;text-align: right;}
.cartTable3 tr.info3 td {width: 110px;padding-right: 10px;color: #f00;font-size: 16px;font-weight: bold;text-align: right;}
.cartTable3 tr.info1 th,
.cartTable3 tr.info2 th,
.cartTable3 tr.info3 th {
	padding: 8px 10px;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	border: 1px solid #bbb;
	border-top: none;
}
.cartTable4 {
	margin-top: 10px;
	width: 750px;
}
.cartTable4 a {
	color: #00d;
	text-decoration: underline;
}
.cartTable4 a:hover {
	color: #f00;
}
.cartTable4 th {
	width: 150px;
	padding: 8px 12px;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	line-height: 1.6;
	background-color: #f0f0f0;
	border: 1px solid #bbb;
	border-top: none;
}
.cartTable4 td {
	padding: 12px 16px;
	font-size: 14px;
	line-height: 1.6;
	background-color: #fff;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}
.cartTable4 tr:first-child th,
.cartTable4 tr:first-child td {
	border-top: 1px solid #bbb;
}
.cartTable4 tr:last-child td {
	padding-top: 20px;
	text-align: center;
	border: none;
}
.cartTable4 th span {
	float: right;
	display: block;
	color: #f00;
	font-size: 11px;
	font-weight: bold;
}
.cartTable4 td p {
	padding-top: 5px;
	color: #c00;
	font-size: 12px;
	line-height: 14px;
}
.cartTable4 input[type="text"] {
	padding: 4px 6px;
	font-size: 15px;
}
.cartTable4 .input1 {
	width: 130px;
	margin: 0 10px 0 5px;
}
.cartTable4 .input2 {
	width: 130px;
	margin: 0 0 0 5px;
}
.cartTable4 .input3 {
	width: 110px;
	margin-right: 10px;
}
.cartTable4 .input4 {
	width: 170px;
}
.cartTable4 .input5 {
	width: 360px;
}
.cartTable4 .input6 {
	width: 360px;
	margin-bottom: 5px;
}
.cartTable4 .input7 {
	width: 60px;
	margin: 0 5px;
}
.cartTable4 .input8 {
	width: 40px;
	margin: 0 5px 0 10px;
}
.cartTable4 .input9 {
	width: 110px;
	margin-left: 10px;
	margin: 5px 0 5px 10px;
}
.cartTable4 .input10 {
	margin: 0 0 5px 10px;
	width: 300px;
}
.cartTable4 textarea {
	display: block;
	width: 360px;
	height: 80px;
	margin-bottom: 5px;
	padding: 6px 8px;
	font-size: 13px;
	line-height: 1.4;
}
.cartTable4 input[type="checkbox"] {
	margin-right: 10px;
}
.cartTable4 input[type="submit"] {
	width: 198px;
	padding: 14px 0;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.cartTable4 .select_pay li {
	margin: 0 0 10px 0;
	font-size: 14px;
	line-height: 1.6;
}
.cartTable4.check td {
	font-size: 14px;
	font-weight: bold;
}
.cartTable4.check .btnArea2 {
	position: relative;
	width: 100%;
	height: 50px;
	margin: 20px 0;
}
.cartTable4.check .btnArea2 .btn1 {
	position: absolute;
	top: 0;
	left: 110px;
}
.cartTable4.check .btnArea2 .btn2 {
	position: absolute;
	top: 0;
	left: 340px;
}
#tr0 input {
	display: none;
}
#tr0 label {
	float: left;
	cursor: pointer;
	padding: 5px 10px;
	border: solid 1px #bbb;
	margin-left: -1px;
	background: #f0f0f0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
label#label1 {
	border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
}
label#label2 {
	border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
}
#tr0 input:checked+label {
	color: #fff;
	background: #444;
	border: solid 1px #333;
}
/*生年月日プルダウン形式変更（2020/10/13）*/
.cartTable4 select.input7{
    width: 70px !important;
    padding: 4px 6px;
    font-size: 15px;
    background: transparent;
}
.cartTable4 select.input8 {
    padding: 4px 6px;
    font-size: 15px;
    width: 60px;
    background: transparent;
}
/*--------------------------------------------------*/
/*	購入フロー・注文完了ページ専用					*/
/*--------------------------------------------------*/
.flowBtn {
	width: 630px;
	margin: 0 auto 20px;
	padding: 10px 10px;
}
.flowBtn li {
	float: left;
	display: inline-block;
	width: 148px;
	height: 128px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center bottom;
	border: solid 1px #08b;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.flowBtn li:not(:first-child) {
	margin-left: 10px;
}
.flowBtn li a {
	display: block;
	width: 148px;
	height: 118px;
}
.flowBtn li .title {
	padding: 5px 8px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	background: #08b;
}
.flowBtn li.end {
	border: solid 1px #444;
}
.flowBtn li.end .title {
	background: #444;
}
.flowBtn li:not(.end):hover {
	border: solid 1px #f60;
}
.flowBtn li a:hover .title {
	background: #f60;
}
.flowBtn li.end {background-image: url("../img/bg/bg_flow1_2.png");}
.flowBtn li:not(.end):nth-child(1) {background-image: url("../img/bg/bg_flow1.png");}
.flowBtn li:not(.end):nth-child(2) {background-image: url("../img/bg/bg_flow2.png");}
.flowBtn li:not(.end):nth-child(3) {background-image: url("../img/bg/bg_flow3.png");}
.flowBtn li:not(.end):nth-child(4) {background-image: url("../img/bg/bg_flow4.png");}
.flowArea {
	position: relative;
	width: 604px;
	margin: 0 10px;
	padding: 10px 12px;
	line-height: 1.6;
	border: 1px solid #08b;
	background: #fff;
	border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
}
.flowArea.japan {
	border: 1px solid #e44;
}
.flowArea .end {
	position: absolute;
	top: -33px;
	right: 20px;
	z-index: 1;
}
.flowArea a {
	color: #00d;
	font-weight: bold;
	text-decoration: underline;
}
.flowArea a:hover {
	color: #f00;
}
.trackingBtn {
	width: 640px;
	padding: 10px 5px;
}
.trackingBtn li {
	float: left;
	display: inline-block;
	width: 118px;
	margin: 0 5px;
}
.trackingBtn li a {
	position: relative;
	display: block;
	width: 116px;
	height: 116px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center bottom;
	border: solid 1px #08b;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.trackingBtn li.japan a {
	border: solid 1px #e44;
}
.trackingBtn li:nth-child(1) a {background-image: url("/img/tracking/flow1.png");}
.trackingBtn li:nth-child(2) a {background-image: url("/img/tracking/flow2.png");}
.trackingBtn li:nth-child(3) a {background-image: url("/img/tracking/flow3.png");}
.trackingBtn li:nth-child(4) a {background-image: url("/img/tracking/flow4.png");}
.trackingBtn li:nth-child(5) a {background-image: url("/img/tracking/flow5.png");}
.trackingBtn li a:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 50px solid #08b;
	border-right: 50px solid transparent;
}
.trackingBtn li.japan a:before {
	border-top: 50px solid #e44;
}
.trackingBtn li a .corner {
	position: absolute;
	top: 11px;
	left: 1px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.trackingBtn li a .btnTitle {
	position: absolute;
	bottom: 2px;
	left: 0;
	width: 100%;
	color: #08b;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.trackingBtn li.japan a .btnTitle {
	color: #e44;
}
.trackingBtn li a:hover {border: solid 1px #d00;}
.trackingBtn li a:hover:before {border-top: 50px solid #d00;}
.trackingBtn li a:hover .btnTitle {color: #d00;}
.flowArea .tracking {
	width: 604px;
	margin-bottom: 18px;
}
.flowArea .tracking td {
	text-align: center;
	vertical-align: middle;
}
.flowArea .tracking td:first-child {
	width: 120px;
	padding: 0 15px 0 5px;
}
.flowArea .tracking td:first-child p {
	color: #000;
	font-size: 14px;
	font-weight: bold;
}
.flowArea .tracking td:first-child img {
	width: 120px;
}
.flowArea .tracking td:last-child {
	width: 464px;
}
.flowArea .tracking td:last-child a {
	display: block;
	width: 460px;
	max-height: 160px;
	overflow: hidden;
	margin-bottom: 2px;
	padding: 1px;
	border: 1px solid #bbb;
}
.flowArea .tracking td:last-child a:hover {
	padding: 0;
	border: 2px solid #f60;
}
.flowArea .tracking td:last-child a img {
	width: 414px;
}
.flowArea .tracking td:last-child p {
	color: #f00;
	font-size: 15px;
	font-weight: bold;
}
.mailInfo {
	width: 610px;
	margin: 10px auto;
	padding: 10px;
	color: #fff;
	font-weight: bold;
	background: #e00;
}
.mailInfo .title {
	position: relative;
	padding-left: 70px;
	font-size: 23px;
	line-height: 32px;
}
.mailInfo .title i {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 64px;
	line-height: 1.0;
}
.mailInfo .body {
	margin-top: 10px;
	padding: 10px;
	font-size: 15px;
	line-height: 1.3;
	border: 2px solid #fff;
}
.mailInfo .body a {
	display: block;
	width: 230px;
	margin: 10px auto;
	padding: 12px 0;
	color: #333;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.0;
	text-align: center;
	text-decoration: none;
	background: -webkit-linear-gradient(top,#fcfcfc,#dadada);
	background: -moz-linear-gradient(top,   #fcfcfc,#dadada);
	background: linear-gradient(to bottom,  #fcfcfc,#dadada);
	border: 1px solid #888;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.mailInfo .body a:hover {
	background: -webkit-linear-gradient(top,#eff,#e0ffff 50%,#bfefef 51%,#b0e0e0);
	background: -moz-linear-gradient(top,   #eff,#e0ffff 50%,#bfefef 51%,#b0e0e0);
	background: linear-gradient(to bottom,  #eff,#e0ffff 50%,#bfefef 51%,#b0e0e0);
}
.mailInfo .body p {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}

/* 20170522追記　ここから */
#payment_bank {
	display: none;
}
.cartTable4 .paymentMessage {
	margin: 10px 15px;
	padding: 6px 8px;
	background: #fff;
	border: 3px double #ea0000;
}
.cartTable4 .paymentMessage p {
	color: #000;
	font-size: 13px;
	line-height: 1.4;
	vertical-align: bottom;
}
.cartTable4 .paymentMessage p.messageTitle {
	padding-bottom: 5px;
	color: #f00000;
	font-size: 14px;
	font-weight: bold;
}
.cartTable4 .paymentMessage p strong {
	padding: 0 2px;
	font-weight: bold;
}
.cartTable4 .paymentMessage .messagePrice {
	padding: 4px 0;
	font-size: 16px;
	text-align: center;
}
.cartTable4 .paymentMessage .messagePrice i {
	padding: 0 10px;
}
.payment_select_btn {
	margin: 20px 0;
	font-size: 0;
	text-align: center;
	vertical-align: bottom;
}
.payment_select_btn li {
	display: inline-block;
	width: 200px;
	margin: 0 10px;
	padding: 12px 0;
	color: #808080;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	background: #f0f0f0;
	border: 1px solid #808080;
	border-radius: 4px;
}
.payment_select_btn li:hover,
.payment_select_btn li.on {
	color: #fff;
	background: #404040;
	border: 1px solid #303030;
}
.payment_select_btn li.on {
	width: 240px;
	padding: 14px 0;
	font-size: 20px;
	cursor: auto;
}
.payment_select_btn.btn3 li {
	width: 150px;
	margin: 0 8px;
}
.payment_select_btn.btn3 li.on {
	width: 200px;
}
.payment_select_btn.btn4 li {
	width: 124px;
	margin: 0 8px 0 0;
	font-size: 14px;
}
.payment_select_btn.btn4 li:last-child {
	margin: 0 0 0 0;
}
.payment_select_btn.btn4 li.on {
	width: 140px;
	padding: 16px 0;
}
.payment_box {
	width: 541px;
	margin: 20px auto;
	border: 1px solid #b0b0b0;
}
.payment_box_title {
	position: relative;
	padding: 10px 20px;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	background: #f0f0f0;
	border-bottom: 1px solid #b0b0b0;
}
.payment_box_title span {
	position: absolute;;
	top: calc(50% - 7px);
	right: 20px;
	font-size: 14px;
	font-weight: normal;
}
.payment_box_body {
	display: table;
	width: 541px;
}
.payment_box_left,
.payment_box_right {
	display: table-cell;
	width: 240px;
	padding: 10px 15px;
	vertical-align: middle;
}
.payment_box_right {
	border-left: 1px solid #d0d0d0;
}
.payment_box_body table {
	width: 240px;
	margin: 0 auto;
}
.payment_box_body .payment_box_right table {
	width: 180px;
}
.payment_box_body table th {
	width: 90px;
	padding: 8px 0;
	font-size: 16px;
	font-weight: normal;
	line-height: 1;
	text-align: right;
}
.payment_box_body table td {
	padding: 8px 0;
	font-size: 16px;
	line-height: 1;
	text-align: left;
}
.payment_box_body .payment_box_left table td {
	font-weight: bold;
}
.payment_box_body .payment_box_right table td {
	text-align: right;
}
.payment_box_body input,
.payment_box_body img,
.payment_box_body button {
	display: block;
	width: 200px;
	height: 46px;
	margin: 5px auto;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 46px;
}
.payment_box_body .bank button,
.payment_box_body .conveni input {
	color: #2a2a2a;
	text-align: center;
	background: -webkit-linear-gradient(top,#faffff,#dadada);
	background: -moz-linear-gradient(top,   #faffff,#dadada);
	background: linear-gradient(to bottom,  #faffff,#dadada);
	border: 1px solid #808080;
	border-radius: 4px;
}
.payment_box .payment_notice {
	margin: 10px 20px;
	padding: 6px 8px 6px 24px;
	background: #fff0b0;
	border: 1px solid #ffc080;
	border-radius: 4px;
}
.payment_box .payment_notice li {
	padding: 3px 0;
	color: #101010;
	font-size: 13px;
	line-height: 15px;
	list-style: disc;
}
/* 20170522追記　ここまで */





.payTable {
	width: 543px;
	margin: 10px auto;
	line-height: 1.0;
}
.payTable th {
	width: 270px;
	padding: 10px 0;
	color: #000;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	background: #f0f0f0;
	border: 1px solid #bbb;
}
.payTable td {
	width: 250px;
	padding: 5px 10px;
	color: #333;
	font-size: 13px;
	vertical-align: top;
	background: #fff;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
}
.payTable th:last-child {border-left: none;}
.payTable td:last-child {border-left: none;}
.payTable tr:nth-child(1) td {padding: 8px 10px;}
.payTable tr:nth-child(2) td {border-top: 1px solid #bbb;}
.payTable tr:nth-child(3) td {vertical-align: middle;}
.payTable tr:nth-child(4) td {vertical-align: top;}
.payTable tr:nth-child(5) td {border-bottom: 1px solid #bbb;}
.payTable tr:nth-child(6) td {border: none;}
.payTable tr:nth-child(7) td {border: none;}
.payTable .info1 {
	padding: 10px 0 5px 0;
	font-size: 15px;
	text-align: center;
	vertical-align: bottom;
}
.payTable .info1 span {
	padding-right: 2px;
	color: #000;
	font-size: 20px;
	font-weight: bold;
}
.payTable .info1 span.red {
	color: #d00;
}
.payTable .info8 button,
.payTable .info2 input {
	display: block;
	width: 200px;
	margin: 0 auto;
	padding: 10px 0;
	font-size: 16px;
	font-weight: bold;
}
.payTable .info8 button {
	margin: 10px auto;
}
.payTable .info2 input[type=image] {
	margin: 5px auto;
	padding: 0;
}
.payTable .info3 .bank {
	height: 73px;
	margin: 5px auto;
	background: url("/img/bg/bg_bank_spa1.png") no-repeat center top;
}
.payTable .info8 {
	width: 220px;
	margin: 0 auto;
	font-size: 17px;
	font-weight: bold;
	line-height: 25px;
}
.payTable .info3 p:not(.bank),
.payTable .info7 p {
	margin: 0 10px;
	padding: 4px 8px;
	color: #333;
	font-size: 13px;
	line-height: 1.2;
	background: #fea;
	border: 1px solid #fc8;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.payTable .info3 span,
.payTable .info7 span,
.payTable .info7 b {
	color: #e00;
	font-size: 14px;
	font-weight: bold;
}
.payTable .info7 b {
	display: block;
	text-align: center;
}
.payTable .info4 {
	padding: 0 10px 10px 10px;
	font-size: 11px;
	line-height: 1.2;
}
.payTable .info5 {
	font-size: 15px;
	text-align: right;
}
.payTable .info6 {
	padding-top: 5px;
	color: #000;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.payTable .info6 span {
	color: #d00;
	font-size: 28px;
}
.flowArrow {
	margin: 10px 0;
	text-align: center;
}
.flowArrow span {
	padding: 0 6px;
	color: #08b;
	font-size: 36px;
	font-weight: bold;
}
.flowArrow2 {
	width: 580px;
	height: 72px;
	color: #000;
	vertical-align: middle;
}
.flowArrow2 td:nth-child(1) {
	width: 245px;
	padding-top: 5px;
	text-align: right;
}
.flowArrow2 td:nth-child(1) img {
	height: 60px;
}
.flowArrow2 td:nth-child(2) {
	width: 60px;
	padding: 0 15px;
}
.flowArrow2 td:nth-child(2) img {
	width: 60px;
	margin-top: -2px;
}
.flowArrow2 td:nth-child(3) {
	width: 245px;
	padding-top: 5px;
	font-size: 24px;
	font-weight: bold;
}
.flowTable1 {
	width: 552px;
	margin: 10px auto;
	text-align: center;
}
.flowTable1 .title {
	padding: 8px 12px;
	color: #17b;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	background: #aee;
	border: 1px solid #5bc;
}
.flowTable1 .body,
.flowTable1 .body2 {
	max-height: 300px;
	padding: 8px 12px;
	border: 1px solid #5bc;
	border-top: none;
	overflow: hidden;
}
.flowTable1 .body img {
	width: 526px;
}
.flowTable1 .arrow img {
	margin: 10px 0;
}
.flowTable1 .arrow img {
	width: 40px;
}
.flowTable1 .body2 a {
	width: 170px;
	display: inline-block;
}
.flowTable1 .body2 a:nth-child(2) {
	margin: 0 3px;
}
.flowTable1 .body2 a img {
	width: 170px;
}
/*--------------------------------------------------*/
/*	お問い合わせページ専用							*/
/*--------------------------------------------------*/
.contactTable {
	width: 730px;
	margin: 0 10px;
	border-collapse: separate;
}
.contactTable th {
	width: 120px;
	padding: 15px 10px;
	font-weight: bold;
	line-height: 1.5;
	border: 1px solid #bbb;
	background-color: #f0f0f0;
}
.contactTable th span {
	color: #f00;
}
.contactTable td {
	padding: 15px 10px;
	font-size: 15px;
	border: 1px solid #bbb;
}
.contactTable td:not(.noColor) {
	background: #fff;
}
.contactTable tr:last-child td {
	border: none;
}
.contactTable input[type="text"] {
	width: 400px;
	padding: 6px 8px;
	font-size: 16px;
	font-weight: bold;
}
.contactTable label {
	font-size: 15px;
	margin-bottom: 5px;
}
.contactTable select {
	width: 400px;
	padding: 6px 8px;
	font-size: 15px;
}
.contactTable textarea {
	width: 400px;
	height: 120px;
	padding: 6px 8px;
	font-size: 16px;
}
.contactTable input[type="submit"] {
	width: 200px;
	padding: 8px 0;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.0;
}
.submitSelect {
	position: relative;
	height: 50px;
}
.submit1 input[type="submit"] {
	position: absolute;
	top: 15px;
	left: 60px;
}
.submit2 input[type="submit"] {
	position: absolute;
	top: 15px;
	right: 60px;
}
.errorMsg {
	margin: 3px 0 3px 20px;
	color: #f00;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.0;
}
.errorMsg:first-child {
	margin: 15px 0 3px 20px;
}
.errorMsg2 {
	margin: 3px 0 3px 45px;
	color: #f00;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.0;
}
.errorMsg3 {
	margin: 3px 0;
	color: #f00;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.0;
}
/*--------------------------------------------------*/
/*	購入者の声フォーム専用							*/
/*--------------------------------------------------*/
.expForm {
	width: 620px;
	margin: 15px auto 305px auto;
}
.expFormTitle {
	padding: 8px 10px;
	color: #320;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	background-color: #eee;
	border: 1px solid #555;
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
}
.expFormBody {
	padding: 0 10px;
	color: #000;
	font-size: 14px;
	border: 1px solid #555;
	border-top: none;
	border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
}
.expFormRow {
	padding: 10px 0;
	border-bottom: dotted 2px #bbb;
}
.expFormRow:last-child {
	border-bottom: none;
	text-align: center;
}
.columnTitle1,
.columnTitle2 {
	color: #320;
	font-size: 15px;
	font-weight: bold;
	padding-left: 30px;
	text-align: left;
}
.expFormRow .info1 {
	padding: 5px 0 0 30px;
	color: #d00;
	font-weight: bold;
}
.expFormRow textarea {
	width: 480px;
	height: 100px;
	margin: 10px 50px 0 30px;
	padding: 6px 8px;
	font-size: 14px;
}
.expFormRow input[type="submit"] {
	font-size: 14px;
	margin: 15px 0 5px 0;
	padding: 6px 50px;
}
.expFormRow input[type="text"] {
	font-size: 14px;
	padding: 4px 6px;
}
.expFormRow .input1 {
	width: 20px;
	margin: 0 8px 0 10px;
}
.expFormRow .input2 {
	width: 90px;
	margin: 0 15px 0 10px;
}
.expFormRow .input3 {
	width: 180px;
}
.expFormRow .input4 {
	width: 70px;
	margin-right: 6px;
}
.expFormRow .input5 {
	width: 180px;
	margin-left: 10px;
}
.expFormRow .expError {
	color: #f00;
	font-size: 14px;
	font-weight: bold;
	padding-left: 30px;
	line-height: 1.2;
}
/*--------------------------------------------------*/
/*	商品詳細ページ専用								*/
/*--------------------------------------------------*/
.detailTable {

	/* width: 630px; */
	min-width:941px;
	margin: 20px 0 60px 0;
	color: #000;
}
.detailTable .i1 {
	width: 320px;
	max-width: 320px;
	box-sizing: border-box;
}
.detailTable .i1 img {
	border: 1px solid #ccc;
}
.detailTable .i2 {
	height: 20px;
	font-size: 12px;
}
.detailTable .i2 .inner {
	position: relative;
}
.detailTable .i2 .itemScope {
	position: absolute;
	top: -4px;
	right: 0;
	font-size: 14px;
}
.detailTable .i2 .itemScope .reviewLink {
	position: relative;
	top: -3px;
	display: inline-block;
}
.detailTable .i2 .itemScope a {
	color: #00c !important;
	font-size: 14px !important;
}
.detailTable .i2 .itemScope a:hover {
	text-decoration: underline;
}
.detailTable .i3 {
	padding: 4px 0 10px 0;
	font-size: 20px;
	font-weight: bold;
	line-height: 26px;
}
.detailTable .i4 {
	width: 80px;
	padding: 5px 0;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	background: #f0f0f0;
	border: 1px solid #aaa;
	border-bottom: none;
}
.detailTable .i5 {
	width: 277px;
	padding: 5px 10px;
	font-size: 14px;
	line-height: 18px;
	border-top: 1px solid #bbb;
	border-right: 1px solid #bbb;
}
.detailTable .i6 {
	width: 357px;
	padding: 5px 10px;
	font-size: 14px;
	line-height: 18px;
	border-top: 1px solid #bbb;
	border-right: 1px solid #bbb;
	border-left: 1px solid #bbb;
}
.detailTable .i6 a:link,
.detailTable .i6 a:visited {
	color: #00d;
	text-decoration: underline;
}
.detailTable .i6 a:hover {
	color: #f00;
}
.detailTable .last {
	border-bottom: 1px solid #bbb;
}
.subsetTitle {
	position: relative;
	margin-top: 10px;
	padding-left: 40px;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
}
.subsetTitle:after {
	display: block;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -11px;
	content: "\f0f9";
	color: #f00;
	font-family: FontAwesome;
	font-style: normal;
	font-size: 22px;
	font-weight: normal;
	line-height: 1;
}
.priceTable {
	width: 100%;
	margin: 5px 0 15px;
	color: #000;
}
.priceTable th {
	padding: 5px 0;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	background: #eaeaea;
	vertical-align: middle;
	border-left: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}
.priceTable tr:first-child th {
	border-top: 1px solid #bbb;
}
.priceTable tr:first-child th:last-child {
	border-right: 1px solid #bbb;
}
.priceTable td {
	height: 40px;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
	background: #fff;
	border-left: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}
.priceTable td:last-child {
	border-right: 1px solid #bbb;
}
.priceTable .i1 {
	width: 160px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}
.priceTable .i2 {
	width: 55px;
	color: #e00;
	font-size: 13px;
	text-decoration: line-through;
}
.priceTable .i3 {
	width: 60px;
	color: #e00;
	font-size: 16px;
	text-decoration: line-through;
}
.priceTable .i2 span,
.priceTable .i3 span {
	color:#666565;
}
.priceTable .i4,
.priceTable .i5 {
	width: 70px;
	color: #e00;
	font-size: 15px;
	font-weight: bold;
}
.priceTable .i6 {
	width: 70px;
	font-size: 13px;
}
.priceTable .i7 {
	width: 175px;
	font-size: 17px;
}
.priceTable .i7 a {
	display: block;
	position: relative;
	width: 66px;
	max-height: 26px;
	margin: 0 auto;
	padding: 6px 0 6px 30px;
	color: #3a3a3a;
	/*font-size: 14px;*/
	font-size: 17px;
	text-align: center;
	text-decoration: none;
    color: #fff !important;
    background: -webkit-linear-gradient(top,#A31F1F,#A30000) !important;
    background: -moz-linear-gradient(top, #A31F1F,#A30000) !important;
    background: linear-gradient(to bottom, #A31F1F,#A30000) !important;
	border: 1px solid #8a8a50;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.priceTable .i7 a:before {
	position: absolute;
	top: 50%;
	left: 4px;
	display: block;
	content: "\f07a";
	font-family: FontAwesome;
	font-style: normal;
	margin-top: -12px;
	color: #fff;
	font-size: 24px;
}
.priceTable .i7 a:hover {
	/*border: 1px solid #e20;*/
	background: linear-gradient(to bottom, #A32828,#A30808) !important;
}
.priceTable .i7 a:hover:before {
	/*color: #e20;*/
}
.spInfo {
	width: 592px;
	margin: 10px auto;
	padding: 8px 15px;
	color: #333;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.4;
	background: #fff;
	border: 4px solid #09f;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.spInfo p {
	padding-bottom: 4px;
	color: #07f;
	font-size: 18px;
	font-weight: bold;
}
.spInfo p i {
	padding-right: 6px;
	font-size: 22px;
}
.spInfo .sub {
	color: #f00;
	font-size: 13px;
	font-weight: bold;
}
.detailArea {
	display: table;
	width: 620px;
	color: #000;
	border-spacing: 10px 5px;
}
.detailArea .cell {
	display: table-cell;
	width: 308px;
	border: 1px solid #bbb;
	vertical-align: top;
}
.detailArea div.detailBox {
	width: 288px;
	padding: 10px;
	background: #fff;
}
.detailArea table.detailBox {
	width: 288px;
	margin: 10px;
	background: #fff;
}
.detailArea div.detailBox .title {
	padding-bottom: 6px;
	font-size: 15px;
	font-weight: bold;
}
.detailArea div.detailBox .body {
	color: #000;
	font-size: 12px;
	line-height: 1.5;
}
.detailArea div.detailBox .body2 {
	margin-top: 1em;
	color: #000;
	font-size: 12px;
	line-height: 1.5;
}
.detailArea table.detailBox th {
	width: 65px;
	padding: 6px 3px 6px 8px;
	font-size: 13px;
	font-weight: bold;
	vertical-align: middle;
	border-bottom: 1px solid #bbb;
}
.detailArea table.detailBox td {
	padding: 6px 8px;
	font-size: 12px;
	line-height: 1.5;
	vertical-align: middle;
	border-bottom: 1px solid #bbb;
}
.detailArea table.detailBox tr:last-child th,
.detailArea table.detailBox tr:last-child td {
	padding-bottom: 0;
	border-bottom: none;
}
.detailArea table.detailBox tr:first-child th,
.detailArea table.detailBox tr:first-child td {
	padding-top: 0;
}
.detailArea2 {
	display: table;
	width: 628px;
	margin: 5px 10px 20px 10px;
	color: #000;
	border: 1px solid #bbb;
}
.detailArea2 .leftCell {
	display: table-cell;
	width: 309px;
	padding-right: 10px;
	vertical-align: top;
}
.detailArea2 .rightCell {
	display: table-cell;
	width: 309px;
	vertical-align: top;
}
.detailArea2 .detailBox {
	width: 289px;
	margin: 10px;
	background: #fff;
}
.detailArea2 .detailBox th {
	width: 65px;
	padding: 6px 3px 6px 8px;
	font-size: 13px;
	font-weight: bold;
	vertical-align: middle;
	border-bottom: 1px solid #bbb;
}
.detailArea2 .detailBox td {
	padding: 6px 8px;
	font-size: 12px;
	line-height: 1.5;
	vertical-align: middle;
	border-bottom: 1px solid #bbb;
}
.detailArea2 .detailBox tr:last-child th,
.detailArea2 .detailBox tr:last-child td {
	padding-bottom: 0;
	border-bottom: none;
}
.detailArea2 .detailBox tr:first-child th,
.detailArea2 .detailBox tr:first-child td {
	padding-top: 0;
}
.detailArea a,
.detailArea2 a {
	color: #00d;
	text-decoration: underline;
}
.detailArea a:hover,
.detailArea2 a:hover {
	color: #f00;
}
.detailArea3 {
	/* display: table;
	width: 608px; */
	padding: 10px;
	margin: 5px 0 30px;
	border: 1px solid #ccc;
}
.detailArea3 h2 {
	margin: 5px 0 10px;
	font-size: 15px;
	font-weight: bold;
	padding: 5px;
	border-bottom: 3px solid #0090f0;
}
.detailArea3 div {
	line-height: 1.5;
	font-size: 13px;
}
.detailArea3 div a {
	color: #00d;
	text-decoration: underline;
}
.detailArea3 div a:hover {
	color: #f00;
}
.reviewBody li {
	/* width: 620px; */
	padding: 20px 10px;
	font-size: 14px;
	border-bottom: 1px solid #ccc;
}
.reviewBody li .i0 {
    margin-bottom: 5px;
	font-weight: normal;
	font-size: 13px !important;
}
.reviewBody li .i1 {
	position: relative;
	padding-bottom: 8px;
	font-weight: bold;
}
.reviewBody li .i1 span {
	color: #f08000;
	font-size: 18px;
	font-weight: bold;
}
.reviewBody li .i1 p {
	position: absolute;
	top: 2px;
	right: 0;
	font-size: 14px;
}
.reviewBody li .i2 {
	line-height: 18px;
}
span.k-name {
    font-size: inherit !important;
    margin-right: 10px;
    color: #2a2a2a !important;
}
.reviewList p.none {
	margin: 40px 0;
	font-size: 18px;
	text-align: center;
}
.reviewList button.openReview {
	display: block;
	width: 320px;
	margin: 15px auto;
	padding: 10px 0;
	font-size: 16px;
	line-height: 1;
	text-align: center;
}
.reviewForm {
	width: 620px;
	margin: 20px auto;
}
.reviewForm .title {
	padding: 10px 14px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	background: #0090f0;
	border: 1px solid #0090f0;
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
}
.reviewForm .body {
	padding: 10px;
	background: #fff;
	border: 1px solid #09c;
	border-top: none;
	border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
}
.reviewForm table {
	width: 580px;
	margin: 0 auto;
}
.reviewForm table .tr1 td {
	width: 270px;
	padding: 5px 0 5px 10px;
}
.reviewForm table .tr2 td {
	width: 560px;
	padding: 5px 10px;
}
.reviewForm table p {
	color: #333;
	font-size: 16px;
	line-height: 18px;
}
.reviewForm table input[type=text] {
	display: block;
	width: 240px;
	height: 28px;
	padding: 0 4px;
	font-size: 18px;
	line-height: 28px;
}
.reviewForm table input[type=submit] {
	display: block;
	width: 200px;
	margin: 5px auto 0 auto;
	padding: 6px 0;
	font-size: 16px;
	line-height: 1;
	text-align: center;
}
.reviewForm table select {
	display: block;
	width: 226px;
	height: 32px;
	padding: 0 4px;
	color: #f08000;
	font-size: 22px;
	font-weight: bold;
	line-height: 1;
	vertical-align: top;
}
.reviewForm table textarea {
	width: 500px;
	height: 90px;
	padding: 4px 6px;
	font-size: 15px;
	line-height: 18px;
}
.reviewForm table .reviewNotice {
	margin: 20px 10px 0 10px;
	padding: 10px;
	font-size: 13px;
	line-height: 19px;
	background: #fffee0;
	border: 1px solid #b0b0b0;
}
.reviewForm table .reviewNotice a {
	margin: 0 2px;
	color: #00d;
	text-decoration: underline;
}
.reviewForm table .reviewNotice a:hover {
	color: #f60;
}
.pager {
	position: relative;
	margin: 15px auto;
	text-align: center;
}
.pager a {
	display: inline-block;
	margin: 0 3px;
	padding: 8px 10px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
	cursor: pointer;
}
a.jp-current {
	background: #d00000;
	color: #fff;
	border: solid 1px #d00000;
}
.pager a:not(.jp-current) {
	border: solid 1px #999;
}
/*--------------------------------------------------*/
/*	購入履歴ページ									*/
/*--------------------------------------------------*/
.historyBox {
	width: 570px;
	margin: 20px auto 0 auto;
	padding: 15px 14px;
	background: #fff;
	border: 1px solid #bbb;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.historyTable {
	width: 570px;
}
.historyTable th {
	padding: 6px 0;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background-color: #f0f0f0;
	border: 1px solid #bbb;
	border-left: none;
}
.historyTable td {
	padding: 5px 0;
	font-size: 13px;
	text-align: center;
	background: #fff;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}
.historyTable th:first-child,
.historyTable td:first-child {
	border-left: 1px solid #bbb;
}
.historyTable td:nth-child(1) {width: 90px;border-right: none;}
.historyTable td:nth-child(2) {padding-left: 10px;font-weight: bold;text-align: left;}
.historyTable td:nth-child(3) {width: 80px;}
.historyTable td:nth-child(4) {width: 60px;}
.historyTable td:nth-child(5) {width: 80px;}
.historyTable td:nth-child(1) img {width: 80px;}
.historyTable2 {
	width: 224px;
	margin: 0 0 15px 346px;
}
.historyTable2 th {
	width: 80px;
	height: 40px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	background-color: #f0f0f0;
	border: 1px solid #bbb;
	border-top: none;
	vertical-align: middle;
}
.historyTable2 td {
	width: 126px;
	height: 40px;
	padding-right: 15px;
	font-size: 16px;
	text-align: right;
	background: #fff;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	vertical-align: middle;
}
.historyTable2 tr:last-child td {
	color: #f00;
	font-size: 22px;
	font-weight: bold;
}
.historyTable3 {
	width: 570px;
	margin: 10px auto;
	line-height: 1.0;
}
.historyTable3 th {
	padding: 10px 0;
	color: #000;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	background: #f0f0f0;
	border: 1px solid #bbb;
}
.historyTable3 td {
	padding: 5px 10px;
	color: #333;
	font-size: 13px;
	vertical-align: top;
	background: #fff;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
}
.historyTable3 th:first-child {width: 283px;}
.historyTable3 td:first-child {width: 263px;}
.historyTable3 th:last-child {width: 284px;border-left: none;}
.historyTable3 td:last-child {width: 264px;border-left: none;}
.historyTable3 tr:nth-child(1) td {padding: 8px 10px;}
.historyTable3 tr:nth-child(2) td {border-top: 1px solid #bbb;}
.historyTable3 tr:nth-child(3) td {vertical-align: middle;}
.historyTable3 tr:nth-child(4) td {vertical-align: top;}
.historyTable3 tr:nth-child(5) td {border-bottom: 1px solid #bbb;}
.historyTable3 tr:nth-child(6) td {border: none;}
.historyTable3 .info1 {
	padding: 10px 0 5px 0;
	font-size: 15px;
	text-align: center;
	vertical-align: bottom;
}
.historyTable3 .info1 span {
	padding-right: 2px;
	color: #000;
	font-size: 20px;
	font-weight: bold;
}
.historyTable3 .info1 span.red {
	color: #d00;
}
.historyTable3 .info8 button,
.historyTable3 .info2 input {
	display: block;
	width: 200px;
	margin: 0 auto;
	padding: 10px 0;
	font-size: 16px;
	font-weight: bold;
}
.historyTable3 .info8 button {
	margin: 10px auto;
}
.historyTable3 .info2 input[type=image] {
	margin: 5px auto;
	padding: 0;
}
.historyTable3 .info3 .bank {
	height: 73px;
	margin: 5px auto;
	background: url("/img/bg/bg_bank_spa1.png") no-repeat center top #fff;
}
.historyTable3 .info8 {
	width: 220px;
	margin: 0 auto;
	font-size: 17px;
	font-weight: bold;
	line-height: 25px;
}
.historyTable3 .info3 p:not(.bank),
.historyTable3 .info7 p {
	margin: 0 10px;
	padding: 4px 8px;
	color: #333;
	font-size: 13px;
	line-height: 1.2;
	background: #fea;
	border: 1px solid #fc8;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.historyTable3 .info3 span,
.historyTable3 .info7 span,
.historyTable3 .info7 b {
	color: #e00;
	font-size: 14px;
	font-weight: bold;
}
.historyTable3 .info7 b {
	display: block;
	text-align: center;
}
.historyTable3 .info4 {
	padding: 0 10px 10px 10px;
	font-size: 11px;
	line-height: 1.2;
}
.historyTable3 .info5 {
	font-size: 15px;
	text-align: right;
}
.historyTable3 .info6 {
	padding-top: 5px;
	color: #000;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.historyTable3 .info6 span {
	color: #d00;
	font-size: 28px;
}
.historyTable3 a {
	color: #00d;
	font-weight: bold;
	text-decoration: underline;
}
.historyTable3 a:hover {
	color: #f00;
}
a.cancelBtn {
	display: block;
	width: 220px;
	margin: 30px auto;
	padding: 8px 0;
	color: #333;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border: 1px solid #777;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: -webkit-linear-gradient(top,#f0f0f0,#e0e0e0 50%,#d0d0d0 51%,#cacaca);
	background: -moz-linear-gradient(top,   #f0f0f0,#e0e0e0 50%,#d0d0d0 51%,#cacaca);
	background: linear-gradient(to bottom,  #f0f0f0,#e0e0e0 50%,#d0d0d0 51%,#cacaca);
}
a.cancelBtn:hover {
	color: #f00;
}
a.receiptBtn {
	display: block;
	width: 200px;
	margin: 15px auto;
	padding: 10px 0;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: -webkit-linear-gradient(top,#fafafa,#f0f0f0 50%,#dadada 51%,#d0d0d0);
	background: -moz-linear-gradient(top,   #fafafa,#f0f0f0 50%,#dadada 51%,#d0d0d0);
	background: linear-gradient(to bottom,  #fafafa,#f0f0f0 50%,#dadada 51%,#d0d0d0);
	border: 1px solid #888;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
a.receiptBtn:hover {
	background: -webkit-linear-gradient(top,#faffff,#f0faff 50%,#cef 51%,#c0e0f0);
	background: -moz-linear-gradient(top,   #faffff,#f0faff 50%,#cef 51%,#c0e0f0);
	background: linear-gradient(to bottom,  #faffff,#f0faff 50%,#cef 51%,#c0e0f0);
}
/*--------------------------------------------------*/
/*	その他全体的なスタイル							*/
/*--------------------------------------------------*/
h2.normal {
	position: relative;
	margin-bottom: 8px;
	/*padding: 8px 10px 8px 32px;*/
	padding: 8px 10px 5px 32px;
	color: #0090f0;
	border-top: 1px solid #ccc;
	font-size: 22px;
	font-weight: bold;
	line-height: 32px;
}
h2.normal:before {
	content: "\f0f9";
	font-family: FontAwesome;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
}
h2.normal a {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -10px;
	padding: 3px 10px;
	color: #08b;
	font-size: 14px;
	line-height: 1;
	background: #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.7) inset;
}
h2.normal a:hover {
	color: #f00;
}
h2.flowTitle {
	margin: 10px 10px 0 10px;
	padding: 8px 12px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	background: #09c;
	border: 1px solid #09c;
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
}
h2.flowTitle.japan {
	background: #e44;
	border: 1px solid #e44;
}
h2.flowTitle.last {
	margin: 20px 10px 0 10px;
}
h3.normal {
	position: relative;
	margin: 20px 0 0 0;
	padding: 6px 0 6px 28px;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
}
h3.normal:before {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -11px;
	content: "\f0fe";
	color: #f00;
	font-size: 22px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
}
h3.history {
	margin: 0 0 0 0;
	padding-bottom: 10px;
	color: #d00;
	font-size: 28px;
	font-weight: bold;
}
h4.normal {
	padding: 8px 0;
	color: #000;
	font-size: 16px;
	font-weight: bold;
}
.mainText {
	width: 620px;
	padding: 15px;
	font-size: 16px;
	line-height: 1.6;
}

.p-maintex strong{
	padding: 0 2px;
    font-size: 17px;
    font-weight: bold;
	background: linear-gradient(transparent 70%, #ff2 70%);
}
.mainText > .subTitle{
	padding: 4px 0;
	font-size: 15px;
	font-weight: bold;
}
.mainText a {
	color: #00d;
	text-decoration: underline;
}
.mainText a:hover {
	color: #f00;
}
.mainText img {
	max-width: 100%;
}
.mainText .floatL img,
.mainText .floatR img,
.mainText img.floatL,
.mainText img.floatR {
	display: inline;
	max-width: 300px;
}
.mainText .floatC img,
.mainText img.floatC {
	display: inline;
	max-width: 600px;
}
.mainBanner {
	display: block;
	margin-bottom: 5px;
	padding: 1px;
	border: 1px solid #ccc;
}
.mainBanner img {
	display: block;
	width: 100%;
}
a.mainBanner:hover img {
	opacity: 0.7;
}
.companyTable {
	width: 620px;
	margin: 15px;
	color: #333;
}
.companyTable th {
	width: 120px;
	padding: 15px 10px;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	background: #f0f0f0;
	border: 1px solid #bbb;
	border-top: none;
}
.companyTable td {
	padding: 15px 12px;
	font-size: 12px;
	text-align: left;
	line-height: 1.5;
	background: #fff;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}
.companyTable tr:first-child th,
.companyTable tr:first-child td {
	border-top: 1px solid #bbb;
}
.companyInfo {
	width: 620px;
	margin: 15px auto;
	min-height: 1200px;
	background: url("/img/bg/company.png") no-repeat left top;
}
.companyInfoD {
	width: 620px;
	margin: 15px auto;
	height: 967px;
	background: url("/img/bg/pc_company_d.png") no-repeat left top;
}
/*
a：通常パターン
	height: 967px;
	background: url("/img/bg/company.png") no-repeat left top;

b：業務内容表記パターン
	height: 1065px;
	background: url("/img/bg/company_b.png") no-repeat left top;
*/
#osusumeBox {
	width: 100%;
	margin-bottom: 15px;
	line-height: 1.0;
	background: url("../img/bg/bg_osusume_body.png") repeat left top;
	border: 4px solid #f8b;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#osusumeBox .title {
	padding: 10px 15px 0 20px;
	color: #444;
	font-size: 22px;
	font-weight: bold;
	text-shadow: -1px -1px #fff,1px -1px #fff,-1px 1px #fff,1px 1px #fff;
}
#osusumeBox .body {
	display: table;
	width: 612px;
}
#osusumeBox .leftCell {
	display: table-cell;
	width: 100px;
	padding: 10px 20px;
	vertical-align: middle;
}
#osusumeBox .leftCell img {
	width: 100px;
	height: 117px;
}
#osusumeBox .rightCell {
	display: table-cell;
	width: 452px;
	padding: 10px 20px 10px 0;
	vertical-align: top;
}
#osusumeBox .rightCell li {
	list-style: none;
	margin-bottom: 3px;
	padding: 5px 0 5px 35px;
	font-size: 15px;
	font-weight: bold;
	border: solid 2px #f70;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: url('../img/bg/bg_osusume_li.png') no-repeat 5px center #fff;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.7);
}
#osusumeBox .rightCell li:last-child {
	margin-bottom: 0;
}
/*商品ページ用にピンクボックス改良追加*/
section#product-detail #osusumeBox{
    width: 80% !important;
}
section#product-detail #osusumeBox .body{
    width: auto !important;
}
section#product-detail #osusumeBox .rightCell{
    width: 95% !important;
	padding: 0 !important;
}
section#product-detail #osusumeBox .title{
    text-align: center;
}
section#product-detail #osusumeBox .rightCell li{
    padding: 5px 0 5px 51px !important;
}
/*商品ページ用にピンクボックス改良追加*/
/*メディカル豆知識用にピンクボックス改良追加*/
div#osusumeBox.md-link-news .body {
    width: 95% !important;
    margin: 0 auto;
}
div#osusumeBox.md-link-news .rightCell {
    width: 95% !important;
    padding: 0 !important;
}
div#osusumeBox.md-link-news .rightCell ul {
    margin: 1em 0 2em !important;
}
div#osusumeBox.md-link-news .rightCell ul li {
    margin-bottom: 15px;
}
div#osusumeBox.md-link-news .rightCell ul a {
    margin-top: 5px;
    display: inline-block;
}
/*メディカル豆知識用にピンクボックス改良追加*/
#imageTable {
	width: 620px;
	margin: 15px auto 0;
}
#imageTable td {
	color: #09c;
	font-size: 24px;
	text-align: center;
	vertical-align: middle;
	background: #fff;
}
#imageTable td:nth-child(odd)  {width: 125px;}
#imageTable td:nth-child(eben) {width: 40px;}
#imageTable img {
	width: 125px;
}
#imageTable2 {
	width: 620px;
	margin: 0 auto 10px;
}
#imageTable2 td {
	width: 104px;
	height: 100px;
	padding: 43px 10px 7px 10px;
	text-align: center;
	vertical-align: top;
}
#imageTable2 td:nth-child(1) {background: url("../img/bg/bg_guide1.png") no-repeat left top;}
#imageTable2 td:nth-child(2) {background: url("../img/bg/bg_guide2.png") no-repeat left top;}
#imageTable2 td:nth-child(3) {background: url("../img/bg/bg_guide3.png") no-repeat left top;}
#imageTable2 td:nth-child(4) {background: url("../img/bg/bg_guide4.png") no-repeat left top;}
#imageTable2 td:nth-child(5) {background: url("../img/bg/bg_guide5.png") no-repeat left top;}
#imageTable2 .info1 {
	padding: 2px 0 5px 0;
	color: #000;
	font-size: 15px;
}
#imageTable2 .info2 {
	color: #f00;
	font-size: 20px;
	font-weight: bold;
}
#imageTable2 img {
	display: block;
	margin: 8px auto 0 auto;
	width: 90px;
	height: 48px;
}
.compareList {
	margin: 10px 10px;
}
.compareList .parent {
	padding: 3px 0 10px 16px;
	font-size: 16px;
	font-weight: bold;
	background: url("../img/bg/bg_arrow1.png") no-repeat 0 5px;
}
.compareList .child {
	margin-left: 10px;
	padding: 0 0 8px 12px;
	font-size: 15px;
}
.compareTable {
	width: 650px;
	margin: 10px 0 15px 0;
}
.compareTable td.info1 {
	width: 200px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
}
.compareTable th {
	width: 100px;
	padding: 6px;
	font-size: 13px;
	font-weight: bold;
	background: #f0f0f0;
	border: 1px solid #bbb;
}
.compareTable td:not(.info1) {
	width: 323px;
	padding: 6px;
	font-size: 13px;
	line-height: 1.5;
	background: #fff;
	border: 1px solid #bbb;
	border-left: none;
}
.compareTable td.info1 a {
	position: relative;
	display: block;
	width: 180px;
	min-height: 232px;
	color: #00d;
	text-decoration: underline;
}
.compareTable td.info1 a p {
	padding: 10px 0;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.compareTable td.info1 .img {
	position: absolute;
	left: 15px;
	bottom: 10px;
	display: block;
	width: 170px;
}
.compareTable td.info1 a:hover {
	color: #f60;
}
.compareTable td.info1 a:hover img {
	opacity: 0.7;
}
.compareTable2,
.compareTable3,
.compareTable4,
.compareTable5 {
	width: 620px;
	margin: 5px 0 25px 0;
}
.compareTable2 th,
.compareTable3 th,
.compareTable4 th,
.compareTable5 th {
	padding: 8px 0;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	line-height: 1.0;
	background: #f0f0f0;
	border: 1px solid #bbb;
	border-right: none;
}
.compareTable2 td,
.compareTable3 td,
.compareTable4 td,
.compareTable4 td,
.compareTable5 td,
.compareTable5 td {
	padding: 4px 0;
	font-size: 13px;
	text-align: center;
	line-height: 1.5;
	background: #fff !important;
	border-left: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}
.compareTable4 td.property {
	text-align: left;
	padding: 4px 8px;
}

.compareTable2 th:last-child,
.compareTable2 td:last-child,
.compareTable3 th:last-child,
.compareTable3 td:last-child,
.compareTable4 th:last-child,
.compareTable4 td:last-child,
.compareTable5 th:last-child,
.compareTable5 td:last-child {
	border-right: 1px solid #bbb;
}
.compareTable2 td:nth-child(1) {width: 100px;}
.compareTable2 td:nth-child(2) {width: 170px;padding: 4px 8px;text-align: left;}
.compareTable2 td:nth-child(3) {width: 60px;}
.compareTable2 td:nth-child(4) {width: 70px;}
.compareTable2 td:nth-child(5) {width: 81px;font-size: 12px;}
.compareTable2 td:nth-child(6) {width: 110px;padding: 4px 8px;font-size: 12px;text-align: left;}
.compareTable2 td:nth-child(1) img {width: 80px;}

.compareTable3 td:nth-child(1) {width: 100px;}
.compareTable3 td:nth-child(2) {width: 180px;padding: 4px 8px;text-align: left;}
.compareTable3 td:nth-child(3) {width: 152px;padding: 4px 8px;text-align: left;}
.compareTable3 td:nth-child(4) {width: 70px;}
.compareTable2 td:nth-child(5) {width: 80px;}
.compareTable3 td:nth-child(1) img {width: 80px;}

.compareTable4 td:nth-child(1) {width: 100px;}
.compareTable4 td:nth-child(2) {width: 160px;padding: 4px 8px;text-align: left;}
.compareTable4 td:nth-child(3) {width: 60px;}
.compareTable4 td:nth-child(4) {width: 80px;}
.compareTable4 td:nth-child(5) {width: 70px;}
.compareTable4 td:nth-child(6) {width: 120px;padding: 4px 8px;font-size: 12px;}
.compareTable4 td:nth-child(1) img {width: 80px;}

.compareTable4 td { background: none; }
.compareTable4 tr:nth-child(even) { background: #f5f5f5; }

.compareTable5 td:nth-child(1) {width: 100px;}
.compareTable5 td:nth-child(2) {width: 160px;padding: 4px 8px;text-align: left;}
.compareTable5 td:nth-child(3) {width: 60px;}
.compareTable5 td:nth-child(4) {width: 80px;}
.compareTable5 td:nth-child(5) {width: 120px;}
.compareTable5 td:nth-child(6) {width: 70px; padding: 4px 8px;font-size: 12px;}
.compareTable5 td:nth-child(1) img {width: 80px;}

.opinionTitle {
	padding: 20px 15px 10px 15px;
	color: #d00;
	font-size: 16px;
	font-weight: bold;
}
.opinionTitle span {
	padding-left: 20px;
	color: #320;
	font-size: 14px;
}
.opinionBody {
	margin: 0 15px 20px 15px;
	padding: 15px;
	color: #222;
	font-size: 12px;
	line-height: 1.4;
	background: #fff;
	border: 1px solid #bbb;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.moreBtn {
	width: 150px;
	margin: 0 auto;
	padding: 8px 0;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
	background: -webkit-linear-gradient(top,#fcfcfc,#dadada);
	background: -moz-linear-gradient(top,   #fcfcfc,#dadada);
	background: linear-gradient(to bottom,  #fcfcfc,#dadada);
	border: 1px solid #888;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
/*--------------------------------------------------*/
/*	サブページ（ポップアップページ）専用			*/
/*--------------------------------------------------*/
#subContents {
	background: #fff;
}
#subContents a {
	color: #00d;
	text-decoration: underline;
}
#subContents a:hover {
	color: #f00;
}
#subWrap {
	width: 650px;
	margin: 15px auto;
	text-align: left;
	line-height: 1.0;
}
#subContents .subClose {
	margin: 20px 0;
	text-align: center;
}
#subContents .subTitle {
	padding: 10px 12px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	background: #09c;
	border: 1px solid #09c;
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
}
#subContents .subBox {
	width: 612px;
	padding: 12px 18px;
	line-height: 1.6;
	border: 1px solid #09c;
	border-top: none;
	border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
}
#subContents .subBox > img {
	display: block;
	width: 540px;
	margin: 10px auto;
	padding: 10px;
	border: 1px solid #bbb;
}
#subContents .subArrow {
	color: #09c;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}
#subContents .subTitle2,
.mainText .subTitle2 {
	margin-top: 10px;
	padding: 8px 10px;
	color: #28a;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.0;
	background: #aee;
	border: 1px solid #4ab;
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
}
.mainText .subTitle2 {
	width: 590px;
	margin: 10px auto 0 auto;
}
#subContents .subBox2,
.mainText .subBox2 {
	width: 586px;
	margin-bottom: 20px;
	padding: 10px 12px;
	line-height: 1.6;
	border: 1px solid #4ab;
	border-top: none;
	border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
}
.mainText .subBox2 {
	margin: 0 auto 20px auto;
}
#subContents .subBox3,
.mainText .subBox3 {
	width: 564px;
	margin: 5px 0;
	padding: 8px 10px;
	background: #fffafa;
	border: 1px solid #ccc;
}
.mainText .subBox3 {
	margin: 10px auto;
}
#subContents .subBox3 img,
.mainText .subBox3 img {
	display: block;
	width: 500px;
	margin: 5px auto;
}
#subContents .subBox4 {
	width: 600px;
	padding: 10px 12px;
	line-height: 1.0;
}
#subContents .subBox4 a {
	float: left;
	width: 136px;
	height: 136px;
	margin: 5px;
	text-decoration: none;
	overflow: hidden;
	border: 2px solid #aee;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#subContents .subBox4 .info1 {
	padding: 5px 0;
	color: #28a;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background: #aee;
}
#subContents .subBox4 .info2 {
	width: 120px;
	height: 96px;
	padding: 8px;
	text-align: center;
}
#subContents .subBox4 .info2 img {
	width: 96px;
	max-height: 96px;
}
#subContents .subBox4 a:hover {
	border: 2px solid #f60;
}
#subContents .subBox4 a:hover .info1 {
	color: #fff;
	background: #f60;
}
#subContents .accordion,
.mainText .accordion {
	width: 534px;
	padding: 10px 15px;
}
.mainText .accordion {
	margin: 0 auto;
}
#subContents .accordion dt,
.mainText .accordion dt {
	padding: 8px 12px;
	color: #420;
	font-size: 14px;
	background: #eaeaea;
	border: 1px solid #bbb;
	border-top: none;
	cursor: pointer;
}
#subContents .accordion dd,
.mainText .accordion dd {
	display: none;
	padding: 8px 12px;
	font-size: 14px;
	background: #fff;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}
#subContents .accordion dd ol,
.mainText .accordion dd ol {
	padding: 0 0 10px 22px;
}
#subContents .accordion dd ol li,
.mainText .accordion dd ol li {
	font-size: 14px;
	line-height: 1.6;
	list-style: decimal;
}
#subContents .accordion dt:first-child,
.mainText .accordion dt:first-child {
	border-top: 1px solid #bbb;
}
#subContents .accordion dt span:after,
.mainText .accordion dt span:after {
	float: right;
	display: inline-block;
	content: "\f0d7";
	font-family: FontAwesome;
	font-style: normal;
	font-size: 16px;
}
#subContents .accordion dt.open span:after,
.mainText .accordion dt.open span:after {
	float: right;
	display: inline-block;
	content: "\f0d8";
	font-family: FontAwesome;
	font-style: normal;
	font-size: 16px;
}
a.mailBtn {
	float: right;
	display: block;
	margin-right: 50px;
	padding: 16px 16px;
	color: #111;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	line-height: 2.4;
	background: -webkit-linear-gradient(top,#fafafa,#dadada);
	background: -moz-linear-gradient(top,   #fafafa,#dadada);
	background: linear-gradient(to bottom,  #fafafa,#dadada);
	border: 1px solid #888;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
a.mailBtn:hover {
	background: -webkit-linear-gradient(top,#faffff,#d0ffff);
	background: -moz-linear-gradient(top,   #faffff,#d0ffff);
	background: linear-gradient(to bottom,  #faffff,#d0ffff);
}
.mailIcon1 {
	width: 120px;
	height: 27px;
	margin-bottom: -5px;
	padding: 0 5px;
}
.mailIcon2 {
	width: 161px;
	height: 36px;
	margin-bottom: -10px;
	padding: 0 5px;
}
.mailIcon3 {
	display: block;
	width: 614px;
	margin: 10px 0;
	padding: 2px;
	background: #fff;
	border: 1px solid #bbb;
}
.mailIcon3 img {
	display: block;
	width: 614px;
}
/*--------------------------------------------------*/
/*	セール・キャンペーン部分												*/
/*--------------------------------------------------*/
.saleText {
	width: 620px;
	padding: 15px;
	font-size: 15px;
	line-height: 1.6;
}
.saleArea {
	width: 620px;
	margin: 0 auto;
}
.saleItem {
	width: 620px;
	border-bottom: 2px dotted #999;
}
.saleItem .info1 {
	width: 200px;
	padding: 15px 20px 15px 0;
	vertical-align: middle;
}
.saleItem .info1 img {
	display: block;
	width: 200px;
	background: #fff;
}
.saleItem .info2 {
	padding-top: 15px;
}
.saleItem .info2 a {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
}
.saleItem .info3 {
	padding: 10px 0;
	color: #333;
	font-size: 14px;
	line-height: 1.4;
}
.saleItem .info4 {
	color: #e00;
	font-size: 22px;
	font-weight: 900;
	line-height: 1.0;
	text-align: center;
}
.saleItem .info4 span {
	color: #333;
	font-size: 18px;
	font-weight: normal;
}
.saleItem .info5 {
	height: 65px;
	vertical-align: middle;
}
.saleItem .info5 a {
	display: block;
	float: right;
	width: 170px;
	padding: 1px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: #f00;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.saleItem .info5 a div {
	padding: 10px 0;
	text-shadow: -1px -1px 1px #888;
	border: 1px solid #fff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.saleItem .info1 a:hover,
.saleItem .info5 a:hover {
	opacity: 0.7;
}
.recipt {
	width: 518px;
	margin: 0 auto;
	padding: 10px 20px;
	background: #fff;
	border: solid 1px #333;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.recipt table {
	width: 518px;
	margin: 0 auto;
}
.recipt table td div {
	padding: 5px 0;
	font-size: 15px;
}
.recipt table input[type="text"] {
	width: 240px;
	margin: 0 10px 0 15px;
	padding: 4px 6px;
	font-size: 15px;
}
.recipt table input[type="submit"] {
	display: block;
	width: 160px;
	margin: 0 auto;
	padding: 8px 0;
	font-size: 16px;
	font-weight: bold;
}
/*--------------------------------------------------*/
/*	メール履歴部分（20150924）						*/
/*--------------------------------------------------*/
.mailArea li {
	width: 100%;
	margin: 15px auto;
}
.mailTitle {
	position: relative;
	padding: 5px 50px 10px 10px;
	color: #000;
	font-size: 16px;
	line-height: 1.4;
	cursor: pointer;
	background: -webkit-linear-gradient(top,#faffff,#eaeaea 50%,#e8e8e8 51%,#dadada);
	background: -moz-linear-gradient(top,   #faffff,#eaeaea 50%,#e8e8e8 51%,#dadada);
	background: linear-gradient(to bottom,  #faffff,#eaeaea 50%,#e8e8e8 51%,#dadada);
	border: 1px solid #bbb;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.mailTitle:hover {
	background: -webkit-linear-gradient(top,#faffff,#f0faff 50%,#eef8fd 51%,#e0eaf0);
	background: -moz-linear-gradient(top,   #faffff,#f0faff 50%,#eef8fd 51%,#c0e0f0);
	background: linear-gradient(to bottom,  #faffff,#f0faff 50%,#eef8fd 51%,#c0e0f0);
}
li.open .mailTitle {
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
}
.mailTitle time {
	display: block;
	padding: 5px 0;
	color: #b00000;
	font-size: 16px;
	line-height: 1;
}
.mailTitle i:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -9px;
	content: "\f0d7";
	font-family: FontAwesome;
	font-style: normal;
	font-size: 18px;
	font-weight: normal;
	line-height: 1;
}
.open .mailTitle i:after {
	content: "\f0d8";
}
.mailBody {
	display: none;
	padding: 15px;
	font-size: 15px;
	line-height: 1.5;
	background: #fff;
	border: 1px solid #bbb;
	border-top: none;
	border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	word-break: break-all;
}
.mailBody a{
	color:#0090f0;
	text-decoration: underline;
}
.open .mailBody {
	display: block;
}
.blogList {
	width: 720px;
	padding: 15px;
}
.blogList li {
	position: relative;
	margin-bottom: 20px;
	padding: 15px 15px 35px 15px;
	font-size: 16px;
	line-height: 22px;
	border: 1px solid #bbb;
	-webkit-box-shadow: 2px 2px 2px 2px #bbb;
	-moz-box-shadow: 2px 2px 2px 2px #bbb;
	box-shadow: 2px 2px 2px 2px #bbb;
	overflow: hidden;
}
.blogList li time {
	float: right;
	font-size: 18px;
}
.blogList li h3 {
	padding: 0 120px 10px 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
}
.blogList li h3 a {
	color: #00d;
	text-decoration: underline;
}
.blogList li .more {
	position: absolute;
	bottom: 10px;
	right: 15px;
	color: #00d;
	font-size: 16px;
	line-height: 1;
	text-decoration: underline;
}
.blogList li h3 a:hover,
.blogList li .more:hover {
	color: #e60;
	text-decoration: underline;
}
.blogList li img {
	float: right;
	width: 140px;
	max-width: 140px;
	max-height: 140px;
	margin: 0 0 10px 10px;
}
.pcL {float: left;    max-width: 50% !important; margin: 0 20px 10px 0;}
.pcR {float: right;   max-width: 50% !important; margin: 0 0 10px 20px;}
.pcC {display: block; max-width: 90% !important; margin: 10px auto;}
.pcT {display: block; max-width: 90% !important; margin: 0 auto 10px auto;}
h2.blog {
	padding-right: 120px;
}
h2.blog time {
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -8px;
	font-weight: normal;
	line-height: 1;
}
/*--------------------------------------------------*/
/*	年末年始のお知らせ								*/
/*--------------------------------------------------*/
.infoNenmatsu {
	padding: 10px 12px;
	margin-bottom: 10px;
	border: 3px double #d00000;
}
.infoNenmatsu .title {
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
}
.infoNenmatsu .body {
	padding-top: 8px;
	font-size: 14px;
	line-height: 20px;
}
/*--------------------------------------------------*/
/*  SPモーダルウィンドウ                            */
/*--------------------------------------------------*/
.scroll_lock {
	overflow: hidden;
}
#sp_modal_overlay2,
#sp_modal_overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 901;
	width: 100%;
	height: 120%;
	background-color: rgba(0,0,0,0.7);
}
.scroll_wrap {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 902;
	width: 100%;
	height: 100%;
	overflow: auto;
}
.sp_modal_box2,
.sp_modal_box {
	display: none;
	position: relative;
	z-index: 903;
	width: 80%;
	max-width: 960px;
	margin: 40px auto;
	padding: 0 0 86px 0;
	background: #fff;
	border: 4px solid #08b;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.sp_modal_box::before {
	position: absolute;
	left: 0;
	top: 180px;
	z-index: 904;
	width: 100%;
	height: 20px;
	content: "";
	background: -webkit-linear-gradient(top,rgba(255,255,255,1),rgba(255,255,255,0.3));
	background: -moz-linear-gradient(top,   rgba(255,255,255,1),rgba(255,255,255,0.3));
	background: linear-gradient(to bottom,  rgba(255,255,255,1),rgba(255,255,255,0.3));
}
.sp_modal_box::after {
	position: absolute;
	left: 0;
	bottom: 126px;
	z-index: 904;
	width: 100%;
	height: 20px;
	content: "";
	background: -webkit-linear-gradient(top,rgba(255,255,255,0.3),rgba(255,255,255,1));
	background: -moz-linear-gradient(top,   rgba(255,255,255,0.3),rgba(255,255,255,1));
	background: linear-gradient(to bottom,  rgba(255,255,255,0.3),rgba(255,255,255,1));
}
.sp_modal_box2::before {
	position: absolute;
	left: 0;
	top: 96px;
	z-index: 904;
	width: 100%;
	height: 20px;
	content: "";
	background: -webkit-linear-gradient(top,rgba(255,255,255,1),rgba(255,255,255,0.3));
	background: -moz-linear-gradient(top,   rgba(255,255,255,1),rgba(255,255,255,0.3));
	background: linear-gradient(to bottom,  rgba(255,255,255,1),rgba(255,255,255,0.3));
}
.sp_modal_box2::after {
	position: absolute;
	left: 0;
	bottom: 86px;
	z-index: 904;
	width: 100%;
	height: 20px;
	content: "";
	background: -webkit-linear-gradient(top,rgba(255,255,255,0.3),rgba(255,255,255,1));
	background: -moz-linear-gradient(top,   rgba(255,255,255,0.3),rgba(255,255,255,1));
	background: linear-gradient(to bottom,  rgba(255,255,255,0.3),rgba(255,255,255,1));
}
.sp_modal_box2 .close_btn,
.sp_modal_box .close_btn {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 905;
	width: 48px;
	height: 36px;
	padding: 6px 0;
	color: #fff;
	font-size: 36px;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	background: #08b;
}
.sp_modal_box2 .close_btn:hover,
.sp_modal_box .close_btn:hover {
	opacity: 0.8;
}
.sp_modal_box2 .menu,
.sp_modal_box .menu {
	height: 64px;
	margin: 0 auto 20px auto;
	font-size: 0;
	text-align: center;
}
.sp_modal_box2 .menu li,
.sp_modal_box .menu li {
	display: inline-block;
	width: 140px;
	height: 48px;
	margin: 0 10px;
	padding: 7px 0;
	color: #202020;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	cursor: pointer;
	background: -webkit-linear-gradient(top,#faffff,#dadada);
	background: -moz-linear-gradient(top,   #faffff,#dadada);
	background: linear-gradient(to bottom,  #faffff,#dadada);
	border: 1px solid #808080;
	border-radius: 4px;
}
.sp_modal_box2 .menu {
	height: 64px;
	margin: 20px auto 30px auto;
}
.sp_modal_box2 .menu li {
	width: 200px;
}
.sp_modal_box2 .title,
.sp_modal_box .title {
	position: relative;
	padding: 30px;
	font-size: 28px;
	font-weight: bold;
	line-height: 36px;
	text-align: center;
}
.sp_modal_box2 .body,
.sp_modal_box .body {
	padding: 30px 50px;
	overflow-y: scroll;
}
.sp_modal_box2 .body p,
.sp_modal_box .body p {
	padding: 4px 0;
	font-size: 20px;
	line-height: 32px;
}
.sp_modal_box2 .body p.mini,
.sp_modal_box .body p.mini {
	font-size: 18px;
	line-height: 26px;
}
.sp_modal_box2 .body p strong,
.sp_modal_box .body p strong {
	padding: 0 3px;
	font-size: 22px;
}
.sp_modal_box2 .body p .icon_img,
.sp_modal_box .body p .icon_img {
	display: inline;
	width: 24px;
	margin: 0 5px;
	padding: 0;
}
.sp_modal_box2 .body p .icon_img.border,
.sp_modal_box .body p .icon_img.border {
	padding: 1px;
	border: 1px solid #dadada;
}
.sp_modal_box2 .body p .block_img,
.sp_modal_box .body p .block_img {
	display: block;
	width: 80%;
	max-width: 600px;
	margin: 10px auto;
	padding: 1px;
	border: 1px solid #dadada;
}
.sp_modal_box2 .body p .block_img img,
.sp_modal_box .body p .block_img img {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.sp_modal_box2 .body .num,
.sp_modal_box .body .num {
	display: inline-block;
	width: 36px;
	height: 24px;
	margin: 0 10px 0 0;
	padding: 6px 0;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
	border-radius: 2px;
	background: #08b;
}
.sp_modal_box2 .body .t,
.sp_modal_box .body .t {
	position: relative;
	padding: 0 0 0 46px;
}
.sp_modal_box2 .body .t .num,
.sp_modal_box .body .t .num {
	position: absolute;
	top: 0;
	left: 0;
}
.sp_modal_box2 p.gray_btn,
.sp_modal_box p.gray_btn {
	width: 240px;
	margin: 70px auto 40px auto;
	padding: 11px 0;
}
.sp_modal_box2 .red_btn,
.sp_modal_box .red_btn {
	width: 540px;
	padding: 18px 0;
	font-size: 28px;
	line-height: 1;
}
.sp_modal_box2 .ok_btn,
.sp_modal_box .ok_btn {
	position: absolute;
	left: calc(50% - 271px);
	bottom: 20px;
	width: 540px;
	padding: 18px 0;
	font-size: 28px;
	line-height: 1;
}
.sp_modal_box2 .gray_btn.ok_btn,
.sp_modal_box .gray_btn.ok_btn {
	position: absolute;
	left: calc(50% - 161px);
	bottom: 20px;
	width: 320px;
	padding: 12px 0;
	font-size: 20px;
	line-height: 1;
}
.sp_modal_box2 .body form,
.sp_modal_box .body form {
	width: 540px;
	margin: 20px auto;
	padding: 30px 40px;
	border: 1px solid #08b;
	border-radius: 4px;
}
.sp_modal_box2 .body form p,
.sp_modal_box .body form p {
	padding: 0;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
}
.sp_modal_box2 .body form input[type="text"],
.sp_modal_box .body form input[type="text"] {
	display: block;
	width: calc(100% - 20px);
	height: 36px;
	padding: 0 10px;
	font-size: 18px;
	line-height: 36px;
	border: 1px solid #b0b0b0;
	border-radius: 2px;
}
.sp_modal_box2 .body form .red_btn,
.sp_modal_box .body form .red_btn {
	width: 320px;
	padding: 11px 0;
}
.sp_modal_box2 .conveni_tbl {
	width: 100%;
}
.sp_modal_box2 .conveni_tbl th {
	padding: 0 20px 6px 0;
	font-size: 22px;
	font-weight: normal;
	line-height: 28px;
	text-align: right;
	vertical-align: bottom;
}
.sp_modal_box2 .conveni_tbl td {
	padding: 6px 0;
	font-size: 24px;
	line-height: 28px;
	text-align: right;
	vertical-align: bottom;
}
/*--------------------------------------------------*/
/*  モーダルウィンドウ                              */
/*--------------------------------------------------*/
.modal {
	display: none;
	position: absolute;
	z-index: 999;
	width: 540px;
	background: #fff;
	border: 4px solid #09f;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#modalOverlay {
	display: none;
	z-index: 998;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba(0,0,0,0.75);
}
img.modalClose {
	position: absolute;
	top: -24px;
	right: -24px;
	width: 54px;
	height: 54px;
}
img.modalClose:hover {
	cursor: pointer;
	color: #f00;
}
.modal .modalTitle {
	padding: 15px 20px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;
	background: #09f;
}
.modal .modalBody {
	padding: 20px 30px;
	font-size: 18px;
	line-height: 26px;
}
.modal .modalBody .txt {
	font-size: 15px;
	line-height: 25px;
}
.modal .grayBtn {
	display: block;
	width: 240px;
	margin: 40px auto;
	color: #000;
	font-size: 18px;
	line-height: 48px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	background: -webkit-linear-gradient(top,#faffff,#d0d0d0);
	background: -moz-linear-gradient(top,   #faffff,#d0d0d0);
	background: linear-gradient(to bottom,  #faffff,#d0d0d0);
	border: 1px solid #808080;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.modal .grayBtn.okBtn {
	width: 320px;
	margin: 40px auto 0 auto;
	font-size: 22px;
	line-height: 54px;
}
.modal .grayBtn:hover {
	background: -webkit-linear-gradient(top,#faffff,#c0e0f0);
	background: -moz-linear-gradient(top,   #faffff,#c0e0f0);
	background: linear-gradient(to bottom,  #faffff,#c0e0f0);
}
.modal .modalNotice {
	margin: 20px 0 10px 0;
	padding: 10px 15px;
	font-size: 15px;
	line-height: 21px;
	background: #fff7fa;
	border: 2px solid #f0a0c0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.modal .peymentChange {
	width: 360px;
	margin: 10px auto;
}
.modal .peymentChange th {
	width: 100px;
	padding: 10px 8px;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	border: 1px solid #b0b0b0;
	border-bottom: none;
}
.modal .peymentChange td {
	padding: 10px 12px;
	font-size: 16px;
	line-height: 1;
	text-align: right;
	border-top: 1px solid #b0b0b0;
	border-right: 1px solid #b0b0b0;
}
.modal .peymentChange tr:last-child th,
.modal .peymentChange tr:last-child td {
	font-weight: bold;
	border-bottom: 1px solid #b0b0b0;
}
.modal .peymentChange td i {
	margin: 0 10px;
}
.modal .peymentChange td strong {
	color: #f00;
	font-weight: bold;
}

/*--------------------------------------------------*/
/*  モーダルウィンドウ                              */
/*--------------------------------------------------*/
.modal {
	display: none;
	position: absolute;
	z-index: 999;
	width: 540px;
	background: #fff;
	border: 4px solid #09f;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#modalOverlay {
	display: none;
	z-index: 998;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba(0,0,0,0.75);
}
img.modalClose {
	position: absolute;
	top: -24px;
	right: -24px;
	width: 54px;
	height: 54px;
}
img.modalClose:hover {
	cursor: pointer;
	color: #f00;
}
.modal .modalTitle {
	padding: 15px 20px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;
	background: #09f;
}
.modal .modalBody {
	padding: 20px 30px;
	font-size: 18px;
	line-height: 26px;
}
.modal .modalBody .txt {
	font-size: 15px;
	line-height: 25px;
}
.modal .grayBtn {
	display: block;
	width: 240px;
	margin: 40px auto;
	color: #000;
	font-size: 18px;
	line-height: 48px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	background: -webkit-linear-gradient(top,#faffff,#d0d0d0);
	background: -moz-linear-gradient(top,   #faffff,#d0d0d0);
	background: linear-gradient(to bottom,  #faffff,#d0d0d0);
	border: 1px solid #808080;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.modal .grayBtn.okBtn {
	width: 320px;
	margin: 40px auto 0 auto;
	font-size: 22px;
	line-height: 54px;
}
.modal .grayBtn:hover {
	background: -webkit-linear-gradient(top,#faffff,#c0e0f0);
	background: -moz-linear-gradient(top,   #faffff,#c0e0f0);
	background: linear-gradient(to bottom,  #faffff,#c0e0f0);
}
.modal .modalNotice {
	margin: 20px 0 10px 0;
	padding: 10px 15px;
	font-size: 15px;
	line-height: 21px;
	background: #fff7fa;
	border: 2px solid #f0a0c0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.modal .loginForm {
	width: 320px;
	margin: 20px auto 10px auto;
	padding: 20px 50px 15px 50px;
	background: #eafafa;
	border: 2px solid #90eaea;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.modal .loginForm p {
	font-size: 15px;
	line-height: 17px;
}
.modal .loginForm input[type=text] {
	display: block;
	width: 300px;
	height: 20px;
	margin-bottom: 15px;
	padding: 4px 8px;
	font-size: 16px;
	line-height: 20px;
	background: #ffffea;
	border: 1px solid #b0b0b0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.modal .loginForm input[type=submit] {
	display: block;
	width: 120px;
	margin: 5px auto 10px auto;
	padding: 3px 0;
	font-size: 16px;
}


.modal .peymentChange {
	width: 360px;
	margin: 10px auto;
}
.modal .peymentChange th {
	width: 100px;
	padding: 10px 8px;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	border: 1px solid #b0b0b0;
	border-bottom: none;
}
.modal .peymentChange td {
	padding: 10px 12px;
	font-size: 16px;
	line-height: 1;
	text-align: right;
	border-top: 1px solid #b0b0b0;
	border-right: 1px solid #b0b0b0;
}
.modal .peymentChange tr:last-child th,
.modal .peymentChange tr:last-child td {
	font-weight: bold;
	border-bottom: 1px solid #b0b0b0;
}
.modal .peymentChange td i {
	margin: 0 10px;
}
.modal .peymentChange td strong {
	color: #f00;
	font-weight: bold;
}


/*--------------------------------------------------*/
/*	ライフ博士Q&A・講座								*/
/*--------------------------------------------------*/
.question {
	position: relative;
	margin: 50px 0 20px;
	display: inline-block;
	max-width: 50%;
	border: 2px solid #000000;
	border-radius: 5px;
	padding: 15px 35px 15px 15px;
}
.q1:before, .q2:before, .q3:before, .q4:before, .q5:before,
.q6:before, .q7:before, .q8:before, .q9:before {
	position: absolute;
	top: -40px;
	left: 10px;
}
.q1:before { content: url("/img/images/knowledge/q1.png"); }
.q2:before { content: url("/img/images/knowledge/q2.png"); }
.q3:before { content: url("/img/images/knowledge/q3.png"); }
.q4:before { content: url("/img/images/knowledge/q4.png"); }
.q5:before { content: url("/img/images/knowledge/q5.png"); }
.q6:before { content: url("/img/images/knowledge/q6.png"); }
.q7:before { content: url("/img/images/knowledge/q7.png"); }
.q8:before { content: url("/img/images/knowledge/q8.png"); }
.q9:before { content: url("/img/images/knowledge/q9.png"); }

.answer {
	position: relative;
	margin: 0 0 70px 50px;
	border: 2px solid #000000;
	border-radius: 5px;
	padding: 15px 15px 15px 15px;
}
.answer:before {
	position: absolute;
	content: url("/img/images/knowledge/doctor.png");
	top: -40px;
	right: 10px;
}
.answer .item,
.lecture .item {
	text-align: right;
	font-size: inherit;
	line-height: inherit;
	margin-top: 1em;
}
.answer .item img,
.lecture .item img {
	display: block;
	float: right;
	margin: 0 0 0 10px;
}
.later {
	margin-top: -50px;
}
.lecture {
	position: relative;
	margin: 50px 0 20px;
	width: 590px;
	border: 2px solid #000000;
	border-radius: 5px;
	padding: 15px 15px 15px 15px;
}
.lecture:before {
	position: absolute;
	content: url("/img/images/knowledge/doctor.png");
	top: -40px;
	left: 10px;
}

/*--------------------------------------------------*/
/*	メディカル豆知識								*/
/*--------------------------------------------------*/
.kusuri {
	width: auto;
}
.kusuri li {
	float: left;
	width: 169px;
	margin: 4px;
	border: 1px solid #cccccc;
	border-radius: 3px;
}
.kusuri li a {
	display: block;
}
.kusuri li a img {
	display: block;
	margin: 0 auto;
	width: 180px;
	height: 180px;
}
.kusuri li a:hover img {
	opacity: 0.7;
}


/*--------------------------------------------------*/
/*	新着のお知らせ									*/
/*--------------------------------------------------*/
#newMsg {
	display: block;
	position: fixed;
	bottom: 20px;
	left: 50%;
	z-index: 999;
	width: 800px;
	height: 120px;
	margin-left: -400px;
	font-size: 14px;
	line-height: 24px;
	background: #fff;
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	-webkit-box-shadow: 0 -4px 12px -1px #606060;
	-moz-box-shadow: 0 -4px 12px -1px #606060;
	box-shadow: 0 -4px 12px -1px #606060;
}
#newMsg .closeMsg {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	color: #fff;
	font-size: 22px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
}
#newMsg .title {
	height: 30px;
	padding: 0 16px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	background: #08b;
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
}
#newMsg .body {
	height: 72px;
	padding: 10px 20px 4px 20px;
	border: 4px solid #08b;
	border-top: none;
	border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
}
#newMsg .body p {
	color: #000;
	font-size: 16px;
	line-height: 24px;
}
#newMsg .body p.small {
	padding-bottom: 4px;
	font-size: 14px;
	line-height: 20px;
}
#newMsg .body a {
	color: #00b;
	font-size: 16px;
	line-height: 24px;
	text-decoration: underline;
}
#newMsg .body strong {
	font-weight: bold;
	color: #f00;
}
#newMsg .body span {
	color: #303030;
	font-size: 14px;
}
/*--------------------------------------------------*/
/*	201701追加スタイル								*/
/*--------------------------------------------------*/
.mainBanner2 {
	display: block;
	width: 650px;
	margin-bottom: 10px;
}
.mainBanner2 img {
	display: block;
	width: 100%;
}
.textH3 {
	padding: 10px;
	color: #303030;
	font-size: 15px;
	line-height: 25px;
}
.listBox {
	margin: 15px 20px;
	padding: 10px;
	border: 1px solid #c0c0c0;
}
.listBox.noBorder {
	border: none;
}
ul.listBox {
	padding: 10px 10px 10px 30px;
}
.listBox ul {
	padding: 10px 0 0 20px;
}
.listBox li {
	font-size: 15px;
	line-height: 25px;
}
.warnText {
	position: relative;
	margin: 10px 0 20px 0;
	padding: 10px 0 10px 70px;
	font-size: 16px;
	font-weight: bold;
	line-height: 28px;
}
.warnText img {
	position: absolute;
	top: 50%;
	left: 0;
	width: 60px;
	margin-top: -26px;
}
.loginFrom {
	width: 500px;
	margin: 20px auto;
}
.loginFrom th {
	width: 120px;
	padding: 8px 10px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1;
	text-align: left;
	background: #f0f0f0;
	border-left: 1px solid #b0b0b0;
	border-bottom: 1px solid #b0b0b0;
}
.loginFrom td {
	padding: 8px 10px;
	border: 1px solid #b0b0b0;
	border-top: none;
}
.loginFrom tr:first-child th,
.loginFrom tr:first-child td {
	border-top: 1px solid #b0b0b0;
}
.loginFrom tr:last-child td {
	text-align: center;
	border: none;
}
.loginFrom tr:last-child td p {
	display: inline-block;
	color: #03c;
	font-size: 14px;
	text-decoration: underline;
	cursor: pointer;
}
.loginFrom input[type="text"] {
	display: block;
	width: 300px;
	height: 20px;
	margin: 0 auto;
	padding: 4px 10px;
	font-size: 16px;
	line-height: 20px;
}
.loginFrom input[type="submit"] {
	position: relative;
	display: block;
	width: 120px;
	margin: 15px auto;
	padding: 8px 10px;
	color: #303030;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	background: -webkit-linear-gradient(top,#fafafa,#e0e0e0);
	background: -moz-linear-gradient(top,   #fafafa,#e0e0e0);
	background: linear-gradient(to bottom,  #fafafa,#e0e0e0);
	border: 1px solid #909090;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}



/*--------------------------------------------------*/
/*	共通スタイル									*/
/*--------------------------------------------------*/
.clear:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.showy {padding: 0 3px;color: #d00;font-size: 15px;font-weight: bold;background-color: #ff2;}
.bold {font-weight: bold;}
.colorRed {color: #f00;}

.center {text-align: center;}
.left   {text-align: left;}
.right  {text-align: right;}

.floatL {float: left; margin: 0 10px 10px 0;}
.floatR {float: right; margin: 0 0 10px 10px;}
.floatC {display:block; margin: 10px auto;}
.pointer {cursor: pointer;}
.focus  {background: #ffc;}
.through {text-decoration: line-through;}
.imeActive {ime-mode: active;}
.disabled  {ime-mode: disabled;}
.hover:hover {opacity: 0.7;}
.hide {display: none !important;}

.listNone    li {list-style-type: none;}
.listDisc    li {list-style-type: disc;}
.listSquare  li {list-style-type: square;}
.listDecimal li {list-style-type: decimal;}

.size10 {font-size: 10px !important;}
.size11 {font-size: 11px !important;}
.size12 {font-size: 12px !important;}
.size13 {font-size: 13px !important;}
.size14 {font-size: 14px !important;}
.size15 {font-size: 15px !important;}
.size16 {font-size: 16px !important;}
.size17 {font-size: 17px !important;}
.size18 {font-size: 18px !important;}
.size19 {font-size: 19px !important;}
.size20 {font-size: 20px !important;}
.size21 {font-size: 21px !important;}
.size22 {font-size: 22px !important;}
.size23 {font-size: 23px !important;}
.size24 {font-size: 24px !important;}
.size25 {font-size: 25px !important;}
.size26 {font-size: 26px !important;}
.size27 {font-size: 27px !important;}
.size28 {font-size: 28px !important;}
.size29 {font-size: 29px !important;}
.size30 {font-size: 30px !important;}
.size31 {font-size: 31px !important;}
.size32 {font-size: 32px !important;}
.size33 {font-size: 33px !important;}
.size34 {font-size: 34px !important;}
.size35 {font-size: 35px !important;}
.size36 {font-size: 36px !important;}

.mt0  {margin-top:       0 !important;}
.mt5  {margin-top:     5px !important;}
.mt10 {margin-top:    10px !important;}
.mt15 {margin-top:    15px !important;}
.mt20 {margin-top:    20px !important;}
.mb0  {margin-bottom:    0 !important;}
.mb5  {margin-bottom:  5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb25 {margin-bottom: 25px !important;}
.ml0  {margin-left:      0 !important;}
.ml5  {margin-left:    5px !important;}
.ml10 {margin-left:   10px !important;}
.ml15 {margin-left:   15px !important;}
.ml20 {margin-left:   20px !important;}
.mr0  {margin-right:     0 !important;}
.mr5  {margin-right:   5px !important;}
.mr10 {margin-right:  10px !important;}
.mr15 {margin-right:  15px !important;}
.mr20 {margin-right:  20px !important;}

.pt0  {padding-top:     0px !important;}
.pt5  {padding-top:     5px !important;}
.pt10 {padding-top:    10px !important;}
.pt15 {padding-top:    15px !important;}
.pt20 {padding-top:    20px !important;}
.pb0  {padding-bottom:  0px !important;}
.pb5  {padding-bottom:  5px !important;}
.pb10 {padding-bottom: 10px !important;}
.pb15 {padding-bottom: 15px !important;}
.pb20 {padding-bottom: 20px !important;}
.pl0  {padding-left:    0px !important;}
.pl5  {padding-left:    5px !important;}
.pl10 {padding-left:   10px !important;}
.pl15 {padding-left:   15px !important;}
.pl20 {padding-left:   20px !important;}
.pr0  {padding-right:   0px !important;}
.pr5  {padding-right:   5px !important;}
.pr10 {padding-right:  10px !important;}
.pr15 {padding-right:  15px !important;}
.pr20 {padding-right:  20px !important;}

.clr_000 {color: #000 !important;}
.clr_fff {color: #fff !important;}
.clr_f00 {color: #f00 !important;}
.clr_00f {color: #00f !important;}
.clr_0f0 {color: #0f0 !important;}
.fw_no {font-weight: normal !important;}
.fw_bo {font-weight: bold   !important;}
.fs_10 {font-size: 10px !important;}
.fs_11 {font-size: 11px !important;}
.fs_12 {font-size: 12px !important;}
.fs_13 {font-size: 13px !important;}
.fs_14 {font-size: 14px !important;}
.fs_15 {font-size: 15px !important;}
.fs_16 {font-size: 16px !important;}
.fs_17 {font-size: 17px !important;}
.fs_18 {font-size: 18px !important;}
.fs_19 {font-size: 19px !important;}
.fs_20 {font-size: 20px !important;}
.fs_21 {font-size: 21px !important;}
.fs_22 {font-size: 22px !important;}
.fs_23 {font-size: 23px !important;}
.fs_24 {font-size: 24px !important;}
.fs_25 {font-size: 25px !important;}
.fs_26 {font-size: 26px !important;}
.fs_27 {font-size: 27px !important;}
.fs_28 {font-size: 28px !important;}
.fs_29 {font-size: 29px !important;}
.fs_30 {font-size: 30px !important;}
.fs_31 {font-size: 31px !important;}
.fs_32 {font-size: 32px !important;}
.fs_33 {font-size: 33px !important;}
.fs_34 {font-size: 34px !important;}
.fs_35 {font-size: 35px !important;}
.fs_36 {font-size: 36px !important;}
.ta_c  {text-align: center !important;}
.ta_l  {text-align: left   !important;}
.ta_r  {text-align: right  !important;}
.mt_0  {margin-top:      0px !important;}
.mt_5  {margin-top:      5px !important;}
.mt_10 {margin-top:     10px !important;}
.mt_15 {margin-top:     15px !important;}
.mt_20 {margin-top:     20px !important;}
.mt_30 {margin-top:     30px !important;}
.mt_40 {margin-top:     40px !important;}
.mt_50 {margin-top:     50px !important;}
.mt_100{margin-top:    100px !important;}
.mb_0  {margin-bottom:   0px !important;}
.mb_5  {margin-bottom:   5px !important;}
.mb_10 {margin-bottom:  10px !important;}
.mb_15 {margin-bottom:  15px !important;}
.mb_20 {margin-bottom:  20px !important;}
.mb_30 {margin-bottom:  30px !important;}
.mb_40 {margin-bottom:  40px !important;}
.mb_50 {margin-bottom:  50px !important;}
.mb_100{margin-bottom: 100px !important;}
.ml_0  {margin-left:     0px !important;}
.ml_5  {margin-left:     5px !important;}
.ml_10 {margin-left:    10px !important;}
.ml_15 {margin-left:    15px !important;}
.ml_20 {margin-left:    20px !important;}
.ml_30 {margin-left:    30px !important;}
.ml_40 {margin-left:    40px !important;}
.ml_50 {margin-left:    50px !important;}
.ml_100{margin-left:   100px !important;}
.mr_0  {margin-right:    0px !important;}
.mr_5  {margin-right:    5px !important;}
.mr_10 {margin-right:   10px !important;}
.mr_15 {margin-right:   15px !important;}
.mr_20 {margin-right:   20px !important;}
.mr_30 {margin-right:   30px !important;}
.mr_40 {margin-right:   40px !important;}
.mr_50 {margin-right:   50px !important;}
.mr_100{margin-right:  100px !important;}
.pt_0  {padding-top:     0px !important;}
.pt_5  {padding-top:     5px !important;}
.pt_10 {padding-top:    10px !important;}
.pt_15 {padding-top:    15px !important;}
.pt_20 {padding-top:    20px !important;}
.pt_30 {padding-top:    30px !important;}
.pb_0  {padding-bottom:  0px !important;}
.pb_5  {padding-bottom:  5px !important;}
.pb_10 {padding-bottom: 10px !important;}
.pb_15 {padding-bottom: 15px !important;}
.pb_20 {padding-bottom: 20px !important;}
.pb_30 {padding-bottom: 30px !important;}
.pl_0  {padding-left:    0px !important;}
.pl_5  {padding-left:    5px !important;}
.pl_10 {padding-left:   10px !important;}
.pl_15 {padding-left:   15px !important;}
.pl_20 {padding-left:   20px !important;}
.pl_30 {padding-left:   30px !important;}
.pr_0  {padding-right:   0px !important;}
.pr_5  {padding-right:   5px !important;}
.pr_10 {padding-right:  10px !important;}
.pr_15 {padding-right:  15px !important;}
.pr_20 {padding-right:  20px !important;}
.pr_30 {padding-right:  30px !important;}
.link {color: #1010ca; text-decoration: underline; cursor: pointer;}
.link:hover {color: #f00000;}
/*--------------------------------------------------*/
/*  共通ボタン                                      */
/*--------------------------------------------------*/
a.red_btn,
button.red_btn,
.red_btn {
	display: block;
	margin: 0 auto;
	padding: 11px 0;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	text-shadow: -1px -1px 1px #606060;
	cursor: pointer;
	background: -webkit-linear-gradient(top,#ea3030,#ca0000);
	background: -moz-linear-gradient(top,   #ea3030,#ca0000);
	background: linear-gradient(to bottom,  #ea3030,#ca0000);
	border: 1px solid #b00000;
	border-radius: 4px;
}
.red_btn:hover {
	background: -webkit-linear-gradient(top,#e02a2a,#aa0000);
	background: -moz-linear-gradient(top,   #e02a2a,#aa0000);
	background: linear-gradient(to bottom,  #e02a2a,#aa0000);
}
a.gray_btn,
button.gray_btn,
.gray_btn {
	display: block;
	margin: 0 auto;
	padding: 11px 10px;
	color: #2a2a2a;
	font-size: 18px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	background: -webkit-linear-gradient(top,#faffff,#dadada);
	background: -moz-linear-gradient(top,   #faffff,#dadada);
	background: linear-gradient(to bottom,  #faffff,#dadada);
	border: 1px solid #808080;
	border-radius: 4px;
}
.gray_btn:hover {
	background: -webkit-linear-gradient(top,#faffff,#c0e0f0);
	background: -moz-linear-gradient(top,   #faffff,#c0e0f0);
	background: linear-gradient(to bottom,  #faffff,#c0e0f0);
}
.normal_btn {
	width: 240px;
	padding: 14px 0;
	font-size: 20px;
}
.wide_btn {
	width: 320px;
	padding: 16px 0 !important;
	font-size: 20px;
}


/*--------------------------------------------------*/
/*  あしとみが追加(20/07/29) 追加・共通スタイル                                      */
/*--------------------------------------------------*/

section h3.normal {
	margin: 20px 0 8px;
	padding: 4px 0;
	border-bottom: 1px solid #ccc;
	border-left: 6px solid #ccc;
    padding-left: 5px;
}
section h3.normal:before,
section h3.normal::before {
	content: none;
}

.marker {
	font-weight: bold;
	background: linear-gradient(transparent 70%, #ff2 70%);
}
.note {
	color: #d00;
	font-size: 12px;
	font-weight: bold;
}
.note::before {
	content: "※";
}

/*--------------------------------------------------*/
/*  追加(20/08/17) 商品サムネスライダー                                      */
/*--------------------------------------------------*/

.flexslider {
    border: none;
    margin-bottom: 0!important;
	position: relative;
}

.flex-direction-nav a:before {
		content: "\f053"!important;
    font-family: FontAwesome!important;
    opacity: 0.6;
}
.flex-direction-nav a.flex-next:before {
    content: "\f054"!important;
    font-family: FontAwesome;
    opacity: 0.6;
}


/* flexslider 設定変更 */
.flexslider .slides > li {
	cursor: pointer;
}
.flexslider .slides img {
    width: 240px!important;
    height: 240px!important;
    object-fit: contain;
    margin: auto;
		padding: 8px;
		border: none;
}

.flex-control-thumbs li {
    height: 64px;
}

.flex-control-thumbs img {
	opacity: .7!important;
}

.flex-control-thumbs img {
		width: 70%!important;
    height: 70%!important;
    object-fit: contain;
    padding: 8px;
}

.flex-control-thumbs .flex-active {
	border-color: #f60!important;
}

/*--------------------------------------------------*/
/*  追加(20/10/07) 商品ページのページ内リンク                                      */
/*--------------------------------------------------*/
.n-lnk-lst {
    margin: 60px auto 40px auto;
    max-width: 80%;
    background: #ffffff;
}
.n-lnk-lst ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.n-lnk-lst ul li{
    width: 20%;
}
.n-lnk-lst ul li a{
    position: relative;
    display: block;
    margin: 0 5px;
    padding: 12px 0 35px 0;
    color: #2a2a2a;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    background: -webkit-linear-gradient(top,#faffff,#dadada);
    background: -moz-linear-gradient(top, #faffff,#dadada);
    background: linear-gradient(to bottom, #faffff,#dadada);
    border: 1px solid #808080;
    border-radius: 4px;
    transition: .3s ease-in-out;
}
.n-lnk-lst ul li a:before {
    content: "";
    position: absolute;
    /* top: 100%; */
    bottom: 6px;
    left: 51%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #b9b9b9;
}
.n-lnk-lst ul li a:after {
    content: "";
    position: absolute;
    /* top: 100%; */
    bottom: 7px;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #F06000;
}
.n-lnk-lst ul li a:hover{
    box-shadow: 0 4px 15px rgba(0, 0, 0, .25);
    transform: translateY(-2px);
    }
/*--------------------------------------------------*/
/*  追加(20/10/12) 配送先情報の登録                                      */
/*--------------------------------------------------*/
.chi{
    margin-bottom: 20px;
}
.chi p{
    color: #2a2a2a !important;
    font-size: 13.5px !important;
    line-height: 20px !important;
}
.mk-txt-fw{
    font-weight: bold;
    background: linear-gradient(transparent 60%, #ffff66 60%);
    color: #f00;
}
.selected{
    display: none;
}
.selected{
	position:relative;
    padding: 1em;
    margin: 0.5em 0 1em;
    color: #2a2a2a;
    background: white;
    border-top: solid 5px #0090f0;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.selected:before{
    content: "";
    position: absolute;
    top: -27px;
    left: 40px;
    margin-left: -12px;
    border: 12px solid transparent;
    border-bottom: 12px solid #0090f0;
}
.sltd-top {
    font-weight: bold;
    margin-bottom: 9px;
    color: #f00;
    border-bottom: 1px solid;
}
.sltd-bottom p{
    color: #2a2a2a !important;
    font-size: 14px !important;
    line-height: 20px !important;
    margin-bottom: 10px;
}
.sltd-bottom p:last-child{
    margin-bottom: 0 !important;
}
span.fw {
    font-weight: bold;
}
/*--------------------------------------------------*/
/*  追加(20/12/02) 注文完了画面レイアウト変更                                     */
/*--------------------------------------------------*/
    .mailInfo .body {
      font-size: 17px;
      line-height: 1.5;
    }
    .flowArea {
      font-size: 17px;
      line-height: 1.5;
    }
    .mailInfo {
      background: #ffffff;
      color: #2a2a2a;
      border: 1px solid #b0b0b0;
      font-weight: normal;
      width: auto;
      max-width: 565px !important;
      margin: 30px auto 5px !important;
    }
    .mailInfo .title {
      font-weight: bold;
      color: #f00;
    }
    .mailInfo .title span {
      background: linear-gradient(transparent 60%, #ffff66 60%);
    }
    .mailInfo .body {}
    .mailInfo .body p {
      font-weight: normal;
      text-align: left;
      margin-top: 30px;
      line-height: 1.5;
      font-size: 17px;
    }
    .mailInfo .body p span {
      font-weight: bold;
      color: #09c;
    }
    p.fw-sc {
      line-height: 1.5;
      font-size: 17px;
    }
    p.fsc-z {
      font-size: 16px;
      margin-top: 15px;
    }
    a.fsc-z {
      color: #09c !important;
      text-decoration: underline !important;
      background: none !important;
      display: inline-block !important;
      padding: 0 !important;
      margin: 0 !important;
      font-size: 17px !important;
      border: none !important;
      box-shadow: 0 !important;
      width: auto !important;
      -webkit-box-shadow: none !important;
    }
    .tc-cen-img {
      text-align: center;
      margin-top: 10px;
    }
    .tc-cen-img img {
      width: 483px;
      height: 274px;
      margin: 0 auto;
    }
    ul.ullist {
      margin-left: 20px;
    }
    ul.ullist li {
      list-style-type: disc !important;
      font-size: 14px;
      margin-bottom: 7px;
      line-height: 1.6;
    }
    h3.flowTitle {
      font-weight: bold;
      font-size: 15px;
      border-bottom: 1px solid #ccc;
      margin-bottom: 10px;
      padding-bottom: 3px;
      margin-top: 20px;
    }
    .tyo-box {
      margin: 2em 0;
      background: #f3f3f3;
    }
    h2.tyo-title {
      font-size: 1.2em;
      background: #f83131;
      padding: 4px;
      text-align: center;
      color: #FFF;
      font-weight: bold;
      letter-spacing: 0.05em;
    }
    .tyo-box-inner {
      padding: 40px;
    }
/*--------------------------------------------------*/
/*  追加(20/12/24) カートページボタン配色(変更前画像：『btn_cart_back.png』、『btn_cart_go.png』、『btn_cart_back.png』)                                     */
/*--------------------------------------------------*/
a.c-red_btn {
  display: inline-block;
  margin: 0 auto;
  color: #2a2a2a;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background: -webkit-linear-gradient(top, #faffff, #dadada);
  background: -moz-linear-gradient(top, #faffff, #dadada);
  background: linear-gradient(to bottom, #faffff, #dadada);
  border: 1px solid #808080;
  border-radius: 4px;
  width: 200px;
  padding: 15px 0;
}
a.c-gray_btn:hover {
  background: -webkit-linear-gradient(top, #e02a2a, #aa0000) !important;
  background: -moz-linear-gradient(top, #e02a2a, #aa0000) !important;
  background: linear-gradient(to bottom, #e02a2a, #aa0000) !important;
}
a.c-gray_btn {
  display: inline-block;
  margin: 0 auto;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-shadow: -1px -1px 1px #606060;
  cursor: pointer;
  background: -webkit-linear-gradient(top, #ea3030, #ca0000);
  background: -moz-linear-gradient(top, #ea3030, #ca0000);
  background: linear-gradient(to bottom, #ea3030, #ca0000);
  border: 1px solid #b00000;
  border-radius: 4px;
  width: 200px;
  padding: 15px 0;
}
a.c-red_btn:hover {
  background: -webkit-linear-gradient(top, #faffff, #c0e0f0) !important;
  background: -moz-linear-gradient(top, #faffff, #c0e0f0) !important;
  background: linear-gradient(to bottom, #faffff, #c0e0f0) !important;
}
a.c-blue_btn {
  display: inline-block;
  margin: 0 auto;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-shadow: -1px -1px 1px #606060;
  cursor: pointer;
  background: -webkit-linear-gradient(top, #296989, #11506F);
  background: -moz-linear-gradient(top, #296989, #11506F);
  background: linear-gradient(to bottom, #296989, #11506F);
  border: 1px solid #092a3b;
  border-radius: 4px;
  width: 200px;
  padding: 15px 0;
}
a.c-blue_btn:hover {
  background: -webkit-linear-gradient(top, #26617e, #0c3e56) !important;
  background: -moz-linear-gradient(top, #26617e, #0c3e56) !important;
  background: linear-gradient(to bottom, #26617e, #0c3e56) !important;
}
p.c-gray {
  display: inline-block;
  margin: 0 auto;
  color: #2a2a2a;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background: -webkit-linear-gradient(top, #faffff, #dadada);
  background: -moz-linear-gradient(top, #faffff, #dadada);
  background: linear-gradient(to bottom, #faffff, #dadada);
  border: 1px solid #808080;
  border-radius: 4px;
  width: 200px;
  padding: 15px 0;
  opacity: 0.5;
  cursor: default;
}
/*--------------------------------------------------*/
/*  追加(20/12/29) 商品ページテーブル上書き                                   */
/*--------------------------------------------------*/
.p-table-area span.uni-price {
    font-size: 12px;
  }

  .p-table-area td.i3 span {
    position: relative;
    text-align: right;
    display: block;
  }

  .p-table-area td.i3 span:after {
    color: #a0a0a0;
    content: "\f061";
    font-family: 'FontAwesome';
    font-weight: bold;
	margin-left: 15px;
	position:absolute;
  }

  .p-table-area .priceTable .i7 a {
	/*width: 140px;*/
	width: 160px;
	padding: 10px 0 10px 30px;
	box-sizing: content-box;
  }
  .p-table-area .priceTable .i7 font{
	/*width: 140px;*/
	width: 160px;
    display: block;
    padding: 10px 15px 10px 15px;
  }

  .p-table-area section .priceTable th, .p-table-area section .priceTabletd {}

  .p-table-area table.priceTable tr td:nth-of-type(2) {
    border: none !important;
    border-bottom: 1px solid #bbb !important;
  }

  .p-table-area table.priceTable tr td:nth-of-type(3) {
    border: none !important;
    border-bottom: 1px solid #bbb !important;
    width: 315px;
  }

  .p-table-area .priceTable th {
	font-size: 16px;
    padding: 10px 0;
  }

  .p-table-area span.price {
    font-size: 28px;
    text-align: right;
    display: inline-block;
    width: 120px;
  }

  .p-table-area .priceTable .i3 {
    width: 105px;
  }

  .p-table-area span.uni-price {
    line-height: 20px;
    display: inline-block;
	margin-left: 10px;
	line-height: 1;
  }
  /*商品ページテーブルイメージ*/
  .tb-img img {
    max-width: 100% !important;
}
.tb-img {
    width: 125px;
}
/*--------------------------------------------------*/
/*  追加(21/01/25) トップページスライダー                                 */
/*--------------------------------------------------*/
.slider {
	margin: 100px auto;
	width: 100%;
  }
  .slick-slide a:hover img{
	  opacity: 0.7;

  }
  .slider img {
	height: auto;
	width: 100%;
  }
  .single-item {
	max-width: 600px;
	margin: 0 auto 50px;
  }
  .slick-prev:before {
	content: '←';
	color: #000 !important;
  }
  .slick-next:before {
	content: '→';
	color: #000 !important;
  }
  .thumb-item {
	margin-bottom: 0 !important;
	margin-top: 10px;
	;
  }
  .thumb-item-nav {
	margin-top: 10px !important;
	margin-bottom: 15px !important;
  }
  button.slick-next.slick-arrow {
	right: 0 !important;
	width: 40px;
	height: 55px;
	background: rgba(104, 104, 104, 0.6);
	border-radius: 5px 0 0 5px !important;
  }
  button.slick-prev.slick-arrow {
	left: 0 !important;
	z-index: 1;
	width: 40px;
	height: 55px;
	background: rgba(104, 104, 104, 0.6);
	border-radius: 0 5px 5px 0 !important;
  }
  .thumb-item li {
	outline: none;
  }
  .thumb-item-nav li.slick-slide {
	margin: 0 5px;
	border-style: none !important;
	outline: none;
  }
  .slick-next:before {
	content: '\f054' !important;
	color: #fff !important;
	font-family: FontAwesome !important;
	font-weight: 900;
  }
  .slick-prev:before {
	content: '\f053' !important;
	color: #fff !important;
	font-family: FontAwesome !important;
	font-weight: 900;
  }
  .slick-track::after {
	content: '';
	clear: both;
  }
  .thumb-item-nav .slick-track {
	transform:unset!important;
	}
	ul.slider.thumb-item-nav.slick-initialized.slick-slider li.slick-slide.slick-active{
		padding-top: 8px;
	}
	ul.slider.thumb-item-nav.slick-initialized.slick-slider li.slick-slide.slick-current.slick-active{
	outline: none !important;
	outline-offset: 0 !important
	}
	ul.slider.thumb-item-nav.slick-initialized.slick-slider li.slick-slide.slick-current.slick-active p{
		position: relative;
		outline: 2px solid#0090F0;
		outline-offset: -2px;	
	}
	ul.slider.thumb-item-nav.slick-initialized.slick-slider li.slick-slide.slick-current.slick-active img{
		
	}
	ul.slider.thumb-item-nav.slick-initialized.slick-slider li.slick-slide.slick-current.slick-active p:before{
	position: absolute;
	top: -16px;
	left: calc(50% - 8px);
	width: 0;
	height: 0;
	content: " ";
	border-color: transparent transparent #0090F0 transparent;
	border-style: solid solid solid solid;
	border-width: 8px 8px 8px 8px;
	}
	ul.slider.thumb-item-nav.slick-initialized.slick-slider {
	margin: 0px auto !important;
	margin-bottom: 10px !important;
	}
  /*口コミ投稿レイアウト*/
  .reviewForm table .tr3 td {
    width: 270px;
    padding: 5px 0 5px 10px;
}
.reviewForm table select.age{
	font-size: 15px;
	color: #000;
	font-weight: normal;
}
span.tosi {
    font-size: 16px;
    display: inline-table;
    vertical-align: bottom;
    margin-bottom: 2px;
	margin-left: 5px;
}
/*--------------------------------------------------*/
/*  追加(21/02/08) カテゴリーコンテンツレイアウト      */
/*--------------------------------------------------*/
.Category-contents {
	font-size: 16px !important;
  }
  .Category-contents a{
	color: #03c !important;
  }
  .Category-contents p, .Category-contents ul li {
	font-size: 16px !important;
	line-height: 1.5;
  }
  .Category-contents p{
	margin-bottom: 13px;
  }
  .Category-contents ul {
	margin: 10px 0;
  }
  .Category-contents h2 {
	padding: 10px 10px;
	color: #494949;
	/*文字色*/
	background: #f6f4f4;
	/*背景色*/
	border-left: solid 5px #0090f0;
	/*左線*/
	font-size: 22px;
	margin: 40px 0 15px;
	font-weight: bold;
  }
  .Category-contents h3 {
	/* border-left: 6px solid #0090f0; */
	margin: 10px 0;
	font-weight: bold !important;
	font-size: 17px;
	/* padding: 10px 10px; */
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin: 20px 0;
  }
  .Category-contents table {
	margin-top: 15px;
	table-layout: fixed;
  }
  .Category-contents td.cell1 img{
	  max-width: 30%;
  }
  .Category-contents td{
	  text-align: center !important;
  }
  .Category-contents td.cell1{
	  width: 135px !important;
  }
  .Category-contents table.compareTable4.add-c tr:nth-of-type(1) td:nth-child(n+2){
      border-top: 1px solid #bbb;
  }
  /*ヘッドバナー*/
  .head-banner img{
	max-width: 100%;	
}
.head-banner {
   margin-bottom: 10px;
}
.head-banner a:hover{
	opacity: 0.7;
}
/*--------------------------------------------------*/
/*  追加(21/06/03) テーブルレイアウト      */
/*--------------------------------------------------*/
.tbl-r03 th {
	background: #eaeaea;
	border: solid 1px #ccc;
	padding: 10px;
  }
  .tbl-r03 td {
	border: solid 1px #ccc;
	padding: 10px;
  }
  .tbl-r03 td:nth-child(1) {
    width: 100px;
}
.tbl-r03 td:nth-child(2) {
    width: 160px;
    padding: 4px 8px;
    text-align: left;
}
.tbl-r03 td:nth-child(3) {
    width: 60px;
}
.tbl-r03 td:nth-child(4) {
    width: 80px;
}
.tbl-r03 td:nth-child(5) {
    width: 120px;
}
table.tbl-05 td{
	text-align: center;
}
table.tbl-05 td:nth-of-type(4){
	text-align: left !important;
}
table.tbl-05 .tb-img {
margin: 0 auto;
}
/*--------------------------------------------------*/
/*  追加(21/08/11) ページで使用するパーツ作成      */
/*--------------------------------------------------*/
.mokuji *, .mokuji *:before, .mokuji *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.mokuji {
	position: relative;
}
.mokuji label {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 50%;
    transform: translate(-50%);
	width: 100%;
	height: 140px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	/* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
	background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}
.mokuji input:checked + label {
	background: none !important; /* 開いた時にグラデーションを消す */
}
.mokuji label:after {
	line-height: 2.5rem;
	position: absolute;
	z-index: 2;
	bottom: 20px;
	left: 50%;
	width: 15rem;
	font-family: FontAwesome;
	content: '\f13a'' 続きの目次';
	transform: translate(-50%, 0);
	letter-spacing: 0.05em;
	color: #ffffff;
	border-radius: 20px;
	background-color: #03c;
}
.mokuji input {
	display: none;
}
.mokuji .mokuji-list {
	overflow: hidden;
	height: 185px; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
}
.mokuji input:checked + label {
	/* display: none ; 閉じるボタンを消す場合解放 */
}
.mokuji input:checked + label:after {
	font-family: FontAwesome;
	content: '\f139'' 閉じる';
}
.mokuji input:checked ~ .mokuji-list {
	height: auto;
	padding-bottom: 90px; /* 閉じるボタンのbottomからの位置 */
	transition: all 0.5s;
}	
.mokuji {
	background: #eee;
	padding: 45px;
	margin-bottom: 40px;
	border-top: 4px solid #03c;
	background: #eee;
	padding: 45px;
	margin-bottom: 40px;
	border-top: 4px solid #03c;
	width: 375px;
	box-sizing: border-box;
  }
  p.mokuji-title {
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 21px;
  }
  ul.mokuji-list li, ul.mokuji-list2 li {
	font-size: 16px;
	line-height: 1.4;
  }
  ul.mokuji-list li a,ul.mokuji-list2 li a{
	text-decoration: underline !important;
	color: #00d !important;
  }
  ul.mokuji-list li a:hover,ul.mokuji-list2 li a:hover {
	text-decoration: none !important;
	color: #00d;
  }
  ul.mokuji-list li:last-child,ul.mokuji-list2 li:last-child {
	margin-bottom: 0 !important;
  }
  li.h2-mk-link {
	margin-bottom: 15px;
  }
  li.h3-mk-link {
	margin: 0px 20px 10px;
  }
  .cncn-box {
	position: relative;
	margin: 2em 0;
	padding: 20px;
	border: solid 3px #f80;
  }
  .cncn-box .cncn-title {
	position: absolute;
	display: inline-block;
	top: -27px;
	left: -3px;
	padding: 0 9px;
	height: 25px;
	line-height: 25px;
	font-size: 17px;
	background: #f80;
	color: #ffffff;
	font-weight: bold;
	border-radius: 5px 5px 0 0;
  }
  .cncn-box ul li {
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: bold;
	position: relative;
	padding-left: 17px;
  }
  .cncn-box ul li a {
	color: #f80 !important;
  }
  .cncn-box ul li a:hover {
	text-decoration: none !important;
  }
  .cncn-box ul li:before {
	content: "\f101";
	font-family: FontAwesome;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
	color: #333;
  }
  .cncn-box ul li:last-child {
	margin-bottom: 0 !important;
  }
  .pg-link {
	position: relative;
	display: inline-block;
	padding: 15px 40px;
	text-decoration: none;
	color: #FFF !important;
	background: #0090f0;
	/*背景色*/
	border-bottom: solid 2px #047ccb;
	/*少し濃い目の色に*/
	border-radius: 4px;
	/*角の丸み*/
	font-weight: bold;
	font-size: 14px;
	text-decoration: none !important;
	margin-bottom: 10px;
  }
  .pg-link:after {
	content: "\f0ab";
	font-family: FontAwesome;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
  }
  .pg-link:active {
	border-bottom: solid 2px #0090f0;
  }
  /*--------------------------------------------------*/
/*  追加(21/08/13) お問い合わせボタン      */
/*--------------------------------------------------*/
  .info6.tc {
	text-align: center;
  }
  a.info-btn {
	position: relative;
	display: inline-block;
	width: 175px;
	padding: 10px 0;
	margin: 10px auto;
	text-decoration: none;
	color: #FFF;
	background: linear-gradient(to bottom, #f8a558, #fd9535);
	border-radius: 4px;
	/*角の丸み*/
	font-weight: bold;
	text-align: center;
	border: 1px solid #dd6c04;
	font-size: 16px;
	line-height: 1;
  }
    /*--------------------------------------------------*/
/*  追加(21/08/16) 公式バナーボックス     */
/*--------------------------------------------------*/
.official-box {
    border: 1px solid #ccc;
    margin-bottom: 10px;
}
.ofc-inner{
    padding: 5px;
}
.ofc-inner a:hover{
	opacity: 0.7;
}
.official-box img{
	max-width: 100%;
}
p.ofc-ttl {
    background: #eeeeee;
    font-weight: bold;
    padding: 10px 5px;
	font-size: 12px;
}
p.txt-lk {
    margin-bottom: 10px;
}
a.text-link2 {
    position: relative;
    display: inline-block;
    padding: 7px 5px;
    text-decoration: none;
    color: #FFF;
    background: #fd9535;
    border-bottom: solid 2px #d27d00;
    border-radius: 4px;
    box-shadow: inset 0 2px 0 rgb(255 255 255 / 20%), 0 2px 2px rgb(0 0 0 / 19%);
    font-weight: bold;
}
/*初めての方はコチラ*/
ul.flowBtn.guid li a, ul.flowBtn.guid li div {
	position: relative;
	display: block;
	border: 1px solid #f44;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 60px 60px;
  }
  ul.flowBtn.guid li div .corner, ul.flowBtn.guid li a .corner {
	position: absolute;
	top: 0px;
	left: 0px;
	color: #fff;
	font-size: 21px !important;
	font-weight: bold;
  }
  ul.flowBtn.guid li a:before, ul.flowBtn.guid li div:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 40px solid #f44;
	border-right: 40px solid transparent;
  }
  body ul.flowBtn.guid li {
	background-image: none !important;
	border: none !important
  }
  body ul.flowBtn.guid li a img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 81%;
  }
  ul.flowBtn.guid:after {
	content: "";
	display: block;
	clear: both;
  }
  .con-t-flex {
	display: flex;
	justify-content: space-between;
	max-width: 100%;
  }
  .c-flex-4 {
    display: flex;
	margin-bottom: 10px;
}
.c-flex-4 a {
    width: 25%;
}
span.kosuu {
    font-size: 16px;
    font-weight: normal;
    margin-left: 5px;
}
	/*モーダルウィンドウ*/
	.modal_open{
		margin: 3vw;
		display: inline-block;
	  }
	  
	  .modal_box {
		position: fixed;
		display: none;
		z-index: 7777;
		width: 725px;
		max-width: 730px;
		margin: 0;
		padding: 70px 80px;
		border: 5px solid #aaa;
		text-align: center;
		background: #fff;
		box-sizing: border-box;
		top: 50% !important;
		left: 50% !important;
		transform: translate(-50%,-50%);
	  }
	  
	  
	  .modal_close {
		background: #e6e6e6;
		color: #000 !important;
		width: 62px;
		height: 62px;
		line-height: 62px;
		display: block;
		font-size: 46px;
		position: absolute;
		top: 0;
		right: 0;
		text-align: center;
		text-decoration: none !important;
	  }
	  .modal_close span{
	  position: relative;
	  }
	  .modal_close span:before{
	  content: "\f00d";
		font-weight: bold;
		font-size: 18px;
		font-family: FontAwesome;
		/* color: #75b4e3; */
		color: #333 !important;
		vertical-align: middle;
		display: flex;
		align-items: center;
		justify-content: center;
	  }
	  .modal_close i {
		line-height: 62px;
		vertical-align: bottom;
	  }
	  
	  .modal_bg {
		z-index: 6666;
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 120%;
		background-color: rgba(0,0,0,0.75);
	  }
	  
	  .link_area {
		overflow: hidden;
		max-width: 410px;
		margin: 60px auto 0;
		text-align: center;
	  }
	  
	  .link_area .modal_link {
		display: inline;
	  }
	  
	  .link_area .modal_link a {
		display: inline-block;
		background: #e6e6e6;
		width: 180px;
		line-height: 2.5;
		text-decoration: none;
		color: #000;
		margin: 0 10px;
		font-weight: bold;
		font-size: 14px;
		border-radius: 3px;
		border-bottom: 2px solid #9d9c9c;
	  }
	  
	  .link-area ul li.modal_link:first-child a {
		float: left;
	  }
	  
	  .link-area ul li.modal_link:last-child a {
		float: right;
	  }
	  
	  p.mdl-ttl {
		font-weight: bold;
		font-size: 35px;
		margin-bottom: 40px;
	  }
	  input.gray_btn.gy-shf {
		width: 250px;
		padding: 15px 0;
	  }
	  p.btn-center{
	  margin-top: 10px;;
	  }
	  p a.modal_open.gray_btn.gy-shf2 {
		width: 100%;
		padding: 15px 0 !important;
		margin:0 auto !important;
		font-weight: bold;
	  }
	  .cell3btnlog{
	  margin-top: 13px;
	  }
	  @media screen and (max-width: 769px) {
	  
	  .modal_content {
		padding: 50px 2vw 40px;
	  }
	  
	  
	  
	  .link_area .modal_link a {
		margin: 15px auto 0;
	  }
	  
	  .link_area ul li.modal_link:first-child a {
		float: none;
		margin-top: 0;
	  }
	  
	  .link_area ul li.modal_link:last-child a {
		float: none;
	  }
	  
	  .modal_close {
		width: 40px;
		line-height: 40px;
		font-size: 30px;
	  }
	  
	  .link_area {
		margin: 25px auto 0;
	  }
	  
	  .modal_close i {
		line-height: 44px;
	  }
	  }
	  p.mdl-txt {
		font-size: 14px;
		line-height: 1.5;
	}
	  /*モーダルウィンドウ*/
	  /*ランキングメニュー*/
	  .rank_menu {
		border: 1px solid #ccc;
		margin-bottom: 10px;
	  }
	  p.rank-ttl {
		background: #eeeeee;
		font-weight: bold;
		padding: 10px 5px;
		font-size: 12px;
	  }
	  p.rank-ttl:before {
		content: '';
		display: inline-block;
		width: 20px;
		height: 18px;
		background-image: url(/img/ranking/king.png);
		background-repeat: no-repeat;
		background-size: contain;
		vertical-align: middle;
		margin-right: 5px;
	  }
	  .rank_menu-inner {
		padding: 10px;
	  }
	  .rank_menu-inner ul li {
		border-bottom: 1px dashed #ccc;
		padding-bottom: 10px;
		margin-bottom: 10px;
		font-size: 13px;
		position: relative;
	  }
	  .rank_menu-inner ul li a:before {
		content: "\f105";
		font-family: FontAwesome;
		font-size: 13px;
		font-style: normal;
		font-weight: normal;
		margin-right: 5px;
		color: #FFD61F;
	  }
	  .rank_menu-inner ul li a {
		color: #03c !important;
		display: block;
		position: relative;
	  }
	  .rank_menu-inner ul li a:hover {
		text-decoration: underline;
	  }
	  .rank_menu-inner ul li a:after {
		position: absolute;
		content: 'Ranking';
		font-size: 10px;
		color: #c5c5c5;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
	}