@charset "Shift_JIS";
/* -------------------------------------------------------------------
	COMMON CSS

	サイト内で共通して使用するテンプレートスタイル

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

/*アローつきリンク*/
a.arrow_link {
	padding-left:15px;
	background:url(../images/common/arrow_s_pink.png) no-repeat left center;
}

a.arrow_link_down {
	padding-left:15px;
	background:url(../images/common/arrow_s_pink_down.png) no-repeat left center;
}

/*文字カラー赤*/
.red{
	margin-left:3px;
	color:red;
	font-weight:normal;
/*	float:right;*/
}

/*文字カラーピンク*/
.pink {
	color:#ff3366;
}

/*文字カラーオレンジ*/
.orange {
	color:#FF6600;
}

/*ボールド*/
.bold{
	font-weight:bold;
}

/*文字サイズ小*/
.f_small {
	font-size:100%;
	font-weight:normal;
}

/*文字サイズ小*/
.gray {
	color:#666666;
}

.left_margin{
	margin-left:10px;
}

.bottom_margin{
	margin-bottom:20px;
}

.clear_fl{
	clear:both;
}

.right_move{
	float:right;
}

.right{
	text-align:right;
}

/* --------------------------------
	前へ次へボタン
-------------------------------- */
.page_btns {
	clear:both;
	margin-bottom:20px;
	text-align:center;
}
.page_btns#middle {
	clear:both;
	margin-top:-5px;
	margin-bottom:40px;
	text-align:center;
}
.page_btns a {
	margin:0 50px;
	font-size:117%;
	font-weight:bold;
}

/* --------------------------------
	商品/店舗ステータスアイコン
-------------------------------- */
p.status_icn{
}
p.status_icn img{
	margin:1px;
}


/* --------------------------------
	ステップナビ
-------------------------------- */
.step_navi{
	width:710px;/*IE6 Hack*/
	padding:8px 10px;
	color:#3c549b;
/*	background:#eeeeee;*/
	overflow:hidden;
}
.step_navi p{
	float:left;
}
.step_navi p.page_select{
	float:right;
}
.step_navi p strong,
.step_navi p a{
	margin:0 2px;
	color:#3c549b;
}
.step_navi p a:link{
	color:#3c549b;
}
.step_navi p a:visited{
	color:#3c549b;
}
.step_navi p a:active{
	color:#3c549b;
}
.step_navi p a:hover{
	color:#4f67ad;
}
.step_navi p span{
	color:#333333;
	margin-left:20px;
}


/* ----------------------------------------
   店舗一覧リスト
---------------------------------------- */
.shop_list {
	clear:both;
	margin-bottom:20px;
}
.shop_list ul {
}
.shop_list ul li {
	width:850px;
	padding:10px 5px;
	border-bottom:1px dotted #999999;
	overflow:hidden;
}
.shop_list ul li h3{
	margin-bottom:10px;
	font-size:117%;
}
.shop_list ul li h3 a.shop_title{
	margin-right:5px;
}

.shop_list ul li a.shop_thumbnail{
	float:left;
	margin-right:15px;
	display:block;
}
.shop_list ul li a.shop_thumbnail img{
	border:1px solid #999999;
}

.shop_list ul li p.shop_explan{
	height:46px;
	margin-bottom:10px;
	overflow:hidden;
}
.shop_list ul li p.shop_front{
	height:34px;
	margin-bottom:10px;
	overflow:hidden;
}

/* リンク */
.shop_list ul li a.arrow_link{
	float:right;
	margin-top:-1.4em;
}
.shop_list ul li a.btn_select{
	float:right;
	margin-top:-40px;
}


/* ----------------------------------------
   verticalリスト
---------------------------------------- */
.vertical_list{
/*	padding:1px;*/
	margin-bottom:20px;
	border:1px solid #999999;
}
.vertical_list ul li{
	padding-top:1px;
/*	border-top:1px solid #999999;*/
}
.vertical_list ul li.start{
	padding-top:0;
/*	border-top:none;*/
}
.vertical_list ul li h4{
	background:#e0e0e0;
	line-height:2.5;
	padding-left:10px;

}
.vertical_list ul li p{
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:middle;
	width:650px;
	padding:15px 10px;
}
.vertical_list ul li ul{
	padding:5px 0 10px 20px;
	border:none;
}
.vertical_list ul li ul li{
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:top;
	width:120px;
	padding:5px 0;
	border:none;
}
.vertical_list ul li ul li a{
	padding-left:10px;
	background:url(../images/common/li_arrow_pink.png) no-repeat left center;
}

#formNfe12202 h4{
	font-weight:bold;
}

