@charset "UTF-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Josefin+Slab:600);

* {
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
}

body {
	width:100%;
	font-size:12px;
	line-height:1.5em;
	font-family: 'Josefin Slab', serif;
	background-image:url(../image/RZ_bg2.png);
	background-size:cover;
	background-attachment:fixed;
}
a {
	color:#063;
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    -o-transition: 1.5s;
    -ms-transition: 1.5s;
    transition: 1.5s;
}
a:hover {
	color:#F96;
}
.clearfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
.list1 {
	display:block;
	width:260px;
	height:102px;
	padding:28px;
	font-size:16px;
	line-height:1.5em;
	float:right;
}
.list2 {
	display:block;
	width:260px;
	height:102px;
	padding:28px;
	font-size:16px;
	line-height:1.5em;
	float:left;
}
.sec {
	border-bottom:dotted 1px #666666;
	margin:10px 0 20px 0;
	width:100%;
	overflow:auto;
}
.fixed {
	width:948px;
	font-size:14px;
	color:#000;
	margin:0 auto;
	text-align:center;
	background-color:rgba(200,200,100,0.9);
	float:left;
	position: fixed;
	top: 0px;
	z-index: 9999;
}
.selected {
	color:#060;
}
p.gotop{
    position: fixed;
	right:10px;
    bottom: 0;
	z-index:99999;
}
p.gotop a{
	color:#FFFFFF;
	background-color:#F60;
	text-align:center;
	font-size:16px;
    width: 125px;
    height: 94px;
    display: block;
}

#wrapper {
	width:968px;
	padding:10px;
	margin:0 auto;
	display:block;
	box-shadow:#666 3px 3px 10px;
	background-color:rgba(255,255,255,0.8);
}
nav {
	display:block;
}

header img {
	margin:0 auto;
	display:block;
}

header li {
	width:25%;
	text-align:center;
	font-size:16px;
	float:left;
}
header p {
	font-size:16px;
	margin-top:20px;
	line-height:1.5em;
	text-align:center;
}
#content {
	width:948px;
	margin:10px auto;
}
#photo1 {
	display:block;
	width:316px;
	float:left;
}
#photo2 {
	display:block;
	width:316px;
	float:left;
}
#photo3 {
	display:block;
	width:316px;
	float:right;
}
#photo1 p ,#photo2 p ,#photo3 p {
	width:300px;
	text-align:center;
	margin:0;
}
#basho_text {
	margin-bottom:10px;
}
#basho_text h3  {
	width:928px;
	height:22px;
	padding-top:3px;
	padding-left:15px;
	margin-bottom:10px;
	font-size:18px;
	border-left:5px solid #666;
	border-bottom:dotted 1px #666;
}

#matome h3 {
	width:928px;
	height:23px;
	padding-top:2px;
	padding-left:15px;
	margin-bottom:10px;
	font-size:18px;
	border-left:5px solid #666;
	border-bottom:dotted 1px #666;
}

#live h3 {
	width:928px;
	height:22px;
	padding-top:3px;
	padding-left:15px;
	margin-top:20px;
	margin-bottom:20px;
	font-size:24px;
	border-left:5px solid #666;
	border-bottom:dotted 1px #666;
}

#basho_text p {
	line-height:2em;
}
#basho_photo {
	width:100%;
	display:block;
}

#setumei {
	margin-top:10px;
}
#setumei li {
	width:316px;
	font-size:14px;
	text-align:center;
	float:left;
}

#first p ,#second p ,#third p ,#four p {
	display:block;
	width:100%;
	margin-top:10px;
	line-height:1.8em;
	float:left;
}
#first img {
	display:block;
	width:632px;
	float:left;
}
#third_top img {
	display:block;
	width:632px;
	height:316px;
	overflow:hidden;
}
.imgdis {
	display:block;
	width:632px;
	height:158px;
	overflow:hidden;
	cursor:pointer;
	float:left;
}
.imgdis2 {
	display:block;
	width:316px;
	height:316px;
	overflow:hidden;
	cursor:pointer;
}
.floatL {
	float:left;
}
#second img {
	width:632px;
	float:right;
}

#matome {
	display:block;
	margin-top:10px;
}
#matome {
	display:block;
	width:100%;
	margin-top:10px;
	line-height:1.8em;
}

#footer {
	width:100%;
	height:30px;
	background-color:#333;
	display:block;
	margin-top:20px;
}
#footer li {
	width:150px;
	color:#FFF;
	text-align:center;
	padding-top:5px;
	float:left;
}
#footer a {
	color:#FFFFFF;
	font-size:13px;
}
#footer a:hover {
	color:#FF0000;
}