@charset "UTF-8";

/*//////////////////////////////////////////////////

Title : nakazuri.css
For   : nakazuri styles

Created       : 2012-11-29
Last Modified : 2014-05-19

/*===== CONTENTS ===========================================

	1: pageLayout
	2: pattern
	3: controller

==========================================================*/

/*======================================

	1: pageLayout

=======================================*/

#header{
    z-index: 1000;
}

#nakazuri {
	position: relative;
	/*width: 100%;*/
	width: 680px;
	height: 260px;
    overflow: hidden;
    background: #faf8f9 url(../img/top2/main_loader.gif) no-repeat center center;
}

.type-About, .type-Nakazuri, .type-Advertize {
	/*width: 100%;*/
    width: 680px;
	color: #fff;
	float: left;
	overflow: hidden;
}

#n_read {
	overflow: hidden;
	position: absolute;
	top: 210px;
	right: 25px;
	width: 132px;
	height: 23px;
	cursor: pointer;
}

#n_read img {
	position: absolute;
	top: 0;
	left: 132px;
}

#fBtn {
	position: absolute;
	top: 226px;
	left: 43px;
	width: 95px;
	height: 18px;
	cursor: pointer;
	background:url("../img/nakazuri/blank.gif");
}

#cBtn {
	position: absolute;
	top: 0px;
	left: 435px;
	width: 244px;
	height: 259px;
	background-color: #ff0000;
	cursor: pointer;
	background:url("../img/nakazuri/blank.gif");
}

.type-Nakazuri {
	position: relative;
}
.type-Nakazuri img{
	width: 100%;
	height: auto;
}

.type-Nakazuri span,
.type-Nakazuri a{
	display: block;
}
.type-Nakazuri div{
	/*background-color: rgba(255,0,0,.3); for debug */
	overflow: hidden;
}
.type-Nakazuri img,
.type-Advertize img{
	width: 100%;
	height: auto;
}
#n1,
#n2,
#n3,
#n4,
#n5,
#n6 {
	position: absolute;
}

/*======================================

	2: pattern

=======================================*/
/* pattern1 - 3comics(diamond) */
.p1 #n1 {
	width: 23%;
	height: 50%;
	top: 0;
	left: 0;
}
.p1 #n2 {
	width: 23%;
	height: 50%;
	left: 0;
	bottom: 0;
}
.p1 #n3 {
	width: 40%;
	height: 100%;
	top: 0;
	left: 23%;
}
.p1 #n4 {
	width: 37%;
	height: 42%;
	top: 0;
	right: 0;
}
.p1 #n5 {
	width: 37%;
	height: 42%;
	bottom: 16%;
	right: 0;
}

/* pattern3 - 4comics(mirror) */
.p3 #n1 {
    width: 25%;
    height: 50%;
    top: 0;
    left: 0;
}
.p3 #n2 {
    width: 25%;
    height: 50%;
    left: 0;
    bottom: 0;
}
.p3 #n3 {
    width: 41%;
    height: 100%;
    top: 0;
    left: 25%;
}
.p3 #n5 {
    width: 34%;
    height: 30%;
    top: 0;
    right: 0;
}
.p3 #n6 {
    width: 34%;
    height: 26%;
    top: 30%;
    right: 0;
}
.p3 #n4 {
    width: 34%;
    height: 44%;
    bottom: 0;
    right: 0;
}

/* pattern6 - 2comics(diamond) */
.p6 #n1 {
	width: 30%;
	height: 100%;
	top: 0;
	left: 0;
}
.p6 #n2 {
	width: 33%;
	height: 100%;
	top: 0;
	left: 30%;
}
.p6 #n3 {
	width: 37%;
	height: 42%;
	top: 0;
	right: 0;
}
.p6 #n4 {
	width: 37%;
	height: 42%;
	right: 0;
	bottom: 16%;
}

/*======================================

	3: controller

=======================================*/

