@charset "UTF-8";
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver 可変グリッドプロパティ
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	以下からヒントを入手 : Ethan Marcotte 氏の「レスポンシブ Web デザイン」 
	http://www.alistapart.com/articles/responsive-web-design
	
	および Joni Korpi 氏の「Golden Grid System」
	http://goldengridsystem.com/ 
*/

/* デスクトップレイアウト : 980 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media all and (min-width: 980px) {

/* content */

#slider {
	clear: both;
	float: left;
	margin: 0 0 3% 0;
	width: 100%;
	display: block;
	max-height: 60%;
	min-height: 60%;
	background-image: url(../vegas/overlays/01.png), url(../img/cpd/SL.jpg);
	background-repeat: repeat, no-repeat;
	background-position:center center, center center;
	background-size:2px 2px, cover;
	position: relative;
}
#screen {
	max-width: 1232px;
	min-width: 980px;
	height:100%;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	background-image:  url(../img/cpd/massege.png);
	background-repeat: no-repeat;
	background-position:center center;
	background-size: 80%;
}
#screen h1{
	display: none;
}
#messeage {
	max-width: 1232px;
	min-width: 980px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
	overflow: hidden;
	padding-left: 2%;
	padding-right: 2%;
	margin-bottom: 5%;
}
.messeageMargin{
	margin-bottom:3%;
}
#messeage h2{
	font-size: 35px;
	font-size: 3.5rem;
	line-height: 100%;
	text-align: left;
	font-weight:normal;
}
#messeage h3{
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 150%;
	font-weight: 700;
}
#messeage p {
	
}
#prelude {
	max-width: 1232px;
	min-width: 980px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
	overflow: hidden;
	padding-top: 2%;
	padding-left: 2%;
	padding-right: 2%;
}
#prelude h3{
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 150%;
	font-weight: 700;
}
#prelude p {
	line-height: 200%;
}
#prelude #btn{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:4%;
	padding-top:4%;
	height:auto;
	overflow:hidden;
}
#prelude #btn #btnLeft{
	float:left;
	width:45%;
	height:auto;
}
#prelude #btn #btnRight{
	float:right;
	width:45%;
	height:auto;
}
#process {
	max-width: 1232px;
	min-width: 980px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
	overflow: hidden;
	padding-top: 2%;
	padding-left: 2%;
	padding-right: 2%;
}
#process h3{
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 150%;
	font-weight: 700;
}
#process h4{
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 150%;
	font-weight: 500;
	color:#FFF;
	padding:5px 20px 5px 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color:#aaa;
	display:inline-block;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
}

#process p {

}
small {
	font-size: 80%;
}

#bottleMenu {
	clear: both;
	float: left;
	margin-left: 0;
	margin-bottom:3%;
	width: 100%;
	display: block;
	overflow: hidden;
}
.blockBox {
	float: left;
	text-align: justify;
	width:100%;
	display:block;
	overflow:hidden;
	padding-bottom:8%;
    margin-bottom:-8%;
	
}
#bottleMenu h3 {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 150%;
	font-weight: 700;
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
}
#bottle p {
	text-align: justify;
	line-height: 130%;
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#original {
	background:#B9D15F;
	width: 33%;
	height: auto;
	float:left;
}
#originalImg {
	background-image: url(../img/cpd/step2-1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width:100%;
	height:300px;
	/* alternative  text-indent: -9999px; */
    text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;
}
#general {
	background:#9BCD80;
	width: 34%;
	height: auto;
	float:left;
}
#generalImg {
	background-image: url(../img/cpd/step2-2.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width:100%;
	height:300px;
	/* alternative  text-indent: -9999px; */
    text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;
}
#semioriginal {
	background:#0F7E85;
	width: 33%;
	height: auto;
	float:left;
}
#semioriginalImg {
	background-image: url(../img/cpd/step2-3.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width:100%;
	height:300px;
	/* alternative  text-indent: -9999px; */
    text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;
}
.green {
	width:auto;
	height: auto;
	padding-top: 3%;
	padding-right: 3%;
	padding-bottom: 3%;
	padding-left: 3%;
	min-height: 50%;
	color: #FFF;
	text-shadow: 0 0 2px rgba(0, 0, 0, 1), ;
	-webkit-text-shadow: 0 0 2px rgba(0, 0, 0, 1);
	-moz-text-shadow: 0 0 2px rgba(0, 0, 0, 1);
}


#logoType {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	overflow: hidden;
}
#logoType .float {
	float: left;
	text-align: center;
	width:25%;
	hight:25%;
	display:block;	
}

#packprocess {
	max-width: 1232px;
	min-width: 980px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
	overflow: hidden;
	padding-top: 2%;
	padding-left: 2%;
	padding-right: 2%;
}
#packprocess h3{
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 150%;
	font-weight: 700;
}
#packprocess h4{
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 150%;
	font-weight: 500;
	color:#FFF;
	padding:5px 20px 5px 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color:#aaa;
	display:inline-block;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
}

#packprocess p {

}

.process_imgbox {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	overflow: hidden;
	margin-bottom:5%;
}

#step6_1{
	width:50%;
	height:300px;
	float:left;
	background-image:url(../img/cpd/step6_1.jpg);
	background-size:cover;
	background-position:center center;
}
#step6_2{
	width:50%;
	height:300px;
	float:left;
	background-image:url(../img/cpd/step6_2.jpg);
	background-size:cover;
	background-position:center center;
}

/*---------------------------------------------------------*/

#packstep2_1{
	width:33%;
	height:300px;
	float:left;
	background-image:url(../img/cpd/pack_step2_1.jpg);
	background-size:cover;
	background-position:center center;
}
#packstep2_2{
	width:34%;
	height:300px;
	float:left;
	background-image:url(../img/cpd/pack_step2_2.jpg);
	background-size:cover;
	background-position:center center;
}
#packstep2_3{
	width:33%;
	height:300px;
	float:left;
	background-image:url(../img/cpd/pack_step2_3.jpg);
	background-size:cover;
	background-position:center center;
}

#packstep3_1{
	width:33%;
	height:300px;
	float:left;
	background-image:url(../img/cpd/pack_step3_1.jpg);
	background-size:cover;
	background-position:center center;
}
#packstep3_2{
	width:34%;
	height:300px;
	float:left;
	background-image:url(../img/cpd/pack_step3_2.jpg);
	background-size:cover;
	background-position:center center;
}
#packstep3_3{
	width:33%;
	height:300px;
	float:left;
	background-image:url(../img/cpd/pack_step3_3.jpg);
	background-size:cover;
	background-position:center center;
}

