* {
	margin: 0;
	padding: 0;
	font-style: normal;
	list-style: none;
	}

body {
	font-family: 'Arvo', sans-serif;
	font-size: 13px;
	line-height: 175%;
	color: #777;
	text-align: center;
	background: url(/common/images/bg.jpg?2) repeat 0 0;
	-webkit-text-size-adjust: none;
	}

a {
	color: #000;
	}

img {
	border: none;
	vertical-align: bottom;
	}

header, nav, section, hgroup, article, figure, figcaption, aside, footer { display: block; }


header {
	padding: 30px;
	overflow: hidden;
	zoom: 1;
	position: relative;
	z-index: 10;
	}

header h1 {
	font-size: 115%;
	letter-spacing: 3px;
	color: #000;
	line-height: 70px;
	font-weight: normal;
	float: left;
	word-wrap: break-word;
	}

header h1 img {
	width: 76px;
	height: 76px;
	margin-right: 20px;
	}

header #qrcode {
	width: 76px;
	height: 76px;
	position: relative;
	float: right;
	overflow: hidden;
	}

header #qrcode img {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -50px 0 0 -50px;
	}


#wrapper {
	text-align: left;
	background-color: #FFF;
	overflow: hidden;
	zoom: 1;
	}

#dairy-photo,
#market,
#letter {
	position: relative;
	}

#contents {
	position: relative;
	left: -50px;
	margin: 0 auto;
	background-color: #FFF;
	width: 700px;
	border: 1px solid rgba(0,0,0,0.2);
	z-index: 1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
	-o-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
	}

#contents #photo-gallery {
	margin-bottom: 30px;
	padding: 10px;
	background-color: #000;
	overflow: hidden;
	zoom: 1;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-o-border-radius: 3px 3px 0 0;
	-ms-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	}

#contents #large-photo {
	position: relative;
	min-height: 100px;
	}

	#contents #large-photo img {
		width: 100%;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		-o-border-radius: 2px;
		-ms-border-radius: 2px;
		border-radius: 2px;
		}

	#contents #loader {
		position: absolute;
		display: none;
		background-color: rgba(0,0,0,0.3);
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		}

		#contents #photo-gallery.loading #loader {
			display: block;
			}

		#contents #loader img {
			position: absolute;
			width: 32px !important;
			height: 32px !important;
			top: 50%;
			left: 50%;
			margin: -16px 0 0 -16px;
			}

#contents #thumbnail {
	display: none;
	margin-top: 9px;
	height: 82px;
	background-color: #000;
	text-align: center;
	overflow: hidden;
	zoom: 1;
	}

	#contents #photo-gallery.loaded #thumbnail {
		display: block;
		}

	#contents #thumbnail li {
		display: inline;
		line-height: 82px;
		margin: 0 4px;
		}

	#contents #thumbnail img {
		width: 80px;
		border: 1px solid #000;
		}

	#contents #thumbnail li.selected img {
		border: 1px solid #fc0;
		}

#contents #photo {
	padding: 30px;
	}

	#contents #photo img {
		width: 100%;
		}

#contents h1 {
	color: #000;
	line-height: 120%;
	font-size: 115%;
	text-align: left;
	padding: 0 30px;
	margin-bottom: 10px;
	word-wrap: break-word;
	}

	#letter.text #contents h1 {
		padding: 30px;
		margin-bottom: 30px;
		color: #FFF;
		letter-spacing: 1px;
		font-weight: normal;
		font-size: 22px;
		background-color: #CCDDD6;
		}

	#market #contents h1 {
		font-size: 130%;
		margin-bottom: 5px;
		}

	#market #contents h2 {
		margin-bottom: 10px;
		padding: 0 30px;
		font-size: 110%;
		color: #c00;
		text-align: left;
		}

