@charset "UTF-8";
/* CSS Document */

h3{
	margin: 10% 0;
}

div.detailBlockIn i{
	font-size: 400%;
	margin: 2%;
}

p.leadTxt{
	margin-bottom: 5%;
}

div.detailBlockIn{
	text-align: center;
}

div.detailBlockIn img{
	display: inline-block;
	
}
.pic01,.pic02,.pic03{
	position: relative;
}
.txt01{
	position: absolute;
	z-index: 2;
	top:0;
	left: 0;
}

.txt02{
	position: absolute;
	z-index: 2;
	top:0;
	right: 0;
}
.txt02_2{
	position: absolute;
	z-index: 2;
	top: 40%;
    left: 0;
}

.txt03{
	position: absolute;
	z-index: 2;
	top:0;
	left: 0;
}

@media print, screen and (max-width:570px) {
	.txt01 {
    width: 35%;
    margin: 0 auto;
    top: 0;
	}
	.txt02{
	width: 35%;
    margin: 0 auto;
    top: 0;
	}
	.txt03{
	width: 35%;
    margin: 0 auto;
    top: 0;
	}	
}