/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
	color: #222;
}

body {
	font-size: 1em;
	line-height: 1.4;
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

hr {
	display: block;
	margin: 1em 0;
	padding: 0;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
}

img {
	vertical-align: middle;
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

textarea {
	resize: vertical;
}

/* Original Reset */
h1, h2, h3, h4, h5, h6, p, ul, li, dl, dt, dd {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
a {
	text-decoration: none;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html,body {
	font-family:: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Helvetica,Arial,Sans-Serif;

}
#wrapper {
	overflow: auto;
	width: 100%;
}
#scroller {
	position: absolute;
	z-index: 100;
	padding: 0;
	width: 100%;
}
.interval {
	position: relative;
}
#banner a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 56px;
	background: url(../images/banner.png);
	background-size: 100%;
	text-indent: -9999px;
}

#head {
	width: 100%;
	height: 56px;
	background: #f7f7f7;
	color: #6b6b6b;
	font-weight: normal;
	font-size: 20px;
}
	#head span {
		font-weight: bold;
	}

/*   billboard
========================================================================== */
#billboard {
	width: 320px;
	margin: 0 auto;
	text-align: center;
}
	.viewport {
		overflow: hidden;
		margin: 0 auto;
		width: 100%;
	}
	.flipsnap {
		position: relative;
		width: 1280px;
		-webkit-transition: all 600ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
		-moz-transition: all 600ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
		-ms-transition: all 600ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
		-o-transition: all 600ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
		transition: all 600ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
	}
	.item {
		float: left;
		width: 320px;
		padding-bottom: 22px;
	}
	#billboard img {
		width: 320px;
		height: auto;
	}

	.pointer {
		position: absolute;
		bottom: 0;
		left: 0;
		padding: 2px 0;
		width: 100%;
		background: #000;
		text-align: center;
	}

	.pointer span {
		display: inline-block;
		width: 8px;
		height: 8px;
		border-radius: 8px;
		background: #fff;
	}

	.pointer span.current {
		background: #32a6e0;
	}


/*   global_header
========================================================================== */
#global_header {
	padding: 40px 0 0;
	width: 100%;
	height: 500px;
	background: url(../images/img_main_01.png) no-repeat 64% 100px;
	background-size: 460px;
}
	#global_header h1 img {
		display: block;
		margin: 0 auto 5px;
		width: 223px;
		height: 42px;
	}
	#global_header p img {
		display: block;
		margin: 0 auto;
		width: 266px;
		height: 15px;
	}
	#global_header div img {
		display: none;
	}
	#sns {
		position: absolute;
		right: 15px;
		top: 5px;
	}
	#sns li {
		float: left;
		margin-left: 5px;
		position: relative;
	}
	#sns li.facebook {
		margin-top: -3px;
	}

/*   about
========================================================================== */
#about h2 {
	margin: 0 0 20px;
	padding: 10px 0;
	padding-left: 25px;
	border-bottom: 1px solid #dedede;
	background: #f7f7f7;
	font-weight: normal;
	font-size: 13px;
}
#about div {
	margin: 0 auto 10px;
	width: 270px;
	text-align: center;
}
	#about div iframe,
	#about div img {
		width: 270px;
		height: auto;
		border: 1px solid #e1e1e1;
	}
#about section {
	margin: 0 auto;
	width: 270px;
}
#about section.first {
	margin-bottom: 25px;
}
	#about section h3 {
		color: #010101;
		font-size: 14px;
		margin-bottom: 5px;
	}
	#about section p {
		color: #828282;
		font-size: 14px;
	}
#about section.second {
	margin-bottom: 2px;
	padding: 15px 0;
	width: 100%;
	background: #f4f4f4;
}
	#about section.second p,
	#about section.second h3 {
		display: none;
	}


/*   comment
========================================================================== */
#comment h2 {
	margin: 0 0 0px;
	padding: 10px 0;
	padding-left: 25px;
	border-bottom: 1px solid #dedede;
	background: #f7f7f7;
	font-weight: normal;
	font-size: 13px;
}
#comment img {
	margin-bottom: 15px;
	width: 100%;
	height: auto;
}
#comment dl {
	margin: 0 auto;
	width: 270px;
}
	#comment dt {
		clear: both;
		margin-bottom: 5px;
		text-align: left;
	}
	#comment dt img {
		margin-bottom: 5px;
	}

	#comment dt.first img {
		width: 270px;
	}
	#comment dt.second img {
		width: 205px;
	}
	#comment dt.third img {
		width: 290px;
	}

	#comment dd {
		clear: both;
		margin-bottom: 25px;
		color: #828282;
		font-size: 14px;
	}
	#comment dd img.ico {
		float: left;
		margin-right: 5px;
		width: 48px;
		height: auto;
	}
	#comment dd img.heart {
		float: none;
		width: 12px;
		height: auto;
		margin-top: 10px;
		margin-left: 5px;
	}

/*   app link
========================================================================== */
#app_logo {
	display: none;
}
#app_link ul {
	margin: 10px auto 5px;
	width: 265px;
}
	#app_link ul li {
		float: left;
	}
		#app_link ul li a {
			display: block;
			width: 130px;
			height: 60px;
			background: url(../images/applink.png) no-repeat;
			background-size: 260px auto;
		}
		#app_link ul li a.ios {
			margin-right: 5px;
			background-position: 0 0;
		}
		#app_link ul li a.android {
			background: url(../images/applink_ico_02.png) no-repeat;
			background-size: 130px auto;
			
		}
		#app_link ul li a.au{
			background: url(../images/au-smartpass.gif) no-repeat;
			background-size: 130px auto;
		}

/*   global footer
========================================================================== */
#global_footer {
	position: relative;
	padding: 5px 0;
	background: #000;
}
	#global_footer h1 img {
		padding-left: 7px;
		width: 50px;
		height: auto;
	}
#copyright {
	position: absolute;
	top: 20px;
	right: 7px;
	color: #585858;
	font-size: 13px;
}
#footer_nav {
	display: none;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
	overflow: hidden;
	border: 0;
	background-color: transparent;
	*text-indent: -9999px;
}

.ir:before {
	display: block;
	width: 0;
	height: 100%;
	content: "";
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.visuallyhidden {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	margin: -1px;
	padding: 0;
	width: 1px;
	height: 1px;
	border: 0;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	position: static;
	overflow: visible;
	clip: auto;
	margin: 0;
	width: auto;
	height: auto;
}

.invisible {
	visibility: hidden;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}


.note{font-size:0.8em; width:265px; margin:0 auto 20px;color: #828282;}
