@charset "utf-8";

html{
	overflow-y:scroll;
	}

body {
    width:100%;
    background-color:#f7f6da;
    font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Osaka,sans-serif;
	color:#333;
}

a {
    color:#000;
    text-decoration:none;
}

#header-history,
#header-wrap{
	width: 100%;
	min-width: 980px;
    padding:0 10px;
}

#header-history #header{
	width: 960px;
	height: 110px;
	margin: 0 auto;
	padding: 20px 0 0;
	position: relative;
}

#header-wrap #header{
	width: 960px;
	height: 70px;
	margin: 0 auto;
	padding: 20px 0 0;
	position: relative;
}

#header h1{
	margin: 0;
	padding: 0 10px;
}

#header h1 a{
	width: 215px;
	height: 47px;
	display: block;
}
	/* 
#header ul{
	margin:0;
	position:absolute;
	right:0px;
	top: 45px;
	list-style:none;
} */

#header ul{
	margin:0;
	position:absolute;
	right:0px;
	top: 45px;
	list-style:none;
}

#header ul li{
	float:left;
	position:relative;
}

#header ul li a{
	display :block;
	font-size :1.4em;
	margin :0 15px;
	padding :0 5px;
	line-height: 1.2;
}

#header ul li a:hover{
	color :#666;
	/* border-bottom :1px solid #713A25; */
}



/* contents */
#contents-wrap{
	width: 100%;
	min-width: 980px;
    background-color:#fffff5;
    padding:0 10px 20px;
}

#contents{
	width: 960px;
	margin: 0 auto;
}

#viewer {
	margin: 0 auto;
	width: 960px;
	height: 520px;
	text-align: left;
	position: relative;
}

#viewer img {
	margin: -40px 0 0;
	top: 0;
	left: 0;
	position: absolute;
	border-radius: 5px;
}


#contents .section{
	line-height: 1.5;
	font-size:1em;
}

#contents h2{
	padding: 20px 0 0;
	font-size:1.5em;
	line-height: 1.4;
	border-bottom: 2px ridge #f7f6da;
}

#contents p.lead{
	width: 100%;
	margin: 30px 0;
	line-height: 1.5;
}

#contents .section p{
	margin: 20px 0;
}
.signature{
	text-align:right;
}

/* menu */

.menu_curry{
	margin: 40px 0;
}

.menu_curry img{
	float: left;
}

/* 
.menu_curry .curry_inner{
	margin: 100px 0 0;
	position: absolute;
	left: 700px;
}
 */
 
.menu_curry .curry_inner{
	float: right;
	margin: 100px 100px 0 0;
}

.menu_curry .curry_inner h4{
	margin: 15px 0 0 60px;
	font-size:1.2em;
	color:#666;
}

.menu_curry .curry_inner ul{
	margin: 55px 0 0;
}

.menu1_1clum{
	float: left;
	width: 400px;
	margin: 20px 70px 0 0;
}
.menu_1clum{
	float: left;
	width: 400px;
	margin: 20px 0 0;
}

.menu1_1clum h4,
.menu_1clum h4{
	margin: 15px 0 10px 60px;
	font-size:1.2em;
	color:#666;
}

.menu_curry .curry_inner ul li,
.menu1_1clum ul li,
.menu_1clum ul li{
	list-style: none;
	margin: 5px 0 5px 60px;
	padding: 5px 0 0 22px;
	height: 25px;
	vertical-align: middle;
	font-size:0.8em;
	line-height: 1.2;
	color:#666;
}

.menu_curry ul li.curry_regular{
	background-image: url(../images/icon_indian_curry_regular.png);
	background-repeat: no-repeat;
}

.menu_curry ul li.curry_regular_egg{
	background-image: url(../images/icon_indian_curry_regular_egg.png);
	background-repeat: no-repeat;
}

.menu_curry ul li.curry_extra{
	background-image: url(../images/icon_indian_curry_extra.png);
	background-repeat: no-repeat;
}

.menu_curry ul li.curry_extra_egg{
	background-image: url(../images/icon_indian_curry_extra_egg.png);
	background-repeat: no-repeat;
}

.menu1_1clum ul li.indian_spa_regular{
	background-image: url(../images/icon_indian_spa_regular.png);
	background-repeat: no-repeat;
}