#kogendo{
	width:70%;
	height:300px;
	float:left;
	background-image: url(../img/cpd/pack_step4_1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#bota{
	width:30%;
	height:300px;
	float:left;
	background-image: url(../img/cpd/pack_step4_2.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}


/*---------------------------------(Retina)---------------------------------*/
@media all and (-webkit-min-device-pixel-ratio: 1.5) {

#slider {
	clear: both;
	float: left;
	margin: 0 0 3% 0;
	width: 100%;
	display: block;
	max-height: 60%;
	min-height: 60%;
	background-image: url(../vegas/overlays/01.png), url(../img/cpd/SL@2x.jpg);
	background-repeat: repeat, no-repeat;
	background-position:center center, center center;
	background-size:2px 2px, cover;
	position: relative;
}
#screen {
	max-width: 1232px;
	min-width: 980px;
	height:100%;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	background-image:  url(../img/cpd/massege@2x.png);
	background-repeat: no-repeat;
	background-position:center center;
	background-size: 80%;
}
#originalImg {
	background-image: url(../img/cpd/step2-1@2x.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width:100%;
	height:300px;
	/* alternative  text-indent: -9999px; */
    text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;
}
#generalImg {
	background-image: url(../img/cpd/step2-2@2x.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width:100%;
	height:300px;
	/* alternative  text-indent: -9999px; */
    text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;
}
#semioriginalImg {
	background-image: url(../img/cpd/step2-3@2x.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width:100%;
	height:300px;
	/* alternative  text-indent: -9999px; */
    text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;
}

#step6_1{
	width:50%;
	height:300px;
	float:left;
	background-image:url(../img/cpd/step6_1@2x.jpg);
	background-size:cover;
	background-position:center center;
}
#step6_2{
	width:50%;
	height:300px;
	float:left;
	background-image:url(../img/cpd/step6_2@2x.jpg);
	background-size:cover;
	background-position:center center;
}

/*---------------------------------------------------------*/

#packstep2_1{
	width:33%;
	height:300px;
	float:left;
	background-image:url(../img/cpd/pack_step2_1@2x.jpg);
	background-size:cover;
	background-position:center center;
}
#packstep2_2{
	width:34%;
	height:300px;
	float:left;
	background-image:url(../img/cpd/pack_step2_2@2x.jpg);
	background-size:cover;
	background-position:center center;
}
#packstep2_3{
	width:33%;
	height:300px;
	float:left;
	background-image:url(../img/cpd/pack_step2_3@2x.jpg);
	background-size:cover;
	background-position:center center;
}

#packstep3_1{
	width:33%;
	height:300px;
	float:left;
	background-image:url(../img/cpd/pack_step3_1@2x.jpg);
	background-size:cover;
	background-position:center center;
}
#packstep3_2{
	width:34%;
	height:300px;
	float:left;
	background-image:url(../img/cpd/pack_step3_2@2x.jpg);
	background-size:cover;
	background-position:center center;
}
#packstep3_3{
	width:33%;
	height:300px;
	float:left;
	background-image:url(../img/cpd/pack_step3_3@2x.jpg);
	background-size:cover;
	background-position:center center;
}

#kogendo{
	width:70%;
	height:300px;
	float:left;
	background-image: url(../img/cpd/pack_step4_1@2x.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#bota{
	width:30%;
	height:300px;
	float:left;
	background-image: url(../img/cpd/pack_step4_2@2x.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}


}

}



/* 641 px ～ 979 px。ディスプレイ縦用 */
@media all and (min-width: 641px) and (max-width: 979px) and (orientation: portrait) {
#slider {
	clear: both;
	float: left;
	margin: 0 0 2% 0;
	width: 100%;
	display: block;
	max-height: 60%;
	min-height: 60%;
	position: relative;
	background-image:  url(../img/cpd/massege.png), url(../vegas/overlays/01.png), url(../img/cpd/SL.jpg);
	background-repeat: no-repeat, repeat, no-repeat;
	background-position:center center, center center, center center;
	background-size: 95%, 2px 2px, cover;
}
#screen {
	height: 100%;
	width: 100%;
}
#screen h1 {
	display: none;
}

#messeage {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
	overflow: hidden;
	padding-bottom:2%;
	padding-left:2%;
	padding-right:2%;
	text-align:justify;
}
.messeageMargin{
	margin-bottom:3%;
}
#messeage h2{
	font-size: 3.5rem;
	font-size: 35px;
	line-height: 100%;
	text-align: center;
	font-weight: bold;
}
#messeage h3{
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 150%;
	text-align: center;
	font-weight: 700;
}
#messeage p {
	
}
#prelude {
	width:100%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
	overflow: hidden;
	padding-top: 2%;
	padding-left: 2%;
	padding-right: 2%;
	text-align:justify;
}
#prelude h3{
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 150%;
	font-weight: 700;
	text-align: center;
}
#prelude p {
	
}
#prelude #btn{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:4%;
	padding-top:4%;
	height:auto;
	overflow:hidden;
}
#prelude #btn #btnLeft{
	float:left;
	width:45%;
	height:auto;
}
#prelude #btn #btnRight{
	float:right;
	width:45%;
	height:auto;
}
#process {
	width:100%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
	overflow: hidden;
	padding-top: 2%;
	padding-left: 2%;
	padding-right: 2%;
	text-align:justify;
}
#process h3{
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 150%;
	font-weight: 700;
	text-align: center;
}
#process h4{
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 150%;
	font-weight: 500;
	color:#FFF;
	padding:5px 20px 5px 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color:#aaa;
	display:inline-block;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
}

#process p {

}
small {
	font-size: 80%;
}

#bottleMenu {
	clear: both;
	float: left;
	margin-left: 0;
	margin-bottom:3%;
	width: 100%;
	display: block;
	overflow: hidden;
	text-align: justify;
}
.blockBox {
	float: left;
	text-align: justify;
	width:100%;
	display:block;
	overflow:hidden;
	padding-bottom:20%;
    margin-bottom:-20%;
	
}
#bottleMenu h3 {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 130%;
	font-weight: 700;
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#bottle p {
	line-height: 150%;
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#original {
	background:#B9D15F;
	width: 33%;
	height: auto;
	float:left;
}
#originalImg {
	background-image: url(../img/cpd/step2-1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width:100%;
	height:200px;
	/* alternative  text-indent: -9999px; */
    text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;
}
#general {
	background:#9BCD80;
	width: 34%;
	height: auto;
	float:left;
}
#generalImg {
	background-image: url(../img/cpd/step2-2.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width:100%;
	height:200px;
	/* alternative  text-indent: -9999px; */
    text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;
}
#semioriginal {
	background:#0F7E85;
	width: 33%;
	height: auto;
	float:left;
}
#semioriginalImg {
	background-image: url(../img/cpd/step2-3.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width:100%;
	height:200px;
	/* alternative  text-indent: -9999px; */
    text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;
}
.green {
	width:auto;
	height: auto;
	padding-top: 3%;
	padding-right: 3%;
	padding-bottom: 3%;
	padding-left: 3%;
	min-height: 50%;
	color: #FFF;
	text-shadow: 0 0 2px rgba(0, 0, 0, 1), ;
	-webkit-text-shadow: 0 0 2px rgba(0, 0, 0, 1);
	-moz-text-shadow: 0 0 2px rgba(0, 0, 0, 1);
}


#logoType {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	overflow: hidden;
}
#logoType .float {
	float: left;
	text-align: center;
	width:25%;
	hight:25%;
	display:block;
}


#packprocess {
	width:100%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
	overflow: hidden;
	padding-top: 2%;
	padding-left: 2%;
	padding-right: 2%;
}
#packprocess h3{
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 150%;
	font-weight: 700;
}
#packprocess h4{
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 150%;
	font-weight: 500;
	color:#FFF;
	padding:5px 20px 5px 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color:#aaa;
	display:inline-block;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
}

#packprocess p {

}

.process_imgbox {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	overflow: hidden;
	margin-bottom:5%;
}

