@charset "utf-8";
/*--------------------------------------------
  common.css
--------------------------------------------*/

/*--------------------------------------------
1:Initialization
	1-1:reset
	1-2:clearfix -micro clearfix-
	1-3:body,font
	1-4:anchor
	1-5:hide,hidden
	1-6:required
	1-7:text
	1-8:num,date
2.Block,Item
	2-1:itemWrap
	2-2:inline_block
3.Table
	3-1:table-basic(tr, th, td, tfoot...)
	3-2:table-layout
	3-3:table-paging
4.Form
	4-1:form-basic
	4-2:form-focus
	4-3:form-button
	4-4:form-checkbox,radio
	4-5:form-label
	4-6:form-select
	4-7:input-name
	4-8:input-tel
	4-9:birthday
	4-10:ime-mode
5.Message
	5-1:error,alert
6.Responsive
	6-1:responsive-common
7.Layout
	7-1:contents,wrap,topGroupName,layoutGroup
	7-2:header
	7-3:header-globalNavi
	7-4:header-search
	7-5:footer
	7-6:footer-copyright
	7-7:sideContents
8.LayoutParts
	8-1:panNav パンくず
	8-2:h1-h3 見出し
	8-3:buttonArea ボタン表示エリア
	8-4:itemBlock 商品ブロック
	8-5:pagination ページング
	8-6:scrollUp
9.Other

--------------------------------------------*/

/* ***************************************************************************************************** */
/* ** 1.Initialization ********************************************************************************* */
/* ***************************************************************************************************** */

/*--------------------------------------------
	1-1:reset
--------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
}

* {
	word-break: break-all;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

table{
	width:100%;
    border-collapse: collapse;
    border-spacing:0;
}
caption, th{
    text-align: left;
}

img {
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
	max-width:100% !important;
	height:auto !important;
}

/* ▼▼ for IE ▼▼ */
img.goodsImage {
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
	max-width:100% !important;
	height:auto !important;
	width: 100%;
}
/* ▲▲ for IE ▲▲ */


a img:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

a,a:hover {
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}
a:focus {
	cursor: pointer;
	outline:none;
}

pre {
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -pre-wrap;     /* Opera 4-6 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    white-space: pre-wrap;      /* CSS3 */
    word-wrap: break-word;      /* IE 5.5+ */
    font-family: inherit;
}

/*--------------------------------------------
	1-2:clearfix -micro clearfix-
--------------------------------------------*/
/* For modern browsers */
.clearfix:before,
.cf:before,
.clearfix:after,
.cf:after {
    content:"";
    display:table;
}

.clearfix:after,
.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix,
.cf {
	zoom:1;
}

.both{
	clear:both;
}

/*---------------------------------------------
	1-3:body,font
  ---------------------------------------------*/
body {
	font: 16px/1.4 "メイリオ","Meiryo","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color: #333;
	text-align: left;
	-webkit-text-size-adjust: none;
	background-color: #fff;
}

/*---------------------------------------------
	1-4:anchor
  ---------------------------------------------*/
a {
	outline: none;
}
a:link {
	color: #595757;
	text-decoration: underline;
}
a:visited {
	color: #595757;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	opacity: .8;
	text-decoration: none;
}

/*---------------------------------------------
	1-5:hide,hidden
  ---------------------------------------------*/
.hide {
	display: none;
}
.hidden {
	display: none;
}

/*---------------------------------------------
	1-6:required
  ---------------------------------------------*/
/* 必須 */
.required:after {
	content: "必須";
	background: #da0615;
	color: #fff;
	padding: 3px 10px;
	margin: 0 0 0 5px;
	font-weight: normal;
	font-size: 0.85em;
	float: right;
	min-width: 2em;
	text-align: center;
}

/* 条件付き必須 */
.required_condition:after {
	content: "必須";
	background: #da0615;
	color: #fff;
	padding: 3px 10px;
	margin: 0 0 0 5px;
	font-weight: normal;
	font-size: 0.85em;
	float: right;
	min-width: 2em;
	text-align: center;
}

/*---------------------------------------------
	1-7:text
  ---------------------------------------------*/
/* 行間 */
.contents p,
.contents .table,
#footer .section_wrap p {
	margin: 0 auto 0.5em auto;
}
.contents p:last-child,
.contents .table:last-child {
	margin-bottom: 0;
}

/* テキストの右寄せ、左寄せ、中央寄せ */
.text_right {
	text-align: right !important;
}
.text_left {
	text-align: left !important;
}
.text_center {
	text-align: center !important;
}

/* 改行しない */
.text_nowrap {
	white-space: nowrap !important;
}
.nowrap {
	white-space: nowrap;
}


/*---------------------------------------------
	1-8:num,date
  ---------------------------------------------*/
/* 数値 */
.num {
	word-break: normal;
	white-space: nowrap;
	text-align: right;
}
/* 数値（日付） */
.date {
	word-break: normal;
	white-space: nowrap;
	text-align: center;
}

/*---------------------------------------------
	1-9:list
  ---------------------------------------------*/
/* 箇条書きリスト */
ul.disc li {
	text-indent: -1em !important;
	padding-left: 1em !important;
	position: relative;

	margin-bottom: 0.5em;
}
ul.disc li:before {
	font-size: 1em;
	padding: 0;
	font-weight: bold;
	position: relative;
	vertical-align: middle;
    display: inline-block;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    transform: translate(0px, 0px);
	left: 5px;
	top: -0.1em;
	width: 1em;
	text-align: center;
	content: "・";
}

