@charset "UTF-8";

/*
********************************************************************************
■ レイアウト
********************************************************************************
*/

body {
	width: 100%;
	min-width: 960px;
}

/*
------------------------------------------------------------
■ header
------------------------------------------------------------
*/
#header {
	border-top: 2px solid #E6002D;
	margin-bottom: 75px;
}

#header .inner {
	width: 960px;
	height: 95px;
	margin: 0 auto;
}

#logo-header {
	width: 178px;
	font-size: 93%;
	padding-top: 15px;
}

.ie6 #header .inner,
.ie7 #header .inner {
	position: relative;
}

.ie6 #logo-header,
.ie7 #logo-header {
	position: absolute;
	top: 0;
	left: 0;
}



/*
------------------------------------------------------------
■ main
------------------------------------------------------------
*/
#main {
	background: url("../images/bg-main.png") repeat-x left top;
	margin-bottom: 30px;
}

#main .inner {
	width: 960px;
	margin: 0 auto;
	padding-top: 20px;
}


/*
------------------------------------------------------------
■ global-menu
------------------------------------------------------------
*/
#global-menu {
	position: absolute;
	top: 97px;
	width: 100%;
	height: 60px;
	background-color: #E6002D;
	-webkit-box-shadow: 0 2px 3px #d0d0d0;
	-moz-box-shadow: 0 2px 3px #d0d0d0;
	box-shadow: 0 2px 3px #d0d0d0;
}

#global-menu ul {
	width: 960px;
	height: 60px;
	margin: 0 auto;
}

#global-menu ul li {
	float: left;
}

#global-menu ul li a {
	display: block;
	/*width: 160px;*/
	width: 192px;
	height: 60px;
	text-align: left !important;
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
}

#global-menu #gm-1 {
	background: url("../images/global-menu.png") no-repeat 0 0;
}

#global-menu #gm-2 {
	/*background: url("../images/global-menu.png") no-repeat -160px 0;*/
	background: url("../images/global-menu.png") no-repeat -192px 0;
}

#global-menu #gm-3 {
	/*background: url("../images/global-menu.png") no-repeat -320px 0;*/
	background: url("../images/global-menu.png") no-repeat -384px 0;
}

#global-menu #gm-4 {
	background: url("../images/global-menu.png") no-repeat -480px 0;
}

#global-menu #gm-5 {
	/*background: url("../images/global-menu.png") no-repeat -640px 0;*/
	background: url("../images/global-menu.png") no-repeat -576px 0;
}

#global-menu #gm-6 {
	/*background: url("../images/global-menu.png") no-repeat -800px 0;*/
	background: url("../images/global-menu.png") no-repeat -768px 0;
}

#global-menu #gm-1:hover,
#global-menu #gm-1.selected {
	background: url("../images/global-menu.png") no-repeat 0 -60px;
}

#global-menu #gm-2:hover,
#global-menu #gm-2.selected {
	/*background: url("../images/global-menu.png") no-repeat -160px -60px;*/
	background: url("../images/global-menu.png") no-repeat -192px -60px;
}

#global-menu #gm-3:hover,
#global-menu #gm-3.selected {
	/*background: url("../images/global-menu.png") no-repeat -320px -60px;*/
	background: url("../images/global-menu.png") no-repeat -384px -60px;
}

#global-menu #gm-4:hover,
#global-menu #gm-4.selected {
	background: url("../images/global-menu.png") no-repeat -480px -60px;
}

#global-menu #gm-5:hover,
#global-menu #gm-5.selected {
	/*background: url("../images/global-menu.png") no-repeat -640px -60px;*/
	background: url("../images/global-menu.png") no-repeat -576px -60px;
}

#global-menu #gm-6:hover,
#global-menu #gm-6.selected {
	/*background: url("../images/global-menu.png") no-repeat -800px -60px;*/
	background: url("../images/global-menu.png") no-repeat -768px -60px;
}

.ie6 #global-menu,
.ie7 #global-menu {
	left: 0;
}



/*
------------------------------------------------------------
■ global-menu-sub
------------------------------------------------------------
*/
#global-menu-sub {
	position: absolute;
	top: 10px;
	width: 100%;
	font-size: 93%;
	line-height: 200%;
}

