@charset "utf-8";

h1,h2,h3,h4,h5,h6,p,ul,ol,dl,dt,dd{
	padding: 0;
	margin: 0;
}

ol,ul{
	list-style-type: none;
}

/*-----------------------------------------------
 root
-----------------------------------------------*/

html{
	overflow-y: scroll;
}

body{
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', sans-serif;
}

/*-----------------------------------------------
 font
-----------------------------------------------*/

html{
	font-size: medium;	
}

body{
	overflow-x: hidden;
	font-size: 62.5%; /* 16px -> 10px */
}

dt,dd,li,
caption,th,td,
input,button,textarea,select,
h1,h2,h3,h4,h5,h6,p,address{
	line-height: 1.5;
	font-size: 140%;
	margin: 0;
	padding: 0;
}

h1 *,h2 *,h3 *,h4 *,h5 *,h6 *,
p input,p button,p select,
li h1,li h2,li h3,li h4,li h5,li h6,li p,li dt,li dd,li li,li th,li td,li input,li button,li textarea,li select,
dd h1,dd h2,dd h3,dd h4,dd h5,dd h6,dd p,dd dt,dd dd,dd li,dd th,dd td,dd input,dd button,dd textarea,dd select,
tr h1,tr h2,tr h3,tr h4,tr h5,tr h6,tr p,tr dt,tr dd,tr li,            tr input,tr button,tr textarea,tr select{
	font-size: 100%;
}

input,button,select,option,textarea{
	font-size: 14px;
}

a,
a:link,
a:visited{
	color: #7d631d;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

section{
	position: relative;
}

/*-----------------------------------------------
 メニュー
-----------------------------------------------*/

header{
	position: fixed;
	z-index: 10;
	top: -60px;
	width: 100%;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
}

header div.title{
	line-height: 0;
}

header div.title img{
	height: 50px;
}

header div#menu{
	position: absolute;
	top: 8px;
	right: 10px;
	line-height: 0;
}

header div#menu img{
	height: 42.5px;
}

header div.buy{
	position: absolute;
	top: 8px;
	right: 59px;
	line-height: 0;
}

header div.buy img{
	height: 42.5px;
}

header div.present{
	position: absolute;
	top: 5px;
	right: 106px;
	line-height: 0;
}

header div.present img{
	height: 50px;
}

/*-----------------------------------------------
 body
-----------------------------------------------*/

body{
	background-image: url(../img/award1/bg.jpg);
	background-color: #000;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

/* top */

section#top{
	margin-bottom: 50px;
}

section#top h1{
	line-height: 0;
}

section#top img{
	width: 100%;
}

section#top p.catch2{
	line-height: 0;
}

section#top p.catch2 img{
	width: 100%;
}

section#top ul li span.up{
	position: absolute;
	top: -10px;
	right: -10px;
}

section#top ul li span.up img{
	width: 49px;
}

section#top p.info{
	overflow-y: scroll;
	position: relative;
	height: 70px;
	margin: 0 10px 10px;
	padding: 10px 10px 10px 30px;
	background-color:rgba(255,255,255,0.8);
	background-image: url(../img/award1/bg-info.png);
	background-repeat: no-repeat;
	border: 1px solid #b40000;
}

section#top div.btn-more{
	margin-bottom: 5px;
	padding: 0 10px;
}

section#top div.content{
	margin: 0 10px 10px;
}

section#top div.content > div {
	padding: 10px;
    border: 1px solid #ff0000;
    background-color: #000;
}

section#top ul.tabs{
	margin: 0 10px -1px;
	font-size: 0;
}

section#top ul.tabs li{
	display: inline-block;
	width: 98px;
	height: 32px;
	background-size: 98px 32px;
}

section#top ul.tabs li:nth-child(1){
	background-image: url(../img/award1/tab1.png);
}

section#top ul.tabs li:nth-child(2){
	background-image: url(../img/award1/tab2.png);
}

section#top ul.tabs li:nth-child(3){
	background-image: url(../img/award1/tab3.png);
}

section#top ul.tabs li.select:nth-child(1){
	background-image: url(../img/award1/tab1_on.png);
}

