@charset "UTF-8";

/* --------------------------------------------------------------
	
M2 Shot Triggers / Battle Garegga Website common CSS for Manual
2016/12/09 ver.

--------------------------------------------------------------  */


@import 'https://fonts.googleapis.com/css?family=Patua+One|Exo+2';
@font-face {
    font-family: 'shump_squareregular';
    src: url('../../../../assets/font/shumpsquare-regular-webfont.eot');
    src: url('../../../../assets/font/shumpsquare-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../../../assets/font/shumpsquare-regular-webfont.woff') format('woff'),
         url('../../../../assets/font/shumpsquare-regular-webfont.ttf') format('truetype'),
         url('../../../../assets/font/shumpsquare-regular-webfont.svg#shump_squareregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* = 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:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.cfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .cfix {height: 1%;}
.cfix {display: block;}
/* End hide from IE-mac */


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


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

body {
	font-size: 15px;
	 font-family:/*'Hiragino Kaku Gothic ProN', */Meiryo, sans-serif;
	/*font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif; */
	
	color: #000;
	background: #0a1c19;	
}

.wrapper{
	width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0 20px;
}

.inner{
	width: 100%;
    max-width: 1200px;
    margin: 0 auto;	
}

@-webkit-keyframes bgscroll {
 0% {background-position: center 0;}
 100% {background-position: center 765px;}
}

@keyframes bgscroll {
 0% {background-position: center 0;}
 100% {background-position: center 765px;}
}



a{
	outline: none;
	text-decoration: none;
	color: #0000ee;
}
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;
}

.sponly{
	display: none;
}


a{
	opacity: 1;
	 transition: 0.3s ease-in-out;
}

header a img:hover{
	opacity: 0.6;
	transition: 0.3s ease-in-out;
}



.table{
	border: 1px solid #fff;
	margin-bottom: 1em;
}

.table th,
.table td{
	border: 1px solid #fff;
	padding: 10px;	
}



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

.manualmenu{
	height: 44px;
    overflow: hidden;
    
	background-color: #000;
	color: #fff;
	margin-bottom: 1em;	
	
	box-sizing: border-box;
	padding: 0 0 0 10px;
}


.logo{
	width: 360px;
	float: left;	
	padding: 0;
	line-height: 1;
}

.logos{
	width: 200px;	
	float: right;
	padding: 7px 0;
}

.logos img{
	width: auto;
	height: 32px;
}

/* =Navigation
-------------------------------------------------------------- */



#gn{
	display: block;
	position: relative;
    z-index: 100;
    float: left;
    width: 200px;
}

#gn ul.mainmenu{
	width: 180px;
    margin: 0 10px 15px 10px;
    box-shadow:0px 0px 6px 3px rgba(0,0,0,0.31);
 }
   

#gn ul.mainmenu li{
	width: 100%;
	border-bottom: #494545 1px solid;
   }
   
#gn ul.mainmenu li a{
	display: block;
    padding: 5px 10px;
    line-height: 1.4em;
    color: #fff;
    font-size: 1em;
    text-decoration: none;
    background: #0051bf; 
  }
 
 #gn ul.mainmenu li a:hover{ 
      background: #2c2c2c;
   }


 #gn ul.mainmenu li small{
	display: block;
	    line-height: 1;
	    display: none;
    }
 
.lv0 a{
	background: #3b0404 !important;
}

.lv1 a{
	background: #000000 !important;
}

.lv2 a{
	background: #232620 url(../img/arr_3_bul.png) no-repeat 11px center !important;
	padding: 5px 10px 5px 25px !important;
	color: #f0f0f0 !important;
}

.lv3 a{
	background: #6b8593 !important;
}
 
.lv1 a:hover{
	background: #423a37 !important;
}

.lv2 a:hover{
	background: #3a4039 url(../img/arr_3_bul.png) no-repeat 11px center !important;
	color: #fff !important;
}

