@charset "utf-8";


/***** hansokuworld *****/
.top-hansokuworld {
	width: 960px;
	height: 140px;
	padding: 15px 0 60px;
	background: url(../img/bg-top-hansokuworld.jpg) center center no-repeat;
	text-align: center;
}
.top-hansokuworld a {
	font-size:14px;
	color:#f1592a;
	border-bottom:1px dotted #f99778;
}


/* Top Header
--------------------------------------------------*/
.top-header-bg {
	background:#fff;
}

.top-header {
	height:360px;
	background: url(../img/bg-character.jpg) no-repeat center;
}

.top-header .contents-box {
	position:relative;
}

.top-character {
	position:absolute;
	top:10px;
	right:-45px;
	width:485px;
	height:600px;
	background: url(../img/top-character.png) no-repeat;
}

.top-character p {
	margin:522px 90px 0 0;
	display:block;
	text-align:right;
	color:#999;
}

.top-character a {
	color:#f1592a;
	border-bottom:1px dotted #f99778;
}

.top-header h2 {
	padding:50px 0 10px 40px;
}

.top-header-contact {
	margin:10px 0 0 100px;
}

.top-header-contact img {
	display:block;
	float:left;
	margin:8px 50px 0 0;
}

.top-header-mail a {
	display:block;
	width:230px;
	height:40px;
	background: url(../img/top-header-contact.png) no-repeat;
	float:left;
}

.top-header-mail a:hover {
	background-position:left -40px;
}


/* News Bar
--------------------------------------------------*/
.top-news {
	height:30px;
	border-bottom:1px solid #83000a;
	background:#e70012;
}

.top-news-pickup {
	width:480px;
	margin:0 5px 0 0;
	padding:3px 0 0;
	float:left;
}

.top-news-list {
	z-index: 100;
	width:120px;
	float:left;
}

.top-news-list a {
	display:block;
	height:30px;
	padding:0 10px;
	line-height:30px;
	float:left;
	background:#222;
}

.top-news-list a:hover {
	color:#e70012;
	background:#fff;
}

.top-news-hl {
	float:left;
	width:90px;
	height:24px;
	margin:0 15px 0 0;
	padding:0 15px 0 0;
	border-right:1px dashed #6d0000;
	background: url(../img/top-hl-news.png) no-repeat;
}

.top-news-pickup p {
	font:left;
	line-height:24px;
	color:#fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.top-news-pickup a {
	border-bottom:1px dashed #f5606c;
}

.top-news-pickup a:hover {
	color:#000;
	border-bottom:1px solid #000;
}


/* Top About
--------------------------------------------------*/
.top-about {
/*	height:200px;*/
	padding:20px 0;
	background: url(../img/bg-dark-gray.png);
}

.top-about-expo,
.top-about-site,
.top-about-step {
	width:508px;
	height:76px;
	margin:0 0 10px;
	background: url(../img/top-about.png) no-repeat;
}
.top-about-step {background-position:left -76px;}

.top-about-expo {background-position:left -152px;}

.top-about-expo a,
.top-about-site a,
.top-about-step a {
	display:block;
	float:right;
	width:122px;
	height:25px;
	margin:9px 10px 3px 0;
	background: url(../img/top-btn-more.png);
}

.top-about-expo a:hover,
.top-about-site a:hover,
.top-about-step a:hover {
	background-position:left -25px;
}


.top-about-expo p,
.top-about-site p,
.top-about-step p {
	margin:0 0 0 130px;
	color:#484848;
}


/* Top Contents
--------------------------------------------------*/
.top-contents {
	background: url(../img/bg-light-gray.png);
}

.top-contents li {
	width:300px;
	margin:0 10px;
	float:left;
}

.top-contents li h3 {
	margin:10px 0;
	color:#1a1a1a;
	text-align:center;
}
.top-contents li h3 span {
	color:#f1592a;
}

.top-contents p {
	text-shadow:0 1px 0 #fff;
	line-height:2em;
	letter-spacing:1px;
	margin:0 10px;
}

/* Top Three */
.top-three {
	margin:0 0 50px;
	padding:40px 0 0;
}

.top-three li {
	position:relative;
}

