/* スタイル初期化 */
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{
}

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
===========================================*/
html,body {
	height:100%;
}

body {
	margin:0;
	padding:0;
	position:relative;
	min-width:1000px;
	background:#000;
}


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

#MainPhoto {
	position:absolute;
	left:0;
	bottom:-40%;
	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:20px;
	z-index:100;
}

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

h2 {
	position:absolute;
	z-index:100;
	text-align:center;
	width:100%;
	height:420px;
	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.8em;
	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);
	transition: all  0.3s ease;
}

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

#PhotoSlide {
	padding-top:200px;
	width:1000px;
	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:199px;
	float:left;
	padding-left:1px;
}

#PhotoThumb li img {
	width:100%;
}

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

#PhotoThumb .active {
	opacity:1;
}

#AsahiStaff {
	width:1000px;
	overflow:hidden;
	clear:both;
	color:#FFF;
	margin:auto;
	padding-top:40px;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
	opacity:0;
	position:relative;
}

#AsahiStaff h3 {
	line-height:1.5;
	font-size:1.5em;
	font-weight:normal;
	letter-spacing:0.05em;
	padding-bottom:10px;
}

#AsahiStaff span {
	line-height:1.5;
	font-size:0.7em;
	font-weight:normal;
	letter-spacing:0.1em;
	display:block;
	position:absolute;
	left:630px;
	top:48px;
	opacity:0.5;
}

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

#AsahiStaff p img {
	background:#FFF;
	padding:3px;
	transform: rotate(-2deg);
}

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

#AsahiTime h3 {
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
	font-size:0.9em;
	line-height:1.5;
	text-align:center;
}

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

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

#AsahiTime span {
	font-size:0.95em;
	line-height:1.6;
	display:block;
	text-align:center;
	padding-top:10px;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
}

#AsahiText {
	text-align:center;
	clear:both;
	padding-top:30px;
	padding-bottom:40px;
	opacity:0;
}

#AsahiText h3 {
	padding-bottom:20px;
}

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

#BackToTop a {
	display: block;
	width: 80px;
	height: 80px;
	background:url(../img/backtotop_icon.png) no-repeat;
	text-indent:-9999px;
	opacity:0.7;
	transition: all  0.3s ease;
}

#BackToTop a:hover {
	opacity:1;
}
