/* スタイル初期化 */
body {
	line-height: 1;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p, dl, dt, dd {
	margin: 0;
	padding: 0;
}

/* HTML5用 */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

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

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

ul {
	list-style: none;
	padding: 0;
	margin: 0;
	border: 0;
}

li {
	padding: 0;
	margin: 0;
}

input, select {
	vertical-align: middle;
}

/* tableタグ*/
table{
	border-collapse:collapse;
	border:none;
	border-spacing:0;
}

th,td{
	padding:0;
}

caption{
	text-align:left;
} 


/* はみ出し対策 */
body {
	width: 100%;
}

a {
	outline:0;
	border:0;
}

a img {
	border:0;
}

img {
	border:0;
}

html {
	-webkit-text-size-adjust: none
}

/*============================================
基本CSS
===========================================*/
@font-face {
font-family: "myFont";
src: url("../font/utsukushi.eot?") format('eot'),
   url("../font/utsukushi.woff") format('woff'),
   url("../font/utsukushi.otf")  format('opentype');
}

html,body {
	height:100%;
}

body {
	margin:0;
	padding:0;
	position:relative;
	background:#000;
}


#MainPhotoBox {
	position:relative;
	z-index:1;
	height:60%;
	max-height:350px;
	margin-bottom:20px;
	overflow:hidden;
	opacity:0;
}

#MainPhoto {
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}

#MainPhoto img {
	width:100%;
	display:block;
}

#MainPhotoGrad {
	position:absolute;
	left:0;
	bottom:-2px;
	z-index:2;
	width:100%;
}

#MainPhotoGrad img {
	width:100%;
	height:100px;
	display:block;
}

#BackBtn {
	position:absolute;
	top:0;
	right:10px;
	z-index:100;
}

h1 {
	position:absolute;
	top:20px;
	left:10px;
	z-index:100;
	opacity:0;
}

h2 {
	position:absolute;
	z-index:100;
	text-align:right;
	width:96%;
	top:15%;
	opacity:0;
}

#BackBtn a {
	display:block;
	background:#00A5DD;
	padding:5px;
	padding-bottom:7px;
	padding-left:15px;
	padding-right:15px;
	line-height:1.5;
	font-size:0.7em;
	color:#FFF;
	text-decoration:none;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	box-shadow: 0 0 4px rgba(0,0,0,0.4);
}

#BackBtn a:hover {
	background:#4DD2FF;
}
#BackBtn a strong {
	background:url(../img/asahi_back_btn_arrow.png) no-repeat left;
	background-size:6px;
	padding-left:16px;
}

#PhotoSlide {
	padding-top:20px;
	width:100%;
	margin:auto;
	clear:both;
	z-index:100;
	position:relative;
	opacity:0;
}

#PhotoThumb {
	padding-top:1px;
	clear:both;
}

#PhotoThumb ul {
	margin-left:-1px;
}

#PhotoThumb li {
	width:20%;
	float:left;
	padding-left:1px;
	box-sizing:border-box;
}

#PhotoThumb li img {
	width:100%;
}

#PhotoThumb a {
	opacity:0.5;
	transition: all  0.3s ease;
}

#PhotoThumb .active {
	opacity:1;
}

#AsahiText {
	clear:both;
	padding-top:30px;
	padding-bottom:20px;
	opacity:0;
	width:94%;
	margin:auto;
}

#AsahiText h3 {
	padding-bottom:20px;
	color:#FFFDB7;
	font-family: "Droid Sans", "myFont", "Hiragino Mincho ProN", serif;
	font-size:0.9em;
	line-height:1.3;
	text-align:center;
}

#AsahiText p {
	font-family: "Droid Sans", "myFont", "Hiragino Mincho ProN", serif;
	font-size:0.75em;
	line-height:1.6;
	color:#FFF;
	padding-bottom:15px;
}

#AsahiText span {
	font-size:0.65em;
	line-height:1.6;
	color:#FFF;
}

/* ページの先頭に戻る */
#BackToTop {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index:10000;
	cursor:pointer;
}

#BackToTop a {
	display: block;
	width: 60px;
	height: 60px;
	background:url(../img/backtotop_icon.png) no-repeat;
	background-size:60px;
	text-indent:-9999px;
	opacity:0.7;
}

#AsahiStaff {
	overflow:hidden;
	clear:both;
	color:#FFF;
	margin:auto;
	width:94%;
	padding-top:40px;
	font-family: "Droid Sans", "myFont", "Hiragino Mincho ProN", serif;
	font-size:0.85em;
	opacity:0;
	position:relative;
	padding-bottom:40px;
}

#AsahiStaff h3 {
	line-height:1.5;
	font-size:1.5em;
	font-weight:normal;
	letter-spacing:0.05em;
	text-align:center;
}

#AsahiStaff span {
	line-height:1.5;
	font-size:0.85em;
	font-weight:normal;
	letter-spacing:0.1em;
	display:block;
	opacity:0.5;
	text-align:center;
	padding-bottom:10px;
}

#AsahiStaff p {
	font-size:0.9em;
	line-height:1.7;
	padding-bottom:10px;
}

#AsahiStaff p img {
	background:#FFF;
	padding:3px;
	transform: rotate(-4deg);
	max-width:60%;
	text-align:center;
	display:block;
	margin:auto;
}

#AsahiTime {
	overflow:hidden;
	clear:both;
	color:#FFF;
	margin:auto;
	padding-bottom:40px;
	font-family: 'Lato', sans-serif;
	opacity:0;
	margin:auto;
	width:94%;
}

#AsahiTime h3 {
	font-family: "Droid Sans", "myFont", "Hiragino Mincho ProN", serif;
	font-size:0.85em;
	line-height:1.5;
	text-align:center;
}

#AsahiTime th {
	background:#444;
	font-size:0.8em;
	padding:8px;
	font-weight:400;
}

#AsahiTime td {
	background:#333;
	font-size:0.8em;
	padding:8px;
}

#AsahiTime span {
	font-size:0.85em;
	line-height:1.6;
	display:block;
	text-align:center;
	padding-top:10px;
	font-family: "Droid Sans", "myFont", "Hiragino Mincho ProN", serif;
}
