@charset "UTF-8";
/* CSS Document */

html {
	font-size: 62.5%; /*10px*/
}
body {
	background-image: url(../images/back.jpg);
	background-repeat: repeat;
	font-size: 1.4em;
	font-family: 'Roboto', sans-serif;
	margin:0px;
	padding:0px;
}
#wrap {
	/*width: 1000px;*/
	margin: 0 auto;
	line-height: 150%;
}

.schedule {
	background-image: url(../images/back.jpg);
	background-repeat: repeat;
}

.schedule h2{
	padding:10px;
	border-bottom:none;
	background-color:#ffffff;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
}

.official_link {
	background-color:#000000;
	padding:3px;
	margin-bottom:5px;
}

.official_link a:link{
	color:#FFFFFF;
}
.official_link a:visited{
	color:#FFFFFF;
}
.official_link a:hover{
	color:#F10004;
}
/*#wrap{display:none;}*/
#loading{
position:absolute;
left:50%;
top:20%;
margin-left:-30px;
}

div.circle {
	background-image:url(../images/waimo2.png);
	background-repeat:no-repeat;
	/*width:1000px;*/
	text-align:center;
	margin:0 auto;
	/*background-color:#E5FF00;*/
	position:relative;
	box-sizing:border-box;
	padding:45px 10px 10px 25px;
	vertical-align:middle;
	font-weight:bold;
	/*border-style:solid;
	border-width:5px;
	border-color:#9AD206;*/
	top:-220px;
	right:-400px;
	width:190px;
	height:197px;
	z-index:100;
	overflow:hidden;
	/*border-radius: 85px;
	-webkit-border-radius: 85px;
	-moz-border-radius: 85px;   */
	}

div.circle .time{
	color:#D00003;
	font-size:1.4em;
}

div.circle .place{
	color:#333;
}

div.circle .next {
	margin: 0px auto 10px auto;
	color: #000000;
	background-color: #ffffff;
	width: 100px;
	font-size: 1.2em;
	border: 2px solid #DEDB00;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
}

div.circle span.day1 {
	font-size:0.8em;}
div.circle span.month {
	font-size:0.6em;}


header {
	margin: 0px 0px 10px 0px;
	padding-top: 20px;
	text-align: center;
	clear: both;
	border-top: solid 5px #000000;
	z-index: 1;
	/*position: relative;*/
}

header nav {
	margin: -180px auto 0px auto;
	box-sizing: border-box;
	width:1000px;
	padding: 15px 15px;
	height: 60px;
	background-color: rgba(0, 0, 0, 0.8);
	color: #ffffff;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
}

header nav ul li {
	float: left;
	margin-right: 20px;
	font-size: 1.2em;
}
 header nav ul li:lastchild {
 margin-right:0px;
}

header nav ul li a:link,a:visited {
	color: #000000;
		background-color:#FFDA00;
	text-decoration: none;
	display: block;
		padding:5px 10px;
	box-sizing:border-box;
		border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
}
header nav ul li a:hover {
	color: #ffffff;
	background-color:#333333;
	padding:5px 10px;
	box-sizing:border-box;
		border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
}



#content {
	background-color: #ffffff;
	width: 1000px;
		margin: 0 auto;

	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
}
h2 {
	font-size: 2.0em;
	margin: 0px 20px 20px 20px;
	border-bottom: dotted 1px #000000;
	padding: 20px 0px 10px 0px;

}

h3 {
	color:#7D3E03;
	font-size:1.4em;
	margin:0px 0px 10px 0px;
		line-height:120%;
}

table.table_schedule {
	border-collapse: collapse;
	width: 960px;
	margin: 0 auto;
	z-index:1;

}
table.table_schedule tr th {
	background-color: #333;
	color: #ffffff;
	text-align: center;
	font-weight: normal;
}
table.table_schedule tr th, td {
	padding: 10px;
	border: solid 1px #666666;
	vertical-align: middle;
}
table.table_schedule tr td {
	text-align: center;
}

table.table_schedule tr td a:link {
	color:#000000;
	text-decoration:none;
}

table.table_schedule tr td a:visited {
	color:#000000;
	text-decoration:none;
}

table.table_schedule tr td a:hover {
	color:#0386AD;
	text-decoration:underline;
}
table.table_schedule tr {
	background-color: #ffffff;
}
table.table_schedule tr:nth-child(2n) {
	background-color: #f2f2f2;
}
table.table_schedule tr th.day {
}
table.table_schedule tr th.area {
}
table.table_schedule tr th.opentime {
}
table.table_schedule tr th.saleday {
}