#step6_1{
	width:50%;
	height:200px;
	float:left;
	background-image:url(../img/cpd/step6_1.jpg);
	background-size:cover;
	background-position:center center;
}
#step6_2{
	width:50%;
	height:200px;
	float:left;
	background-image:url(../img/cpd/step6_2.jpg);
	background-size:cover;
	background-position:center center;
}

/*---------------------------------------------------------*/

#packstep2_1{
	display:none;
}
#packstep2_2{
	width:40%;
	height:150px;
	float:left;
	background-image:url(../img/cpd/pack_step2_2.jpg);
	background-size:100%;
	background-position:center center;
}
#packstep2_3{
	width:60%;
	height:150px;
	float:left;
	background-image:url(../img/cpd/pack_step2_3.jpg);
	background-size:100%;
	background-position:center center;
}

#packstep3_1{
	width:33%;
	height:150px;
	float:left;
	background-image:url(../img/cpd/pack_step3_1.jpg);
	background-size:cover;
	background-position:center center;
}
#packstep3_2{
	width:34%;
	height:150px;
	float:left;
	background-image:url(../img/cpd/pack_step3_2.jpg);
	background-size:cover;
	background-position:center center;
}
#packstep3_3{
	width:33%;
	height:150px;
	float:left;
	background-image:url(../img/cpd/pack_step3_3.jpg);
	background-size:cover;
	background-position:center center;
}

#kogendo{
	width:70%;
	height:150px;
	float:left;
	background-image: url(../img/cpd/pack_step4_1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
}
#bota{
	width:30%;
	height:150px;
	float:left;
	background-image: url(../img/cpd/pack_step4_2.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
}



/* タブレットレイアウト :641 px ～ 979 px。ディスプレイ縦用 Retina */
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
#slider {
	clear: both;
	float: left;
	margin: 0 0 2% 0;
	width: 100%;
	display: block;
	max-height: 60%;
	min-height: 60%;
	position: relative;
	background-image:  url(../img/cpd/massege@2x.png), url(../vegas/overlays/01.png), url(../img/cpd/SL.jpg);
	background-repeat: no-repeat, repeat, no-repeat;
	background-position:center center, center center, center center;
	background-size: 95%, 2px 2px, cover;
}

#originalImg {
	background-image: url(../img/cpd/step2-1@2x.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width:100%;
	height:200px;
	/* alternative  text-indent: -9999px; */
    text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;
}
#generalImg {
	background-image: url(../img/cpd/step2-2@2x.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width:100%;
	height:200px;
	/* alternative  text-indent: -9999px; */
    text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;
}
#semioriginalImg {
	background-image: url(../img/cpd/step2-3@2x.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width:100%;
	height:200px;
	/* alternative  text-indent: -9999px; */
    text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;
}

#step6_1{
	width:50%;
	height:200px;
	float:left;
	background-image:url(../img/cpd/step6_1@2x.jpg);
	background-size:cover;
	background-position:center center;
}
#step6_2{
	width:50%;
	height:200px;
	float:left;
	background-image:url(../img/cpd/step6_2@2x.jpg);
	background-size:cover;
	background-position:center center;
}

/*---------------------------------------------------------*/

#packstep2_2{
	width:40%;
	height:150px;
	float:left;
	background-image:url(../img/cpd/pack_step2_2@2x.jpg);
	background-size:100%;
	background-position:center center;
}
#packstep2_3{
	width:60%;
	height:150px;
	float:left;
	background-image:url(../img/cpd/pack_step2_3@2x.jpg);
	background-size:100%r;
	background-position:center center;
}

#packstep3_1{
	width:33%;
	height:150px;
	float:left;
	background-image:url(../img/cpd/pack_step3_1@2x.jpg);
	background-size:cover;
	background-position:center center;
}
#packstep3_2{
	width:34%;
	height:150px;
	float:left;
	background-image:url(../img/cpd/pack_step3_2@2x.jpg);
	background-size:cover;
	background-position:center center;
}
#packstep3_3{
	width:33%;
	height:150px;
	float:left;
	background-image:url(../img/cpd/pack_step3_3@2x.jpg);
	background-size:cover;
	background-position:center center;
}

#kogendo{
	width:70%;
	height:150px;
	float:left;
	background-image: url(../img/cpd/pack_step4_1@2x.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
}
#bota{
	width:30%;
	height:150px;
	float:left;
	background-image: url(../img/cpd/pack_step4_2@2x.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
}


}

}


/* 641 px ～ 979 px。ディスプレイ横用 */
@media all and (min-width: 641px) and (max-width: 979px) and (orientation: landscape) {
#slider {
	clear: both;
	float: left;
	margin: 0 0 2% 0;
	width: 100%;
	display: block;
	max-height: 100%;
	min-height: 100%;
	position: relative;
	background-image:  url(../img/cpd/massege.png), url(../vegas/overlays/01.png), url(../img/cpd/SL.jpg);
	background-repeat: no-repeat, repeat, no-repeat;
	background-position:center center, center center, center center;
	background-size: 90%, 2px 2px, cover;
}
#screen {
	height: 100%;
	width: 100%;
}
#screen h1 {
	display: none;
}

#messeage {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
	overflow: hidden;
	padding-bottom:2%;
	padding-left:2%;
	padding-right:2%;
	text-align:justify;
}
.messeageMargin{
	margin-bottom:3%;
}
#messeage h2{
	font-size: 3.5rem;
	font-size: 35px;
	line-height: 100%;
	text-align: center;
	font-weight: bold;
}
#messeage h3{
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 150%;
	text-align: center;
	font-weight: 700;
}
#messeage p {

}
#prelude {
	width:100%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
	overflow: hidden;
	padding-top: 2%;
	padding-left: 2%;
	padding-right: 2%;
	text-align:justify;
}
#prelude h3{
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 150%;
	font-weight: 700;
	text-align: center;
}
#prelude p {
	
}
#prelude #btn{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:4%;
	padding-top:4%;
	height:auto;
	overflow:hidden;
}
#prelude #btn #btnLeft{
	float:left;
	width:45%;
	height:auto;
}
#prelude #btn #btnRight{
	float:right;
	width:45%;
	height:auto;
}
#process {
	width:100%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
	overflow: hidden;
	padding-top: 2%;
	padding-left: 2%;
	padding-right: 2%;
	text-align:justify;
}
#process h3{
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 150%;
	font-weight: 700;
	text-align: center;
}
#process h4{
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 150%;
	font-weight: 500;
	color:#FFF;
	padding:5px 20px 5px 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color:#aaa;
	display:inline-block;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
}

#process p {

}
small {
	font-size: 80%;
}