#coupon {
	text-align: center;
	background-color: #CCDDD6;
	border: 1px solid #DCEDE6;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-o-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	}

	#coupon strong {
		position: relative;
		margin: -3px 0 -18px 100px;
		display: block;
		z-index: 10;
		width: 73px;
		height: 54px;
		line-height: 36px;
		font-size: 12px;
		text-align: center;
		color: #FFF;
		background: url(/common/images/coupon-tag@2x.png) no-repeat 0 0;
		-webkit-text-shadow: 0 1px 0 rgba(0,0,0,0.5);
		-moz-text-shadow: 0 1px 0 rgba(0,0,0,0.5);
		-o-text-shadow: 0 1px 0 rgba(0,0,0,0.5);
		-ms-text-shadow: 0 1px 0 rgba(0,0,0,0.5);
		text-shadow: 0 1px 0 rgba(0,0,0,0.5);
		-webkit-background-size: 73px 54px;
		-moz-background-size: 73px 54px;
		-o-background-size: 73px 54px;
		-ms-background-size: 73px 54px;
		background-size: 73px 54px;
		}

	#coupon #card {
		position: relative;
		width: 540px;
		margin: 0 auto;
		padding: 40px 0;
		text-align: left;
		background-color: #EEE;
		border: 1px solid #FFF;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-o-border-radius: 10px;
		-ms-border-radius: 10px;
		border-radius: 10px;
		-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
		-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
		-o-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
		-ms-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
		box-shadow: 0 1px 2px rgba(0,0,0,0.1);
		}

	#coupon #card h1 {
		font-size: 200%;
		font-weight: normal;
		color: #333;
		margin: 0;
		padding: 0 40px 10px 40px;
		white-space: pre;           /* CSS 2.0 */
		white-space: pre-wrap;      /* CSS 2.1 */
		white-space: pre-line;      /* CSS 3.0 */
		white-space: -pre-wrap;     /* Opera 4-6 */
		white-space: -o-pre-wrap;   /* Opera 7 */
		white-space: -moz-pre-wrap; /* Mozilla */
		white-space: -hp-pre-wrap;  /* HP Printers */
		word-wrap: break-word;      /* IE 5+ */
		}

	#coupon #card em {
		display: block;
		padding: 0 40px;
		margin-bottom: 6px;
		font-size: 140%;
		color: #333;
		line-height: 150%;
		margin-top: 3px;
		font-weight: bold;
		}

	#coupon #card ul {
		padding: 0 40px;
		font-weight: bold;
		font-size: 120%;
		}

	#coupon #card #coupon-rt, #coupon #card #coupon-lb {
		width: 64px;
		height: 64px;
		position: absolute;
		}

	#coupon #card #coupon-sign {
		width: 32px;
		height: 32px;
		position: absolute;
		right: 10px;
		bottom: 10px;
		}

	#coupon #card #coupon-rt {
		top: -10px;
		right: -10px;
		}

	#coupon #card #coupon-lb {
		bottom: -10px;
		left: -10px;
		}

	#coupon #photo {
		padding: 30px 0 0 0;
		}

	#coupon #photo img {
		margin: 0;
		width: 540px;
		border: 5px solid #fff;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-o-border-radius: 4px;
		-ms-border-radius: 4px;
		border-radius: 4px;
		}

	#coupon p {
		font-size: 90%;
		line-height: 150%;
		margin: 20px auto;
		width: 540px;
		text-align: left;
		color: #8C9D96;
		}

#contents #detail {
	padding: 0 30px 30px 30px;
	text-align: left;
	}

	#detail p {
		word-wrap: break-word;
		overflow: hidden;
		}

	#detail time {
		display: block;
		font-size: 90%;
		color: #999;
		text-align: right;
		margin-top: 10px;
		word-wrap: break-word;
		overflow: hidden;
		}

	#detail ul {
		padding-top: 10px;
		}

	#detail li {
		margin-top: 10px;
		}

	#detail li a {
		display: block;
		border: 1px solid #DADDDD;
		padding: 12px;
		text-decoration: none;
		line-height: 130%;
		}

	#detail li a:hover {
		border: 1px solid #B8BBBB;
		background-color: #FCFCFC;
		}

	#detail li em {
		display: block;
		font-weight: bold;
		width: 100%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		-moz-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		-ms-text-overflow: ellipsis;
		text-overflow: ellipsis;
		}

	#detail li small {
		display: block;
		font-size: 85%;
		color: #999;
		width: 100%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		-moz-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		-ms-text-overflow: ellipsis;
		text-overflow: ellipsis;
		}

	#detail dl {
		padding-bottom: 5px;
		border-bottom: 1px solid #000;
		overflow: hidden;
		zoom: 1;
		}

		#detail dl:first-of-type {
			border-top: 1px solid #000;
			margin-top: 30px;
			}

	#detail dt {
		float: left;
		margin-top: 5px;
		width: 6em;
		color: #000;
		font-weight: bold;
		}

	#detail dd {
		margin: 5px 0 0 6em;
		}




