@charset "UTF-8";

/* =============================================
 *  ファイル名：clear.css
 *  概　要：clearfix用 CSSファイル
 *  作成日：2009.7.3
============================================= */


/* -----------------------------------------------------------------------------------------
 *  リセット
----------------------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
cite, code, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 font-weight: inherit;
 font-style: inherit;
 font-size: 100%;
 font-family: 'ＭＳ Ｐゴシック', Osaka;
}

form, input, textarea {
 margin: 0;
 padding: 0;
 font-size: 100%;
 line-height: 1.4;
}

em, address {
 font-style: normal;
}

:focus {
 outline: 0;
}

body {
 line-height: 1.4;
 color: #333;
 background: url(./bg.gif) left top repeat;
 text-align: center;
 font-size: 90%;
}

strong {
 font-weight: bold;
}

img,
a img {
 vertical-align: top;
 border: 0 none;
 outline: 0;
}

a img {
 cursor : pointer;
}

ol, ul {
 list-style: none;
}

hr {
 display: none;
}

table {
 border-collapse: collapse;
}

td,
th {
 font-weight: normal;
 vertical-align: top;
}


/* -----------------------------------------------------------------------------------------
 *  リンク設定
----------------------------------------------------------------------------------------- */
a:link,
a:visited,
a:active,
a:focus {
 border-bottom: 1px solid #069;
 color: #069;
 text-decoration: none;
}


a:hover {
 border-bottom: 1px solid #daa520;
 color: #daa520;
 text-decoration: none;
}


#wrapper {
 width: 758px;
 margin: 0 auto;
 padding: 50px 20px 0 20px;
 text-align: left;
 background-color: #fff;
 border-right: 1px solid #ccc;
 border-left: 1px solid #ccc;
}


#detail {
 width: 758px;
}

#detail .pic {
 float: left;
 width: 200px;
 margin-right: 25px;
}

#detail .top_cont {
 float: left;
 width: 530px;
}

h1 {
 width: 530px;
 font-size: 180%;
 font-weight: bold;
 color: #4682b4;
 border-bottom: 1px solid #4682b4;
}

h1 em {
 margin-left: 2em;
 font-size: 70%;
 color: #666;
}

h2 {
 margin: 0.5em 0 1em 0;
 font-size: 120%;
 text-align: right;
 font-weight: normal;
}

h2 strong {
 font-size: 110%;
 font-weight: normal;
}

.section {
 width: 530px;
 margin-top: 20px;
 padding-top: 20px;
 background: url(./line.gif) left top repeat-x;
}

h3 {
 float: left;
 width: 100px;
 font-size: 110%;
 font-weight: bold;
 color: #daa520;
}


h3.top {
 margin-top: 0.3em;
}

.cont {
 float: left;
 width: 430px;
}

.cont strong {
 font-size: 180%;
 line-height: 1;
}

.cont em {
 margin-left: 1em;
 font-size: 120%;
 font-weight: bold;
 line-height: 1;
}

.cont dt {
 float: left;
 clear: both;
 width: 9em;
 line-height: 1.8;
}

.cont dd {
 margin-left: 9em;
 line-height: 1.8;
}

.ticket em {
 margin: 0;
 font-size: 120%;
 font-weight: bold;
 line-height: 1.4;
}

ul.cont li {
 line-height: 1.5;
}

ul.cont li.last {
 margin-top: 1em;
}

.address {
 width: 530px;
 margin-top: 30px;
 padding: 15px 0 10px 0;
 background-color: #c6e4ee;
}

.address .addres_cont {
 width: 500px;
 margin: 0 15px;
}

.address .addres_cont  h4 {
 float: left;
 width: 180px;
}

.address .addres_cont ul.add {
 float: left;
 width: 320px;
}

.address p {
 margin: 15px 15px 10px 10px;
}

.address ul.sec {
 margin: 0 15px 15px 15px;
 font-size: 90%;
}

.address ul li span {
 margin-left: 1em;
}

.footer {
 padding: 50px 0 10px 0;
 text-align: center;
}


/* --------------------------------------------------------------------------
 *　clearfix
-------------------------------------------------------------------------- */
.address .addres_cont:after,
.section:after,
#detail:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}

.address .addres_cont,
.section,
#detail {
 display: inline-table;
}

/* Hides from IE-mac ?*/
* html .address .addres_cont,
* html .section,
* html #detail {
 height: 1%;
}

.address .addres_cont,
.section,
#detail {
 display: block;
}

/* End hide from IE-mac */