#bottleMenu {
	clear: both;
	float: left;
	margin-left: 0;
	margin-bottom:3%;
	width: 100%;
	display: block;
	overflow: hidden;
	text-align: justify;
}
.blockBox {
	float: left;
	text-align: justify;
	width:100%;
	display:block;
	overflow:hidden;
	padding-bottom:8%;
    margin-bottom:-7%;
	
}
#bottleMenu h3 {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 150%;
	font-weight: 700;
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#bottle p {
	line-height: 110%;
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#original {
	background:#B9D15F;
	width: 33%;
	height: auto;
	float:left;
}
#originalImg {
	background-image: url(../img/cpd/step2-1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width:100%;
	height:200px;
	/* alternative  text-indent: -9999px; */
    text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;
}
#general {
	background:#9BCD80;
	width: 34%;
	height: auto;
	float:left;
}
#generalImg {
	background-image: url(../img/cpd/step2-2.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width:100%;
	height:200px;
	/* alternative  text-indent: -9999px; */
    text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;
}
#semioriginal {
	background:#0F7E85;
	width: 33%;
	height: auto;
	float:left;
}
#semioriginalImg {
	background-image: url(../img/cpd/step2-3.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width:100%;
	height:200px;
	/* alternative  text-indent: -9999px; */
    text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;
}
.green {
	width:auto;
	height: auto;
	padding-top: 3%;
	padding-right: 3%;
	padding-bottom: 3%;
	padding-left: 3%;
	min-height: 50%;
	color: #FFF;
	text-shadow: 0 0 2px rgba(0, 0, 0, 1), ;
	-webkit-text-shadow: 0 0 2px rgba(0, 0, 0, 1);
	-moz-text-shadow: 0 0 2px rgba(0, 0, 0, 1);
}


#logoType {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	overflow: hidden;
}
#logoType .float {
	float: left;
	text-align: center;
	width:25%;
	hight:25%;
	display:block;
}


#packprocess {
	max-width: 1232px;
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
	overflow: hidden;
	padding-top: 2%;
	padding-left: 2%;
	padding-right: 2%;
}
#packprocess h3{
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 150%;
	font-weight: 700;
}
#packprocess h4{
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 150%;
	font-weight: 500;
	color:#FFF;
	padding:5px 20px 5px 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color:#aaa;
	display:inline-block;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
}

#packprocess p {
	
}

.process_imgbox {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	overflow: hidden;
	margin-bottom:5%;
}

#step6_1{
	width:50%;
	height:200px;
	float:left;
	background-image:url(../img/cpd/step6_1.jpg);
	background-size:cover;
	background-position:center center;
}
#step6_2{
	width:50%;
	height:200px;
	float:left;
	background-image:url(../img/cpd/step6_2.jpg);
	background-size:cover;
	background-position:center center;
}

/*---------------------------------------------------------*/

#packstep2_1{
	display:none;
}
#packstep2_2{
	width:40%;
	height:150px;
	float:left;
	background-image:url(../img/cpd/pack_step2_2.jpg);
	background-size:100%;
	background-position:center center;
}
#packstep2_3{
	width:60%;
	height:150px;
	float:left;
	background-image:url(../img/cpd/pack_step2_3.jpg);
	background-size:100%r;
	background-position:center center;
}

#packstep3_1{
	width:33%;
	height:150px;
	float:left;
	background-image:url(../img/cpd/pack_step3_1.jpg);
	background-size:cover;
	background-position:center center;
}
#packstep3_2{
	width:34%;
	height:150px;
	float:left;
	background-image:url(../img/cpd/pack_step3_2.jpg);
	background-size:cover;
	background-position:center center;
}
#packstep3_3{
	width:33%;
	height:150px;
	float:left;
	background-image:url(../img/cpd/pack_step3_3.jpg);
	background-size:cover;
	background-position:center center;
}

#kogendo{
	width:70%;
	height:150px;
	float:left;
	background-image: url(../img/cpd/pack_step4_1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
}
#bota{
	width:30%;
	height:150px;
	float:left;
	background-image: url(../img/cpd/pack_step4_2.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
}



/* タブレットレイアウト :641 px ～ 979 px。ディスプレイ横用 Retina */
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
#slider {
	clear: both;
	float: left;
	margin: 0 0 2% 0;
	width: 100%;
	display: block;
	max-height: 100%;
	min-height: 100%;
	position: relative;
	background-image:  url(../img/cpd/massege@2x.png), url(../vegas/overlays/01.png), url(../img/cpd/SL.jpg);
	background-repeat: no-repeat, repeat, no-repeat;
	background-position:center center, center center, center center;
	background-size: 90%, 2px 2px, cover;
}

#originalImg {
	background-image: url(../img/cpd/step2-1@2x.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width:100%;
	height:200px;
	/* alternative  text-indent: -9999px; */
    text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;
}
#generalImg {
	background-image: url(../img/cpd/step2-2@2x.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width:100%;
	height:200px;
	/* alternative  text-indent: -9999px; */
    text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;
}
#semioriginalImg {
	background-image: url(../img/cpd/step2-3@2x.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width:100%;
	height:200px;
	/* alternative  text-indent: -9999px; */
    text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;
}

#step6_1{
	width:50%;
	height:200px;
	float:left;
	background-image:url(../img/cpd/step6_1@2x.jpg);
	background-size:cover;
	background-position:center center;
}
#step6_2{
	width:50%;
	height:200px;
	float:left;
	background-image:url(../img/cpd/step6_2@2x.jpg);
	background-size:cover;
	background-position:center center;
}

/*---------------------------------------------------------*/

#packstep2_2{
	width:40%;
	height:150px;
	float:left;
	background-image:url(../img/cpd/pack_step2_2@2x.jpg);
	background-size:100%;
	background-position:center center;
}
#packstep2_3{
	width:60%;
	height:150px;
	float:left;
	background-image:url(../img/cpd/pack_step2_3@2x.jpg);
	background-size:100%r;
	background-position:center center;
}

#packstep3_1{
	width:33%;
	height:150px;
	float:left;
	background-image:url(../img/cpd/pack_step3_1@2x.jpg);
	background-size:cover;
	background-position:center center;
}
#packstep3_2{
	width:34%;
	height:150px;
	float:left;
	background-image:url(../img/cpd/pack_step3_2@2x.jpg);
	background-size:cover;
	background-position:center center;
}
#packstep3_3{
	width:33%;
	height:150px;
	float:left;
	background-image:url(../img/cpd/pack_step3_3@2x.jpg);
	background-size:cover;
	background-position:center center;
}

#kogendo{
	width:70%;
	height:150px;
	float:left;
	background-image: url(../img/cpd/pack_step4_1@2x.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
}
#bota{
	width:30%;
	height:150px;
	float:left;
	background-image: url(../img/cpd/pack_step4_2@2x.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
}


}

}


/* 481 px ～ 640 px。ディスプレイ縦用 */
@media all and (min-width: 481px) and (max-width: 640px) and (orientation: portrait) {
#slider {
	clear: both;
	float: left;
	margin: 0 0 2% 0;
	width: 100%;
	display: block;
	max-height: 60%;
	min-height: 60%;
	position: relative;
	background-image:  url(../img/cpd/massege.png), url(../vegas/overlays/01.png), url(../img/cpd/SL.jpg);
	background-repeat: no-repeat, repeat, no-repeat;
	background-position:center center, center center, center center;
	background-size: 95%, 2px 2px, cover;
}
#screen {
	height: 100%;
	width: 100%;
}
#screen h1 {
	display: none;
}