#comments {
	position: relative;
	left: -50px;
	margin: 20px auto 0 auto;
	width: 700px;
	text-align: left;
	overflow: hidden;
	zoom: 1;
	}

#comments ol {
	overflow: hidden;
	zoom: 1;
	float: right;
	width: 290px;
	}

#comments li {
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
	}

#comments li img.user {
	float: right;
	width: 48px;
	height: 48px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	}

#comments div.comment {
	width: 242px;
	background: url(/common/images/comment-head@2x.png) no-repeat 0 0;
	padding-top: 24px;
	-webkit-background-size: 242px 24px;
	-moz-background-size: 242px 24px;
	-o-background-size: 242px 24px;
	-ms-background-size: 242px 24px;
	background-size: 242px 24px;
	}

	#comments div.comment div {
		width: 242px;
		background: url(/common/images/comment-foot@2x.png) no-repeat left bottom;
		padding-bottom: 24px;
		-webkit-background-size: 242px 24px;
		-moz-background-size: 242px 24px;
		-o-background-size: 242px 24px;
		-ms-background-size: 242px 24px;
		background-size: 242px 24px;
		}

	#comments div.comment p {
		background: url(/common/images/comment-bg@2x.png) repeat-y 0 0;
		padding: 0 30px 0 24px;
		font-size: 90%;
		vertical-align: bottom;
		-webkit-background-size: 242px 1px;
		-moz-background-size: 242px 1px;
		-o-background-size: 242px 1px;
		-ms-background-size: 242px 1px;
		background-size: 242px 1px;
		}

#comments div.emoticon {
	text-align: right;
	}

#comments div.emoticon img {
	float: right;
	width: 128px;
	height: 92px;
	}

#comments em {
	display: block;
	text-align: right;
	color: #333;
	font-size: 90%;
	margin-right: 63px;
	}

#comments time {
	color: #777;
	font-size: 90%;
	}



#others {
	position: absolute;
	left: 50%;
	top: 0;
	width: 860px;
	height: 670px;
	margin-left: -460px;
	text-align: left;
	/*background: url(/common/images/decoration-letter.png?2) no-repeat left bottom;*/
	background: url(/common/images/decoration-letter-bg.png?1) no-repeat center center;
	z-index: 0;
	}

	#dairy-photo #others,
	#market #others {
		background: none;
		}

#socials {
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: 330px;
	z-index: 10000;
	}

#socials li {
	margin-bottom: 10px;
	}

	#socials li#fb { width: 70px; }
	#socials li#tw { width: 71px; }
	#socials li#gp { width: 50px; }




#apps dd a {
	display: block;
	text-indent: -5000px;
	overflow: hidden;
	}

#dairy-photo #apps,
#market #apps,
#letter #apps {
	background: url(/common/images/apps-bg-700.png?1) no-repeat 0 0;
	width: 724px;
	height: 165px;
	position: relative;
	left: -50px;
	margin: 20px auto 15px auto;
	text-align: center;
	overflow: hidden;
	}

	#app-index #apps {
		position: relative;
		min-height: 640px;
		overflow: hidden;
		}

	#dairy-photo #apps h1,
	#market #apps h1,
	#letter #apps h1 {
		position: relative;
		width: 154px;
		height: 60px;
		margin: 35px auto -60px auto;
		}

	#dairy-photo #apps h1 img,
	#market #apps h1 img,
	#letter #apps h1 img {
		position: absolute;
		left: 0;
		top: 0;
		height: 60px;
		}

	#dairy-photo #apps h2,
	#market #apps h2,
	#letter #apps h2 {
		overflow: hidden;
		padding: 0 35px;
		}

	#dairy-photo #apps h2 img,
	#market #apps h2 img,
	#letter #apps h2 img {
		height: 17px;
		}

		#dairy-photo .app1, #market .app1, #letter .app1 { float: left; }
		#dairy-photo .app2, #market .app2, #letter .app2 { float: right; }

	#dairy-photo #apps em,
	#market #apps em,
	#letter #apps em {
		position: absolute;
		width: 100%;
		top: 108px;
		left: 0;
		text-align: center;
		font-weight: bold;
		font-size: 12px;
		color: #AFA9A0;
		z-index: 0;
		}

	#apps ul {
		overflow: hidden;
		padding: 22px 10px 10px 10px;
		position: relative;
		z-index: 1;
		}

		#app-index #apps ul {
			width: 290px;
			padding: 24px 0;
			}

	#apps li {
			position: relative;
			}

		#apps li a {
			display: block;
			}

		#apps li span {
			display: block;
			}

		#apps li#ios { float: left; }
		#apps li#android { float: right; }

		#app-index #apps li {
			width: 135px;
			}

	#apps li img {
		height: 40px;
		}

	#apps li img.comingsoon {
		width: 48px;
		height: 48px;
		position: absolute;
		top: -4px;
		left: 0;
		}