.menu1_1clum ul li.indian_spa_extra{
	background-image: url(../images/icon_indian_spa_extra.png);
	background-repeat: no-repeat;
}

.menu_1clum ul li.hayashi_rice_regular{
	background-image: url(../images/icon_hayashi_rice_regular.png);
	background-repeat: no-repeat;
}

.menu_1clum ul li.hayashi_rice_extra{
	background-image: url(../images/icon_hayashi_rice_extra.png);
	background-repeat: no-repeat;
}

.menu1_1clum ul li.pilaf_regular{
	background-image: url(../images/icon_pilaf_regular.png);
	background-repeat: no-repeat;
}

.menu1_1clum ul li.pilaf_extra{
	background-image: url(../images/icon_pilaf_extra.png);
	background-repeat: no-repeat;
}

.menu_1clum ul li.meat_spa_regular{
	background-image: url(../images/icon_meat_spa_regular.png);
	background-repeat: no-repeat;
}

.menu_1clum ul li.meat_spa_extra{
	background-image: url(../images/icon_meat_spa_extra.png);
	background-repeat: no-repeat;
}

/* shoplist */

.related-post{
	overflow: hidden;
}

.related-post .box-link{
	float: left;
	width: 300px;
	margin: 0 30px 30px 0;
	position: relative;
	list-style: none;
}

.related-post .last {
	margin-right: 0;
}

.related-post .box-link h4{
	margin: 10px 0 5px;
	color:#666;
}

.related-post .box-link img {
	border-radius: 5px;
}

.related-post .box-link p{
	margin: 0;
	font-size :0.8em;
	line-height: 1.2;
	color:#666;
}

.section_3clum{
	overflow: hidden;
}

.section_1clum{
	float: left;
	width: 300px;
	margin-right: 30px;
}

.shop-osaka,
.section_3clum h3{
	margin: 0 0 15px;
	font-size :1.2em;
	font-weight: normal;
}

.section_1clum h3{
	font-size :1.2em;
	font-weight: normal;
}

.section_3clum h4,
.section_1clum h4{
	margin: 10px 0 5px;
	color:#666;
}

.section_3clum p,
.section_1clum p{
	margin: 0;
	font-size :0.8em;
	line-height: 1.2;
	color:#666;
}


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* shop */

.shop-h {
    clear: both;
	margin: 20px 0 5px;
    color:#88711A;
	font-weight: normal;
}


#contents #gmap{
	height: 300px;
	background: #eee;
	border: 1px solid #fffff5;
	margin: 0 0 20px;
	border-radius: 5px;
}
}

#contents .info{
	width: 650px;
	overflow: hidden;
	border: 2px solid #e0dccc;
	word-break: break-all;
	word-wrap: break-word;
}

tbody {
	display: table-row-group;
	vertical-align: middle;
	border-color: inherit;
}

table, th, tr, td {
	font-size: 0.95em;
	line-height: 1.4;
	text-align: left;
	border-radius: 5px;
}

th {
	padding: 8px 8px;
	width: 120px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	background-color: #ffffff;
	border-bottom: dotted 1px #e0dccc;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
}

td {
	padding: 8px 8px 5px;
	width: 500px;
	text-align: left;
	vertical-align: top;
	color: #595960;
	background-color: #ffffff;
	border-bottom: dotted 1px #e0dccc;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
}

.tencho{
	float: right;
	padding: 5px 0 0;
}

.tencho img,
.shop-photo img{
	border-radius: 5px;
}

.osaka-tenpo,
.other-tenpo{
	overflow: hidden;
}

.osaka-tenpo ul li{
	float: left;
	margin: 0 50px 0 0;
	list-style: none;
}

.other-tenpo ul li{
	float: left;
	margin: 0 70px 0 0;
	list-style: none;
}

.osaka-tenpo h4,
.other-tenpo h4{
	margin: 10px 0;
	font-size :1.2em;
	font-weight: normal;
}

.osaka-tenpo ul li p,
.other-tenpo ul li p{
	font-size :0.9em;
	line-height: 1.2;
	color:#666;
}




/* footer */

#footer-wrap{
	width: 100%;
	min-width: 960px;
}

#footer{
	width: 960px;
	margin: 0 auto;
	font-size:0.8em;
	text-align:center;
	color:#74311C;
}

#footer img{
	margin:30px 0 10px;
}

#footer p{
	margin:0 0 10px;
}