@charset "EUC-JP";

/*
@import url("css/newface.css");
@import url("css/screen.css");
*/
@import url("css/tk.css");


/*-------------------------------------------------------------------------------------------------------
 * BORDER
 */
/*-------------------------------------------------------------------------------------------------------
 * SETTING
 */
/*-------------------------------------------------------------------------------------------------------
 * WEB FONT
 */
/*-------------------------------------------------------------------------------------------------------
 * RESET
 */
body {
	margin: 0;
	padding: 0;
/*	background-color: #1f9952;*/
/*	background-color: #E45E32;*/
/*	background-color: #f19072;*/
	background-color: #ccc;
}

fieldset {
	border: none;
}

h1, h2, h3, h4, h5, h6, p, li, dt, dd, pre,
blockquote, ul, ol, dl, dd, form {
	margin: 0;
	padding: 0;
	font-size: 13px;
}

h1, h2, h3, h4, h5, h6, li, dt, dd, pre,
blockquote, ul, ol, dl, dd, form {
	line-height: 100%;
}

p {
	line-height: 150%;
}

br {
	letter-spacing: 0;
}

a {
	color: #000000;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #0087D0;
	text-decoration: none;
}

img {
	margin: 0;
	padding: 0;
	vertical-align: top;
	border: none;
}

li img {
	vertical-align: middle;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th, td {
	font-weight: normal;
	text-align: left;
	padding: 0;
	margin: 0;
	line-height: 100%;
}

ul {
	list-style: none;
}

button {
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
	cursor: pointer;
}

address {
	font-style: normal;
}

/*-------------------------------------------------------------------------------------------------------
 * BODY
 */
body {
	color: #333333;
/*	font-family: '�ҥ饮�γѥ� Pro W3','Hiragino Kaku Gothic Pro','�ᥤ�ꥪ',Meiryo,'�ͣ� �Х����å�','MS PGothic',sans-serif;*/
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Hiragino Kaku Gothic Pro', '�ҥ饮�γѥ� Pro W3', '�ᥤ�ꥪ', Meiryo, '�ͣ� �Х����å�', Helvetica, Arial, Verdana, sans-serif;
}


/*-------------------------------------------------------------------------------------------------------
 * LAYUOUT
 */
.wrapper {
	width: 960px;
	margin: 0 auto;
}

.contents {
	width: 100%;
	padding: 40px 0 80px;
	color: #ffffff;
	margin-bottom: 0px;
}

.fl_l {
	float: left;
}

.fl_r {
	float: right;
}

.cols {
	float: left;
	margin: 0 10px;
}

.col3 .cols {
	width: 300px;
}
.col3 .cols a:hover img {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.col4 .cols {
	width: 200px;
	margin: 10px;
}

.spb {
	margin-bottom: 20px;
}

.spb2 {
	margin-bottom: 30px;
}

/*-------------------------------------------------------------------------------------------------------
 * COMMON
 */
.heading {
	text-align: center;
	color: #ffffff;
	font-size: 24px;
	margin-bottom: 40px;
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 50px;
	letter-spacing: 0.08em;
}

.catch {
	font-size: 20px;
	padding: 20px 0;
	font-weight: bold;
}

.txt {
	line-height: 150%;
}

.shadow {
	display: block;
	-moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
	/* FireFox */
	-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
	/* webkit */
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=2,enabled=true)";
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=2,enabled=true);
	/* IE5.5+ */
	background: #ffffff;
	/* IE Hack */
}

.camera_caption a {
	color: #12dada;
}

.camera_caption a:hover {
	text-decoration: underline;
}


/*-------------------------------------------------------------------------------------------------------
 * HEADER
 */
#header {
	position: absolute;
	z-index: 1000;
	top: 30px;
	width: 100%;
	height: 60px;
/*	background: #2e3740; */
/*	background: #1f9952; */
/*	background: #E45E32;*/
/*	background: #f19072;*/
	background-color: #f16565;
}

#header.fixed {
	position: fixed;
	top: 0;
}

#header .wrapper {
	position: relative;
}

#header #logo {
	position: absolute;
	top: 10px;
}

#header #logo #menu div {
  position: relative;
}

#header #logo .arrow_box {
  display: none;
  position: absolute;
	width: 360px;
  padding: 16px 23px;
	font-size: 13px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;  
  border-radius: 8px;
/*  background: #333;*/
	background: rgba(0, 0, 0, 0.6);
  color: #fff;
}

#header #logo .arrow_box:after {
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border: solid transparent;
  border-color: rgba(51, 51, 51, 0);
  border-bottom-color: #333;
  border-width: 10px;
  pointer-events: none;
  content: " ";
}

#header #logo .arrow_box_s {
/*  display: none; */
	top: -3px;
	left: 190px;
  position: absolute;
	width: 200px;
  padding: 8px 10px;
	font-size: 11px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;  
  border-radius: 2px;
/*  background: #333;*/
	background: rgba(0, 0, 0, 0.6);
  color: #fff;
}

#header #logo .arrow_box_s:after {
  position: absolute;
  top: 50%;
	right: 100%;
  width: 0;
  height: 0;
  margin-top: -8px;
  border: solid transparent;
  border-color: rgba(51, 51, 51, 0);
  border-right-color: #333;
  border-width: 8px;
  pointer-events: none;
  content: " ";
}


#header #m_logo {
	position: absolute;
	top: 18px;
	right: 10px;
}

#header #social {
	position: absolute;
/*
	top: 18px;
	right: 0px;
*/
	top: 23px;
	right: 80px;
	letter-spacing: -0.4em;
	word-spacing: -0.4em;
	font-size: 0;
/*
	overflow: hidden;
*/
	width: 255px;
}

#header #social li {
	height: 24px;
	width: 94px;
	line-height: 60px;
	margin-left: 10px;
	display: inline-block;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: middle;
	*display: inline;
	*zoom: 1;
}

#header #social li a {
	width: 24px;
	height: 24px;
	display: block;
	text-indent: -9999px;
}

#header #social li a:hover {
	background-position: bottom;
}

#header #social li .twitter {
	background-image: url("./img/icon_twitter.gif");
	background-repeat: no-repeat;
	background-position: top;
	background-color: none;
}

#header #social li .facebook {
	background-image: url("./img/icon_facebook.gif");
	background-repeat: no-repeat;
	background-position: top;
	background-color: none;
}

#header #main_navi {
	letter-spacing: -0.4em;
	word-spacing: -0.4em;
	font-size: 0;
	position: absolute;
	top: 0px;
	right: 80px;
	list-style-type: none;
	text-align: right;
}

#header #main_navi li {
	display: inline-block;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: middle;
	*display: inline;
	*zoom: 1;
	font-size: 12px;
	height: 60px;
	line-height: 60px;
	margin-left: 20px;
	color: #ffffff;
}

#header #main_navi li a {
	height: 60px;
	display: block;
	color: #ffffff;
}

#header #main_navi.sub {
	right: 0;
}

#header #main_navi.sub #navi_signup {
	font-weight: bold;
}

#header #main_navi.sub #navi_signup a:hover {
	text-decoration: none;
}

#header #main_navi.sub #navi_signup a span {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	padding: 10px 12px;
	background-color: #D36361;
}

#header #main_navi.sub #navi_signup a span:hover {
	background-color: #DB706C;
}

/*-------------------------------------------------------------------------------------------------------
 * FOOTER
 */
#footer_copy {
	clear: both;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #485664;
	font-weight: bold;
	color: #FFFFFF; }

#footer {
	height: 300px; }
#footer #foot_navi {
	letter-spacing: -0.4em;
	word-spacing: -0.4em;
	font-size: 0;
	text-align: center;
	padding: 40px 0 40px 0;
	list-style-type: none; }
#footer #foot_navi li {
	display: inline-block;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: middle;
	*display: inline;
	*zoom: 1;
	font-size: 12px;
	margin: 0 10px; }
#footer #foot_navi li a {
	display: block;
	color: #ffffff; }
#footer #social {
	position: relative;
	height: 20px;
	margin: 0px auto 40px auto;
	overflow: hidden;
	width: 240px; }
#footer #social .tw, #footer #social .fb, #footer #social .pin {
	position: absolute; }
#footer #social .tw {
	left: 0; }
#footer #social .fb {
	left: 120px; }

address {
	font-size: 10px;
	text-align: center;
/*	color: #ffffff;*/
}

/*-------------------------------------------------------------------------------------------------------
 * CLEARFIX
 */
.clearfix, .wrap, .col3, .col4, #price .price_table dl, #price_page .price_table dl, #interviews .col3, #interviews_page .col3 {
	*zoom: 1;
}

.clearfix:after, .wrap:after, .col3:after, .col4:after, #price .price_table dl:after, #price_page .price_table dl:after, #interviews .col3:after, #interviews_page .col3:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/*-------------------------------------------------------------------------------------------------------
 * TOP
 */
h1 {
	position: absolute;
	top: 0;
	z-index: 1000;
	width: 100%;
	height: 30px;
	margin: 0 auto;
	line-height: 30px;
	text-align: center;
/*	background-color: #27ae60; */
/*	background-color: #BB421A;*/
	background-color: #c7000a;
	color: #FFFFFF;
	font-weight: normal;
}

#top {
	background: #f0f0f0;
	background-position: center;
	height: 340px;
	margin-bottom: 40px;
}
#top .wrapper {
	position: relative;
}

#top h2 {
	position: absolute;
	top: 80px;
	left: 70px;
	font-size: 28px;
	line-height: 170%;
}

#top .pv {
	position: absolute;
	top: 60px;
	right: 0;
	width: 461px;
}

#top .btn_create_store {
	position: absolute;
	top: 230px;
	width: 344px;
	height: 64px;
	margin-left: 70px;
	text-align: center;
	line-height: 64px;
	font-size: 20px;
	font-weight: bold;
}

#top .btn_create_store a {
	display: block;
	width: 344px;
	height: 64px;
	color: white;
	text-decoration: none;
	background-color: none;
}

#top .btn_create_store a:hover {
	background-position: bottom;
}

#top .btn_create_store.fixed {
	position: fixed;
	top: 55px;
	z-index: 999;
	width: 100%;
	background: none;
}


/*-------------------------------------------------------------------------------------------------------
 * MEMBER STATUS
 */
#mbr_status {
	background: #f0f0f0;
	height: 240px;
}

#mbr_status .wrapper {
	position: relative;
}

#mbr_status h2 {
	position: absolute;
	top: 80px;
	left: 70px;
	font-size: 28px;
	line-height: 170%;
}


.panel_wrapper .panel span {
	box-shadow: 0 3px 10px -4px #333333;
	-webkit-box-shadow: 0 3px 10px -4px #333333;
	-moz-box-shadow: 0 3px 10px -4px #333333;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 20px 50px;
	background-color: #0083D3;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}


/*-------------------------------------------------------------------------------------------------------
 * CONTENT
 */

#blocks {
	width: 100%;
	background-color: #f0f0f0;
/*	padding-top: 30px;*/
	padding-top: 10px;
/*	padding-bottom: 20px;*/
	padding-bottom: 10px;
}

#blocks .head {
	color: #666666;
	margin-bottom: 20px;
	padding-top: 10px;
	text-align: center;
	font-size: 24px;
	letter-spacing: 0.08em;
}


#content {
	width: 100%;
	background-color: #f0f0f0;
/*	padding-top: 150px;*/
/*	padding-top: 40px;*/
	padding-top: 35px;
/*	padding-bottom: 60px;*/
	padding-bottom: 20px;
}

#content .wrapper {
	width: 780px;
}

#content .heading {
	color: #333333;
	margin-bottom: 60px;
	padding-top: 0px;
}

#content .title {
	color: #526170;
	padding-top: 0px;
/*	margin-top: 13px;*/
/*	margin-top: 18px;*/
	margin-top: 8px;
	margin-bottom: 0px;
/*	margin-bottom: 5px;*/
	margin-left: 20px;
	font-weight: normal;
}

#cont_beforeafter {
	background: url("./img/arrow.png") top no-repeat;
	padding-top: 10px;
	background-position-x: 10px;
	background-position-y: 1px;
}

#cont_beforeafter .wrapper {
	width: 940px !important;
}

#content #cont_head {
	width: 100%;
}

#content #cont_head .wrapper {
	width: 860px;
}