#app-index {
	position: relative;
	width: 720px;
	margin: 30px auto;
	text-align: left;
	color: #000;
	}

#app-index #app {
	width: 320px;
	height: 640px;
	position: relative;
	text-align: center;
	margin-right: 50px;
	float: right;
	z-index: 10;
	zoom: 1;
	}

	#app-index #app #screen {
		position: absolute;
		top: 0;
		left: 0;
		padding: 92px 32px 0 32px;
		}

	#app-index #app img {
		width: 100%;
		}

#app-index h1 {
	margin: 30px 0 30px 0;
	width: 290px;
	font-size: 20px;
	font-weight: normal;
	line-height: 30px;
	}

#app-index p {
	width: 290px;
	font-size: 12px;
	}

#app-index #app-news {
	width: 290px;
	padding: 10px;
	border: 1px solid #fff;
	background-color: #fffcf4;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
	}

#app-index #app-news img {
	float: left;
	width: 96px;
	margin-right: 10px;
	border: 1px solid rgba(0,0,0,0.2);
	}

#app-index #app-news h2 {
	font-size: 14px;
	line-height: 160%;
	}

#app-index #app-news time {
	display: block;
	font-size: 10px;
	line-height: 16px;
	color: #999;
	}

#app-index #app-news p {
	width: auto;
	font-size: 12px;
	line-height: 160%;
	color: #777;
	}

#app-index aside h1 {
	font-size: 13px;
	margin: 24px 0 0 0;
	width: auto;
	line-height: 175%;
	font-weight: bold;
	}

#app-index aside i {
	font-size: 12px;
	color: #620;
	}

#app-index #mobile-alert {
	display: none;
	color: #c00;
	margin: 10px 42px 0 42px;
	line-height: 20px;
	vertical-align: top;
	}

#app-index #mobile-alert img {
	width: 9px;
	height: 10px;
	margin-top: 4px;
	vertical-align: top;
	}

#app-index #socials {
	position: relative;
	left: 0;
	top: 0;
	padding-top: 0px;
	margin: 20px 0 0 0;
	}

#app-index #socials ul {
	padding: 0;
	}

#app-index #socials li {
	float: left;
	width: auto !important;
	margin-right: 10px;
	}


footer {
	font-size: 11px;
	margin: 0;
	padding-bottom: 20px;
	color: #987;
	}

	#app-index footer {
		clear: both;
		text-align: center;
		}

footer em, footer strong {
	display: block;
	font-weight: normal;
	line-height: 160%;
	}