#global-menu-sub ul.sub-menu {
	width: 960px;
	margin: 0 auto;
	text-align: right;
}

#global-menu-sub ul.sub-menu li {
	display: inline;
	padding-left: 18px;
	margin-right: 10px;
	background: url("../images/bg-arrow-01.png") no-repeat left center;
}

#global-menu-sub ul.sub-menu li:last-child {
	margin-right: 0;
}

.ie6 #global-menu-sub,
.ie7 #global-menu-sub {
	right: 0;
}



/*
------------------------------------------------------------
■ area-search
------------------------------------------------------------
*/
#area-search {
	position: absolute;
	top: 50px;
	width: 100%;
}

#area-search .inner {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

#area-search form {
	position: absolute;
	top: 0;
	right: 190px;
}

#area-search #input-search {
	width: 150px;
	padding: 3px 0;
}

#area-search #btn-search {
	width: 30px;
	height: 30px;
	vertical-align: middle;
}

#area-search #btn-search-shop {
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
	width: 170px;
}

.ie6 #area-search,
.ie7 #area-search {
	right: 0;
}

.ie7 #area-search #btn-search,
.ie6 #area-search #btn-search {
	vertical-align: top;
}


/*
------------------------------------------------------------
■ footer
------------------------------------------------------------
*/
#footer {
	background-color: #EEEEEE;
	border-bottom: 50px solid #E6002D;
	margin-top: 90px;
}

#footer .inner {
	position: relative;
	width: 960px;
	margin: 0 auto;


	text-align: left;
}

#footer ul.sub-menu {
	font-size: 93%;
	line-height: 200%;
	padding-top: 15px;
	margin-bottom: 13px;
}

#footer ul.sub-menu li {
	display: inline;
	padding-left: 18px;
	margin-right: 10px;
	background: url("../images/bg-arrow-02.png") no-repeat left center;
}

#footer #footer-bottom {
	position: absolute;
	bottom: -60px;
	left: 0;
}

#footer #footer-bottom #logo-footer {
	float: left;
	width: 105px;
	height: 20px;
	margin-right: 15px;
}

#footer #footer-bottom #logo-footer a:hover img {
	background: none;
}

#footer #footer-bottom div {
	float: left;
	border-left: 1px solid #ffffff;
	margin-top: 6px;
	padding-left: 15px;
}

#footer #footer-bottom div p {
	margin-top: 0.5em;
	margin-bottom: 0;
	color: #ffffff;
	font-size: 85%;
	line-height: 85%;
}

#footer #footer-bottom div small {
	color: #ffffff;
	font-size: 85%;
	line-height: 85%;
}

#footer #image-shop {
	position: absolute;
	top: -63px;
	left: 0;
	display: block;
	width: 200px;
}

.ie7 #footer #footer-bottom,
.ie6 #footer #footer-bottom {
	bottom: -40px;
}

.ie7 #footer #footer-bottom #logo-footer,
.ie6 #footer #footer-bottom #logo-footer {
	padding-top: 8px;
}

.ie7 #footer #footer-bottom div p {
	margin-top: 0;
	line-height: 120%;
}



/*
------------------------------------------------------------
■ btn-gotop
------------------------------------------------------------
*/
#btn-gotop {
	position: fixed;
	bottom: 20px;
	right: 30px;
	display: block;
	width: 47px;
}

#btn-gotop a:hover img {
	opacity: 1;
	background: none;
}

.ie7 #btn-gotop {
	bottom: 25px;
}

.ie6 #btn-gotop {
	display: none;
}


/*
------------------------------------------------------------
■ btn-spmenu
------------------------------------------------------------
*/
#btn-spmenu {
	display: none;
}



/*
********************************************************************************
■ TOPページ
********************************************************************************
*/

/*
------------------------------------------------------------
■ area-slider
------------------------------------------------------------
*/
#area-slider {
	width: 96%;
	margin: 0 auto;

	margin-top: 90px;
}


