@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
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,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: #000000;
}


#loading{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#loader-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #000000;
    z-index: 99;
}

#main-contents{
    text-align: center;
}


p {
  margin: 0;
  padding: 0;
  line-height: 1;
}
.scroll-area {
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-scroll-behavior: smooth;
  scroll-behavior: smooth;
  -webkit-scroll-snap-type: mandatory;
  scroll-snap-type: mandatory;
  -webkit-scroll-snap-points-y: repeat(100%);
  scroll-snap-points-y: repeat(100%);
}
.box {
  width: 100%;
  height: 100vh;
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center; /* 縦方向中央揃え */
  flex-direction: column;
}
.box__bg_black {
  background-color: #000000;
}
.box__bg_gray {
  background-color: #ccc;
}
.menuheader {
  background-color: #2c0001;
  height: 45px;
}
.menuheader p {
  margin-top: 20px;
  margin-left: 10px;
  padding: 0;
}
.toparea {
	background-image: url(../bitchswitch/01topbgs2.jpg);
	background-color: #fac014;
	background-repeat: no-repeat;
	background-position: top center;
	height: 2100px;
}

.toparea img {
	display: block;
	max-width:100%;
	}

.topspc {
	position: relative;
	height: 563px;
	width: 100%;
	min-width: 720px;
	}

.topspc img {
	position: relative;
	top: 910px;
	left: 0px;
	transition-duration: 0.3s;
	}
.topspc a:hover img {
	filter: alpha(opacity=100)!important;
	-moz-opacity: 1.0!important;
	opacity: 1.0!important;
		-webkit-transform: scale(1.02);
		-moz-transform: scale(1.02);
		-ms-transform: scale(1.02);
		-o-transform: scale(1.02);
		transform: scale(1.02);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.img-a{
	position:absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width:100%;
	max-width:100%;
	z-index: 2;
}

.img-b{
	position:absolute;
	right:0px;
	top:0px;
	max-width:100%;
	z-index: 3;
}

.illst{
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	overflow: hidden;
}
.illst li{
	margin: 0px 0px 0px 0px;
	float: right;
	transition: .8s;
	transition-delay: .1s;
}

.illst li a {
	text-decoration: none;
	display: block;
	text-align: center;
	-webkit-animation: vertical 1s ease-in-out infinite alternate;
}
.illst li a:hover img {
	transform: translate(7px,0);
	-webkit-transform: translate(7px,0);
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	filter: brightness(140%);
}


.topbanner {
	background-color: #4a101f;
	width:100%;
	height: 255px;
	vertical-align: middle;
}
.topbanner img {
	inline-block;
	max-width:100%;
	}
.topbanner a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
.topbanner p {
  margin-top: 40px;
  padding: 0;
}
.countdown {
	background-color: #FFFFFF;
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
	height: 500px;
}

.stopic {
	background-color: #FFFFFF;
	background-position: top center;
	background-repeat: no-repeat;
	width: 100%;
	height: 1405px;
	padding: 0 0 0 0;
	align-items: center;
	float: none;
	display: block;
	margin: 0 auto;
}
.storytopic {
	background-image: url(../bitchswitch/04_2topmainbg.jpg);
	background-color: #FFFFFF;
	background-position: top center;
	background-repeat: no-repeat;
	width: 100%;
	height: 1405px;
	padding: 0 0 0 0;
	align-items: center;
	float: none;
	display: block;
	margin: 0 auto;
}

img.title {
/* Set rules to fill background */
    min-height: 100%;
    min-width: 960px;
    max-width: 1425px; 

/* Set up proportionate scaling */
    width: 100%;
    height: auto;
 
/* Set up positioning */
	margin : 0 auto;
}

img.storytopbg {
/* Set rules to fill background */
    min-height: 100%;
    min-width: 960px;
 
/* Set up proportionate scaling */
    width: 100%;
    height: auto;
 
/* Set up positioning */
    top: 0;
    left: 0;
}

#row-1st {
    position: relative;
     > img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }
}
#row-1st-in {
    position: absolute;
    top: 83%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    > div {
    }
}
 
