﻿@charset "utf-8";

/*=====================================================
* 00. share                                     
=====================================================*/
dl.sort {
	margin-bottom: 3px;
	text-align: right;
}

dl.sort dt,
dl.sort dd {
	display: inline;
	border-right: 1px solid #666;
}

dl.sort dd a {
	margin: 0 2px;
}

div.page_nav {
	clear: both;
	margin-bottom: 10px;
	padding: 1px 2px;
	background: #954091;
	text-align: right;
	color: #fff;
}

div.page_nav a,
div.page_nav a:visited {
	color: #fff;
}

div.page_nav ul li {
	display: inline;
	margin-left: 5px;
}

div.page_nav ul li.number a {
	padding: 0 5px;
	border-left: 1px solid #fff;
}

div.page_nav ul li.number a.edge {
	border-right: 1px solid #fff;
}

p.icon_info {
	margin: 30px 0 25px 0;
	text-align: center;
	font-size: 11px;
}

p.icon_info span {
	margin: 0 3px;
}

p.icon_info img {
	margin-right: 3px;
	vertical-align: text-bottom;
}

/* table elements
------------------------------------- */
table {
	width: 100%;
	margin: 10px 0;
	border: 1px solid #573476;
}

table th,
table td {
	padding: 3px 3px 2px 3px;
	border-bottom: 1px solid #573476;
}

table th {
	border-left: 1px solid #573476;
	background: #eedff2;
	text-align: right;
	color: #573476;
	font-weight: normal;
}

table th.no_bg {
	background: #fff;
	text-align: left;
}

table th.table_ttl {
	background: #573476!important;
	text-align: left;
	color: #fff;
}

table td.border_left {
	border-left: 1px solid #573476;
}

table label {
	margin: 0 1em 0 5px;
}

table img,
table input,
table select {
	vertical-align: middle;
}

table input,
table textarea {
	padding: 1px;
	border: none;
	border: 1px solid #573476;
}

table input.no_border {
	border: none;
}

table select {
	padding: 0;
}

table em {
	font-size: 85%;
}

table table  {
	margin: 0;
	border: none;
}

table table td {
	padding: 0;
	border: none;
}

/*=====================================================
* Error
=====================================================*/
.Error div#container {
	padding-bottom: 5em;
	text-align: center;
}

/* container > main_cnt
------------------------------------- */
.Error div#main_cnt {
	margin-bottom: 1em;
	padding: 5em 0;
	border: 1px solid #573476;
}

.Error div#main_cnt p.comp_text {
	width: 30em;
	margin: 0 auto 1em auto;
	padding: 1em 0;
	background: #eedff2;
}


/*------------------------------------------------------*/
/*   clearfix                                           */
/*------------------------------------------------------*/
div.calendar ul:after,
ul.recommend_tour li:after,
ul.col3_list:after,
div.photo_section ul:after,
ul.album_cat_list:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div.calendar ul,
ul.recommend_tour li,
ul.col3_list,
div.photo_section ul,
ul.album_cat_list {
	display: inline-block;
}

/* hides from IE-mac \*/
* html div.calendar ul,
* html ul.recommend_tour li,
* html ul.col3_list,
* html div.photo_section ul,
* html ul.album_cat_list {
	height: 1%;
}

div.calendar ul,
ul.recommend_tour li,
ul.col3_list,
div.photo_section ul,
ul.album_cat_list {
	display: block;
}
/* End hides from IE-mac */


