@charset "utf-8";


@import url("../../share/css/reset.css");
@import url("../../share/css/common.css");




#header_img {
	background: #83ABFF url(../images/img_header.png) no-repeat center top;	
	background-size: auto 100%;
}
#header_img .pagettl .txts {
	/* color: #3553C7; */
	/* color: #FFDE31; */
}
/* header文字のシャドー */
#header_img .pagettl .txt1,
#header_img .pagettl .txt2 {
	display: block;
	/* text-shadow: 1px 1px 1px rgba(99,131,209,1), -1px -1px 1px rgba(99,131,209,1), 0.7px 0.7px 9px rgba(99,131,209,1); */
	/* text-shadow: 0.5px 0.5px 7px rgba(255,255,255,1), 1px 1px 7px rgba(255,255,255,1);  */
	behavior:url("../PIE.htc");
}



/* ロゴについて ページ-------------------------- */
#logo_j_fruit {
	padding: 15px 0 30px;
	text-align: center;
}
#logo_j_fruit img {
	display: inline-block;
	width: 27%;
	min-width: 500px;
}
#logo_j_fruit .txt {
	display: inline-block;
	width: 100%;
	font-size: 11px;
	font-size: 1.1rem;
}