.lv3 a:hover{
	background: #6b8593 !important;
}
 
 
 /*
	  .nextprev{
	display: flex;
	margin-top: 3em;
 	border-top: 1px solid #827c71;
 	flex-direction: row-reverse;
 	flex-wrap:nowrap;
}
  
 .nextprev div{
	width: 100%;
	height: 55px;
	box-sizing:border-box;
	font-family: 'shump_squareregular',arial,helvetica,sans-serif;
	font-family: 1.5em;
	text-transform: uppercase;
}

PS4 Webブラウザ Flex未対応につきFloatに変更 16/12/14
	 
 */
 
 .nextprev{
	margin-top: 3em;
 	border-top: 1px solid #827c71;
 	box-sizing: border-box;
}
  
  
 .nextprev div{
	float: right;
	width: 33.33333%;
	height: 55px;
	box-sizing:border-box;
	font-family: 'shump_squareregular',arial,helvetica,sans-serif;
	font-family: 1.5em;
	text-transform: uppercase;
}

.index-page{
	border-left: 1px solid #827c71;
	border-right: 1px solid #827c71;
	text-align: center;
}

.following-page{
	text-align: right;
}

.previous-page{
}


 .nextprev div a{
	display: block;
	box-sizing:border-box;
	width: 100%;
	height: 100%;
	padding: 20px 15px;
	color:#000;
}

 .nextprev div a:hover{
	background:  rgba(90,90,90,.3);
	text-decoration: none;
}

  
/* =Contents
-------------------------------------------------------------- */

.content-right{
	margin-left: -200px;
    float: right;
    width: 100%;
}

.contents{
    position: relative;
    min-height: 338px;
    margin-left: 200px;
    background:#fff;
        

	box-shadow:0px 0px 6px 3px rgba(0,0,0,0.31);

}

.contents .content-body{
    padding: 20px 20px 0;
    min-height: 300px;
}

.contents img.responsive{
	max-width: 100%;
	height: auto;
}

.contents img.responsive.m2gadget{
/*	max-width: 917px !important; */
}

.contents img.frame{
    background: #d1cac6;
    padding: 10px;
	border-radius: 5px;
	box-sizing: border-box;
 }

.contents img.floatleft{
	float: left;
	margin: 0 15px 15px 0;
	
    background: #d1cac6;
    padding: 10px;
   border-radius: 5px;
   /* box-shadow:0px 0px 6px 3px rgba(140,140,140,0.34) inset; */

    }

.contents img.floatright{
	float: right;
	margin: 0 0 15px 15px;
	
    background: #d1cac6;
    padding: 10px;
   border-radius: 5px;
   /* box-shadow:0px 0px 6px 3px rgba(140,140,140,0.34) inset; */
}

.contents p{
	line-height: 1.4;
	margin-bottom: .5em;
}

.contents ul,
.contents ol{
	margin-left: 2em;
	
}

.contents h1.pagetitle{
	padding-bottom: 7px;
	box-sizing: border-box;
	color: #000;
	
	background: #000 url(../img/bg_pagetitle_r.png) no-repeat right -5px;
    border-bottom: 5px solid #13c913;
 	font-family: 'Racing Sans One',Meiryo, sans-serif;

 }

.contents h1.pagetitle span{
	display: block;
	width: 100%;
	padding: 15px 0 0 20px;
    font-size:30px;
    box-sizing: border-box;
    color: #fff;
}

.contents h1.pagetitle span small{
	font-size: 50%;
}

.first{
	margin-top: 0 !important;
}

.contents h2{
	clear: both;
    margin: 3em -20px 1em -20px;
    padding: 10px 20px 5px 20px;
    color: #fff;
    font-size: 24px;
    border-bottom: 3px solid #13c913;
    background: #000;

	font-family: 'Racing Sans One',Meiryo, sans-serif;
}


.contents h3{
	clear: both;
	color: #000;
	font-size: 20px;
	margin: 2.5em 0 1em 0;
	padding: 3px 0 4px 42px;
    background: url(../img/arr_h2.png) no-repeat left 0;
	border-bottom: 2px solid #13c913;
}

