@charset "utf-8";


@import url('https://fonts.googleapis.com/css?family=Questrial');
@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');

@font-face {
    font-family: 'Pirulen';
    src:url('../font/Pirulen.ttf.woff') format('woff'),
        url('../font/Pirulen.ttf.svg#Pirulen') format('svg'),
        url('../font/Pirulen.ttf.eot'),
        url('../font/Pirulen.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}

/* common setting
------------------------------------------------------------------*/

.cfix:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.cfix{display:inline-table;zoom:1;}
/* ¥*/
* html .cfix{height:1%;}
.cfix{display:block;}
/* */


a {
	text-decoration: none;
	color:#009beb;
}

a:hover {
	text-decoration:underline;
	color:#fff;
}

img {
	border: none;
}


html {
	height:100%;
 }




/* = Reset
-------------------------------------------------------------- */

address{
	font-style: normal;
}

img {
	border: none;
	}

sub {
	font-size:0.5em;
	vertical-align:baseline;
	}
small {
    font-size: 65%;
    letter-spacing: 0;
}

a:focus, *:focus { outline:none; }

/*  */
.clear {clear: both;}
.hdn {display:none;}
.nowrap{white-space: nowrap;}



h1,h2,ul,ol,li{
	margin: 0;
	padding: 0;
}


/* = Clear fix
-------------------------------------------------------------- */

.cfix{
  zoom:1;
}
.cfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}


.clear{
	clear: both;
}


/* =Basic structure
-------------------------------------------------------------- */

body{
	min-width:1025px;
}


/* Body, links, basics */
html,body {
	margin: 0;
	padding: 0;
	height: 100%;
}

#wrapper{
	position: relative;
	overflow: hidden;
}

body {
	position: relative;
	margin: 0;
	padding: 0;

	min-height: 600px;

	color: #000;
	font-size: 15px;
	font-family: 'Noto Sans Japanese', "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
/*	font-family:'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;*/	
	background:#fff;
}




a{
	outline: none;
	text-decoration: none;
	color: #0085c3;
}
a:hover {
	text-decoration: underline;
}

a, a:before, a:after, input{ -webkit-transition-property:background color; -webkit-transition-duration:0.2s; -webkit-transition-timing-function:ease; -moz-transition-property:background color; -moz-transition-duration:0.2s; -moz-transition-timing-function:ease; -o-transition-property:background color; -o-transition-duration:0.2s; -o-transition-timing-function:ease; }

::selection {
	background-color: #dfdfdf;
}



.pconly{
	display: block !important;
}

.sponly{
	display: none !important;
}


.inner{
	max-width: 960px;
	margin: 0 auto;
}


/* =Header
-------------------------------------------------------------- */

#header{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 10;
}

#header .inner{
	position: relative;
}

.logo{
	position: absolute;
	top: 8px;
	left:5px; 
/*	display: none; */
}

#page_top .logo{
	display: none;
}

.logo_tnsms{
	position: absolute;
	top: 10px;
	right: 20px;
}

#gn{
	margin: 0 auto;
	position: relative;
	width: 57%;
    border-top: 56px solid rgba(0,0,0,.8);
    border-left: 56px solid transparent;
    border-right: 56px solid transparent;
    height: 0;
    text-align: center;
    line-height: 10px;
	font-family: 'Pirulen', sans-serif;	
}

#gn ul{
	position: absolute;
    margin-top: -33px;
    text-align: center;
    width: 100%;

	padding: 0 20px;
    box-sizing: border-box;

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    
    flex-wrap: nowrap;
    justify-content: space-between;
}

#gn li{
	
	display: inline-block;
	font-family: 'Questrial', sans-serif;
	font-size: 21px;
	font-weight: bold;
}

#gn li a{
	color: #fff;
}

/* =Footer
-------------------------------------------------------------- */

#footer{
	position: relative;
	background: url(../img/bg_info.png) #fff center top;
	padding-top: 40px;
}

#footer .inner{
	max-width: 915px;
}

