@charset "utf-8";
/* CSS Document */

/* カレンダー */

#view .regist
{
	text-align:right;
	width:710px;
	margin:0px 0px 20px 10px;
}

#view .list_day
{
	margin:0px 0px 20px 0px;
	width:710px;
	text-align:left;
}

#view .list_day h4
{
	background-image:url(../images/base/label_empty.png);
	width:710px;
	height:40px;
	line-height:40px;
	text-indent:20px;
}

#view .list_day table
{
	border-collapse:collapse;
	width:710px;
	margin:0px 0px 30px 0px;
}

#view .list_day table thead th
{
	text-align:center;
}

#view .list_day table col.host
{
	width:200px;
}

#view .list_day table tr.odd
{
	background-color:#f5f5f5;
}

#view .list_day .body
{
	margin:10px;
}

#view .list_day .caption
{
	background-color:#dcf4ff;
	margin-bottom:10px;
	line-height:30px;
	font-weight:bold;
	text-align:center;
}

#view .list_day .event
{
	width:520px;
	float:left;
}

#view .list_day .user
{
	width:168px;
	float:left;
}

#view .list_day .body .row
{
	border-bottom:1px dotted #CCCCCC;
}

#view .list_day .daily
{
	display:none;
}

#view .list_month table
{
	border-collapse:collapse;	
}

#view .list_month table thead th
{
	text-align:center;
}

#view .list_month table td
{
	padding:3px 5px;	
}

#view .list_month table col.date
{
	width:100px;
}

#view .list_month table col.host
{
	width:200px;
}

#view .list_month tr.odd
{
	background-color:#f5f5f5;
}

textarea
{
	width:450px;
	height:200px;
}

#maincontentsbox .column2 table.form,
#maincontentsbox .column2 table.confirm
{
	width:680px;
}

table.form th
{
	width:180px;
}

table.confirm th
{
	width:120px;
}

table.form th img,
table.confirm th img
{
	vertical-align:middle;
}

table.form td,
table.confirm td
{
	padding-top:15px;
}

table.form td.place
{
	padding-top:5px;
}

#maincontentsbox .column2 table.form td.place table
{
	width:400px;
}

table.form td.place col.label, table.confirm td.place col.label
{
	width:80px;
}

table.form td.place th, table.confirm td.place th
{
	width:80px;
	background-color:#eeeeee;
}

table.form td.place td, table.confirm td.place td
{
	padding:5px 0px;
}

table.form .facility_list
{
	position:relative;
	top:0px;
	left:0px;
}

table.form .facility_list select
{
}


#navigation .back
{
	width:50%;
	text-align:left;
	float:left;
}

#navigation .next
{
	width:50%;
	text-align:right;
	float:left;
}

#calendar
{
	width:710px;
	margin:0px auto;
	margin-bottom:20px;
}

#calendar tbody td
{
	border:1px solid #D4BFC4;
	width:80px;
	height:60px;
	vertical-align:top;
}

#calendar tbody td .num
{
	color:#FF6600;
	font-weight:bold;
	height:20px;
	cursor:pointer;
}

#calendar td img.list
{
	cursor:pointer;
}

#calendar td.empty
{
	background-color:#DEDEDE;
}

#calendar td .day
{
	font-weight:bold;
	font-size:16px;
}

#calendar td .day a
{
	display:block;
}

#calendar td.first
{
	color:#FF0000;
}

#calendar td.last
{
	color:#0066FF;
}

#calendar thead td
{
	color:#FFFFFF;
	font-weight:bold;
	font-size:18px;
	background-color:#0099FF;
	width:100%;
	height:auto;
	text-align:center;
}

#calendar tbody td.day:hover
{
}

#navi_month
{
	width:710px;
	text-align:center;
	margin:10px auto;
	background-color:#FEF5CE;
	float:left;
}

#navi_month .year
{
	margin:5px 10px;
	font-size:1.2em;
	font-weight:bold;
}

#navi_month a
{
	display:block;
	width:59px;
	margin-bottom:5px;
	text-align:center;
	float:left;
}

#maincontentsbox .column2 table
{
	width:710px;
}

#maincontentsbox .column2 table td.social_media
{
	width:100px;
	text-align:right;
}

#maincontentsbox .column2 table td.date
{
	width:100px;
}

/* イベント詳細 */
#maincontentsbox .column2 #event_detail table
{
	width:690px;
}

#event_detail table
{
	margin:0px 0px 30px 0px;
}

#event_detail table tr.date td
{
	font-weight:bold;
	font-size:16px;
	color:#006600;
}

#event_detail table tr.place td
{
	font-weight:bold;
	font-size:14px;
	color:#990000;
}

#event_detail table th
{
	width:130px;
}

#event_detail table td
{
	padding:13px 0px 0px 0px;
}

#event_detail table td.map
{
	width:300px;
	padding:0px;
}
/*
#event_detail table td.map #map
{
	width:300px;
	height:220px;
}
*/
#event_detail .map
{
	width:350px;
	height:auto;
	margin: 0px 10px 20px 0px;
	float:left;
}

#event_detail .map img
{
	margin: 0px 0px 20px 0px;
}

#event_detail #map
{
	width:320px;
	height:210px;

	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}

#event_detail .mov
{
	width:350px;
	height:auto;
	margin: 0px 0px 20px 0px;
	float:left;
}

#event_detail .mov img
{
	margin: 0px 0px 20px 0px;
}

#event_detail .mov #mov
{
/*
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
*/
	text-align:center;
}

/* マイイベント */
#myevent col.date
{
	width:100px;
}

#myevent col.area
{
	width:100px;
}

#myevent col.control
{
	width:100px;
}

table#myevent
{
	width:700px;
	border-collapse:collapse;
}

table#myevent th
{
	background-image:url(../images/base/table_head.png);
	background-position:-5px 0px;
	height:31px;
	line-height:31px;
	padding:0px;
	text-align:center;
	color:#FFFFFF;
}

table#myevent td
{
	border-bottom:1px dotted #6BD0FF;
}

table#myevent td.date
{
	width:100px;
}

/* 検索パラメータ表示 */
#search_result
{
	background-image:url(../images/contents/event/search_result_m.png);
	background-repeat:repeat-y;
	margin:0px 0px 20px 10px;
}

#search_result .parameter table
{
	margin:0px 0px 0px 30px;
}

#search_result .parameter table th
{
	padding:0px 5px;
	color:#0099FF;
	width:100px;
}

#search_result .parameter table td
{
	padding:0px 5px;
}

/* ソーシャルリンク */
#share
{
	margin:0px 0px 10px 0px;
}

#share .hatena,
#share .g_plus, 
#share .twitter, 
#share .facebook
{
	float: left;
	margin: 0px 0px 5px 0px;
}

#share .hatena
{
	margin: 0px 10px 0px 0px;
}