.contents h4{
	clear: both;
	color: #000;
	font-size: 15px;
	margin: 2.5em 0 1em 0;
	padding: 0;
	border-bottom: 1px solid #13c913;
}


.contents table{
   border: 1px solid #fff;
   margin: 1em 0;
   width: 100%;
}

.contents table.auto{
	width: auto;
}

.contents table th,
.contents table td{
   border: 1px solid #fff;
   padding: .5em 1em;
   line-height: 1.2;
}
.contents table tr th{
	background-color: #beb19c;
	white-space: nowrap;
}

.contents table caption{
	text-align: left;
	font-weight: bold;	
}

.contents table caption:before{
	content: '■ ';
	color: #6a0000;
}

.contents table thead tr th{
	background-color: #705f42;
	color:#fff;
	}
.contents table tbody tr th{
  /*  width: 210px; */
    text-align: left;
}

.contents table tr td{
	background-color:#e9e6e2;
}

.contents table.nofull{
	width: auto;
}

.contents table.nofull tr th{
	width: auto;
}

.attention{
	display: block;
	margin: 1em 0;
	padding: 1em;
	background:rgba(0,0,0,.1);
	font-size: .9em;
	border-radius: 5px;
}

.attention a{
/*	color: yellow; */
}

.attention strong{
	color: #e6be03;
}

.attention h3{
	font-size: 17px;
	background: none;
	padding-left: 0;
	margin-top: 0;
}

.ps4btn{
	position: relative;
	top: 3px;
	padding: 0 2px;
}

/* */

.ol{
	float: left;
	margin: 0 10px 10px 0;
}

.flex2{
	display: flex;
	flex-wrap: wrap;
	
	list-style: none;
    margin: 0 0 20px 0 !important;
}


.flex2 li{
	float: left;
	box-sizing: border-box;
	width: 48%;
	min-width: 300px;
	margin:0 5px 15px 5px;
	padding: 20px;
	background:#d1cac6;
	border-radius: 5px;
	line-height: 1.3;

}

.flex2 li img{
/*	margin: 0 !important;
	text-align: left; */
}

.caption{
	font-size: .9em;
	line-height: 1.45;
}

/* 0.php */
.update{
	margin-top: 1em;
    color: #62655c;
    font-size: .3em;
    font-family: 'shump_squareregular',arial,helvetica,sans-serif;
    text-align: right;	
}

/* 3.php */
.gadget-list {
    margin: 0 !important;
}

.gadget-list li {
	float: left;
    box-sizing: border-box;
    width: 32%;
    min-height: 150px;
    padding: 10px;
    background:#d1cac6;
    list-style: none;
	margin:0 3px 5px 3px;
	line-height: 1.3;
	border-radius: 5px;
	/* box-shadow: 0px 0px 6px 3px rgba(140,140,140,0.34) inset; */
}

.gadget-list h4,
.contents .players li h3,
.contents .items li h3 {
    margin: 0 !important;
    padding:0 !important;
    background: none !important;
    color: #3e0101;
    clear: none;
    border: none;
}

@media screen and (max-width:1050px) {
	.gadget-list li{
		width: 49%;
	}
	}

@media screen and (max-width:840px) {
	.gadget-list li{
		width: 100%;
		float: none;
		min-height: inherit;
	}
	}
/* 
.gadget-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 !important;
}

.gadget-list li {
    box-sizing: border-box;
    width: 32.2%;
    padding: 10px;
    background:#d1cac6;
    list-style: none;
	margin:0 3px 5px 3px;
	line-height: 1.3;
	border-radius: 5px;
	 box-shadow: 0px 0px 6px 3px rgba(140,140,140,0.34) inset; 
}	
	
	.contents ul.players,
.contents ul.items{
	display: flex;
	flex-wrap: wrap;
	margin:2em 0;
}

.contents .players li,
.contents .items li{
    width: 48%;
	box-sizing: border-box;
    background:#d1cac6;
	list-style: none;
	margin: 0 5px 5px 5px;
	padding: 0 0 10px 0;
	
	font-size: .85em;
    line-height: 1.4;
	box-shadow: 0px 0px 6px 3px rgba(140,140,140,0.34) inset;
	
}

@media screen and (max-width:1000px) {
.contents .players li img, .contents .items li img{
	float: none;
}
}

*/