.copyright{
	margin: 0 auto;
	width: 600px;
    border-bottom: 32px solid #000;
    border-left: 32px solid transparent;
    border-right: 32px solid transparent;
    height: 0;


    color: #fff;
    text-align: center;
    line-height: 10px;		
	font-family: 'Questrial', sans-serif;

}

.copyright span{
	display: block;
	width: 100%;
	text-align: center;
	padding: 10px 0 0 0;
}

.copyright img{
	display: block;
	margin: 0 auto;
}

.foot_logo{
	width: 150px;
	float: left;
}

.foot_info{
	width: 745px;
	float: right;
}

.foot_info dl{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;	

	border-bottom: 1px solid #a0a0a0;
    padding-bottom: 10px;
}

.foot_info dl.first{
	margin-top: 0;
	padding-top: 10px;
	border-top: 1px solid #a0a0a0;	
} 

.foot_info dt {
    width: 25%;
    color: #000000;
    line-height: 1.2;
    letter-spacing: 0.03em;
	font-family: 'Pirulen', sans-serif;	
    }

.foot_info dd {
    width: 75%;
    color: #000000;
    line-height: 1.2;
    letter-spacing: 0.03em;
}

.foot_info dd p{
	margin-bottom: .75em;	
}

.foot_contact ul{
	margin: 30px 0;
	padding: 0;
	text-align: center;
}

.foot_contact li{
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

.button{
	display: inline-block;
    background: #000;
    border-radius: 3px;
    margin: 0px 3px 0px 3px;
    padding: 6px 30px 6px 30px;
    color: #fff;
	font-family: 'Pirulen', sans-serif;	
    font-size: 20px;
    text-align: center;  
    text-shadow: 0 1px 3px #000000, 0 1px 5px #000000, 0 1px 8px #000000;
	line-height: 1;
}

.button:hover{
	text-decoration: none;
	background: #3d3d3d;
}

.button.icon{
	font-size: 10px;
}

.ostype{
	display: inline-block;
	font-size: 1.3em;
	margin: 1em 0 .5em 0;
}

.ostype.first{
	margin-top: 0;
}

.detail{
	color: #8d8d8d;
	font-size: .8em;
	line-height: 1.2;
}

.detail p{
	margin:0.25em 0 0.5em 0;
}

.appicon{
	border-radius: 31px;
	overflow: hidden;
}

#page-top {
    width: 78px;
    height: 64px;
    display: block;
    position: fixed;
    bottom: 20px;
    right: 10px;
    overflow: none;
	z-index: 10;
}

a#page-top-link {
	display: block;
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
    background: #000;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    border: 1px #353535 solid;
}

a#page-top-link img{
    box-sizing: border-box;
    padding-top: 17px;
}

/* = Social Buttons
-------------------------------------------------------------- */

.sns-btns{
	clear: both;
	margin-top: 75px;
	padding: 0 0 20px 0;
}

/* シェア */
.sns-btns ul {
	margin:0 auto;
	padding: 0;
	text-align: center;
}
.sns-btns li {
	display: inline-block;
    width: 35px;
    margin: 0 2px 0 2px;
	text-align: center;
}

.sns-btn_header{
	margin-bottom: 5px;
	color: #8a8a8a;
	font-size: .7em;
	font-family: 'Pirulen', sans-serif;	
	text-align: center;
}

.sns-btns li a {
	position:relative;
	display:block;
	padding:8px 0 .25em 0;
	color:#fff !important;
	font-size:65%;
	border-radius:50%;
	text-align:center;
	line-height: 22px;
	text-decoration: none;
}


.entry-stamp .sns-btns{
	padding: 0 0 20px 0;
	font-size: .9em;
}

/* シェア */
.entry-stamp .sns-btns ul {
	margin:0 auto;
	padding: 0;
}
.entry-stamp .sns-btns li {
	display: inline-block;
	width:22px;
	margin:0 0 0 5px;
	text-align: center;
}
.entry-stamp .sns-btns li a {
    position: relative;
    display: block;
    padding: 4px 0 .25em 0;
    color: #fff !important;
    font-size: 65%;
    border-radius: 50%;
    text-align: center;
    line-height: 15px;
    text-decoration: none;
}


