@charset "UTF-8";
/* -------------------------------------------------------- CSS Information 
Lust up date:   2013.06.05
Style Info:     index css
------------------------------------------------------------------------ */  

/*CommonCSS_link*/
@import url(base.css);
@import url(common.css);
/*------------------------------------------------------------pagephoto*/
#pagephoto {
	background:url(../img/about_img/mainphoto.png) -290px 10px no-repeat;
	/* ratina */
	background-size: contain;
	-webkit-background-size: auto 160px;/*Android 2.1 対策として表示させたい縦サイズを記載*/
}