#content #cont_head .category {
	width: 860px;
	height: 40px;
	padding: 0;
	background: #3395d7;
	margin-bottom: 5px;
	text-indent: 15px;
	line-height: 40px;
	font-size: 16px;
	color: #ffffff;
	font-weight: normal;
}

#content #cont_head .description {
	width: 828px;
	padding: 15px;
	font-size: 14px;
	margin: 5px 0;
	background: #e0e0e0;
	border: 1px solid #c0c0c0;
	line-height: 20px;
	background-image: -webkit-gradient(linear, 0 0, 0 35, from(#f7f7f7), to(#ffffff));
	background-image: -moz-linear-gradient(center top, #f7f7f7 0%, #ffffff 35px);
}


/*-------------------------------------------------------------------------------------------------------
 * TOP IMAGE
 */
#content #top_image {
	width: 860px;
	padding: 0;
	background: #ffffff;
/*	height: 400px;*/
	height: 361px;
	margin-bottom: 30px;
}

#content #top_image .header {
	color: #999999;
	padding: 1px 0;
	background: #cccccc;
	margin-bottom: 40px;
}

#content #top_image .header .menu {
	color: #999999;
	background: #cccccc;
	width: 215px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	float: left;
	height: 40px;
	line-height: 40px;
}

#content #top_image .footer {
	color: #ffffff;
	background: #666666;
	text-align: right;
	height: 40px;
}





/*-------------------------------------------------------------------------------------------------------
 * EVENT LIST
 */
#content #event_list {
	width: 860px;
	padding: 0;
	background: #ffffff;
}

#content #event_list .header {
	color: #999999;
	padding: 1px 0;
	background: #acacac;
	margin-bottom: 40px;
}

#content #event_list .header .menu {
	color: #999999;
	background: #acacac;
	width: 215px;
	text-align: center;
	font-weight: normal;
	font-size: 18px;
	float: left;
	height: 40px;
	line-height: 40px;
}

#content #event_list .header .menu a {
	color: #999999;
	background: #cccccc;
	width: 215px;
	text-align: center;
	font-weight: normal;
	font-size: 18px;
	float: left;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
}

#content #event_list .header .menu a:hover {
	color: #526170;
	background: #999999;
	width: 215px;
	text-align: center;
	font-weight: normal;
	font-size: 18px;
	float: left;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
}

#content #event_list .header .menu_on {
	color: #526170;
	background: #999999;
	width: 215px;
	text-align: center;
	font-weight: normal;
	font-size: 18px;
	float: left;
	height: 40px;
	line-height: 40px;
}

#content #event_list .footer {
	color: #ffffff;
	background: #666666;
	text-align: right;
	height: 40px;
}

#content #event_list .footer .more {
	color: #ffffff;
	padding: 0 35px;
	line-height: 40px;
	font-weight: normal;
}

#content #event_list .footer .more a {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

#content #event_list .footer .more a:hover {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

#content #event_list ul {
	overflow: hidden;
}

#content #event_list ul li {
	position: relative;
	width: 860px;
	height: 145px;
	float: left;
	margin: 0 0 1px 0;
	background-color: #FFFFFF;
	text-align: center;
	background-image: -webkit-gradient(linear, 0 0, 0 35, from(#f7f7f7), to(#ffffff));
	background-image: -moz-linear-gradient(center top, #f7f7f7 0%, #ffffff 35px);
}

#content #event_list ul li:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

#content #event_list ul li a {
	display: block;
	width: 860px;
	height: 140px;
}

#content #event_list ul li .dateicon_e {
	position: absolute;
	top: 15px;
	left: 40px;
	background: #c0cad3;
	width: 80px;
	height: 80px;
}

#content #event_list ul li .dateicon_p {
	position: absolute;
	top: 15px;
	left: 40px;
	background: #ff9999;
	width: 80px;
	height: 80px;
}

#content #event_list ul li .dateicon_n {
	position: absolute;
	top: 15px;
	left: 40px;
	background: #f5d453;
	width: 80px;
	height: 80px;
}

#content #event_list ul li .dateicon_f {
	position: absolute;
	top: 15px;
	left: 40px;
	background: #33ccff;
	width: 80px;
	height: 80px;
}

#content #event_list ul li .yearmonth {
	position: absolute;
	top: 5px;
	left: 10px;
	line-height: 23px;
	font-size: 14px;
	font-weight: bold;
	color: #526170;
}

#content #event_list ul li .day {
	position: absolute;
	top: 5px;
	left: 5px;
	line-height: 100px;
	font-size: 40px;
	font-weight: bold;
	color: #526170;
}

#content #event_list ul li .day_to {
	position: absolute;
	top: 5px;
	left: 5px;
	line-height: 100px;
	font-size: 40px;
	font-weight: bold;
	color: #526170;
}

#content #event_list ul li .day_to:after {
	position: absolute;
	top: 5px;
	left: 56px;
	line-height: 100px;
	font-size: 14px;
	font-weight: bold;
	color: #526170;
	content:"��";
}

#content #event_list ul li .areaicon {
	position: absolute;
	top: 104px;
	left: 40px;
	background: #27ae68;
	width: 80px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #ffffff;
}

#content #event_list ul li .image {
	position: absolute;
	top: 14px;
	left: 135px;
	clip: rect(0px 120px 120px 0px);
	margin: 0;
}

#content #event_list ul li .free_evt {
	position: absolute;
	right: 25px;
	top: 20px;
	width: 30px;
	height: 30px;
	background: url("./img/free.png") no-repeat;
}

#content #event_list ul li .movie {
	position: absolute;
	right: 25px;
	top: 55px;
	width: 30px;
	height: 30px;
	background: url("./img/movie.png") no-repeat;
}

#content #event_list ul li .title {
	position: absolute;
	right: 25px;
	top: 0;
	width: 540px;
	height: 80px;
}

#content #event_list ul li .title h3 {
/*	margin: 10px 0 10px 0;*/
	margin: 0px 0 8px 0;
	color: #526170;
	font-size: 18px;
/*	font-weight: bold;*/
	font-weight: normal;
	text-align: left;
	width: 510px;
	line-height: 21px;
}

#content #event_list ul li .title .date {
/*	margin: 5px 0;*/
	margin: 3px 0;
	color: #526170;
/*	font-size: 12px;*/
	font-size: 13px;
/*	font-weight: bold;*/
	font-weight: normal;
	text-align: left;
}

#content #event_list ul li .title .text {
	color: #526170;
/*	font-size: 12px;*/
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	width: 94%;
}

/*-------------------------------------------------------------------------------------------------------
 * EVENT DETAIL
 */
#content #event_detail {
	width: 860px;
	padding: 0;
	background: #ffffff;
	margin-bottom: 8px;
/*	height: 550px;*/
	height: auto;
}

#content #event_detail .header {
	color: #999999;
	padding: 1px 0;
	background: #acacac;
	height: 40px;
	margin-bottom: 2px;
}

#content #event_detail .title {
	color: #526170;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
}

#content #event_detail .warning {
	position: absolute;
	top: 60px;
	right: 5px;
	color: #ff0000;
	padding: 5px 0;
	font-size: 14px;
}


#content #event_detail .footer {
	color: #ffffff;
	background: #666666;
	text-align: right;
	height: 40px;
}

#content #event_detail ul {
	overflow: hidden;
}

#content #event_detail ul li {
	position: relative;
	width: 860px;
/*	height: 480px;*/
	height: auto;
	float: left;
	margin: 0 0 1px 0;
	background-color: #ffffff;
	text-align: center;
	background-image: -webkit-gradient(linear, 0 0, 0 35, from(#f7f7f7), to(#ffffff));
	background-image: -moz-linear-gradient(center top, #f7f7f7 0%, #ffffff 35px);
}

#content #event_detail ul li .dateicon_e {
	position: absolute;
	top: 15px;
	left: 40px;
	background: #c0cad3;
	width: 80px;
	height: 80px;
}

#content #event_detail ul li .dateicon_p {
	position: absolute;
	top: 15px;
	left: 40px;
	background: #ff9999;
	width: 80px;
	height: 80px;
}

#content #event_detail ul li .dateicon_n {
	position: absolute;
	top: 15px;
	left: 40px;
	background: #f5d453;
	width: 80px;
	height: 80px;
}

#content #event_detail ul li .dateicon_f {
	position: absolute;
	top: 15px;
	left: 40px;
	background: #33ccff;
	width: 80px;
	height: 80px;
}

#content #event_detail ul li .yearmonth {
	position: absolute;
	top: 5px;
	left: 10px;
	line-height: 23px;
	font-size: 14px;
	font-weight: bold;
	color: #526170;
}

#content #event_detail ul li .day {
	position: absolute;
	top: 5px;
	left: 5px;
	line-height: 100px;
	font-size: 40px;
	font-weight: bold;
	color: #526170;
}

#content #event_detail ul li .day_to {
	position: absolute;
	top: 5px;
	left: 5px;
	line-height: 100px;
	font-size: 40px;
	font-weight: bold;
	color: #526170;
}

#content #event_detail ul li .day_to:after {
	position: absolute;
	top: 5px;
	left: 56px;
	line-height: 100px;
	font-size: 14px;
	font-weight: bold;
	color: #526170;
	content:"��";
}

#content #event_detail ul li .areaicon {
	position: absolute;
	top: 15px;
	left: 130px;
	background: #27ae68;
	width: 80px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #ffffff;
}

#content #event_detail ul li .endmessage {
	position: absolute;
	top: 0px;
	right: 10px;
	font-size: 12px;
	color: #ff0000;
}

#content #event_detail ul li .image {
	position: absolute;
	top: 140px;
	left: 0px;
	margin: 0px 5px 0px 40px;
	max-width: 430px;
	max-height: 480px;
}

#content #event_detail ul li .detail {
	position: absolute;
	top: 140px;
	right: 0px;
	margin: 0px 40px 0px 5px;
	width: 330px;
/*	width: 350px;*/
	min-height: 300px;
}

#content #event_detail ul li .text {
	color: #526170;
/*	font-size: 12px;*/
	font-size: 14px;
	text-align: left;
	line-height: 26px;
	word-break: break-all;
}

#content #event_detail ul li .evnt_cat {
	position: absolute;
	bottom: -130px;
	right: 0px;
	color: #526170;
	font-size: 12px;
	text-align: left;
}

#content #event_detail li .free_evt {
	position: absolute;
	right: 40px;
	top: 10px;
	width: 30px;
	height: 30px;
	background: url("./img/free.png") no-repeat;
}

#content #event_detail li .movie {
	position: absolute;
	right: 40px;
	top: 45px;
	width: 30px;
	height: 30px;
	background: url("./img/movie.png") no-repeat;
}


#content #event_detail ul li .title {
	position: absolute;
	top: 0px;
	left: 220px;
	width: 560px;
	margin: 0px 20px 0px 5px;
}

#content #event_detail ul li .title h3 {
/*	margin: 20px 0 10px 0;*/
	margin: 14px 0 10px 0;
	color: #526170;
/*	font-size: 18px;*/
	font-size: 20px;
/*	font-weight: bold;*/
	font-weight: normal;
	text-align: left;
	line-height: 25px;
}

#content #event_detail ul li .date {
	position: absolute;
/*	top: 57px;*/
	top: 68px;
	left: -90px;
	margin: 5px 0;
	color: #526170;
/*	font-size: 12px;*/
	font-size: 15px;
/*	font-weight: bold;*/
	font-weight: normal;
	text-align: left;
}

#content #event_detail ul li .contribute {
	position: absolute;
	top: 95px;
	right: 40px;
	margin: 5px 0;
	color: #ffffff;
/*	width: 180px; */
	height: 20px;
	background: #3395d7;
	font-size: 12px;
/*	font-weight: bold;*/
	text-align: center;
	padding: 5px 10px;
}

/* 2014/02/21 R.Hamasuna Start */
#content #event_detail .evt_url {
	/*position: relative;*/
	width: 100%;
	height: 35px;
}
#content #event_detail .url_btn {
	width: 250px;
	color: #ffffff;
	height: 30px;
	line-height: 30px;
	background: #2B60FF;
	font-size: 14px;
	cursor: pointer;
	text-align: center;
  margin: 20px 0px 0px 80px;
}

#content #event_detail .url_btn a {
	text-decoration: none;
	color: #fff;
}

#content #event_detail .url_btn a:hover {
	text-decoration: none;
	color: #fff;
}

#content #event_detail .url_btn:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

