@charset "utf-8";
/* CSS Document */
.pattern02 h4{
	position:relative;
	margin-bottom:20px;
	}
.pattern02 p{
	margin-bottom:10px;
	}
.pattern02 .lefttxt,.pattern02 .righttxt{
	}

.pattern02 .lefttxt p{
	margin-bottom:20px;	
	}
.pattern02 h4:before{
	content:"NEW";
	background-color:#009944;
    display: block;
    font-size: 90%;
    width: 80px;
	padding:5px 0;
	border-radius:5px;
	color:#fff;
	margin-right:10px;
	margin-bottom:10px;
    text-align: center;
	}
.centerimg h4:before{
	margin:0 auto 10px;
	}	
	.pattern02{
		margin-bottom:50px;
	}
.pattern02 .rightimg,.pattern02 .leftimg,.pattern02 .centerimg{
	margin-bottom:30px;
	}
.pattern02 .leftimg {
	}
.pattern02 .centerimg ,.pattern02 .centertxt{
	width:80%;
	margin:0 auto;
	text-align:center;
	}
.pattern02 .centerimg img{
	}
.pattern02 .centertxt{}

@media screen and (min-width:480px){
}

@media screen and (min-width:768px){
.pattern02 h4:before{
    text-align: center;
	left:0;
	}
.pattern02 h4{
	}

.pattern02 .lefttxt{
	width:50%;
	padding-right:5%;
	}
.pattern02 .rightimg{
	width:50%;
	}

.pattern02 .leftimg {
	width:50%;
	}
.pattern02 .righttxt{
	width:50%;
	padding-left:5%;
	
	}
}