@charset "utf-8";
/* ----------------------------------------
top.css for smartphone
2011.05.31
---------------------------------------- */

/* ----------------------------------------
Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
---------------------------------------- */

/* サービス */
#service {
	width: 100%;
	min-width: 320px;
	margin: 0 0 12px;
}
#service .title {
	height: 36px;
	margin: 0 0 9px 0;
	padding: 0 0 0 11px;
	background: #5AB610 url(../img/top/bg_service_left_01.gif) no-repeat;
	text-align: center;
	overflow: hidden;
}
#service .title .titleBack {
	height: 36px;
	padding: 0 11px 0 0;
	background: url(../img/top/bg_service_right_01.gif) no-repeat top right;
}
#service h2 {
	height: 32px;
	margin: 0;
	padding: 4px 0 0 0;
	background: url(../img/top/bg_service_title_01.gif) repeat-x;
	color: #FFF;
	font-size: 123%;
}
#service .inner {
	padding: 0 14px;
}
#service .inner .inn {
	display: inline-block;
	width: 70px;
	margin: 0 0 12px;
	vertical-align: top;
}
#service .inner .inn img {
	display: block;
}
#service .inner div {
	font-size: 85%;
	line-height: 1.1;
	text-align: center;
}
#service .inner div a {
	color: #666;
	text-decoration: none;
}
#service .inner div a img {
	border: 0;
	margin: 0 0 5px;
}

/* タブコンテンツ */
#topTab {
	width: 100%;
	min-width: 320px;
	margin: 0 0 12px;
}
/* タブ */
#topTab #topTabTabs {
	height: 45px;
	padding: 0 0 0 6px;
	background: #5BB910 url(../img/top/bg_tab_left_01.gif) no-repeat;
}
#topTab #topTabTabs .tabsBack {
	height: 45px;
	padding: 0 6px 0 0;
	background: url(../img/top/bg_tab_right_01.gif) no-repeat top right;
}
#topTab #topTabTabs ul {
	height: 45px;
	padding: 0;
	background: url(../img/top/bg_tab_01.gif) repeat-x;
}
#topTab #topTabTabs .shadetabs {
	clear: both;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center; /*set to left, center, or right to align the menu as desired*/
	overflow: hidden;
}
#topTab #topTabTabs .shadetabs li {
	float: left;
	width: auto;
	padding: 4px 0 0 0;
	background: transparent;
}
#topTab #topTabTabs .shadetabs li a {
	display: block;
	position: relative;
	width: auto;
	height: 37px;
	margin: 0;
	padding: 0 0 0 5px;
	background: transparent;
	color: #FFF;
	font-size: 100%;
	line-height: 1.1;
	text-decoration: none;
	z-index: 1;
}
#topTab #topTabTabs .shadetabs li a span.tabBackRight {
	display: block;
	height: 37px;
	padding: 0 5px 0 0;
	background: transparent;
}
#topTab #topTabTabs .shadetabs li a span.tabBackRight span.tabBack {
	display: block;
	height: 37px;
	background: transparent;
}
#topTab #topTabTabs .shadetabs li .tabIcon {
	display: inline-block;
	height: 20px;
	margin-top: 4px;
	padding-top: 4px;
}
#topTab #topTabTabs .shadetabs li#tabNew .tabIcon {
	padding-left: 28px;
	background: url(../img/top/ico_new_01.png) no-repeat left 1px;
	background-size: 23px 23px;
}
#topTab #topTabTabs .shadetabs li#tabShop .tabIcon {
	padding-left: 28px;
	background: url(../img/top/ico_shop_01.png) no-repeat left top;
}
#topTab #topTabTabs .shadetabs li#tabJob .tabIcon {
	padding-left: 28px;
	background: url(../img/top/ico_job_01.png) no-repeat left top;
}
#topTab #topTabTabs .shadetabs li#tabCategory .tabIcon {
	padding-left: 28px;
	background: url(../img/top/ico_category_01.png) no-repeat left 4px;
	background-size: 24px 18px;
}
#topTab #topTabTabs .shadetabs li a.selected { /*selected main tab style */
	position: relative;
	background: url(../img/top/bg_tab_left_select_01.png) no-repeat;
	color: #478E0D;
	text-shadow: 1px 1px 1px #FFF;
}
#topTab #topTabTabs .shadetabs li a.selected span.tabBackRight {
	background: url(../img/top/bg_tab_right_select_01.png) no-repeat top right;
}
#topTab #topTabTabs .shadetabs li a.selected span.tabBackRight span.tabBack {
	background: url(../img/top/bg_tab_select_01.png) repeat-x;
}
#topTab #topTabTabs .shadetabs li#tabNew a.selected .tabIcon {
	padding-left: 28px;
	background: url(../img/top/ico_new_selected_01.png) no-repeat left 1px;
	background-size: 23px 23px;
}
#topTab #topTabTabs .shadetabs li#tabCategory a.selected .tabIcon {
	padding-left: 28px;
	background: url(../img/top/ico_category_selected_01.png) no-repeat left 4px;
	background-size: 24px 18px;
}
/* 一覧 */
#topTab #top-tab-cnt-box {
	padding: 0 4px;
}
#topTab #top-tab-cnt-box .inn-tab {
	border-bottom: 1px solid #BBBBBB;
}
#topTab #top-tab-cnt-box .inn-tab .inn {
	border-bottom: 1px solid #DDDDDD;
}
#topTab #top-tab-cnt-box .inn-tab .inn dl {
	padding: 0 0 0 10px;
}
#topTab #top-tab-cnt-box .inn-tab .inn dl dt {
	margin: 0;
	padding: 0 22px 0 0;
	color: #FF6699;
	font-size: 93%;
	font-weight: bold;
}
#topTab #top-tab-cnt-box .inn-tab .inn dl dd {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
#topTab #top-tab-cnt-box .inn-tab .inn dl dd.clName {
	padding-right: 10px;
	font-size: 108%;
}
#topTab #top-tab-cnt-box .inn-tab .inn dl dd.clName a {
	display: block;
	padding-right: 12px;
	background: url(../img/top/csr_01.gif) no-repeat right bottom;
}
#topTab #top-tab-cnt-box .inn-tab .inn dl dd.clTitle {
	padding-right: 22px;
	color: #777777;
	font-size: 100%;
}
#topTab #top-tab-cnt-box .inn-tab .btn-list {
	padding-right: 10px;
	color: #666;
	font-size: 108%;
	text-align: right;
}
#topTab #top-tab-cnt-box .inn-tab .btn-list a {
	display: block;
	padding-right: 12px;
	background: url(../img/top/csr_02.gif) no-repeat right center;
	color: #666;
	text-decoration: none;
}
/* カテゴリ一覧 */
#topTab #top-tab-cnt-free-box {
	padding: 0 4px;
}
#topTab #top-tab-cnt-free-box .inn-tab dl {
	margin: 0;
	padding: 12px 0;
	border-bottom: 1px solid #DDDDDD;
}
#topTab #top-tab-cnt-free-box .inn-tab dl dd a {
	padding-right: 12px;
}