/*
------------------------------------------------------------
■ main
------------------------------------------------------------
*/
#toppage #main .inner {
	width: 100%;
	margin: 0 auto;
	padding-top: 60px;
}

#toppage #main .area-section {
	width: 100%;
	padding: 40px 0 50px;
	border-top: 1px solid #333333;
	background: url("../images/bg-area-section-top.gif") repeat-x left top;

	/*margin-bottom: 50px;*/
}

#toppage #main .area-section#area-section-pickup {
	background: url("../images/bg-area-section-top.gif") repeat left top;
	margin-bottom: 0;
}

#toppage #main .area-section.area-section-nobg {
	border-top: none;
	background: none;
	margin-bottom: 30px;
}

#toppage #main .area-section.area-section-decobg {
	border-top: none;
	background: url("../images/bg-area-section-top.gif") repeat left top;
	/*margin-bottom: 50px;*/
}

#toppage #main .area-section .inner {
	width: 960px;
	margin: 0 auto;
	padding-top: 0;
}

#toppage #main .area-section .inner .area-section-title {
	width: 300px;
	margin: -73px auto 40px;
	background: url("../images/bg-area-section-title-top.png") no-repeat left bottom;
	text-align: center;
	padding-bottom: 3px;
}

.ie7 #toppage #main .area-section .inner .area-section-title {
	margin: -79px auto 40px;
}

.ie6 #toppage #main .area-section {
	padding-top: 10px;
}

.ie6 #toppage #main .area-section .inner .area-section-title {
	margin: 0 auto 40px;
}



/* --- ▼ ピックアップリスト ( 5件横リスト ) ▼ --- */
#toppage #list-pickup {
	width: 100%;
	/*width: 80%;*/
	margin: 0 auto 40px;
}

#toppage #list-pickup li {
	float: left;
	display: block;
	/*width: 230px;*/
	/*width: 30%;*/
	/*width: 48%;*/
	width: 19.2%;
	background-color: #eeeeee;
	/*margin-right: 13.3333px;*/
	/*margin-right: 3.5%;*/
	/*margin-right: 4%;*/
	margin-right: 1%;

	-webkit-box-shadow: 2px 2px 3px #d0d0d0;
	-moz-box-shadow: 2px 2px 3px #d0d0d0;
	box-shadow: 2px 2px 3px #d0d0d0;
}

#toppage #list-pickup li:last-child {
	margin-right: 0;
}

#toppage #list-pickup li p {
	margin: 0;
	padding: 0 1em 1.5em;
}

#toppage #list-pickup li span {
	display: block;
	width: 11em;
	margin: 0 auto 15px;
	text-align: center;
	background-color: #E6002D;
	color: #ffffff;
	font-weight: bold;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#toppage #list-pickup li a {
	display: block;
}

#toppage #list-pickup li a:hover {
	text-decoration: none;
}

#toppage #list-pickup li a:hover span {
	background-color: #D2002B;
}


/* --- ▼ その他メニューボタンリスト ( 5件横リスト ) ▼ --- */
#toppage .list-topmenu {
	width: 100%;
}

#toppage .list-topmenu li {
	width: 100%;
	float: left;
	display: block;
	/*width: 184px;*/
	width: 24%;
	/*margin-right: 10px;*/
	margin-right: 1.3333%;
	margin-bottom: 10px;

	-webkit-box-shadow: 2px 2px 3px #d0d0d0;
	-moz-box-shadow: 2px 2px 3px #d0d0d0;
	box-shadow: 2px 2px 3px #d0d0d0;
}

/*#toppage .list-topmenu li:nth-child(5n) {*/
#toppage .list-topmenu li:nth-child(4n) {
	margin-right: 0;
}

#toppage .list-topmenu li img {
	display: block;
}



/* --- ▼ その他メニューボタンリスト ( 4件横リスト ) ▼ --- */
#toppage .list-topmenu-02 {
	width: 80%;
	margin: 0 auto;

	/*background-color: #ff0000;*/
}

