/* --------------------------------
   layout
---------------------------------*/
#header-btn {
	margin-right:0;
	padding-right:10px;
}
#content {
	color:#333;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
h2 {
	font-weight:normal;
}
h3 {
	margin:15px auto;
	padding:0;
	width:60%;
	height:auto;
}
h3 a {
	display:block;
	margin:0;
	padding:10px 40px;
	color:#fff;
	font-size:36px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	background-color:#ff47ab;
	border-radius:10px;
}
h3 a:hover {
	background-color:#ff5eb6;
}
h3 a:visited {
	color:#fff;
}
h4 {
	margin:0;
	padding:0;
	text-align:center;
}
.date h4 {
	color:#333;
	font-size:24px;
	font-weight:bold;
	text-align:left;
}
h5 {
	margin:13px 38px;
	padding:17px 27px;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	background-color:#c8e3f1;
	border-radius:5px;
}
.tit {
	display: table;
    margin: 10px auto 0;
}
.tit dd {
	display: table-cell;
}
.tit dt {
	display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
}
.titLead {
	padding: 0 0 0 272px;
    font-size: 18px;
}
/* --------------------------------
   box-layout
---------------------------------*/
.maincol {
	margin-top: 50px;
}
.R {
    margin: 0;
    padding: 0;
    width: 300px;
}
.L {
	margin: 0;
    padding: 0 20px 0 35px;
    width: 560px;
}
.L ul {
	display:table;
	margin: 0 auto;
    width: 60%;
}
.L li {
	display:table-cell;
	width:50%;
	text-align:center;
	list-style:none;
}
.date {
	margin-bottom:40px;
	padding:22px 30px;
	background:url(../images/img_hr.gif) top left repeat-x, url(../images/img_hr.gif) bottom left repeat-x;
}
.date dt {
	margin:0 0 20px 0;
	padding:30px 0 50px 0;
	font-size:30px;
	font-weight:bold;
	text-align:center;
	border-bottom:1px dotted #333;
}
.date dd {
	font-size:20px;
	font-weight:bold;
	text-align:left;
}
.date dd.red {
	color:#cf0000;
	font-size:14px;
	font-weight:bold;
	text-align:left;
}
.access {
	position: relative;
	margin:30px 0 20px;
	padding:16px;
	background: #ffffff;
	border: 1px solid #333333;
	border-radius:5px;
}
.access:after, .access:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.access:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 13px;
	margin-left: -13px;
}
.access:before {
	border-color: rgba(51, 51, 51, 0);
	border-bottom-color: #333333;
	border-width: 14px;
	margin-left: -14px;
}
.access dt {
	margin-bottom:5px;
}
.access ul {
	margin-top:10px;
	background:url(../images/ico02.gif) left center no-repeat;
}
.access li {
	padding:0 0 0 25px;
	list-style:none;
}
.attention {
	padding:16px;
	border:1px solid #cf0000;
	border-radius:5px;
}
.attention dt {
	margin-bottom:5px;
	padding:0 0 0 25px;
	color:#cf0000;
	font-size:16px;
	font-weight:bold;
	background:url(../images/ico03.gif) left center no-repeat;
}
.attention ul {
	margin-left:20px;
}
.attention li {
	list-style:disc;
}