@charset "UTF-8";
/*
-----------------------------------------------
-campanyName- Common Styles【変更注意】

----------------------------------------------- */

/* imageStyle【変更注意】画像インデントスタイル
----------------------------------------------- */
.imageCenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.imageLeft {
	display: block;
	margin-right: auto;
	text-align: left;
}

.imageRight {
	display: block;
	margin-left: auto;
	text-align: right;
}

/* PageListCommonStyle【変更注意】ページリストスタイル
----------------------------------------------- */
.pageListItemBlock {
	overflow: hidden;
}


/* PageListItemBlock-type01【変更注意】ページリスト タイプ01スタイル
----------------------------------------------- */
.pageListItemBlock-type01 {
	margin: 0 0 1em 0;
}

.pageListItemBlock-type01[style="list-style-type: circle"] {
	margin: 0 0 1em 20px;
}

.pageListItemBlock-type01[style="list-style-type: disc"] {
	margin: 0 0 1em 20px;
}

.pageListItemBlock-type01[style="list-style-type: square"] {
	margin: 0 0 1em 20px;
}

.pageListItemBlock-type01 li.pageListItemList {
	margin: 0 0 20px;
}

.pageListItemBlock-type01 li.pageListItemList p.pageListTitle {
	margin: 0 0 5px 0;
	line-height: 1.2em;
}

.pageListItemBlock-type01 li.pageListItemList p.pageListTitle span.pageListDate {
	display: inline-block;
	margin: 0 1em 0 0;
	font-weight: normal;
}

.pageListItemBlock-type01 li.pageListItemList p.pageListText {
	margin: 0;
	line-height: 1.2em;
}

.pageListItemBlock-type01 li.pageListItemList p.pageListText a {
	text-decoration: underline;
}

.pageListItemBlock-type01 li.pageListItemList p.pageListText a:hover {
	text-decoration: underline;
}


/* PageListItemBlock-type02【変更注意】ページリスト タイプ02のスタイル
----------------------------------------------- */
.pageListItemBlock-type02 {
	margin: 0 0 1em 0;
	overflow: hidden;
	zoom: 1;
}

.pageListItemBlock-type02 div.pageListThumbNail {
	float: left;
	width: 80px;
	margin: 0 1em 0 0;
}

.pageListItemBlock-type02 div.pageListThumbNail a {
}

.pageListItemBlock-type02 div.pageListThumbNail img {
	width: 100%;
	height: auto;
}

.pageListItemBlock-type02 div.pageListThumbNail img:hover {
}

.pageListItemBlock-type02 div.pageListTextBlock {
	overflow: hidden;
	zoom: 1;
}

.pageListItemBlock-type02 div.pageListTextBlock p.pageListTitle {
	margin: 0 0 5px 0;
}

.pageListItemBlock-type02 div.pageListTextBlock p.pageListTitle span.pageListDate {
	display: inline-block;
	margin: 0 1em 0 0;
	font-weight: normal;
}



.pageListItemBlock-type02 div.pageListTextBlock p.pageListText {
	margin: 0;
}

.pageListItemBlock-type02 div.pageListTextBlock p.pageListText a {
	text-decoration: underline;
}

.pageListItemBlock-type02 div.pageListTextBlock p.pageListText a:hover {
	text-decoration: underline;
}

.pageListItemBlock-type02 div.goodsDetailBasicInfoName {
	overflow: hidden;
}

.pageListItemBlock-type02 form {
	overflow: hidden;
}

.pageListItemBlock-type02 div.goodsOptionBox ul {
	margin-left: 0;
	list-style: none;
}


/* PageListItemBlock-type03【変更注意】ページリスト タイプ03スタイル
----------------------------------------------- */

.4Line .pageListItemBlock-type03 {
	width: 120px;
}

.pageListItemBlock-type03 {
	float: left;
	margin: 0 1em 1em 0;
	overflow: hidden;
	zoom: 1;
}

.pageListItemBlock-type03 div.pageListThumbNail {
	margin: 0 0 10px 0;
}

.pageListItemBlock-type03 div.pageListThumbNail a {	
	display: block;
}

.pageListItemBlock-type03 div.pageListThumbNail img {
	width: 100%;
	height: auto;
}

.pageListItemBlock-type03 div.pageListTextBlock {
	overflow: hidden;
	zoom: 1;
}