#n_controller {
	overflow :hidden;
	position: absolute;
	top: 260px;
	width: 680px;
	height: 27px;
	background-color: #faf8f9;
}

#n_pager {
	overflow: hidden;
	position: absolute;
	top: 6px;
}

#n_pager .circle {
	float: left;
	display: block;
	overflow: hidden;
	width: 11px;
	height: 14px;
	margin-right: 8px;
	color: #fff;
	font-size: 10px;
	text-align: center;
	line-height: 20px;
	cursor: pointer;
	background: url("../img/nakazuri/icon_pager.gif") no-repeat left top transparent;
}

#n_prev {
	overflow: hidden;
	position: absolute;
	top: 2px;
	right: 30px;
	width: 28px;
	height: 22px;
	cursor: pointer;
	background: url("../img/nakazuri/btn_nkz_left.gif") no-repeat;
	background-position: 0 0px;
}

#n_next {
	overflow: hidden;
	position: absolute;
	top: 2px;
	right: 3px;
	width: 27px;
	height: 22px;
	cursor: pointer;
	background: url("../img/nakazuri/btn_nkz_right.gif") no-repeat;
	background-position: 0 0px;
}


#n_prev:hover,
#n_next:hover {
	background-position: 0 -22px;
}


/* slick */
#nakazuri .slick-list,
#nakazuri .slick-slide{
	outline: none;
	overflow: hidden;
}
#nakazuri .slick-prev,
#nakazuri .slick-next{
	width: 28px;
	height: 22px;
	text-indent: -9999px;
	border: 1px solid #bea1aa;
	background-color: #f2dbe3;
	box-shadow: 0 -3px 0 #dbbfc8 inset, 0 2px 4px rgba(255,255,255,.5) inset;
	outline: none;
	position: absolute;
	right: 5px;
	bottom: 4px;
	z-index: 5;
	cursor: pointer;
	transition: all .25s ease;
}
#nakazuri .slick-prev:hover,
#nakazuri .slick-next:hover{
	border-color: #cd8da4;
	background-color: #f3c7d9;
	box-shadow: 0 -3px 0 #e2b1c4 inset, 0 2px 4px rgba(255,255,255,.5) inset;
}
#nakazuri .slick-prev{
	border-radius: 2px 0 0 2px;
	right: 32px;
}
#nakazuri .slick-next{
	border-radius: 0 2px 2px 0;
}
#nakazuri .slick-prev:after{
	content: "";
	width: 6px;
	height: 6px;
	border-top: 2px solid #8a5d72;
	border-left: 2px solid #8a5d72;
	transform: rotate(-45deg);
	position: absolute;
	top: 5px;
	left: 11px;
}
#nakazuri .slick-next:after{
	content: "";
	width: 6px;
	height: 6px;
	border-bottom: 2px solid #8a5d72;
	border-right: 2px solid #8a5d72;
	transform: rotate(-45deg);
	position: absolute;
	top: 5px;
	right: 11px;
}
#nakazuri .slick-dots{
	position: absolute;
	bottom: 16px;
	margin: auto;
	width: 100%;
    text-align: center;
}
#nakazuri .slick-dots li{
	margin: 5px 10px;
	display: inline-block;
}
#nakazuri .slick-dots li button{
    margin: 0;
    padding: 0;
	width: 0;
	height: 0;
	text-indent: -9999px;
	border: none;
    position: relative;
    outline: none;
    cursor: pointer;
}
#nakazuri .slick-dots li button:before{
    content: "";
    position: absolute;
    left: 0px;
    top: -8px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom: 8px solid #ceb1be;
}
#nakazuri .slick-dots li button:after{
    content: "";
    position: absolute;
    left: 0px;
    top: 6px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top: 8px solid #ceb1be;
}
#nakazuri .slick-dots li.slick-active button:before{
    border-bottom: 8px solid #ce0056;
}
#nakazuri .slick-dots li.slick-active button:after{
	border-top: 8px solid #ce0056;
}