/* 算用数字のリスト */
ol.decimal li {
	list-style-position: outside;
	margin-left: 1.5em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
ol.decimal > li {
	list-style-type: decimal !important;
}

/* 丸括弧付き数字のリスト */
ol.paren {
	counter-reset: item;
	list-style: none;
}
ol.paren li:before{
	content: "(" counters(item, "-") ")";
	counter-increment: item;
	margin-right: 0;
	position: relative;
	left: -0.5em;
}
ol.paren li{
	margin-left: 2em;
	text-indent: -1.5em;
	list-style-type: none;
}

/* ※印付きの文章 */
.kome {
	margin-left: 1em !important;
	text-indent: -1em !important;
}


/* ***************************************************************************************************** */
/* ** 2.Block,Item ************************************************************************************* */
/* ***************************************************************************************************** */

/*---------------------------------------------
	2-1:itemWrap
  ---------------------------------------------*/
.itemWrap{
	display:block;
}
.itemWrap.clearfix{
	clear:both;
}

/*---------------------------------------------
	2-2:inline_block
  ---------------------------------------------*/
.inline_block {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

/* カラム分け（汎用）
--------------------------------------------------------- */
.wrap_parent {
	display: table !important;
	width: 100%;
}
/* ----- 二分割 ----- */
.left_wrap {
	display: table-cell;
	padding-right: 15px;
	width: 50%;
	vertical-align: top;
}
.right_wrap {
	display: table-cell;
	padding-left: 15px;
	width: 50%;
	vertical-align: top;
}
/* ----- 三分割 ----- */
.wrap_parent_3 {
	display: table !important;
	width: 102%;
	margin-left: -1%;
}
.part_wrap_3 {
	display: table-cell;
	padding-left: 1%;
	padding-right: 1%;
	width: 33.333%;
	vertical-align: top;
}
/* ----- 四分割 ----- */
.wrap_parent_4 {
	display: table !important;
	width: 102%;
	margin-left: -1%;
}
.part_wrap_4 {
	display: table-cell;
	padding-left: 1%;
	padding-right: 1%;
	width: 25%;
	vertical-align: top;
}

/* ***************************************************************************************************** */
/* ** 3.Table ****************************************************************************************** */
/* ***************************************************************************************************** */

/*---------------------------------------------
	3-1:table-basic
  ---------------------------------------------*/
.table {
	display: table;
	border-collapse: collapse;
	border: 1px solid #ccc;
	width: 100%;
}
.tr {
	display: table-row;
}
.td,
.th,
.table th,
.table td {
	padding: 10px;
	text-align: left;
	display: table-cell;
	border: 1px solid #ccc;
	margin: 0;
	vertical-align: middle;
}
.th,
.table th {
	background: #f3f3f3;
}
.td,
.table td {
	background: #fff;
}

/* 行を交互に色分け */
.table_striped tr:nth-child(2n+1),
.table_striped .tr:nth-child(2n+1) {
	background: #f9f9f9;
}

@media screen and (max-width: 641px) {
	.tr {
		border: 1px solid #ccc;
	}
	.td, .th {
		display: block;
		border: 0;
		margin: 0 !important;;
	}
}

/*---------------------------------------------
	3-2:table-layout
  ---------------------------------------------*/
.table.th_30 .th,
.table.th_30 th {
	width: 32%;
	background: #f3f3f3;
}
.table.th_30 .td,
.table.th_30 td {
	width: 68%;
	background: #fff;
}
@media screen and (max-width: 641px) {
	.table.th_30 .th,
	.table.th_30 th {
		width: 100%;
	}
	.table.th_30 .td,
	.table.th_30 td {
		width: 100%;
	}
}

/*---------------------------------------------
	3-3:table-paging
  ---------------------------------------------*/
span.PRE_SURROUND_MAX_SELECT:before {
	content: "[";
}

span.MAX_SHOW_LINE_NUMBER:after {
	content: "件";
}

span.SEPARATOR_MAX_SELECT:before {
	content: "|";
}

span.POST_SURROUND_MAX_SELECT:before {
	content: "]";
}

span.dataNumber:before {
	content: "全";
    padding-right: 4px;
}

span.dataNumber:after {
	content: "件のうち、";
    padding-left: 4px;
}

span.startNumber:after {
	content: "-";
    padding: 0px 4px;
}

span.endNumber:after {
	content: "件目を表示中";
    padding-left: 4px;
}

.pagingSetting {
	display: table;
	width: 100%;
	margin: 10px auto;
}
.pagingSetting .view_ctrl_sort,
.pagingSetting .
resultsShowPaging {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}

table.data-table,
tr.PAGING_DETAILS_ROW,
tr.PAGING_DETAILS_ROW td {
	border: 0;
}


/* ***************************************************************************************************** */
/* ** 4.Form ******************************************************************************************* */
/* ***************************************************************************************************** */

/*---------------------------------------------
	4-1:form-basic
  ---------------------------------------------*/
input[type="text"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime-local"],
input[type="number"],
input[type="button"],
input[type="submit"],
input[type="reset"],
button[type="button"],
button[type="submit"],
button[type="reset"],
textarea,
select {
	font-size: 1.0em;
	padding: 8px;
    border: 1px solid;
    border-color: #ccc;
}

/* ブラウザ標準UIを適用外にする */
input[type="text"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime-local"],
input[type="number"],
input[type="button"],
input[type="submit"],
input[type="reset"],
button[type="button"],
button[type="submit"],
button[type="reset"],
textarea {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
}

input[type="radio"] {
	-webkit-appearance:radio;
	-moz-appearance:radio;
	appearance:radio;
}
input[type="checkbox"] {
	-webkit-appearance:checkbox;
	-moz-appearance:checkbox;
	appearance:checkbox;
}

/* ----- 幅----- */
input[type="text"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime-local"],
input[type="number"],

textarea,
select {
	width: 300px;
}
textarea {
	width: 100%;
}

/*add 20170403 評価の星の色を変更*/
select#evaluation,.evaluation {
	color: #da0615;
}

@media screen and (max-width: 641px) {
	input[type="text"],
	input[type="password"],
	select {
		width: 100%;
	}
}

/*---------------------------------------------
	4-2:form-focus
  ---------------------------------------------*/
input:focus,
textarea:focus,
select:focus {
	border-color: #636363;
}

/*---------------------------------------------
	4-3:form-button
  ---------------------------------------------*/
#buttonGroup .itemWrap{
	display: inline-block;
}

/* 基本スタイル */
a[class*="btn_"],
input[type="button"],
input[type="submit"],
input[type="reset"],
button[type="button"],
button[type="submit"],
button[type="reset"] {
	font-size: 1.0em;
	cursor: pointer;
	padding: 4px 16px;
	display: inline-block;
	text-decoration: none;
}

/* 大 */
a.btn_lg,
input.btn_lg[type="button"],
input.btn_lg[type="submit"],
input.btn_lg[type="reset"],
button.btn_lg[type="button"],
button.btn_lg[type="submit"],
button.btn_lg[type="reset"] {
	font-size: 1.2em;
	font-weight: normal;
	min-width: 180px;
	min-height: 36px;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 36px;
}

/* ----- ボタンの色 ----- */
/* ボタンの色　デフォルト */
a[class*="btn_"],
input[type="button"],
input[type="submit"],
input[type="reset"],
button[type="button"],
button[type="submit"],
button[type="reset"] {
	background: #e7e6e6;
	color: #333;
}

a[class*="btn_"]:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button[type="button"]:hover,
button[type="submit"]:hover,
button[type="reset"]:hover,
input[type="button"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
button[type="button"]:focus,
button[type="submit"]:focus,
button[type="reset"]:focus,
input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active,
button[type="button"]:active,
button[type="submit"]:active,
button[type="reset"]:active {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	text-decoration: none;
}

/* ボタンの色　レベル1 */
a.btn_1,
input.btn_1[type="button"],
input.btn_1[type="submit"],
input.btn_1[type="reset"],
button.btn_1[type="button"],
button.btn_1[type="submit"],
button.btn_1[type="reset"] {
	background: #da0615;
	color: #fff;
	border: none;
}
a.btn_1:hover,
input.btn_1[type="button"]:hover,
input.btn_1[type="submit"]:hover,
input.btn_1[type="reset"]:hover,
button.btn_1[type="button"]:hover,
button.btn_1[type="submit"]:hover,
button.btn_1[type="reset"]:hover,

input.btn_1[type="button"]:focus,
input.btn_1[type="submit"]:focus,
input.btn_1[type="reset"]:focus,
button.btn_1[type="button"]:focus,
button.btn_1[type="submit"]:focus,
button.btn_1[type="reset"]:focus,

input.btn_1[type="button"]:active,
input.btn_1[type="submit"]:active,
input.btn_1[type="reset"]:active,
button.btn_1[type="button"]:active,
button.btn_1[type="submit"]:active,
button.btn_1[type="reset"]:active {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	text-decoration: none;
}

/* ボタンの色　レベル2 */
a.btn_2,
input.btn_2[type="button"],
input.btn_2[type="submit"],
input.btn_2[type="reset"],
button.btn_2[type="button"],
button.btn_2[type="submit"],
button.btn_2[type="reset"] {
	background: #333;
	color: #fff;
	border-style: solid;
	border-width: 1px;
	border-color: #333;
}
a.btn_2:hover,
input.btn_2[type="button"]:hover,
input.btn_2[type="submit"]:hover,
input.btn_2[type="reset"]:hover,
button.btn_2[type="button"]:hover,
button.btn_2[type="submit"]:hover,
button.btn_2[type="reset"]:hover,

input.btn_2[type="button"]:focus,
input.btn_2[type="submit"]:focus,
input.btn_2[type="reset"]:focus,
button.btn_2[type="button"]:focus,
button.btn_2[type="submit"]:focus,
button.btn_2[type="reset"]:focus,

input.btn_2[type="button"]:active,
input.btn_2[type="submit"]:active,
input.btn_2[type="reset"]:active,
button.btn_2[type="button"]:active,
button.btn_2[type="submit"]:active,
button.btn_2[type="reset"]:active {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	text-decoration: none;
}

/* ボタンの色　レベル3 */
a.btn_3,
input.btn_3[type="button"],
input.btn_3[type="submit"],
input.btn_3[type="reset"],
button.btn_3[type="button"],
button.btn_3[type="submit"],
button.btn_3[type="reset"] {
	/*background: #666;*/
	background: #da0615;
	color: #fff;
	border-style: solid;
	border-width: 1px;
	/*border-color: #666;*/
	border-color: #da0615;
}
a.btn_3:hover,
input.btn_3[type="button"]:hover,
input.btn_3[type="submit"]:hover,
input.btn_3[type="reset"]:hover,
button.btn_3[type="button"]:hover,
button.btn_3[type="submit"]:hover,
button.btn_3[type="reset"]:hover,

input.btn_3[type="button"]:focus,
input.btn_3[type="submit"]:focus,
input.btn_3[type="reset"]:focus,
button.btn_3[type="button"]:focus,
button.btn_3[type="submit"]:focus,
button.btn_3[type="reset"]:focus,

input.btn_3[type="button"]:active,
input.btn_3[type="submit"]:active,
input.btn_3[type="reset"]:active,
button.btn_3[type="button"]:active,
button.btn_3[type="submit"]:active,
button.btn_3[type="reset"]:active {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	text-decoration: none;
}

/* ボタンの色　使用不可状態 */
input[disabled="disabled"],
button[disabled="disabled"],
input[disabled="disabled"]:hover,
button[disabled="disabled"]:hover {
	background: #eee;
	color: #aaa;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	cursor: default;
	box-shadow: none;
}

/* ボタンの配置 */
.btn_container {
	margin: 20px auto;
	text-align: center;
	clear: both;
}
.btn_container input {
	margin: 5px;
}
#closeButton {
	mamargin-top: 10px;
}
@media screen and (max-width: 641px) {
	#buttonGroup {
		width: 100%;
		height: 110px;
		position: relative;
	}
	/* 上配置 */
	#reminderButton,
	#saveButton,
	#confirmButton,
	#newButton,
	#addInqButton,
	#shoppingButton_link,
	input.btn_lg[type="button"].nextButton,
	input.btn_lg[type="submit"].nextButton,
	a.nextButton {
		width: 80%;
		height: 50px;
		position: absolute;
		top: 0;
		left: 0;
		margin: 0 10%;
	}
	/* 下配置 */
	#returnButton_link,
	#returnButton,
	#cartButton_link,
	input.btn_lg[type="button"].backButton,
	input.btn_lg[type="submit"].backButton,
	a.backButton {
		width: 80%;
		height: 50px;
		position: absolute;
		bottom: 0;
		left: 0;
		margin: 0 10%;
	}
}

.btnArea { margin-top: 30px; text-align: center;}
.btnArea a { display: inline-block; color: #FFF; text-decoration: none;}
.btnType01 {
	width: 220px;
	padding: 16px 0;
	background: #595757;
	color: #FFF;
	font-size: 13px;
	text-decoration: none;
}
@media screen and (max-width: 641px) {
	.btnArea { display: none;}
}

/*---------------------------------------------
	4-4:form-checkbox,radio
  ---------------------------------------------*/
input[type="checkbox"],
input[type="radio"] {
	position: relative;
	top: -1px;
	vertical-align: middle;
	margin: 0 3px;
	cursor: pointer;
}
.radiobuttonLabel,
.checkboxLabel {
	cursor: pointer;
}
input[type="radio"][disabled="disabled"] {
	border: none;
}

/*---------------------------------------------
	4-5:form-label
  ---------------------------------------------*/
label + label {
	margin-left: 1em;
}

/*---------------------------------------------
	4-6:form-select
  ---------------------------------------------*/
/* 数量選択 */
select.orderNum {
	width: 100%;
}

select.year {
	width: 6em;
}
select.month {
	width: 5em;
}
select.date {
	width: 5em;
	margin-left: 0.5em;
}

/*---------------------------------------------
	4-7:input-name
  ---------------------------------------------*/
input.nameSei,
input.nameMei,
input.nameSeiKana,
input.nameMeiKana,
input.destNameSei,
input.destNameMei,
input.destNameSeiKana,
input.destNameMeiKana,
input.orderNameSei,
input.orderNameMei,
input.orderNameSeiKana,
input.orderNameMeiKana {
	width: 126px;
}
@media screen and (max-width: 641px) {
	input.nameSei,
	input.nameMei,
	input.nameSeiKana,
	input.nameMeiKana,
	input.destNameSei,
	input.destNameMei,
	input.destNameSeiKana,
	input.destNameMeiKana,
	input.orderNameSei,
	input.orderNameMei,
	input.orderNameSeiKana,
	input.orderNameMeiKana {
		width: 85%;
	}
	input.nameSei,
	input.nameSeiKana,
	input.destNameSei,
	input.destNameSeiKana,
	input.orderNameSei,
	input.orderNameSeiKana {
		margin-bottom: 10px;
	}
	.nameSeiPreLabel,
	.nameMeiPreLabel,
	.nameSeiKanaPreLabel,
	.nameMeiKanaPreLabel,
	.destNameSeiPreLabel,
	.destNameMeiPreLabel,
	.destNameSeiKanaPreLabel,
	.destNameMeiKanaPreLabel,
	.orderNameSeiPreLabel,
	.orderNameMeiPreLabel,
	.orderNameSeiKanaPreLabel,
	.orderNameMeiKanaPreLabel {
		display: inline-block;
		width: 10%;
		text-align: center;
	}
}

.readonly{
	background:#f3f3f3;
}
/*---------------------------------------------
	4-8:input-tel
  ---------------------------------------------*/
input.TEL_1,
input.TEL_2,
input.TEL_3 {
	width: 88px;
}
@media screen and (max-width: 641px) {
	input.TEL_1,
	input.TEL_2,
	input.TEL_3 {
		width: 80px;
	}
}

/*---------------------------------------------
	4-9:birthday
  ---------------------------------------------*/
select.birthdayYear {
	width: 260px;
}
select.birthdayMonth,
select.birthdayDay {
	margin-left: 10px;
	width: 60px;
}

input.birthdayYear {
	width: 75px;
}
input.birthdayMonth,
input.birthdayDay {
	margin-left: 5px;
	width: 55px;
}
@media screen and (max-width: 450px) {
	select.birthdayYear {
		display: block;
	}
	select.birthdayMonth,
	select.birthdayDay {
		margin-top: 10px;
		margin-left: 0;
	}
}

/*---------------------------------------------
	4-10:ime-mode
  ---------------------------------------------*/
.NUMBER {
	text-align: right;
	ime-mode: inactive;
}
.NUMBER_STRING,
.DATE,
.DATE_YYMM,
.DATE_YYMM,
.DATE_TIME,
.TIME,
.MAIL_ADDRESS,
.HALF_ENGLISH_NUMBER,
.HALF_ENGLISH,
.TEL_1, .TEL_2, .TEL_3,
.ZIP_1, .ZIP_2 {
	ime-mode: inactive;
}
.FULL_PITCH_CHAR,
.FULL_PITCH_CHAR_KANA {
	ime-mode: active;
}
.MIXED {
}

/* ***************************************************************************************************** */
/* ** 5.Message **************************************************************************************** */
/* ***************************************************************************************************** */

/*---------------------------------------------
	5-1:error,alert
  ---------------------------------------------*/
.alertMsg,
.alertMessage {
	display: block;
	margin: 5px 0;
}
.alertMsg + *,
.alertMessage + * {
	margin-top: 5px;
}
.alertMessageContent {
	display: inline-block;
}
.alertMessageContentTitle,
#errorGroup .alertMessageContent,
#messageGroup .systemMessageContent {
	display: block;
}
.alertMessageContentTitle,
.alertMessageContent {
	background-image: url(../../img/common/icon/icon_alertMsg_16-error.png);
	background-color: #f2dede;
	background-repeat: no-repeat;
	background-position: 6px 7px;
	border: 1px solid #eed3d7;
	color: #b94a48;
	padding: 5px 0 2px 26px;
	margin: 0 0 8px 0;
	line-height: 1.4;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-align: left;
}
.systemMessageContent {
	background-image: url(../../img/common/icon/icon_alertMsg_16-error.png);
	/*background-image: url(../../img/common/icon/icon_alertMsg_16-info.png);*/
	background-color: #f2dede;
	/*background-color: #dee8f2;*/
	background-repeat: no-repeat;
	background-position: 6px 7px;
	border: 1px solid #eed3d7;
	/*border: 1px solid #d3dfee;*/
	padding: 5px 0 2px 26px;
	margin: 0 0 8px 0;
	line-height: 1.4;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-align: left;
}

/* ***************************************************************************************************** */
/* ** 6.Responsive ************************************************************************************* */
/* ***************************************************************************************************** */
/*---------------------------------------------
	6-1:responsive-common
  ---------------------------------------------*/
.no_pc{
	display:none;
}
.no_sp{
	display:block;
}
@media screen and (max-width: 641px) {
	.no_sp{
		display: none !important;
	}
	.no_pc{
		display:inline-block;
	}
}


/* ***************************************************************************************************** */
/* ** modalWindow ***************************************************************************************** */
/* ***************************************************************************************************** */
#modalOverlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.7);
  z-index: 70;
}
.modalContent {
  position: fixed;
  left: 50%;
  z-index: 100;
}
@media screen and (max-width: 641px) {
  .modalContent,
  #menuList {
    width: 90.625%;
    top: 5%;
    margin: 0 auto;
    max-height: 90%;
    overflow-y: scroll;
  }
}

