@charset "utf-8";
/* CSS Document */


body {
	background: -moz-linear-gradient(90deg, #feeeed 0%, #fff 20%, #fff 80%, #feeeed);
	background: -webkit-linear-gradient(90deg, #feeeed 0%, #fff 20%, #fff 80%, #feeeed);
	background: linear-gradient(90deg, #feeeed 0%, #fff 20%, #fff 80%, #feeeed);
}

.del{
	text-decoration: line-through;
}

@media screen and (max-width:989px) {
.newsbox {
	position: relative;
	margin: 2em;
	padding: 1em;
	width: 90%;
	border-bottom: 1px dotted #0e0220;
	background-color: rgba(255,255,255,.5);
}
.newsp {
	color: #0e0220;
	padding: 5px 5px 5px 5px;
	font-size: 0.8em;
	border-bottom: 1px dotted #0e0220;
	width: 95%;
}
h1 {
	width: 95%;
	border-left: 8px solid #ff1493;
	border-bottom: 2.5px solid #0e0220;
	font-size: 1.3em;
}
#rtwitter {
	width: 100%;
}
.twitter {
}
}

@media screen and (min-width:990px) {
* {
	margin: 0;
	padding: 0;
}
#header-bk {
	animation-name: slideinl;
	animation-duration: 1s;
	animation-timing-function: ease;
	-webkit-animation-name: slideinl;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: ease;
}
 @keyframes slideinl {
0% {
width: 0px;
height: 50px;
}
100% {
width: 100%;
height: 50px;
}
}
 @-webkit-keyframes slideinl {
0% {
width: 0px;
height: 50px;
}
100% {
width: 100%;
height: 50px;
}
}
#pagetop {
	position: fixed;
	right: 0;
	bottom: 10px;
	z-index: 9999;
}
/*#logo{
	margin-top: 0px;
	margin-left: 10%;
}*/
	

#wrapper {
	width: 950px;
	margin: 0 auto;
}
#header-bk {
	width: 100%;
	;
	height: 50px;
	position: relative;
	padding: 0.8em;
	background: #0e0220;
	border-bottom: 5px solid #ff1493;
}
#header-bk:after {
	content: '';
	position: absolute;
	left: 92%;
	bottom: -5px;
	width: 8%;
	height: 5px;
	background: repeating-linear-gradient(-45deg, #ff1493, #ff1493 3px, #0e0220 4px, #0e0220 6px);
}
#header-bk {
	-moz-animation-name: slideinl;
	-moz-animation-duration: 1s;
	-moz-animation-timing-function: ease;
	-webkit-animation-name: slideinl;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: ease;
	-o-animation-name: slideinl;
	-o-animation-duration: 1s;
	-o-animation-timing-function: ease;
	-ms-animation-name: slideinl;
	-ms-animation-duration: 1s;
	-ms-animation-timing-function: ease;
}
 @-moz-keyframes slideinl {
0% {
width: 0px;
height: 50px;
}
100% {
width: 100%;
height: 50px;
}
}
 @-webkit-keyframes slideinl {
a 0% {
width: 0px;
height: 50px;
}
100% {
width: 100%;
height: 50px;
}
}
 @-o-keyframes slideinl {
0% {
width: 0px;
height: 50px;
}
100% {
width: 100%;
height: 50px;
}
}
 @-ms-keyframes slideinl {
0% {
width: 0px;
height: 50px;
}
100% {
width: 100%;
height: 50px;
}
}
#header {
	width: 950px;
	margin: auto;
}
#main {
	width: 950px;
	overflow: hidden;
}
#menu {
	float: left;
	position: relative;
	width: 230px;
	z-index: 9000;
	font-weight: 700;
}
#linetop {
	width: 100%;
	;
	height: 15px;
	position: relative;
	margin-top: 10px;
	margin-bottom: 20px;
	background: #0e0220;
	border-bottom: 4px solid #ff1493;
	border-top-left-radius: .5em;
	border-top-right-radius: .5em;
}
#linetop:after {
	content: '';
	position: absolute;
	left: 85%;
	bottom: -4px;
	width: 15%;
	height: 4px;
	background: repeating-linear-gradient(-45deg, #ff1493, #ff1493 3px, #0e0220 4px, #0e0220 6px);
}
#contents {
	float: left;
	margin-top: 10px;
	position: relative;
	width: 720px;
	z-index: 1000;
}
#news {
	margin-left: auto;
	float: left;
	width: 450px;
}
#rtwitter {
	float: right;
	width: 220px;
}
.twitter-timeline {
	height: 300px;
}
#linebottom {
	clear: both;     /* IE6 以前の float 解除対応です。 */
	width: 100%;
	height: 15px;
	position: relative;
	margin-top: 10px;
	margin-bottom: 20px;
	background: #0e0220;
	border-top: 3px solid #ff1493;
	border-bottom-left-radius: .5em;
	border-bottom-right-radius: .5em;
}
#linebottom:after {
	content: '';
	position: absolute;
	left: 0%;
	top: -3px;
	width: 15%;
	height: 3px;
	background: repeating-linear-gradient(-45deg, #ff1493, #ff1493 3px, #0e0220 4px, #0e0220 6px);
}
#footer {
	clear: both;     /* IE6 以前の float 解除対応です。 */
	min-width: 100%;
	height: 40px;
	position: absolute;
	padding: 2px;
	background: #0e0220;
	border-top: 3px solid #ff1493;
}
#footer:after {
	content: '';
	position: absolute;
	left: 0%;
	top: -3px;
	width: 15%;
	height: 3px;
	background: repeating-linear-gradient(-45deg, #ff1493, #ff1493 3px, #0e0220 4px, #0e0220 6px);
}
#footer {
	-moz-animation-name: slideinr;
	-moz-animation-duration: 1s;
	-moz-animation-timing-function: ease;
	-moz-animation-delay: 0.5s;
	-moz-animation-direction: reverse;
	-webkit-animation-name: slideinr;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-delay: 0.5s;
	-webkit-animation-direction: reverse;
	-o-animation-name: slideinr;
	-o-animation-duration: 1s;
	-o-animation-timing-function: ease;
	-o-animation-delay: 0.5s;
	-o-animation-direction: reverse;
	-ms-animation-name: slideinr;
	-ms-animation-duration: 1s;
	-ms-animation-timing-function: ease;
	-ms-animation-delay: 0.5s;
	-ms-animation-direction: reverse;
}
 @-moz-keyframes slideinr {
0% {
width: 0px;
height: 30px;
}
100% {
width: 100%;
height: 30px;
}
}
 @-webkit-keyframes slideinr {
0% {
width: 0px;
height: 30px;
}
100% {
width: 100%;
height: 30px;
}
}
 @-o-keyframes slideinr {
0% {
width: 0px;
height: 30px;
}
100% {
width: 100%;
height: 30px;
}
}
 @-ms-keyframes slideinr {
0% {
width: 0px;
height: 30px;
}
100% {
width: 100%;
height: 30px;
}
}
.copyright {
	color: #FFFFFF;
	font-size: 0.5em;
	text-align: center;
	padding: 5px 0 0 0;
}
.line {
	margin-top: -20px;
}
/*メニューボタンここから*/

