﻿/*@charaset "utf-8";*/

html *{
	margin:0;
	padding:0;
}
html{
	min-height: 100%;
	background:url("../images/qb_back.jpg") no-repeat 50% 50% fixed;
    background-size:cover;
	text-align:center;
}
body{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 13px;
	line-height: 1.6em;
	font-weight: normal;
	text-align:center;
}
article,aside,canvas,details,figcaption,figure,header,footer,hgroup,menu,nav,section,summary {
	display: block;
}
img{
	border:none;
	vertical-align:bottom;
}
a{
	color:#cb0065;
	text-decoration:none;
}
a:hover{
	color:#9c9c9c;
	text-decoration:underline;
}

div{
	text-align:left;
}
p{
    font-size: 13px;
	line-height: 1.5em;
	text-align:left;
}
ul{
	list-style-type: none;
}
li{
    font-size: 13px;
	text-align:left;
}
th{
	font-size: 13px;
	text-align:left;
}
td{
    font-size: 13px;
	text-align:left;
}

/*共通*/
.wrapper{
	width:960px;
	margin:0 auto;
	text-align:center;
	position:relative;
	overflow:hidden;
}
#header{
	height:90px;
	position:relative;
	overflow:hidden;
}
#logo{
	width:375px;
	float:left;
	position:relative;
	overflow:hidden;
}
#nav{
	width:585px;
	float:left;
	position:relative;
	overflow:hidden;
	margin-top:35px;
}
#nav li{
	float:right;
	color:#fff;
}
#footer{
	margin:10px;
}
#contents_frame{
	margin-top:20px;
	position:relative;
	overflow:hidden;
}

.img_hover{
	background-color:#fff;
    display:block;
}
.img_hover img{
	transition:all 0.5s ease;
}
.img_hover:hover img{
	opacity: 0.65;
    filter: alpha(opacity=65);
}

/*TOP*/
#top_contents{
	background:url(../images/black_back.png) repeat-x;
	position:relative;
	overflow:hidden;
}
#top_nakami{
	margin-top:15px;
	position:relative;
	overflow:hidden;
}
#main_img{
	margin-top:20px;
}
.top_midashi{
	margin-bottom:5px;
}
#whats_new{
	width:633px;
	position:relative;
	overflow:hidden;
	float:left;
	margin-right:21px;
}
#whats_nakami{
	height:260px;
	background:#fff;
	border:solid 1px #969696;
	padding:15px 10px 15px 15px;
}
#whats_nakami dl{
	position:relative;
	overflow:hidden;
	margin-bottom:15px;
}
#whats_nakami dt{
	width:90px;
	float:left;
}
#whats_nakami dd{
	width:486px;
	float:left;
}
#bn_space{
	width:306px;
	position:relative;
	overflow:hidden;
}
.top_bn{
	display:block;

	margin-bottom:10px;
}

/*キャラ*/
#chara_tframe{
	background:url("../images/chara/chara_tback.png") repeat-y;
	min-height:700px;
	position:relative;
	overflow:hidden;
	margin-top:10px;
}
#chara_tleft{
	width:710px;
	margin-right:10px;
	float:left;
	position:relative;
	overflow:hidden;
}
#chara_tright{
	width:230px;
	padding:10px 0 0 8px;
	float:left;
	position:relative;
	overflow:hidden;
}
#chara_tright li{
	width:224px;
	height:63px;
	margin-bottom:10px;
	position:relative;
	overflow:hidden;
}
#chara_tleft ul{
	position:relative;
	overflow:hidden;
}
#chara_tleft li{
	width:175px;
	height:175px;
	float:left;
	position:relative;
	overflow:hidden;
}

.chara_frame{
	background:url("../images/chara/chara_back.png") repeat-y;
	min-height:700px;
	position:relative;
	overflow:hidden;
	margin-top:10px;
	padding:0;
}
.chara_left{
	width:100px;
	float:left;
	position:relative;
	overflow:hidden;
}
.chara_left ul{
	position:relative;
	overflow:hidden;
}
.chara_left li{
	width:100px;
	height:40px;
	position:relative;
	overflow:hidden;
}
.chara_right{
	width:230px;
	padding:10px 0 0 28px;
	float:left;
	position:relative;
	overflow:hidden;
}
.chara_right li{
	width:224px;
	height:63px;
	margin-bottom:10px;
	position:relative;
	overflow:hidden;
}
.chara_main{
	width:600px;
	float:left;
	position:relative;
	overflow:hidden;
	padding-bottom:20px;
}
.chara_line{
	position:absolute;
	top:0;
	left:0;
}
.chara_line_bottom{
	position:absolute;
	bottom:0;
	left:0;
}
.chara_midashi2{
	margin-left:280px;
}
.chara_midashi3{
	margin-left:105px;
}
.sub_menu{
	margin:5px 0 20px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	padding:13px 0 9px;
	position:relative;
	overflow:hidden;
}
.sub_menu li{
	color:#fff;
	float:left;
	margin-right:20px;
	position:relative;
	overflow:hidden;
}
.sub_menu li a{
	color:#fff;
}
.sub_menu li a:hover{
	color:#CB0065;;
}
.sub_qb{
	width:140px;
}
.sub_qbr{
	width:220px;
}

/*使いまわし*/

.hidden{
	display:none;
}
.bold{
	font-weight:bold;
}
.big{
	font-size:15px;
}
.big2{
	font-size:18px;
}
.small{
	font-size:11px;
}
.relative{
	position:relative;
	overflow:hidden;
}
.t_center{
	text-align:center;
}
.t_right{
	text-align:right;
}
.float_l{
	float:left;
}
.margin_t5px{
	margin-top:5px;
}
.margin_t10px{
	margin-top:10px;
}
.margin_b10px{
	margin-bottom:10px;
}
.margin_r10px{
	margin-right:10px;
}
.margin_r15px{
	margin-right:15px;
}
.margin_l10px{
	margin-left:10px;
}
.margin_t15px{
	margin-top:15px;
}
.margin_t1em{
	margin-top:1em;
}
.margin_t2em{
	margin-top:2em;
}
.margin_t20px{
	margin-top:20px;
}
.margin_t30px{
	margin-top:30px;
}
.margin_t40px{
	margin-top:40px;
}
.margin_t50px{
	margin-top:50px;
}
.margin_t60px{
	margin-top:60px;
}
.margin_t80px{
	margin-top:80px;
}
.center{
	text-align:center;
}


