@charset "utf-8";
/* CSS Document */

body {
	width:100%;
}

#wrapper {
	width:330px;
	margin:auto;
}

.header {
	width:330px;
	height:97px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
}

.menu_top {
	width:83px;
	height:29px;
	padding-top:26px;
	padding-left:243px;
}

.top_img {
	width:100%;
	margin:0px auto;
}

table.search {
	width:340px;
	text-align:center;
	margin:4px 0;
}

table.search td.search_box {
	width:214px;
	height:25px;
}

table.search td.search_btn {
	width:28px;
	height:25px;
}

table.kyara {
	width:340px;
	margin:0;
	padding:0;
}

table.kyara td {
	width:112px;
	height:60px;
	margin:0px;
	padding:0px;
}

table.sns_top,
.maill_mg,
.event_top {
	width:332px;
	text-align:center;
	margin:4px;
}

table.shop_top {
	width:332px;
	height:94px;
	margin:4px;
	text-align:center;
}

table.footer {
	width:332px;
}

table.footer td {
	width:50%;
	height:16px;
	text-align:left;
	font-size:10px;
	vertical-align:middle;
	background-image:url(../images/icon_pc.png);
	background-repeat:no-repeat;
}

table.footer td p {
	margin-left:16px;
}

.topc {
	text-align:center;
	margin:10px;
}

.c {
	clear:both;
}


/*******************
**  menu  ****
*******************/

div.tabbox {
	margin: 0px;
	padding: 0px;
	width: 340px;
	background-image:url(../images/menu/menu_title_bg.jpg);
	background-repeat:no-repeat;
}

div.tabbox ul.tabs {
	margin:  0px;
	padding: 0px;
}

div.tabbox ul.tabs li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	width: 83px;
	/* 上の角丸 */
	/*background-image: url("tab-base.gif");
	background-repeat: no-repeat;
	background-position: left top;*/
	/* IE */
	border-top-left-radius: 5px;     /* 左上 */
	border-top-right-radius: 5px;    /* 右上 */
	/* Safari、Chrome */
	-webkit-border-top-left-radius: 5px;     /* 左上 */
	-webkit-border-top-right-radius: 5px;    /* 右上 */
	/* Firefox */
	-moz-border-radius-topleft: 5px;     /* 左上 */
	-moz-border-radius-topright: 5px;    /* 右上 */
}

div.tabbox ul.tabs a {
	display: block;
	/*padding: 5px 0px;*/
	width: 83px;
	height: 41px;
	text-decoration: none;
	display:table-cell;
	vertical-align:middle;
	text-align: center;
	/* 右上の角丸 */
	/*background-image: url("tab-right.gif");
	background-repeat: no-repeat;
	background-position: right top;*/
}

div.tabbox ul.tabs li.tab {
	background-color: #555051;
}
   
div.tabbox ul.tabs a:link,
div.tabbox ul.tabs a:visited {
	color: white;
}

div.tabbox ul.tabs a:hover {
	color: yellow;
	text-decoration:none;
}

div.tabbox div.tab {
	height: auto;
	/*overflow: auto; 
	clear: left;*/
}

div.tabbox div#tab1 {
	/*border: 3px solid blue; background-color: #ccffff;*/
}

div.tabbox div#tab2 {
	/*border: 3px solid #aaaa00; background-color: #ffffcc;*/
}

div.tabbox div#tab3 {
	/*border: 3px solid red; background-color: #ffcccc;*/
}

/*div.tabbox div.tab p { margin: 0.5em; }

div.tabbox div.tab p.tabhead {
	font-weight: bold; border-bottom: 3px double gray;
}*/

div.tabbox div.tab p.pc a {
	width:340px;
	height:35px;
	color:#fff;
	text-decoration:none;
	display:table-cell;
	vertical-align:middle;
	padding-left:10px;
	background-image:url(../images/menu/menu_contents_pc_off.png);
	background-repeat:no-repeat;
}

div.tabbox div.tab p.pc a:hover {
	color:#dbb489;
	background-image:url(../images/menu/menu_contents_pc_on.png);
	background-repeat:no-repeat;
}


div.tabbox div.tab p.sma a {
	width:340px;
	height:35px;
	color:#fff;
	text-decoration:none;
	display:table-cell;
	vertical-align:middle;
	padding-left:10px;
	background-image:url(../images/menu/menu_contents_off.png);
	background-repeat:no-repeat;
}

div.tabbox div.tab p.sma a:hover {
	color:#dbb489;
	background-image:url(../images/menu/menu_contents_on.png);
	background-repeat:no-repeat;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div.catHeader { background: #ffffff; }
div.catHeader #headerInner { margin-bottom: 10px; }