/* ***************************************************************************************************** */
/* ** 7.Layout ***************************************************************************************** */
/* ***************************************************************************************************** */

/*---------------------------------------------
	7-1:contents,wrap,topGroupName,layoutGroup
  ---------------------------------------------*/
#wrap {
	width:100%;
	margin:0;
	position:relative;
	text-align:left;
}
.contents {
	max-width:960px;
	margin:0 auto;
	background-color:#fff;
}
.contents section {
	padding:0;
	margin:0;
}
.contents .information{
	margin: 0 0 15px 5px;
}
.layoutGroup {
	margin-bottom: 10px;
}
@media (max-width: 751px) and (orientation: landscape) { /* iPhone6- 横向き用 */
	#wrap {
		max-width:980px;
	}
}
@media screen and (max-width: 641px) {
	.contents {
		width: 100%;
	}
	.topGroupName {
		width: 100%;
		margin: 0;
		padding: 10px 10px 0 10px;
		float: none;
	}
	.topGroupName label {
		width:100%;
		text-align:left;
	}
}

/*---------------------------------------------
	7-2:header
  ---------------------------------------------*/
header {
	width:100%;
	margin:0;
}

/*headerNo1*/
.headerWrap {
	background-color:#2fa700;
}
.headerS {
	width:980px;
	margin:0 auto;
	padding:5px 10px;
	font-size:0.7em;
}
.headerS h1 {
	float:left;
	color:#fff;
	line-height:19px;
}
.headerS nav {
	float:right;
}
.headerS nav ul li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.headerS nav ul li a {
	color:#fff;
	text-decoration:none;
	margin-left:30px;
	display:block;
}
.headerS nav ul li a.hajimete {
	background:url(../images/headerWakaba.png) no-repeat 0 0;
	padding-left:15px;
	line-height:19px;
}

