html{

    width:100%;
    height:100%;
    min-height:100%;
	
    background-image:url(/kaikanso-da/img/bg_html.jpg); 
    background-position:center top; 
    background-repeat:no-repeat; 
    -moz-background-size:cover; 
    background-size:cover; 
    background-attachment:fixed;

}

html > body{

	height:auto;
}


body{
    
    width:980px;
    margin:auto;
    min-height:100%;
    height:100%;
    position: relative;
    line-height:1.5em;
    color:#666666;
    position:relative;
    font-size:0.8em;
}

section{

    margin-bottom:50px;
}


/*header*/

header {
    position: relative;
    width:980px;
    margin-bottom:20px;
}


header h1,
header p {
    line-height:0;
    margin:0;
    padding:0; 
}

#Mainvisual{
	position:absolute;
	top:0;
	right:0;
    background:url(/kaikanso-da/img/header_mainvisual.png) no-repeat;

}

#Mainvisual img{

	width:548px;
	height:450px;
}


/*rayout*/


#Contents{

    overflow:hidden;
    background:white;
}

#Main{
    width:600px;
    margin-bottom:30px;
    margin-left:20px;
    float:left;
}

#Side{
    width:320px;
    margin-bottom:30px;
    margin-right:20px;
    float:right;
}

#Contents-top{
	display:block;
}

/*Button*/

a.btn-cart,
a.btn-sample,
a.btn-preview{
    width:165px;
    height:40px;
    display:inline-block;
    text-indent:-10000px;
    margin:5px;
}

a.btn-cart{
    background:url(/kaikanso-da/img/btn_cart.png) no-repeat;
}

a.btn-sample{
    background:url(/kaikanso-da/img/btn_sample.png) no-repeat;
}

a.btn-preview{
    background:url(/kaikanso-da/img/btn_preview.png) no-repeat;
}

a.btn-cart:hover,
a.btn-sample:hover,
a.btn-preview:hover{

    background-position:bottom;

}

.opacity{
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;

}

a.opacity:hover{

    background-position:top;

}

/*Contents*/



nav ul,
#Bottomnav ul{

	background: url("/kaikanso-da/img/bg_nav.png") no-repeat scroll 0 0 transparent;
	display:table;
        width:980px;
        height:40px;
        text-align:center;
        vertical-align:middle;
        margin-bottom:20px;    
}

nav ul li,
#Bottomnav ul li{
	display:inline-block;
        width:auto;
        padding:5px 15px;

}


#Bottomnav ul{
	background:#3399ff;
	position: fixed;
	bottom: 30px;
	border-top:solid 5px white;
	border-bottom:solid 5px white;

}


#News{
	background: url("/kaikanso-da/img/ttl_news.png") no-repeat scroll 0 0 transparent;
    width:915px;
    margin:0 auto 20px auto;
    position:relative;
    padding:10px 10px 0 10px;
    border:solid 1px paleturquoise ;

}

#News p{

    margin-left:100px;
    margin-bottom:10px;
}

#News p span{
    color:dodgerblue;
    margin-right:1em;

}

#News div{

    display:none;
}

span.btn{
    display:block;
    cursor:pointer;
    position:absolute;
    right:10px;
    top:10px;
    color:dodgerblue;
    text-decoration:underline;
    margin:0;
}



/*Contents*/

#Comics h2,
#Information h2{
    
    font-size:16px;
    font-weight:bold;
    color:dodgerblue;
    margin-bottom:5px;

}

.related{

	margin:10px;
	border:solid 5px lightgrey;
}


#Comics p{

    margin-bottom:5px;
}

#Information dt{
    width:7em;
    float:left;   
}


#Information dt,
#Information dd{
    padding:0.2em;
}

#Information p{

	width:95%;
	margin:auto;
}

#Information div p{
	width:100%;

}

#Information div a.btn-cart,
#Information div a.btn-preview{

	margin:0;
        margin-top:1em;
}

