@charset "utf-8";
/* ------------ all ------------ */
*{
	margin: 0;
	padding: 0;
}
img{
	border: none;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
}

p {
	font-size: 12px;
	line-height: 1.5;
	color:#232222;
}
a:link {
	color: #ff3366;
	text-decoration: underline;
}
a:visited {
	color: #ff3366;
	text-decoration: underline;
}
a:hover {
	color: #ff3366;
	text-decoration: none;
}
#main {
	width:100%;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
#all {
	width:1000px;
	background-image: url(../images/bg_all.jpg);
	background-repeat: repeat;
	margin:0 auto;
}
#all_maguro{
	width:1000px;
	background-image: url(../images/bg_all001.jpg);
	background-repeat: repeat;
	margin:0 auto;
}
#left {
	width:360px;
	float:left;
}
#right {
	width:640px;
	float:right;
}

/* ------------ shop ------------ */
.shop_tbl {
	width:514px;
	margin-top:10px;
	margin-left:63px;
}
.shop_td01 {
	font-size: 12px;
	line-height: 1.5;
	color: #000000;
	width:435px;
}
.shop_map {
	width:640px;
	margin-top:20px;
	text-align: center;
}
.shop_photo {
	padding-left: 3px;
}
.shop_photom {
	margin-right: 2px;
}


/* ------------ menu ------------ */
.menu {
	padding-top:12px;
	padding-left:50px;
}
.menu_cate {
	font-size:16px;
	font-weight:bold;
	padding-bottom:15px;
}
.menu_tbl {
	margin-bottom:10px;
}
.menu_td01 {
	width:251px;
	padding-bottom:5px;
	vertical-align:top;
}
.menu_td02 {
	width:243px;
	padding-bottom:10px;
	padding-left:8px;
	vertical-align:top;
	font-size:12px;
	line-height:1.5;
	color:#000000;
}
.menu_txts {
	font-size:11px;
}


#recruit_area table{
	width:540px;
	margin:30px auto;
	border:1px #CCCCCC solid;
	border-collapse:collapse;
}
#recruit_area table td{
	padding:10px;
	border:1px #CCCCCC solid;
}

/* ------------ decoration ------------ */

a:hover img.imghover, a:hover img.top_bana, a:hover img.mag_b8, a:hover img.mag_r5, a:hover img.shop_photom {
	filter:alpha(opacity=60);
	opacity:0.6;
}
.float_left {
}

/* ------------ こだわり ------------ */
.kodawari_area{
	width:555px;
	margin:auto;
}
.kodawari_area h3{
	font-size:1.7em;
	margin:0 0 25px 0;
}
.kodawari_area h3 img{
	vertical-align:middle;
	padding:0 10px 0 0;
}

#left_kodawaribox{
	float:left;
	width:290px;
}

#right_kodawaribox{
	float:right;
	width:235px;
	margin:0 0 0 15px;
}

.kodawari_areatxt01{
	font-weight:bold;
}

/* ------------ まぐろ祭り ------------ */
.event_maruro{
	margin:0 0 20px 0;
}
.event_maruro dl{
	float:left;
	width:24%;
	margin:0 0.5%;
	box-sizing:border-box;
	border:1px #999999 solid;
	padding:2px;
	text-align:center;
	font-size:12px;
	min-height:210px;
}

.event_maruroprice{
	width:500px;
	margin:0 auto 30px;
}

.event_maruroprice td{
	padding:5px 20px;
}


.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */  