/* フォントサイズ切替 */
.headerS .fontsize {
	color:#fff;
	text-decoration:none;
	margin-left:30px;
}
.headerS .fontsize ul#textsize {
	list-style:none;
	display: inline-block;
	letter-spacing: normal;/* inline-block Hack */
	*display: inline;/* inline-block Hack forIE */
	*zoom: 1;/* inline-block Hack forIE */
}
.headerS .fontsize ul#textsize li {
	display: inline-block;
	letter-spacing: normal;/* inline-block Hack */
	*display: inline;/* inline-block Hack forIE */
	*zoom: 1;/* inline-block Hack forIE */
	vertical-align:middle;
	height:24px;
	width:24px;
}

.headerS .fontsize ul#textsize li a {
	border-radius:2px;
	background-color:#fefefe;
	background-image: linear-gradient(to top, #f9f5f2, #fff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f9f5f2', endColorstr = '#ffffff');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f9f5f2', endColorstr = '#ffffff')";
	background-image: -moz-linear-gradient(top, #f9f5f2, #ffffff);
	background-image: -ms-linear-gradient(top, #f9f5f2, #ffffff);
	background-image: -o-linear-gradient(top, #f9f5f2, #ffffff);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#f9f5f2), to(#ffffff));
	background-image: -webkit-linear-gradient(top, #f9f5f2, #ffffff);
	padding:0;
	border:1px solid #3d2c00;
	display:block;
	text-decoration:none;
	vertical-align:middle;
	height:23px;
	width:23px;
	margin:0;
	line-height:23px;
	color:#333;
	text-align: center;
}
.headerS .fontsize ul#textsize li a:hover,
.headerS .fontsize ul#textsize li a.textresizer-active {
	border-radius:2px;
	background-color:#dd0000;
	background-image: linear-gradient(to top, #5b4538, #897970);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#5b4538', endColorstr = '#897970');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#5b4538', endColorstr = '#897970')";
	background-image: -moz-linear-gradient(top, #5b4538, #897970);
	background-image: -ms-linear-gradient(top, #5b4538, #897970);
	background-image: -o-linear-gradient(top, #5b4538, #897970);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#5b4538), to(#897970));
	background-image: -webkit-linear-gradient(top, #5b4538, #897970);
	padding:0;
	border:1px solid #fff;
	display:block;
	text-decoration:none;;
	vertical-align:middle;
	height:23px;
	width:23px;
	line-height:23px;
	color:#fff;
}
.headerS .fontsize .f1 {font-size: 80%}
.headerS .fontsize .f2 {font-size: 110%}
.headerS .fontsize .f3 {font-size: 120%}

/*headerNo2*/
.headerMain {
	max-width:960px;
	margin:0 auto;
	padding:15px 0 15px 10px;
}
.headerMain .logo,
.headerMain .headerBanner,
.headerMain .headerSubMenu {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.headerMain .logo a {
	display:block;
	width:316px;
	height:36px;
	background:url(../images/logo.png) no-repeat 0 0;
	margin:0;
}
.headerMain .logo a strong {
	display:none;
}

.headerMain .headerBanner {
	float:left;
	width:290px;
	text-align:center;
	line-height:50px;
}

.headerMain .headerSubMenu ul li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width:25%;
}
.headerMain .headerSubMenu ul li a {
	height:55px;
	display:block;
	font-size:0.7em;
	color:#333;
	text-decoration:none;
	border-left:1px dotted #ccc;
	text-align:center;
}
.headerMain .headerSubMenu ul li a:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
.headerMain .headerSubMenu ul li:nth-child(4) a {
	border-right:1px dotted #ccc;
}
@media screen and (max-width: 641px) {
  .headerMain .headerSubMenu ul li:nth-child(4) a {
    border-right:none;
  }
}
.headerMain .headerSubMenu ul li.headerLogin a {
	background:url(../images/headerLogin.png) no-repeat center 8px;
	padding:40px 0 0;
}
.headerMain .headerSubMenu ul li.headerUser a {
	background:url(../images/headerUser.png) no-repeat center 8px;
	padding:40px 0 0;
}
.headerMain .headerSubMenu ul li.headerFavo a {
	background:url(../images/headerFavo.png) no-repeat center 8px;
	padding:40px 0 0;
}
.headerMain .headerSubMenu ul li.headerCart a {
	background:url(../images/headerCart.png) no-repeat center 8px;
	padding:40px 0 0;
}
.headerMain .headerSubMenu ul li.headerCart {
	position:relative;
}
.headerMain .headerSubMenu ul li.headerCart .num {
	position:absolute;
	top:-6px;
	left:50px;
	background-color:#fe8300;
	color:#fff;
	font-size:0.6em;
	font-weight:bold;
	padding:3px 6px;
	border-radius: 1000px;
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	border: 3px solid #fff;
}
.headerMain .btnLogout {
	margin-top:10px;
	text-align:right;
}
.headerMain .btnLogout a {
	font-size:13px;
	color:inherit;
}
@media screen and (max-width: 641px){
	.header, .headerS, .headerMain {
		width: 100%;
	}
	.headerMain {
		margin-bottom:3px;
		padding:0;
		background: #FFF;
	}
	.headerMain.fixedHeader {
		position: fixed;
		top: 0;
		z-index: 200;
	}
	.headerMain .logo, .headerMain .headerSubMenu {
		width:50%;
	}
	.headerMain .logo {
		margin:0;
	}
	.headerMain p.logo a {
		width:auto;
		height:auto;
		background:url(../images/logo_sp.png) no-repeat 0 0;
		background-size:contain;
		padding:0 0 10%;
		margin:6% 1% 0;
	}
	.headerMain .logo a strong {
		display:inline-block;
		text-indent:-999px;
	}
	.headerMain .headerSubMenu ul li {
		width:33%;
		font-size:0.9em;
	}
	.headerMain .headerSubMenu ul li a {
		height:auto;
	}
	.headerMain .headerSubMenu ul li.headerCart .num {
		top:0;
		left:58%;
		padding:1px 4px;
		border:2px solid #fff;
	}
}

/*---------------------------------------------
	7-3:header-globalNavi
  ---------------------------------------------*/
.globalNavi {
	position: relative;
}
.globalNavi ul {
	max-width:980px;
	margin:0 auto;
	text-align:center;
	z-index:100;
}
.globalNavi > ul > li {
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 16.66%;
	float: left;
	padding-bottom: 5px;
	line-height: 20px;
	cursor: pointer;
}
.globalNavi ul li a {
	display:block;
	color:#333;
	font-size:0.8em;
	text-decoration:none;
	text-shadow: 0px 2px 0px #fff;
}
.globalNavi ul li:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
@media screen and (max-width: 641px){
	#globalNavi { padding-top: 80px; border-bottom: 0;}
	.globalNavi ul {
		width: 100%;
		border-top: 1px solid #eee;
	}
	.globalNavi ul li {
		width:25%;
	}
	.globalNavi ul li:nth-child(1) a,
	.globalNavi ul li:nth-child(3) a,
	.globalNavi ul li:nth-child(4) a,
	.globalNavi ul li:nth-child(5) a {
		width:auto;
	}
}

/*---------------------------------------------
	7-4:header-search
  ---------------------------------------------*/
.headerSearch {
	background-color:#f3f3f3;
	padding:15px 0 10px 0;
	border-bottom:1px solid #ccc;
	margin:0 0 20px;
}
.search_ctrl {
	width:980px;
	margin:0 auto;
}
.searchNavi {
	padding:0 10px;
}
.searchNavi span {
	float:left;
}
.searchNavi select, .searchNavi input {
	height:36px;
	border:1px solid #ccc;
	padding:3px 10px;
}
.searchNavi select.path {
	background-color:#f7f7f7;
	-moz-box-shadow: inset 2px 2px 0px #fff;
	-webkit-box-shadow: inset 2px 2px 0px #fff;
	box-shadow: inset 2px 2px 0px #fff;
	width:300px;
}
.searchNavi input.q {
	-moz-box-shadow: inset 1px 1px 6px #ccc;
	-webkit-box-shadow: inset 1px 1px 6px #ccc;
	box-shadow: inset 1px 1px 6px #ccc;
	width:580px;
	color:#999;
}
input.searchNaviButton {
	border:1px solid #666;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#ebebeb');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#ebebeb')";
	background-image: -moz-linear-gradient(top, #ffffff, #ebebeb);
	background-image: -ms-linear-gradient(top, #ffffff, #ebebeb);
	background-image: -o-linear-gradient(top, #ffffff, #ebebeb);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#ebebeb));
	background-image: -webkit-linear-gradient(top, #ffffff, #ebebeb);
	background-image: linear-gradient(top, #ffffff, #ebebeb);
	font-weight:bold;
	padding:6px 14px;
	cursor:pointer;
	border-radius: 0;
	border-color:#ccc;
}

@media screen and (max-width: 641px){
	.headerSearch {
		background-color: #fff;
		border-bottom: 1px solid #ccc;
		margin: 0;
	}
	.search_ctrl {
		background-color: #fff;
		width:100%;
		margin:0 auto;
	}
	.searchNavi span {
		float:none;
	}
	.searchNavi select.path {
		margin: 0 0 10px;
		border: 1px solid #ccc;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		width:100%;
	}
	.searchNavi input.q {
		width:80%;
		border-top-left-radius: 4px;
		-webkit-border-top-left-radius: 4px;
		-moz-border-top-left-radius: 4px;
		border-bottom-left-radius: 4px;
		-webkit-border-bottom-left-radius: 4px;
		-moz-border-bottom-left-radius: 4px;
	}
	.searchNavi input.searchNaviButton {
		border:none;
		filter: none;
		-ms-filter: none;
		background-image: none;
		font-weight:bold;
		padding:8px 18px;
		cursor:pointer;
		background:#000 url(../images/headerSearch_sp.png) no-repeat 50% 50%;
		background-size:50%;
		text-indent:-999px;
		border-top-right-radius: 4px;
		-webkit-border-top-right-radius: 4px;
		-moz-border-top-right-radius: 4px;
		border-top-left-radius: 4px;
		-webkit-border-top-left-radius: 4px;
		-moz-border-top-left-radius: 4px;
		border-bottom-right-radius: 4px;
		-webkit-border-bottom-right-radius: 4px;
		-moz-border-bottom-right-radius: 4px;
		border-bottom-left-radius: 4px;
		-webkit-border-bottom-left-radius: 4px;
		-moz-border-bottom-left-radius: 4px;
	}
}
/*---------------------------------------------
	7-5:footer
  ---------------------------------------------*/
/*
footer {
	width: 100%;
	background-color:#f3f3f3;
	margin-top: 30px;
}
footer div, footer section, footer nav {
	margin:0 0 10px;
}
*/
footer .footer_contents {
	max-width: 960px;
	margin: 0 auto;
	background-color: #fff;
}

/*footerGuide*/
.footerGuide {
	width:980px;
	margin:0 auto 30px;
	padding:50px 0 0;
}
.footerGuide .footerGuideBox {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align:text-top;
	width:25%;
	padding:0 0 0 30px;
}
.footerGuide .footerGuideBox h4 {
	font-size:1.0em;
	font-weight:bold;
	margin:0 0 30px;
	text-shadow: 2px 2px 0px #fff;
}

.footerContents {
	background-color:#2fa700;
	padding:50px 0 10px;
}
/*footerNavi*/
.footerNavi {
	width:980px;
	margin:0 auto 30px;
	color:#fff;
}
.footerNavi .footerBox {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align:text-top;
	width:25%;
	padding:0 0 0 30px;
}
.footerNavi .footerBox h4 {
	font-size:1em;
	font-weight:bold;
	margin:0 0 30px;
}
.footerNavi .footerBox ul,
.footerNavi .footerBox dl {
	font-size:0.8em;
	line-height:1.8em;
}
.footerNavi .footerBox dl dt {
	font-weight:bold;
}
.footerNavi .footerBox dl dd {
	padding:0 0 0 20px;
}

/*footerInfo*/
.footerInfo {
	width:980px;
	margin:0 auto;
	background-color:#f3f3f3;
	padding:10px;
}
.footerInfo .infoBox,
.footerInfo .policyBox {
	background-color:#fff;
	border:1px solid #ccc;
	padding:10px;
	float:left;
}

/*footerSubNavi*/
.footerSubNavi {
	width:980px;
	margin:0 auto;
	padding:20px 30px;
	line-height:1em;
}
.footerSubNavi ul li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	float:left;
}
.footerSubNavi ul li + li {
	border-left:1px solid #fff;
}
.footerSubNavi ul li a {
	color:#fff;
	font-size:0.7em;
	padding:0 10px;
}

@media screen and (max-width: 641px){
	footer {
		width: 100%;
		margin-top: 0;
	}
	.footerGuide, .footerGuideBox, .footerNavi, .footerBox, .footerInfo, .footerSubNavi {
		width: 100%;
	}
	.footerSubNavi ul li + li {
		border-left:none;
	}
}

/*---------------------------------------------
	7-6:footer-copyright
  ---------------------------------------------*/
.copy {
	width:980px;
	margin:0 auto;
	padding:20px 0;
	font-size:0.7em;
}
.copy .address {
	padding:0 0 0 30px;
	float:left;
}
.copy .policyBanner {
	float:right;
	padding:0 10px 0 0;
}

@media screen and (max-width: 641px){
	.copy {
		width: 100%;
	}
}

/*---------------------------------------------
	7-7:sideContents
  ---------------------------------------------*/
.sideContents {
	width:240px;
	float:left;
}
/* 1カラム用レイアウト */
.oneColumn .sideContents {
	display:none;
}
@media screen and (max-width: 641px) {
	.contents .sideContents {
		width: 100%;
		margin: 0;
	}
}

/* ***************************************************************************************************** */
/* ** 8.LayoutParts ************************************************************************************ */
/* ***************************************************************************************************** */

/*---------------------------------------------
	8-1:panNav パンくず
  ---------------------------------------------*/
.panNav{
	padding:5px;
	margin-bottom:10px;
}
.panNav ul {
	font-size:0.8em;
}
.panNav ul li {
	display:inline-block;
	* display:inline;
	* zoom:1;
}

.panNav ul li a{
	color:#333;
}
.panNav ul li + li:before {
	content:">";
	padding:0 5px;
}

@media screen and (max-width: 641px){
	.panNav {
		padding: 10px;
/*		display:none;*/
	}
}

/*---------------------------------------------
	8-2:h1-h3 見出し
  ---------------------------------------------*/
.level_h1 {
	font-size:1.3em;
	border-bottom:1px solid #2fa700;
	margin:10px 0 20px;
	padding:0 0 10px 0;
}
.level_h1 span {
	border-bottom:3px solid #2fa700;
	font-weight:bold;
	padding:10px 10px 6px 10px;
}
.level_h2 {
	font-size:1.2em;
	border-bottom:1px solid #ccc;
	margin:0 0 20px;
	padding:5px;
}
.level_h3 {
	margin: 0 0 30px;
	background: #efefef;
	color: #595757;
	border-bottom: 0;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	line-height: 36px;
}

/*---------------------------------------------
	8-3:buttonArea ボタン表示エリア
  ---------------------------------------------*/
.contents .buttonArea{
	margin: 10px 0;
	text-align: center;
}

/*---------------------------------------------
	8-4:itemBlock 商品ブロック
  ---------------------------------------------*/
.itemBlock {
	display: block;
	*display: inline;
	*zoom: 1;
	width:32%;
	margin:0 5px 10px 0;
    float: left;
}
.itemBlock img {
	width:230px;
	height:230px;
}
.itemBlock figcaption {
	font-size:0.9em;
	padding:5px;
}

@media screen and (max-width: 641px){
	.itemBlock {
		display: inline-block;
		*display: inline;
		*zoom: 1;
		border:1px solid #ccc;
		width: 47%;
		margin: 0 1% 5% 1%;
        float: left;
	}
	.itemBlock img {
		width:100%;
		height:auto;
	}
}

/* ---------------------------------------------
	8-5：ページング
---------------------------------------------*/
.pageInfo{
	float:right;
}
ul.pagination {
	display: table;
	border-collapse: collapse;
	letter-spacing: -0.34em;
	margin: 0 0 0 auto;
}
ul.pagination > li {
	display: inline-block;
	letter-spacing: normal;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	margin: 2px;
}
ul.pagination > li a {
	display: block;
}
ul.pagination a.PAGING_LINK_PAGE,
ul.pagination .PAGING_LINK_NOW_PAGE {
	border: 1px solid #ccc;
	padding: 4px;
	min-width: 26px;
	min-height: 26px;
	text-align: center;
	background: #fff;
}
ul.pagination a.PAGING_LINK_PAGE:hover {
	background: #f6f6f6;
}
ul.pagination .PAGING_LINK_NOW_PAGE {
	background: #da0615;
	border: 1px solid #da0615;
}

/*---------------------------------------------
	8-6:scrollUp
  ---------------------------------------------*/
#scrollUp {
	bottom: 50px;
	right: 50px;
	height: 48px;  /* Height of image */
	width: 48px; /* Width of image */
	background: url(../images/top.png) no-repeat;
	z-index: 50 !important;
}
#scrollUp:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
@media screen and (max-width: 641px) {
	#scrollUp {
		right: 20px;
	}
}


/* ***************************************************************************************************** */
/* ** 9.Other ****************************************************************************************** */
/* ***************************************************************************************************** */

/* //////////////////////////////////////////////////////////
common-module
////////////////////////////////////////////////////////// */

/* =========================================================
共通部品
========================================================= */
/* ----- 強調文字 ----- */
em {
	color: #d93d70;/* ヴィヴィットピンク */
}
/* 文字装飾
--------------------------------------------------------- */
.text-strike {
	text-decoration: line-through;
}
.text-bold {
	font-weight: bold;
}
strong,
.strong {
	font-weight: bold;
}
/* margin / padding
--------------------------------------------------------- */
.m0auto { margin: 0 auto;}

.mt-10 { margin-top: -10px; }
.mt0 { margin-top: 0px; }
.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt25 { margin-top: 25px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt50 { margin-top: 50px; }
.mt60 { margin-top: 60px; }
.mt70 { margin-top: 70px; }
.mt80 { margin-top: 80px; }
.mt90 { margin-top: 90px; }
.mt100 { margin-top: 100px; }


.mb0 { margin-bottom: 0px; }
.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }
.mb60 { margin-bottom: 60px; }
.mb70 { margin-bottom: 70px; }
.mb80 { margin-bottom: 80px; }
.mb90 { margin-bottom: 90px; }
.mb100 { margin-bottom: 100px; }

.ml0auto { margin-left: auto;}
.ml0 { margin-left: 0px; }
.ml5 { margin-left: 5px; }
.ml10 { margin-left: 10px; }
.ml15 { margin-left: 15px; }
.ml20 { margin-left: 20px; }
.ml25 { margin-left: 25px; }
.ml30 { margin-left: 30px; }
.ml40 { margin-left: 40px; }
.ml50 { margin-left: 50px; }
.ml60 { margin-left: 60px; }
.ml70 { margin-left: 70px; }
.ml80 { margin-left: 80px; }
.ml90 { margin-left: 90px; }
.ml100 { margin-left: 100px; }

.mr0auto { margin-right: auto;}
.mr0 { margin-right: 0px; }
.mr5 { margin-right: 5px; }
.mr10 { margin-right: 10px; }
.mr15 { margin-right: 15px; }
.mr20 { margin-right: 20px; }
.mr25 { margin-right: 25px; }
.mr30 { margin-right: 30px; }
.mr40 { margin-right: 40px; }
.mr50 { margin-right: 50px; }
.mr60 { margin-right: 60px; }
.mr70 { margin-right: 70px; }
.mr80 { margin-right: 80px; }
.mr90 { margin-right: 90px; }
.mr100 { margin-right: 100px; }


.pt0 { padding-top: 0px; }
.pt5 { padding-top: 5px; }
.pt10 { padding-top: 10px; }
.pt15 { padding-top: 15px; }
.pt20 { padding-top: 20px; }
.pt25 { padding-top: 25px; }
.pt30 { padding-top: 30px; }
.pt40 { padding-top: 40px; }
.pt50 { padding-top: 50px; }
.pt60 { padding-top: 60px; }
.pt70 { padding-top: 70px; }
.pt80 { padding-top: 80px; }
.pt90 { padding-top: 90px; }
.pt100 { padding-top: 100px; }

.pb0 { padding-bottom: 0px; }
.pb5 { padding-bottom: 5px; }
.pb10 { padding-bottom: 10px; }
.pb15 { padding-bottom: 15px; }
.pb20 { padding-bottom: 20px; }
.pb25 { padding-bottom: 25px; }
.pb30 { padding-bottom: 30px; }
.pb40 { padding-bottom: 40px; }
.pb50 { padding-bottom: 50px; }
.pb60 { padding-bottom: 60px; }
.pb70 { padding-bottom: 70px; }
.pb80 { padding-bottom: 80px; }
.pb90 { padding-bottom: 90px; }
.pb100 { padding-bottom: 100px; }

.pl0 { padding-left:0px; }
.pl5 { padding-left:5px; }
.pl10 { padding-left:10px; }
.pl15 { padding-left:15px; }
.pl20 { padding-left:20px; }
.pl25 { padding-left:25px; }
.pl30 { padding-left:30px; }
.pl40 { padding-left:40px; }
.pl50 { padding-left:50px; }
.pl60 { padding-left:60px; }
.pl70 { padding-left:70px; }
.pl80 { padding-left:80px; }
.pl90 { padding-left:90px; }
.pl100 { padding-left:100px; }

.pr0 { padding-right:0px; }
.pr5 { padding-right:5px; }
.pr10 { padding-right:10px; }
.pr15 { padding-right:15px; }
.pr20 { padding-right:20px; }
.pr25 { padding-right:25px; }
.pr30 { padding-right:30px; }
.pr40 { padding-right:40px; }
.pr50 { padding-right:50px; }
.pr60 { padding-right:60px; }
.pr70 { padding-right:70px; }
.pr80 { padding-right:80px; }
.pr90 { padding-right:90px; }
.pr100 { padding-right:100px; }

/* =========================================================
forSP
========================================================= */
.forSP {
	display: none !important;
}

@media screen and (max-width: 640px) {
	.forSP {
		display: block !important;
	}
	.forSP img {
		width: 100%;
		height: 100%;
		display: block;
	}
	.forPC {
		display: none !important;
	}
}

/**** PC style 161026 ***/

#navDroppy { position: relative;}
#navDroppy ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  width: 100%;
  background: url(../../img/common/header_2nd_bg.png);
  z-index: 100;
}
#navDroppy ul a {
  display: block;
  background: 0;
  padding: 8px 0 8px 6px;
  color: #FFF;
  text-shadow: none;
  line-height: 1;
  font-size: 12px;
  text-align: left;
  text-decoration: none;
}
#navDroppy ul a:hover {
  background: #b6181e;
}


/*
 ここから下はhttp://shop.kohgendo.com/のフッターから拝借しました
---------------------------------------------------*/
#footer_navi{
	background:url(../images/footer/footer_navi_bg.gif) 0 0 repeat-x;
}

#footer_navi ul{
	width:960px;
	margin:0 auto;
}

#footer_navi ul li{
	float:right;
}


/*
 フッターレイアウト
---------------------------------------------------*/
#footer_remote_navi{
	padding-top:20px;
	background-color:#000;
}

#inner_fr_navi{
	width:960px;
	margin:0 auto;
	background:url(../images/footer/footer_line.gif) 0 0 repeat-y;
}

#inner_fr_navi a:link{
    color:#fff;
}

#inner_fr_navi a:hover{
    color:#fff;
}