@media only screen and (max-width: 480px) {
    #row-1st {
        overflow: scroll;
    }
    #row-1st-in {
        width: 100%;
    }  
}

.illustratorbg {
	background-color: #FFFFFF;
	background-image: url(../bitchswitch/06_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height: 575px;
	align-items: center;
}

.storytop {
	width: 100%;
	height: auto;
	padding: 50px 0px 50px 0px;
}
.storytop img {
	display: block;
	width:100%;
	max-width:1425px;
	min-width: 980px;
	}

.Storyline {
	background-color: #FFFFFF;
	width: 100%;
	height: 150px;
	padding: 50px 0 0 0;
}

.Charaline {
	background-color: #FFFFFF;
	width: 100%;
	height: 160px;
	padding: 20px 0 0 0;
}

.Illustline {
	background-color: #FFFFFF;
	width: 100%;
	height: 203px;
	padding: 90px 0 0 0;
}

.Galleryline {
	background-color: #FFFFFF;
	width: 100%;
	height: 150px;
	padding: 50px 0 0 0;

}

.storymain {
	background-image: url(../bitchswitch/04_storymain1.jpg);
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	width: 100%;
	height: 6350px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.charass {
	background-image: url(../bitchswitch/charabg0.jpg);
	background-color: #FFFFFF;
	background-position: top center;
	background-repeat: no-repeat;
	width: 100%;
	height: 3070px;
	padding: 0 0 0 0;
	align-items: center;
	float: none;
	display: block;
	margin: 0 auto;
}

.charasflame {
	background-color: #FFFFFF;
	background-position: top center;
	background-repeat: no-repeat;
	width: 980px;
	height: 3070px;
	padding: 0 0 0 0;
	align-items: center;
	float: none;
	display: block;
	margin: 0 auto;
}

.topicmain {
	background-image: url(../bitchswitch/06_topic1.jpg);
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	width: 100%;
	height: 5774px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.topiccg3 {
	background-image: url(../bitchswitch/06_topic3.jpg);
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	width: 100%;
	height: 3925px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.topiccg4 {
	background-image: url(../bitchswitch/06_topic4.jpg);
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	width: 100%;
	height: 4197px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.system {
	background-image: url(../bitchswitch/05_sys.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 2027px;
}


.charactor01 {
  height: 1380px;
}
.charactor01 img {
	display: block;
	max-width:100%;
	}
.charactor01 p {
  margin-top: 150px;
  padding: 0;
}
.charactorunder {
  height: 268px;
}
.charactorunder img {
	display: block;
	max-width:100%;
	}

.gallery {
	background-color: #ffffff;
	background-position: top center;
	background-repeat: no-repeat;
	height: 600px;
	padding: 0 0 0 0;
}
.gallery img {
	display: block;
	max-width:100%;
	}
.gallery p {
	margin-top: 100px;
	margin-bottom: 0px;
	padding: 0;
}

.pop0001 {
  background-color: #000000;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 920px;
}

.pop0001 img {
	display: block;
	max-width:100%;
	margin-top: 30px;
	}

.pop0001 p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
}

.specbg {
  background-image: url(../bitchswitch/07specline.png);
  background-color: #000000;
  background-position: top center;
  background-repeat: repeat;
  width: 100%;
  height: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.specbg img {
	display: block;
	max-width:100%;
	}
.specbg p {
  margin-top: 0px;
  padding: 0;
}
.specunder {
  height: 51px;
  background-color: #ffffff;
}
.specunder img {
	display: block;
	max-width:100%;
	}
.footer {
  background-color: #0d1932;
  height: 54px;
}
.footer img {
	display: block;
	width:374px;
}

#menuheader {
  background-color: #2c0001;
  height: 45px;
}

/*************************
パララックス
*************************/
div.parallax1{
	height:2391;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;	
	}
.pabox{
        margin: 0 auto;
	}
.pabox p {
  margin-top: 0px;
  margin-bottom: 50px;
  padding: 0;
}
.pabox img {
	display: block;
	max-width:100%;
	}
.pabox h2{
	line-height: 600px;
	font-size: 60px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	}
.parallax_img_1{
	background:url(../bitchswitch/story03bg.png);	
	}
/*************************
パララックス
*************************/
div.parallax2{
	height:850;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;	
	}
.pabox2{
        margin: 0 auto;
	}
.pabox2 img {
	display: block;
	max-width:100%;
	}
.pabox h2{
	line-height: 600px;
	font-size: 60px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	}
.parallax_img_2{
	background:url(../bitchswitch/06gallerybg.jpg);	
	}
.parallax_img_3{
	background:url(../bitchswitch/06gallerybg.jpg);	
	}
/*************************
メディアクエリ
*************************/
@media screen and (max-width: 960px){
	.pabox{
		width:auto;
		}
	}

/*************************
storytxt01
*************************/

	div.storytxt01 { position: relative;
			width: 924px;
			height: 780px;
	}
	img.storytxt01back { position: absolute; z-index: 1;
		left: 0px; top: 0px; 
	}
	img.storytxt01main { position: absolute; z-index: 1;
		left: 0px; right: 0px; left: 0px; top: 0px; 
	}
	img.storytxt01next { position: absolute; z-index: 1;
		right: 0px; top: 0px; 
	}

/*************************
system
*************************/

	div.system { position: relative;
			width: 920;
			height: 2027px;
	}
	img.system1 { position: absolute; z-index: 1;
		left: 0px; top: 0px; 
	}
	img.system2 { position: absolute; z-index: 2;
		left: 0px; top: 0px; 
	}

/*************************
CG
*************************/

<style type="text/css">
.cggallery a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
</style>

/*************************
character
*************************/
/*タブの中身を初期非表示に*/
.ChangeElem_Panel {
  display: none;
}
/*タブを横並べに*/
.ChangeElem_Btn_Content {
  display: flex;
}
/*通常時のタブ装飾*/
.ChangeElem_Btn {
  background-color: #000;
  display: inline-block;
  flex: 1;
  font-size: 1.2rem;
  position: relative;
  transition: all .3s ease-in-out;
  vertical-align: middle;
	opacity: 1.0;
}
/*カレントとホバー時のタブ装飾*/
.ChangeElem_Btn:hover,
.ChangeElem_Btn.is-active {
  background: #FF0;
  border: 2px solid #fcbc82;
  box-sizing: border-box;
  color: #FF0;
	opacity: 0.8;
}
/*************************
menu
*************************/


.inner {
	width: 960px;
	margin: 0 auto;
}
.inner:after {
	content: "";
	clear: both;
	display: block;
}

/* header */
#top-head {
    top: 7px;
    position: absolute;
    width: 100%;
    margin: 0px auto 0;
    padding: 0;
    line-height: 1;
    z-index: 99;
}
#top-head a,
#top-head {
	color: #ffffff;
	text-decoration: none;
}
#top-head .inner {
	position: relative;
}
#top-head .logo {
	float: right;
	padding: 2px 0 0 0;
	font-size:19px;
	font-weight: 700;
	font-family :"メイリオ", "ＭＳ Ｐゴシック","fantasy",sans-serif;
	letter-spacing: -2px;
}
#global-nav ul {
	list-style: none;
	position: absolute;
	top: 7px;
	bottom: 0;
	font-size: 16px;
}
#global-nav ul li {
	list-style: none;
	float: left;
	position: relative;
}
#global-nav ul li a {
	padding: 0 5px 0 5px;
}

