@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 ページング
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;
	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;
}

#wrap img {
	vertical-align: bottom;
	max-width:100%;
}
a img:hover {
	opacity:0.75;
}

a,a:hover {
	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 {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}

/*---------------------------------------------
	1-5:hide,hidden
  ---------------------------------------------*/
.hide,
.hidden {
	display: none;
}

/*---------------------------------------------
	1-6:required
  ---------------------------------------------*/
/* 必須 */
.required:after {
	content: "必須";
	color: #c00;
	font-weight: bold;
	font-size: 0.9em;
}

/* 条件付き必須 */
.required_condition:after {
	content: "※";
	color: #c00;
	font-weight: bold;
	font-size: 0.9em;
}

/*---------------------------------------------
	1-7:text
  ---------------------------------------------*/
/* 行間 */
.contents p,
#footer .section_wrap p {
	margin: 0 auto 0.5em auto;
}
.contents p:last-child,
.contents .table:last-child {
	margin-bottom: 0;
}

/* テキストの右寄せ、左寄せ、中央寄せ */
#wrap .text_right {
	text-align: right;
}
#wrap .text_left {
	text-align: left;
}
#wrap .text_center {
	text-align: center;
}

/* 改行しない */
#wrap .text_nowrap,
.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
  ---------------------------------------------*/
/* 箇条書きリスト */
#wrap ul.disc li {
	text-indent: -1em;
	padding-left: 1em;
	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;
}
#wrap ol.decimal > li {
	list-style-type: decimal;
}

/* 丸括弧付き数字のリスト */
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;
}

/* ※印付きの文章 */
#wrap .kome {
	margin-left: 1em;
	text-indent: -1em;
}

/* ***************************************************************************************************** */
/* ** 2.Block,Item ************************************************************************************* */
/* ***************************************************************************************************** */

/*---------------------------------------------
	2-1:itemWrap
  ---------------------------------------------*/
.itemWrap{
	display:block;
}
.itemWrap.clearfix{
	clear:both;
}

/*---------------------------------------------
	2-2:inline_block
  ---------------------------------------------*/
.inline_block {
	display: inline-block;
}

/* カラム分け（汎用）
--------------------------------------------------------- */
#wrap .wrap_parent {
	display: table;
	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 .wrap_parent_3 {
	display: table;
	width: 102%;
	margin-left: -1%;
}
.part_wrap_3 {
	display: table-cell;
	padding-left: 1%;
	padding-right: 1%;
	width: 33.333%;
	vertical-align: top;
}
/* ----- 四分割 ----- */
#wrap .wrap_parent_4 {
	display: table;
	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;
	}
	#wrap .td, .th {
		display: block;
		border: 0;
		margin: 0;;
	}
}

/*---------------------------------------------
	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,
	.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"]:not([class^="navi-review"]),
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"]:not([class^="navi-review"]),
button[type="submit"]:not([class^="navi-review"]),
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;
}

/* ----- 幅----- */
textarea {
	width: 100%;
}

@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: #2fa700;
}

/*---------------------------------------------
	4-3:form-button
  ---------------------------------------------*/
#buttonGroup .itemWrap{
	display: inline-block;
}
@media screen and (max-width: 641px) {
	#buttonGroup, #input.contents buttonLeftGroup, #input.contents buttonRightGroup {
		text-align: center;
		margin-top: 10px;
		margin-bottom: 10px;
	}
}

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;
	text-decoration: none;
}

/* ボタンの色　レベル1 */
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;
	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;
	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;
	color: #fff;
	border-style: solid;
	border-width: 1px;
	border-color: #666;
}
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;
	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 {
	margin-top: 10px;
}
@media screen and (max-width: 641px) {
	#buttonGroup {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
	}
	#buttonGroup > div {
		width: 100%;
	}
	#buttonGroup .continueLink2ItemWrap,
	#buttonGroup .returnButtonItemWrap {
		margin: 0 ;
		line-height: 2.3;
	}
	#buttonGroup .continueLink2ItemWrap {
		order: 3;
	}
	#buttonGroup .returnButtonItemWrap {
		order: 2;
	}
}

/* amazonログインボタン */
#AmazonPayButton ~ #Logout {
	margin-top: 10px;
}

/*---------------------------------------------
	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: 150px;
}
@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;
	}
}

/*---------------------------------------------
	4-8:input-tel
  ---------------------------------------------*/
input.TEL_1,
input.TEL_2,
input.TEL_3 {
	width: 100%;
	max-width: 150px;
}
@media screen and (max-width: 641px) {
	input.TEL_1,
	input.TEL_2,
	input.TEL_3 {
		width: 100px;
	}
}

/*---------------------------------------------
	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:email
  ---------------------------------------------*/
input.mailAddress,
input.mailAddress2 {
	width: 100%;
	max-width: 500px;
}