#inner_fr_navi a:visited{
    color:#fff;
}

#inner_fr_navi a:hover{
    color:#fff;
}



/*
 商品カテゴリエリア
---------------------------------------------------*/
#remote_navi{
	width:316px;
	float:left;
}

#remote_navi p{
	margin-bottom:20px;
}

#footer_category_list li ul{
	margin-top:5px;
	margin-bottom:20px;
}

#footer_category_list ul li{
	width:148px;
	float:left;
	padding-right:10px;
}

.remote_navi p{
	margin-bottom:20px;
}

.footer_ct{
    margin-left:5px;
}


/*
 コンテンツリストエリア
---------------------------------------------------*/
#footer_contents_navi{
	width:168px;
	float:left;
}

#footer_contents_navi p{
	margin-top:17px;
	margin-bottom:20px;
}


/*
 COサイトへのリンクエリア
---------------------------------------------------*/
#footer_cosite_box{
	width:313px;
	float:left;
}

/*
 ロゴエリア
---------------------------------------------------*/
#footer_logo_area{
	width:241px;
	float:left;
}


/*
 バナーエリア
---------------------------------------------------*/
#footer_banner_area{
	width:211px;
	float:right;
}

#footer_banner_area a {
    width: 200px;
    float: right;
    margin: 0 20px 15px 0;
}