/* 2014/02/21 R.Hamasuna End */

#content #event_contents {
	width: 960px;
}


/*-------------------------------------------------------------------------------------------------------
 * EVENT MAP
 */
#content #event_map {
	width: 860px;
	padding: 0;
	background: #f0ae29;
	margin-bottom: 8px;
	height: 400px;
}

#content #event_map .header {
	color: #999999;
	padding: 1px 0;
	background: #acacac;
	height: 40px;
}

#content #event_map .title {
	color: #526170;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
}

#content #event_map .footer {
	color: #ffffff;
	background: #666666;
	text-align: right;
	height: 40px;
}

#content #event_map .map {
	width: 430px;
	height: 320px;
	margin: 20px 5px 20px 40px;
	background: #ffffff;
}

#content #event_map .detail {
/*	width: 300px;*/
	width: 325px;
	margin: 5px 30px;
}

#content #event_map .detail h3 {
	margin: 20px 0 10px 0;
	color: #ffffff;
/*	font-size: 18px;*/
	font-size: 19px;
/*	font-weight: bold;*/
	font-weight: normal;
	text-align: left;
	line-height: 22px;
}

#content #event_map .detail .text {
	color: #ffffff;
/*	font-size: 12px;*/
	font-size: 14px;
	text-align: left;
	line-height: 21px;
}


/*-------------------------------------------------------------------------------------------------------
 * EVENT YOUTUBE
 */
#content #event_youtube {
	width: 860px;
	padding: 0;
	background: #f27398; /*Light Coral*/
/*
	background: #40aaef; /*Summer Sky*/
/*
	background: #e3decc; /*Travertine*/
/*
	background: #08233e; /*Sapphire*/
	margin-bottom: 8px;
	height: 480px;
}

#content #event_youtube .header {
	color: #999999;
	padding: 1px 0;
	background: #acacac;
	height: 40px;
}

#content #event_youtube .title {
	color: #526170;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
}

#content #event_youtube .footer {
	color: #ffffff;
	background: #666666;
	text-align: right;
	height: 40px;
}

#content #event_youtube .youtube {
	width: 640px;
	height: 360px;
	margin: 0 auto;
	margin-top: 35px;
	background: #ffffff;
}



/*-------------------------------------------------------------------------------------------------------
 * EVENT CONTRIBUTE
 */
#content #event_cntrb {
	width: 860px;
	padding: 0;
	background: #3395d7;
	margin-bottom: 8px;
	height: 240px;
}

#content #event_cntrb .header {
	color: #999999;
	padding: 1px 0;
	background: #acacac;
	height: 40px;
}

#content #event_cntrb .title {
	color: #526170;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
}

#content #event_cntrb .footer {
	color: #ffffff;
	background: #666666;
	text-align: right;
	height: 40px;
}

#content #event_cntrb .image {
	margin: 30px 40px;
	clip: rect(10px 160px 125px 20px);
}

#content #event_cntrb .notice {
	position: absolute;
	top: 173px;
	left: 32px;
	font-size: 12px;
	width: 610px;
	color: #ff9900;
	font-weight: bold;
}

#content #event_cntrb .detail {
	width: 540px;
/*	margin: 5px 30px;*/
	margin: 20px 30px;
}

#content #event_cntrb .detail h3 {
/*	margin: 20px 0 10px 0;*/
	margin: 5px 0 10px 0;
	color: #ffffff;
/*	font-size: 18px;*/
	font-size: 18px;
/*	font-weight: bold;*/
	font-weight: normal;
	text-align: left;
	line-height: 21px;
}

#content #event_cntrb .detail .text {
	color: #ffffff;
/*	font-size: 12px;*/
	font-size: 14px;
	text-align: left;
	line-height: 21px;
}

#content #event_cntrb .cntrb_btn {
	position: absolute;
/*	top: 40px;*/
	top: 20px;
	right: 0px;
	margin: 5px 30px;
	width: 140px;
	height: 20px;
	background: #515151;
	color: #ffffff;
	padding: 5px;
/*	font-weight: bold;*/
	font-size: 14px;
	text-align: center;
	line-height: 20px;
	-webkit-box-shadow: 0px 2px 1px #727272 inset;
	box-shadow: 0px 2px 1px #727272 inset;
	cursor: pointer;
}

#content #event_cntrb .cntrb_btn a {
	text-decoration: none;
	color: #ffffff;
}

#content #event_cntrb .cntrb_btn a:hover {
	text-decoration: none;
	color: #ffffff;
}

#content #event_cntrb .cntrb_btn:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}


/*-------------------------------------------------------------------------------------------------------
 * EVENT CONTRIBUTE LIST
 */
#content #event_cntrb_list {
	width: 860px;
	padding: 0;
	background: #9f6a46;
	margin-bottom: 8px;
}

#content #event_cntrb_list .header {
	color: #999999;
	padding: 1px 0;
	background: #acacac;
	height: 40px;
}

#content #event_cntrb_list .title {
	color: #526170;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
}

#content #event_cntrb_list .footer {
	color: #ffffff;
	background: #666666;
	text-align: right;
	height: 40px;
}

#content #event_cntrb_list .more {
	color: #ffffff;
	padding: 0 35px;
	line-height: 40px;
	font-weight: normal;
}

#content #event_cntrb_list .more a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: normal;
}

#content #event_cntrb_list .more a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: normal;
}

#content #event_cntrb_list .more a:link {
	color: #ffffff;
	font-weight: bold;
	text-decoration: normal;
}

#content #event_cntrb_list .footer:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

#content #event_cntrb_list ul {
	overflow: hidden;
}

#content #event_cntrb_list ul li {
	position: relative;
	width: 860px;
	height: 145px;
	float: left;
	margin: 0 0 1px 0;
	background-color: #9f6a46;
	text-align: center;
}

#content #event_cntrb_list ul li:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

#content #event_cntrb_list ul li a {
	display: block;
	width: 860px;
	height: 140px;
}

#content #event_cntrb_list ul li .dateicon_e {
	position: absolute;
	top: 15px;
	left: 40px;
	background: #c0cad3;
	width: 80px;
	height: 80px;
}

#content #event_cntrb_list ul li .dateicon_p {
	position: absolute;
	top: 14px;
	left: 40px;
	background: #ff9999;
	width: 80px;
	height: 80px;
}

#content #event_cntrb_list ul li .dateicon_n {
	position: absolute;
	top: 15px;
	left: 40px;
	background: #f5d453;
	width: 80px;
	height: 80px;
}

#content #event_cntrb_list ul li .dateicon_f {
	position: absolute;
	top: 15px;
	left: 40px;
	background: #33ccff;
	width: 80px;
	height: 80px;
}

#content #event_cntrb_list ul li .yearmonth {
	position: absolute;
	top: 5px;
	left: 10px;
	line-height: 23px;
	font-size: 14px;
	font-weight: bold;
	color: #526170;
}

#content #event_cntrb_list ul li .day {
	position: absolute;
	top: 5px;
	left: 5px;
	line-height: 100px;
	font-size: 40px;
	font-weight: bold;
	color: #526170;
}

#content #event_cntrb_list ul li .day_to {
	position: absolute;
	top: 5px;
	left: 5px;
	line-height: 100px;
	font-size: 40px;
	font-weight: bold;
	color: #526170;
}

#content #event_cntrb_list ul li .day_to:after {
	position: absolute;
	top: 5px;
	left: 56px;
	line-height: 100px;
	font-size: 14px;
	font-weight: bold;
	color: #526170;
	content:"��";
}

#content #event_cntrb_list ul li .areaicon {
	position: absolute;
	top: 104px;
	left: 40px;
	background: #27ae68;
	width: 80px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #ffffff;
}

#content #event_cntrb_list ul li .image {
	position: absolute;
	top: 14px;
	left: 135px;
/*	clip: rect(15px 155px 130px 15px);*/
	clip: rect(0px 120px 120px 0px);
	margin: 0;
}

#content #event_cntrb_list ul li .free_evt {
	position: absolute;
	right: 25px;
	top: 20px;
	width: 30px;
	height: 30px;
	background: url("./img/free.png") no-repeat;
}

#content #event_cntrb_list ul li .movie {
	position: absolute;
	right: 25px;
	top: 55px;
	width: 30px;
	height: 30px;
	background: url("./img/movie.png") no-repeat;
}

#content #event_cntrb_list ul li .title {
	position: absolute;
	right: 25px;
	top: 0;
	width: 540px;
	height: 80px;
}

#content #event_cntrb_list ul li .title h3 {
/*	margin: 10px 0 10px 0;*/
	margin: 5px 0 10px 0;
	color: #ffffff;
	font-size: 18px;
/*	font-weight: bold;*/
	font-weight: normal;
	text-align: left;
	width: 510px;
	line-height: 21px;
}

#content #event_cntrb_list ul li .title .date {
	margin: 5px 0;
	color: #ffffff;
/*	font-size: 12px;*/
	font-size: 13px;
/*	font-weight: bold;*/
	text-align: left;
}

#content #event_cntrb_list ul li .title .text {
	color: #ffffff;
/*	font-size: 12px;*/
	font-size: 14px;
	text-align: left;
	line-height: 16px;
}

/*-------------------------------------------------------------------------------------------------------
 * EVENT SPOT
 */
#content #event_spot {
	width: 860px;
	padding: 0;
	margin-bottom: 1px;
	height: 190px;
}

#content #event_spot ul {
	overflow: hidden;
}

#content #event_spot ul li {
	position: relative;
	width: 860px;
	height: 180px;
	float: left;
	margin: 0 0 1px 0;
	text-align: center;
	background: #ff5555;
}

#content #event_spot #bplan, #bplan li {
	margin:0;
	padding:0;
	list-style:none;
}

#content #event_spot #bplan {
	width:100%;   // ��
	// height:200px; // ��ꎭ
	// font-size:20px;
	// line-height:120%;
}

#content #event_spot #bplan li {
	padding:0px;
	background:#f0f0f0; // �طʿ�
	display:none;
	height:190px;
}

#content #event_spot .header {
	color: #999999;
	padding: 1px 0;
	background: #acacac;
	height: 40px;
}

#content #event_spot .title {
	color: #526170;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
}

#content #event_spot .footer {
	color: #ffffff;
	background: #666666;
	text-align: right;
	height: 40px;
}

#content #event_spot .image {
	float: left;
	position: absolute;
/*	margin: 30px 40px;*/
	margin: 20px 20px 20px 40px;
/*	clip: rect(10px 160px 125px 20px);*/
/*	clip: rect(0px 160px 125px 0px);*/
/*	width: 210px;*/
}

#content #event_spot .image .menuImage {
	max-width: 100%;
	height: auto;
	width /***/:auto;
	margin: 0;
	padding: 0;
	vertical-align: top;
	border: none;
}


#content #event_spot .detail {
	float: right;
	width: 540px;
/*	margin: 5px 30px;*/
	margin: 15px 20px;
}

#content #event_spot .detail h3 {
/*	margin: 20px 0 10px 0;*/
	margin: 5px 0 10px 0;
	color: #ffffff;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	line-height: 20px;
}

#content #event_spot .detail .text {
	color: #ffffff;
	font-size: 15px;
	text-align: left;
	line-height: 20px;
}

#content #event_spot .cntrb_btn {
	position: absolute;
/*	top: 20px;*/
	top: 135px;
	right: 0px;
/*	margin: 5px 30px;*/
	margin: 5px 15px;
	width: 140px;
	height: 20px;
	background: #515151;
	color: #ffffff;
	padding: 5px;
/*	font-weight: bold;*/
	font-size: 14px;
	text-align: center;
	line-height: 20px;
	-webkit-box-shadow: 0px 2px 1px #727272 inset;
	box-shadow: 0px 2px 1px #727272 inset;
}

#content #event_spot .cntrb_btn a {
	text-decoration: none;
	color: #ffffff;
}

#content #event_spot .cntrb_btn a:hover {
	text-decoration: none;
	color: #ffffff;
}

#content #event_spot .cntrb_btn:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}


/*-------------------------------------------------------------------------------------------------------
 * EVENT SELECT
 */