/* ツイッター */
.sns-btns .twitter a {
	background:#00acee;
}
.sns-btns .twitter a:hover {
	background:#0092ca;
}

/* Facebook */
.sns-btns .facebook a {
	background:#3b5998;
}
.sns-btns .facebook a:hover {
	background:#2c4373;
}

/* LINE */
.sns-btns .line a {
	background:#00C300;
}
.sns-btns .line a:hover {
	background:#107C10;
}


/* =Childpage
-------------------------------------------------------------- */
 
.page_header {
  position: relative;
  background:#f0f0f0 url(../img/headertest.jpg) no-repeat center top;
  background-size: cover;
  position: fixed;
  height: 45%;
  min-height: 280px;
  bottom: 10%;
  right: 0;
  left: 0;
  top: 0;
} 

body.page .page_contents{
	position: relative;
	background: #fff;
	top: 240px;
    padding-bottom: 240px;
} 
 
.page_header_shield {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.7);
}
 
.page_header h1{
	text-align: center;
    padding-top: 125px;
}
 
 .page_nav{
	font-family: 'Pirulen', sans-serif;	
	font-size: 1.2em;
	text-align: center;
	background: rgba(0,0,0,.2);
	background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.2) 25%,rgba(0,0,0,0.2) 75%,rgba(0,0,0,0.03) 90%,rgba(0,0,0,0) 100%);
 }
 
.page_nav a{
	position: relative;
    display: inline-block;
    margin: 0 2px;
    background: #000;
    color: #fff;
    padding: 5px 20px;
    line-height: 1.4;	  
    -webkit-transform: skew(-40deg,0);
    -moz-transform: skew(-40deg,0);   
  }

.page_nav a span{
	display: block;
    -webkit-transform: skew(40deg,0);
    -moz-transform: skew(40deg,0); 	  
  }
.page_nav a:hover{
	background: #3d3d3d;
	text-decoration: none;
}


/**/

.page_contents section{
	padding: 40px 0;
}

.a2btw,
.a2btk{
	position: relative;
	text-align: center;
}

.a2btw::before{
	content: '';
    position: absolute;
    width: 13px;
    height: 71px;
    background: #fff;
    -webkit-transform: skew(40deg,0);
    -moz-transform: skew(40deg,0);
    left: 29%;
    top: -40px;
}

.a2btw::after{
	content: '';
    position: absolute;
    width: 13px;
    height: 71px;
    background: #fff;
    -webkit-transform: skew(-40deg,0);
    -moz-transform: skew(-40deg,0);
    right: 29%;
    top: -40px;
}


.a2btk::before{
	content: '';
    position: absolute;
    width: 13px;
    height: 71px;
    background: #000;
    -webkit-transform: skew(40deg,0);
    -moz-transform: skew(40deg,0);
    left: 29%;
    top: -40px;
}

.a2btk::after{
	content: '';
    position: absolute;
    width: 13px;
    height: 71px;
    background: #000;
    -webkit-transform: skew(-40deg,0);
    -moz-transform: skew(-40deg,0);
    right: 29%;
    top: -40px;
}

.a2bh4{
	position: relative;
	text-align: center;
	width: 400px;
	margin: 30px auto 20px auto;
	padding: 10px;
	
	background: #000;
	border: 1px solid #fff;
	
	font-size: 1.3em;
	line-height: 1.2;
}

.a2bh4::before{
	content: '';
    position: absolute;
    width: 4px;
    border-right: 4px solid #fff;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    height: 20px;
    top: 50%;
    left: -9px;
    margin-top: -15px;	
}

.a2bh4::after{
	content: '';
    position: absolute;
    width: 4px;
    border-left: 4px solid #fff;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    height: 20px;
    top: 50%;
    right: -9px;
    margin-top: -15px;	
}

.a2bh4 a{
	display: block;
	color: #fff;
}

.a2bh4 a:hover{
	background: #1b1b1b;
	text-decoration: none;
}

span.c1,
span.c2,
span.c3,
span.c4{
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
}

span.c1{
	top: 2px;
	left: 2px;
	border-width: 5px 5px 0 0;
	border-color: #fff transparent transparent transparent;
	
}