.pageListItemBlock-type03 div.pageListTextBlock p.pageListTitle {
	margin: 0 0 5px 0;
}

.pageListItemBlock-type03 div.pageListTextBlock p.pageListText span.pageListDate {
	display: block;
	margin: 0.5em 0;
	font-weight: normal;
}

.pageListItemBlock-type03 div.pageListTextBlock p.pageListText {
	margin: 0;
}

.pageListItemBlock-type03 div.pageListTextBlock p.pageListText span.pageListDetailLink {
	display: block;
	margin: 0.5em 0;
}

.pageListItemBlock-type03 div.pageListTextBlock p.pageListText a {
	text-decoration: underline;
}

.pageListItemBlock-type03 div.pageListTextBlock p.pageListText a:hover {
	text-decoration: underline;
}

.pageListItemBlock-type03 .goodsOptionBox ul {
	margin-left: 0;
	list-style: none;
}

.pageListItemBlock-type03 .goodsOptionBox ul li select {
	width: 97%;
}

.pageListItemBlock-type03 .goodsQuantityBox input[type=text] {
	width: 92%;
}

.pageListItemRow {
	margin: 0 0 1em 0;
}

.pageListItemRowClear {
	clear: both;
}


/* Paging-type01【変更注意】ページリスト ページネーションタイプ01スタイル
----------------------------------------------- */

.paging-type01 p {
	padding-left: 15px;
	background: url(../../../contents/templates/images/bg_linkArrow.png) no-repeat 0 60%;
}


/* Paging-type02【変更注意】ページリスト ページネーションタイプ02スタイル
----------------------------------------------- */

.paging-type02 {
	display: table;
	margin: 10px auto;
	text-align: center;
	overflow: hidden;
}

.paging-type02 span {
	display: inline-block;
	float: left;
}

.paging-type02 span:first-child a {
	border-left: none;
}

.paging-type02 span a {
	display: inline-block;
	padding: 5px 0.5em;
	text-align: center;
	text-decoration: none;
}

.paging-type02 span strong {
	display: inline-block;
	padding: 5px 0.5em;
	text-align: center;
	text-decoration: none;
}


/* ContentsListCommonStyle【変更注意】ページリストスタイル
----------------------------------------------- */
.contentsListItemBlock {
	overflow: hidden;
}


/* ContentsListItemBlock-type01【変更注意】ページリスト タイプ01スタイル
----------------------------------------------- */
.contentsListItemBlock-type01 {
	margin: 0 0 1em 0;
}

.contentsListItemBlock-type01[style="list-style-type: circle"] {
	margin: 0 0 1em 20px;
}

.contentsListItemBlock-type01[style="list-style-type: disc"] {
	margin: 0 0 1em 20px;
}

.contentsListItemBlock-type01[style="list-style-type: square"] {
	margin: 0 0 1em 20px;
}

.contentsListItemBlock-type01 li.contentsListItemList {
	margin: 0 0 20px;
}

.contentsListItemBlock-type01 li.contentsListItemList p.contentsListTitle {
	margin: 0 0 5px 0;
	line-height: 1.2em;
}

.contentsListItemBlock-type01 li.contentsListItemList p.contentsListTitle span.contentsListDate {
	display: inline-block;
	margin: 0 1em 0 0;
	font-weight: normal;
}

.contentsListItemBlock-type01 li.contentsListItemList p.contentsListText {
	margin: 0;
	line-height: 1.2em;
}

.contentsListItemBlock-type01 li.contentsListItemList p.contentsListText a {
	text-decoration: underline;
}

.contentsListItemBlock-type01 li.contentsListItemList p.contentsListText a:hover {
	text-decoration: underline;
}


/* ContentsListItemBlock-type02【変更注意】ページリスト タイプ02のスタイル
----------------------------------------------- */
.contentsListItemBlock-type02 {
	margin: 0 0 1em 0;
	overflow: hidden;
	zoom: 1;
}

.contentsListItemBlock-type02 div.contentsListThumbNail {
	float: left;
	width: 80px;
	margin: 0 1em 0 0;
}

.contentsListItemBlock-type02 div.contentsListThumbNail a {
}

.contentsListItemBlock-type02 div.contentsListThumbNail img {
	width: 100%;
	height: auto;
}

.contentsListItemBlock-type02 div.contentsListThumbNail img:hover {
}

