@charset "utf-8";

/*________________________________________________

	name:			bt_search.css
	create Date:	2012-11-12
	lastmodified:	****-**-**
________________________________________________*/

/*--------------------------------------------------------------
box
--------------------------------------------------------------*/
.box {
	display: block;
	clear: both;
	width: 830px;
	margin: 10px auto;
}
/* clearfix */
.box, .genre ul {
	display: inline-block;
	display: block;
	zoom: 100%;
}
.box:after, .genre ul:after {
	display: block;
	clear: both;
	height: 0;
	font-size: 0.1em;
	visibility: hidden;
	line-height: 0;
	content: ".";
}
/* Hides from IE-mac \*/
* html .box, * html .genre ul  {
	height: 1%;
}
.box, .genre ul {
	display: block;
}
/* End hide from IE-mac */
.genre {
	display: inline;
	float: left;
	width: 620px;
	padding: 10px 0;
	text-align: left;
	border: 1px #666666 solid;
}
.genre ul {
	display: block;
	clear: both;
	width: 610px;
	height: 120px;
	margin-left: 10px;
	margin-top: 10px;
	text-align: left;
	overflow: hidden;
}
.genre li {
	display: inline;
	float: left;
	width: 145px;
	height: 55px;
	margin-right: 7px;
	margin-bottom: 7px;
	text-align: left;
}
.area {
	display: inline;
	float: right;
	width: 190px;
	height: 145px;
	padding: 10px 10px 10px 0;
	text-align: left;
	border: 1px #666666 solid;
	overflow: hidden;
}
.areainner {
	position: relative;
	display: block;
	clear: both;
	width: 180px;
	height: 120px;
	margin-top: 10px;
	margin-left: 10px;
	background: url(../img/bg_areamap.jpg) center top no-repeat;
	text-align: left;
}
.areainner .station {
	position: absolute;
	display: block;
	width: 45px;
	height: 20px;
	left: 62px;
	top: 41px;
}
.areainner .kinrinko {
	position: absolute;
	display: block;
	width: 65px;
	height: 20px;
	left: 111px;
	top: 41px;
}
.areainner .torigoe {
	position: absolute;
	display: block;
	width: 45px;
	height: 20px;
	left: 122px;
	top: 0px;
}
.areainner .others {
	position: absolute;
	display: block;
	width: 45px;
	height: 20px;
	left: 11px;
	top: 47px;
}

.keywords {
	display: block;
	clear: both;
	margin: 10px 0;
	padding: 10px 10px 10px 0;
	text-align: left;
	border: 1px #666666 solid;
}
.keywords .category {
	display: inline;
	float: left;
	width: 230px;
	margin-top: 10px;
	margin-left: 10px;
	text-align: left;
}
.keywords .category img {
	margin-right: 5px;
	line-height: 23px;
}
.keywords .category select {
	width: 150px;
	height: 23px;
}

.keywords .keywordinput {
	display: inline;
	float: right;
	width: 540px;
	margin-top: 10px;
	text-align: left;
}
.keywords .keywordinput img {
	margin-right: 5px;
	line-height: 23px;
}
.keywords .keywordinput input {
	width: 450px;
	height: 23px;
}


/*--------------------------------------------------------------
searchFrame
--------------------------------------------------------------*/
#searchFrame {
	display: inline;
	float: left;
	width: 160px;
	color: #000000;
	background-color: #D6D6D6;
	padding: 15px;
	margin-bottom: 20px;
	margin-left: 10px;	
}
#searchFrame img{
	text-align: center;
	display: inline;
}
.formsp {
	margin-bottom: 10px;
	padding: 10px;
	line-height: 1.5;
	background-color: #FFF;
}
#bt{
	text-align: center;
	margin-top: 10px;
}

#bt img{
	padding-right: 3px;
	padding-left: 3px;
}

#mainFrame {
	display: inline;
	float: right;
	width: 620px;
	margin-bottom: 10px;
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#mainFrame .contentTitle {
	display: block;
	clear: both;
	padding: 5px 10px;
	color: #FFF;
	font-size: 140%;
	font-weight: bold;
	background-color: #F8A049;
	border-top-width: 0px;
}