#Information div.novelty{
    	border:solid paleturquoise 5px;
        padding:1em;
        width:85%;
	margin:2em auto;
}
#Information div.novelty p{

    margin-bottom:1em;
}


#Information div.novelty strong{

    color:royalblue;
    font-size:1.2em;
    font-weight:bold;
}

#Information div.novelty span{
    color:royalblue;
    

}

/*column*/
.column{
    display:table; 
    overflow:hidden;   
}

.column .left,
.column .right{
    display:block;
    padding:10px;
    width:auto;
}

.column .left{
    float:left;
    width:200px;
}


.column .right{
    float:right;
    width:360px
}


.related .left{

	width:170px;
}

.related .right{

	width:360px;
}

.related h4{
    font-weight:bold;
    font-size:1.7em;
    padding:0.5em;
}

#Information .left{
    width:220px;
}
#Information .right{
    width:340px;
}

/*special*/
#Special div{

		width:95%;
		margin:auto;
}

#Special div.headline {
    overflow: hidden;
}
#Special div.headline h2 {
    border: medium solid royalblue;
    font-size: 1.2em;
    font-weight: bold;
    margin: 1em;
    padding: 0.5em;
    width: auto;
}
#Special div.headline img, #Special div.headline p {
    float: left;
    margin: 0.5em;
}
#Special div.headline p {
    float: left;
}

#Special div dl{

    margin:auto;
}

#Special div dl dt,
#Special div dl dd{

    margin:0.5em auto;
}

#Special div dl dt{
    font-weight:bold;
    color:royalblue;
    border-bottom:2px solid;
    border-left:10px solid;
    margin-top:1.5em;
    padding-left:0.5em;
}

#Special div dl dd{
}

#Special div dl dd span{
    font-weight:bold;
}

#Special div dl dd span:after{
    content:'\FF1A';
}

/* Special twtrcampaign */

#Special div#twtrcampaign p,
#Special div#twtrcampaign ol{
    margin-bottom:1.5em;

}

#Special div#twtrcampaign ol{
    list-style-type:decimal;
    list-style-position:outside;
    margin-left:1.5em;
}
#Special div#twtrcampaign ol li{

    margin-bottom:0.5em;
}


#Special div#twtrcampaign ol li{

    margin-bottom:0.5em;
}

#Special div#twtrcampaign h3{

    font-weight:bold;
    color:royalblue; 
    margin-bottom:0.5em;
    background:paleturquoise;
    padding:0.5em;

}
/* Special scenario */
#Special div.scenario{
    
    margin:10px auto;

}

#Special div.scenario p{

    margin-bottom:1em;
}

#Special div.scenario p.plot{
    font-weight:bold;
    color:royalblue;
	border-bottom:2px dotted royalblue;
	padding-bottom:1em;
}

#Special div.scenario p.continue{
    font-weight:bold;
    border-top:2px dotted royalblue;
	padding-top:1em;
}


#scenario1,
#scenario2,
#scenario3,
#scenario4,
#scenario5,
#scenario6,
#scenario7,
#interview,
#twtrcampaign{

	display:none;

}

img.BtnS1,
img.BtnS2,
img.BtnS3,
img.BtnS4,
img.BtnS5,
img.BtnS6,
img.BtnS7,
img.BtnInter,
img.BtnTwtrc{

	cursor:pointer;
}



/*side contents*/

#Twitter{
    margin-bottom:20px;
    
}

#Chara p{

    width:300px;
    margin: 0 auto 1em auto;
    padding-bottom:1em;
    border-bottom:solid 1px silver;
}

#Blmanga div {
    margin: auto;
    width: 300px;
}


footer {
    background: url("/kaikanso-da/img/footer_bg.png") no-repeat scroll 0 0 transparent;
    clear: both;
    float: none;
	margin:auto;
    padding: 10px 0;
    width: 940px;
	text-align:center;
	color:white;

}
/* point design*/

ul.notice{

    list-style-type:none;
    list-style-position:outside;
    margin-left:0.5em;
} 
ul.notice li:before{

    content:'\203B';
margin-left:-0.5em;
}