#content #evt_select {
	width: 780px;
	background: #ffffff;
	padding: 30px 40px 30px 40px;
	margin-bottom: 20px;
	color: #333333;
	background-image: -webkit-gradient(linear, 0 0, 0 35, from(#f7f7f7), to(#ffffff));
	background-image: -moz-linear-gradient(center top, #f7f7f7 0%, #ffffff 35px);
}

#content #evt_select .sel {
	letter-spacing: -0.4em;
	word-spacing: -0.4em;
	font-size: 0;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

#content #evt_select .sel dd {
	display: inline-block;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: middle;
}

#content #evt_select .sel dt {
	width: 180px;
	font-size: 15px;
	display: inline-block;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: middle;
}

#content #evt_select .s_search {
	margin: 0 10px;
	font-size: 15px;
	vertical-align: text-top;
	width: 150px;
	height: 50px;
	color: white;
	text-decoration: none;
	background-position: top;
	background-color: #0080ff;
}

#content #evt_select .s_search:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}


/*-------------------------------------------------------------------------------------------------------
 * EVENT AREA
 */
#content #evt_area {
	position: relative;
	width: 860px;
	height: 550px;
	background: url(./img/miyazaki_pref.png) no-repeat;
	padding: 10px 0;
	margin-bottom: 10px;
	color: #333333;
/*
	background-image: -webkit-gradient(linear, 0 0, 0 35, from(#f7f7f7), to(#ffffff));
	background-image: -moz-linear-gradient(center top, #f7f7f7 0%, #ffffff 35px);
*/
}

#content #evt_area .name {
	font-size: 14px;
	margin-top: 8px;
	text-align: center;
}

#content #evt_area .count {
	font-size: 45px;
	line-height: 53px;
	font-weight: bold;
	text-align: center;
}

#content #evt_area .area_01 {
	position: absolute;
	background: url(./img/miyazaki_area.png) no-repeat;
	width: 106px;
	height: 149px;
	top: 259px;
	left: 369px;
	cursor: pointer;
}

#content #evt_area .area_01cnt {
	position: absolute;
	width: 150px;
	height: 80px;
	top: 64px;
	left: 135px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #e95d3e;
	background: -webkit-linear-gradient(bottom, #cf482e, #e95d3e);
	background: -moz-linear-gradient(bottom, #cf482e, #e95d3e);
	background: -ms-linear-gradient(bottom, #cf482e, #e95d3e);
	background: -o-linear-gradient(bottom, #cf482e, #e95d3e);
	background: linear-gradient(to top, #cf482e, #e95d3e);
	box-shadow: 0 1px 0 #f3532b inset, 0 5px 0 0 #892c17, 0 5px 5px #999999;
	color: #ffffff;
	cursor: pointer;
	margin: 0;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.35);
}

#content #evt_area .area_02 {
	position: absolute;
	background: url(./img/nichinan_area.png) no-repeat;
	width: 97px;
	height: 150px;
	top: 385px;
	left: 365px;
	cursor: pointer;
}

#content #evt_area .area_02cnt {
	position: absolute;
	width: 150px;
	height: 80px;
	top: 80px;
	left: 108px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #e95d3e;
	background: -webkit-linear-gradient(bottom, #cf482e, #e95d3e);
	background: -moz-linear-gradient(bottom, #cf482e, #e95d3e);
	background: -ms-linear-gradient(bottom, #cf482e, #e95d3e);
	background: -o-linear-gradient(bottom, #cf482e, #e95d3e);
	background: linear-gradient(to top, #cf482e, #e95d3e);
	box-shadow: 0 1px 0 #f3532b inset, 0 5px 0 0 #892c17, 0 5px 5px #999999;
	color: #ffffff;
	cursor: pointer;
	margin: 0;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.35);
}

#content #evt_area .area_03 {
	position: absolute;
	background: url(./img/nobeoka_area.png) no-repeat;
	width: 168px;
	height: 191px;
	top: 13px;
	left: 430px;
	cursor: pointer;
}

#content #evt_area .area_03cnt {
	position: absolute;
	width: 150px;
	height: 80px;
	top: 85px;
	left: 135px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #e95d3e;
	background: -webkit-linear-gradient(bottom, #cf482e, #e95d3e);
	background: -moz-linear-gradient(bottom, #cf482e, #e95d3e);
	background: -ms-linear-gradient(bottom, #cf482e, #e95d3e);
	background: -o-linear-gradient(bottom, #cf482e, #e95d3e);
	background: linear-gradient(to top, #cf482e, #e95d3e);
	box-shadow: 0 1px 0 #f3532b inset, 0 5px 0 0 #892c17, 0 5px 5px #999999;
	color: #ffffff;
	cursor: pointer;
	margin: 0;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.35);
}

#content #evt_area .area_04 {
	position: absolute;
	background: url(./img/saito_area.png) no-repeat;
	width: 126px;
	height: 117px;
	top: 184px;
	left: 380px;
	cursor: pointer;
}

#content #evt_area .area_04cnt {
	position: absolute;
	width: 150px;
	height: 80px;
	top: 30px;
	left: 150px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #e95d3e;
	background: -webkit-linear-gradient(bottom, #cf482e, #e95d3e);
	background: -moz-linear-gradient(bottom, #cf482e, #e95d3e);
	background: -ms-linear-gradient(bottom, #cf482e, #e95d3e);
	background: -o-linear-gradient(bottom, #cf482e, #e95d3e);
	background: linear-gradient(to top, #cf482e, #e95d3e);
	box-shadow: 0 1px 0 #f3532b inset, 0 5px 0 0 #892c17, 0 5px 5px #999999;
	color: #ffffff;
	cursor: pointer;
	margin: 0;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.35);
}

#content #evt_area .area_05 {
	position: absolute;
	background: url(./img/kobayashi_area.png) no-repeat;
	width: 153px;
	height: 104px;
	top: 242px;
	left: 234px;
	cursor: pointer;
}

#content #evt_area .area_05cnt {
	position: absolute;
	width: 150px;
	height: 80px;
	top: 3px;
	left: -170px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #e95d3e;
	background: -webkit-linear-gradient(bottom, #cf482e, #e95d3e);
	background: -moz-linear-gradient(bottom, #cf482e, #e95d3e);
	background: -ms-linear-gradient(bottom, #cf482e, #e95d3e);
	background: -o-linear-gradient(bottom, #cf482e, #e95d3e);
	background: linear-gradient(to top, #cf482e, #e95d3e);
	box-shadow: 0 1px 0 #f3532b inset, 0 5px 0 0 #892c17, 0 5px 5px #999999;
	color: #ffffff;
	cursor: pointer;
	margin: 0;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.35);
}

#content #evt_area .area_06 {
	position: absolute;
	background: url(./img/miyakonojyo_area.png) no-repeat;
	width: 119px;
	height: 116px;
	top: 325px;
	left: 283px;
	cursor: pointer;
}

#content #evt_area .area_06cnt {
	position: absolute;
	width: 150px;
	height: 80px;
	top: 67px;
	left: -140px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #e95d3e;
	background: -webkit-linear-gradient(bottom, #cf482e, #e95d3e);
	background: -moz-linear-gradient(bottom, #cf482e, #e95d3e);
	background: -ms-linear-gradient(bottom, #cf482e, #e95d3e);
	background: -o-linear-gradient(bottom, #cf482e, #e95d3e);
	background: linear-gradient(to top, #cf482e, #e95d3e);
	box-shadow: 0 1px 0 #f3532b inset, 0 5px 0 0 #892c17, 0 5px 5px #999999;
	color: #ffffff;
	cursor: pointer;
	margin: 0;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.35);
}

#content #evt_area .area_07 {
	position: absolute;
	background: url(./img/takachiho_area.png) no-repeat;
	width: 127px;
	height: 98px;
	top: 11px;
	left: 362px;
	cursor: pointer;
}

#content #evt_area .area_07cnt {
	position: absolute;
	width: 150px;
	height: 80px;
	top: 5px;
	left: -177px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #e95d3e;
	background: -webkit-linear-gradient(bottom, #cf482e, #e95d3e);
	background: -moz-linear-gradient(bottom, #cf482e, #e95d3e);
	background: -ms-linear-gradient(bottom, #cf482e, #e95d3e);
	background: -o-linear-gradient(bottom, #cf482e, #e95d3e);
	background: linear-gradient(to top, #cf482e, #e95d3e);
	box-shadow: 0 1px 0 #f3532b inset, 0 5px 0 0 #892c17, 0 5px 5px #999999;
	color: #ffffff;
	cursor: pointer;
	margin: 0;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.35);
}

#content #evt_area .area_08 {
	position: absolute;
	background: url(./img/shiiba_area.png) no-repeat;
	width: 159px;
	height: 182px;
	top: 78px;
	left: 332px;
	cursor: pointer;
}

#content #evt_area .area_08cnt {
	position: absolute;
	width: 150px;
	height: 80px;
	top: 58px;
	left: -164px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #e95d3e;
	background: -webkit-linear-gradient(bottom, #cf482e, #e95d3e);
	background: -moz-linear-gradient(bottom, #cf482e, #e95d3e);
	background: -ms-linear-gradient(bottom, #cf482e, #e95d3e);
	background: -o-linear-gradient(bottom, #cf482e, #e95d3e);
	background: linear-gradient(to top, #cf482e, #e95d3e);
	box-shadow: 0 1px 0 #f3532b inset, 0 5px 0 0 #892c17, 0 5px 5px #999999;
	color: #ffffff;
	cursor: pointer;
	margin: 0;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.35);
}

/*
#content #evt_area .area_01cnt:hover {
	background-color:#f4f4f4;
}
*/

#content #evt_area .area_01:hover, .area_02:hover, .area_03:hover, .area_04:hover, .area_05:hover, .area_06:hover, .area_07:hover, .area_08:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}



/*-------------------------------------------------------------------------------------------------------
 * ENTRY FORM
 */
#content #entry_form {
	width: 780px;
	background: #ffffff;
	padding: 30px 40px 30px 40px;
	margin-bottom: 20px;
}

#content #entry_form .title {
	color: #fff;
	font-size: 22px;
	font-weight: normal;
	line-height: 78px;
}

#content #entry_form .term{
	padding: 40px;
	margin-bottom: 20px;
}

#content #entry_form .term a{
	color: #0087d0;
	font-weight: bold;
	text-decoration: underline;
}

#content #entry_form .line {
	border: 1px solid #27ae60;
}

#content #entry_form .term h3 {
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
	margin: 5px 10px 30px 0;
	padding:10px;
	background:#333;
	color:#fff;
}

#content #entry_form .term h4 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	margin: 10px 10px 10px 20px;
}

#content #entry_form .term h5 {
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
	margin: 5px 10px 30px 0;
	padding:10px;
	background:#999;
	color:#fff;
}

#content #entry_form .term p {
	font-size: 13px;
	line-height: 20px;
	margin: 0 20px 15px 30px;
}

#content #entry_form .term .imgflot1 {
	font-size: 13px;
	line-height: 30px;
	margin: 20px 0 60px 0;
	padding: 30px 20px 15px 20px;
	float:left;
	text-align:center;
	background:#e6efcb;
}
#content #entry_form .term .imgflot2 {
	margin: 135px 10px 0 10px;
	float:left;
}
#content #entry_form .term .imgflot3 {
	font-size: 13px;
	line-height: 30px;
	margin: 20px 0 60px 0;
	padding: 30px 20px 15px 20px;
	float:left;
	text-align:center;
	background:#feeabc;
}
#content #entry_form .term .imgflot4 {
	font-size: 13px;
	line-height: 30px;
	margin: 20px 0 10px 0;
	padding: 30px 20px 15px 20px;
	float:left;
	text-align:center;
	background:#e6efcb;
}

#content #entry_form .term #table {
    display:table; 
	width:688px;
}
#content #entry_form .term #table .row1 {
    display:table-row;
}
#content #entry_form .term #table .row1 .row101 {
	font-size:13px;
	font-weight:bold;
	display:table-cell;
	padding:15px;
	border:1px solid #ccc;
	background:#3599db;
	color:#fff;
	text-align:center;
	width:78px;
}
#content #entry_form .term #table .row1 .row102 {
	font-size:13px;
	font-weight:bold;
	display:table-cell;
	padding:15px;
	border:1px solid #ccc;
	background:#3599db;
	color:#fff;
	text-align:center;
	width:70px;
}
#content #entry_form .term #table .row1 .row103 {
	font-size:13px;
	font-weight:bold;
	display:table-cell;
	padding:15px;
	border:1px solid #ccc;
	background:#3599db;
	color:#fff;
	text-align:center;
	width:168px;
}
#content #entry_form .term #table .row1 .row104 {
	font-size:13px;
	font-weight:bold;
	display:table-cell;
	padding:15px;
	border:1px solid #ccc;
	background:#3599db;
	color:#fff;
	text-align:center;
	width:34px;
}
#content #entry_form .term #table .row1 .row105 {
	font-size:13px;
	font-weight:bold;
	display:table-cell;
	padding:15px;
	border:1px solid #ccc;
	background:#3599db;
	color:#fff;
	text-align:center;
	width:178px;
}
#content #entry_form .term #table .row {
    display:table-row;
}
#content #entry_form .term #table .row>div {
	font-size:13px;
	display:table-cell;
	padding:15px;
	border:1px solid #999;
}

