/* -*- coding: utf-8 -*- */
@charset "UTF-8";
/* CSS Document */

/* ----------------------------------------------
common
------------------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
}
html {
	font-size: 62.5%;
}
body {
	margin: 0px;
	padding: 0px;
	color: #333;
	background-color: #000;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.0;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}
ul, dl, ol {
	text-indent: 0;
}
li {
	list-style: none;
}
img {
	border-style: none;
	vertical-align: bottom;
}
#wrapper {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 980px;
	clear: both;
}
a {
	color: #c03;
	outline: 0;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
blockquote {
	margin-left: 20px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
}
th, td {
	text-align: left;
	vertical-align: top;
}
caption {
	text-align: left;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
img.over:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* IE */
	filter: alpha(opacity=80); /* IE */
	opacity: 0.8;
	cursor: pointer;
}
/* ----------------------------------------------
#header
------------------------------------------------- */
#header {
	height: 136px;
	position: relative;
}
#header #logo {
	position: absolute;
	top: 10px;
	left: -53px;
	z-index: 10;
}
/* #menu */
#header #menu {
	position: absolute;
	bottom: 5px;
	padding-left: 115px;
	padding-top: 12px;
	height: 28px;
	width: 710px;
	border-radius: 3px;
	background-image: url(images/menu.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#header #menu li {
	margin-right: 20px;
	float: left;
	display: block;
	font-size: 160%;
	position: relative;
}
#header #menu li ul {
	padding-top: 24px;
	padding-bottom: 10px;
	position: absolute;
	top: 29px;
	left: -15px;
	background-image: url(images/menu_drop.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	z-index: 100;
}
*:first-child+html #header #menu li ul {
	display: none !important;
}
#header #menu li li {
	margin-right: 0px;
	float: none;
	line-height: 1.3;
	font-size: 87.5%;
}
#header #menu li a {
	color: #fff;
	height: 30px;
	display: block;
}
#header #menu li a:hover {
	text-decoration: none;
}
#header #menu li.current a {
	color: #c03;
}
#header #menu li li a {
	height: auto;
	white-space: nowrap;
	padding: 5px 15px;
	display: block;
	color: #ccc !important;
}
#header #menu li li a:hover {
	color: #c03 !important;
}
/*.nav */
#header .nav {
	position: absolute;
	top: 40px;
	right: 272px;
}
#header .nav li {
	font-size: 130%;
	float: left;
	margin-left: 23px;
}
#header .nav li.icon {
	margin-top: -10px;
	margin-left: 5px;
}
#header .nav li.icon:hover {
}
#header .nav li a {
	color: #fff;
}
#header .nav li a:hover {
}
/* #searchArea */
#header #searchArea {
	position: absolute;
	right: 0px;
	top: 25px;
	width: 240px;
	height: 40px;
}
#header #searchArea #searchBox {
	height: 12px;
	font-size: 12px;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 10px;
	background: url(images/searchBox.gif) no-repeat right top;
	width: 195px;
	position: absolute;
	left: 0px;
	top: 0px;
	line-height: 1.0;
	border-style: none;
}
#header #searchArea input[type=text]:focus {
	outline: none;
}
#header #searchArea #btn {
	height: 40px;
	width: 35px;
	display: block;
	border-style: none;
	background: none;
	position: absolute;
	top: 0px;
	right: 0px;
	text-indent: -9999px;
	cursor: pointer;
	font-size: 0px;
	line-height: 0px;
	background-image: url(images/searchBtn.gif);
	background-position: right top;
	background-repeat: no-repeat;
	outline: none;
}
/* #btn_contact */
#header #btn_contact {
	position: absolute;
	right: 0;
	bottom: 5px;
	font-size: 150%;
}
#header #btn_contact a {
	height: 27px;
	width: 98px;
	padding-top: 13px;
	padding-right: 40px;
	padding-left: 12px;
	display: block;
	background-color: #5a042f;
	color: #fff;
	background-image: url(images/arrow01.png);
	background-repeat: no-repeat;
	background-position: right center;
	border-radius: 3px
}
#header #btn_contact a:hover {
	text-decoration: none;
	background-color: rgba(90, 4, 7, 0.7);
}
/* ----------------------------------------------
#pageBody
------------------------------------------------- */
#pageBody {
	margin-bottom: 3px;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px 2px, rgba(0, 0, 0, 0.6) 0px 0px 3px 0px inset;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px 2px, rgba(0, 0, 0, 0.6) 0px 0px 3px 0px inset;
}
#pageBody #breadcrumb {
	width: 665px;
	margin-left: 20px;
	padding-top: 10px;
	padding-bottom: 8px;
}
#pageBody .inner {
	padding-left: 20px;
	padding-right: 20px;
}
#pageBody #nav_bottom {
	width: 940px;
	margin-top: 25px;
	margin-left: 20px;
	padding-top: 23px;
	padding-bottom: 25px;
	border-top: #ccc solid 1px;
	position: relative;
}
#pageBody #nav_bottom .nav li {
	font-size: 120%;
	margin-right: 16px;
	float: left;
	display: inline;
}
#pageBody #nav_bottom .nav li a {
	color: #333;
}
#pageBody #nav_bottom .nav li a:hover {
	color: #c03;
	text-decoration: none;
}
#pageBody #nav_bottom .banner {
	position: absolute;
	top: 12px;
	right: 0;
}
#pageBody #nav_bottom .banner li {
	margin-left: 10px;
	float: left;
	display: inline;
}
/* ----------------------------------------------
#top
------------------------------------------------- */
#top {
}
/* #top #info */
#top #info {
	width: 974px;
	height: 410px;
	padding: 3px 3px 15px;
	background-image: url(images/intro.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
}
#top #info .news {
	position: absolute;
	top: 3px;
	right: 3px;
	width: 262px;
	height: 380px;
	padding: 18px 15px 12px;
	background-color: #000;
	color: #ccc;
}
#top #info .news .title {
	margin-bottom: 16px;
	padding-left: 2px;
	padding-bottom: 20px;
	font-size: 180%;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	color: #fff;
	border-bottom: #333 solid 1px;
}
#top #info .news ul {
	width: 260px;
	height:302px;
	padding-left: 2px;
	overflow: auto;
}
#top #info .news li {
 font-size: 120%;
 line-height: 1.5;
 margin-bottom: 10px;
 padding-bottom: 10px;
 border-bottom: #333 solid 1px;
}
#top #info .news li a {
	color: #ccc;
}
#top #info .news li a:hover {
	color: #c03;
	text-decoration: none;
}
/* #top #intro */
#top #intro {
	padding-top: 15px;
	padding-bottom: 45px;
	margin-bottom: 45px;
	background-image: url(images/dot01.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#top #intro .box {
	width: 220px;
	margin-right: 20px;
	float: left;
	display: inline;
}
#top #intro .box.hover {
	cursor: pointer;
}
#top #intro .box.hover a:link {
	color: #c03;
}
#top #intro .box.hover a:visited {
	color: #c03;
}
#top #intro .box.hover img,#top #intro .box.hover p {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* IE */
	filter: alpha(opacity=80); /* IE */
	opacity: 0.8;
}
#top #intro .box h2 {
	font-size: 160%;
	line-height: 1.3;
	margin-bottom: 8px;
}
#top #intro .box h2 a {
	color: #333;
}
#top #intro .box h2 a:hover {
	color: #d0111b;
	text-decoration: none;
}
#top #intro .box img {
	margin-bottom: 10px;
}
#top #intro .box p {
	font-size: 140%;
	line-height: 200%;
}
/* #top #sns */
#top #sns {
	padding-left: 80px;
	padding-bottom: 20px;
}
#top #sns .box {
	float: left;
	margin-right: 60px;
	height: 428px;
	width: 358px;
	border: #ccc solid 1px;
	border-radius: 5px;
}
/* ----------------------------------------------
#top .slideshow
------------------------------------------------- */
.slideshow {
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgb(0, 0, 0);
	height: 410px;
	width: 680px;
	overflow: hidden;
	position: relative;
}
.slideshow-slides {
	height: 100%;
	position: absolute;
	width: 100%;
}
.slideshow-slides .txtArea {
	width: 640px;
	padding: 20px;
	position: absolute;
	bottom: 0;
	z-index: 10;
	background-color:  rgba(0, 0, 0, 0.8);
}
.slideshow-slides .txtArea a {
	color: #fff;
}
.slideshow-slides .txtArea h2 {
	color: #fff;
	font-size: 180%;
	font-style: italic;
	line-height: 1.3;
	margin-bottom: 6px;
}
.slideshow-slides .txtArea p {
	font-size: 140%;
	line-height: 1.5;
	color: #fff;
}
.slideshow-slides .txt {
	width: 640px;
	margin-left: auto;
	margin-right: auto;
}
.slideshow-slides .slide {
	height: 100%;
	overflow: hidden;
	position: absolute;
	width: 100%;
}
.slideshow-slides .slide img {
	left: 50%;
	margin-left: -340px;
	position: absolute;
}
.slideshow-nav a {
	display: none;
}
.slideshow-indicator a {
	background-color: rgba(0, 0, 0, 0);
	overflow: hidden;
	height: 10px;
	width: 10px;
	text-indent: -9999px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: inset 0 0 2px 0 #333;
}
*:first-child+html .slideshow-indicator a {
	text-indent: 0px;
}
.slideshow-indicator a:before {
}
.slideshow-indicator {
	top: 12px;
	height: 10px;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
}
.slideshow-indicator a {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 8px;
	margin-right: 8px;
	color: #fff;
}
.slideshow-indicator a.active {
	cursor: default;
	color: #c03;
	background-color: #c03;
}
/* ----------------------------------------------
#main
------------------------------------------------- */
#main {
	width: 665px;
	padding-top: 9px;
	float: left;
	display: inline;
	border-top: #c03 solid 4px;
}
#main p:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#main p {
	display: inline-block;
}
/* hides from IE-mac \*/
* html #main p {
	height: 1%;
}
#main p {
	display: block;
}
/* ----------------------------------------------
#category #main
------------------------------------------------- */
#category #main {
}
#category #main h1 {
	font-size: 280%;
	color: #333;
	line-height: 1.3;
	margin-bottom: 20px;
}
#category #main .lead {
	padding-bottom: 45px;
	background-image: url(images/dot01.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#category #main .lead img {
	float: left;
	margin-top: 5px;
	border: #ccc solid 3px;
	display: inline;
	margin-right: 18px;
}
#category #main h2 {
	font-size: 180%;
	line-height: 1.3;
	margin-bottom: 18px;
	color: #666;
}
#category #main p {
	font-size: 140%;
	line-height: 2.0;
	margin-bottom: 25px;
}
#category #main .block01 {
	padding-top: 20px;
}
#category #main .block01 .box {
	width: 315px;
	float: left;
	display: inline-block;
	margin-right: 35px;
	margin-bottom: 45px;
}
#category #main .block01 .box img {
	float: left;
	border: #ccc solid 1px;
	margin-bottom: 0;
	width: 135px;
	height: auto;
}
#category #main .block01 .box .txt {
	width: 165px;
	float: right;
}
#category #main .block01 .box .txt .details {
	font-size: 110%;
	margin-bottom: 0;
	list-style: none;
	padding-left: 0;
}
#category #main .block01 .box .txt .details li {
	list-style: none;
	float: left;
	display: inline;
	margin-right: 12px;
}
#category #main .block01 h3 {
	font-size: 140%;
	line-height: 1.3;
	margin-bottom: 4px;
}
#category #main .block01 p {
	font-size: 120%;
	line-height: 1.5;
	margin-bottom: 8px;
}
#category #main ul {
	padding-left: 1.5em;
	font-size: 140%;
	margin-bottom: 25px;
}
#category #main ul li {
	line-height: 1.5;
	list-style: disc;
	margin-bottom: 6px;
}
/* ----------------------------------------------
#article #main
------------------------------------------------- */
#article #main {
}
#article #main #fontSize {
	width: 665px;
	margin-top: 6px;
	padding-top: 7px;
	background-color: #333;
	padding-bottom: 7px;
	margin-bottom: 18px;
	border-radius: 3px;
}
#article #main #fontSize ul {
	margin-left: 590px;
	margin-bottom: 0;
	padding-left: 0;
}
#article #main #fontSize ul li {
	float: left;
	display: inline;
	line-height: 1.0;
	margin-right: 5px;
	margin-bottom: 0;
}
#article #main .date {
	font-size: 12px;
	margin-bottom: 10px;
}
#article #main h1 {
	font-size: 280%;
	color: #333;
	line-height: 1.3;
	margin-bottom: 20px;
}
#article #main h2 {
	font-size: 180%;
	line-height: 1.3;
	margin-bottom: 15px;
	color: #666;
}
#article #main h3 {
	padding-left: 11px;
	font-size: 160%;
	line-height: 1.3;
	margin-bottom: 15px;
	background-image: url(images/dot02.gif);
	background-repeat: no-repeat;
	background-position: left 0.5em;
	color: #666;
}
#article #main p {
	font-size: 140%;
	line-height: 2.0;
	margin-bottom: 25px;
}
#article #main ul {
	padding-left: 1.5em;
	font-size: 140%;
	margin-bottom: 25px;
}
#article #main ul li {
	line-height: 1.5;
	list-style: disc;
	margin-bottom: 6px;
}

