@charset "utf-8";

@media screen and (min-width: 641px){
/* donburitei */
#content {
	background-image: url(../../donburi/images/bg_header.jpg);
}
.header {
	height: auto;
}	

.header p.catch {
	position: absolute;
	top: 190px;
/*	right: 125px;
	width: 300px;*/
}

.header #reco01 {
	margin-bottom: 15px;
	padding-top: 420px;
	padding-left: 530px;
	position: relative;
	height: 250px;
}

.header #reco01 p {
	margin-bottom: 15px;
	width: 310px;
	margin-top: 60px;
}

.header #reco01 .lead {
	padding-left: 0;
	position: absolute;
	right: 160px;
	top: 320px;
	z-index: 20;
}

.header #reco01 img.photo {
	position: absolute;
	left: 0px;
	top: 175px;
	z-index: 10;
}

.header #reco01 p.link {
	position: absolute;
	left: 0px;
	top: 410px;
	z-index: 30;
}

.header #reco01 p.link a {
	display: block;
	width: 172px;
	height: 167px;
	background-image: url(../../donburi/images/reco02_link.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -10000em;
}

.header #reco01 p.link a:hover {
	background-position: 0 -167px;
}

.header #reco02 {
	position: relative;
	height: 280px;
	margin-bottom: 20px;
}

.header #reco02 img.photo {
	position: absolute;
	right: 0px;
	top: -50px;
	z-index: 10;
}
	
/* reco02が刺身定食の場合 */
.header #reco02 p.lead {
	margin-bottom: 10px;
	padding-left: 0;
	z-index: 20;
}
	
/* reco02が鮟鱇鍋の場合
.header #reco02 p.lead {
	padding-left: 0;
	position: absolute;
	right: 200px;
	top: -15px;
	z-index: 20;
}	 */

.header #reco02 p.text {
	padding-top: 20px;
	border-top: dotted 3px #999;
	width: 470px;
}

.header #reco03 {
	margin-bottom: 30px;
	padding: 170px 360px 0 370px;
	position: relative;
}
.header #reco03 p.lead {
	position: absolute;
	left: 380px;
	top: 10px;
	width: 266px;
	height: 143px;
	background-image: url(../../donburi/images/reco03_name.png);
	text-indent: -10000em;
}
.header #reco03 img.photo01 {
	position: absolute;
	left: -30px;
	top: 0;
}
.header #reco03 img.photo02 {
	position: absolute;
	right: -30px;
	top: 0;
}

/* がんばっぺ定食がメインの場合 */

.header #reco-ganbappe {
	margin-bottom: 15px;
	padding-top: 410px;
	padding-left: 530px;
	position: relative;
	height: 210px;
}

.header #reco-ganbappe p {
	margin-bottom: 15px;
	width: 310px;
}

.header #reco-ganbappe .lead {
	margin: 0;
	padding-left: 0;
	position: absolute;
	right: 160px;
	top: 250px;
	z-index: 20;
}

.header #reco-ganbappe img.photo {
	position: absolute;
	left: 0px;
	top: 260px;
	z-index: 10;
}

.header #reco-ganbappe p.link {
	position: absolute;
	left: 0px;
	top: 410px;
	z-index: 30;
}

.header #reco-ganbappe p.link a {
	display: block;
	width: 172px;
	height: 167px;
	background-image: url(../../donburi/images/reco02_link.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -10000em;
}

.header #reco-ganbappe p.link a:hover {
	background-position: 0 -167px;
}

.header #kaisen,
.header #teisyoku {
	position: absolute;
}
.header #kaisen {
	background: url(../../donburi/images/bg_kaisen.png) no-repeat left top;
	position: absolute;
	top: 97px;
	left: -40px;
	width: 508px;
	height: 630px;
}
.header #kaisen p {
	margin: 0 38px 20px 90px;
}
.header #kaisen p.lead {
	margin: 370px 0 25px;
}
.header #teisyoku {
	background: url(../../donburi/images/bg_anko.png) no-repeat left bottom;
	position: absolute;
	top: 275px;
	right: 130px;
	width: 413px;
	height: 440px;
}
.header #teisyoku p {
	margin: 0 0 12px 35px;
}
.header #teisyoku p.lead {
	margin: 300px 0 12px;
}

.article h2 {
	border-bottom: #CDD1D3 solid 2px;
	clear: both;
	margin: auto;
	text-align: center;
	padding-bottom: 14px;
	margin-bottom: 14px;
}
.article h2 span {
	display: inline-block;
}
.article h2 span:before {
	content: url(../../donburi/images/h_icn_l.png);
	left: -20px;
	top: 6px;
	position: relative;
}
.article h2 span:after {
	content: url(../../donburi/images/h_icn_r.png);
	right: -20px;
	top: 3px;
	position: relative;
}
.article .txtC {
	margin-bottom: 10px;
}

.article div {
	float: left;
	width: 460px;
	margin: 0 80px 45px 0;
}
.article #susume {
	margin-right: -80px;
}

.article ul {
	margin: 0 -44px 60px 0;
}
.article li {
	float: left;
	width: 304px;
	margin: 10px 44px 20px 0;
}
	
.article #don li{
	width: 304px;
	height: 387px;
	margin: 10px 44px 0 0;
}
	
.article li h3,
.article div h3 {
	text-align: center;
	margin-bottom: 6px;
}
.article li h3 img,
.article div h3 img {
	margin: 0 auto 20px;
}
.article #don li h3 img {
	margin: 0 auto 6px;
}



/* 12 clr */
.article ul:after,
.article div:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	font-size: 0;
}

.article ul,
.article div {display: inline-block;}}