#content #entry_form .logo {
	padding: 0 10px 0 0;
	position: relative;
	top: -4px;
}

#content #entry_form .catchphrase {
	color: #1f9952;
}

#content #entry_form .form_basic .sec {
	letter-spacing: -0.4em;
	word-spacing: -0.4em;
	font-size: 0;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#content #entry_form .sec dd {
	display: inline-block;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: middle;
}

#content #entry_form .sec dt {
	width: 200px;
	font-size: 15px;
	font-weight: bold;
	display: inline-block;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: middle;
}

#content #entry_form .form_basic .tit {
	letter-spacing: -0.4em;
	word-spacing: -0.4em;
	font-size: 0;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#content #entry_form .tit dd {
	display: inline-block;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: middle;
	font-size: 15px;
	width: 80%;
}

#content #entry_form .tit dt {
	width: 130px;
	font-size: 15px;
	font-weight: bold;
	display: inline-block;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: middle;
}

#content #entry_form .form_basic input.it {
	background: #ffffff;
	border: #CCCCCC 1px solid;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	color: #333333;
	padding: 0 5px;
}

#content #entry_form .form_basic .sz_l {
	width: 520px;
}


#content #entry_form ul {
	overflow: hidden;
}

#content #entry_form ul li {
	position: relative;
	width: 860px;
	height: 180px;
	float: left;
	margin: 0 0 1px 0;
	text-align: center;
}


#content #entry_form .header {
/*	color: #999999;*/
	padding: 1px 0;
	background: #27ae60;
	height: 90px;
/*	margin-bottom: 15px;*/
}

#content #entry_form .footer {
	color: #ffffff;
	background: #666666;
	text-align: right;
	height: 40px;
}

#content #entry_form .image {
	position: absolute;
	margin: 30px 40px;
/*	clip: rect(10px 160px 125px 20px);*/
	clip: rect(0px 160px 125px 0px);
}

#content #entry_form .detail {
	width: 540px;
	margin: 5px 30px;
}

#content #entry_form .detail h3 {
	margin: 20px 0 10px 0;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}

#content #entry_form .detail .text {
	color: #ffffff;
	font-size: 12px;
	text-align: left;
}


#content #entry_form .data .lists {
	margin-bottom: 10px;
	letter-spacing: -0.4em;
	word-spacing: -0.4em;
	font-size: 0;
}

#content #entry_form .data .lists dt {
	width: 120px;
	vertical-align: top;
}

#content #entry_form .data .lists dd {
	width: 360px;
}

#content #entry_form .data .lists dt, #content #entry_form .data .lists dd {
	display: inline-block;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: 150%;
}

#content #entry_form ul {
	overflow: hidden;
}

#content #entry_form .cntrb_btn {
	position: absolute;
	top: 40px;
	right: 0px;
	margin: 5px 30px;
	width: 140px;
	height: 20px;
	background: #515151;
	color: #ffffff;
	padding: 5px;
/*	font-weight: bold;*/
	font-size: 14px;
	text-align: center;
	line-height: 20px;
	-webkit-box-shadow: 0px 2px 1px #727272 inset;
	box-shadow: 0px 2px 1px #727272 inset;
}

#content #entry_form .cntrb_btn a {
	text-decoration: none;
	color: #ffffff;
}

#content #entry_form .cntrb_btn a:hover {
	text-decoration: none;
	color: #ffffff;
}

#content #entry_form .cntrb_btn:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

#content #entry_form .form_basic .form_btn {
	display: inline-block;
	margin: 0 auto;
/*	width: 150px;*/
}

#content #entry_form .form_basic .form_btn .f_add  {
	margin: 0 10px;
	font-size: 15px;
	vertical-align: text-top;
	width: 150px;
	height: 50px;
	color: white;
	text-decoration: none;
	background-position: top;
	background-color: #0080ff;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}

#content #entry_form .form_basic .form_btn .f_update  {
	margin: 0 10px;
	font-size: 15px;
	vertical-align: text-top;
	width: 150px;
	height: 50px;
	color: white;
	text-decoration: none;
	background-position: top;
	background-color: #0080ff;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}

#content #entry_form .form_basic .form_btn .f_cancel  {
	margin: 0 10px;
	font-size: 15px;
	vertical-align: text-top;
	width: 150px;
	height: 50px;
	color: white;
	text-decoration: none;
	background-position: top;
	background-color: #ff0000;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}

#content #entry_form .form_basic .form_btn .f_back  {
	margin: 0 10px;
	font-size: 15px;
	vertical-align: text-top;
	width: 150px;
	height: 50px;
	color: white;
	text-decoration: none;
	background-position: top;
	background-color: #999999;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}

#content #entry_form .f_add:hover, .f_update:hover, .f_cancel:hover, .f_back:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}



/*-------------------------------------------------------------------------------------------------------
 * EVENT DETAIL LIST
 */
#content #event_detail_list {
	width: 980px;
	padding: 0;
	background: #ffffff;
/*	margin-bottom: 8px;*/
	margin-bottom: 20px;
/*	height: 550px;*/
}

#content #event_detail_list .title {
	color: #526170;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
}

#content #event_detail_list .header {
	color: #999999;
	padding: 1px 0;
	background: #acacac;
	height: 40px;
	margin-bottom: 10px;
}

#content #event_detail_list .warning {
	position: absolute;
	top: 60px;
	right: 5px;
	color: #ff0000;
	padding: 5px 0;
	font-size: 14px;
}


#content #event_detail_list .footer {
	color: #ffffff;
	background: #666666;
	text-align: right;
	height: 40px;
}

#content #event_detail_list ul {
	overflow: hidden;
}

#content #event_detail_list ul li {
	position: relative;
	width: 980px;
	height: 480px;
	float: left;
	margin: 0 0 1px 0;
	background-color: #ffffff;
	text-align: center;
}

#content #event_detail_list ul li .dateicon_e {
	position: absolute;
	top: 15px;
	left: 40px;
	background: #c0cad3;
	width: 80px;
	height: 80px;
}

#content #event_detail_list ul li .dateicon_p {
	position: absolute;
	top: 15px;
	left: 40px;
	background: #ff9999;
	width: 80px;
	height: 80px;
}

#content #event_detail_list ul li .dateicon_n {
	position: absolute;
	top: 15px;
	left: 40px;
	background: #f5d453;
	width: 80px;
	height: 80px;
}

#content #event_detail_list ul li .dateicon_f {
	position: absolute;
	top: 15px;
	left: 40px;
	background: #33ccff;
	width: 80px;
	height: 80px;
}

#content #event_detail_list ul li .yearmonth {
	position: absolute;
	top: 5px;
	left: 10px;
	line-height: 23px;
	font-size: 14px;
	font-weight: bold;
	color: #526170;
}

#content #event_detail_list ul li .day {
	position: absolute;
	top: 5px;
	left: 5px;
	line-height: 100px;
	font-size: 40px;
	font-weight: bold;
	color: #526170;
}

#content #event_detail_list ul li .areaicon {
	position: absolute;
	top: 15px;
	left: 130px;
	background: #27ae68;
	width: 80px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #ffffff;
}

#content #event_detail_list ul li .endmessage {
	position: absolute;
	top: 0px;
	right: 10px;
	font-size: 12px;
	color: #ff0000;
}

#content #event_detail_list ul li .image {
	position: absolute;
	top: 140px;
	left: 0px;
	margin: 0px 5px 0px 40px;
	max-width: 430px;
	max-height: 320px;
}

#content #event_detail_list ul li .detail {
	position: absolute;
	top: 140px;
	right: 0px;
	margin: 0px 40px 0px 5px;
	width: 330px;
}

#content #event_detail_list ul li .text {
	color: #526170;
	font-size: 12px;
	text-align: left;
}

#content #event_detail_list ul li .evnt_cat {
	position: absolute;
	bottom: -130px;
	right: 0px;
	color: #526170;
	font-size: 12px;
	text-align: left;
}

#content #event_detail_list li .free_evt {
	position: absolute;
	right: 40px;
	top: 10px;
	width: 30px;
	height: 30px;
	background: url("./img/free.png") no-repeat;
}

#content #event_detail_list li .movie {
	position: absolute;
	right: 40px;
	top: 10px;
	width: 30px;
	height: 30px;
	background: url("./img/movie.png") no-repeat;
}

#content #event_detail_list ul li .title {
	position: absolute;
	top: 0px;
	left: 220px;
	width: 600px;
	margin: 0px 20px 0px 5px;
}

#content #event_detail_list ul li .title h3 {
	margin: 20px 0 10px 0;
	color: #526170;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}

#content #event_detail_list ul li .date {
	position: absolute;
	top: 57px;
	left: -90px;
	margin: 5px 0;
	color: #526170;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

#content #event_detail_list ul li .contribute {
	position: absolute;
	top: 95px;
	right: 40px;
	margin: 5px 0;
	color: #ffffff;
/*	width: 180px; */
	height: 20px;
	background: #3395d7;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 5px 10px;
}

#content #event_detail_list .form_btn {
	display: inline-block;
	margin: 0 auto;
/*	width: 150px;*/
}

#content #event_detail_list .form_btn .f_add  {
	margin: 0 10px 10px 30px;
	font-size: 15px;
	vertical-align: text-top;
	width: 150px;
	height: 50px;
	color: white;
	text-decoration: none;
	background-position: top;
	background-color: #0080ff;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}

#content #event_detail_list .form_btn .f_add_admin  {
	margin: 0 10px 10px 30px;
	font-size: 15px;
	vertical-align: text-top;
	width: 150px;
	height: 50px;
	color: white;
	text-decoration: none;
	background-position: top;
	background-color: #ff0000;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}

#content #event_detail_list .form_btn .f_update  {
	margin: 0 10px 10px 30px;
	font-size: 15px;
	vertical-align: text-top;
	width: 150px;
	height: 50px;
	color: white;
	text-decoration: none;
	background-position: top;
	background-color: #0080ff;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}

#content #event_detail_list .form_btn .f_cancel  {
	margin: 0 10px 10px 30px;
	font-size: 15px;
	vertical-align: text-top;
	width: 150px;
	height: 50px;
	color: white;
	text-decoration: none;
	background-position: top;
	background-color: #ff0000;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}

#content #event_detail_list .form_btn .f_back  {
	margin: 0 10px 10px 30px;
	font-size: 15px;
	vertical-align: text-top;
	width: 150px;
	height: 50px;
	color: white;
	text-decoration: none;
	background-position: top;
	background-color: #999999;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}

#content #event_detail_list .f_add:hover, .f_add_admin:hover, .f_update:hover, .f_cancel:hover, .f_back:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

#content #event_detail_list .term  {
	padding: 30px 50px 40px 50px;
	margin: 20px 0;
}

#content #event_detail_list .term h3 {
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	margin: 5px 10px 30px 0;
}

#content #event_detail_list .term h4 {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	margin: 10px 10px 10px 20px;
}

#content #event_detail_list .term p {
	font-size: 13px;
	line-height: 15px;
	margin: 0 20px 15px 30px;
}

#content #event_detail_list .term a{
	color: #0087d0;
	font-weight: bold;
	text-decoration: underline;
}




/*-------------------------------------------------------------------------------------------------------
 * FEATURE DETAIL LIST
 */
#content #feature_detail_list {
	width: 980px;
	padding: 0;
	background: #ffffff;
/*	margin-bottom: 8px;*/
	margin-bottom: 20px;
/*	height: 550px;*/
}

#content #feature_detail_list .header {
	color: #999999;
	padding: 1px 0;
	background: #acacac;
	height: 40px;
	margin-bottom: 10px;
}

#content #feature_detail_list .title {
	color: #526170;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
}