#article #main table {
	font-size: 120%;
	margin-bottom: 25px;
	line-height: 1.5;
	border-left: #ccc solid 1px;
	border-top: #ccc solid 1px;
}
#article #main table th, #article #main table td {
	padding: 10px 10px 9px;
	border-right: #ccc solid 1px;
	border-bottom: #ccc solid 1px;
}
#article #main table .bg01 {
	padding-top: 6px;
	padding-bottom: 5px;
	font-weight: bold;
	color: #fff;
	background-color: #666;
	border-right: #fff solid 1px;
	border-bottom: #fff solid 1px;
}
#article #main table .bg02 {
	padding-top: 6px;
	padding-bottom: 5px;
	font-weight: bold;
	color: #fff;
	background-color: #999;
	border-right: #fff solid 1px;
}
#article #main table .bg03 {
	font-weight: bold;
	background-color: #f0f0f0;
	border-right: #fff solid 1px;
}


/* ----------------------------------------------
#side
------------------------------------------------- */
#side {
	width: 220px;
	float: right;
	display: inline;
}
#side .block {
	margin-bottom: 30px;
}
#side .block h3 {
	padding-top: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
	line-height: 1.3;
	color: #fff;
	font-size: 140%;
	background-color: #c03;
	margin-bottom: 10px;
	border-radius: 3px;
}
#side .block h3 a {
	color: #fff;
}
#side .block .nav {
	padding-left: 3px;
}
#side .block .nav li {
	font-size: 120%;
	line-height: 1.5;
	margin-bottom: 10px;
}
#side .block .nav li span {
	font-size: 90%;
	margin-left: 5px;
}
#side .block .banner {
	line-height: 1;
}
#side .block .banner li {
	margin-bottom: 10px;
}
#side .block .banner li img {
}
/* ----------------------------------------------
#footer
------------------------------------------------- */
#footer {
	padding-top: 16px;
	min-height: 104px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
}
#footer .nav {
	margin-bottom: 18px;
	 position: relative;
 	 overflow: hidden;
}
#footer .nav ul {
  position: relative;
  left: 50%;
  float: left;
}
#footer .nav li {
	position: relative;
 	left: -50%;
  	float: left;
	margin-left: 4px;
	margin-right: 4px;
	display: inline-block;
}
#footer .copy {
	color: #666;
}


/* add 20140327 */
/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

blockquote.alignleft,
img.alignleft {
	margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

blockquote.alignright,
img.alignright {
	margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
	margin-bottom: 17px;
}

.wp-caption {
	margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption {
	color: #767676;
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
	padding-right: 10px;
}

/* add 20140507 */
#side table.vsSscheduleTab {
    width: 100%;
    font-size: 12px;
}

#side table.vsSscheduleTab tr td {
    border: solid 1px #cccccc;
    padding: 2px;
}

#side table.vsSscheduleTab tr td.c1 {
    width: 76px;
}

#side table.vsFlagsTable {
    width: 100%;
}

#side table.vsFlagsTable tr td {
    border: solid 1px #cccccc;
    padding: 2px;
    text-align: center;
    vertical-align: middle;
    height: 25px;
}

#side table.vsFlagsTable tr td.void {
    background-color: #afd9f5;
}

#side .block h4 {
	color: #c03;
    font-weight: bold;
    font-size: 14px;
    margin: 8px 0px 2px 2px;
}