/*
 コピーライト
---------------------------------------------------*/
#copyright{
	text-align:center;
	border-top:1px solid #303030;
	background:url(../images/footer/copyright_bg.gif) 0 0 repeat-x;
	padding:10px 0 6px 0;
}

/*
 Summary  :  リニューアルフッター（10/29～）
 add：10/23
--------------------------------------------------- */
#footerBox { margin-top: 40px;}
#footerBox #pt{
	max-width:1020px;
	margin:0 auto;
	text-align:right;
}

#inner_footerBox{
	background-color:#000000;
}

#inner_footerBox #inside_footerBox{
	max-width:960px;
	margin:0 auto;
	padding-top:40px;
}

#inside_footerBox dl dt{
	color:#FFF;
	font-size:12px;
}

#inside_footerBox dl dd ul li{
	font-size:11px;
	color:#ffffff;
	margin-left:1em;
	line-height:2.5;
}

#inside_footerBox dl dd ul li a:link,
#inside_footerBox dl dd ul li a:visited,
#inside_footerBox dl dd ul li a:active{
	color:#ffffff;
}

#inner_footerBox #inside_footerBox #footer_logo{
	width:22%;
	float:left;
}

#inner_footerBox #inside_footerBox #footer_product{
	width:16%;
	float:left;
	padding-top:10px;
	padding-right:10px;
}

