@charset "UTF-8";


body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #fff;
	background-color: rgba(6,6,59,1.00);
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
html {
	height: 100%;
}
* html div#wrapper {
	height: 100%;
}
#wrapper {
	background-size: cover;
	background-attachment: scroll;
	background-image: url(../../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	text-align: center;
	margin: 0;
	width: 100%;
	position: relative;
	min-height: 100%;}
body > #wrapper {
	height: auto;
}

#top {
	margin: 0;
	padding: 0;
	text-align: center;
	height: 600px;
}
#main {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	}



/*-----contents-----*/
#content {
	background-color: rgba(150,235,243,1.00);
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
}
.content_wrapper {
	margin: 0 auto;
	padding: 30px 0;
	width: 1000px;
}
.about {
	color: rgba(51,2,119,1.00);
	font-size: 16px;
	line-height: 36px;
	font-weight: bolder;
	text-align: left;
	margin: 20px 0 0 0;
	padding: 0 5px;
	background-image: url(../images/dotted.png);
	background-position: 50% 0%;
	background-repeat: repeat;
}
.sho1 {
	position: relative;
	margin: 0;
	padding: 0;
	width: 200px;
	top: 0px;
	z-index: 98;
	
}
.episode1 {
	color: rgba(23,48,97,1.00);
	font-size: 16px;
	line-height: 1.5em;
	width: 870px;
	margin: -55px auto 0 auto;
	padding: 0;
	background-color: rgba(255,255,255,1.00);
	border: 1px solid rgba(153,128,198,1.00);
	border-radius: 15px;
}
.name1 {
	color: rgba(255,255,255,1.00);
	font-weight: bolder;
	font-size: 18px;
	text-align: right;
	margin: 0;
	padding: 10px;
	background-color: rgba(153,128,198,1.00);
	border-color: rgba(153,128,198,1.00);
	border-bottom-right-radius: 0px;
	border-top-right-radius: 14px;
	border-top-left-radius: 14px;
}
.box {
	margin: 0;
	padding: 10px;
}
.episode2 {
	color: rgba(23,48,97,1.00);
	font-size: 16px;
	line-height: 1.5em;
	width: 870px;
	margin: 0 auto;
	padding: 0;
	background-color: rgba(255,255,255,1.00);
	border: 1px solid rgba(0,178,255,1.00);
	border-radius: 15px;
}
.name2 {
	color: rgba(255,255,255,1.00);
	font-weight: bolder;
	font-size: 18px;
	text-align: right;
	margin: 0;
	padding: 10px;
	background-color: rgba(0,178,255,1.00);
	border-color: rgba(0,178,255,1.00);
	border-bottom-right-radius: 0px;
	border-top-right-radius: 14px;
	border-top-left-radius: 14px;
}

/*-----footer-----*/
#footer {
	font-size: 11px;
	line-height: 1.3em;
	background-color: rgba(134,180,199,1.00);
	width: 100%;
	margin: 0;
	padding: 20px 0;
	text-align: center;
}
.footer_wrapper {
	margin: 0 auto;
	padding: 0;
	width: 915px;
}


/*-----sns-----*/
#sns_box {
	margin: 0;
	padding: 5px 0 0 0;
	text-align: left;
	position: absolute;
	top: 0;
	left: 5px;
	z-index: 1000;
}
#sns {
	width: 245px;
	height: 40px;
	margin: 0;
}
#sns_button ul{
	list-style-type: none;
	border: none;
	margin: 0px;
	padding: 0px;
}
#sns_button ul li{
	height: 25px;
	margin: 0 5px 0 0;
	float: left;
	overflow: hidden;
}
.twitter{
	width: 120px;
	padding: 5px 0 0 0;
}
.fb {
	width: 115px;
	padding: 5px 0 0 0;
}
.eigacom {
	width: 125px;
	padding: 5px 0 0 0;
}
.filmarks {
	width: 110px;
	padding: 5px 0 0 0;
}

#sns_box2 {
	margin: 0;
	padding: 5px 0 0 0;
	text-align: center;
}
#sns2 {
	width: 500px;
	height: 40px;
	margin: 0 auto;
}

#sns_link{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 120px;
	left: 0;
	z-index: 100;
}


/*-----tips-----*/
a {
	color: #056EA3;
	font-weight: bolder;
	text-decoration: none;
}
a:hover {
	color: #6CF;
	text-decoration: none;
}
a:hover img {
  filter:alpha(opacity=80);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
a img{
	border:0;
	filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.cover {
	border: 1px solid #000;
}
hr {
border-style: dotted;
border-color: #173061;
border-width: 1px 0 0 0;
}
.text8 {
	font-size: 8px;
}
.text9 {
	font-size: 9px;
}
.text10 {
	font-size: 10px;
}
.text11 {
	font-size: 11px;
}
.text12 {
	font-size: 12px;
}
.text13 {
	font-size: 13px;
}
.text14 {
	font-size: 14px;
}
.text15 {
	font-size: 15px;
}
.text16 {
	font-size: 16px;
}
.text17 {
	font-size: 17px;
}
.text18 {
	font-size: 18px;
}
.text21 {
	font-size: 21px;
}
.text24 {
	font-size: 24px;
}
.karashi {
	color: #C90;
}
.futoji {
	font-weight: bolder;
}
.kugiri {
	clear: both;
}
.kon {
	color: #173061;
}
.pink {
	color: #FF4591;
}
.usupin {
	color: #FF7AAD;
}
.shiro {
	color: #fff;
}
.ao {
	color: #056EA3;
}
.koimizu {
	color: #056eb2;
}
.murasaki {
	color: #601984;
}
.kiiro {
	color: #ffe300;
}
.orange {
	color: #f39800;
}
.kimidori {
	color: #51BD05;
}



@media screen and (max-width: 980px) {

.about {
	font-size: 16px;
	line-height: 36px;
	font-weight: bolder;
	text-align: left;
	margin: 20px auto 0 auto;
	padding: 0;
	width: 95%;
	background-image: none;
}
} 