
header{
	width:1200px;
	height:80px;
	margin:0px auto 0px auto;
	padding:40px 0px 0px 0px;
}

#topText{
	height: 5px;
	font-size: 2px;
	color: #FFF;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	opacity: 0.3;
}

#avviso{
	margin:140px auto 20px auto;
	padding:20px 0px 20px 0px;
	color:#FFF;
	background-color: #C0C0C0;
	opacity: 0.9;
	font-size: x-large;
	font-weight: 300;
	text-align:center;
	width:100%;
}

h1{
	margin:0px;
	width:260px;
	height:40px;
	background-image:url(../img/logo.png);
	background-repeat:no-repeat;
	background-size:100%;
	text-indent:-9999px;
	float:left;
}

header #navi{
	width:600px;
	margin:5px 0px 0px 0px;
	padding:0px;
	float:right;
}

header #navi li{height:30px;float:right;}
header #navi li a{height:30px;	margin:0px;}
header #navi li:nth-child(2),
header #navi li:nth-child(3),
header #navi li:nth-child(4),
header #navi li:nth-child(5),
header #navi li:nth-child(6),
header #navi li:nth-child(7){margin-right:30px; line-height:30px;}

header #navi li:nth-child(1),
header #navi li:nth-child(2){
	width:30px;
	height:30px;
}

#navi li:nth-child(1) a,
#navi li:nth-child(2) a{
	display:block;
	width:30px;
	height:30px;
	background-repeat:no-repeat;
	background-size:100%;
	text-indent:-9999px;
} 
#navi li:nth-child(1) a{background-image:url(../img/insta.jpg);}
#navi li:nth-child(2) a{background-image:url(../img/face.jpg);}

section{
	width:900px;
	padding:0;
	margin:80px auto 0px auto;
	text-align:left;
}

h2{
	border-bottom: solid 1px rgb(172, 172, 172);
	padding-bottom: 20px;
	font-weight: 300;
}

/* Blog index.html :: Listo */

#blog{ margin-top: 50px;}

#blog li{
	width: 50%;
	float: left;
	margin-bottom: 60px;
}

#blog li div{
	width: 94%;
	border: solid 1px rgb(214, 213, 213);
	margin: 0px auto 0px auto;
}

#blog li div a{
	display: block;
	width: 94%;
	margin: 12px auto 8px auto;
}
#blog li div a img{ width: 100%;}

.category-S{
	content: "Shop";
	color: #FFF;
	width: 120px;
	height: 30px;
	background: rgb(24, 122, 0);
	border-radius: 4px;
	text-align: center;
	line-height: 30px;
	margin-top: 4px;
}

.category-R{
	content: "Shop";
	color: #FFF;
	width: 120px;
	height: 30px;
	background: rgb(156, 133, 0);
	border-radius: 4px;
	text-align: center;
	line-height: 30px;
	margin-top: 4px;
}

.category-ST{
	content: "Staff";
	color: #FFF;
	width: 120px;
	height: 30px;
	background: rgb(194, 0, 152);
	border-radius: 4px;
	text-align: center;
	line-height: 30px;
	margin-top: 4px;
}

.date{
	width: 130px;
	height: 30px;
	line-height: 30px;
	text-align: left;
}

/* Blog 0001.html Foto */

.imgR{ width: 100%; height: auto; margin: 40px 0px 0px 0px; clear: both;}
.imgL{ width: 100%; height: auto; margin: 40px 0px 0px 0px; clear: both;}
.imgC{ width: 100%; height: auto; margin: 40px 0px 0px 0px; clear: both; text-align: center;}
.imgF{ width: 100%; height: auto; margin: 40px 0px 0px 0px; clear: both;}

.imgR img{ width: 50%; }
.imgL img{ width: 50%; }
.imgC img{ width: 50%; border: solid 1px rgb(177, 175, 175);}
.imgF img{ width: 100%; }