#messeage {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
	overflow: hidden;
	padding-bottom:2%;
	padding-left: 2%;
	padding-right:2%;
	text-align:justify;
}
.messeageMargin{
	margin-bottom:3%;
}
#messeage h2{
	font-size: 2.5rem;
	font-size: 25px;
	line-height: 100%;
	text-align: center;
	font-weight: bold;
}
#messeage h3{
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 150%;
	text-align: center;
	font-weight: 700;
}
#messeage p {
	
}
#prelude {
	width:100%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
	overflow: hidden;
	padding-top: 2%;
	padding-left: 2%;
	padding-right: 2%;
	text-align:justify;
}
#prelude h3{
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 150%;
	font-weight: 700;
	text-align: center;
}
#prelude p {
	
}
#prelude #btn{
	width:80%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
	padding-top:0px;
	height:auto;
	overflow:hidden;
}
#prelude #btn #btnLeft{
	float:none;
	width:100%;
	height:auto;
	margin-bottom: 20px;
}
#prelude #btn #btnRight{
	float:none;
	width:100%;
	height:auto;
}
#process {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
	overflow: hidden;
	padding-top: 2%;
	padding-left: 2%;
	padding-right: 2%;
	text-align:justify;
}
#process h3{
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 150%;
	font-weight: 700;
	text-align: center;
}
#process h4{
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 150%;
	font-weight: 500;
	color:#FFF;
	padding:5px 20px 5px 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color:#aaa;
	display:inline-block;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
}

#process p {

}
small {
	font-size: 80%;
}

#bottleMenu {
	clear: both;
	float: left;
	margin-left: 0;
	margin-bottom:3%;
	width: 100%;
	display: block;
	overflow: hidden;
}
.blockBox {
	float: left;
	width:100%;
	display:block;
	overflow:hidden;
	padding-bottom:8%;
    margin-bottom:-8%;
	
}
#bottleMenu h3 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height:150%;
	font-weight: 700;
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
}
#bottle p {
	line-height: 120%;
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#original {
	background:#B9D15F;
	width: 100%;
	height: auto;
	text-align:justify;
}
#originalImg {
	display:none;
}
#general {
	background:#9BCD80;
	width: 100%;
	height: auto;
	text-align:justify;
}
#generalImg {
	display:none;
}
#semioriginal {
	background:#0F7E85;
	width: 100%;
	height: auto;
	text-align:justify;
}
#semioriginalImg {
	display:none;
}
.green {
	width:auto;
	height: auto;
	padding-top: 3%;
	padding-right: 3%;
	padding-bottom: 3%;
	padding-left: 3%;
	min-height: 50%;
	color: #FFF;
	text-shadow: 0 0 2px rgba(0, 0, 0, 1), ;
	-webkit-text-shadow: 0 0 2px rgba(0, 0, 0, 1);
	-moz-text-shadow: 0 0 2px rgba(0, 0, 0, 1);
}


#logoType {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	overflow: hidden;
}
#logoType .float {
	float: left;
	text-align: center;
	width:50%;
	hight:50%;
	display:block;
}


#packprocess {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
	overflow: hidden;
	padding-top: 2%;
	padding-left: 2%;
	padding-right: 2%;
}
#packprocess h3{
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 150%;
	font-weight: 700;
	text-align:center;
}
#packprocess h4{
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 150%;
	font-weight: 500;
	color:#FFF;
	padding:5px 20px 5px 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color:#aaa;
	display:inline-block;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
}

#packprocess p {
	text-align: justify;
	line-height: 150%;
}

.process_imgbox {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	overflow: hidden;
	margin-bottom:5%;
}

#step6_1{
	width:50%;
	height:100px;
	float:left;
	background-image:url(../img/cpd/step6_1.jpg);
	background-size:cover;
	background-position:center center;
}
#step6_2{
	width:50%;
	height:100px;
	float:left;
	background-image:url(../img/cpd/step6_2.jpg);
	background-size:cover;
	background-position:center center;
}

/*---------------------------------------------------------*/

#packstep2_1{
	display:none;
}
#packstep2_2{
	display:none;
}
#packstep2_3{
	width:100%;
	height:200px;
	float:left;
	background-image:url(../img/cpd/pack_step2_3.jpg);
	background-size:cover;
	background-position:center center;
}

#packstep3_1{
	width:33%;
	height:100px;
	float:left;
	background-image:url(../img/cpd/pack_step3_1.jpg);
	background-size:cover;
	background-position:center center;
}
#packstep3_2{
	width:34%;
	height:100px;
	float:left;
	background-image:url(../img/cpd/pack_step3_2.jpg);
	background-size:cover;
	background-position:center center;
}
#packstep3_3{
	width:33%;
	height:100px;
	float:left;
	background-image:url(../img/cpd/pack_step3_3.jpg);
	background-size:cover;
	background-position:center center;
}

#kogendo{
	width:100%;
	height:100px;
	float:left;
	background-image: url(../img/cpd/pack_step4_1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
}
#bota{
	display:none;
}



/* 481 px ～ 640 px。ディスプレイ縦用 Retina */
@media all and (-webkit-min-device-pixel-ratio: 1.5) {

#slider {
	clear: both;
	float: left;
	margin: 0 0 2% 0;
	width: 100%;
	display: block;
	max-height: 60%;
	min-height: 60%;
	position: relative;
	background-image:  url(../img/cpd/massege@2x.png), url(../vegas/overlays/01.png), url(../img/cpd/SL.jpg);
	background-repeat: no-repeat, repeat, no-repeat;
	background-position:center center, center center, center center;
	background-size: 95%, 2px 2px, cover;
}
#step6_1{
	width:50%;
	height:100px;
	float:left;
	background-image:url(../img/cpd/step6_1@2x.jpg);
	background-size:cover;
	background-position:center center;
}
#step6_2{
	width:50%;
	height:100px;
	float:left;
	background-image:url(../img/cpd/step6_2@2x.jpg);
	background-size:cover;
	background-position:center center;
}

/*---------------------------------------------------------*/

#packstep2_1{
	display:none;
}
#packstep2_2{
	display:none;
}
#packstep2_3{
	width:100%;
	height:200px;
	float:left;
	background-image:url(../img/cpd/pack_step2_3@2x.jpg);
	background-size:cover;
	background-position:center center;
}

#packstep3_1{
	width:33%;
	height:100px;
	float:left;
	background-image:url(../img/cpd/pack_step3_1@2x.jpg);
	background-size:cover;
	background-position:center center;
}
#packstep3_2{
	width:34%;
	height:100px;
	float:left;
	background-image:url(../img/cpd/pack_step3_2@2x.jpg);
	background-size:cover;
	background-position:center center;
}
#packstep3_3{
	width:33%;
	height:100px;
	float:left;
	background-image:url(../img/cpd/pack_step3_3@2x.jpg);
	background-size:cover;
	background-position:center center;
}

#kogendo{
	width:100%;
	height:100px;
	float:left;
	background-image: url(../img/cpd/pack_step4_1@2x.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
}


}

}


/* 481 px ～ 640 px。ディスプレイ横用 */
@media all and (min-width: 481px) and (max-width: 640px) and (orientation: landscape) {
#slider {
	clear: both;
	float: left;
	margin: 0 0 2% 0;
	width: 100%;
	display: block;
	max-height: 100%;
	min-height: 100%;
	position: relative;
	background-image:  url(../img/cpd/massege.png), url(../vegas/overlays/01.png), url(../img/cpd/SL.jpg);
	background-repeat: no-repeat, repeat, no-repeat;
	background-position:center center, center center, center center;
	background-size: 90%, 2px 2px, cover;
}
#screen {
	height: 100%;
	width: 100%;
}
#screen h1 {
	display: none;
}

