@charset "utf-8";

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a:hover {
	opacity: 0.5;
}

img {
    max-width: 100%;
    height: auto;
}
.main_visual {
	text-align: center;
}

.bg {
	background-image: url(../images/bg01.jpg);
	background-repeat: repeat;
	margin-top: 0px;
}

.ps_vita_logo   {
	position: absolute;
}


.menu {
	text-align: center;
	width: 100%;
	height: 65px;
	background-image: url(../menu/menu_bg.png);
}


	
ul {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0px;
}
	
li  {
	display: inline-block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}



.kirikae {
	background-image: url(../images/kirikae_bg.png);
	background-repeat: repeat-x;
	height: 20px;
}

.zyouhou_talbe {
	background-image: url(../images/bg02.jpg);

}
.hatubaibi {
	text-align: center;
	padding-bottom: 20px;
	position: absolute;
	bottom: 10px;
	right: 0px;
}

.center{
	text-align: center;
	 margin-left: auto;
	 margin-right: auto;
}


.top_b {
	 margin-left: auto;
	 margin-right: auto;
}

.top_b img{
	max-width: 100%;
	padding-TOP: 20px;
}

.appIconBig{
max-width: 100%;
padding-TOP: 20px;
height: auto;
 display: block;
 margin-left: auto;
 margin-right: auto;
}

.news_base  {
	overflow: auto;
	width: 100%;
	height: 250px;
	padding-right: 10px;
	padding-left: 20px;
	padding-bottom: 20px;
	background-color: rgba(0,0,0,0.20);
	padding-top: 10px;
	border-bottom: 1px dotted #FFFFFF;
	border-top: 1px dotted #FFFFFF;
	min-width: 0px;
       }
.news_base a {
	color: #FFFFFF;

}

/**/
.news_base img
{ display: block;
 margin-left: auto;
 margin-right: auto; 
 max-width: 100%;
margin-top: 5px;	
}

.col-sm-6 img
{ display: block;
 margin-left: auto;
 margin-right: auto; 
 max-width: 100%;
 max-height: 100%;
margin-top: 5px;	
}
.midashi {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}