.blogTitle{ line-height: 30px;}
#blogDate{
	float: right;
	font-size: 14px;
	line-height: 30px;
}
#mainText{
	margin-top: 50px;
	font-size: 19px;
	line-height: 28px;
}
.clear{clear: both;}

/* Prenota BUtton */

#prenota{
	width: 200px;
	height: 50px;
	background: rgb(196, 144, 86);
	border-radius: 4px;
	margin: 100px auto 0px auto;
}

#prenota a{
	display: block;
	width: 200px;
	height: 50px;
	color: #FFF;
	text-align: center;
	line-height: 50px;
}


footer{ margin-top: 200px;}

footer section{
	border-top: solid 1px rgb(172, 172, 172);
	text-align: center;
}
footer section p{margin: 20px 0px 20px 0px;}

/* スマフォ対応 */

@media screen and (max-width:1000px){

header{width:96%;text-align:center;}


h1{
	margin:0px auto 0px auto;
	width:260px;
	height:40px;
	background-image:url(../img/logo.png);
	background-repeat:no-repeat;
	background-size:100%;
	text-indent:-9999px;
	float:none;
}

header #navi{
	float:none;
	display:block;
	border-top:solid 1px #C0C0C0;
	width:100%;
	height:45px;
	padding:20px 0px 40px 0px;
	margin-top:40px;
	margin-bottom:40px;
}

header #navi li{ height: 45px;}
header #navi li a{height: 45px;  line-height:45px; font-size:36px; font-weight: 200;}


header #navi li:nth-child(3){margin-right:64px;}

header #navi li:nth-child(4),
header #navi li:nth-child(5),
header #navi li:nth-child(6){margin-right:64px;}


header #navi li:nth-child(1),
header #navi li:nth-child(2){
	width:45px;
	height:45px;
}

#navi li:nth-child(1) a,
#navi li:nth-child(2) a{
	display:block;
	width:45px;
	height:45px;
}/* --Navi 終了-- */ 

section{ width: 98%; margin: 0px auto 0px auto;}
h2{margin-top: 200px; padding-left: 20px; font-weight: 300;}
#blog{margin-top: 70px;}
#blog li{width: 50%; margin-bottom: 70px;}
#blog li div{ height: auto; margin: 0px auto 0px auto; padding-bottom: 10px;}
#blog li div a{ margin-top: 10px;}
.category-S,
.category-R,
.category-ST,
.blogTitle,
.date{font-size: 32px;}

.category-S{
	content: "Shop";
	color: #FFF;
	width: 180px;
	height: 60px;
	background: rgb(24, 122, 0);
	border-radius: 4px;
	text-align: center;
	line-height: 60px;
}

.category-R{
	content: "Shop";
	color: #FFF;
	width: 180px;
	height: 60px;
	background: rgb(156, 133, 0);
	border-radius: 4px;
	text-align: center;
	line-height: 60px;
}

.category-ST{
	content: "Shop";
	color: #FFF;
	width: 180px;
	height: 60px;
	background: rgb(194, 0, 152);
	border-radius: 4px;
	text-align: center;
	line-height: 60px;
}

.date{
	width: 190px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	margin-top: 10px;
}

.blogTitle{
	height: auto;
	line-height: 60px;
	margin-left: 10px;
}

#blogDate{
	float: right;
	font-size: 20px;
	line-height: 50px;
}
#mainText{
	width: 94%;
	margin: 50px auto 0px auto;
	font-size: 32px;
	line-height: 42px;
}

.imgR img{ width: 70%; }
.imgL img{ width: 70%; }
.imgC img{ width: 70%; border: solid 1px rgb(177, 175, 175);}

/* Prenota Button */

#prenota{
	width: 260px;
	height: 80px;
	background: rgb(196, 144, 86);
	border-radius: 4px;
	margin: 100px auto 0px auto;
}

#prenota a{
	display: block;
	width: 260px;
	height: 80px;
	color: #FFF;
	text-align: center;
	line-height: 80px;
	font-weight: 300;
}

}/* 消すな */