@charset "UTF-8";

/*
==================================================
共通
==================================================
*/




main article .top .description{
    float: right;
    width: 470px;
}
main article .top .image{
    margin-top: 0px;
    position: relative;
    width: 470px;
    min-height: 468px;
	margin-right:40px;
    float: left;
}


main article .top .image2{
    margin-top: 0px;
    position: relative;
    width: 470px;
    min-height: 468px;
	margin-right:0;
    float: left;
}


main article .top .image .point{
    position:absolute;
    z-index: 999;
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
main article .top .image .point p{
    display: none;
}
main article .top .image .point:hover{
    top: 200px;
    right: 150px;
}


main article .top .image2 .point{
    position:absolute;
    z-index: 999;
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
main article .top .image2 .point p{
    display: none;
}
main article .top .image2 .point:hover{
    top: 200px;
    right: 150px;
}
/*main article .top .image .point span:hover {
	width: 30px;
    height: 30px;
    top: 0;
    left: 0;
}*/

main article .top .image .point span:hover{
    animation-duration: 0.2s;
    animation-fill-mode: forwards;
    animation-name: tobig;
}

main article .top .image2 .point span:hover{
    animation-duration: 0.2s;
    animation-fill-mode: forwards;
    animation-name: tobig;
}


@-webkit-keyframes tobig{
    from{
        width: 12px;
    	height: 12px;
        top: 9px;
        left: 9px;
    }
    to{
        width: 30px;
        height: 30px;
        top: 0;
        left: 0;
    }
}
@keyframes tobig{
    from{
        width: 12px;
    	height: 12px;
        top: 9px;
        left: 9px;
    }
    to{
        width: 30px;
        height: 30px;
        top: 0;
        left: 0;
    }
}

main article .top .image .point span {
    display: block;
	position: absolute;
	top: 9px;
	left: 9px;
	width: 12px;
	height: 12px;
	border: 1px solid #FFFF33;
	background-color:#FFFF33;
	border-radius: 100%;
	box-sizing: border-box;
}


main article .top .image2 .point span {
    display: block;
	position: absolute;
	top: 9px;
	left: 9px;
	width: 12px;
	height: 12px;
	border: 1px solid #FFFF33;
	background-color:#FFFF33;
	border-radius: 100%;
	box-sizing: border-box;
}

main article .top .image .point span::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	content: '';
	width: 12px;
	height: 12px;
	box-shadow: 0 0 0 0 rgba(255,255,255,.1);
	border-radius: 100%;
	opacity: 0;
	-webkit-animation: sdb03 3s infinite;
	animation: sdb03 3s infinite;
	box-sizing: border-box;
}

main article .top .image2 .point span::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	content: '';
	width: 12px;
	height: 12px;
	box-shadow: 0 0 0 0 rgba(255,255,255,.1);
	border-radius: 100%;
	opacity: 0;
	-webkit-animation: sdb03 3s infinite;
	animation: sdb03 3s infinite;
	box-sizing: border-box;
}


main article .top .image .point span:hover::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	content: '';
	width: 30px;
	height: 30px;
	box-shadow: 0 0 0 0 rgba(255,255,255,.1);
	border-radius: 100%;
	opacity: 0;
	-webkit-animation: sdb03 3s infinite;
	animation: sdb03 3s infinite;
	box-sizing: border-box;
}

main article .top .image2 .point span:hover::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	content: '';
	width: 30px;
	height: 30px;
	box-shadow: 0 0 0 0 rgba(255,255,255,.1);
	border-radius: 100%;
	opacity: 0;
	-webkit-animation: sdb03 3s infinite;
	animation: sdb03 3s infinite;
	box-sizing: border-box;
}

