@charset "UTF-8";

/* hanabi contents style
-------------------------------------------------------------------------------- */

#tit-feature {
	border-bottom: solid 1px #2370a0;
	background: #2982ba url(images/bg_title.png) repeat-x left top;
}

.other #tit-feature {
	min-width: 620px;
}

#tit-feature span {
	padding: 110px 0 10px 0;
	display: block;
	color: #fff;
	text-shadow: -1px 0px 0px #000;
	text-align: center;
	line-height: 1;
	background: url(images/main_title.png) no-repeat center top;
}

/* favorite
-------------------------------------------------------------------------------- */

#fav .caption {
	padding-left: 55px;
	padding-bottom: 5px;
	border-bottom: solid 1px #90bee4;
}

#fav .inner {
	border-top: solid 1px #e5eff8;
}

#fav ul {
	margin: 5px 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: solid 1px #a2c8e8;
	background: #fff;
}

#fav ul li {
	padding: 2px 2px 2px 10px;
	overflow: hidden;
}

#fav ul li a {
	display: inline-block;
	color: #00599e;
	line-height: 2;
}

#fav ul li img {
	margin: 0 5px 0 0;
	vertical-align: middle;
	line-height: 2;
}

#fav .release-btn {
	padding: 0 8px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: solid 1px #b3b3b3;
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0, rgb(255, 255, 255)),color-stop(0.5, rgb(240, 240, 240)),color-stop(0.5, rgb(227, 227, 227)),color-stop(1, rgb(243, 243, 243)));
	background-image: -moz-linear-gradient(180deg,rgb(255, 255, 255) 0%,rgb(240, 240, 240) 50%,rgb(227, 227, 227) 53%,rgb(243, 243, 243) 100%);
	background-image: linear-gradient(180deg,rgb(255, 255, 255) 0%,rgb(240, 240, 240) 50%,rgb(227, 227, 227) 53%,rgb(243, 243, 243) 100%);
	float: right;
	cursor: pointer;
	line-height: 2;
	color: #000;
}

#fav .inner .txt {
	width: 83%;
	margin: 0 auto 5px auto;
}

#fav .btn-positive {
	margin-top: 10px;
}

/* no Registration */

#fav-nonreg img {
	margin: 0 10px 0 0;
	vertical-align: middle;
	float: left;
}

#fav-nonreg .caption {
	width: 90%;
	margin: 0 0 5px 0;
	color: #0071bc;
	font-size: 135%;
	text-align: left;
}

#fav-nonreg .btn-positive {
	width: 19em;
	margin-top: 10px;
}

#fav-nonreg p {
	width: 83%;
	margin: 0 auto;
}

/* weekly recommend event
-------------------------------------------------------------------------------- */
.contents{
	margin-top : 0px;
	background: #E9F3F7;
}
.timeline-form {
}
.timeline-form{
	width : 100%;
	max-width : 600px;
	background: #fff;
}
.timeline{
	border-style: none;
	width: 340px;
}
@media screen and (max-width: 340px) {
	.timeline{
		width: 100%;
	}
}
.timeline tr{
	border-style:none;
}

.timeline td{
	border-style:none;
}
.timeline .bun_area a{
    display:block;
    width:100%;
    height:30px;
    line-height:20px;
} 
.timeline .bun_area{
	padding-top: 5px;
}

.hiduke{
	color : #aaa;
}

.bun{
	font-size: 18px;
	color : #333;
}

hr.border{
	border-top: 1px solid #ccc;
}

/* search form
-------------------------------------------------------------------------------- */

.search-form {
	margin: 5px 0 0 0;
	padding: 5px;
	background: #f2f2f2;
	border: solid 1px #ccc;
	overflow: hidden;
}

.search-form table {
	width: 100%;
}

.search-form table td {
	width: 1%;
	white-space: nowrap;
	vertical-align: top;
}

.search-form .gps {
	padding: 3px;
	display: block;
	border: solid 1px #00005e;
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0, rgb(54, 143, 195)),color-stop(0.5, rgb(16, 110, 177)),color-stop(0.5, rgb(0, 41, 136)),color-stop(1, rgb(0, 47, 135)));
	background-image: -moz-linear-gradient(180deg,rgb(54, 143, 195) 0%,rgb(16, 110, 177) 51%,rgb(0, 41, 136) 51%,rgb(0, 47, 135) 100%);
	background-image: linear-gradient(180deg,rgb(54, 143, 195) 0%,rgb(16, 110, 177) 51%,rgb(0, 41, 136) 51%,rgb(0, 47, 135) 100%);
	color: #fff;
	text-shadow: -1px -1px 0px #18187d;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	float: left;
	line-height: 1.5;
}

.search-form .gps img {
	vertical-align: top;
}

.search-form table td.form {
	width: auto;
	padding: 0;
}

.search-form table td.form img {
	position: absolute;
	top: 0;
	left: 5px;
}

.search-form .form-txt {
	width: 85%;
	padding: 5px 0 5px 14%;
	background: none;
	border: none;
	top: 0;
	left: 0;
}

.landscape .search-form .form-txt {
	width: 92%;
	padding-left: 25px;
}

.search-form .form {
	width: 100%;
	padding: 5px 0 5px 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: solid 1px #999;
	line-height: 1.7;
	background: #fff;
}

.search-form span {
	position: relative;
}

.search-form .form-btn {
	padding: 3px 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: solid 1px #333330;
	text-shadow: -1px -1px 0px #373737;
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0, rgb(116, 116, 116)),color-stop(0.5, rgb(111, 111, 109)),color-stop(0.5, rgb(100, 100, 100)),color-stop(1, rgb(116, 116, 116)));
	background-image: -moz-linear-gradient(180deg,rgb(116, 116, 116) 0%,rgb(111, 111, 109) 50%,rgb(100, 100, 100) 51%,rgb(116, 116, 116) 100%);
	background-image: linear-gradient(180deg,rgb(116, 116, 116) 0%,rgb(111, 111, 109) 50%,rgb(100, 100, 100) 51%,rgb(116, 116, 116) 100%);
	color: #fff;
	line-height: 1.5;
}

.bousai-event-list ul li a {
    background: url(../images/common/link_arrow9.png) no-repeat 97% center;
    background-size: 11px;
}

.new {
	margin-left: 10px;
	padding: 0 10px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	background: #336699;
	color: #fff;
	display: inline-block;
}



#contents{
	background: #fff;
}

.title{
	background: #0066cc;
	color: #fff;
	padding: 10px 10px 30px 10px;
}

.title .head{
	font-size: 17px;
}

.right {text-align: right}

.next_botton {
	border: solid 1px #fff;
	-webkit-border-radius: 5px;
	background:#006600;
	line-height: 2;
	text-align: center;
	width: 200px;
	margin: 10px 0 10px 0;

}

.next_botton a {
	font-size: 17px;
	color: #fff;
}

.annotation {
	font-size: 8px;
	color: #444;
	text-align: right;
}
.comment {
	font-size: 15px;
}