.thumb3{
    width: 29%;
	display: inline-block;
    vertical-align: top;
    padding: 0 5px;
}

.thumb3 img{
	max-width: 100%;
	height: auto;
}

.thumb4{
    width: 23%;
	display: inline-block;
    vertical-align: top;
    padding: 0 5px;
}

.thumb4 img{
	max-width: 100%;
	height: auto;
}

.btn{
    position: relative;
    display: inline-block;
	top: -2px;
    
	background: #000000;
	padding: 2px 5px;
	margin: 0 3px 0 0;
	color: #fff;
	font-size: .9em;
	border-radius: 2px;
}

.tamode{
	font-size: .9em;
	line-height: 1.2;
	color: #091286;
}



/* 5.php */

.ico_autow{
    position: relative;
    display: inline-block;
	top: -2px;
    
	background: #2d8e07;
	padding: 2px 5px;
	margin: 0 3px 0 0;
	color: #fff;
	font-size: .7em;
	border-radius: 2px;
}

.ico_autow a{
	color: #fff;
}

.gm_arc th{
	background: #ffb9a0 !important;
}

.gm_se th{
	background: #c5d9a3 !important;
}

.gm_pre th{
	background: #e4e0b7 !important;
}
 
.gm_cus th{
	background: #dec5f2 !important;
}

/* FAQ */

.faqlist{
	margin: 2em 0;
}

.faq{
	background:rgba(221,215,199,.8);
	padding: 10px 20px;
	margin: 0 0 2em 0;
	border-radius: 3px;
	border-top:1px solid #c1beb6;
	border-left:1px solid #c1beb6;
	border-bottom: 1px solid #f2f1ef;
	border-right: 1px solid #f2f1ef;
	
	overflow: hidden;}

.contents .faq h3{
	clear: both;
    font-size: 20px;
    padding: 10px 0 5px 15px;
    border-bottom: none;
    background: #941410;
    color: #fff;
    margin: 0 -1em 1em -1em;
    position: relative;
    top: -12px;
}

.contents .bugfixed h3{
	background: #39781a !important;
}

.followup{
	color: #b12408;
}

.faq .attention{
	background: rgba(0,0,0,.1);
	color: #000;
}

.faq .attention a{
	color: #141265;
}

.faq .attention strong{
	color: #000;
}

.faq ol {
	margin: 1em 0 1em 2em;
}

.faq ol li{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
  text-indent: -1.73em;
}

.faq ol li:before{
  display: marker;
  content: "(" counter(cnt) ") ";
}

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

.clm-l,
.clm-r{
	width: 49%;
	min-height: 280px;
	clear: none !important;
}

.clm-l h2,
.clm-r h2{
    font-size: 1.7em;
}

.clm-l{
	float: left;
}

.clm-r{
	float: right;
}

/**/

.chara-profile,
.chara-profile th{
	width: auto !important;
}

.chu---syaku{
	font-size: .8em;
	color: #b6b6b6;
}
  
/* =Footer
-------------------------------------------------------------- */

footer{
	clear: both;
	box-sizing: border-box;
    margin-top: 20px;
	padding: 10px 10px 20px 10px;
    background: #000;
	line-height: 1.5;
}

.copy{
    font-family: 'shump_squareregular',arial,helvetica,sans-serif;
    color: #f8f9fa;
    font-size: 9px;
    letter-spacing: .1em;
}

.copyreg{
	font-size: 8px;
	color: #fff;
}


.sns-btns {
	position: absolute;
	top: 0;
	right: 10px;
    margin: 0;
    padding: 10px 0;
    text-align: right;
}

.sns-btns li {
	display: inline-block;
}

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

a#page-top-link {
    display: block;
    width: 78px;
    height: 64px;
    margin: 0;
    padding: 0;
}

/**/