/*--------------------------------------------------------------
カラム記事フレーム
--------------------------------------------------------------*/
#mainFrame .frame_kiji_s {
	display: inline;
	float: left;
	width: 300px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 20px;
	background-image: url(../img/kekka_line.gif);
	background-repeat: no-repeat;
	padding-top: 15px;
}
/* clearfix */
#mainFrame .frame_kiji_s {
	display: inline-block;
	display: block;
	zoom: 100%;
}
#mainFrame .frame_kiji_s:after {
	display: block;
	clear: both;
	height: 0;
	font-size: 0.1em;
	visibility: hidden;
	line-height: 0;
	content: ".";
}
/* Hides from IE-mac \*/
* html #mainFrame .frame_kiji_s {
	height: 1%;
}
#mainFrame .frame_kiji_s {
	display: block;
}
/* End hide from IE-mac */


.frame_kiji_s h3{
	font-size: 15px;
	font-weight: bold;
	width: 180px;
	display: block;
	clear: both;
	margin-bottom: 5px;
	float: right;
	background-color: #F2F0E6!important;
}

	
	
	
#mainFrame .frame_kiji_s .photo {
	display: inline;
	float: left;
	width: 100px;
	margin-top: 5px;
	border: 3px solid #B79640;
}
#mainFrame .frame_kiji_s .photo a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
#mainFrame .frame_kiji_s .kiji_contents_s {
	display: inline;
	float: right;
	width: 190px;
	margin-top: 5px;
}
.areaname {
	display: block;
	clear: both;
	font-size: 90%;
	margin-top: 5px;
	margin-bottom: 5px;
}

/*--------------------------------------------------------------
詳細ページ
--------------------------------------------------------------*/
.framesp02 h3.titleh3{
	padding-bottom: 5px;
	background-position: left center;
	background-color: #F8A049;
	font-weight: bold;
	color: #FFF;
	padding-top: 5px;
	padding-left: 10px;
	font-size: 15px;
	margin-bottom: 10px;
}




/*--------------------------------------------------------------
naviBox　検索結果
--------------------------------------------------------------*/
.naviBox {
	clear:both;
	margin: 10px 0;
}
/* clearfix */
.naviBox {
	display: inline-block;
	display: block;
	zoom: 100%;
}
.naviBox:after {
	display: block;
	clear: both;
	height: 0;
	font-size: 0.1em;
	visibility: hidden;
	line-height: 0;
	content: ".";
}
/* Hides from IE-mac \*/
* html .naviBox {
	height: 1%;
}
.naviBox {
	display: block;
}
/* End hide from IE-mac */

/*--------------------------------------------------------------
hyouji　検索結果
--------------------------------------------------------------*/
.hyouji {
	display: inline;
	float:left;
	width: 290px;
	line-height: 2;
}

.hyouji strong {
	font-weight:bold;
}

/*--------------------------------------------------------------
.aiueo　あいうえお
--------------------------------------------------------------*/
.aiueo {
	text-align: right;
	float: right;
	width: 300px;
	line-height: 2;
}
.aiueo .current {
	padding: 0 4px;
	margin: 2px 1px;
	border: 1px solid #C7493F;
	color: #ffffff;
	background-color: #C7493F;
}

.aiueo a {
	padding: 0 4px;
	margin:2px 1px;
	border: 1px solid #525252;
	text-decoration: none;
	color: #000000!important;
	background-color: #FFFFFF;
}

.aiueo a:hover{
	border: 1px solid #51A941;
	text-decoration: none;
	color: #ffffff!important;
	background-color: #51A941;
}

/*--------------------------------------------------------------
paging
--------------------------------------------------------------*/
.paging {
	display: block;
	clear: both;
	margin: 10px 0;
	padding-top: 5px;
	text-align: right;
}

.paging a {
	margin: 2px;
	padding: 2px 3px;
	color: #000000;
}

.paging a:hover,
.paging a:active {
	color: #7E992C;
}

.paging span.current {
	background-color: #51A941;
	color: #fff;
	margin: 2px;
	padding: 2px 5px;
	font-weight: bold;
}

.paging a:link,
.paging a:visited {
}

.paging a.next{
	padding-right: 0px; 
}

/*--------------------------------------------------------------
詳細ページ
--------------------------------------------------------------*/
.kyotenphoto {
	display: inline;
	float: left;
}
.kyotenphoto img{
	border: 1px solid #E6E6E6;/*写真の枠*/
	height: auto !important;
}
.kyotenphoto a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}