.special_midashi {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.koumoku h3 {
	font-size: 14px;
	font-weight: bold;
	background-color: hsla(210,100%,20%,0.80);
	color: #FFFFFF;
	padding-top: 8px;
	margin-bottom: 8px;
	margin-top: 0px;
	margin-right: 3px;
	margin-left: 0px;
	height: 30px;
	padding-left: 5px;
	text-align: center;
	-webkit-box-shadow: 3px 3px #003366;
	box-shadow: 3px 3px #003366;
}

.koumoku h4 {
	font-size: 14px;
	font-weight: bold;
	background-color: hsla(210,100%,20%,0.80);
	color: #FFFFFF;
	padding-top: 18px;
	margin-bottom: 8px;
	margin-top: 0px;
	margin-right: 3px;
	margin-left: 0px;
	height: 50px;
height: 100%;
	padding-left: 5px;
	text-align: center;
	-webkit-box-shadow: 3px 3px #003366;
	box-shadow: 3px 3px #003366;
}

.koumoku h5 {
	font-size: 14px;
	font-weight: bold;
	background-color: hsla(210,100%,20%,0.80);
	color: #FFFFFF;
	padding-top: 70px;
	margin-bottom: 8px;
	margin-top: 0px;
	margin-right: 3px;
	margin-left: 0px;
	height: 170px;
	padding-left: 5px;
	text-align: center;
	-webkit-box-shadow: 3px 3px #003366;
	box-shadow: 3px 3px #003366;
}

.naiyou {
	text-align: center;
}
.naiyou p {
	text-align: center;
	/*height: 30px;*/
	height: 100%;
	padding: 10px;
	font-weight: bold;
	color: #003366;
background: linear-gradient(90deg, rgba(80,80,80,.2), rgba(255,255,255,.0)50%, rgba(80,80,80,.2)) ;
}

.note {
width: 90%;
height: 90%;
	margin: 0 auto;
	margin-top: 10px;
    background: -webkit-repeating-linear-gradient(-45deg, #f9f7ed, #f9f7ed 5px, #fdfcff 5px, #fdfcff 10px);
    background: repeating-linear-gradient(-45deg, #f9f7ed, #f9f7ed 5px, #fdfcff 5px, #fdfcff 10px);
    color: #4a1086;
    padding: 10px;
	border: 1px dotted #4a1086;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
}
.note_cd {
width: 90%;
height: 90%;
	margin: 0 auto;
	margin-top: 10px;
    background: -webkit-repeating-linear-gradient(-45deg, #f9f7ed, #f9f7ed 5px, #fdfcff 5px, #fdfcff 10px);
    background: repeating-linear-gradient(-45deg, #f9f7ed, #f9f7ed 5px, #fdfcff 5px, #fdfcff 10px);
    color: #2F4F4F;
    padding: 10px;
	border: 1px dotted #2F4F4F;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
}



.container-fluid .row > .col-sm-4 {
	padding-left: 0px;
	padding-right: 0px;
}
.container-fluid .row > .col-sm-2 {
	padding-left: 0px;
	padding-right: 10px;
}


.komidashi {
	text-align: center;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}



.text_komidashi {
	color: #003366;
	text-shadow: 0 0 15px #FFFFFF,
	             0 0 10px #CCffff,
				 0 0 20px #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	margin-top: 30px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 8px;
	text-align: center;
}

.text_tokucho {
	color: #ffffff;
	text-shadow: 0 0 10px #003366,0 0 10px #003366,0 0 20px #003366;
	font-size: 15px;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
}

/*ついか*/
.sample2Wrap{
	width: 100%;
}

.sample2Wrap h1 {
	font-size:2.7rem;
	color:#fff;
	background-color: hsla(210,100%,20%,0.80);
	padding: 8px;
	text-align: center;
}
.sample2{
	width: 90%;
}

.sample3{
	width: 50%;
  margin-right: auto;
  margin-left : auto;
    }

.chara_i  {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
.eve_gra  {
	text-align: center;
	margin-bottom: 30px;
}
.arasuzi {
	margin: 10px;
	text-align: center;
	background-image: url(../images/arasuji_bg.jpg);
	max-height: 100%;
	max-width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.arasuzi_text {
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	color: #FFFFEE;
	font-size: 15px;
	font-weight: bold;
	padding: 10px;
	margin: 10px;
	line-height: 190%;
	letter-spacing:0.5px;
    text-shadow:
                    0 0 5px #11114d,
                    0 0 10px #11114d,
                    0 0 20px #11114d,
					0 0 30px #11114d;
}

.fooder {
	font-size: 9px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	color: #FFFFFF;
	background-image: url(../images/fooder_bg.png);
	}
	


.chara_prof_i {
	text-align: center;
}

.chara_prof {
	text-align: center;
	margin-top: 50px;
}

img.miniimage {
	display: none;
	height: auto;
	max-width: 100%;
	margin-left : auto ; margin-right : auto ;

}
.chara_samne a img {
	width: auto;
	height: auto;
}

.cast {
	height: 200px;
}

.kakaku {
	height: 55px;
}
.container-fluid .row > .col-md-12 {
	padding-left: 0px;
	padding-right: 0px;

}
.container-fluid .row > .col-xs-1 {
	padding-left: 0px;
	padding-right: 0px;
}


.tokuten{
	margin: 15px;
	padding: .5em .75em;
	background-color: rgba(255,255,255,0.8);
	/*box-shadow: 0 2px 6px rgba(0, 0, 0, .15);*/
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */

}

.text_tokucho01 {
　 width: 90%;  
	background-color: rgba(250,248,235,0.8);
	color: #222;
	text-shadow: 0 0 10px #fff,
                 0 0 1px #fff,
                 0 0 5px #fff;
	margin-top: 10px;
	text-align: center;
	padding-bottom: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.tokuten h3{
	text-align: center;
	margin-top: 5px;
	background-color: rgba(153,117,68,0.5);
	padding: 4px;
	text-shadow: 0 0 2px #fff,
                 0 0 5px #fff,
                 0 0 10px #fff;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
box-shadow: 1px 1px 1px 1px #777;
-webkit-box-shadow:  1px 1px 1px 1px #777;
-moz-box-shadow:  1px 1px 1px 1px #777;

}


.tokuten img{
 display: block;
 margin-left: auto;
 margin-right: auto; 
 max-width: 100%;
margin-top: 5px;

}

.text_tokucho01 p{
	color: #00c3e2;
	font-weight: bold;
	padding-top: 5px;

}

.te {
	text-align: center;
	height: 50px;
	padding-top: 8px;
	color: #333;
	font-size:11px;
}

    .clear { clear:both; }  
    .clear hr { display:none; }  


p.resizeimage img { max-width: 100%; }

.button {
	background-color: #4c4c4c;
	border: 2px solid #333;
	color: #fff;
	line-height: 50px;
	border-radius: 4px;
}
.button:hover {
	background-color: #fff;
	border-color: #59b1eb;
	color: #59b1eb;
}

.button {
	display: inline-block;
	width: 200px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}



@media (max-width: 988px){
li a img {
	width: 95px;
	height: auto;
}
.ps_vita_logo img {
	width: 100px;
	height: auto;
}
.container-fluid .row > .col-md-12 {
	padding-left: 0px;
	padding-right: 0px;
}

.menu {
	height: 45px;
	background-image: url(../menu/menu_bg45.png);
	background-repeat: repeat-x;

}
.eve_gra img {
	width: 600px;
	height: auto;
}

.hatubaibi img {
	width: 300px;
	height: auto;
}











}

@media (max-width: 767px){
.ps_vita_logo img {
	width: 75px;
	height: auto;
}
.menu {
	background-repeat: repeat-x;
	height: 36px;
	background-image: url(../menu/menu_bg36.png);
}

li a img {
	width: 75px;
	height: auto;
}
.hatubaibi img {
	width: 200px;
	height: auto;
}

.container-fluid .row > .col-sm-10 {
	padding-left: 0px;
	padding-right: 0px;
}
.container-fluid .row > .col-md-12 {
	padding-left: 0px;
	padding-right: 0px;
}
.chara_i a img {
	width: 170px;
	height: auto;
}
.chara_i {
	margin-top: 10px;
	margin-bottom: 10px;
}

.cente {
	padding-bottom: 30px;

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


.container-fluid .row > .col-lg-3.col-xs-4 {
	padding-left: 0px;
	padding-right: 0px;

}
.chara_prof img {
	width: 500px;
	height: auto;
}
.eve_gra img  {
	width: 550px;
	height: auto;
}
.koumoku h3 {
	text-align: center;
}

.koumoku h4 {
	padding-top: 8px;
	margin-bottom: 8px;
	margin-top: 0px;
	margin-right: 3px;
	margin-left: 0px;
	height: 30px;
	padding-left: 5px;
	text-align: center;
}

.koumoku h5 {
	padding-top: 8px;
	margin-bottom: 8px;
	margin-top: 0px;
	margin-right: 3px;
	margin-left: 0px;
	height: 30px;
	padding-left: 5px;
	text-align: center;
}


.container-fluid .row > .col-sm-2 {
	padding-left: 10px;
}

.cast {
	height: 250px;
}
















}


@media (max-width: 500px){
li a img {
	width: 38px;
	height: auto;
}
.menu {
	height: 21px;
	background-image: url(../menu/menu_bg21.png);
}
.container-fluid .row > .col-md-12 {
	padding-left: 0px;
	padding-right: 0px;
}
.ps_vita_logo img {
	width: 50px;
	height: auto;
}
.midashi img {
	width: 100px;
	height: auto;
}
.hatubaibi img {
	right: 0px;
	top: 0px;
	position: absolute;
	width: 200px;
}



.chara_prof img {
	width: 300px;
	height: auto;
}


.chara_prof  {
	margin-top: 20px;
	text-align: center;
}

.container-fluid .row > .col-sm-12 {
	padding-left: 0px;
	padding-right: 0px;
}
.prof_samune   {
	width: 90px;
	height: auto;

}
.chara_i a img {
	width: 90px;
	height: auto;
}
.eve_gra img {
	width: 280px;
	height: auto;
}
.container-fluid .row > .col-sm-2 {
	padding-left: 10px;
}
.komidashi img {
	width: 280px;
	height: auto;
}
















}