span.c2{
	top: 2px;
	right: 2px;	
	border-width: 0 5px 5px 0;
	border-color: transparent #fff transparent transparent;
}

span.c3{
	bottom: 2px;
	right: 2px;
	border-width: 0 0 5px 5px;
	border-color: transparent transparent #fff transparent;
}

span.c4{
	bottom: 2px;
	left: 2px;
	border-width: 5px 0 0 5px;
	border-color: transparent transparent transparent #fff;
}

/* =Globaltop
-------------------------------------------------------------- */

#cover{
	position: relative;
	height: 750px;
	overflow:hidden; 
	background: #fff;
	margin-top: -12px;
	}

.cover_shield{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,1);
	background-image: url(../img/bg_cover.png);

	animation: fadeout-screen 3.0s ease 3.0s 1 forwards;
}

#cha_logo,
#cha_aka,
#cha_blue,
#cha_copy{
	position: absolute;
	line-height: 0;
	
	opacity: 0;
	}
	
#cha_logo{
	top: 227px;
    left: 50%;
    margin-left: -125px;
    text-align: center;
}


#cha_aka {
	left: 50%;
	bottom: 0;
	margin-left: -560px;
}

#cha_blue {
	left: 50%;
	bottom: 0;
	margin-left: -343px;
}

#cha_copy{
	top: 65px;
	right: 10px;
}

.banners{
	text-align: center;
}


@keyframes appearance-img {
	0% { opacity: 0;}
	100% { opacity: 1;}
}

@keyframes fadeout-screen {
	0% { background-color: rgba(255,255,255,1);}
	100% { background-color: rgba(255,255,255,.5);}
}


#cha_logo{
  animation: appearance-img 0.5s ease .25s 1 forwards;
}

#cha_blue{
  animation: appearance-img 1.0s ease 1s 1 forwards;
}

#cha_aka {
  animation: appearance-img 1.0s ease 1.5s 1 forwards;
}

#cha_copy {
  animation: appearance-img 3.0s ease 2.5s 1 forwards;
}



/* =Globaltop - News
-------------------------------------------------------------- */

#news{
	background: #000;
	color: #fff;
	padding: 40px 0;
}

#news ul{
	position: relative;
    border-top: 1px solid #fff;
    max-height: 300px;
    overflow: scroll;	
}

#news ul:before{
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	top: -5px;
	left: 0;
	background:url(../img/bg_hr.png) no-repeat;
}

#news ul:after{
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	top: -5px;
	right: 0;
	background:url(../img/bg_hr.png) no-repeat;
}


#news li {
	position: relative;
    padding: 10px 20px;
    border-bottom: 1px solid #fff;
    color: #fff;
    line-height: 140%;
    list-style: none;
}

#news li:before{
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	bottom: -5px;
	left: 0;
	background:url(../img/bg_hr.png) no-repeat;
}

#news li:after{
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	bottom: -5px;
	right: 0;
	background:url(../img/bg_hr.png) no-repeat;
}

#news li a{
	color: #fff;
}

#news li a:hover{
	color: yellow;
	text-decoration: none;
}

.news_date{
	display: inline-block;
    width: 150px;
    font-size: 13px;
    margin-right: 15px;
    padding: 5px 0 4px;
    border: 1px solid #ffffff;
    color: #ffffff;
    text-align: center;
	font-family: 'Pirulen', sans-serif;	
}

.no-b{
	border-color: #000;
}

.newsarchive{
	margin-top: 2em;
	font-family: 'Pirulen', sans-serif;
	text-align: center;
}

.newsarchive a{
	color: #fff;
}

/* =Globaltop - About
-------------------------------------------------------------- */

#about{
	padding: 0;
	background: #1f414f;	
}

.swiper-container {
    width: 100%;
    height: 100%;
    background: #1f414f;
}
.swiper-slide {
    font-size: 18px;
    color:#fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 60px;
}
.parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 130%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-image: url(../img/bg_about.jpg);
}
.swiper-slide .title {
    font-size: 41px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: .5em;
    }