/************************************************************************************
smaller than 860
*************************************************************************************/
@media screen and (max-width: 860px) {

	#dairy-photo, #market, #letter {
		padding: 0 30px;
		}

	#contents {
		left: auto;
		width: 100%;
		-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
		-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
		-o-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
		-ms-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
		box-shadow: 0 1px 1px rgba(0,0,0,0.1);
		}

	#contents #photo img {
		width: 100%;
		}

	#contents #photo-gallery {
		margin-bottom: 20px;
		}

	#contents #thumbnail {
		margin-top: 6px;
		height: 44px;
		}
	
		#contents #thumbnail li {
			line-height: 44px;
			margin: 0 2px;
			}
	
		#contents #thumbnail img {
			width: 42px;
			}

	#others {
		padding-bottom: 20px !important;
		overflow: hidden;
		zoom: 1;
		}

	#dairy-photo #apps,
	#market #apps,
	#letter #apps {
		left: auto;
		width: auto;
		height: auto;
		margin: 0 -30px;
		padding: 0 0 20px 0;
		overflow: visible;
		background: url(/common/images/mobile-foot-bg@2x.jpg) repeat 0 0;
		-webkit-background-size: 64px;
		-moz-background-size: 64px;
		-o-background-size: 64px;
		-ms-background-size: 64px;
		background-size: 64px;
		}

	#dairy-photo #apps h1,
	#market #apps h1,
	#letter #apps h1 {
		position: relative;
		top: -16px;
		width: auto;
		text-align: center;
		margin: 20px auto 0 auto;
		padding-top: 46px;
		background: url(/common/images/mobile-foot@2x.png) repeat-x 0 0;
		-webkit-background-size: 50px 16px;
		-moz-background-size: 50px 16px;
		-o-background-size: 50px 16px;
		-ms-background-size: 50px 16px;
		background-size: 50px 16px;
		}

	#dairy-photo #apps h1 img,
	#market #apps h1 img,
	#letter #apps h1 img {
		position: relative;
		left: 0;
		top: 0;
		height: 60px;
		}

	#dairy-photo #apps h1 img:first-child,
	#market #apps h1 img:first-child,
	#letter #apps h1 img:first-child {
		margin-right: -60px;
		}

	#dairy-photo #apps h2,
	#market #apps h2,
	#letter #apps h2 {
		overflow: hidden;
		padding: 0 30px;
		}

	#dairy-photo #apps h2 img,
	#market #apps h2 img,
	#letter #apps h2 img {
		height: 17px;
		}

	#dairy-photo .app1, #dairy-photo .app2,
	#market .app1, #market .app2,
	#letter .app1, #letter .app2 {
		float: none;
		}

	#dairy-photo #apps em,
	#market #apps em,
	#letter #apps em {
		position: static;
		display: block;
		margin-top: 5px;
		}

	#dairy-photo #apps ul,
	#market #apps ul,
	#letter #apps ul {
		padding: 10px 0;
		}

	#dairy-photo #apps li,
	#market #apps li,
	#letter #apps li {
		position: relative;
		margin-top: 5px;
		}

		#dairy-photo li#ios, #market li#ios, #letter li#ios { margin-left: -2px; }
		#dairy-photo li#android, #market li#android, #letter li#android { margin-right: -2px; }

	#coupon strong {
		margin-left: 15%;
		}


	#coupon #card,
	#coupon #photo img,
	#coupon p {
		width: 80%;
		max-width: 540px;
		}

	#comments {
			left: auto;
			width: 100%;
		}

	#others {
		position: relative;
		left: auto;
		top: auto;
		width: auto;
		height: auto;
		margin: -530px 0 0 0;
		padding: 500px 0 0 0;
		background: url(/common/images/decoration-letter-bg.png) no-repeat right bottom;
		-webkit-background-size: 540px auto;
		background-size: 540px auto;
		}

	#app-index {
		position: relative;
		width: auto;
		margin: 0;
		}

		#app-index #apps {
			margin-left: 9%;
			}

		#app-index h1, #app-index aside h1, #app-index p, #app-index ul, #app-index #app-news {
			margin-left: 0;
			}

		#app-index #app {
			position: absolute;
			left: 50%;
			}

	#socials {
		width: auto;
		position: relative;
		left: auto;
		top: auto;
		margin: 30px 0 0 0;
		overflow: visible;
		height: 84px;
		}

		#app-index #socials {
			margin: 20px 0 0 0;
			height: auto;
			}

	#socials ul {
		position: relative;
		width: 271px;
		left: 50%;
		margin: 0 0 0 -135px;
		}

		#app-index #socials ul {
			width: auto;
			left: 0;
			margin: 0;
			}
	
	#socials li {
		margin-bottom: 0;
		float: left;
		margin: 0 0 0 20px;
		height: 62px;
		}

		#app-index #socials li {
			width: auto;
			margin: 0 10px 0 0;
			height: auto;

			}

	#socials li#gp {
		padding-top: 2px;
		}

	footer {
		width: auto;
		background: url(/common/images/mobile-foot-bg@2x.jpg) repeat 0 0;
		-webkit-background-size: 64px;
		-moz-background-size: 64px;
		-o-background-size: 64px;
		-ms-background-size: 64px;
		background-size: 64px;
		}

	#app-index footer {
		background: none;
		text-align: center;
		margin-top: 0;
		padding-top: 20px;
		}

}