@-webkit-keyframes sdb03 {
	0% {
		opacity: 0;
	}
	30% {
		opacity: 1;
	}
	60% {
		box-shadow: 0 0 0 60px rgba(255,255,255,.1);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes sdb03 {
	0% {
		opacity: 0;
	}
	30% {
		opacity: 1;
	}
	60% {
		box-shadow: 0 0 0 60px rgba(255,255,255,.1);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}


main article .top .description .detail{
    width: 450px;
    border: 1px #666 solid;
    margin-top: 50px;
    overflow: hidden;
    padding-bottom: 15px;
}
main article .top .description .detail img{
    float: right;
    margin-top: 20px;
    margin-right: 20px;
}

main article .top .description .detail img:hover{
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
main article .top .description .detail p{
    margin-left: 15px;
    width: 380px;
    float: left;
}
main article .top .description .detail .description{
    display: none;
}
main article .top .description .detail .item-name{
    margin-top: 15px;
}
main article .top .description .detail .item-sub-name{
    color: #666;
}

main article .top .description .photo{
    margin-top: 20px;
    text-align: right;
    color: #E5E5E5;
	font-size:11px;
}
main article .bottom{
    color: #000;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    min-width: 980px;
    position: relative;
    overflow: hidden;
    margin-top: 80px;
}
main article .bottom img{
    width: 100%;
    height: auto;
}



main article .top .image .page-01,
main article .top .image .page-02,
main article .top .image .page-03{
    position: absolute;
}



/*
==================================================
page
==================================================
*/

.page01_description{
    width: 800px;
    margin: 25px auto;
    font-size: 14px;
    text-align: left;
}

.page-01 p,
.page-02 p{
	font-size:13px;
	padding-top:16px;
	padding-bottom:18px;
	}
	
main article .p01cont01 img{
	padding-bottom:16px;
}

.p01cont01 .leftbox{
    position: relative;
	padding-top:0px;
	width:470px;
	float:left;
	padding-right:40px;
}

.p01cont01 .rightbox{
    position: relative;
	padding-top:0px;
	width:470px;
	float:left;
	padding-right:0px;
}


main .hand-finish .top .image .page-01 .p1{
    top:133px;
    left: 214px;
}
main .hand-finish .top .image .page-01 .p2{
    top: 226px;
    left: 208px;
}
main .hand-finish .top .image .page-01 .p3{
    top: 138px;
    left: 348px;
}
main .hand-finish .top .image .page-01 .p4{
    top: 244px;
    left: 30px;
}
main .hand-finish .top .image2 .page-02 .p5{
    top: 214px;
    left: 166px;
}
main .hand-finish .top .image2 .page-02 .p6{
    top: 212px;
    left: 252px;
}

@-webkit-keyframes sdb03 {
	0% {
		opacity: 0;
	}
	30% {
		opacity: 1;
	}
	60% {
		box-shadow: 0 0 0 60px rgba(255,255,255,.1);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes sdb03 {
	0% {
		opacity: 0;
	}
	30% {
		opacity: 1;
	}
	60% {
		box-shadow: 0 0 0 60px rgba(255,255,255,.1);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

/* article02 */

main article .artic02{
    position: relative;
	padding-top:40px;
	padding-bottom:40px;
}

main article .artic02 p{
    font-size:13px;
	padding-top:12px;
	padding-bottom:16px;
}


main article .artic02 .leftbox{
    margin-top: 0px;
    position: relative;
    width: 348px;
    min-height: 318px;
	margin-right:100px;
	padding-left:30px;
	padding-top:60px;
    float: left;
}

main article .artic02 .leftbox p{
    width: 348px;
}

main article .artic02 .rightbox{
    float: left;
    width: 496px;
}

main article .artic02 .rightbox h4{
    text-align:center;
	margin-top:16px;
}

main article .artic02 .rightbox p{
    font-size:13px;
}

/* /article02 */

/* article03 */

main article .artic03{
    position: relative;
	padding-top:20px;
	padding-bottom:80px;
}

main article .artic03 p{
    font-size:13px;
	padding-top:12px;
	padding-bottom:16px;
}


main article .artic03 .centerbox{
    margin-top: 0px;
    position: relative;
    width: 652px;
	margin:0 auto 0;
}

main article .artic03 .leftbox p{
    width: 348px;
}

main article .artic03 .rightbox{
    float: left;
    width: 496px;
}

main article .artic03 .rightbox h4{
    text-align:center;
	margin-top:16px;
}

main article .artic03 .rightbox p{
    font-size:13px;
}

/* /article03 */