#messeage {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
	overflow: hidden;
	padding-left: 2%;
	padding-bottom:2%;
	padding-right:2%;
	text-align:justify;
}
.messeageMargin{
	margin-bottom:3%;
}
#messeage h2{
	font-size: 2.5rem;
	font-size: 25px;
	line-height: 100%;
	text-align: center;
	font-weight: bold;
}
#messeage h3{
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 150%;
	text-align: center;
	font-weight: 700;
}
#messeage p {

}
#prelude {
	width:100%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
	overflow: hidden;
	padding-top: 2%;
	padding-left: 2%;
	padding-right: 2%;
	text-align:justify;
}
#prelude h3{
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 150%;
	font-weight: 700;
	text-align: center;
}
#prelude p {

}
#prelude #btn{
	width:80%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
	padding-top:0px;
	height:auto;
	overflow:hidden;
}
#prelude #btn #btnLeft{
	float:none;
	width:100%;
	height:auto;
	margin-bottom: 20px;
}
#prelude #btn #btnRight{
	float:none;
	width:100%;
	height:auto;
}
#process {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
	overflow: hidden;
	padding-top: 2%;
	padding-left: 2%;
	padding-right: 2%;
	text-align:justify;
}
#process h3{
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 150%;
	font-weight: 700;
	text-align: center;
}
#process h4{
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 150%;
	font-weight: 500;
	color:#FFF;
	padding:5px 20px 5px 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color:#aaa;
	display:inline-block;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
}

#process p {

}
small {
	font-size: 80%;
}

#bottleMenu {
	clear: both;
	float: left;
	margin-left: 0;
	margin-bottom:3%;
	width: 100%;
	display: block;
	overflow: hidden;
}
.blockBox {
	float: left;
	width:100%;
	display:block;
	overflow:hidden;
	padding-bottom:8%;
    margin-bottom:-8%;
	
}
#bottleMenu h3 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 150%;
	font-weight: 700;
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
}
#bottle p {
	line-height: 120%;
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#original {
	background:#B9D15F;
	width: 100%;
	height: auto;
	text-align:justify;
}
#originalImg {
	display:none;
}
#general {
	background:#9BCD80;
	width: 100%;
	height: auto;
	text-align:justify;
}
#generalImg {
	display:none;
}
#semioriginal {
	background:#0F7E85;
	width: 100%;
	height: auto;
	text-align:justify;
}
#semioriginalImg {
	display:none;
}
.green {
	width:auto;
	height: auto;
	padding-top: 3%;
	padding-right: 3%;
	padding-bottom: 3%;
	padding-left: 3%;
	min-height: 50%;
	color: #FFF;
	text-shadow: 0 0 2px rgba(0, 0, 0, 1), ;
	-webkit-text-shadow: 0 0 2px rgba(0, 0, 0, 1);
	-moz-text-shadow: 0 0 2px rgba(0, 0, 0, 1);
}


#logoType {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	overflow: hidden;
}
#logoType .float {
	float: left;
	text-align: center;
	width:25%;
	hight:25%;
	display:block;
}

#packprocess {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
	overflow: hidden;
	padding-top: 2%;
	padding-left: 2%;
	padding-right: 2%;
	text-align: justify;
}
#packprocess h3{
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 150%;
	font-weight: 700;
	text-align:center;
}
#packprocess h4{
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 150%;
	font-weight: 500;
	color:#FFF;
	padding:5px 20px 5px 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color:#aaa;
	display:inline-block;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
}

#packprocess p {

}

.process_imgbox {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	overflow: hidden;
	margin-bottom:5%;
}

#step6_1{
	width:50%;
	height:100px;
	float:left;
	background-image:url(../img/cpd/step6_1.jpg);
	background-size:cover;
	background-position:center center;
}
#step6_2{
	width:50%;
	height:100px;
	float:left;
	background-image:url(../img/cpd/step6_2.jpg);
	background-size:cover;
	background-position:center center;
}

/*---------------------------------------------------------*/

#packstep2_1{
	display:none;
}
#packstep2_2{
	display:none;
}
#packstep2_3{
	width:100%;
	height:200px;
	float:left;
	background-image:url(../img/cpd/pack_step2_3.jpg);
	background-size:cover;
	background-position:center center;
}

#packstep3_1{
	width:33%;
	height:100px;
	float:left;
	background-image:url(../img/cpd/pack_step3_1.jpg);
	background-size:cover;
	background-position:center center;
}
#packstep3_2{
	width:34%;
	height:100px;
	float:left;
	background-image:url(../img/cpd/pack_step3_2.jpg);
	background-size:cover;
	background-position:center center;
}
#packstep3_3{
	width:33%;
	height:100px;
	float:left;
	background-image:url(../img/cpd/pack_step3_3.jpg);
	background-size:cover;
	background-position:center center;
}

#kogendo{
	width:100%;
	height:100px;
	float:left;
	background-image: url(../img/cpd/pack_step4_1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
}
#bota{
	display:none;
}



/* 481 px ～ 640 px。ディスプレイ横用 Retina */
@media all and (-webkit-min-device-pixel-ratio: 1.5) {

#slider {
	clear: both;
	float: left;
	margin: 0 0 2% 0;
	width: 100%;
	display: block;
	max-height: 100%;
	min-height: 100%;
	position: relative;
	background-image:  url(../img/cpd/massege@2x.png), url(../vegas/overlays/01.png), url(../img/cpd/SL.jpg);
	background-repeat: no-repeat, repeat, no-repeat;
	background-position:center center, center center, center center;
	background-size: 90%, 2px 2px, cover;
}
#step6_1{
	width:50%;
	height:100px;
	float:left;
	background-image:url(../img/cpd/step6_1@2x.jpg);
	background-size:cover;
	background-position:center center;
}
#step6_2{
	width:50%;
	height:100px;
	float:left;
	background-image:url(../img/cpd/step6_2@2x.jpg);
	background-size:cover;
	background-position:center center;
}

/*---------------------------------------------------------*/

#packstep2_1{
	display:none;
}
#packstep2_2{
	display:none;
}
#packstep2_3{
	width:100%;
	height:200px;
	float:left;
	background-image:url(../img/cpd/pack_step2_3@2x.jpg);
	background-size:cover;
	background-position:center center;
}

#packstep3_1{
	width:33%;
	height:100px;
	float:left;
	background-image:url(../img/cpd/pack_step3_1@2x.jpg);
	background-size:cover;
	background-position:center center;
}
#packstep3_2{
	width:34%;
	height:100px;
	float:left;
	background-image:url(../img/cpd/pack_step3_2@2x.jpg);
	background-size:cover;
	background-position:center center;
}
#packstep3_3{
	width:33%;
	height:100px;
	float:left;
	background-image:url(../img/cpd/pack_step3_3@2x.jpg);
	background-size:cover;
	background-position:center center;
}

#kogendo{
	width:100%;
	height:100px;
	float:left;
	background-image: url(../img/cpd/pack_step4_1@2x.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
}


}

}


/* ～ 480 px。ディスプレイ縦用 */
@media all and (min-width: 0px) and (max-width: 480px) and (orientation: portrait) {

#slider {
	clear: both;
	float: left;
	margin: 0 0 2% 0;
	width: 100%;
	display: block;
	max-height: 60%;
	min-height: 60%;
	position: relative;
	background-image:  url(../img/cpd/massege.png), url(../vegas/overlays/01.png), url(../img/cpd/SL.jpg);
	background-repeat: no-repeat, repeat, no-repeat;
	background-position:center center, center center, center center;
	background-size: 95%, 2px 2px, cover;
}
#screen {
	height: 100%;
	width: 100%;
}
#screen h1 {
	display: none;
}