.contentsListItemBlock-type02 div.contentsListTextBlock {
	overflow: hidden;
	zoom: 1;
}

.contentsListItemBlock-type02 div.contentsListTextBlock p.contentsListTitle {
	margin: 0 0 5px 0;
}

.contentsListItemBlock-type02 div.contentsListTextBlock p.contentsListTitle span.contentsListDate {
	display: inline-block;
	margin: 0 1em 0 0;
	font-weight: normal;
}



.contentsListItemBlock-type02 div.contentsListTextBlock p.contentsListText {
	margin: 0;
}

.contentsListItemBlock-type02 div.contentsListTextBlock p.contentsListText a {
	text-decoration: underline;
}

.contentsListItemBlock-type02 div.contentsListTextBlock p.contentsListText a:hover {
	text-decoration: underline;
}

.contentsListItemBlock-type02 div.goodsDetailBasicInfoName {
	overflow: hidden;
}

.contentsListItemBlock-type02 form {
	overflow: hidden;
}

.contentsListItemBlock-type02 div.goodsOptionBox ul {
	margin-left: 0;
	list-style: none;
}


/* ContentsListItemBlock-type03【変更注意】ページリスト タイプ03スタイル
----------------------------------------------- */

.4Line .contentsListItemBlock-type03 {
	width: 120px;
}

.contentsListItemBlock-type03 {
	float: left;
	margin: 0 1em 1em 0;
	overflow: hidden;
	zoom: 1;
}

.contentsListItemBlock-type03 div.contentsListThumbNail {
	margin: 0 0 10px 0;
}

.contentsListItemBlock-type03 div.contentsListThumbNail a {	
	display: block;
}

.contentsListItemBlock-type03 div.contentsListThumbNail img {
	width: 100%;
	height: auto;
}

.contentsListItemBlock-type03 div.contentsListTextBlock {
	overflow: hidden;
	zoom: 1;
}

.contentsListItemBlock-type03 div.contentsListTextBlock p.contentsListTitle {
	margin: 0 0 5px 0;
}

.contentsListItemBlock-type03 div.contentsListTextBlock p.contentsListText span.contentsListDate {
	display: block;
	margin: 0.5em 0;
	font-weight: normal;
}

.contentsListItemBlock-type03 div.contentsListTextBlock p.contentsListText {
	margin: 0;
}

.contentsListItemBlock-type03 div.contentsListTextBlock p.contentsListText span.contentsListDetailLink {
	display: block;
	margin: 0.5em 0;
}

.contentsListItemBlock-type03 div.contentsListTextBlock p.contentsListText a {
	text-decoration: underline;
}

.contentsListItemBlock-type03 div.contentsListTextBlock p.contentsListText a:hover {
	text-decoration: underline;
}

.contentsListItemBlock-type03 .goodsOptionBox ul {
	margin-left: 0;
	list-style: none;
}

.contentsListItemBlock-type03 .goodsOptionBox ul li select {
	width: 97%;
}

.contentsListItemRow {
	margin: 0 0 1em 0;
}


.contentsListItemRowClear {
	clear: both;
}


/* Paging-type01【変更注意】ページリスト ページネーションタイプ01スタイル
----------------------------------------------- */

.paging-type01 p {
	padding-left: 15px;
	background: url(../../../contents/templates/images/bg_linkArrow.png) no-repeat 0 60%;
}


/* Paging-type02【変更注意】ページリスト ページネーションタイプ02スタイル
----------------------------------------------- */

.paging-type02 {
	display: table;
	margin: 10px auto;
	text-align: center;
	overflow: hidden;
}

.paging-type02 span {
	display: inline-block;
	float: left;
}

.paging-type02 span:first-child a {
	border-left: none;
}

.paging-type02 span a {
	display: inline-block;
	padding: 5px 0.5em;
	text-align: center;
	text-decoration: none;
}

.paging-type02 span strong {
	display: inline-block;
	padding: 5px 0.5em;
	text-align: center;
	text-decoration: none;
}


/* rssFeedCommonStyle【変更注意】RSSフィードスタイル
----------------------------------------------- */
.rssFeedItemBlock {
	overflow: hidden;
}


/* rssFeedItemBlock-type01【変更注意】RSSフィード タイプ01スタイル
----------------------------------------------- */
.rssFeedItemBlock-type01 {
	margin: 0 0 1em 0;
}

