@charset "UTF-8";
/*
	Adobe HTML5
	Copyright (C) Adobe Systems Incorporated All Rights Reserved.

    for iPhone style.
*/


/* --------------------------------------------------
	0. Resetting default margin and padding
-------------------------------------------------- */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, p,a, blockquote, th, td, form, fieldset, legend {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding: 0;
}

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


/* --------------------------------------------------
	スマートフォン用共通css
-------------------------------------------------- */

body {
	font-family: 'HiraKakuProN-W3';
	margin: 0;
	padding: 0;
	text-align: center;
	min-height: 416px; /*iPhone*/
	-webkit-text-size-adjust: none; /*iPhone*/
}

.text{
	padding: .5em 1em;
	font-size: 13px;
}

#select {
	text-align: center;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-color: #e6e6e6;
}

li {
  list-style: none;
}

img {
	max-width: 100%;
	padding: 0px;
	margin: 0px;
	height: auto;
     }



/* --------------------------------------------------
	その他
-------------------------------------------------- */

@-webkit-keyframes fade {
	from {opacity: 1;}
	to {opacity: 0.25;}
}
@keyframes fade {
	from {opacity: 1;}
	to {opacity: 0.25;}
}


/* [top emergency area]
------------------------*/
.emergencyTxt {
	width: 100%;
	text-align: left;
	margin: 0 5px;
}

.emergencyTxt li{
	margin: 3px 5px;
	float: left;
}

.emergencyMargin{
	height: 5px;
	clear: both;
}