table.table_schedule tr td p.area_name {
	/*border-bottom: 1px dotted #A5A5A5;
	margin-bottom: 5px;
	padding-bottom: 10px;*/
	z-index:1;
	font-size:1.2em;
}

table.table_schedule tr td p.day_box {
border-bottom: 1px dotted #A5A5A5;
	margin-bottom: 5px;
	padding-bottom: 10px;
}

table.table_schedule tr td p.area_name a {
		color: #7F4000;
}

table.table_schedule tr td.areatd {
	/*text-align:left;*/
	/*padding:0px 25px;*/
}

table.table_schedule tr td p.area_notice {
	text-align: left;
	margin-top: 15px;
	padding: 5px 10px;;
	background-color: #F5F1E1;
	font-size: 0.8em;
}

table.table_schedule tr td p.senkou {
	border-top:1px dotted #6B2223;
	margin-top:5px;
	padding-top:5px;
}

table.table_schedule tr td p.senkou a{
	text-decoration:underline;
	color:#C50C10;
}


.fin {
	background-image:url(http://www.ulfulsspecial.com/tour2014/images/waimo.png);
	background-repeat:no-repeat;
	background-position:bottom right;
}

.ame {
	background-image:url(http://www.ulfulsspecial.com/tour2014/images/waimoame.png);
	background-repeat:no-repeat;
	background-position:bottom right;
}

.fin_m {
	margin-top:-50px;
	margin-bottom:30px;}

.ticket {
	padding: 0px 20px 20px 20px;
}
.top {
	padding: 0px 20px;
	margin-bottom: 35px;
}
.box {
	border:#EDEDED 1px solid;
	box-sizing:border-box;
	margin-bottom: 20px;
	padding-bottom: 20px;
	padding:10px;
	background-color:#f9f9f9;
			border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
}
.box:last-child {
	margin-bottom:0px;}

.goods {
	padding: 0px 20px 20px 20px;
}
footer {
	padding: 10px 0px;
	text-align: center;
	color:#ffffff;
}
footer a {
	color: #ffffff;
	text-decoration: none;
}

footer a:hover {
	color:#333;
}

footer #copyright {

}
.red {
	color: #FF0004;
}
.new {
	background-color: #FCFF00;
	color: #000000;
	z-index: 1000;
	position: relative;
	display: block;
	width: 30px;
	border-radius: 3px;        /* CSS3草案 */
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 3px;   /* Firefox用 */
	font-size: 0.6em;
	font-weight: bold;
}
.new1 {
	top: -50px;
	left: 0;
}
.new2 {
	top: -50px;
	left: 0;
}
.new3 {
	top: -50px;
	left: 0;
}
.new4 {
	top: -50px;
	left: 0;
}
/*page-top*/

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
	z-index: 500;
}
#page-top a {
	background: #333;
	background-image: url("../images/pagetop.png");
	text-decoration: none;
	color: #fff;
	width: 50px;
	height: 50px;
	padding: 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background-image: url("../images/pagetop.png");
	background-color: #930;
	/*color:#000;*/
	width: 50px;
	height: 50px;
}
#type {
	clear: both;
	display: none;
	font-weight: bold;
	font-size: 50px;
}
#type span {
	background: yellow;
}
.cntSeparator {
	font-size: 70px;
	margin: 10px 7px;
	color: #000;
}

.sat {
	color:#009B10;
}
.sun {
	color:#C70C0F;
}

.tw,.gp {
	float:left;
	margin-right:5px;
}
.diary {
	padding: 0px 20px 20px 20px;
}

.diary time{
	color:#AF6B03;
	font-size:0.8em;
}

.contl {
	float:left;
	width:700px;}

aside {
	float:left;
	margin-left:20px;
	width:240px;
	background-color:#f1f1f1;
	padding:10px;
	box-sizing:border-box;
		border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
}

aside .title{
	font-size:1.4em;
	margin-bottom:10px;
	padding:5px 0px;
	border-bottom:1px dotted #000000;
	color:#896601;
}


aside ul li {
	list-style:none;
	margin-bottom:20px;
	border-bottom:1px dotted #B6B6B6;


}

aside ul li a{
	color:#2B2A2A;
	text-decoration:none;
	display:block;}

aside ul li a:hover {
	padding-left:10px;
	color:#333;
	background-color:#D7E80A;
}

aside ul li time {
	color:#DDAD00;
	font-size:0.8em;
	display:block;}

.sns {
	/*width:1000px;*/
	padding:5px 10px 0px 10px;
	background-color:#000000;
	margin:0px;
	line-height:11px;
}


.fb-like-box {
	background-color:#000000;
			border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
}