#toppage .list-topmenu-02 li {
	width: 100%;
	float: left;
	display: block;
	width: 184px;
	margin-right: 10px;
	margin-bottom: 10px;

	-webkit-box-shadow: 2px 2px 3px #d0d0d0;
	-moz-box-shadow: 2px 2px 3px #d0d0d0;
	box-shadow: 2px 2px 3px #d0d0d0;
}

#toppage .list-topmenu-02 li:nth-child(4n) {
	margin-right: 0;
}

#toppage .list-topmenu-02 li img {
	display: block;
}



/* --- ▼ その他メニューボタンリスト ( 3件横リスト ) ▼ --- */
#toppage .list-topmenu-03 {
	width: 60%;
	margin: 0 auto;

	/*background-color: #ff0000;*/
}

#toppage .list-topmenu-03 li {
	float: left;
	display: block;
	width: 184px;
	margin-right: 10px;
	margin-bottom: 10px;

	-webkit-box-shadow: 2px 2px 3px #d0d0d0;
	-moz-box-shadow: 2px 2px 3px #d0d0d0;
	box-shadow: 2px 2px 3px #d0d0d0;
}

#toppage .list-topmenu-03 li:nth-child(3n) {
	margin-right: 0;
}

#toppage .list-topmenu-03 li img {
	display: block;
}



/* --- ▼ オリジナルブランド ( 3件横リスト ) ▼ --- */
#toppage .list-brand {
	width: 100%;
	margin: 0 auto 30px;
	/*padding-top: 20px;*/
}

#toppage .list-brand li {
	float: left;
	display: block;
	width: 30%;
	margin-right: 5%;
	/*margin-bottom: 35px;*/
	margin-bottom: 10px;
}

#toppage .list-brand li:nth-child(3n) {
	margin-right: 0;
}

#toppage .list-brand li section {
	padding: 1em;
}

#toppage .list-brand li section h3 {
	text-align: center;
	font-size: 161.6%;
}

#toppage .list-brand li span {
	display: block;
	width: 11em;
	margin: 0 auto 15px;
	text-align: center;
	background-color: #E6002D;
	color: #ffffff;
	font-weight: bold;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#toppage .list-brand li a {
	display: block;
}

#toppage .list-brand li a:hover {
	text-decoration: none;
}

#toppage .list-brand li a:hover span {
	background-color: #D2002B;
}


/* --- ▼ ニュースリリース ▼ --- */
#toppage .list-news {
	width: 100%;
	padding-top: 30px;
	/*padding-bottom: 10px;*/
}

#toppage .list-news li {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 1.5em;
}

#toppage .list-news li dl {
	margin-bottom: 0.8em;
}

#toppage .list-news li dl dt,
#toppage .list-news li dl dd.news-category {
	float: left;
}

#toppage .list-news li dl dt {
	font-weight: bold;
	margin-right: 15px;
}

#toppage .list-news li dl dd.news-category {
	color: #ffffff;
	text-align: center;
	width: 7em;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#toppage .list-news li dl dd.category-item {
	background-color: #FB7102;
}

#toppage .list-news li dl dd.category-company {
	background-color: #193CD9;
}

#toppage .list-news li dl dd.category-topics {
	background-color: #FA38E1;
}

#toppage .list-news li dl dd.news-title {
	padding-left: 220px;
}

#toppage #link-archive-news {
	text-align: right;
	font-weight: bold;
	text-decoration: underline;
}

.ie6 #toppage .list-news li dl,
.ie7 #toppage .list-news li dl {
	padding-bottom: 0.8em;
}



/* --- ▼ バナー ▼ --- */
#toppage .list-banner {
	/*width: 100%;
	margin-top: 30px;*/
	width: 80%;
	margin: 30px auto 0;
	text-align: center;
}

#toppage .list-banner li {
	display: inline;
	padding-right: 10px;
}

#toppage .list-banner li img {
	width: 150px;
}


/* --- ▼ グループ会社バナー ▼ --- */
#toppage .list-banner-group {
	width: 705px;
	margin: 0 auto;
	text-align: center;
}

#toppage .list-banner-group li {
	display: block;
	width: 215px;
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
}

#toppage .list-banner-group li:nth-child(3n) {
	margin-right: 0;
}



/*
********************************************************************************
■ 下層ページ
********************************************************************************
*/