#messeage {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
	overflow: hidden;
	padding-left: 2%;
	padding-right:2%;
	padding-bottom:2%;
	text-align:justify;
}
.messeageMargin{
	margin-bottom:3%;
}
#messeage h2{
	font-size: 2.5rem;
	font-size: 25px;
	line-height:100%;
	text-align: center;
	font-weight: bold;
}
#messeage h3{
	font-size: 18px;
	font-size: 1.8rem;
	line-height:150%;
	text-align: center;
	font-weight: 700;
}
#messeage p {

}
#prelude {
	width:100%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
	overflow: hidden;
	padding-top: 2%;
	padding-left: 2%;
	padding-right: 2%;
	text-align:justify;
}
#prelude h3{
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 150%;
	font-weight: 700;
	text-align: center;
}
#prelude p {

}
#prelude #btn{
	width:80%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
	padding-top:0px;
	height:auto;
	overflow:hidden;
}
#prelude #btn #btnLeft{
	float:none;
	width:100%;
	height:auto;
	margin-bottom: 20px;
}
#prelude #btn #btnRight{
	float:none;
	width:100%;
	height:auto;
}
#process {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
	overflow: hidden;
	padding-top: 2%;
	padding-left: 2%;
	padding-right: 2%;
	text-align:justify;
}
#process h3{
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 150%;
	font-weight: 700;
	text-align: center;
}
#process h4{
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 150%;
	font-weight: 500;
	color:#FFF;
	padding:5px 20px 5px 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color:#aaa;
	display:inline-block;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
}

#process p {

}
small {
	font-size: 80%;
}

#bottleMenu {
	clear: both;
	float: left;
	margin-left: 0;
	margin-bottom:3%;
	width: 100%;
	display: block;
	overflow: hidden;
}
.blockBox {
	float: left;
	width:100%;
	display:block;
	overflow:hidden;
	padding-bottom:8%;
    margin-bottom:-8%;
	
}
#bottleMenu h3 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.8rem;
	font-weight: 700;
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
}
#bottle p {
	line-height: 120%;
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#original {
	background:#B9D15F;
	width: 100%;
	height: auto;
	text-align:justify;
}
#originalImg {
	display:none;
}
#general {
	background:#9BCD80;
	width: 100%;
	height: auto;
	text-align:justify;
}
#generalImg {
	display:none;
}
#semioriginal {
	background:#0F7E85;
	width: 100%;
	height: auto;
	text-align:justify;
}
#semioriginalImg {
	display:none;
}
.green {
	width:auto;
	height: auto;
	padding-top: 3%;
	padding-right: 3%;
	padding-bottom: 3%;
	padding-left: 3%;
	min-height: 50%;
	color: #FFF;
	text-shadow: 0 0 2px rgba(0, 0, 0, 1), ;
	-webkit-text-shadow: 0 0 2px rgba(0, 0, 0, 1);
	-moz-text-shadow: 0 0 2px rgba(0, 0, 0, 1);
}


#logoType {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	overflow: hidden;
}
#logoType .float {
	float: left;
	text-align: center;
	width:50%;
	hight:50%;
	display:block;
}


#packprocess {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
	overflow: hidden;
	padding-top: 2%;
	padding-left: 2%;
	padding-right: 2%;
	text-align: justify;
}
#packprocess h3{
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 150%;
	font-weight: 700;
	text-align:center;
}
#packprocess h4{
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 150%;
	font-weight: 500;
	color:#FFF;
	padding:5px 20px 5px 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color:#aaa;
	display:inline-block;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
}

#packprocess p {

}

.process_imgbox {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	overflow: hidden;
	margin-bottom:5%;
}

#step6_1{
	width:50%;
	height:100px;
	float:left;
	background-image:url(../img/cpd/step6_1.jpg);
	background-size:cover;
	background-position:center center;
}
#step6_2{
	width:50%;
	height:100px;
	float:left;
	background-image:url(../img/cpd/step6_2.jpg);
	background-size:cover;
	background-position:center center;
}

/*---------------------------------------------------------*/

#packstep2_1{
	display:none;
}
#packstep2_2{
	display:none;
}
#packstep2_3{
	width:100%;
	height:200px;
	float:left;
	background-image:url(../img/cpd/pack_step2_3.jpg);
	background-size:cover;
	background-position:center center;
}

#packstep3_1{
	width:33%;
	height:100px;
	float:left;
	background-image:url(../img/cpd/pack_step3_1.jpg);
	background-size:cover;
	background-position:center center;
}
#packstep3_2{
	width:34%;
	height:100px;
	float:left;
	background-image:url(../img/cpd/pack_step3_2.jpg);
	background-size:cover;
	background-position:center center;
}
#packstep3_3{
	width:33%;
	height:100px;
	float:left;
	background-image:url(../img/cpd/pack_step3_3.jpg);
	background-size:cover;
	background-position:center center;
}

#kogendo{
	width:100%;
	height:100px;
	float:left;
	background-image: url(../img/cpd/pack_step4_1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
}
#bota{
	display:none;
}



/* タブレットレイアウト :～ 480 px。ディスプレイ縦用 Retina */
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
#slider {
	clear: both;
	float: left;
	margin: 0 0 2% 0;
	width: 100%;
	display: block;
	max-height: 60%;
	min-height: 60%;
	position: relative;
	background-image:  url(../img/cpd/massege@2x.png), url(../vegas/overlays/01.png), url(../img/cpd/SL.jpg);
	background-repeat: no-repeat, repeat, no-repeat;
	background-position:center center, center center, center center;
	background-size: 95%, 2px 2px, cover;
}
#step6_1{
	width:50%;
	height:100px;
	float:left;
	background-image:url(../img/cpd/step6_1@2x.jpg);
	background-size:cover;
	background-position:center center;
}
#step6_2{
	width:50%;
	height:100px;
	float:left;
	background-image:url(../img/cpd/step6_2@2x.jpg);
	background-size:cover;
	background-position:center center;
}

/*---------------------------------------------------------*/


#packstep2_3{
	width:100%;
	height:200px;
	float:left;
	background-image:url(../img/cpd/pack_step2_3@2x.jpg);
	background-size:cover;
	background-position:center center;
}

#packstep3_1{
	width:33%;
	height:100px;
	float:left;
	background-image:url(../img/cpd/pack_step3_1@2x.jpg);
	background-size:cover;
	background-position:center center;
}
#packstep3_2{
	width:34%;
	height:100px;
	float:left;
	background-image:url(../img/cpd/pack_step3_2@2x.jpg);
	background-size:cover;
	background-position:center center;
}
#packstep3_3{
	width:33%;
	height:100px;
	float:left;
	background-image:url(../img/cpd/pack_step3_3@2x.jpg);
	background-size:cover;
	background-position:center center;
}

#kogendo{
	width:100%;
	height:100px;
	float:left;
	background-image: url(../img/cpd/pack_step4_1@2x.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
}

}

}