#inner_footerBox #inside_footerBox #footer_about{
	width:20%;
	float:left;
	padding-top:10px;
	padding-right:10px;
}

#inner_footerBox #inside_footerBox #footer_other{
	width:25%;
	float:left;
	padding-top:10px;
	padding-right:10px;
}

#inner_footerBox #inside_footerBox #footer_order{
	width:17%;
	float:left;
	padding-top: 10px;
}

#inner_footerBox #inside_footerBox #footer_order li + li { margin-top: 15px;}

#copy{
	max-width: 960px;
	margin: 0 auto;
	padding-top:30px;
	padding-bottom:20px;
	font-size:10px;
	text-align:right;
	color:#737373;
}

.footerInclude {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
}

@media screen and (min-width: 641px) {
	#scrollUp { display: none !important;}
}

/* 161116*/
#categorySearch { margin-top: 55px;}
#categorySearch .searchBox { width: 96%; margin: 45px auto 0; padding: 20px; background: #f5f5f5; text-align: center; font-size: 0;}
#categorySearch .searchBox label,
#categorySearch .searchBox input { display: inline-block; vertical-align: middle; font-size: 13px; line-height: 40px;}

#categorySearch .searchBox label { width: 20%; color: #c00; font-weight: bold;}
#categorySearch .searchBox [type="search"] { width: 61%; height: 40px; padding: 0 23px; border-right: 0; font-size: 13px; font-family: meiryo; line-height: 38px; vertical-align: bottom;}
#categorySearch .searchBox [type="button"] {
	width: 16%;
	margin-right: 3%;
	border-radius: 0;
	background: #c00 url(../../img/common/icon/btn_search.png) center center no-repeat;
	padding: 0;
	border: 0;
}
#categorySearch section { margin-top: 50px;}
#categorySearch section + section { margin-top: 60px;}
#categorySearch section h3 { margin-bottom: 32px;}
#categorySearch .itemList { width: 96%; margin: 0 auto; font-size: 0;}
#categorySearch .itemList li { display: inline-block; width: 19.9%; vertical-align: top; font-size: 13px; text-align: center;}
#categorySearch .itemList li + li { margin-left:6.8%; }
#categorySearch .itemList a { color: #555;}
#categorySearch .itemList li p { margin-top: 15px; text-align: justify;}
#categorySearch #rankingList .photo { position: relative;}
#categorySearch #rankingList .ranking01 .photo:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 32px;
	height: 46px;
	background: url(../../img/common/icon/ico_rank_01.png) center center no-repeat;
	content: '';
}
#categorySearch #rankingList .ranking02 .photo:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 32px;
	height: 46px;
	background: url(../../img/common/icon/ico_rank_02.png) center center no-repeat;
	content: '';
}
#categorySearch #rankingList .ranking03 .photo:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 32px;
	height: 46px;
	background: url(../../img/common/icon/ico_rank_03.png) center center no-repeat;
	content: '';
}
#categorySearch #itemSearchCategory h3 { margin-bottom: 25px;}
#itemSearchCategory ul { margin-bottom: 60px;}
#itemSearchCategory li + li { margin-top: 20px;}
#itemSearchCategory li table { table-layout: fixed; border: 3px solid #ddd;}
#itemSearchCategory li table th,
#itemSearchCategory li table td { vertical-align: middle;}
#itemSearchCategory li table td a { display: block; width: 100%;}
#itemSearchCategory li table th { width: 184px; background: #DDD; text-align: center; font-size: 18px; font-weight: bold;}
#itemSearchCategory li table th span { display: block; margin-top: 10px; font-weight: bold;}