#content #feature_detail_list .warning {
	position: absolute;
	top: 60px;
	right: 5px;
	color: #ff0000;
	padding: 5px 0;
	font-size: 14px;
}


#content #feature_detail_list .footer {
	color: #ffffff;
	background: #666666;
	text-align: right;
	height: 40px;
}

#content #feature_detail_list ul {
	overflow: hidden;
}

#content #feature_detail_list ul li {
	position: relative;
	width: 980px;
	height: 480px;
	float: left;
	margin: 0 0 1px 0;
	background-color: #ffffff;
	text-align: center;
}

#content #feature_detail_list ul li .dateicon_e {
	position: absolute;
	top: 15px;
	left: 40px;
	background: #c0cad3;
	width: 80px;
	height: 80px;
}

#content #feature_detail_list ul li .dateicon_p {
	position: absolute;
	top: 15px;
	left: 40px;
	background: #ff9999;
	width: 80px;
	height: 80px;
}

#content #feature_detail_list ul li .dateicon_n {
	position: absolute;
	top: 15px;
	left: 40px;
	background: #f5d453;
	width: 80px;
	height: 80px;
}

#content #feature_detail_list ul li .dateicon_f {
	position: absolute;
	top: 15px;
	left: 40px;
	background: #33ccff;
	width: 80px;
	height: 80px;
}

#content #feature_detail_list ul li .yearmonth {
	position: absolute;
	top: 5px;
	left: 10px;
	line-height: 23px;
	font-size: 14px;
	font-weight: bold;
	color: #526170;
}

#content #feature_detail_list ul li .day {
	position: absolute;
	top: 5px;
	left: 5px;
	line-height: 100px;
	font-size: 40px;
	font-weight: bold;
	color: #526170;
}

#content #feature_detail_list ul li .areaicon {
	position: absolute;
	top: 15px;
	left: 130px;
	background: #27ae68;
	width: 80px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #ffffff;
}

#content #feature_detail_list ul li .endmessage {
	position: absolute;
	top: 0px;
	right: 10px;
	font-size: 12px;
	color: #ff0000;
}

#content #feature_detail_list ul li .image {
	position: absolute;
	top: 140px;
	left: 0px;
	margin: 0px 5px 0px 40px;
	max-width: 430px;
	max-height: 320px;
}

#content #feature_detail_list ul li .detail {
	position: absolute;
	top: 140px;
	right: 0px;
	margin: 0px 40px 0px 5px;
	width: 330px;
}

#content #feature_detail_list ul li .text {
	color: #526170;
	font-size: 12px;
	text-align: left;
}

#content #feature_detail_list ul li .evnt_cat {
	position: absolute;
	bottom: -130px;
	right: 0px;
	color: #526170;
	font-size: 12px;
	text-align: left;
}

#content #feature_detail_list li .free_evt {
	position: absolute;
	right: 40px;
	top: 10px;
	width: 30px;
	height: 30px;
	background: url("./img/free.png") no-repeat;
}

#content #feature_detail_list li .movie {
	position: absolute;
	right: 40px;
	top: 10px;
	width: 30px;
	height: 30px;
	background: url("./img/movie.png") no-repeat;
}

#content #feature_detail_list ul li .title {
	position: absolute;
	top: 0px;
	left: 220px;
	width: 600px;
	margin: 0px 20px 0px 5px;
}

#content #feature_detail_list ul li .title h3 {
	margin: 20px 0 10px 0;
	color: #526170;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}

#content #feature_detail_list ul li .date {
	position: absolute;
	top: 57px;
	left: -90px;
	margin: 5px 0;
	color: #526170;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

#content #feature_detail_list ul li .contribute {
	position: absolute;
	top: 95px;
	right: 40px;
	margin: 5px 0;
	color: #ffffff;
/*	width: 180px; */
	height: 20px;
	background: #3395d7;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 5px 10px;
}

#content #feature_detail_list .form_btn {
	display: inline-block;
	margin: 0 auto;
/*	width: 150px;*/
}

#content #feature_detail_list .form_btn .f_add  {
	margin: 0 10px 10px 30px;
	font-size: 15px;
	vertical-align: text-top;
	width: 150px;
	height: 50px;
	color: white;
	text-decoration: none;
	background-position: top;
	background-color: #0080ff;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}

#content #feature_detail_list .form_btn .f_add_admin  {
	margin: 0 10px 10px 30px;
	font-size: 15px;
	vertical-align: text-top;
	width: 150px;
	height: 50px;
	color: white;
	text-decoration: none;
	background-position: top;
	background-color: #ff0000;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}

#content #feature_detail_list .form_btn .f_update  {
	margin: 0 10px 10px 30px;
	font-size: 15px;
	vertical-align: text-top;
	width: 150px;
	height: 50px;
	color: white;
	text-decoration: none;
	background-position: top;
	background-color: #0080ff;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}

#content #feature_detail_list .form_btn .f_cancel  {
	margin: 0 10px 10px 30px;
	font-size: 15px;
	vertical-align: text-top;
	width: 150px;
	height: 50px;
	color: white;
	text-decoration: none;
	background-position: top;
	background-color: #ff0000;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}

#content #feature_detail_list .form_btn .f_back  {
	margin: 0 10px 10px 30px;
	font-size: 15px;
	vertical-align: text-top;
	width: 150px;
	height: 50px;
	color: white;
	text-decoration: none;
	background-position: top;
	background-color: #999999;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}

#content #feature_detail_list .f_add:hover, .f_add_admin:hover, .f_update:hover, .f_cancel:hover, .f_back:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}






/*-------------------------------------------------------------------------------------------------------
*/


#content #event_contents #event_nav {
	width: 230px;
	float: left;
}

#content #event_contents #event_nav.fixed {
	position: fixed;
	top: 90px;
}

#content #event_contents #event_nav ul {
	width: 230px;
	border: solid 1px #DDDDDD;
	background-color: #FFFFFF;
}

#content #event_contents #event_nav ul li {
	height: 50px;
	border-bottom: solid 1px #DDDDDD;
	line-height: 52px;
	color: #525252;
	font-size: 13px;
	font-weight: bold;
}

#content #event_contents #event_nav ul li:last-child {
	border-bottom: none;
}

#content #event_contents #event_nav ul li.current a {
	background-color: #f9f9f9;
}

#content #event_contents #event_nav ul li a {
	display: block;
	width: 230px;
	height: 50px;
	color: #333333;
}

#content #event_contents #event_nav ul li a:hover {
	background-color: #f9f9f9;
	text-decoration: none;
}

#content #event_contents #event_nav ul li img {
	margin: 0 10px;
}

#content #event_contents #event_main {
	width: 700px;
	float: right;
	border: solid 1px #DDDDDD;
	background-color: #FFFFFF;
}

#content #event_contents #event_main #event_title {
	position: relative;
	height: 50px;
	padding: 0 20px;
}

#content #event_contents #event_main #event_title h3 {
	line-height: 52px;
	font-size: 16px;
	font-weight: bold;
}

#content #event_contents #event_main #event_title #header_breadcrumb {
	position: absolute;
	top: 20px;
	right: 20px;
}

#content #event_contents #event_main #event_title #header_breadcrumb li {
	display: inline-block;
	font-size: 12px;
	color: #888888;
}

#content #event_contents #event_main #event_title #header_breadcrumb li a {
	text-decoration: underline;
	color: #888888;
}

#content #event_contents #event_main #event_title #header_breadcrumb li a:hover {
	text-decoration: none;
}

#content #event_contents #event_main .event_nav_sub {
	border: solid 1px #DDDDDD;
	margin: 20px 20px 10px 20px;
	padding: 15px;
	background-color: #F9F9F9;
	color: #DDDDDD;
}

#content #event_contents #event_main .event_nav_sub a {
	text-decoration: underline;
	color: #217FBE;
}

#content #event_contents #event_main .event_nav_sub a:hover {
	text-decoration: none;
}

#content #event_contents #event_main .event_nav_sub strong {
	color: #666666;
}

#content #event_contents .event {
	border-bottom: solid 1px #DDDDDD;
	padding: 25px 20px 10px 20px;
}

#content #event_contents .event:last-child {
	border-bottom: none;
}

#content #event_contents .event dl {
	letter-spacing: -0.4em;
	word-spacing: -0.4em;
	font-size: 0;
}

#content #event_contents .event dt, #content #event_contents .event dd {
	display: inline-block;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: middle;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	line-height: 150%;
}

#content #event_contents .event dt {
	width: 5%;
	font-weight: bold;
}

#content #event_contents .event dd {
	width: 95%;
}

#content #event_contents .event dd p {
	margin-bottom: 15px;
}

#content #event_contents .event dd a {
	text-decoration: underline;
	color: #217FBE;
}

#content #event_contents .event dd a:hover {
	text-decoration: none;
}

#content #event_contents .event dd ul {
	margin-bottom: 15px;
	list-style-type: disc;
}

#content #event_contents .event dd ul li {
	margin: 0 0 10px 20px;
}

#content #event_contents .event dd ol {
	margin-bottom: 15px;
	list-style-type: decimal;
}

#content #event_contents .event dd ol li {
	margin: 0 0 10px 20px;
}

#content #event_contents .event dd .note {
	margin-top: 5px;
	font-size: 12px;
}

#content #event_contents .event .q {
	margin-bottom: 10px;
}

#content #event_contents .event .q dt, #content #event_contents .event .q dd {
	font-size: 15px;
	font-weight: bold;
}

#content #event_contents .event .q dt {
	color: #d36361;
}

#content #event_contents .event .a dt {
	color: #5cc1cb;
	font-size: 15px;
}

#content #event_contents .event .image {
	padding: 20px 0;
}



/*-------------------------------------------------------------------------------------------------------
 * FEATURE DETAIL
 */
#content #feature_detail {
	width: 860px;
	padding: 0;
	background: #ffffff;
	margin-bottom: 8px;
/*	height: 520px;*/
	background-image: -webkit-gradient(linear, 0 0, 0 35, from(#f7f7f7), to(#ffffff));
	background-image: -moz-linear-gradient(center top, #f7f7f7 0%, #ffffff 35px);
}

#content #feature_detail .wrap {
	padding-bottom: 30px;
}

#content #feature_detail .header {
	color: #999999;
	padding: 1px 0;
	background: #cccccc;
	height: 40px;
	margin-bottom: 10px;
}

#content #feature_detail .footer {
	color: #ffffff;
	background: #666666;
	text-align: right;
	height: 40px;
}

#content #feature_detail .data {
	margin-right: 10px;
/*	width: 480px;*/
	width: 495px;
}

#content #feature_detail .map {
	width: 320px;
	height: 240px;
	background: #ffffff;
	margin-top: 30px;
	margin-left: 10px;
}

#content #feature_detail .image {
	max-width: 320px;
	max-height: 240px;
	background: #ffffff;
	margin-top: 30px;
	margin-left: 10px;
}

#content #feature_detail .data .lists {
	margin-bottom: 10px;
/*
	letter-spacing: -0.4em;
	word-spacing: -0.4em;
	font-size: 0;
*/
}

#content #feature_detail .data .lists dt {
	display: inline-block;
/*	width: 120px;*/
	width: 130px;
	margin-right: 5px;
	vertical-align: top;
	font-size: 15px;
	line-height: 20px;
}

#content #feature_detail .data .lists dd {
	display: inline-block;
/*	width: 360px;*/
	width: 340px;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 5px;
}

/*
#content #feature_detail .data .lists dt, #content #feature_detail .data .lists dd {
	display: inline-block;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: 150%;
}
*/

#content #feature_detail ul {
	overflow: hidden;
}

/*
#content #feature_detail ul li {
	position: relative;
	width: 860px;
	height: 450px;
	float: left;
	margin: 0 0 1px 0;
	background-color: #ffffff;
	text-align: center;
}
*/

#content #feature_detail ul li .text {
	color: #526170;
	font-size: 12px;
	text-align: left;
}

#content #feature_detail ul li .title {
	margin: 30px 0 45px 0;
	font-size: 18px;
}

#content #feature_detail ul li .title h3 {
	color: #526170;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}

#content #feature_detail .update {
	letter-spacing: normal;
	word-spacing: normal;
	line-height: 150%;
	font-size: 9px;
	text-align: right;
	padding: 0 10px 10px 0;
}