.s_add {
	display: inline;
	float: right;
	width: 350px;
	line-height: 1.5;
	text-align: left;
}
/* clearfix */
.s_add {
	display: inline-block;
	display: block;
	zoom: 100%;
}
.s_add:after {
	display: block;
	clear: both;
	height: 0;
	font-size: 0.1em;
	visibility: hidden;
	line-height: 0;
	content: ".";
}
/* Hides from IE-mac \*/
* html .s_add {
	height: 1%;
}
.s_add {
	display: block;
}




.s_add .table_date	{
	width:100%;
	padding:0px;
	border-collapse:collapse;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CFCBC6;
	border-bottom-color: #CFCBC6;
}
.s_add .table_date th {
	padding: 5px;
	background-color: #F2EFEA;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CFCBC6;
	color: #333333;
	font-weight: bold;
	width: 100px;
	vertical-align: top;
}
.s_add .table_date td {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CFCBC6;
	background-color: #FFF;
}

/* End hide from IE-mac */
/*.s_add ul {
	display: block;
	clear: both;
	margin-top: 5px;
}
.s_add li {
	display: block;
	clear: both;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
}*/


/*2012.12.20　追加*/

#slide{
	margin-top: 10px;
	width: 610px;
	display: block;
	clear: both;
	/*margin-top: 10px;*/
	background-color: #FFF;
}




.sisetusyokai {
	display: block;
	clear: both;
	margin-top: 10px;
}
.sisetusyokai p {
	display: block;
	clear: both;
	margin-top: 5px;
}
.syosaimap {
	display: block;
	/*clear: both;*/
	margin-top: 10px;
	margin-bottom: 10px;
}

.syosaigooglemap {
	display: block;
	/*clear: both;*/
	width: 475px;
	height: 340px;
	float: left;
	margin-top: 10px;
}
.syosaigooglemap img{
	width: 475px;
}
.detailMapRight{
	float: right;
	width: 130px;
	margin-top: 10px;
	background-color: #ECECEC;
	height: 350px;
}
.detailMapRight p{
	margin-top: 10px;
	padding-left: 10px;
}
.detailMapRight ul{
	margin:0;
padding:0;
list-style:none;
}
.detailMapRight li{
	margin:5px 0;
padding:0 0 0 10px;
}
.detailMapRight dl{
	margin:0;
padding:0;
list-style:none;
}
.detailMapRight dt{
	margin:5px 0;
padding:0 0 0 10px;
}
.detailMapRight dd{
	margin:5px 0;
padding:0 0 0 10px;
}

/*--------------------------------------------------------------
前ページへ戻る　一覧へ戻る
--------------------------------------------------------------*/

.framesp02 .btn_backnumber {
	clear: both;
	margin-top: 10px;
	text-align: right;
}
.framesp02 .btn_backnumber img{
	margin-top: 5px;
}
.framesp02 .btn_backnumber a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}


/*--------------------------------------------------------------
イベント
--------------------------------------------------------------*/
table.date_area {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	color: #000000;
	font-size: 1.3em;
	font-weight: bold;
	clear: both;
	background-image: url(../img/search/bg_manth.jpg);
	background-repeat: no-repeat;
}
table.date_area td {
	width: 160px;
	padding: 5px 7px;
}
table.date_area td img{margin-right:5px;}
table.date_area th{text-align:center;}
.kindMenu{
	float: right;
	margin:0;
	padding:0;
	
	}
.kindMenu ul{text-align: right;}
.kindMenu li{
	float: left;
	margin-left: 8px;
	height: 29px;
}
/* -------------------------------------------------- pickupEvent */
.pickupEvent {
	float: left;
	width: 330px;
	margin-bottom: 15px;
}

.pickupEvent h4{
	margin-bottom: 10px;
}

.e_colomn{
	clear:both;
	margin:0 0 10px;
}

.e_colomn_p {
	float:left;
	width:96px;
}
.e_colomn_p img{
	padding: 2px;
	border: 1px solid #E6E6E6;
	margin-right: 10px;
	width:120px;
}
.e_colomn_d {
	display: inline;
	float: right;
	width: 190px;
	margin-bottom: 10px;
}
.e_colomn_d h4 {
	font-weight: bold;
	margin-bottom: 2px;
}
.e_colomn_d h4 a {
	color: #333333;
	font-weight: bold;
}
.e_colomn_d h4 a:hover {
	text-decoration: underline;
	color: #E1361E;
}
.e_colomn_d dt {
	float: left;
	color: #B6282C;
}

