@charset "UTF-8";
/* CSS Document */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

ul {
    list-style:none;
}

ol {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

del {
    text-decoration: line-through;
}

img {
	line-height:0;
	vertical-align:bottom;
}

a:link,
a:visited,
a:active {
	color:#780b7d;
	text-decoration:underline;
}

a:hover {
	color:#780b7d;
	text-decoration:none;
}

body {
	height:100%;
	margin:0 auto;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
	background-color: #e5e5e5;
	font-size:14px;
}

p {
	text-align:justify;
	text-justify:inter-ideograph;
}

#wrap {
	min-width:1000px;
	margin:0 auto;
	clear:both;
	overflow:hidden;
	background-image:url("../img/top_bg.png"), url(../img/top_bg_re.png);
	background-repeat:no-repeat,repeat-x;
	background-position:center 85px;
}

#header_bg {
	min-width:1000px;
	height:80px;
	margin:0 auto;
	background: linear-gradient(#933b97, #a054a4);
	border-bottom:5px solid #f8f3f8;
}

header {
	width:1000px;
	height:80px;
	margin:0 auto;
	clear:both;
	overflow:hidden;
}

#container {
	width:1000px;
	margin:0px auto 0px auto;
	padding-top:40px;
	overflow:hidden;
}

#left {
	float:left;
	width:260px;
}

#left ul {
	width:210px;
	background:#fff;
	-webkit-border-radius: 5px;/* for Safari and Chrome */
	-moz-border-radius: 5px; /* for Firefox */
	-o-border-radius: 5px; /* for opera */
	border-radius: 5px;
}

#left li {
	width:180px;
	height:49px;
	font-size:15px;
	list-style-type:none;
	margin:0 15px;
	border-bottom:1px solid #ebdaeb;
}

#left li a:link,
#left li a:active,
#left li a:visited{
	width:164px;
	height:49px;
	display:block;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	line-height:49px;
	vertical-align:middle;
	padding: 0 8px;
}

#left li a:hover{
	width:164px;
	height:49px;
	display:block;
	font-weight:bold;
	text-decoration:none;
	line-height:49px;
	vertical-align:middle;
	color: #933b97;
}

#left li:last-child {
	border-bottom:0;
}

.banner {
	width:210px;
	margin:15px 0 0 0;
	background-color:#fff;
}

.banner a {
	display:block;
}

.banner a:hover {
	opacity:0.8;
}

.poster_banner {
	width:210px;
	margin:13px 0 0 0;
}

.poster_banner a {
	display:block;
}

.poster_banner a:hover {
	opacity:0.8;
}

.icon_01 {
  position: relative;
}

.icon_01:before {
   content: "";
   position: absolute;
   top: 18px;
   right: 8px;
   width: 12px;
   height: 12px;
   border-radius: 50%;
   background-color: #933b97;
  }
 
.icon_01:after {
	content: "";
	position: absolute;
	top:22px;
	right:12px;
	box-sizing: border-box;
    width: 5px;
    height: 5px;
    border: 0;
    border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	transform: rotate(45deg);
  }

#right {
	float:right;
	width:740px;
}

#important {
	width: 630px;
	min-height: 100px;
	line-height: 150%;
	border: 2px solid #f00;
	background-color: #fff;
	padding: 20px;
	margin: 0px 0 30px 0;
}

#important h3 {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 14px;
}

#main {
	height: 458px;
	margin-bottom: 30px;
}

#news {
	width: 660px;
	padding: 5px;
	margin-bottom: 5px;
	background-color: #fff;
	-webkit-filter:drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.2));
	-moz-filter:drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.2));
	-ms-filter:drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.2));
	filter:drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.2));
	-webkit-border-radius: 5px;/* for Safari and Chrome */
	-moz-border-radius: 5px; /* for Firefox */
	-o-border-radius: 5px; /* for opera */
	border-radius: 5px;
}

#news h2 {
	margin-bottom: 30px;
}

#date dl {
	width:610px;
	height:220px;
	margin-left: 25px;
	margin-bottom: 20px;
	line-height: 150%;
	font-size: 15px;
	clear:both;
	overflow-y:scroll;
}

#date dt {      
  padding-top :5px;
  padding-bottom :5px;
  color:#780b7d;
  font-weight: bold;
  width:60px;
/* 左寄せ */
  float : left;
/* float解除 */
  clear : both;
}

#date dd {
  padding-top : 5px;
  padding-right : 10px;
  padding-bottom : 5px;
  width:490px;
/* dtの幅分の設定 */
  margin-left : 75px;
  text-align:justify;
  text-justify:inter-ideograph;
}

/*フッター*/

footer {
	min-width:1000px;
	background-color:#85238a;
	color:#fff;
	font-size:14px;
	margin-top:25px;
}

footer a:link,
footer a:visited,
footer a:active {
	color:#fff;
	text-decoration:underline;
	border:none;
}

footer a:hover {
	text-decoration:none;
	border:none;
}

#footer_info {
	width:1000px;
	margin:0 auto;
	padding:25px 0px;
	font-weight: bold;
	line-height: 150%;
}
#footer_info table {
	margin: 0 auto;
}

#footer_info table td {
	vertical-align: middle;
}
a {
    pointer-events: none;
}