section#top ul.tabs li.select:nth-child(2){
	background-image: url(../img/award1/tab2_on.png);
}

section#top ul.tabs li.select:nth-child(3){
	background-image: url(../img/award1/tab3_on.png);
}

section#top div.content div.title{
	margin-bottom: 10px;
	line-height: 0;
}

section#top div.content ul li img{
	width: 100%;
}

section#top div.content ul{
	margin-bottom: 10px;
}

section#top div.content ul li{
	position: relative;
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 0;
}

section#top div.content ul li:nth-child(1){
	padding-right: 5px;
}

section#top div.content ul li:nth-child(2){
	padding-left: 5px;
}

section#top div.comic{
	margin: 0 10px 10px;
}

/* news */
#news {
	text-align: center;
	margin-bottom: 20px;
}
#news img {
	width: 100%;
}
#news h2 {
	margin-bottom: 10px;
}
#news .detail {
  width: calc( 605 / 640*100vw);
  margin: 0 auto;
}
#news .detail h3 {
  margin-bottom: calc( 12 / 640*100vw);
}
#news .detail .figure {
  width: calc( 625 / 640*100vw);
  margin-left: calc( -10 / 640*100vw);
  margin-bottom: calc( 30 / 640*100vw);
}
#news .detail .detail-text {
  margin-bottom: calc( 40 / 640*100vw);
}
#news .detail h4 {
  margin-left: auto;
  margin-right: auto;
}
#news .detail h4:nth-of-type(1) {
  width: calc( 389 / 640*100vw);
  margin-bottom: calc( 30 / 640*100vw);
}
#news .detail h4:nth-of-type(2) {
  width: calc( 500 / 640*100vw);
  margin-bottom: calc( 20 / 640*100vw);
}
#news .detail ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: calc( 505 / 640*100vw);
  margin: 0 auto calc( 40 / 640*100vw);
}
#news .detail ul li {
  width: calc( 240 / 640*100vw);
  margin-bottom: calc( 15 / 640*100vw);
}
#news .detail ul li:nth-child(n+4) {
  margin-bottom: 0;
}
#news .detail .dl {
  width: calc( 506 / 640*100vw);
  margin: 0 auto calc( 40 / 640*100vw);
}
#news .detail .reserve {
  width: calc( 603 / 640*100vw);
  margin: 0 auto calc( 55 / 640*100vw);
}
#news .detail .date {
  width: calc( 486 / 640*100vw);
  margin: 0 auto calc( 25 / 640*100vw);
}
#news p{
	font-size: 2vw;
	width: 90vw;
	margin: auto;
	color: #fff;
}

#news .caution{
	text-align: center;
	margin-bottom: 20px;
}
#news .mb30{
	margin-bottom: calc( 30 / 640*100vw);
}

/*#news a{
	display: block;
	margin: 5px auto;
	width: 50vw;
}*/

/* pv */
#pv {
	text-align: center;
	margin-bottom: 20px;
}
#pv h2 {
	margin-bottom: 10px;
}
#pv img {
	width: 100%;
}
#pv .youtube {
  aspect-ratio: 16 / 9;
}

#pv .youtube iframe {
  width: 90%;
  height: 90%;
}

/* anime */
#anime {
	text-align: center;
	margin-bottom: 20px;
}
#anime h2 {
	margin-bottom: 10px;
}
#anime img {
	width: 100%;
}
#anime .image {
	margin: 0 2.8%;
	margin-bottom: 3%;
}
#anime .btn {
	margin: 0 2.8%;
}
/* comic */
#comic h2 {
	margin-bottom: 25px;
}
#comic img {
	width: 100%;
}
#comic ul{
	margin: 0 18px;
}
#comic ul li{
	position: relative;
	display: inline-block;
	width: 46.7%;
	height: 114vw;
	margin-right: 2.8%;
	margin-bottom: 8%;
	vertical-align: top;
}
#comic .cover {
	width: 85.2%;
	margin-bottom: 2%;
}

#comic .catch {
	font-size: 2.82vw;
	color: #ffff00;
	font-weight: bold;
}
#comic .title {
	font-size: 3.75vw;
	color: #fff;
	font-weight: bold;
}
#comic .author {
	font-size: 2.19vw;
	color: #fff;
	margin-bottom: 40px;
}
#comic .btn-detail {
	position: absolute;
	bottom: 0;
	left: 0;
}