/* 新着店舗 */
#top-newcl-box {
	position: relative;
	width: 100%;
	min-width: 320px;
	margin: 0 0 12px;
}
#top-newcl-box .title {
	position: relative;
	height: 36px;
	margin: 0;
	padding: 0 0 0 11px;
	background: url(../img/top/bg_service_left_01.png) no-repeat;
	text-align: center;
	overflow: hidden;
	z-index: 2;
}
#top-newcl-box .title .titleBack {
	height: 36px;
	padding: 0 11px 0 0;
	background: url(../img/top/bg_service_right_01.png) no-repeat top right;
}
#top-newcl-box h2 {
	height: 32px;
	margin: 0;
	padding: 4px 0 0 0;
	background: url(../img/top/bg_service_title_01.png) repeat-x;
	color: #FFF;
	font-size: 123%;
}
#top-newcl-box h2 span {
	padding-left: 26px;
	background: url(../img/top/ico_new_shop_01.png) no-repeat;
	background-size: 22px 19px;
}
#top-newcl-box .inner {
	position: relative;
	margin: -5px 3px 0;
	padding: 10px 0 0;
	border: 1px solid #5AB610;
	background: #C9F5A5;
	z-index: 1;
}
#top-newcl-box .inner ul {
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
}
#top-newcl-box .inner ul li {
	margin: 0 9px;
	padding: 14px 12px;
	border-color: #DDDDDD #DDDDDD #BBBBBB;
	border-style: solid;
	border-width: 1px;
	background: #FFF url(../img/top/bg_newcl_01.gif) repeat-x left bottom;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.1;
}
#top-newcl-box .inner ul li a {
	color: #666;
	text-decoration: none;
}

/* インフォメーション */
#top-info-box {
	width: 100%;
	min-width: 320px;
	margin: 0 0 12px;
}
#top-info-box .title {
	height: 36px;
	margin: 0;
	padding: 0 0 0 10px;
	background: url(../img/top/bg_title_information_left_01.png) no-repeat;
	text-align: center;
	overflow: hidden;
}
#top-info-box .title .titleBack {
	height: 36px;
	padding: 0 10px 0 0;
	background: url(../img/top/bg_title_information_right_01.png) no-repeat top right;
}
#top-info-box h2 {
	height: 32px;
	margin: 0;
	padding: 4px 0 0 0;
	background: url(../img/top/bg_title_information_01.png) repeat-x;
	color: #666;
	font-size: 123%;
}
#top-info-box h2 a {
	color: #666;
	text-decoration: none;
}
#top-info-box h2 span {
	padding-left: 22px;
	background: url(../img/top/ico_information_01.png) no-repeat;
	background-size: 17px 21px;
}
#top-info-box .inner {
	margin: 0 3px;
	padding: 10px 0 6px;
	border: 1px solid #999;
	border-top: none;
	background: #FFF;
}
#top-info-box .inner div {
	margin: 0 8px 5px;
	padding: 11px 13px;
	border-color: #DDDDDD #DDDDDD #BBBBBB;
	border-style: solid;
	border-width: 1px;
	background: #F0F0F0 url(../img/top/bg_information_01.gif) repeat-x left bottom;
}
#top-info-box .inner div dl {
	margin: 0;
	padding: 0 15px 0 0;
	font-size: 93%;
}
#top-info-box .inner div dl.link {
	background: transparent url(../img/top/csr_03.png) no-repeat right center;
}
#top-info-box .inner div dl dt {
	margin: 0;
	padding: 0;
	color: #333;
}
#top-info-box .inner div dl dd {
	margin: 0;
	padding: 0;
	color: #333;
}
#top-info-box .inner div dl dd a {
	color: #333;
	text-decoration: none;
}

/* 会員ログインボタン */
#topMemberLogin {
	width: 100%;
	min-width: 320px;
	margin: 0 0 12px;
}
#topMemberLogin p {
	text-align: center;
}
#topMemberLogin a img {
	border: none;
}