.swiper-slide .subtitle {
    font-size: 33px;
    line-height: 1.2;
    margin-bottom: 1em;
}
.swiper-slide .text {
    font-size: 20px;
    max-width: 420px;
    line-height: 1.4;
}
.swiper-slide .text span{
	color: #d9ff6c;
}

.swiper-slide .text .button{
	margin-top: 10px;
    background: #fff;
    color: #000;
    text-shadow: none !important;
    font-size: .6em;
}

.swiper-slide .text .button:hover{
	background: #1c5baa;
	color: #fff;
}

.swiper-slide .img{
    float: right;
    overflow: hidden;
	transform: rotate(7deg) scale(1) ;	    
    margin: -70px 0;
}

.swiper-slide .img img{
    max-width: 400px;
    height: auto;
}

.swiper-slide .swiper-slide-txt{
    width: 50%;
    margin-bottom: 3em;
    float: left;
   text-shadow: 0 1px 3px #000000, 0 1px 5px #000000, 0 1px 8px #000000;	

}
   
.at-comment{
	color: #d3d3d3;
	font-size: .5em;
	margin-top: 2em;
	text-shadow: none;
}
  
 /* =Globaltop - SNS
-------------------------------------------------------------- */ 
   
#sec_sns{
	background: #000;
	color: #fff;
	padding: 40px 0;
	text-align: center;	
}

.snstl{
	padding-top: 20px;
	width: 48%;
	display: inline-block;
	vertical-align: top;
}

.tl_twitter{
}

/* =Story
-------------------------------------------------------------- */

#story{
	background: #141414;
	color: #fff;
}

#story .inner{
	padding-bottom: 50px;
}

.story_txt{
	position: relative;
	box-sizing: border-box;
/*	max-width: 800px; */
	background: #000;
	border: 1px solid #666666;
	
	margin: 50px auto 0 auto;
	padding: 20px 55px;
}

.story_txt p{
	font-size: 1.1em;
	margin-bottom: 1em;
	line-height: 1.75;
	text-indent: 1em;
}

.writtenby{
	margin-top: 2em;
	text-align: right;
/*	font-style: italic;
	font-family: 'Questrial', sans-serif;*/
}

.writtenby a{
	color: #fff;
}

.story_txt p.txt_read{
	text-align: center;
	text-indent: 0;
	font-style: italic;
	margin: 5em 0 !important;
}

.txt_line{
/*	font-weight: bold;*/
	text-indent: 0 !important;
}

.txt_blue{
	color: #548cfe /*#2970ff /*3874ed*/;
}

.txt_aka{
	color: #ff5b5b /*#ff3e3e /*e64242*/;
}

a.nav_chap{
/*	background: #7e0909;*/
}

.nolink{
	background: #7b7b7b !important;
	color: #e0dcdc !important;
}	

#page_story .page_nav a:nth-child(1),
#page_story_1_2 .page_nav a:nth-child(2),
#page_story_1_3 .page_nav a:nth-child(3),
#page_story_2_1 .page_nav a:nth-child(4),
#page_story_2_2 .page_nav a:nth-child(5),
#page_story_2_3 .page_nav a:nth-child(6){
	color: yellow;
}



/* =Charcter
-------------------------------------------------------------- */

#character{
	background: #fff;
}

#character h4.a2bh4,
#staff h4.a2bh4{
	color: #fff !important;
	font-family: 'Pirulen', sans-serif;	
}

#character h4.a2bh4::before,
#staff h4.a2bh4::before{
	border-right-color: #000;
	}
#character h4.a2bh4::after,
#staff h4.a2bh4::after{
	border-left-color: #000;
	}

.character {
	padding: 40px 0 0 0;
}

.character .inner{
	position: relative;
}

.character .chara_name{
	position: absolute;
	left: 0;
	bottom: 0;
    margin: 0;
    padding: 0 0 24px 30px;}

.character .chara_name img{
	position: relative;
	z-index: 1;
}

.character .chara_name::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 280px 0 0 280px;
	border-color: transparent transparent transparent #ce1b1b;
	opacity: .9;
}