/* comment */

section#comment{
	margin-bottom: 30px;
}
section#comment .catch2 {
	margin-bottom: 10px;
}
section#comment .catch2 img{
	width: 100%;
}
section#comment h2{
	margin-bottom: 10px;
	line-height: 0;
}

section#comment h2 img{
	width: 100%;
}

section#comment p.text{
	margin: 0 10px;
	line-height: 0;
}

section#comment p.text img{
	width: 100%;
}


/* character */

section#character{
	padding-top: 60px;
    margin-top: -60px;
	margin-bottom: 30px;
}

section#character h2{
	margin-bottom: -20px;
	line-height: 0;
}

section#character h2 img{
	width: 100%;
}

section#character div.image{
	line-height: 0;
}

section#character div.image img{
	width: 100%;
}

/* character */

section#character2{
	padding-top: 60px;
    margin-top: -60px;
	margin-bottom: 30px;
}

section#character2 h2{
	margin-bottom: 10px;
	line-height: 0;
}

section#character2 h2 img{
	width: 100%;
}

section#character2 div.image{
	margin: 0 10px;
	line-height: 0;
}

section#character2 div.image img{
	width: 100%;
}

/* character */

section#character3{
	padding-top: 60px;
    margin-top: -60px;
	margin-bottom: 30px;
}

section#character3 h2{
	margin-bottom: 10px;
	line-height: 0;
}

section#character3 h2 img{
	width: 100%;
}

section#character3 div.image{
	margin: 0 10px;
	line-height: 0;
}

section#character3 div.image img{
	width: 100%;
}

/* story */

section#story{
	margin-bottom: 30px;
}

section#story h2{
	margin-bottom: 10px;
	line-height: 0;
}

section#story h2 img{
	width: 100%;
}

section#story p.catch{
	margin-bottom: 10px;
	line-height: 0;
}

section#story p.catch img{
	width: 100%;
}

section#story p.text{
	margin: 0 10px 0;
	color: #fff;
}

section#story p.text span{
	font-weight: bold;
	color: #ff0000;
}

section#story p.catch2{
	margin: 0 10px 10px;
	font-weight: bold;
	font-size: 180%;
	color: #fff;
}


/* drone */

section#drone{
	margin-bottom: 30px;
}

section#drone p.text span{
	color: #ff0000;
}

section#drone h2{
	margin-bottom: 10px;
	line-height: 0;
}

section#drone h2 img{
	width: 100%;
}

section#drone p.text{
	margin: 0 10px 10px;
	color: #fff;
}

section#drone div.image{
	margin: 0 10px 10px;
	line-height: 0;
}

section#drone div.image img{
	width: 100%;
}

section#drone div.spec{
	margin: 0 10px;
	line-height: 0;
}

section#drone div.spec img{
	width: 100%;
}

/* legion */

section#legion{
	margin-bottom: 30px;
}

section#legion h2{
	margin-bottom: 10px;
	line-height: 0;
}

section#legion h2 img{
	width: 100%;
}

section#legion p.text{
	margin: 0 10px 10px;
	color: #fff;
}

section#legion p.text span{
	color: #ff0000;
}

section#legion div.spec{
	margin: 0 10px;
	line-height: 0;
}

section#legion div.spec img{
	width: 100%;
}

section#legion div.image{
	margin: 0 10px 10px;
	line-height: 0;
}

section#legion div.image img{
	width: 100%;
}

/* drone2 */

section#drone2{
	margin-bottom: 30px;
}

section#drone2 p.text span{
	color: #ff0000;
}

section#drone2 h2{
	margin-bottom: 10px;
	line-height: 0;
}

section#drone2 h2 img{
	width: 100%;
}

section#drone2 p.text{
	margin: 0 10px 10px;
	color: #fff;
}

section#drone2 p.text span{
	color: #ff0000;
}

section#drone2 div.image{
	margin: 0 10px 10px;
	line-height: 0;
}

section#drone2 div.image img{
	width: 100%;
}

/* next */