@media screen and (max-width: 641px) {
	.categoryArea,
	.categoryArea .searchArea {
		margin-bottom: 0;
	}
	.categoryArea h2,
	.skincareArea h2 {
		margin-top: 6%;
	}
	.categoryArea ul li:first-child, .categoryArea ul li:nth-child(odd) {
		border-right: 1px solid #CCC;
	}
	/* 要素からの相対位置 */
	.scroll_x {
		position: relative;
		padding: 0 0 15px;
	}
	.scroll_x .checkArea_sp {
		display: table;
		padding-left: 10px;
	}
	.scroll_x .checkArea_sp .checkArea_sp_cell {
		display: table-cell;
		font-size: 0.7em;
		padding-right: 2%;
		/*width: 18%;*/
		max-width: 100px;
	}
	.scroll_x .checkArea_sp .checkArea_sp_cell a {
		color: #555;
	}
}

#searchSkincare h3 { margin-bottom: 30px;}
#searchSkincare ul { font-size: 0;}
#searchSkincare ul li {
	display: inline-block;
	width: 33.33%;
	width: calc(100% / 3);
}

#socialMedia { margin-top: 40px;}
#socialMedia h2 { margin-bottom: 40px;}
#socialMedia ul { font-size: 0;}
#socialMedia ul li {
	display: inline-block;
	width: 33.33%;
	width: calc(100% / 3);
	font-size: 13px;
	text-align: center;
}
#socialMedia ul li:nth-of-type(2) {
	display: none;
}
#socialMedia ul li a { color: #555;}
#socialMedia ul li img { margin-right: 14px; vertical-align: middle;}
@media screen and (max-width: 641px) {
	#socialMedia { margin-top: 6.25%;}
	#socialMedia h2 { display: none;}
	#socialMedia ul li { font-size: 12px;}
	#socialMedia ul li img {
		display: block;
		margin: 0 auto 5px;
		width: 40%;
	}
}

#serviceInfo { margin-top: 40px;}
#serviceInfo ul { width: 96%; margin: 0 auto; font-size: 0;}
#serviceInfo ul li {
	display: inline-block;
	width: 32.2%;
	margin: 22px 1.7% 0 0;
}
#serviceInfo ul li:nth-child(3n) { margin-right: 0;}

#contactArea {
	margin-top: 50px;
}
#contactArea > ul { font-size: 0;}
#contactArea > ul li { display: inline-block; font-size: 14px;}
#contactArea > ul li + li { margin-left: 90px;}
#contactArea > ul li a {
	display: block;
	padding-left: 20px;
	background: url(../../img/common/icon/ico_arrow_navred.png) 3px center no-repeat;
	color: inherit;
	text-decoration: none;
}
#contactArea > ul li a:hover { text-decoration: underline;}
#contactArea .blockUnder { margin-top: 15px; font-size: 0;}
#contactArea .blockUnder .telInfo,
#contactArea .blockUnder figure { display: inline-block; vertical-align: middle;}
#contactArea .blockUnder .telInfo { width: 66%; padding: 30px 0 20px; border: 3px solid #ddd; text-align: center;}
#contactArea .blockUnder .telInfo > div { float: left; width: 50%; padding: 0 20px;}
#contactArea .blockUnder .telInfo > div:nth-child(1) { border-right: 3px solid #ddd;}
#contactArea .blockUnder .telInfo dt { color: #c00; font-size: 22px; font-weight: bold;}
#contactArea .blockUnder .telInfo dd {
	margin-top: 20px;
	padding-left: 55px;
	background: url(../../img/common/icon/ico_freedial.png) left center no-repeat;
	font-size: 28px;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: -.7px;
}
#contactArea .blockUnder .telInfo ul { display: inline-block; margin-top: 15px; font-size: 18px; text-align: left;}
#contactArea .blockUnder .telInfo p { margin-top: 30px; font-size: 18px;}
#contactArea .blockUnder figure { width: 34%; text-align: center;}

.simpleFooter #inner_footerBox #inside_footerBox {
	max-width:760px;
	margin:0 auto;
	padding-top:40px;
}

.simpleFooter #inner_footerBox #inside_footerBox > div,
.simpleFooter #inner_footerBox #inside_footerBox > #footer_logo {
	float: left;
	width: 220px;
}

.simpleFooter #inner_footerBox #inside_footerBox #footer_logo {
	margin-right: 50px;
}

.simpleFooter #inner_footerBox #inside_footerBox #footer_order_tel {
	margin-right: 50px;
}

.items .red {
	color:#da0615;
	font-size:13px;
}

/*
 ランキング商品、レコメンド商品
---------------------------------------------------*/
#recommendIncludeArea,
#rankingIncludeArea {
	margin-top: 50px;
}

#recommendIncludeArea h3,
#rankingIncludeArea h3 {
	margin-bottom: 32px;
}

#recommendIncludeArea .itemList,
#rankingIncludeArea .itemList {
	width: 96%;
	margin: 0 auto;
	font-size: 0;
}

#recommendIncludeArea .itemList li,
#rankingIncludeArea .itemList li {
	display: inline-block;
	width: 19.9%;
	vertical-align: top;
	font-size: 13px;
	text-align: center;
}

#recommendIncludeArea .itemList li + li,
#rankingIncludeArea .itemList li + li {
	margin-left: 6.8%;
}

#rankingIncludeArea .itemList li p {
	margin-top: 15px;
	text-align: justify:
}

@media screen and (max-width: 641px){
	.recommendGoods,
	.rankingGoods {
		margin-bottom: 6%;
		width: 100%;
	}
	
	.recommendGoods h2,
	.rankingGoods h2 {
		margin-bottom: 2%;
	}
}