#content #feature_detail .cntrb_btn {
	margin: 5px 30px;
	width: 140px;
	height: 20px;
	background: #515151;
	color: #ffffff;
	padding: 5px;
/*	font-weight: bold;*/
	font-size: 14px;
	text-align: center;
	line-height: 20px;
	-webkit-box-shadow: 0px 2px 1px #727272 inset;
	box-shadow: 0px 2px 1px #727272 inset;
	cursor: pointer;
}

#content #feature_detail .cntrb_btn a {
	text-decoration: none;
	color: #ffffff;
}

#content #feature_detail .cntrb_btn a:hover {
	text-decoration: none;
	color: #ffffff;
}

#content #feature_detail .cntrb_btn:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}


/*-------------------------------------------------------------------------------------------------------
 * FEATURE MENU
 */
#content #feature_menu {
	width: 860px;
	padding-bottom: 10px;
	margin-bottom: 8px;
}


#content .white {
	background: #ffffff;
}

#content .black {
	background: #000;
}

#content .blue {
	background: #3289DD;
}

#content .blue {
	background: #3289DD;
}

#content .orange {
	background: #ff8800;
}


#content #feature_menu .header {
	color: #999999;
	padding: 1px 0;
	background: #acacac;
	height: 40px;
}

#content #feature_menu .menuBlock {
	position:relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#content #feature_menu .menuBlock ul {
	position:relative;
	left: 50%;
	float: left;
	margin: 0;
	padding: 0;
}

#content #feature_menu .menuBlock li {
	position:relative;
	left: -50%;
	float: left;
	margin: 0;
	padding: 0;
}

#content #feature_menu .menuBlock .menuImage {
	max-width: 100%;
	height: auto;
	width /***/:auto;
	margin: 0;
	padding: 0;
	vertical-align: top;
	border: none;
}

#content #feature_menu .menuBlock .menuTile {
	width:200px;
	margin:10px 7.5px;
	padding:0px;
}

#content #feature_menu .menuBlock .menuText {
	margin:0 auto;
	margin-top: 10px;
	margin-bottom: 4px;
	text-decoration: none;
	color: #000000;
	font-size: 16px;
}

#content #feature_menu .title {
	color: #526170;
	padding-top: 0;
	margin-top: 11px;
	margin-bottom: 0;
	text-align: center;
	font-size: 18px;
}

#content #feature_menu .footer {
	color: #ffffff;
	background: #666666;
	text-align: right;
	height: 40px;
}



/*-------------------------------------------------------------------------------------------------------
 * BANNER
 */
#content #banner {
	width: 860px;
	padding: 0;
	background: #f0ae29;
	margin-bottom: 8px;
	height: 190px;
}

#content #banner .header {
	color: #999999;
	padding: 1px 0;
	background: #cccccc;
	height: 40px;
}

#content #banner .footer {
	color: #ffffff;
	background: #666666;
	text-align: right;
	height: 40px;
}

#content #banner .image {
	margin: 5px 15px;
/*	margin: 20px 5px 20px 15px;*/
	max-height: 180px;
	max-width: 440px;
	vertical-align: middle;
/*	clip: rect(10px 160px 125px 20px);*/
}

#content #banner .image_full {
	margin: 0 auto;
	max-height: 190px;
	max-width: 860px;
	vertical-align: middle;
}

#content #banner .image_full:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

#content #banner .detail {
	width: 360px;
/*	width: 515px;*/
	margin: 5px 15px;
/*	margin: 5px 10px;*/
}

#content #banner .detail h3 {
	margin: 20px 0 10px 0;
	color: #ffffff;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	line-height: 20px;
}

#content #banner .detail .text {
	color: #ffffff;
	font-size: 15px;
	text-align: left;
	line-height: 18px;
}

#content #banner .bnr_btn {
	position: absolute;
	top: 135px;
	right: 0px;
	margin: 5px 15px;
	width: 140px;
	height: 20px;
	background: #515151;
	color: #ffffff;
	padding: 5px;
/*	font-weight: bold; */
	font-size: 14px;
	text-align: center;
	line-height: 20px;
	-webkit-box-shadow: 0px 2px 1px #727272 inset;
	box-shadow: 0px 2px 1px #727272 inset;
}

#content #banner .bnr_btn a {
	text-decoration: none;
	color: #ffffff;
}

#content #banner .bnr_btn a:hover {
	text-decoration: none;
	color: #ffffff;
}

#content #banner .bnr_btn:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

/*-------------------------------------------------------------------------------------------------------
 * ATTENTION
 */
#content #attention {
	width: 860px;
	padding: 0;
	background: #ffffff;
	margin-bottom: 8px;
	height: 250px;
}

#content #attention .header {
	color: #999999;
	padding: 1px 0;
	background: #cccccc;
	height: 40px;
}

#content #attention .footer {
	color: #ffffff;
	background: #666666;
	text-align: right;
	height: 40px;
}

#content #attention .image {
	margin: 5px 15px;
/*	margin: 20px 5px 20px 15px;*/
	max-height: 180px;
	max-width: 440px;
	vertical-align: middle;
/*	clip: rect(10px 160px 125px 20px);*/
}

#content #attention .image_full {
	margin: 0 auto;
	max-height: 190px;
	max-width: 860px;
	vertical-align: middle;
}

#content #attention .image_full:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

#content #attention .detail {
	width: 515px;
	margin: 5px 10px;
}

#content #attention .detail h5 {
	position: absolute;
	left: 55px;
	margin: 25px 0 10px 0;
	width:130px;
	height: 30px;
	background: #ff0000;
	color: #ffffff;
	font-size: 15px;
	font-weight: normal;
	text-align: center;
	line-height: 31px;
}

#content #attention .detail h4 {
	position: absolute;
	left: 55px;
	margin: 62px 0 10px 0;
	color: #526170;
	font-size: 24px;
	font-weight: normal;
	text-align: left;
	line-height: 55px;
}

#content #attention .detail h3 {
	position: absolute;
	top: 85px;
	left: 55px;
	margin: 20px 0 10px 0;
	color: #526170;
	font-size: 39px;
	font-weight: normal;
	text-align: left;
	line-height: 55px;
}

#content #attention .detail .text {
	position: absolute;
	top: 137px;
	left: 214px;
	color: #526170;
	font-size: 28px;
	text-align: left;
	line-height: 18px;
}

#content #attention .detail .caution {
	position: absolute;
	top: 190px;
	left: 155px;
	color: #526170;
	font-size: 9px;
	text-align: left;
}

#content #attention .bnr_btn {
	position: absolute;
	top: 170px;
	right: 30px;
	margin: 5px 15px;
	width: 240px;
	height: 30px;
	background: #515151;
	color: #ffffff;
	padding: 5px;
/*	font-weight: bold; */
	font-size: 18px;
	text-align: center;
	line-height: 30px;
	-webkit-box-shadow: 0px 2px 1px #727272 inset;
	box-shadow: 0px 2px 1px #727272 inset;
}

#content #attention .bnr_btn a {
	text-decoration: none;
	color: #ffffff;
}

#content #attention .bnr_btn a:hover {
	text-decoration: none;
	color: #ffffff;
}

#content #attention .bnr_btn:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}


/*-------------------------------------------------------------------------------------------------------
 * SP_FEATURE
 */
#content #sp_feature {
	width: 860px;
	padding: 0;
	background: #aa00ff;
	margin-bottom: 8px;
	height: 240px;
}

#content #sp_feature .header {
	color: #999999;
	padding: 1px 0;
	background: #cccccc;
	height: 40px;
}

#content #sp_feature .footer {
	color: #ffffff;
	background: #666666;
	text-align: right;
	height: 40px;
}

#content #sp_feature .image {
	margin: 10px 15px;
/*	margin: 20px 5px 20px 15px;
	max-height: 180px;
	max-width: 440px;
	vertical-align: middle;
	clip: rect(10px 160px 125px 20px);*/
}

#content #sp_feature .image_full {
	margin: 0 auto;
	max-height: 190px;
	max-width: 860px;
	vertical-align: middle;
}

#content #sp_feature .image_full:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

#content #sp_feature .detail {
	position:relative;
	overflow: hidden;
	margin: 0;
	padding: 5px 0;
}

#content #sp_feature .detail ul {
	position:relative;
	left: 50%;
	float: left;
	margin: 0;
	padding: 0;
}

#content #sp_feature .detail li {
	position:relative;
	left: -50%;
	float: left;
	margin: 0;
	padding: 0;
}

#content #sp_feature .detail h3 {
	position: absolute;
	top: 20px;
	left: 55px;
	margin: 20px 0 10px 0;
	color: #526170;
	font-size: 43px;
	font-weight: normal;
	text-align: left;
	line-height: 55px;
}

#content #sp_feature .detail .text {
	position: absolute;
	top: 137px;
	left: 214px;
	color: #526170;
	font-size: 28px;
	text-align: left;
	line-height: 18px;
}

#content #sp_feature .detail .caution {
	position: absolute;
	top: 190px;
	left: 155px;
	color: #526170;
	font-size: 9px;
	text-align: left;
}

#content #sp_feature .invisible {
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
}

#content #sp_feature .bnr_btn {
	position: absolute;
	top: 150px;
	right: 10px;
	margin: 5px 15px;
	width: 150px;
	height: 30px;
	background: #515151;
	color: #ffffff;
	padding: 5px;
/*	font-weight: bold; */
	font-size: 18px;
	text-align: center;
	line-height: 30px;
	-webkit-box-shadow: 0px 2px 1px #727272 inset;
	box-shadow: 0px 2px 1px #727272 inset;
}

#content #sp_feature .bnr_btn a {
	text-decoration: none;
	color: #ffffff;
}

#content #sp_feature .bnr_btn a:hover {
	text-decoration: none;
	color: #ffffff;
}

#content #sp_feature .bnr_btn:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}


/*-------------------------------------------------------------------------------------------------------
 * sp_feature01
 */
#content #sp_feature01 {
	width: 860px;
	padding: 0;
	background: #F8B0E1;
	margin-bottom: 8px;
	height: 240px;
}
#content #sp_feature01 .image{
	width: 500px;
	margin: 10px 15px;
	position:relative;
}
#content #sp_feature01 .description{
	width: 310px;
	margin: 10px 10px;
	position: relative;
}

#content #sp_feature01 .title{
	margin: 10px 0px;
	font-size:20px;
	text-align: left;
	line-height: 20px;
	position:relative;
}
#content #sp_feature01 .desc{
	margin: 10px 15px;
	font-size:15px;
	text-align: left;
	line-height: 1.3em;
	position:relative;
}
#content #sp_feature01 .btn{
	position: absolute;
	top: 150px;
	right: 10px;
	margin: 5px 15px;
	width: 150px;
	height: 30px;
	background: #515151;
	color: #ffffff;
	padding: 5px;
	font-size: 18px;
	text-align: center;
	line-height: 30px;
	-webkit-box-shadow: 0px 2px 1px #727272 inset;
	box-shadow: 0px 2px 1px #727272 inset;
}
#content #sp_feature01 .btn a {
	text-decoration: none;
	color: #ffffff;
}

#content #sp_feature01 .btn a:hover {
	text-decoration: none;
	color: #ffffff;
}

#content #sp_feature01 .btn:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

/*-------------------------------------------------------------------------------------------------------
 * sp_feature00
 */
#content #sp_feature00 {
	width: 860px;
	padding: 0;
	margin-bottom: 8px;
	height: 240px;
}

#content #sp_feature00 .image{
	width: 500px;
	margin: 10px 15px;
	position:relative;
}
#content #sp_feature00 .description{
	width: 310px;
	margin: 10px 10px;
	position: relative;
}

#content #sp_feature00 .title{
	margin: 10px 0px;
	font-size:20px;
	text-align: left;
	line-height: 20px;
	position:relative;
}
#content #sp_feature00 .desc{
	margin: 10px 15px;
	font-size:15px;
	text-align: left;
	line-height: 1.3em;
	position:relative;
}
#content #sp_feature00 .btn{
	position: absolute;
	top: 150px;
	right: 10px;
	margin: 5px 15px;
	width: 150px;
	height: 30px;
	background: #515151;
	color: #ffffff;
	padding: 5px;
	font-size: 18px;
	text-align: center;
	line-height: 30px;
	-webkit-box-shadow: 0px 2px 1px #727272 inset;
	box-shadow: 0px 2px 1px #727272 inset;
}
#content #sp_feature00 .btn a {
	text-decoration: none;
	color: #ffffff;
}

