@charset "utf-8";

/*------------------------------
サイト名：AYANO GO MOBILE for SMARTPHONE
作成日：2012.01.12
修正日：2012.01.12
ガイドライン：Ver.01
------------------------------*/

/* ------------------------------------
 * 標準スタイルのリセット＋共通CSS読み込み
 * ------------------------------------ */
@import "html5reset-1.6.1.css";
@import "common.css";


/* ------------------------------------
 * HEADER
 * ------------------------------------ */

header h2 {
	background-image: url(../img/titleShop.png);
	height: 28px;
	width: 175px;
}

/* devicePixelRatio=1.5 （Android系に多い）*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {

     header h2 {
          background: url(../img/titleShop480.png) ; /* 1.5倍サイズの画像 */
          -webkit-background-size: 175px 28px; /* WebKit */
          background-size: 175px 28px; /* WebKit以外 */
     }
}

/* devicePixelRatio=2 （iPhone4）*/
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {

     header h2 {
          background: url(../img/titleShop640.png);/ /* 2倍サイズの画像 */
         -webkit-background-size: 175px 28px; /* WebKit */
          background-size: 175px 28px; /* WebKit以外 */
     }
}
.bigred {
	font-size: large !important;
	color: #F00 !important;
}