.rssFeedItemBlock-type01[style="list-style-type: circle"] {
	margin: 0 0 1em 20px;
}

.rssFeedItemBlock-type01[style="list-style-type: disc"] {
	margin: 0 0 1em 20px;
}

.rssFeedItemBlock-type01[style="list-style-type: square"] {
	margin: 0 0 1em 20px;
}

.rssFeedItemBlock-type01 li.pageListItemList {
	margin: 0 0 20px;
}

.rssFeedItemBlock-type01 li.pageListItemList p.pageListTitle {
	margin: 0 0 5px 0;
	line-height: 1.2em;
}

.rssFeedItemBlock-type01 li.pageListItemList p.pageListTitle span.pageListDate {
	display: inline-block;
	margin: 0 1em 0 0;
	font-weight: normal;
}

.rssFeedItemBlock-type01 li.pageListItemList p.pageListText {
	margin: 0;
	line-height: 1.2em;
}

.rssFeedItemBlock-type01 li.pageListItemList p.pageListText a {
	text-decoration: underline;
}

.rssFeedItemBlock-type01 li.pageListItemList p.pageListText a:hover {
	text-decoration: underline;
}

/* Form Error【削除厳禁・変更注意】入力エラースタイル
----------------------------------------------- */

.btnSend input {
	cursor: pointer;
}

.formError {
	z-index: 990;
}

.formError .formErrorContent {
	z-index: 991;
}

.formError .formErrorArrow {
	z-index: 996;
}

.formErrorInsideDialog.formError {
	z-index: 5000;
}

.formErrorInsideDialog.formError .formErrorContent {
	z-index: 5001;
}

.formErrorInsideDialog.formError .formErrorArrow {
	z-index: 5006;
}

.formError .formErrorContent {
	background: #ee0101;
	position:relative;
	color: #fff;
	border: 2px solid #ddd;
	font-size: 0.9333em;
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
	position:relative;
}

body[dir='rtl'] .formError .formErrorArrow, body.rtl .formError .formErrorArrow {
	margin: -2px 13px 0 0;
}

.formError .formErrorArrow .line10 {
	width: 15px;
	border: none;
}

.formError .formErrorArrow .line9 {
	width: 13px;
	border: none;
}

.formError .formErrorArrow .line8 {
	width: 11px;
}

.formError .formErrorArrow .line7 {
	width: 9px;
}

.formError .formErrorArrow .line6 {
	width: 7px;
}

.formError .formErrorArrow .line5 {
	width: 5px;
}

.formError .formErrorArrow .line4 {
	width: 3px;
}

.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #ddd;
}

.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #ddd;
}

.inputContainer {
	position: relative;
	float: left;
}

.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	cursor: pointer;
}

.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none
}

.greenPopup .formErrorContent {
	background: #33be40;
}

.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrowBottom {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0px 0 0 12px;
	top:2px;
}

.formError .formErrorArrow div {
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	box-shadow: 0 2px 3px #444;
	-moz-box-shadow: 0 2px 3px #444;
	-webkit-box-shadow: 0 2px 3px #444;
	font-size: 0px;
	height: 1px;
	background: #ee0101;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}

.formError .formErrorArrowBottom div {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.greenPopup .formErrorArrow div {
	background: #33be40;
}

.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF;
}


/* Form Advisor【削除厳禁・変更注意】入力アドバイススタイル
----------------------------------------------- */

.formAdvisor{
	margin: -30px 0 0 0;
	padding: 4px 10px 4px 10px;
	background:#ffffff;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 2px solid #ddd;
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	color: #333333;
	cursor: pointer;
	font-size: 0.8125em;
}


/* SNSボタンスタイル【削除厳禁・変更注意】
----------------------------------------------- */

.snsButton {
	display: inline-block;
}

.arrowBox {
	background: #ffffff;
	border: 1px solid #b3b3b3;
    border-radius: 3px;
    margin-bottom: 6px;
    padding: 5px 0;
    position: relative;
    text-align: center;
    width: 50px;
}
.arrowBox:after, .arrowBox:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrowBox:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 5px;
	margin-left: -5px;
}
.arrowBox:before {
	border-color: rgba(179, 179, 179, 0);
	border-top-color: #b3b3b3;
	border-width: 6px;
	margin-left: -6px;
}