/*
------------------------------------------------------------
■ main
------------------------------------------------------------
*/


#eachpage #main .inner {
	padding-top: 20px;
}

#eachpage #main #side-contents {
	width: 200px;
	float: left;
}

#eachpage #main #main-contents {
	width: 720px;
	float: right;
}

/* サイドメニューなしのページ */
#eachpage.no-side-contents #main #main-contents {
	width: 100%;
}



/*
------------------------------------------------------------
■ main-contents
------------------------------------------------------------
*/


#eachpage #main #main-contents h1 {
	font-size: 146.5%;
	padding-bottom: 15px;
	margin-bottom: 20px;
	background: url("../images/bg-h1.gif") repeat-x left bottom;
}

#eachpage #main #main-contents h1 span{
	display: block;
	padding: 10px 0 10px 10px;
	border-top: 4px solid #aaa;
	border-bottom: 1px solid #aaa;
}

#eachpage #main #main-contents .inner {
	width: 690px;
	padding-top: 0;
	margin: 0 auto;
}

/* サイドメニューなしのページ */
#eachpage.no-side-contents #main #main-contents .inner {
	width: 96%;
	margin: 0 auto;
}

#eachpage #main #main-contents .inner section {
	margin-bottom: 30px;
}

#eachpage #main #main-contents .inner section .section-inner {
	margin: 0 10px;
}

#eachpage #main #main-contents .inner h2 {
	font-size: 116%;
	padding-bottom: 3px;
	margin-bottom: 1em;
	border-bottom: 1px solid #E6002D;
}

#eachpage #main #main-contents .inner h2 span {
	display: block;
	padding-left: 5px;
	border-left: 5px solid #E6002D;
}

#eachpage #main #main-contents .inner h3 {
	font-size: 100%;
	padding-left: 5px;
	margin-bottom: 1em;
	border-left: 4px solid #aaa;
}



/*
------------------------------------------------------------
■ side-contents
------------------------------------------------------------
*/

#eachpage #main #side-contents .side-menu dt {
	position: relative;
	z-index: 99;
	display: block;
	width: 200px;
	height: 60px;
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
}

/* -- 企業情報カテゴリ -- */
#eachpage #main #side-contents .side-menu#side-menu-profile dt {
	background: url("../images/side-menu-profile.png") no-repeat left top;
}

/* -- 商品情報カテゴリ -- */
#eachpage #main #side-contents .side-menu#side-menu-item dt {
	background: url("../images/side-menu-item.png") no-repeat left top;
}

/* -- キャンペーン・セールカテゴリ -- */
#eachpage #main #side-contents .side-menu#side-menu-sale dt {
	background: url("../images/side-menu-sale.png") no-repeat left top;
}

/* -- タイアップ -- */
#eachpage #main #side-contents .side-menu#side-menu-tieup dt {
	background: url("../images/side-menu-tieup.png") no-repeat left top;
}

/* -- 加盟店情報 -- */
#eachpage #main #side-contents .side-menu#side-menu-shop dt {
	background: url("../images/side-menu-shop.png") no-repeat left top;
}

/* -- 各種サービス -- */
#eachpage #main #side-contents .side-menu#side-menu-service dt {
	background: url("../images/side-menu-service.png") no-repeat left top;
}

/* -- オープン店舗 -- */
#eachpage #main #side-contents .side-menu#side-menu-newshop dt {
	background: url("../images/side-menu-newshop.png") no-repeat left top;
}




#eachpage #main #side-contents .side-menu dd {
	display: block;
	margin-top: -6px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#eachpage #main #side-contents .side-menu dd ul li.menu-upper {
	border-bottom: 1px solid #ccc;
	font-size: 108%;
	font-weight: bold;
	line-height: 15px;
}

#eachpage #main #side-contents .side-menu dd ul li.menu-upper.selected,
#eachpage #main #side-contents .side-menu dd ul li.menu-upper a {
	display: block;
	padding: 20px 10px 20px 20px;
	background: url("../images/bg-arrow-03.png") no-repeat 10px center;
}