/*---------------------------------------------
	4-11:addles
  ---------------------------------------------*/
select.areaCode {
	width: 100%;
	max-width: 100px;
}
text[class*="address"] {
	width: 100%;
	max-width: 500px;
}
@media screen and (max-width: 641px) {
	input.postCode {
		width: 100%;
		max-width: 180px;
	}
}

/*---------------------------------------------
	4-12: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,
.HALF_WIDTH_CHAR_KANA,
.HIRAGANA_CHAR {
	ime-mode: active;
}

/* ***************************************************************************************************** */
/* ** 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);
}
#errorGroup .alertMessageContent {
	background-image: none;
	padding:5px 2px 2px 5px;
}
.alertMessageContentTitle,
.alertMessageContent {
	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;
	border-radius: 3px;
	text-align: left;
}
.systemMessageContent {
	background-image: url(../../img/common/icon/icon_alertMsg_16-info.png);
	background-color: #dee8f2;
	background-repeat: no-repeat;
	background-position: 6px 7px;
	border: 1px solid #d3dfee;
	padding: 5px 0 2px 26px;
	margin: 0 0 8px 0;
	line-height: 1.4;
	border-radius: 3px;
	text-align: left;
}

/* ***************************************************************************************************** */
/* ** 6.Responsive ************************************************************************************* */
/* ***************************************************************************************************** */
/*---------------------------------------------
	6-1:responsive-common
  ---------------------------------------------*/
#wrap .no_pc{
	display:none;
}
#wrap .no_sp{
	display:block;
}
@media screen and (max-width: 641px) {
	#wrap .no_sp{
		display: none;
	}
	#wrap .no_pc{
		display:inline-block;
	}
}

/* ***************************************************************************************************** */
/* ** 7.Layout ***************************************************************************************** */
/* ***************************************************************************************************** */

/*---------------------------------------------
	7-1:contents,wrap,topGroupName,layoutGroup
  ---------------------------------------------*/
#wrap {
	width:100%;
	margin:0;
	position:relative;
	text-align:left;
}
.contents {
	width:980px;
	margin:0 auto;
	position:relative;
	background-color:#fff;
}
.contents section {
	padding:0;
	margin:0;
}
.contents .information{
	margin: 0 0 15px 5px;
}
.topGroupName {
	width:710px;
	float:left;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
}
.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;
}
.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 */
}
.headerS .fontsize ul#textsize li {
	display: inline-block;
	letter-spacing: normal;/* inline-block Hack */
	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);
	padding:0;
	border:1px solid #3d2c00;
	display:block;
	text-decoration:none;
	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);
	padding:0;
	border:1px solid #fff;
	display:block;
	text-decoration:none;;
	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%}

/*---------------------------------------------
	7-3:header-globalNavi
  ---------------------------------------------*/
