﻿@charset "utf-8";

/*------------------------------------------------------------------------------
Kyoto Prefecture Tourism Guide - CSS Modules Import
URL: http://
Date: 2011-02-02
Copyright (C) Kyoto Tourism Federation. All rights reserved.
------------------------------------------------------------------------------*/

/* ----------------------------------------

Mv

---------------------------------------- */

div#Mv {
	background: url(../img/common/mv_01.jpg) 50% 50% no-repeat;
}

/* ----------------------------------------

Content
---------------------------------------- */

/* EventCalSec
------------------------------- */

div#EventCalSrch h2#EventCalTit {
	position: relative;
	padding: 12px 0 10px;
	border-top: 2px solid #f9afaa;
	background: url(../img/common/bg_pattern_01.png) 0 0 repeat;
	text-align: center;
	font-size: 133.4%;
	zoom: 1;
	font-weight: bold;
}

div#EventCalSrch h2#EventCalTit a.Prev,
div#EventCalSrch h2#EventCalTit a.Next {
	position: absolute;
	top: 10px;
	left: 10px;
	display: block;
	width: 63px;
}

div#EventCalSrch h2#EventCalTit a.Next {
	right: 10px;
	left: auto;
}

/* -- dl.Area2ndList -- */

dl.Area2ndList dt {
	clear: both;
	float: left;
	width: 7em;
	margin-bottom: 8px;
	line-height: 1.6;
	font-weight: 700;
}

dl.Area2ndList dd {
	margin-left: 7.5em;
	margin-bottom: 8px;
}

div.Entry div.ImgList01 {
	margin-bottom: 20px;
}

div.Entry div.TblStyle02 {
	clear: both;
}

/* GMap
------------------------------- */

div#GMap01 {
	width: 490px;
	height: 350px;
}



/* SearchCriteria
------------------------------- */
div#SearchCriteria {
	border-bottom: 1px solid #d1d1d1;
}

div#SearchCriteria table {
	margin: 0 auto;
	width: 670px;
}

div#SearchCriteria table td {
	_zoom:1;
	_position: relative;
}

div#SearchCriteria table.TblStyle07 {
	margin-top: 14px;
}

#SearchTerm {
	padding-left: 10px;
	vertical-align: top;
	margin-top: -2px;
}

div#SearchDetailSec input{
	top: 615px;
	position: absolute;
	left: -5000px;
}

div#SearchCriteria table ul.CatSelect {
	background: #f5f3e8;
	padding: 8px;
	line-height: 1.0;
}

#SelectOptCheck label {
	text-decoration: underline;
	cursor: pointer;
}

div#SearchCriteriaOpt {
	display: none;
}

div#SearchCriteriaOpt table {
	margin-bottom: 14px;
	background: url(../img/common/line_dotted_02.png) 0 0 repeat-x;
}

div#SearchCriteriaRes td span {
	font-weight: bold;
}

div#SearchCriteriaRes table.TblStyle07 {
	margin-top: 0;
}

div#SearchCriteriaOpt ul.BtnStyle01 {
	padding-bottom: 30px;
}

div.TblStyle03 tbody .Place ul {
	float: right;
	padding-left: 10px;
}

div.TblStyle03 tbody .Place ul li {
	margin-bottom: 5px;
}

div.TblStyle03 tbody .Place ul li img {
	display: block;
    float: none;
    margin-left: 0;
}

/* ----------------------------------------

ClearFix (必要なければ消す)

---------------------------------------- */

/* Modern Browsers
------------------------------- */

div.TblStyle03 tbody .Place:after,
div#Weather ul:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* IE7
------------------------------- */

*:first-child+html div.TblStyle03 tbody .Place
*:first-child+html div#Weather ul {
	zoom: 1;
}

/* Legacy IE
------------------------------- */

* html div.TblStyle03 tbody .Place,
* html div#Weather ul {
	zoom: 1;
}