@charset "UTF-8";

body {
	width: 100%;
	min-width: 980px;
	background: #F6F6F6;
}
body#goodsDetail {
	width: 500px !important;
	min-width: 500px !important;
	background: #FFFFFF;
	margin: 0 auto;
}

header {
	width: 100%;
	background: #F6F6F6;
	text-align: center;
}

h1 img {
	width: 100%;
}

h2.h2_icon {
	background-image: url('/d2017/img/common/h2_icon.png');
	background-size: 80px;
	background-repeat: no-repeat;
	background-position: left 20px bottom 5px;
	border-bottom: 3px dotted #C6E9F6;
	padding-top: 40px;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
h2.h2_icon span{
	color: #444444;
	font-size: 20px;
	font-weight: bold;
	padding-left: 110px;
}
footer {
	width: 100%;
	background: #C6E9F6;
	text-align: center;
	color: #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
}
footer .footerInner ul {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
footer .footerInner ul li img {
	width: 200px;
	margin: 0px 6px;
}
.copyright {
	color: #515151;
	font-size: 13px;
	margin-top: 20px;
}
.floatL {
	float: left;
}
.floatR {
	float: right;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.kome {
	font-size: 12px;
	color: #444444;
}

.gNav {
	width: 95%;
	margin:0 auto;
	padding: 0;
	padding-top: 10px;
}
.gNav .gNavInner {
	background: #FFFFFF;
	height: 40px;
	margin: 0 auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #4691F6;
	border-bottom: 5px solid #4691F6;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.gNav .gNavInner ul {
	display: table;
	width: 100%;
}
.gNav .gNavInner ul li {
	display: table-cell;
	text-align: center;
	width: 25%;
}
.gNav .gNavInner ul li a {
	display: block;
	line-height: 35px;
	color: #4691F6;
	font-size: 16px;
	font-weight: bold;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-right: 1px dotted #4691F6;
}
.gNav .gNavInner ul li a:hover {
	color: #9e9e9e;
	text-decoration: none;
}
.gNav .gNavInner ul li:last-child a {
	border-right: none;
}
.gNav2 {
	width: 95%;
	margin:0 auto;
	padding: 0;
	padding-top: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.gNav2 .gNavInner2 {
	background: #FFFFFF;
	height: 40px;
	margin: 0 auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #4691F6;
	border-bottom: 5px solid #4691F6;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.gNav2 .gNavInner2 ul {
	display: table;
	width: 100%;
}
.gNav2 .gNavInner2 ul li {
	display: table-cell;
	text-align: center;
	width: 33.3333%;
}
.gNav2 .gNavInner2 ul li a {
	display: block;
	line-height: 35px;
	color: #4691F6;
	font-size: 16px;
	font-weight: bold;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-right: 1px dotted #4691F6;
}
.gNav2 .gNavInner2 ul li a:hover {
	color: #9e9e9e;
	text-decoration: none;
}
.gNav2 .gNavInner2 ul li:last-child a {
	border-right: none;
}

/* マーキー */
.marquee {
	height: 30px;
}
.marquee span{
	line-height: 30px;
}

.attention {
	width: 80%;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.attention dt span{
	color: #DC0028;
	/*border: 1px solid #DC0028;*/
	background-color: #DC0028;
	color: #FFF;
	padding: 1px 3px;
}
.attention dd{
	margin-top: 10px;
	color: #DC0028;
	line-height: 1.3;
	font-size: 14px;
	font-weight: bold;
}

/* ログイン */
.loginArea {
	width: 100%;
	/* height: 90px; */
	text-align: center;
	color: #FFF;
	padding: 20px 0;
}
/*
.loginAreaInner {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
*/
.loginForm {
	/* padding-top: 20px; */
}
.loginOther {
	/* text-align: right; */
	padding-top: 20px;
	/* padding-left: 50px; */
}
.loginOther img {
	margin:0 10px;
	width: 303px;
/*	height: 65px;*/
}
.loginOther_banner_area{
	width:980px;
	margin:0 auto;
}
.forgetLink {
	padding-top: 20px;
}
.forgetLink a {
	font-size: 16px;
	color: #444444;
	text-decoration: underline;
}
/* フォーム関係 */
.loginForm form input[type="text"] {
	width: 200px;
	height: 50px;
	padding-left: 5px;
	margin-right: 5px;
	font-size: 22px;
}
.loginForm form input[type="password"] {
	width: 200px;
	height: 50px;
	padding-left: 5px;
	margin-right: 5px;
	font-size: 22px;
}
.loginForm form select {
	width: 150px;
	height: 30px;
	padding-left: 5px;
	margin-right: 5px;
}
.loginForm form input[type="image"] {
	/* width: 200px; */
	height: 50px;
	padding-left: 5px;
	margin-right: 5px;
	/* margin-bottom: -10px; */
	vertical-align: bottom;
}

/* ログアウト */
.logout {
	position: absolute;
	top: 52px;
	right: 20px;
	width: 120px;
	opacity: 0.75;
}

/* メインコンテンツ
-------------------------------------------------------------------------*/
#mainContents {
	width: 100%;
	background-color: #FFFFFF;
}
#mainContentsInner {
	width: 980px;
	background-color: #FFFFFF;
	margin: 0 auto;
	padding: 0;
	padding-bottom: 30px;
}

/* お知らせ */
dl.acMenu {
	margin: 0 auto;
	padding: 0;
}
dl.acMenu dt{
	background:#92BCF3;
	cursor:pointer;
	color: #444444;
	padding: 17px 40px 17px 20px;
	font-weight: bold;
	font-size: 17px;
	background-image: url('/d2017/img/common/ac_btn.png');
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: right 20px bottom 50%;
}
.infoList li:nth-child(even) dl.acMenu dt{
	background: #AECCF3;
	background-image: url('/d2017/img/common/ac_btn.png');
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: right 20px bottom 50%;
}
dl.acMenu dt.active{
	background-image: url('/d2017/img/common/ac_btn_close.png');
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: right 20px bottom 50%;
}
.infoList li:nth-child(even) dl.acMenu dt.active{
	background-image: url('/d2017/img/common/ac_btn_close.png');
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: right 20px bottom 50%;
}
dl.acMenu dd{
	background:#D0EFF7;
	display:none;
	padding: 10px 50px;
}
dl.acMenu dd img {
	float: left;
	margin-right:10px;
}
dl.acMenu dd p {
	line-height: 1.3;
}

/* バナー */
.bannerArea {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	margin-top: 50px;
}

li.bannerSmall{
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}
li.bannerSmall a {
	width: 240px;
}

li.bannerSmall img {
	width: 240px;
	margin-right: 5px;
	float: left;
}
li.bannerSmall a:last-child {
	margin-right: 0px;
}

/* 新商品 */
.new {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 30px;
}
.goodspic {
	/* border: 1px solid #BABABA; */
	width: 160px;
}
ul.goodsList2 {
	width: 910px;
	margin-right: auto;
	margin-left: auto;
}

ul.goodsList2 li{
	float: left;
	width: 180px;
	/* height: 320px; */
	word-break: break-all;
	line-height: 1.4;
	margin-right: -1px;
	margin-bottom: -1px;
	text-align: center;
}
ul.goodsList2 a {
	text-decoration: none;
	min-height: 172px;
	display: block;
	margin: 0 auto;
	vertical-align: middle;
}
ul.goodsList2 a > div {
	display: table-cell;
	vertical-align: middle;
	height: 135px;
	width: 180px;
}
ul.goodsList2 li img{
	width: auto;
	height: auto;
	/* width: auto; */
	/* height: 135px; */
	max-width: 100%;
	max-height: 135px;
	vertical-align: middle;
	display: inline;
}

ul.goodsList2 div.waku{
	width: 90%;
	border: 1px solid #E4859D;
	margin: 5px auto;
	font-size: 11px;
}

.newgoodsArea ul {
	width: 900px;
	margin: 0 auto;
}
.newgoodsArea ul li{
	position: relative;
}

/* 人気の商品 */
.favoritegoodsArea ul {
	width: 900px;
	margin: 0 auto;
}
.favoritegoodsArea ul li{
	position: relative;
}

.goods_name {
	position: absolute;
	width: 160px;
	bottom: 0;
	left: 0;
	padding-left: 0.2em;
	color: #f8f8f8;
	background: #4d3f3f;
	font-size: 0.7em;
	font-weight: normal;
	opacity: 0.7;
	text-align: center;
}


/* 景品コース */
.courseListArea {
	width: 980px;
	background-image: url('../img/common/course_bg.png');
	background-size: 54px;
	background-position: 20px 30px;
	background-repeat: no-repeat;
	padding-top: 30px;
	margin: 0 auto;
}
.courseListArea ul {
	width: 980px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 0 auto;
	padding: 0;
}
.courseListArea ul li{
	width: 400px;
	text-align: center;
}
.courseListArea img {
	width: 97%;
	margin-bottom: 10px;
}

/* マイルクラブ大村とは */
.howArea{
	width: 80%;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 0 auto;
	padding: 0;
}
.howArea p{
	margin: 10px 0px;
	text-align: center;
}
.howArea-right {
	width: 50%;
	line-height: 1.4;
	text-align: left;
}
.howArea-left {
	width: 50%;
}

/* マイルを貯める */
.saveArea {
	text-align: center;
}
.saveArea p{
	width: 80%;
	text-align: center;
	line-height: 1.4;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	margin-top: 20px;
}

/* マイルを使う */
.redeemArea {
	text-align: center;
}
.redeemArea p{
	width: 100%;
	text-align: center;
	line-height: 1.4;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	margin-bottom: 40px;
}
.goodsSearch {
	height: 45px;
	background-color: #DFF3F4;
	padding-left: 10px;
}
.goodsSearch span{
	font-size: 12px;
	color: #444;
	font-weight: bold;
}
.goodsSearch p{
	display: inline-block;
	line-height: 45px;
}
.pagingArea {
	width: 100%;
	height: 35px;
}
.pagingArea p {
	/* color: #4A8DF1; */
	font-size: 14px;
	line-height: 35px;
}
.pagingArea a {
	color: #4A8DF1;
	font-size: 14px;
}
.pagingArea span {
	color: #444;
	font-size: 14px;
	margin-right: 10px;
}

#goodsCategory .tabArea ul {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin-bottom: 10px;
}
#goodsCategory .tabArea ul li{
	margin: 0px 5px;
}
#goodsCategory .tabArea ul li:hover {
	cursor:pointer;
}
li.tab1 {
  background:url(../img/common/tab_Genkin.png) no-repeat;
  width: 220px;
  height: 115px;
  background-size: contain;
}
li.tab2 {
  background:url(../img/common/tab_BRgoods.png) no-repeat;
  width: 220px;
  height: 115px;
  background-size: contain;
}
li.tab3 {
  background:url(../img/common/tab_Tokusan.png) no-repeat;
  width: 220px;
  height: 115px;
  background-size: contain;
}
li.tab4 {
  background:url(../img/common/tab_Omuratokusan.png) no-repeat;
  width: 220px;
  height: 115px;
  background-size: contain;
}
.tabArea ul li a:hover{ opacity:0.8; }
.tabArea ul li.active { background-position:0px 0px }
.tabArea ul li.tab1.active {
  background:url(../img/common/tab_Genkin_on.png) no-repeat;
  width: 220px;
  height: 115px;
  background-size: contain;
}
.tabArea ul li.tab2.active {
  background:url(../img/common/tab_BRgoods_on.png) no-repeat;
  width: 220px;
  height: 115px;
  background-size: contain;
}
.tabArea ul li.tab3.active {
  background:url(../img/common/tab_Tokusan_on.png) no-repeat;
  width: 220px;
  height: 115px;
  background-size: contain;
}
.tabArea ul li.tab4.active {
  background:url(../img/common/tab_Omuratokusan_on.png) no-repeat;
  width: 220px;
  height: 115px;
  background-size: contain;
}
ul.goodsList {
	width: 910px;
	margin-right: auto;
	margin-left: auto;
}
ul.goodsList li{
	float: left;
	width: 180px;
	height: 325px;
	border: 1px solid #8AC9E0;
	word-break: break-all;
	line-height: 1.4;
	margin-right: -1px;
	margin-bottom: -1px;
	text-align: center;
	position: relative;
}
ul.goodsList a {
	/* width: 90%; */
	text-decoration: none;
	min-height: 172px;
	display: block;
	margin: 0 auto;
	vertical-align: middle;
}
ul.goodsList a > div {
	display: table-cell;
	vertical-align: middle;
	width: 180px;
	height: 135px;
}
ul.goodsList li img{
	width: auto;
	height: auto;
	max-width: 180px;
	max-height: 135px;
	vertical-align: middle;
}
p.itemName {
	font-size: 12px;
	height: 48px;
	overflow: hidden;
}