.globalNavi {
	background-image: linear-gradient(to top, #ffffff, #f5f5f5);
	box-shadow: 0px 2px 3px #dbdbdb;
	position: relative;
}
.globalNavi ul {
	width:980px;
	margin:0 auto;
	text-align:center;
}
.globalNavi ul li {
	display: inline-block;
	width:163.3px;
	height:45px;
	border-right:1px solid #ddd;
	background:linear-gradient(to bottom, #fff, #eee);
}
.globalNavi ul li:nth-child(1){
	border-left:1px solid #ddd;
}
.globalNavi ul li a {
	display:block;
	padding: 15px 0;
	color:#333;
	font-size:0.8em;
	text-decoration:none;
	text-shadow: 0px 2px 0px #fff;
}
.globalNavi ul li:nth-child(1) a,
.globalNavi ul li:nth-child(2) a,
.globalNavi ul li:nth-child(3) a,
.globalNavi ul li:nth-child(4) a,
.globalNavi ul li:nth-child(5) a{
	width:163px;
	height:45px;
}
.globalNavi ul li:hover {
	opacity:0.75;
}
@media screen and (max-width: 641px){
	.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;
	}
	.globalNavi ul li a {
		font-size:0.7em;
	}
}

/*---------------------------------------------
	7-4:header-search
  ---------------------------------------------*/
.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;
	box-shadow: inset 2px 2px 0px #fff;
	width:300px;
}
.searchNavi input.q {
	box-shadow: inset 1px 1px 6px #ccc;
	width:580px;
	color:#999;
}
input.searchNaviButton {
	border:1px solid #666;
	background-image: linear-gradient(to top, #ffffff, #ebebeb);
	font-weight:bold;
	padding:6px 14px;
	cursor:pointer;
	border-radius: 0;
	border-color:#ccc;
}

@media screen and (max-width: 641px){
	.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;
		width:100%;
	}
	.searchNavi input.q {
		width:80%;
		border-top-left-radius: 4px;
		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;
		border-top-left-radius: 4px;
		border-bottom-right-radius: 4px;
		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;
}

.footerGuide {
	width:980px;
	margin:0 auto 30px;
	padding:50px 0 0;
}
.footerGuide .footerGuideBox {
	display: inline-block;
	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 {
	width:980px;
	margin:0 auto 30px;
	color:#fff;
}
.footerNavi .footerBox {
	display: inline-block;
	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 {
	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 {
	width:980px;
	margin:0 auto;
	padding:20px 30px;
	line-height:1em;
}
.footerSubNavi ul li {
	display: inline-block;
}
.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{
	background-color:#F6F6F6;
	padding:5px;
	margin-bottom:10px;
}
.panNav ul {
	font-size:0.8em;
}
.panNav ul li {
	display:inline-block;
}
.panNav ul li + li:before {
	content:">";
	padding:0 5px;
}

@media screen and (max-width: 641px){
	.panNav {
		padding: 10px;
	}
}

/*---------------------------------------------
	8-3:buttonArea ボタン表示エリア
  ---------------------------------------------*/
.contents .buttonArea{
	margin: 10px 0;
	text-align: center;
}

/*---------------------------------------------
	8-4:itemBlock 商品ブロック
  ---------------------------------------------*/
.itemBlock {
	display: block;
	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;
		border:1px solid #ccc;
		width: 47%;
		margin: 0 1% 5% 1%;
	}
	.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;
	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 {
	color:#fff;
	background: #005bac;
	border: 1px solid #005bac;
}

/* ***************************************************************************************************** */
/* ** 9.Other ****************************************************************************************** */
/* ***************************************************************************************************** */

/* モーダル感強調 */
.ui-widget-overlay {
	/* overwrite */
	background: none;
	opacity: 1;
	/* new */
	background-color: rgba(0, 0, 0, 0.7);
}

/* ヘッダー部分非表示 */
.noTitleDialog .ui-dialog-titlebar {
	display: none;
}

/* リサイズ部分非表示 */
.noTitleDialog .ui-resizable-handle {
	display: none !important;
}

/* ダイアログ表示箇所調整 */
.noTitleDialog .ui-widget-content {
	padding: 0.5rem;
}
.noTitleDialog .ui-dialog-content {
	border-bottom: none;
}
.noTitleDialog .ui-dialog-buttonpane {
	border-top: none;
}

/* ダイアログボタン調整 */
.noTitleDialog .ui-dialog-buttonset {
	padding: 0.25rem;
	margin: 0 auto;
	text-align: right;
}
.noTitleDialog .ui-dialog-buttonset button {
	margin: 0.25rem;
}

/* //////////////////////////////////////////////////////////
common-module
////////////////////////////////////////////////////////// */

/* =========================================================
共通部品
========================================================= */
/* ----- 強調文字 ----- */
em {
	color: #d93d70;/* ヴィヴィットピンク */
}
/* 文字装飾
--------------------------------------------------------- */
#wrap .text-strike {
	text-decoration: line-through;
}
#wrap .text-bold {
	font-weight: bold;
}
#wrap strong,
#wrap .strong {
	font-weight: bold;
}
/* margin / padding
--------------------------------------------------------- */
#wrap .m0auto { margin: 0 auto;}

#wrap .mt-10 { margin-top: -10px; }
#wrap .mt0 { margin-top: 0px; }
#wrap .mt5 { margin-top: 5px; }
#wrap .mt10 { margin-top: 10px; }
#wrap .mt15 { margin-top: 15px; }
#wrap .mt20 { margin-top: 20px; }
#wrap .mt25 { margin-top: 25px; }
#wrap .mt30 { margin-top: 30px; }
#wrap .mt40 { margin-top: 40px; }
#wrap .mt50 { margin-top: 50px; }
#wrap .mt60 { margin-top: 60px; }
#wrap .mt70 { margin-top: 70px; }
#wrap .mt80 { margin-top: 80px; }
#wrap .mt90 { margin-top: 90px; }
#wrap .mt100 { margin-top: 100px; }

#wrap .mb0 { margin-bottom: 0px; }
#wrap .mb5 { margin-bottom: 5px; }
#wrap .mb10 { margin-bottom: 10px; }
#wrap .mb15 { margin-bottom: 15px; }
#wrap .mb20 { margin-bottom: 20px; }
#wrap .mb25 { margin-bottom: 25px; }
#wrap .mb30 { margin-bottom: 30px; }
#wrap .mb40 { margin-bottom: 40px; }
#wrap .mb50 { margin-bottom: 50px; }
#wrap .mb60 { margin-bottom: 60px; }
#wrap .mb70 { margin-bottom: 70px; }
#wrap .mb80 { margin-bottom: 80px; }
#wrap .mb90 { margin-bottom: 90px; }
#wrap .mb100 { margin-bottom: 100px; }

#wrap .ml0auto { margin-left: auto;}
#wrap .ml0 { margin-left: 0px; }
#wrap .ml5 { margin-left: 5px; }
#wrap .ml10 { margin-left: 10px; }
#wrap .ml15 { margin-left: 15px; }
#wrap .ml20 { margin-left: 20px; }
#wrap .ml25 { margin-left: 25px; }
#wrap .ml30 { margin-left: 30px; }
#wrap .ml40 { margin-left: 40px; }
#wrap .ml50 { margin-left: 50px; }
#wrap .ml60 { margin-left: 60px; }
#wrap .ml70 { margin-left: 70px; }
#wrap .ml80 { margin-left: 80px; }
#wrap .ml90 { margin-left: 90px; }
#wrap .ml100 { margin-left: 100px; }

#wrap .mr0auto { margin-right: auto;}
#wrap .mr0 { margin-right: 0px; }
#wrap .mr5 { margin-right: 5px; }
#wrap .mr10 { margin-right: 10px; }
#wrap .mr15 { margin-right: 15px; }
#wrap .mr20 { margin-right: 20px; }
#wrap .mr25 { margin-right: 25px; }
#wrap .mr30 { margin-right: 30px; }
#wrap .mr40 { margin-right: 40px; }
#wrap .mr50 { margin-right: 50px; }
#wrap .mr60 { margin-right: 60px; }
#wrap .mr70 { margin-right: 70px; }
#wrap .mr80 { margin-right: 80px; }
#wrap .mr90 { margin-right: 90px; }
#wrap .mr100 { margin-right: 100px; }

#wrap .pt0 { padding-top: 0px; }
#wrap .pt5 { padding-top: 5px; }
#wrap .pt10 { padding-top: 10px; }
#wrap .pt15 { padding-top: 15px; }
#wrap .pt20 { padding-top: 20px; }
#wrap .pt25 { padding-top: 25px; }
#wrap .pt30 { padding-top: 30px; }
#wrap .pt40 { padding-top: 40px; }
#wrap .pt50 { padding-top: 50px; }
#wrap .pt60 { padding-top: 60px; }
#wrap .pt70 { padding-top: 70px; }
#wrap .pt80 { padding-top: 80px; }
#wrap .pt90 { padding-top: 90px; }
#wrap .pt100 { padding-top: 100px; }

#wrap .pb0 { padding-bottom: 0px; }
#wrap .pb5 { padding-bottom: 5px; }
#wrap .pb10 { padding-bottom: 10px; }
#wrap .pb15 { padding-bottom: 15px; }
#wrap .pb20 { padding-bottom: 20px; }
#wrap .pb25 { padding-bottom: 25px; }
#wrap .pb30 { padding-bottom: 30px; }
#wrap .pb40 { padding-bottom: 40px; }
#wrap .pb50 { padding-bottom: 50px; }
#wrap .pb60 { padding-bottom: 60px; }
#wrap .pb70 { padding-bottom: 70px; }
#wrap .pb80 { padding-bottom: 80px; }
#wrap .pb90 { padding-bottom: 90px; }
#wrap .pb100 { padding-bottom: 100px; }

#wrap .pl0 { padding-left:0px; }
#wrap .pl5 { padding-left:5px; }
#wrap .pl10 { padding-left:10px; }
#wrap .pl15 { padding-left:15px; }
#wrap .pl20 { padding-left:20px; }
#wrap .pl25 { padding-left:25px; }
#wrap .pl30 { padding-left:30px; }
#wrap .pl40 { padding-left:40px; }
#wrap .pl50 { padding-left:50px; }
#wrap .pl60 { padding-left:60px; }
#wrap .pl70 { padding-left:70px; }
#wrap .pl80 { padding-left:80px; }
#wrap .pl90 { padding-left:90px; }
#wrap .pl100 { padding-left:100px; }

#wrap .pr0 { padding-right:0px; }
#wrap .pr5 { padding-right:5px; }
#wrap .pr10 { padding-right:10px; }
#wrap .pr15 { padding-right:15px; }
#wrap .pr20 { padding-right:20px; }
#wrap .pr25 { padding-right:25px; }
#wrap .pr30 { padding-right:30px; }
#wrap .pr40 { padding-right:40px; }
#wrap .pr50 { padding-right:50px; }
#wrap .pr60 { padding-right:60px; }
#wrap .pr70 { padding-right:70px; }
#wrap .pr80 { padding-right:80px; }
#wrap .pr90 { padding-right:90px; }
#wrap .pr100 { padding-right:100px; }

/* =========================================================
forSP
========================================================= */
#wrap .forSP {
	display: none;
}

@media screen and (max-width: 600px) {
	#wrap .forSP {
		display: block;
	}
	#wrap .forSP img {
		width: 100%;
		height: 100%;
		display: block;
	}
	#wrap .forPC {
		display: none;
	}
}