/*----error　pc用-------*/

body {
  background-image: url(../img/back07.jpg);
  font-size: 12px;
  font-family:Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  line-height:18px;
  color:#564b47;
  text-align:center;
  padding:10px;
}


/*----------------title-------------------------*/

.title{
 background-color: #ffffff;
 margin:auto;
 padding-top: 200px;
 padding-left: 10px;
 width:950px;
 text-align: left;
 background-image : url(../img/title04.jpg);
 background-repeat: no-repeat;
}

.title img{
  width: 260px;
}

.panlist{
  padding-left: 10px;
  padding-top: 6px;
  margin-bottom: 10px;
  font-size: 10px;
}

.panlist a:hover{
  font-size: 12px;
}

/* -----------------content--------------------- */

.content {
 background-color: #ffffff;
 margin: 0px auto;
 width:960px;
 text-align: left;
 padding: 10px 0px 0px 0px;
}

/*-------nav------------*/
.nav03 {
width: 960px;
padding-top: 0px;
margin: 10px 20px;
text-align: center;
overflow: hidden;
clear: both;
}

.nav03 ul{
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.nav03 li{
  padding: 0px;
  margin-left: 2px;
  float: left;
  width: 18%
}

.rink-category{
  color: #564b47;  
  font-weight: bold;
  display: block;
  padding: 10px 0px;
  font-size: 10px;
  text-decoration: none;
  background-color: #f8f8f8;
  border-style: solid;
  border-width: 1px;
  border-color: #585858;
 }

.rink-category:hover{
  background-color: #e7e7e7;
  font-weight: bold;
}



/*-----block-----------*/
.error-block{
  text-align: center;
  font-size: 12px;
  line-height: 26px;
  margin: 50px 20px;
}


.rink-top{
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  background-color: #2b1100;
  border-color: #2b1100;
  border-style: solid;
  border-width: 1px;
  border-radius: 2px;
  margin: 6px;
  padding: 10px 20px;
}

.rink-top:hover{
	color: #2b1100;
	background-color: #ffffff;
}

.sp-oreng{
	color: #2b1100;
	font-weight: bold;
	font-size: 18px;
}

.main-thankyou{
  border-style: solid;
  border-width: 1px;
  font-size: 12px;
  line-height: 18px;
  margin: 50px;
  padding: 20px;
}

/* -----------footer--------------------------- */

.info{
  margin: 0px;
  clear: both;
  padding: 10px 200px 10px 200px;
  background-color: #efdbc1;
  color: #2b1100;
  text-align: left;
}

.infolog{
  float: left;
  padding: 10px 40px 10px 10px;
}

.info img{
  width: 160px;
}

.footer {
 margin: 0px;
 clear: both;
 padding: 10px;
 background-color : #2b1100;
 color : #efdbc1;
 text-align: right;
 }

H2{
  font-size: 18px;
  color:#564b47;
}


/*-----span class-------*/
.spred{
  color: #ff0000;
}