/* Btn Hover */
#global-nav ul li:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	bottom: -2px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
#global-nav ul li:hover:after {
	background: #ffffff;
	bottom: -8px;
}


/* Fixed */
#top-head.fixed {
	top: 0;
	position: fixed;
	padding-top: 0px;
	height: 30px;
	background: rgba(52,25,16,.8);
	box-shadow: 0 0 0.1em 0 rgba(0, 0, 0, 0.25);
	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
	padding: 1px 0 0 0;
	font-size: 19px;
	color: #ffffff;
}
#top-head.fixed #global-nav ul li a {
	color: #ffffff;
	padding: 0 5px 0 5px;
}

/* Fixed Btn Hover */
#top-head.fixed #global-nav ul li:after {
	bottom: -2px;
}
#top-head.fixed #global-nav ul li:hover:after {
	background: #ffffff;
	bottom: -5px;
}

/* Transition */
#top-head,
#top-head .logo,
#global-nav ul li,
#global-nav ul li a {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}

/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 14px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}

#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #666;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}


/*************************
pagetop
*************************/

#pageTop {

  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}

#pageTop a {
  display: block;
  z-index: 999;
  text-decoration: none;
  text-align: center;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/*************************
spec
*************************/

	div.specbot { 
	position: relative;
	background-image:url("../bitchswitch/07spec.png");
	background-size: auto;
	background-position:top center;
	background-repeat: no-repeat;
	width: 970px;
	height: 1000px;
	}
	img.specbot1 { position: absolute; z-index: 1;
		left: 397px; top: 520px; 
	}
	img.specbot2 { position: absolute; z-index: 1;
		left: 670px; top: 520px; 
	}
	img.specbot3 { position: absolute; z-index: 1;
		left: 84px; top: 780px;
	border: solid 3px #fff;
	}
	.specbot3 a:hover img {
	transform: translate(0,-5px); 
	-webkit-transform: translate(0,-5px); 
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	filter: hue-rotate(-60deg);
	filter: brightness(110%);
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
	transform: translateY(-0.1875em);
	border: solid 3px #ff42a8;
	}