section#next{
	margin-bottom: 30px;
}

section#next p{
	line-height: 0;
}

section#next p img{
	width: 100%;
}

/* review */

section#review{
	padding-top: 60px;
	margin-top: -60px;
	margin-bottom: 30px;
}

section#review h2{
	margin-bottom: 10px;
	line-height: 0;
	margin-left: 10px;
	margin-right: 10px;
	background-image: url(/special/23/sp/common/img/award1/title-review_close.png);
	background-size: 100% auto;
}

section#review h2.close{
	background-image: url(/special/23/sp/common/img/award1/title-review.png);
}

section#review h2 img{
	opacity: 0;
	width: 100%;
}

section#review h3{
	margin-bottom: 10px;
	line-height: 0;
}

section#review h3 img{
	width: 100%;
}

section#review p.text{
	margin: 0 10px 10px;
    color: #fff;
}

section#review div.image{
	float: right;
	width: 200px;
	margin: 0 0 10px 10px;
	line-height: 0;
}

section#review div.image img{
	width: 100%;
}

section#review div.comment{
	margin-bottom: 10px;
	line-height: 0;
}

section#review div.comment img{
	width: 100%;
}

section#review div.timeline{
	margin: 0 10px 10px;
}

section#review div.close{
	display: none;
}




/* twitter */

section#twitter a{
	color: #ffff00;
}

section#twitter{
	margin-bottom: 30px;
}

section#twitter h2{
	padding-top: 60px;
	margin-top: -60px;
	margin-bottom: 10px;
	line-height: 0;
}

section#twitter h2 img{
	width: 100%;
}

section#twitter div.text{
	position: relative;
	padding: 0 10px;
}

section#twitter div.text p{
	margin-bottom: 10px;
	color: #fff;
}

section#twitter div.text p span{
	color: #ffff00;
}

section#twitter div.text div.closed{
	position: absolute;
	top: 0;
	width: 100%;
}

section#twitter div.text div.closed img{
	width: 100%;
}

section#twitter div.pop{
	margin-bottom: 20px;
	line-height: 0;
}

section#twitter div.pop img{
	width: 100%;
}

section#twitter div.btn-twitter{
	margin-bottom: 30px;
	padding: 0 10px;
}

section#twitter div.btn-twitter img{
	width: 100%;
}

section#twitter h3.comment{
	position: relative;
	z-index: 1;
	margin-bottom: -20px;
}

section#twitter h3 img{
	width: 100%;
}

section#twitter div.timeline{
	position: relative;
	margin-bottom: 20px;
	background-color: #fff;
	border: 5px solid #c10000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

section#twitter div.timeline div.inner{
	height: 318px;
	padding: 30px 10px 0;
}

/* guideline */

section#twitter div.guideline{
	padding: 0 10px;
}

section#twitter div.guideline h4{
	margin-bottom: 10px;
	border-bottom: 4px solid #999;
	font-size: 18px;
	color: #ff0000;
}

section#twitter div.guideline h5{
	font-size: 16px;
	color: #ffff00;
}

section#twitter div.guideline p{
	margin-bottom: 10px;
	font-size: 14px;
	color: #fff;
}

section#twitter div.guideline p span{
	color: #ffff00;
}

section#twitter div.guideline ul.list{
	margin-bottom: 10px;
}

section#twitter div.guideline ul.list li{
	color: #fff;
}

section#twitter div.words{
	margin-bottom: 10px;
	padding: 0 10px;
}

section#twitter div.words img{
	width: 100%;
}


/* detail */

section#detail{
	margin-bottom: 30px;
	background-color: #fff;
}

section#detail{
	padding: 10px;
}
section#detail .inner {
	margin-bottom: 10px;
}

section#detail div.cover{
	float: left;
	width: 38%;
	line-height: 0;
}

section#detail div.cover img{
	width: 100%;
}

