@charset "utf-8";

/* ---------------------------------
  _ PC用スタイル
------------------------------------*/

h1.hl {
    background-image: url(../../netshop/images/title.gif);
    height: 70px;
    margin-bottom: 26px;
    width: 200px;
}

.contents.view_area {
    padding-top: 0;
    width: 1300px;
}

/* ---------------------------------
  _ ショップリスト
------------------------------------*/

ul.shop_list {
	width: auto;
	height: auto;
	overflow: hidden;
	margin: 30px 0;
}

ul.shop_list li {
	width: 492px;
	height: 438px;
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
	overflow: hidden;
	border: 4px solid #d2d2d2;
	background-color: #FFFFFF;
	border-radius: 10px;
}

ul.shop_list li li {
	width: auto;
	height: auto;
	margin-right: 0;
	margin-bottom: 0;
	border: none;
	background: none;
}

ul.shop_list li .txt {
	padding: 20px;
	height: 60px;
	overflow: hidden;
	font-size: 1.1em;
}

ul.shop_list li .btn_area {
	background-image: url(../../netshop/images/bg_btn.png);
	height: 170px;
	display: block;
	margin-top: 2px;
	position: relative;
}

ul.shop_list li .txt.txt_type2 {
	font-size: 0.9em;
}

ul.shop_list li .btn_area .photo {
	position: absolute;
	bottom: -5px;
	left: 10px;
}


ul.shop_list li:nth-child(2n) {
	margin-right: 0;
}

ul.shop_list li h2 {
	font-size: 1.5em;
	color: #5c5c5c;
}

/* ---------------------------------
  _ カテゴリ
------------------------------------*/

ul.shop_list li .cat {
	line-height: 40px;
	font-size: 0.9em;
	padding-left: 34px;
	font-weight: bold;
	background-position: left center;
	background-repeat: no-repeat;
}

/* ---------------------------------
  _ カテゴリ 個別
------------------------------------*/

ul.shop_list li.catShopping .cat {
	background-image: url(../../images/pc/shopguide_icon_shopping.jpg);
	color: #b28eb2;
}

ul.shop_list li.catAmusement .cat {
	background-image: url(../../images/pc/shopguide_icon_amusement.jpg);
	color: #85cad1;
}

ul.shop_list li.catRestaurant .cat {
	background-image: url(../../images/pc/shopguide_icon_restaurant.jpg);
	color: #f1be7b;
}

ul.shop_list li .icon_list {
	margin-top: 10px;
}

ul.shop_list li .icon_list li {
	width: auto;
	padding: 2px 8px;
	display: block;
	float: left;
	margin-right: 3px;
	background-color: #7d7d7d;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	border-radius: 3px;
}

ul.shop_list li .icon_list li.hide {
	background-color: #e5e5e5;
	color: #b8b8b8;
	
}

/* ---------------------------------
  _ イラスト・図形
------------------------------------*/

.pic {
	text-indent: -10000em;
	background-position: top center;
	background-repeat: no-repeat;
}

/* ---------------------------------
  _ キャラクター
------------------------------------*/

.pic.character {
	width: 550px;
	height:  118px;
	background-image: url(../../netshop/images/character.png);
	position: absolute;
	top: 12px;
	right: 0;
}

/* ---------------------------------
  _ テキスト　見出し1補足
------------------------------------*/
.supp_txt {
	position: absolute;
	left: 200px;
	top: 56px;
	min-width: 100px;
	display: block;
}

/* ---------------------------------
  _ カラム
------------------------------------*/
.column_area {
	width: auto;
	height: auto;
	overflow: hidden;
}

.column_area .column_box.box1 {
	float: left;
	margin-bottom: 0
}

.column_area .column_box.box2 {
	float: right;
	width:  220px;
}

.catShopping .txt {
	background-image: url(../../netshop/images/bg_catShopping.png);
}

.catAmusement .txt {
	background-image: url(../../netshop/images/bg_catAmusement.png);
}

.catRestaurant .txt {
	background-image: url(../../netshop/images/bg_catRestaurant.png);
}

/* ---------------------------------
  _ ボタン　オンラインショップ
------------------------------------*/

.btn_netshop {
	width: 225px;
	height: 98px;
	margin: 40px 10px;
	display: block;
	background-repeat: no-repeat;
	float: right;
}

.azumido .btn_netshop {
	background-image: url(../../netshop/images/azumido/btn_azumido.png);
}

.kaiundo .btn_netshop {
	background-image: url(../../netshop/images/kaiundo/btn_kaiundo.png);
}

.montbell .btn_netshop {
	background-image: url( ../../netshop/images/montbell/btn_montbell.png);
}

.ichibanya .btn_netshop {
	background-image: url( ../../netshop/images/ichibanya/btn_ichibanya.png);
}

.cocos .btn_netshop {
	background-image: url( ../../netshop/images/cocos/btn_cocoweb.png);
}

.shisen .btn_netshop {
	background-image: url( ../../netshop/images/shisen/btn_shisennohana.png);
}

/* ---------------------------------
  _ カラム　個人
------------------------------------*/

.column_area .column_box {
	margin-bottom: 20px;

}

.column_area .column_box.box1 {
	width: 256px;
	height: 167px;
	overflow: hidden;
}

.column_area .column_box.box2 {
	width: 220px;
	padding-top: 20px;
}




/* ---------------------------------
  _ スマートフォン用スタイル
------------------------------------*/

@media screen and (max-width:640px){
	
.contents {
	padding: 0 0 30px 0;
	border: none;
	position: relative;
}

.contents.view_area {
    width: auto;
}
	
.contents.view_area img {
    width: 100%;
}
	
h1.hl {
    background-image: url(../../netshop/images/sp/title_.jpg);
    height: 80px;
    width: 240px;
	margin-bottom: 30px;
	margin-left: 25px;
}

ul.shop_list li {
	width: auto;
	height: auto;
	margin-right: 0;
}
	
ul.shop_list li .btn_area {
	height:  179px;
}
	
.column_area .column_box {
	height: auto;
}
	
.column_area .column_box.box1 {
	width: 307px;
	height: auto;
}
	
.column_area .column_box.box1 .photo img {
	width: 307px;
	height: auto;
}
	
.column_area .column_box.box2 {
	width: 290px;
	height: auto;
}
	
ul.shop_list li .txt.txt_type2 {
	height: auto;
}

.btn_netshop {
	width: 302px;
	height: 135px;
	margin: 30px 10px 0 0;
	background-size: auto 130px;
	}

ul.shop_list li .txt {
	height: auto;
}
	
ul.shop_list li h2 {
	font-size: 1.2em;
}
	
/* ---------------------------------
  _ キャラクター
------------------------------------*/

.pic.character {
	width: 595px;
	height: 128px;
	background-image: url(../../netshop/images/sp/character_sp.jpg);
	position: relative;
	top: auto;
	right: auto;
}

/* ---------------------------------
  _ テキスト　見出し1補足
------------------------------------*/
.supp_txt {
	left: auto;
	top: 0;
	right: 0;
	text-align: right;
	min-width: 100px;
	display: block;
}
	
/* ---------------------------------
  _ カテゴリ
------------------------------------*/

ul.shop_list li .cat {
	font-size: 0.8em
}
	
}