/*------------------------------------------- calendar */
#calender{
	float: right;
	width: 280px;
	margin-bottom: 15px;
}

.c_month {
	padding-bottom: 5px;
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
}

#calenderBox {
	background-color: #ffffff;
	clear: both;
	padding: 10px;
}

#calenderBox table {
	margin-bottom: 0;
	font-size: 1.1em;
	width: 260px;
	/*border-bottom: 1px solid #CCCCCC;*/
	margin: 0 auto;
}

#calenderBox table th {
	text-align: center;
	padding: 5px;
	background-color: #F2F0E6;
	border-right: 1px solid #ffffff;
}

/*#calenderBox table th {
	text-align: center;
	padding: 5px;
	background-color: #999999;
	border-right: 1px solid #ffffff;
}*/


#calenderBox table td {
	text-align: center;
	background-color: #FFFFFF;
	height: 38px;
	line-height: 38px;
}

#calenderBox table .mWeek{
	font-weight:bold;
}

#calenderBox table .mWeek a {
	font-weight:bold!important;
	text-decoration: underline!important;
	color: #333333!important;
	line-height: 38px;
	display: block;
}
#calenderBox table .mWeek a:hover {
	color: #666666!important;
}

#calenderBox table .m_Week{
	font-weight:bold;
	color: #D6D6D6;
}

#calenderBox table .mSat{
	font-weight:bold;
	color: #0066CC;
}

#calenderBox table .mSat a {
	font-weight:bold!important;
	color: #5883AE!important;
	text-decoration: underline!important;
	line-height: 38px;
	display: block;
}
#calenderBox table .mSat a:hover {
	color: #7099BD!important;
}

#calenderBox table .mwSun{/*曜日部分*/
	font-weight:bold;
	color: #FFF;
	background-color: #B6282C;	
}
#calenderBox table .mwSat{/*曜日部分*/
	font-weight:bold;
	color: #FFF;
	background-color: #076BAF;	
}
#calenderBox table .mSun{
	font-weight:bold;
	color: #DF3D30;
}

#calenderBox table .mSun a {
	font-weight:bold!important;
	color: #DF3D30!important;
	text-decoration: underline!important;
	line-height: 38px;
	display: block;
}
#calenderBox table .mSun a:hover{
	color: #FFA5A4!important;
}


#calenderBox table .m_month{
	padding: 7px 0 7px 0;
	background-color: #E3E3E3;
	font-weight: bold;
	border-bottom:none!important;
}

#calenderBox table .l_mWeek{
	padding-bottom: 10px;
	font-weight:bold;
}

#calenderBox table .l_mSat{
	padding-bottom: 10px;
	font-weight:bold;
	color: #0066CC;
}

#calenderBox table .l_mSun{
	padding-bottom: 10px;
	font-weight:bold;
	color: #ED4F69;
}

#calenderBox table .l_m_Week{
	padding-bottom: 10px;
	font-weight:bold;
	color: #D6D6D6;
}

/*------------------------------------------- month_event */

#mainFrame h4.TitleS {
	display: block;
	clear: both;
	margin-bottom: 5px;
	color: #FFF;
	font-weight: bold;
	background-color: #F8A049;
	background-position: left center;
	padding: 3px 10px 3px 15px;
}

#month_event {
	margin-top:10px;
}

#month_event table {
	width: 100%;
}

#month_event table th {/*期間とかの*/
	padding: 3px;
	background-color: #FDDC9D;/*上*/
	color: #333;
	border: 1px solid #E6E6E6!important;
	text-align:center;
	font-weight: bold;
}

#month_event table td {/*イベント中身*/
	height:100%;
	padding: 8px;
	background-color: #FFF;/**/
	clear:both;
	border: 1px solid #FDDC9D;
}
#month_event table td a {
float:left;
margin:0 5px 0 0;
}
#month_event table td img{
	float:left;
}
.dateTh {
	width: 200px;

}
.eventTh {width: 200px;}
.placeTh {width: 170px;}

.on{
	background: #ffff99!important;
	color: #333333!important;
	font-weight:bold;
}