/*************************
spec
*************************/


.toppics1 {
 z-index: 1;
 position: relative;
    width: 960px;
    margin: 0 auto;

}

.topbot01 {
 z-index: 12;
 position: absolute;
	animation: fadeIn 4s ease 0s 1 normal;
	-webkit-animation: fadeIn 4s ease 0s 1 normal;
	top: 3px;
	left: 10px;
}
.topbot01 a:hover img {
	-webkit-transform:translateY(-3px);
	transform:translateY(-3px);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha(opacity=90)";
}
.topbot02 {
 z-index: 12;
 position: absolute;
	animation: fadeIn 4s ease 0s 1 normal;
	-webkit-animation: fadeIn 4s ease 0s 1 normal;
	top: 3px;
	left: 70px;
}
.topbot02 a:hover img {
	-webkit-transform:translateY(-3px);
	transform:translateY(-3px);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha(opacity=90)";
}

.toppics2 {
 z-index: 10;
 position: absolute;
	animation: fadeIn 4s ease 0s 1 normal;
	-webkit-animation: fadeIn 4s ease 0s 1 normal;
	width:100%;
}

.toppics3 {
 z-index: 3;
 position: absolute;
	animation: fadeIn 4s ease 0s 1 normal;
	-webkit-animation: fadeIn 4s ease 0s 1 normal;
	width:100%;
}
@media all and (-ms-high-contrast: none){
  .toppics3 img{
	width:100%;
	max-width:1600px;
	min-width: 800px;
  }
}

.toppics4 {
 z-index: 10;
 position: absolute;
	animation: fadeIn 4s ease 0s 1 normal;
	-webkit-animation: fadeIn 4s ease 0s 1 normal;
	width:100%;
	animation-name: anime;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}
