@charset "utf-8";

/* base override */
body {
	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
}

p {
	padding: 0;
	margin: 0;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

li {
	margin: 0;
	padding: 0;
}

dl {
	margin: 0;
	padding: 0;
}

dt {
	margin: 0;
	padding: 0;
}

dd {
	margin: 0;
	padding: 0;
}

/* font */
/* -------------------------- */
@font-face {
  font-family: 'readerregular';
  src: url('/cms/onlineshop/gb/i/common/font/reader/reader-regular-webfont.eot');
  src: url('/cms/onlineshop/gb/i/common/font/reader/reader-regular-webfont.eot?#iefix') format("embedded-opentype"), url('/cms/onlineshop/gb/i/common/font/reader/reader-regular-webfont.woff2') format("woff2"), url('/cms/onlineshop/gb/i/common/font/reader/reader-regular-webfont.woff') format("woff"), url('/cms/onlineshop/gb/i/common/font/reader/reader-regular-webfont.ttf') format("truetype"), url('/cms/onlineshop/gb/i/common/font/reader/reader-regular-webfont.svg#readerregular') format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'readerbold';
  src: url('/cms/onlineshop/gb/i/common/font/reader/reader-bold-webfont.eot');
  src: url('/cms/onlineshop/gb/i/common/font/reader/reader-bold-webfont.eot?#iefix') format("embedded-opentype"), url('/cms/onlineshop/gb/i/common/font/reader/reader-bold-webfont.woff2') format("woff2"), url('/cms/onlineshop/gb/i/common/font/reader/reader-bold-webfont.woff') format("woff"), url('/cms/onlineshop/gb/i/common/font/reader/reader-bold-webfont.ttf') format("truetype"), url('/cms/onlineshop/gb/i/common/font/reader/reader-bold-webfont.svg#readerbold') format("svg");
  font-weight: normal;
  font-style: normal; }


/*---------- ヘルパークラス ----------*/

/* hover */
.hover {
	opacity: 1;
	transition-property: opacity;
	transition-duration: 0.5s;
	transition-timing-function: ease-in-out;
	-ms-filter: "alpha( opacity=100 )";
	filter: alpha(opacity=100);
}

.hover:hover {
	opacity: 0.8;
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha(opacity=80);
}


/* IE8対策 */
.hover * {
  filter: alpha(opacity=100)\9; /* IE10以下 */
}
.hover:hover * {
  filter: alpha(opacity=80)\9;
}
.hover:hover *:not(:target) {
  filter: alpha(opacity=100)\9; /* IE9, 10 */
}


a.link_text,
a.link_anchor{
	color:#c8102e;
	text-decoration:underline;
}
a.link_text:hover,
a.link_anchor:hover{
	color:#d33f57;
	text-decoration:none;
}
a.link_text:after{
	content:url(/cms/onlineshop/gb/i/common/img/icn_r_red.png);
	vertical-align: middle;
	margin-left:5px;
}
a.link_anchor:after{
	content:url(/cms/onlineshop/gb/i/common/img/icn_down_red.png);
	vertical-align: middle;
	margin-left:5px;
}


/* clearfix */
.cf:before, .cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/*---------- #body override ----------*/

#body {
	min-height:0 !important;
	padding:15px 0 10px !important;
}
#body .group{
	padding-bottom:0;
}
.footer_script{
	height:0 !important;
	overflow: hidden;
}

/*---------- #main02 ----------*/

#main02 {
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #fff;
	font-family: 'readerregular', 'ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN','Helvetica Neue','Hiragino Kaku Gothic W3 JIS2004', 'Meiryo', 'Helvetica', Helvetica, Arial ,sans-serif;
  font-weight: normal;
  color: #000;
}

#main02 .inner {
	position:relative;
	margin: 0 auto;
	width: 960px;
	text-align: left;
	line-height: 1.5em;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
}


/*---------- footer_parts > .relation_btns ----------*/

.relation_btns {
	border-top:solid 1px #000;
	padding:40px 0;
}
.relation_btns li a{
		margin:20px auto 0;
}
.relation_btns li:first-child a{
	margin:0 auto;
}
.relation_btns .btn_gbs_onlineshop_top {
		display: block;
		overflow: hidden;
		width: 560px;
		height: 52px;
		text-indent: -9999px;
		white-space: nowrap;
		background: url("/cms/onlineshop/gb/i/common/img/btn_gbs_onlineshop_top.png") no-repeat 0 0;
}
.relation_btns .btn_onlineshop_top {
		display: block;
		overflow: hidden;
		width: 280px;
		height: 46px;
		text-indent: -9999px;
		white-space: nowrap;
		background: url("/cms/onlineshop/gb/i/common/img/btn_onlineshop_top_s.png") no-repeat 0 0;
}


/*---------- footer_parts > .about_brand ----------*/

.about_brand {
	border-top:solid 1px #000;
	padding:78px 0 68px;
}
.about_brand h2{
	margin-bottom:50px;
}
.about_brand p{
	margin-bottom:35px;
}
.about_brand .img {
	position: absolute;
	top: 30px;
	right:0;
}
.about_brand p a{
	color:#c8102e;
}
.about_brand p a:after{
	content:'';
	display:inline-block;
	vertical-align: middle;
	margin-left:7px;
	width:6px;height:10px;
	background: url(/cms/onlineshop/gb/i/common/img/icn_r_red.png) no-repeat;
}
.about_brand p a:hover{
	color:#d33f57;
	text-decoration:none;
}

/*---------- footer_parts > .merit ----------*/
.merit{
	border-top:solid 1px #000;
	padding:60px 0;
}
.merit h2{
	margin-bottom:47px;
}
.merit dl{
	width:284px;
	display:inline-block;
	vertical-align: top;
	margin-left:54px;
	position:relative;
}
.merit dl.isOver:before{
	content:url(/cms/onlineshop/gb/i/common/img/merit_over.png);
	display:block;
	position:absolute;
	top:0;left:0;right:0;bottom:0;
	background-color: rgba(255,255,255,0.9);
	padding:25px 0 0 0;
	text-align: center;
}

.merit dl:first-child{
	margin-left:0;
}
.merit dd p{
	margin:20px 0 0;
	font-size:16px;
	line-height:26px;
}
.merit dd p a{
	font-size:14px;
	line-height:24px;
	color:#c8102e;
}
.merit dd p a:after{
	content:'';
	display:inline-block;
	vertical-align: middle;
	margin-left:7px;
	width:6px;height:10px;
	background: url(/cms/onlineshop/gb/i/common/img/icn_r_red.png) no-repeat;
}
.merit dd p a:hover{
	color:#d33f57;
	text-decoration:none;
}


/*---------- .slogo ----------*/
.slogo{
	border-top:solid 34px #000;
	border-bottom:solid 1px #000;
	padding:1px 0;
}
.slogo img{
	display: block;
	margin:0 auto;
}

.slogo2{
	background-color: #000;
	padding:1px 0;
}
.slogo2 img{
	display: block;
	margin:0 auto;
}