section#detail div.detail{
	float: right;
	width: 60%;
}
section#detail div.inner div.detail .logo {
	width: 45%;
}
section#detail div.inner div.detail .logo img {
	width: 100%;
}
section#detail div.inner div.detail p.title{
	font-size: 5.47vw;
	line-height: 1.2;
	font-weight: bold;
	margin: -5px 0 10px;
	font-family: "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
}
section#detail div.inner div.detail p.title span {
	font-size: 5vw;
}
section#detail div.inner div.detail p.author {
	font-size: 2.5vw;
	margin-bottom: 10px;
}
section#detail div.detail ul li{
	display: inline-block;
	position: relative;
	line-height: 0;
}

section#detail div.detail ul li img{
	height: 29px;
}

section#detail div.detail ul li span.up{
	position: absolute;
	top: -40px;
	right: -20px;
}

section#detail div.detail ul li span.up img{
	height: 49px;
}

section#more{
	margin-top: -60px;
	margin-bottom: 30px;
	padding-top: 60px;
}

section#more h2{
	line-height: 0;
}

section#more h2 img{
	width: 100%;
}

/*-----------------------------------------------
 interview
-----------------------------------------------*/

section#interview{
	position: relative;
	margin: -60px 10px 30px;
	padding-top: 60px;
}

section#interview h2{
}

section#interview h2 img{
	width: 100%;
}


section#interview h2{
	margin-bottom: 10px;
	background-image: url(/special/23/sp/common/img/award1/title-interview_close.png);
	background-size: 100% auto;
	line-height: 0;
}

section#interview h2.close{
	background-image: url(/special/23/sp/common/img/award1/title-interview.png);
}

section#interview div.inner{
	border: 3px solid #ff0000;
	background-color: #fff;
}

section#interview div.inner h3{
	padding: 20px 0 10px;
	border-bottom: 9px solid #ff0000;
	text-align: center;
	line-height: 0;
}

section#interview div.inner h3 img{
	width: 100%;
}

section#interview div.inner h4{
	margin-bottom: 15px;
	line-height: 0;
}

section#interview div.inner h4 img{
	width: 100%;
}

section#interview div.inner div.detail{
	padding: 10px;
}

section#interview div.inner div.detail div.profile{
	margin-bottom: 17px;
	border-bottom: 3px solid #ff0000;
}

section#interview div.inner div.detail div.profile div.title{
	float: left;
	width: 77px;
	margin: 0 10px 0 0;
}

section#interview div.inner div.detail div.profile div.title img{
	width: 100%;
}

section#interview div.inner div.detail div.profile p.text{
	margin-bottom: 10px;
	font-size: 14px;
}

section#interview div.inner div.detail h5{
	margin-bottom: 15px;
	min-height: 29px;
	font-size: 16px;
	color: #ff0000;
}

section#interview div.inner div.detail h5 span{
	display: inline-block;
	height: 29px;
	height: 29px;
	margin-right: 5px;
	border-radius: 14.5px;
	background-color: #ff0000;
	line-height: 0;
}

section#interview div.inner div.detail h5 span img{
	vertical-align: middle;
	width: 29px;
}

section#interview div.inner div.detail p{
	margin-bottom: 30px;
	font-size: 14px;
}

section#interview div.inner div.detail div.message{
	padding: 15px;
	background-color: #ff0000;
}

section#interview div.inner div.detail div.message h6{
	margin-bottom: 10px;
	border-bottom: 3px solid #fff;
	font-size: 16px;
	color: #ffff00;
}

section#interview div.inner div.detail div.message p{
	margin-bottom: 0;
	font-weight: bold;
	color: #fff;
}

section#interview div.close{
	display: none;
}


/*-----------------------------------------------
 other-title
-----------------------------------------------*/

section#other-title{
	padding-top: 10px;
	margin-bottom: 20px;
}

section#other-title h1{
	margin: 0 10px 10px;
	line-height: 0;
}

section#other-title h1 img{
	width: 100%;
}

section#other-title div.top{
	line-height: 0;
}

section#other-title ul.list{
	padding: 0 10px;
}

section#other-title ul.list li{
	float: left;
	width: 50%;
	margin-bottom: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 0;
}

section#other-title ul.list li:nth-child(odd){
	padding-right: 5px;
}

section#other-title ul.list li:nth-child(even){
	padding-left: 5px;
}

section#other-title ul.list li img{
	width: 100%;
}

section#other-title div.top{
	margin-bottom: 10px;
	line-height: 0;
}