@keyframes anime
{
	from{ transform : translateY(-5px); }
	
	50%{ transform : translateY(5px); }
	
	to{ transform : translateY(-5px); }
}
.toppics5 {
 z-index: 11;
 position: absolute;
	animation: fadeIn 4s ease 0s 1 normal;
	-webkit-animation: fadeIn 4s ease 0s 1 normal;
	width:100%;
	animation-name: anime;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}
@keyframes anime
{
	from{ transform : translateY(-5px); }
	
	50%{ transform : translateY(5px); }
	
	to{ transform : translateY(-5px); }
}
.toppics6 {
 z-index: 2;
 position: absolute;
	animation: fadeIn 4s ease 0s 1 normal;
	-webkit-animation: fadeIn 4s ease 0s 1 normal;
	width:100%;
}
.toppics7 {
 z-index: 4;
 position: absolute;
	animation: fadeIn 4s ease 0s 1 normal;
	-webkit-animation: fadeIn 4s ease 0s 1 normal;
	width:100%;
}
.popup01 {
 z-index: 5;
	animation: fadeIn 6s ease 0s 1 normal;
	-webkit-animation: fadeIn 6s ease 0s 1 normal;
	width:100%;
}
@keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}


/*************************
closebottombase
*************************/

.Bnr{
  position: relative;
  margin: 0 auto;
  width: 268px;
  display: none;
  font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",Osaka,sans-serif !important;
  z-index: 99;
}
.Bnr .Bnr__img{
  position: fixed;
  right: 0px;
  top: 15px;
}

/*************************
closebottom
*************************/

/*全体*/
.hidden_box {
    margin: 2em 0;
    padding: 0;
}

/*ボタン装飾*/
.hidden_box label {
 position: relative;
    padding: 10px;
  font-size: 12px;
  color: #fff;
    background: #359bd5;
    cursor :pointer;
    transition: .5s;
  z-index: 301;
  box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.4);
}

/*アイコンを表示*/
.hidden_box label:before {
 position: absolute;
 top: 12px;
 right: 10px;
    display: inline-block;
     content: url(../bitchswitch/01topdlsitecloseoff.png);
    padding-right: 5px;
    transition: 0.2s;
}

/*ボタンホバー時*/
.hidden_box label:hover {
    background: #63c1f7;
}

/*アイコンを切り替え*/
.hidden_box input:checked ~ label:before {
     content: url(../bitchswitch/01topdlsitecloseon.png);
     -ms-transform: rotate(360deg);
     -webkit-transform: rotate(360deg);
     transform: rotate(360deg);
     color: #ffffff;
}

/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    margin: 2px 0;
    padding: 10px 0;
    height: auto;
    opacity: 1;
  z-index: 302;
}

	div.dlsitebox {
	position: relative;
	background-image:url("../bitchswitch/01topdlsiteunder2.png");
	background-repeat: no-repeat;
	width: 268px; height: 128px;
  z-index: 303;
	}
	.dlsitebox1 {
	position: absolute; z-index: 304;
	left: 16px; top: 15px; 
	width: 100px;
	height: 100px;
	vertical-align: middle;
	text-align: left;
	line-height: 28px;
	font-size: 14px;
	color: #359bd5;
	font-weight: bold;
	}
	.dlsitebox2 {
	position: absolute; z-index: 305;
	left: 87px; top: 15px; 
	width: 160px;
	height: 100px;
	vertical-align: middle;
	text-align: left;
	line-height: 28px;
	font-size: 14px;
	color: #359bd5;
	font-weight: bold;
	}

.dlsitebox a:link {
		color: #359bd5;
		text-decoration: none;
		}
.dlsitebox a:visited {
		color: #359bd5;
		text-decoration: none;
		}
.dlsitebox a:hover, a:active, a:focus {
		color: #ff9933;
		text-decoration: underline;
		}


/*************************
section
*************************/

section:before {
    content: " ";
    margin-top: 0px;
    height: 0px;
    display: block;
    visibility: hidden;
}

/*************************

*************************/