#content #sp_feature00 .btn a:hover {
	text-decoration: none;
	color: #ffffff;
}

#content #sp_feature00 .btn:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}


#content #sp_feature00 #info {
	display: table;
	width: 430px;
	padding: 0;
	margin-bottom: 8px;
	height: 240px;
	position: relative;
}

#content #sp_feature00 #info .image{
	width: 400px;
	margin: 15px;
	position: absolute;
	top: 10px;
}

#content #sp_feature00 #info .description{
	width: 160px;
	margin: 10px;
}

#content #sp_feature00 #info .title{
	margin: 10px 0px;
	font-size:20px;
	text-align: left;
	line-height: 20px;
}

#content #sp_feature00 #info .desc{
	margin: 10px;
	font-size:15px;
	text-align: left;
	line-height: 1.3em;
}

#content #sp_feature00 #info .btn{
	position: absolute;
	top: 185px;
	right: 5px;
	margin: 5px 15px;
	width: 150px;
	height: 30px;
	background: #515151;
	color: #ffffff;
	padding: 5px;
	font-size: 18px;
	text-align: center;
	line-height: 30px;
	-webkit-box-shadow: 0px 2px 1px #727272 inset;
	box-shadow: 0px 2px 1px #727272 inset;
}

#content #sp_feature00 #info .btn a {
	text-decoration: none;
	color: #ffffff;
}

#content #sp_feature00 #info .btn a:hover {
	text-decoration: none;
	color: #ffffff;
}

#content #sp_feature00 #info .btn:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}



/*-------------------------------------------------------------------------------------------------------
 * PAGE NAVI
 */

#page_navi {
	text-align: center;
	width: 100%;
	margin: 10px 0;
}

#page_navi .lbox_on {
	display: inline-block;
	width: 60px;
	background: #0080ff;
	padding: 5px;
	color: #ffffff;
	font-size: 15px;
	font-weight: normal;
	margin: 5px;
	text-align: center;
}

#page_navi .lbox_on a: {
	cursor: pointer;
}

#page_navi .lbox_on:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

#page_navi .lbox_off {
	display: inline-block;
	width: 60px;
	background: #999999;
	padding: 5px;
	color: #ffffff;
	font-size: 15px;
	margin: 5px;
	text-align: center;
}

#page_navi .sbox_on {
	display: inline-block;
	width: 30px;
	background: #0080ff;
	padding: 5px;
	color: #ffffff;
	font-size: 15px;
	font-weight: normal;
	margin: 5px;
	text-align: center;
}

#page_navi .sbox_on  a: {
	cursor: pointer;
}

#page_navi .sbox_on:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

#page_navi .sbox_off {
	display: inline-block;
	width: 30px;
	background: #999999;
	padding: 5px;
	color: #ffffff;
	font-size: 15px;
	margin: 5px;
	text-align: center;
}



/*-------------------------------------------------------------------------------------------------------
 * Top Signup
 */
#top_signup {
	position: absolute;
	top: 30px;
	right: 0;
	width: 403px;
	padding: 20px;
	background-color: #FFFFFF; }
#top_signup dt {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px; }
#top_signup dd {
	margin-bottom: 10px; }
#top_signup .set input {
	background: #ffffff;
	border: #CCCCCC 1px solid;
	height: 28px;
	line-height: 28px;
	font-size: 25px;
	color: #333333;
	width: 402px;
	font-size: 12px; }
#top_signup .set .domain {
	width: 402px;
	border: #CCCCCC 1px solid;
	letter-spacing: -0.35em; }
#top_signup .set .domain input {
	width: 220px;
	border: none; }
#top_signup .set .domain li {
	font-family: sans-serif;
	letter-spacing: normal;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	color: #cccccc; }
#top_signup .set .domain .d1 {
	width: 60px;
	padding-left: 10px;
	padding-right: 5px;
	text-align: right; }
#top_signup .set .domain .d2 {
	width: 220px; }
#top_signup .set .domain .d3 {
	text-align: left;
	width: 90px;
	padding-left: 5px;
	padding-right: 10px; }
#top_signup .agree {
	padding: 0 0 10px 0; }
#top_signup .agree label {
	font-size: 12px; }
#top_signup .agree label a {
	color: #217fbe; }
#top_signup .agree .error {
	display: inline-block; }
#top_signup .error {
	display: block;
	padding: 5px 0 0 0;
	color: #ff0000;
	font-size: 12px; }
#top_signup .btn_high_big {
	margin: 0 auto;
	width: 300px; }
#top_signup .btn_high_big button {
	font-size: 15px;
	vertical-align: text-top;
	width: 300px;
	height: 50px;
	color: white;
	text-decoration: none;
	background-image: url("/images/setting/button/btn_bg_pink_big.jpg");
	background-repeat: no-repeat;
	background-position: top;
	background-color: none; }
#top_signup .btn_low button {
	font-size: 15px;
	vertical-align: text-top;
	width: 160px;
	height: 40px;
	color: white;
	text-decoration: none;
	background-image: url("/images/setting/button/btn_bg_grey.jpg");
	background-repeat: no-repeat;
	background-position: top;
	background-color: none; }
#top_signup #top_signup_thanks p {
	margin-top: 15px;
	line-height: 2em;
	text-align: center;
	font-size: 14px; }
#top_signup #top_signup_thanks p strong {
	font-size: 16px; }



/* �ڶ��̡ۥ��������Ϣ */

.login {
	width: 700px;
	margin: 0 auto;
}

.listObj {
	width: 99%;
	padding: 6px 3px;
	margin: 6px 0;
	font-size: 20px;
	background: #ffffff;
	border: 1px solid #cccccc;
}

#listObj {
	width: 99%;
	padding: 6px 3px;
	margin: 6px 0;
	font-size: 20px;
	background: #ffffff;
	border: 1px solid #cccccc;
}

/* �ڶ��̡ۥ�������ܥ����� */
.login_btn {
	width:100%;
	height:44px;
	line-height:44px;
	display:block;
	text-align:center;
	-webkit-appearance:none;
	border-radius:7px;
	border:solid 1px #edc526;
	font-size:16px;
	font-weight:bold;
	background:-moz-linear-gradient(top,  #ffe770 1%, #ffe066 50%, #ffd335 50%, #fbd028 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffe770), color-stop(50%,#ffe066), color-stop(50%,#ffd335), color-stop(100%,#fbd028));
	background:linear-gradient(to bottom,  #ffe770 1%,#ffe066 50%,#ffd335 50%,#fbd028 100%);
	color:#000000;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}

/* �ڶ��̡�̵������ܥ����� */
.miten_btn01 {
	width:100%;
	padding:0 10px;
	text-align:center;
	line-height:44px;
	display:block;
	border-radius:7px;
	-webkit-appearance:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	color:#ffffff;
	font-weight:bold;
	border-top:solid 1px #535353;
	border-left:solid 1px #515151;
	border-right:solid 1px #515151;
	border-bottom:none;
	background-image:linear-gradient(bottom, #454545 0%, #333333 50%, #515151 50%, #808080 100%);
	background-image:-moz-linear-gradient(bottom, #454545 0%, #333333 50%, #515151 50%, gray 100%);
	background-image:-webkit-gradient(linear, left bottom, left top, color-stop(0, #454545), color-stop(0.5, #333333), color-stop(0.5, #515151), color-stop(1, gray));
	-webkit-box-shadow:0px 1px 1px #727272 inset;
	-moz-box-shadow:0px 1px 1px #727272 inset;
	-ms-box-shadow:0px 1px 1px #727272 inset;
	-o-box-shadow:0px 1px 1px #727272 inset;
	box-shadow:0px 1px 1px #727272 inset;
	cursor: pointer;
}

.miten_btn01 a: {
	text-decoration: none;
	cursor: pointer;
}

.miten_btn01 a:hover {
	text-decoration: none;
	cursor: pointer;
}



/* �ڶ��̡۲���ѥܥ����� */
.miten_btn02 {
	width:100%;
	padding:0 10px;
	text-align:center;
	line-height:44px;
	display:block;
	border-radius:1px;
	-webkit-appearance:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	color:#c4ccda;
/*	font-weight:bold;*/
	border-top:solid 1px #535353;
	border-left:solid 1px #515151;
	border-right:solid 1px #515151;
	border-bottom:none;
	background:linear-gradient(to bottom, #515151 1%, #515151 50%, #515151 50%, #515151 100%);
	background:-moz-linear-gradient(top,  #515151 1%, #515151 50%, #515151 50%, #515151 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(1%,#515151), color-stop(50%,#515151), color-stop(50%,#515151), color-stop(100%,#515151));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#515151', endColorstr='#515151');
	-webkit-box-shadow:0px 1px 1px #727272 inset;
	-moz-box-shadow:0px 1px 1px #727272 inset;
	-ms-box-shadow:0px 1px 1px #727272 inset;
	-o-box-shadow:0px 1px 1px #727272 inset;
	box-shadow:0px 1px 1px #727272 inset;
	cursor: pointer;
}

.miten_btn02 a: {
	text-decoration: none;
	cursor: pointer;
}

.miten_btn02 a:hover {
	text-decoration: none;
	cursor: pointer;
}


/* �ڶ��̡۲���ѥܥ�����(����Źɽ��) */
.miten_btn03 {
	width: 100%;
	height: 56px;
	padding: 0 10px;
	text-align: center;
	line-height: 44px;
	display: block;
	border-radius: 1px;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	border: solid 1px #edc526;
/*	font-weight:bold;*/
	background: -moz-linear-gradient(top,  #fbd028 1%, #fbd028 50%, #fbd028 50%, #fbd028 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#fbd028), color-stop(50%,#fbd028), color-stop(50%,#fbd028), color-stop(100%,#fbd028));
	background: linear-gradient(to bottom,  #fbd028 1%,#fbd028 50%,#fbd028 50%,#fbd028 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fbd028', endColorstr='#fbd028');
	color: #000000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	font-size: 15px;
	font-weight: bold;
}

.miten_btn03 a: {
	text-decoration: none;
	cursor: pointer;
}

.miten_btn03 a:hover {
	text-decoration: none;
	cursor: pointer;
}


.login_btn:hover, .miten_btn01:hover, .miten_btn02:hover, .miten_btn03:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}



/* �ڶ��̡ۥѥ������ڤ��ؤ��ܥ����� */
.pc_chg_btn {
	background: #ffffff;
	display: inline-table;
	border: 2px solid #333333;
	color: #555555;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 100%;
	padding: 30px 0;
	margin: 10px 0;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	font-size: 30px;
	cursor: pointer;
}

.pc_chg_btn_01 {
	background: #ffffff;
	display: inline-table;
	border: 2px solid #333333;
	color: #555555;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 70px;
	padding: 4px;
	margin: 0 1px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	font-size: 11px;
	cursor: pointer;
}


#page-top {
	position: fixed;
/*	bottom: 20px;*/
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}

#page-top a {
	background: #666666;
	text-decoration: none;
	color: #ffffff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}

#page-top a:hover {
	text-decoration: none;
	background: #999999;
}


.footer_desc {
	width: 90%;
	padding: 20px 10px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}

.footer_desc ul {
	list-style: none outside none;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	left: 50%;
}

.footer_desc ul li {
	display: block;
	float: left;
	margin-right: 15px;
	position: relative;
	left: -50%;
	font-size: 13px;
}

.footer_desc ul li a:link {
	text-decoration: none;
/*	color: #fff;*/
}

.footer_desc ul li a:visited {
	text-decoration: none;
/*	color: #fff;*/
}

.footer_desc ul li a:hover {
	text-decoration: underline;
/*	color: #fff;*/
}

.footer_comp {
	width: 100%;
	margin: 10px auto;
	font-size: 13px;
/*	color: #fff;*/
}

.footer_comp_lk {
	font-size: 11px;
/*	color: #fff;*/
	text-decoration: none;
}

.footer_comp_lk:link {
/*	color: #fff;*/
	text-decoration: none;
}

.footer_comp_lk:active {
/*	color: #fff;*/
	text-decoration: none;
}

.footer_comp_lk:visited {
/*	color: #fff;*/
	text-decoration: none;
}

.footer_comp_lk:hover {
/*	color: #fff;*/
	text-decoration: underline;
}



@media screen and (max-width: 480px) {


}

