/* @override
	http://angel.moto.co.jp/THIS2017/css/style.css */



@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* @end */

.clearfix:after{
    content: ".";
    display: block;
    height:0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display:inline-block;
}

a {
    text-decoration: none;
    outline : 0 ;
    color: black;
}
a:hover {
    text-decoration: underline;
}

html {
/*	background-color: black; */
}

body {
	font: lighter 12px "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "MS UI Gothic", "Lucida Grande", Helvetica, Osaka, san-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	display: block;
	margin: 0 auto;
	background: no-repeat 50px 0 #c7ccd6;
}

html > body {
    font-size: 16px;
}

#globalMenu {
	background-color: black;
	height: 40px;
	position: relative;
	display: block;
	position: fixed;
	z-index: 10;
	width: 100%;
	text-align: center;
}

#globalMenu .mws{
	width: 100px;
	position: absolute;
	left: 50px;
	background: url(/images/MWS20thlogo.png) no-repeat 0 3px;
	background-size: contain;
	height: 0;
	padding-top: 60px;
	z-index: 10;
	overflow: hidden;
}

#globalMenu .links {
	height: 100%;
	width: 100px;
	position: absolute;
	right: 50px;
}

#globalMenu .item {
	width: 50%;
	height: 100%;
	position: absolute;
	
}
#globalMenu .item.facebook {
	left: 0;
}
#globalMenu .item.twitter {
	right: 0;
}

#globalMenu .item .button {
	width: 24px;
	height: 100%;
}

#globalMenu .item a {
	width: 100%;
	height: 100%;
	display: block;
}

#globalMenu .svgIcon {
	fill: white;
	width: 24px;
	height: 24px;
	margin-top: 7px;
}

.title {
	background-color: #7a161f;
	padding: 60px 20px 20px;
}

h1 {
	background: url(../images/THIS17-logo.png) 50% no-repeat;
	background-size: contain;
	padding: 240px 20px 0;
	box-sizing: content-box;
	height: 0;
	overflow: hidden;
	display: block;
	margin-top: 0;
	
}

.content {
	background-color: white;
	padding: 0;
}

.lead {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	line-height: 1.6em;
	font-size: 0.8em;
}

.photos_upper,
.photos_lower {
	width: 720px;
	height: 170px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	display: block;
}

.photos_upper a,
.photos_lower a {
	width: 31%;
	display: block;
	height: 170px;
	float: left;
	position: relative;
}

.photos_upper a:nth-child(2),
.photos_lower a:nth-child(2) {
	margin-right: 20px;
	margin-left: 20px;
}

.photos_upper .moto {
	background: url(../images/photos/moto.jpg) no-repeat;
	background-size: cover;
}
.photos_upper .gotch {
	background: url(../images/photos/Gotch.jpg) no-repeat;
	background-size: cover;
}
.photos_upper .ss {
	background: url(../images/photos/ss.jpg) no-repeat;
	background-size: cover;
}
.photos_lower .kn {
	background: url(../images/photos/kn.jpg) no-repeat;
	background-size: cover;
}
.photos_lower .canation {
	background: url(../images/photos/canation.jpg) no-repeat;
	background-size: cover;
}
.photos_lower .tabito {
	background: url(../images/photos/tabito.jpg) no-repeat;
	background-size: cover;
}

.photos_upper .name,
.photos_lower .name {
	font-size: 0.6em;
	font-weight: bold;
	width: 100%;
	display: block;
	text-align: center;
	color: white;
	position: absolute;
	bottom: 10px;
	text-shadow: 0 0 5px #000000;
}

.photos_lower .kn .name {
	color: black;
	text-shadow: inherit;
	text-align: right;
	right: 10px;
}


h2 {
	background: url(../images/info_text.png) no-repeat;
	background-size: contain;
	width: 680px;
	margin: 50px auto 30px;
	height: 0;
	padding-top: 100px;
	overflow: hidden;
}

.info dt {
	margin-bottom: 20px;
}

.info dl {
	width: 680px;
	margin: 30px auto;
	height: auto;
	text-align: center;
	line-height: 1.8em;
}

.info dd {
	color: #565756;
	margin-bottom: 3px;
}

.info .ticketLabel {
	background-color: #EC6037;
	color: white;
	font-size: 0.7em;
	letter-spacing: 2px;
	font-weight: bold;
	padding: 5px 10px;
	border-radius: 5px;
}

.message {
	background:url(../images/back_extended_desert.jpg) 0px 0px no-repeat;
	background-size: cover;
}

.message .board {
	width: 860px;
	padding-top: 64px;
	padding-bottom: 64px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

/* タイムテーブル */

.timeTable {
	display: block;
	width: 460px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.timeTable h2 {
	background: initial;
	width: 100%;
	color: black;
	padding-top: 0;
	height: initial;
	text-align: center;
	font-weight: bolder;
	margin-bottom: 0px;
}

.timeTable h2 span {
	display: block;
	font-size: 130%;
	font-weight: bolder;
	font-family: sans-serif;
}

.timeTable table {
	border-collapse: separate;
	border-spacing: 10px;
	margin: 0px -10px;
}

.timeTable .time {
	width: 80px;
	background-color: rgb(2, 6, 15);
	color: white;
	font-weight: 800;
	padding: 5px;
	text-align: center;
	border-radius: 5px;
	font-size: 0.8em;
}

.timeTable .artist {
	font-weight: 800;
	background-color: rgb(229, 226, 208);
	padding: 5px;
	padding-left: 10px;
	width: 350px;
	border-radius: 5px;
	vertical-align: middle;
}

.report {
	margin: 40px 0px;
}
.report h2 {
	margin-bottom: 10px;
}
/* フッター */

.globalfooter {
	font-size: 0.7em;
	text-align: center;
	line-height: 1.5em;
	display: block;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #4e5552;
	color: white;
	margin: 0;
}

.globalfooter .contact {
	display: block;
}

.globalfooter a {
	font-weight: bold;
	color: white;
}