/* ～ 480 px。ディスプレイ横用 */
@media all and (min-width: 0px) and (max-width: 480px) and (orientation: landscape) {

#slider {
	clear: both;
	float: left;
	margin: 0 0 2% 0;
	width: 100%;
	display: block;
	max-height: 100%;
	min-height: 100%;
	position: relative;
	background-image:  url(../img/cpd/massege.png), url(../vegas/overlays/01.png), url(../img/cpd/SL.jpg);
	background-repeat: no-repeat, repeat, no-repeat;
	background-position:center center, center center, center center;
	background-size: 90%, 2px 2px, cover;
}
#screen {
	height: 100%;
	width: 100%;
}
#screen h1 {
	display: none;
}

#messeage {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
	overflow: hidden;
	padding-left: 2%;
	padding-bottom: 2%;
	padding-right:2%;
	text-align:justify;
}
.messeageMargin{
	margin-bottom:3%;
}
#messeage h2{
	font-size: 2.5rem;
	font-size: 25px;
	line-height: 100%;
	text-align: center;
	font-weight: bold;
}
#messeage h3{
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 150%;
	text-align: center;
	font-weight: 700;
}
#messeage p {
}
#prelude {
	width:100%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
	overflow: hidden;
	padding-top: 2%;
	padding-left: 2%;
	padding-right: 2%;
	text-align:justify;
}
#prelude h3{
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 150%;
	font-weight: 700;
	text-align: center;
}
#prelude p {

}
#prelude #btn{
	width:80%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5%;
	padding-top:0px;
	height:auto;
	overflow:hidden;
}
#prelude #btn #btnLeft{
	float:none;
	width:100%;
	height:auto;
	margin-bottom: 3%;
}
#prelude #btn #btnRight{
	float:none;
	width:100%;
	height:auto;
}
#process {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
	overflow: hidden;
	padding-top: 2%;
	padding-left: 2%;
	padding-right: 2%;
	text-align:justify;
}
#process h3{
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 150%;
	font-weight: 700;
	text-align: center;
}
#process h4{
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 150%;
	font-weight: 500;
	color:#FFF;
	padding:5px 20px 5px 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color:#aaa;
	display:inline-block;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
}

#process p {

}
small {
	font-size: 80%;
}

#bottleMenu {
	clear: both;
	float: left;
	margin-left: 0;
	margin-bottom:3%;
	width: 100%;
	display: block;
	overflow: hidden;
}
.blockBox {
	float: left;
	width:100%;
	display:block;
	overflow:hidden;
	padding-bottom:8%;
    margin-bottom:-8%;
	
}
#bottleMenu h3 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 150%;
	font-weight: 700;
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
}
#bottle .blockBox p {
	line-height: 120%;
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#original {
	background:#B9D15F;
	width: 100%;
	height: auto;
	text-align:justify;
}
#originalImg {
	display:none;
}
#general {
	background:#9BCD80;
	width: 100%;
	height: auto;
	text-align:justify;
}
#generalImg {
	display:none;
}
#semioriginal {
	background:#0F7E85;
	width: 100%;
	height: auto;
	text-align:justify;
}
#semioriginalImg {
	display:none;
}
.green {
	width:auto;
	height: auto;
	padding-top: 3%;
	padding-right: 3%;
	padding-bottom: 3%;
	padding-left: 3%;
	min-height: 50%;
	color: #FFF;
	text-shadow: 0 0 2px rgba(0, 0, 0, 1), ;
	-webkit-text-shadow: 0 0 2px rgba(0, 0, 0, 1);
	-moz-text-shadow: 0 0 2px rgba(0, 0, 0, 1);
}


#logoType {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	overflow: hidden;
}
#logoType .float {
	float: left;
	text-align: center;
	width:25%;
	hight:25%;
	display:block;
}


#packprocess {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
	overflow: hidden;
	padding-top: 2%;
	padding-left: 2%;
	padding-right: 2%;
	text-align: justify;
}
#packprocess h3{
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 150%;
	font-weight: 700;
	text-align:center;
}
#packprocess h4{
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 150%;
	font-weight: 500;
	color:#FFF;
	padding:5px 20px 5px 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color:#aaa;
	display:inline-block;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
}

#packprocess p {

}

.process_imgbox {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	overflow: hidden;
	margin-bottom:5%;
}

#step6_1{
	width:50%;
	height:100px;
	float:left;
	background-image:url(../img/cpd/step6_1.jpg);
	background-size:cover;
	background-position:center center;
}
#step6_2{
	width:50%;
	height:100px;
	float:left;
	background-image:url(../img/cpd/step6_2.jpg);
	background-size:cover;
	background-position:center center;
}

/*---------------------------------------------------------*/

#packstep2_1{
	display:none;
}
#packstep2_2{
	display:none;
}
#packstep2_3{
	width:100%;
	height:200px;
	float:left;
	background-image:url(../img/cpd/pack_step2_3.jpg);
	background-size:cover;
	background-position:center center;
}

#packstep3_1{
	width:33%;
	height:100px;
	float:left;
	background-image:url(../img/cpd/pack_step3_1.jpg);
	background-size:cover;
	background-position:center center;
}
#packstep3_2{
	width:34%;
	height:100px;
	float:left;
	background-image:url(../img/cpd/pack_step3_2.jpg);
	background-size:cover;
	background-position:center center;
}
#packstep3_3{
	width:33%;
	height:100px;
	float:left;
	background-image:url(../img/cpd/pack_step3_3.jpg);
	background-size:cover;
	background-position:center center;
}

#kogendo{
	width:100%;
	height:100px;
	float:left;
	background-image: url(../img/cpd/pack_step4_1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
}
#bota{
	display:none;
}



/* タブレットレイアウト :～ 480 px。ディスプレイ横用 Retina */
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
#slider {
	clear: both;
	float: left;
	margin: 0 0 2% 0;
	width: 100%;
	display: block;
	max-height: 100%;
	min-height: 100%;
	position: relative;
	background-image:  url(../img/cpd/massege.png), url(../vegas/overlays/01.png), url(../img/cpd/SL.jpg);
	background-repeat: no-repeat, repeat, no-repeat;
	background-position:center center, center center, center center;
	background-size: 95%, 2px 2px, cover;
}
#step6_1{
	width:50%;
	height:100px;
	float:left;
	background-image:url(../img/cpd/step6_1@2x.jpg);
	background-size:cover;
	background-position:center center;
}
#step6_2{
	width:50%;
	height:100px;
	float:left;
	background-image:url(../img/cpd/step6_2@2x.jpg);
	background-size:cover;
	background-position:center center;
}

/*---------------------------------------------------------*/


#packstep2_3{
	width:100%;
	height:200px;
	float:left;
	background-image:url(../img/cpd/pack_step2_3@2x.jpg);
	background-size:cover;
	background-position:center center;
}

#packstep3_1{
	width:33%;
	height:100px;
	float:left;
	background-image:url(../img/cpd/pack_step3_1@2x.jpg);
	background-size:cover;
	background-position:center center;
}
#packstep3_2{
	width:34%;
	height:100px;
	float:left;
	background-image:url(../img/cpd/pack_step3_2@2x.jpg);
	background-size:cover;
	background-position:center center;
}
#packstep3_3{
	width:33%;
	height:100px;
	float:left;
	background-image:url(../img/cpd/pack_step3_3@2x.jpg);
	background-size:cover;
	background-position:center center;
}

#kogendo{
	width:100%;
	height:100px;
	float:left;
	background-image: url(../img/cpd/pack_step4_1@2x.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
}

}

}