/************************************************************************************
smaller than 640
*************************************************************************************/
@media screen and (max-width: 640px) {

	body {
		font-size: 12px;
		-webkit-background-size: 256px auto;
		-moz-background-size: 256px auto;
		-o-background-size: 256px auto;
		-ms-background-size: 256px auto;
		background-size: 256px auto;
		}

	header {
		padding: 30px 20px 20px 20px;
		}
	
	header h1 {
		letter-spacing: 0;
		color: #000;
		font-size: 13px;
		line-height: 200%;
		font-weight: normal;
		float: none;
		text-align: center;
		}
	
	header h1 img {
		width: 60px;
		height: 60px;
		margin-right: 0;
		}
	
	header h1 span {
		display: block;
		margin-top: 5px;
		}
	
	header #qrcode {
		display: none;
		}

	#dairy-photo,
	#market,
	#letter {
		padding: 0 10px;
		}

	#contents h1 {
		padding: 0 20px;
		}

	#dairy-photo.text #contents h1,
	#market.text #contents h1,
	#letter.text #contents h1 {
		padding: 20px;
		margin-bottom: 20px;
		font-size: 20px;
		}

		#market #contents h2 {
			padding: 0 20px;
			}

	#contents #photo {
		padding: 20px;
		}

	#contents #coupon #photo {
		margin-top: 30px;
		padding: 0;
		}

	#coupon #card h1 {
		padding: 0 20px 15px 20px !important;
		}

	#coupon #card ul,
	#coupon #card em {
		padding: 0 20px;
		}
	
	#contents #detail {
		padding: 0 20px 20px 20px;
		}

	#dairy-photo #apps,
	#market #apps,
	#letter #apps {
		margin: 0 -10px;
		}

	#app-index {
		position: relative;
		width: auto;
		margin: 0;
		}

	#app-index #apps {
		left: auto;
		width: auto;
		height: auto;
		min-height: 0;
		margin: 288px 0 0 0;
		padding: 0 0 20px 0;
		overflow: visible;
		background: url(/common/images/mobile-foot-bg@2x.jpg) repeat 0 0;
		-webkit-background-size: 64px;
		-moz-background-size: 64px;
		-o-background-size: 64px;
		-ms-background-size: 64px;
		background-size: 64px;
		}

		#app-index #app {
			float: none;
			position: absolute;
			left: 50%;
			margin: -360px 0 0 -160px;
			z-index: 0;
			height: 360px;
			overflow: hidden;
			zoom: 0.8;
			}

		#app-index aside {
			margin-bottom: 24px;
			}

		#app-index h1 {
			position: relative;
			top: -16px;
			width: auto;
			font-size: 16px;
			margin: 0;
			padding: 46px 10% 0 10%;
			line-height: 24px;
			z-index: 10;
			background: url(/common/images/mobile-foot@2x.png) repeat-x 0 0;
			-webkit-background-size: 50px 16px;
			-moz-background-size: 50px 16px;
			-o-background-size: 50px 16px;
			-ms-background-size: 50px 16px;
			background-size: 50px 16px;
			}

			#app-index aside h1 {
				top: 0;
				width: auto;
				font-size: 13px;
				margin: 10px 0 0 0;
				padding: 0 10%;
				line-height: 175%;
				z-index: 10;
				background: none;
				}

		#app-index p {
			margin: 0;
			width: auto;
			padding: 0 10%;
			}

			#app-index #app-news p {
				padding: 0;
				}

		#app-index #apps ul {
			width: auto;
			text-align: center;
			}
	
		#app-index #apps li {
			display: inline-block;
			float: none;
			margin: 0 5px;
			}

		#app-index #mobile-alert {
			display: block;
			margin: 0 10% 24px 10%;
			}

		#app-index #app-news {
			width: auto;
			margin: 0 10% 24px 10%;
			min-height: 120px;
			}

	#others {
		margin: -530px 0 0 0;
		background-position: bottom center;
		-webkit-background-size: 110% auto;
		background-size: 110% auto;
		}

	#socials ul {
		margin-top: 20px;
		}

	#app-index #socials {
		background: url(/common/images/mobile-foot-bg@2x.jpg) repeat 0 0;
		-webkit-background-size: 64px;
		-moz-background-size: 64px;
		-o-background-size: 64px;
		-ms-background-size: 64px;
		background-size: 64px;
		}

	#app-index footer {
		width: auto;
		padding: 10px 0 32px 0;
		background: url(/common/images/mobile-foot-bg@2x.jpg) repeat 0 0;
		-webkit-background-size: 64px;
		-moz-background-size: 64px;
		-o-background-size: 64px;
		-ms-background-size: 64px;
		background-size: 64px;
		}


}