.global {
	overflow: visible;
	/*width: 600px;*/
	height: 700px;
	margin: 0 auto;
	padding: 0;
	display: flex;
}
.nav {
	width: 200px;
	margin: 0;
	padding: 0px;
}
.nav li {
	position: relative;
	width: 200px;
	height: 50px;
}
.nav li a {
	display: block;
	position: relative;
	width: 190px;
	height: 50px;
	color: #0e0220;
	font-size: 14px;
	border-bottom: #0e0220 solid 2.5px;
	text-decoration: none;
	text-align: center;
	line-height: 50px;
}
.nav > li:hover > a {/*layer-1*/
	color: #666;
}
.nav li a::after {
	position: absolute;
	top: 1.2em;
	left: .4em;
	z-index: 2;
	content: '';
	width: 12px;
	height: 12px;
	background-color: #ff1483;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.nav > li li >a {
	background: rgba(255,255,255,.9);
	height: 48px;
}
.nav > li li:hover > a {/*layer-2*/
	color: #666;
	background: rgba(255,255,255,.8);
}
.nav li:hover > ul > li {
	overflow: visible;
	top: -100px;
	left: 190px;
	height: 50px;
}
.nav li ul li {
	overflow: hidden;
	height: 0;
	left: 200px;
	list-style: none;
}
.nav li ul li a {
	color: #0e0220;
}
.nav li ul:before {
	position: absolute;
	content: "";
	top: 14px;
	left: 140px;
}
.nav li:hover ul li ul li:hover > a {/*layer-3*/
	color: #666;
	background-color: rgba(255,255,255,.9);
}
.nav li ul li ul li a {
	color: #000;
	background: rgba(255,255,255,.9);
}
/*メニューボタンここまで*/

.newsbox {
	position: relative;
	margin: 2em;
	padding: 1em;
	width: 90%;
	border-bottom: 1px dotted #0e0220;
	background-color: rgba(255,255,255,.5);
}
.newsp {
	margin-left: 2.5em;
	color: #0e0220;
	padding: 15px 10px 10px 10px;
	font-size: 0.8em;
	border-bottom: 1px dotted #0e0220;
	width: 90%;
}
.link {
	text-decoration: none;
	color: #ff1493;
}
h1 {
	margin: 0 0 0 30px;
	width: 95%;
	border-left: 8px solid #ff1493;
	border-bottom: 2.5px solid #0e0220;
	font-size: 1.3em;
}
.twitter {
	margin: 0 0 0 30px;
}
}