.top-three-illustrator {
	width:300px;
	position:absolute;
}

.top-three-illustrator a {
	position: relative;
	top:10px;
	display:block;
	width:180px;
	height:25px;
	line-height:25px;
	margin:0 auto;
	background:#000;
	background:rgba(0,0,0,0.6);
	text-align:center;
	font-size:10px;
	color:#fff;
	text-shadow:none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;
}

.top-three-illustrator a:after {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.top-three-illustrator a:after {
	border-top-color: #000;
	border-top-color: rgba(0,0,0,0.6);
	border-width: 10px;
	left: 50%;
	margin-left: -10px;
}

.top-three li:hover .top-three-illustrator a{
	top:0;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.top-three-illustrator a span {
	color:#fdb53f;
}

.top-three img {
	display:block;
	margin:0 auto;
}

/* New Illustrator */
.top-illustrator h2 {
	float:left;
	width:460px;
	height:30px;
	margin:0 0 10px;
	background: url(../img/top-hl-illustrator.png) no-repeat;
}

.btn-illustrator-list {
	display:block;
	float:right;
	width:153px;
	height:30px;
	background: url(../img/top-btn-illustratorlist.png) no-repeat;
}

.btn-illustrator-list:hover {
	background-position:left -30px;
}

.new-illustrator li {
	width:175px;
	height:165px;
	padding:7px 0 0 5px;
	margin:0 15px 0 0;
	background: url(../img/bg-top-illust.png) no-repeat;
}

.new-illustrator img {
	width:170px;
	height:136px;
}

.new-illustrator a {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

.new-illustrator a:hover {
	filter:alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
}

li.new-illustrator-last {
	float:right;
	margin:0;
}

.top-illustrator hr {
	margin:5px 0 10px;
	border-bottom: none;
	border-top: 1px dashed #c1c1c1;
}

.illustrator-entry {
	height:120px;
	margin:0 40px 0px;
	padding:0;
	background: url(../img/bg-illustrator-entry.png) no-repeat;
} 

.illustrator-entry a {
	display:block;
	float:right;
	width:285px;
	height:55px;
	margin:27px 0 0;
	background: url(../img/top-btn-entry.png) no-repeat;
}

.illustrator-entry a:hover  {background-position:left -55px;}
.illustrator-entry a:active {background-position:left -110px;}



.manga-link {
	width:900px;
	height:310px;
	margin:0 auto;
	background: url(../img/bg-manga.png) no-repeat;
} 

.manga-link a {
	width:220px;
	height:35px;
	margin:185px 0 0 80px;
	line-height:35px;
	text-align:center;
	display:inline-block;
	font-size:14px;
	text-shadow:0 1px 0 #a2ecb4;
	color:#444;
	
	-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.3);
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.3);
	box-shadow:inset 0 1px 0 rgba(255,255,255,0.3);
		
	background: #88df9d; /* Old browsers */
	background: -moz-linear-gradient(top, #88df9d 0%, #63ccaf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#88df9d), color-stop(100%,#63ccaf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #88df9d 0%,#63ccaf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #88df9d 0%,#63ccaf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #88df9d 0%,#63ccaf 100%); /* IE10+ */
	background: linear-gradient(to bottom, #88df9d 0%,#63ccaf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88df9d', endColorstr='#63ccaf',GradientType=0 ); /* IE6-9 */
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #48ae92;
	
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;
}

.manga-link a:hover {
	color:#fff;
	text-shadow:0 1px 0 #47b899;
	-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0);
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0);
	box-shadow:inset 0 1px 0 rgba(255,255,255,0);
	background: #63ccaf; /* Old browsers */
	background: -moz-linear-gradient(top, #63ccaf 0%, #63ccaf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#63ccaf), color-stop(100%,#63ccaf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #63ccaf 0%,#63ccaf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #63ccaf 0%,#63ccaf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #63ccaf 0%,#63ccaf 100%); /* IE10+ */
	background: linear-gradient(to bottom, #63ccaf 0%,#63ccaf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63ccaf', endColorstr='#63ccaf',GradientType=0 ); /* IE6-9 */
	border:1px solid #63ccaf;
}