ul.goodsList div.waku{
	width: 90%;
	border: 1px solid #E4859D;
	margin-right: auto;
	margin-left: auto;
	margin-top:10px;
	margin-bottom:10px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
p.mile {
	font-weight: bold;
	color: #444444;
	font-size: 14px;
	border-bottom: 1px dotted #E4859D;
	padding: 5px 0px;
}
p.stock {
	font-weight: bold;
	color: #444444;
	font-size: 14px;
	padding: 5px 0px;
}
.select-box select {
	padding: 5px;
}

/* 商品詳細画像サイズ変更対応 */
.width-auto {
  width:auto !important;
}
.detail-img-size {
  max-height: initial !important;
  max-width: 500px !important;
}
.width-100 {
  width: 100% !important;
}
.margin-btm-10 {
  margin-bottom: 10px;
}

/* 商品詳細 */
.goodsDetailInner {
	width: 500px;
	margin: 0 auto;
	text-align: center;
}
.goodsDetailInner a{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-justify-content: center;
	justify-content: center;
	text-decoration: none;
}
.goodsDetailInner div{
	/* display: inline-block; */
	width: 50%;
	margin: 0 auto;
}
.goodsDetailInner div img {
	border: 1px solid #d7d7d7;
	max-height: 135px;
	margin-bottom: 20px;
}
.goodsDetail-itemName {
	/* height: 55px; */
	line-height: 1.1;
}
.goodsDetail-itemName span{
	font-size: 16px;
	font-weight: bold;
	color: #444444;
}
.goodsDetail-mile span{
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #E078CD;
}
table.goodsDetailTable {
	width:100%;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0 auto;
	padding: 0;
}
table.goodsDetailTable th {
	border: 1px solid #F7BCCB;
	color: #E4859D;
	font-weight: bold;
	padding: 4px;
}
table.goodsDetailTable td {
	border: 1px solid #F7BCCB;
	color: #444444;
	font-size: 14px;
	padding: 4px;
}
.goodsDetailTXT {
	line-height: 1.3;
	font-size: 14px;
	color: #444444;
	margin: 10px 0px;
}
.goodsDetailTXT p {
	font-size: 14px;
	color: #444444;
	margin-bottom: 5px;
	font-weight: bold;
}
.goodsDetailBtnArea {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.goodsDetailBtnArea p {
	display: inline-block;
	margin: 10px;
}
.goodsDetailBtnArea img {
	width: 140px;
}

/* お問合せ よくある質問 */
.pageTXT {
	width: 780px;
	line-height:1.4;
	margin: 0 auto;
	padding: 10px 0px 20px 0px;
}

.qaArea {
	width: 80%;
	line-height: 1.4;
	margin: 0 auto;
}
.qa_Q{
	color: #0A64EB;
	margin-bottom: 5px;
	border-bottom: 1px dotted #0A64EB;
	display: inline-block;
}
.qa_A{
	margin-bottom: 20px;
}

/* 利用規約 */
.agreementArea {
	width: 80%;
	line-height: 1.4;
	margin: 0 auto;
	font-size: 15px;
}
.agreementArea span{
	font-weight: bold;
}

/* 代行登録 */
.daikouArea {
	width: 100%;
	line-height: 1.4;
	margin: 0 auto;
	font-size: 15px;
}
.daikouArea img{
	width: 600px;
	margin: 0 auto;
}

/* キャンペーン告知ページ */
.cpTitleArea {
  display: block;
  margin: 0px 0px 20px 0px;
  border-left: 7px solid #4CB9DE;
  border-bottom: 1px dashed #4CB9DE;
}
.cpTitleArea span {
  display: block;
  padding: 10px;
  font-size: 22px;
  font-weight: bold;
  color: #1A1A1A;
}
.cpTitleArea-2 {
  margin-top: 20px;
  border-top: 3px double #4CB9DE;
  border-bottom: 3px double #4CB9DE;
}
.cpTitleArea-2 span {
  display: block;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #4CB9DE;
}
.cpImgArea{
  width: 100%;
  text-align: center;
}
.cpImgArea img {
  width: 600px;
}
.cpTXTArea {
  margin-top: 20px;
}

/* SNSアイコン */
.headerInner {
  position: relative;
}
.headerInner .sns-icon,
.headerInner.mypage-sns .sns-icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  padding: 8px 20px;
}
.headerInner.mypage-sns .sns-icon {
  right: 180px;
}
.headerInner .sns-icon li a img {
  height: 40px;
  width: auto;
  margin: 0 12px;
}