section#other-title div.top img{
	width: 100%;
}

section#other-title div.comics{
	margin-bottom: 10px;
	line-height: 0;
}

section#other-title div.comics img{
	width: 100%;
}

section#other-title div.present{
	line-height: 0;
}

section#other-title div.present img{
	width: 100%;
}

/*-----------------------------------------------
 フッター
-----------------------------------------------*/

footer div.pagetop a{
	display: block;
	position: relative;
	width: 40px;
	height: 40px;
	margin: 0 auto 10px;
	border-radius: 20px;
	background-color: rgba(0,0,0,1);
}

footer div.pagetop a::before{
	content: "";
	position: absolute;
    top: 15px;
    left: 11px;
    width: 16px;
    height: 16px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

footer ul.bnr-list{
	text-align: center;
}

footer ul.bnr-list li{
	display: inline-block;
	width: 77.5px;
	margin: 0 5px 10px;
	border: 1px solid #f9f8f4;
	line-height: 0;
}

footer ul.bnr-list li img{
	width: 100%;
}

footer p.copy{
	margin-bottom: 10px;
	font-size: 12px;
	text-align: center;
	color: #fff;
}

footer ul.sns{
	text-align: center;
}

footer ul.sns li{
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}



/*-----------------------------------------------
 update
-----------------------------------------------*/

section#story2{
	margin-bottom: 30px;
}

section#story2 h2 img{
	width: 100%;
}

section#story2 p.catch{
	margin-bottom: 10px;
	line-height: 0;
}

section#story2 p.catch img{
	width: 100%;
}

section#story2 p.text{
	margin: 0 10px;
	color: #fff;
}

section#story2 p.text span.red{
	color: #ff0000;
}

section#story2 p.text span.bold{
	font-size: 18px;
	font-weight: bold;
}

/* drone */

section#drone3 p.text span{
	color: #ff0000;
}

section#drone3{
	margin-bottom: 30px;
}

section#drone3 h2{
	margin-bottom: 10px;
	line-height: 0;
}

section#drone3 h2 img{
	width: 100%;
}

section#drone3 p.text{
	margin: 0 10px 10px;
	color: #fff;
}

section#drone3 div.image{
	margin: 0 10px 10px;
	line-height: 0;
}

section#drone3 div.image img{
	width: 100%;
}

section#drone3 div.spec{
	margin: 0 10px;
	line-height: 0;
}

section#drone3 div.spec img{
	width: 100%;
}




/* ep2 */

#ep2{
	padding-top: 60px;
    margin-top: -60px;
}

#ep2 h1{
	margin-bottom: 10px;
	line-height: 0;
}

#ep2 h1 img{
	width: 100%;
}

/* ep3 */

#ep3{
	padding-top: 60px;
    margin-top: -60px;
}

#ep3 h1{
	margin-bottom: 30px;
	line-height: 0;
}

#ep3 h1 img{
	width: 100%;
}

#continued {
	margin-bottom: 0;
}
#continued img {
	width: 100%;
}

section#story3{
	margin-bottom: 30px;
}

section#story3 h2 img{
	width: 100%;
}

section#story3 p.catch{
	margin-bottom: 10px;
	line-height: 0;
}

section#story3 p.catch img{
	width: 100%;
}

section#story3 p.text{
	margin: 0 10px 10px;
	color: #fff;
}

section#story3 p.text span.red{
	color: #ff0000;
}

section#story3 p.text span.bold{
	font-size: 18px;
	font-weight: bold;
}


/* legion3 */

section#legion3{
	margin-bottom: 30px;
}

section#legion3 h2{
	margin-bottom: 10px;
	line-height: 0;
}

section#legion3 h2 img{
	width: 100%;
}

section#legion3 p.text{
	margin: 0 10px 10px;
	color: #fff;
}

section#legion3 p.text span{
	color: #ff0000;
}

section#legion3 div.spec{
	margin: 0 10px;
	line-height: 0;
}

section#legion3 div.spec img{
	width: 100%;
}

section#legion3 div.image{
	margin: 0 10px 10px;
	line-height: 0;
}

section#legion3 div.image img{
	width: 100%;
}