.chara_img{
	width: 50%;
	float: left;
	text-align: center;
	line-height: 0;
}

.chara_img img{
}

.chara_desc{
	width: 50%;
	float: right;
	padding: 40px 0 20px 0;
	
	font-size: .9em;
	color: #fff;
    text-shadow: 0 1px 3px #000000, 0 1px 5px #000000, 0 1px 8px #000000;	
}

.chara_desc p{
	margin-bottom: 1em;
}

.chara_sub{
	position: relative;
	background: rgba(0,0,0,.3);
	margin: 1em 0;
	padding: 10px 30px;
	border: 1px solid #fff;
	text-align: center;
}

.chara_sub img{
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
}

/* AKA */

#chara_aka{
	background:#e64242;
	background-image:url(../img/bg_info.png);
	background-attachment:fixed; }

#chara_aka .chara_img{
	text-align: left;
}

/* BLUE */

#chara_blue{
	background:#3874ed;
	background-image:url(../img/bg_info.png);
	background-attachment:fixed; 
}

#chara_blue .chara_img{
	float: right;
}

#chara_blue .chara_disc{
	float: left;
}

#chara_blue.character .chara_name{
	left: auto;
	right: 0;
	padding: 0 0 24px 0;
}

#chara_blue.character .chara_name img{
	right: -34px;
}

#chara_blue.character .chara_name::before{
	border-width:  0 0 280px 280px;
	border-color: transparent transparent #2711cf transparent;
	
}

#chara_blue .chara_sub{
}

/* MURASAKI */

#chara_murasaki{
	background:#8850b6;
	background-image:url(../img/bg_info.png);
	background-attachment:fixed; 

}

#chara_murasaki .chara_name::before{
	border-color: transparent transparent transparent #40004a;	
}

#chara_kuro{
	background:#6a6a65;
	background-image:url(../img/bg_info.png);
	background-attachment:fixed; 
}

#chara_kuro .chara_name::before{
	border-color: transparent transparent transparent #1b1b18;	
}

#chara_dr{
	background:#a3734f;
	background-image:url(../img/bg_info.png);
	background-attachment:fixed; 
}

#chara_dr .chara_name::before{
	border-color: transparent transparent transparent #8f4109;	
}

#chara_ao{
	background:#113198;
	background-image:url(../img/bg_info.png);
	background-attachment:fixed; 
}

#chara_ao .chara_name::before{
	border-color: transparent transparent transparent #0f0e77;	
}


/* =Staff
-------------------------------------------------------------- */

#page_staff .page_header {
  background-image: url(../img/headertest.jpg);
} 


#staff {
	
}

#staff dl{
	text-align: center;
	margin-bottom: 4em;
}

#staff dt{
	text-align: center;
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: .3em;	
}

#staff dt .en{
    display: block;
	font-size: .5em;
	font-weight: normal;
	font-family: 'Questrial', sans-serif;
	color: #6e6e6e;
}
#staff dt a{
	color: #000;
}

#staff dt .en a{
	color: #6e6e6e;	
}

#staff dt .corp{
	font-size: .7em;
    display: block;
}

#staff dd{
	margin: 0;
	padding: 0;

	color: #e64242;
	text-align: center;
	font-size: .9em;
	font-family: 'Pirulen', sans-serif;	

}

/* =Tips
-------------------------------------------------------------- */

#tips h2{
	text-align: center;
}

#tips h2 img{
	max-width: 960px;
	height: auto;
}

#tips h3{
	background: #000;
	color: #fff;
    font-size: 2em;
    line-height: 1.2;
    padding: 10px 15px;
    margin-top: 3em;
    margin-bottom: .5em;
    border-bottom: 2px red solid;
}

#tips p{
	margin-bottom: 1em;
	font-size: 1.3em;
	text-align: center;
}

#tips p.center{
	text-align: center;
}

#tips img{
	max-width: 580px;
	height: auto;
}

.writtenby_tips{
	margin-top: 2em;
	text-align: right;
/*	font-style: italic;
	font-family: 'Questrial', sans-serif;*/
}

.writtenby_tips a{
}

.writtenby_tips a:hover{
	color: red;
}



