@charset "utf-8";

/*span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 12px;
  vertical-align: baseline;
  background: #f9ecef;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  font-family:sans-serif;
  line-height:1.2;
  word-wrap: break-word;

}
*/
body
{
  background: #fff url(../images/bg_body.gif) repeat-x;
  font: 80% Trebuchet MS, Arial, Helvetica, Sans-Serif;
  color: #333;
  line-height: 180%;
  margin: 0;
  padding: 0;
  text-align: center;
}

h1
{
  font-size: 180%;
  font-weight: normal;
  margin: 0;
  padding: 0 20px;
}
h2
{
  font-size: 160%;
  font-weight: normal;
}
h3
{
  font-size: 140%;
  font-weight: normal;
}

img
{
  border: none;
}

pre
{
  display: block;
  font: 12px "Courier New" , Courier, monospace;
  padding: 10px;
  border: 1px solid #bae2f0;
  background: #e3f4f9;
  margin: .5em 0;
  width: 674px;
}

ol, ul, li { list-style:none }

/*a:link,
a:visited {
	color:#f9ecef;
	text-decoration:none;
}
/*
/*----------------------------
	フレームワーク
----------------------------*/
#contents {
	width:1000px;
	position:relative;
	margin:10px auto;	
}

#imgPhoto {
	position:relative;
	z-index:100;
	width:1000px;
	height:500px;
	overflow:hidden;
}

/*----------------------------
	写真現在位置
----------------------------*/

#photoNav {
	position:absolute;
	z-index:200;
	width:300px;
	height:20px;
	top:560px;
/*	left:300px;*/
}
#photoNav ul {
	position:relative;	
}

#photoNav li{
	float:left;
	margin-right:5px;		
}

#photoNav li:hover {
	cursor:pointer;	
}

/*----------------------------
	メインイメージ
----------------------------*/


#imgPhoto ul {
	position:relative;
	width:1000px;
	height:500px;
	padding:0;
	margin:0;
}

#imgPhoto li {
	position:absolute;
	display:none;	
	left:0px;
	top:0px;
}

#text12px {
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 14px;
	color: #222222;
	letter-spacing: 0.1em;
	font-weight: normal;
}
/*151118　追記*/
.cuisineBlock01 {
  overflow: hidden;
}
.cuisineBlock01 .colL{
  float: left;
  width: 237px;
  padding: 54px 10px 0 8px;
  text-align: center;
}

.cuisineBlock01 .colR{
  float: left;
  padding: 0 8px 0 0;
}
/*151118　追記*/
.cuisineBlock02 {
  overflow: hidden;
}
.cuisineBlock02 .colL{
  float: left;
}
.cuisineBlock02 .colR{
  float: left;
  width: 195px;
  padding: 121px 10px 0 8px;
  text-align: center;
}
/*IE8*/
.cuisineBlock02 .colR{
  width: 190px\9;
}
.cuisineBlock01 .colL{
  width: 232px\9
}
/*IE9*/
.cuisineBlock01 .colL:not(:target) {
  width: 232px\9;
}
.cuisineBlock02 .colR:not(:target) {
  width: 190px\9;
}