#eachpage #main #side-contents .side-menu dd ul li.menu-upper.selected,
#eachpage #main #side-contents .side-menu dd ul li.menu-upper a:hover {
	color: #E6002D;
	text-decoration: none;
	background-color: #F0F0E1;
}

#eachpage #main #side-contents .side-menu dd ul li.menu-lower {
	border-bottom: 1px dotted #ccc;
	font-weight: bold;
	line-height: 15px;
}

#eachpage #main #side-contents .side-menu dd ul li.menu-lower:last-child,
#eachpage #main #side-contents .side-menu dd ul li.menu-lower-last {
	border-bottom: 1px solid #ccc;
}

#eachpage #main #side-contents .side-menu dd ul li.menu-lower.selected,
#eachpage #main #side-contents .side-menu dd ul li.menu-lower a {
	display: block;
	padding: 10px 20px;
}

#eachpage #main #side-contents .side-menu dd ul li.menu-lower.selected,
#eachpage #main #side-contents .side-menu dd ul li.menu-lower a:hover {
	color: #E6002D;
	text-decoration: none;
	background-color: #F0F0E1;
}



/*
------------------------------------------------------------
■ btn-sp-side-menu
------------------------------------------------------------
*/

#btn-sp-side-menu {
	display: none;
}



/*
------------------------------------------------------------
■ breadcrumbs
------------------------------------------------------------
*/

#eachpage #breadcrumbs {
	font-size: 93%;
	margin-bottom: 20px;
}

#eachpage #breadcrumbs li {
	display: block;
	float: left;
	padding-left: 10px;
	margin-right: 5px;
	background: url("../images/bg-arrow-04.png") no-repeat left 5px;
}

#eachpage #breadcrumbs li:first-child {
	padding-left: 0;
	background: none;
}



/*
********************************************************************************
■ テーブルスタイル
********************************************************************************
*/

.responsive-table {
	width: 100%;
}

.responsive-table th,
.responsive-table td {
	border-bottom: 1px solid #ccc;
}

.responsive-table tr:last-child th,
.responsive-table tr:last-child td {
	border-bottom: none;
}




/*
********************************************************************************
■ モーダル
********************************************************************************
*/
.scroll-lock {
	overflow: hidden;
}

#modal-overlay {
	display: none;
	position: fixed;
	z-index:999;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: #000000;
	opacity: 0.85;
	filter(alpha=85);
	cursor: pointer;
}

#modal-content {
	display: none;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 500px;
}

#modal-content-wrap {
	display: none;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
}

#modal-content #wrap-image {
	width: 100%;
	margin: 0 auto;
}

#wrap-image img {
	display: block;
}



/*
********************************************************************************
■ google map
********************************************************************************
*/
.google-map {
	width: 100%;
	height: 400px;
	margin: 0 auto 20px;
}



/*
********************************************************************************
■ bxslider 上書きスタイル
********************************************************************************
*/
.bx-wrapper {
	margin: 0 auto 40px!important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #ccc !important;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #E6002D !important;
}

.ie7 .bx-wrapper .bx-pager,
.ie7 .bx-wrapper .bx-controls-auto {
	left: 0;
}


/*
********************************************************************************
■ ie6用スライダー 上書きスタイル
********************************************************************************
*/
.ie6 #area-slider {
	width: 590px;
	margin: 0 auto 20px;
}

.ie6 #area-slider ul {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.ie6 #area-slider ul li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.ie6 #area-slider ul li:first-child {
	position: relative;
	display: block;
	float: left;
}

.ie6 #area-slider ul img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}


/*
********************************************************************************
■ owl carousel 上書きスタイル
********************************************************************************
*/
.owl-theme .owl-controls {
	margin-bottom: 10px;
}

.owl-theme .owl-dots .owl-dot span {
	background: #ccc !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #E6002D !important;
}



/*
********************************************************************************
■ responsive images -- png images won't be responsible in IE6, use gif or jpg
********************************************************************************
*/
img.responsive-img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.ie8 img.responsive-img {
	width: auto;
}


/*
********************************************************************************
■ switch to images
********************************************************************************
*/
.switch-img {
	text-align: left !important;
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
}

