@charset "utf-8";

@media screen and (min-width:480px) { 
	/*　画面サイズが480px以上の場合、ここのスタイルを読み込む　*/
#contents .inner {
    margin: auto;
	width:95%;
}
#info{
	background-color:rgba(255, 255, 255, 0.6);
	margin:0 auto;
	height:280px;
	width:350px;
	padding:20px 0 0 20px;
	float:right;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#shopName{
	font-size:140%;
	font-weight:bolder;
	margin:0 0 15px 0;
}
#shopInfo{
	font-size:110%;
}
}

@media screen and (min-width:768px) and ( max-width:1024px) {
	/*　画面サイズが768px～1024pxの間は、ここのスタイルを読み込む　*/
#contents .inner {
    margin: auto;
	width:95%;
}
#info{
	background-color:rgba(255, 255, 255, 0.6);
	margin:0 auto;
	height:280px;
	width:350px;
	padding:20px 0 0 20px;
	float:right;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#shopName{
	font-size:140%;
	font-weight:bolder;
	margin:0 0 15px 0;
}
#shopInfo{
	font-size:110%;
}
}

@media screen and (min-width:1024px) {
	/*　画面サイズが1024px以上の場合、ここのスタイルを読み込む　*/
#contents .inner {
    margin: auto;
	width:830px;
}
#info{
	background-color:rgba(255, 255, 255, 0.6);
	margin:0 auto;
	height:280px;
	width:280px;
	padding:20px 0 0 20px;
	float:right;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#shopName{
	font-size:120%;
	font-weight:bolder;
	margin:0 0 20px 0;
}
#shopInfo{
	font-size:80%;
}
}


body {
	letter-spacing:1px;
	background-image:url(../../images/TimoBagles_bg.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	background-color:#fff;
	background-attachment:fixed;
}
