﻿@charset "utf-8";


/*---------------------------------------------------------------------------*/
header .inner {
	width: 960px;
	height: 90px;
	position: relative;
	margin: 0px auto;
}

header .inner h1 {
	position: absolute;
	left: 20px;
	top: 8px;
}

header .inner header_right {
	position: absolute;
	top: 12px;
	right: 12px;
	font-size: 12px;
	text-align: right;
	line-height: 1.6;
	letter-spacing: 0.2em;
}

/*---------------------------------------------------------------------------*/

nav#mobile_menu {
	display: none;
}

/*---------------------------------------------------------------------------*/

#main .h3_360_l {
	display: block;
	width: 360px;
	float:left;
}

#main .h3_360_r {
	display: block;
	width: 360px;
	float:right;
}

#main .360_l {
	width: 360px;
	float:left;
}

#main .360_r {
	display: block;
background-color:#00f00;
border:1px solid #ffffff;
	width: 360px;
	float:right;
}

.back {
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	text-align:right;
}

.back ul li a{
	display: block;
	width:50px;
	background: url(../images/list_mark_back.png) no-repeat 0px -8px;
	text-decoration: none;
}

.go {
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	float: right;
	text-align:left;
}

.go ul li a{
	display: block;
	width:auto;
	padding-right:34px;
	background: url(../images/list_mark_go.png) no-repeat 0px -9px;
	background-position:right;
	text-decoration: none;
}

.cd {
	display: block;
	width: auto;
	margin-left: -12px;
	padding-left: 36px;
	background: url(../images/icon_6m_192.png) no-repeat 0px -9px;
	background-size: 32px 32px;
	background-position: left;
}

.whatsnew {
	display: block;
	width: auto;
	margin-left: -10px;
	padding-left: 38px;
	background: url(../images/icon_4b_192.png) no-repeat 0px -9px;
	background-size: 32px 32px;
	background-position: left;
}

.ticket {
	display: block;
	width: auto;
	margin-left: -10px;
	padding-left: 38px;
	background: url(../images/icon_3g_192.png) no-repeat 0px -9px;
	background-size: 32px 32px;
	background-position: left;
}

/*----*/
#main .section_360 {
}

#main .section_360 .left {
	width: 360px;
	float: left;
	padding-bottom: 20px;
}

#main .section_360 .right {
	width: 360px;
	float: right;
	padding-bottom: 20px;
}

/*---------------------------------------------------------------------------*/

#osusume dt {
text-align: center;
}

#osusume img {
	max-width: 240px;
}

#osusume .osusume_title {
	font-size:18px;
	text-align:center;
}

#osusume .osusume_caption {
	font-size:12px;
	font-weight:bold;
	line-height:1.4em;
	color:#000000;
	background-color:#ff9900;
	padding :5px;
}

/*---------------------------------------------------------------------------*/

.event {
width:740px;
margin:-1px;
}

.month {
display:block;
background-color:#660000;
padding:4px 10px 4px 10px;
border-bottom:0px;
border-top:1px solid #e9db92;
border-left:1px solid #e9db92;
border-right:1px solid #e9db92;
}


.date {
display:block;
float:left;
width:76px;
padding:4px 10px 4px 10px;
border-top:1px solid #e9db92;
}

.place {
display:block;
float:left;
width:160px;
padding:4px 10px 4px 0px;
border-top:1px solid #e9db92;
border-right:1px solid #e9db92;
}

.act {
display:block;
float:right;
margin-left:-1px;
margin-right:0px;
width:453px;
padding:4px 10px 4px 10px;
border-left:1px solid #e9db92;
border-top:1px solid #e9db92;
word-wrap:break-all;
}

/*---------------------------------------------------------------------------*/
.form {
width:738px;
margin-bottom:20px;
border-bottom:1px solid #e9db92;
border-left:1px solid #e9db92;
border-right:1px solid #e9db92;
background-color:#330000;
}

.form dt {
display:block;
width:180px;
float:left;
padding:4px 10px 4px 10px;
border-top:1px solid #e9db92;
font-weight:bold;
}

.form dd {
display:block;
padding:4px 10px 4px 10px;
border-top:1px solid #e9db92;
border-left:1px solid #e9db92;
margin-left:180px;
background-color:#000000;
}


.form_j {
width:738px;
margin-bottom:20px;
border-bottom:1px solid #e9db92;
margin-top:-1px;
}

.form_j dt {
display:block;
width:180px;
float:left;
border-top:1px solid #e9db92;
padding:4px 10px 4px 10px;
font-weight:bold;
}

.form_j dd {
display:block;
padding:4px 10px 4px 10px;
margin-left:180px;
border-left:1px solid #e9db92;
background-color:#000000;
border-top:1px solid #e9db92;
}