.top_area {
	width:940px;
	padding:10px;
	background-color:#ffffff;
	border-radius: 5px;
	margin:0px auto 25px auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.title_big {
	font-size:1.2em;
	margin-bottom:15px;
	line-height:140%;
	font-weight:bold;
}

/*Pager*/

#pager {
	text-align: center;
}


#pager a:hover{
	background-color:#F1C10D;
	color:#000000;
}
.current_page {
	font-size: 1.0em;
	padding: 5px 10px;
	border: solid 1px #ccc;
	background-color:#f2f2f2;
	border: 1px solid #f2f2f2;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.link_page {
	font-size: 1.0em;
	padding: 5px 10px;
	border: solid 1px #ccc;
	border: 1px solid #f2f2f2;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

}
.link_next {
	font-size: 1.0em;
	padding: 5px 10px;
	border: solid 1px #ccc;
	border: 1px solid #f2f2f2;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

a.link_next,a.link_before,a.link_page{
	background-color:#000000;
	color:#ffffff;
}

.link_before {
	font-size: 1.0em;
	padding: 5px 10px;
	border:    solid 1px #ccc;
	border: 1px solid #f2f2f2;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

}

.notice {
	padding:5px;
	background-color:#F3EE0A;
	    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	margin-bottom:15px;
}

.notice_area {
	width:940px;
	padding:10px;
	background-color:#F3EE0A;
	border-radius: 5px;
	margin:0px auto 25px auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

@media screen and (max-width: 420px) {
body {
	line-height: 1.5em;
}
h2 {
	font-size: 1.5em;
	padding:5px 0px;
	margin:5px;
}
footer {
	font-size:0.8em;

}
table.table_schedule {
	width:96%;

}
table.table_schedule tr {
}
table.table_schedule th {
	font-size:0.8em;
}
table.table_schedule tr td {
	padding:2px;
	font-size:0.8em;
}

table.table_schedule tr td p.day_box {
	padding-bottom: 5px;
}

header {
}

header p {
	width: 100%;
	text-align: left;
}
#content {
	width: 100%;
	border-radius: 0px;

}

.box,.top,.goods,.ticket,.diary {
	padding:10px;
}


.contl {
	width:100%;
	word-wrap: break-word;
}

header nav {
	width:100%;
	margin:5px 0px 0px 0px;
	height:auto;
	border-radius: 0px;
	padding:0px;
	font-size:0.8em;
	background-color: rgba(0, 0, 0, 0.4);
}

header img {
	width:95%;
}

header nav ul li {
	float:left;
	width:46%;
	margin:0px;
	padding:5px 5px;
	text-align:left;
}

div.circle {
	background-image:none;
	background-color:#E5FF00;
	border-radius: 2px;        /* CSS3草案 */
	-webkit-border-radius: 2px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 2px;   /* Firefox用 */
	right:0px;
	top:0px;
	width:100%;
	height:auto;
	padding:5px;
	margin:10px 0px 0px 0px;
	border-style:solid;
	border-width:5px;
	border-color:#9AD206;

}


div.circle .time{
	color:#D00003;
	font-size:1.2em;
}

div.circle .place{
	color:#333;
}

div.circle .next {
	margin-top:20px;
	margin-right:15px;
	margin-bottom:10px;
	float:left;
	text-align:center;
	color: #000000;
	background-color: #ffffff;
	width: 90px;
	font-size: 1.0em;
	border: 2px solid #DEDB00;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
}

div.circle span.day1 {
	font-size:0.8em;}
div.circle span.month {
	font-size:0.6em;}


.sns {
	padding:5px 0px 0px 5px;
	white-space: nowrap;
	line-height:none;

}


table.table_schedule tr td p.area_notice {
	line-height:110%;
	font-size: 1em;
}

aside {
	width:100%;
	padding:10px;
	margin:10px 0px 0px 0px;
	border-radius: 0px;
	text-align:left;
					border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
}

.fin {
	background-image:url(http://www.ulfulsspecial.com/tour2014/images/waimo3.png);
	background-repeat:no-repeat;
	background-position:bottom right;
}

.ame {
	background-image:url(http://www.ulfulsspecial.com/tour2014/images/waimoame2.png);
	background-repeat:no-repeat;
	background-position:bottom right;
}

.top_area {
	width:90%;
	padding:10px;
	background-color:#ffffff;
	border-radius: 5px;
	margin-bottom:25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.title_big {
	font-size:1.2em;
	margin-bottom:15px;
	line-height:140%;
}

.notice_area {
	width:90%;
	padding:10px;
	background-color:#F3EE0A;
	border-radius: 5px;
	margin-bottom:25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

}
