/* ==========================
Version : 1.0
author : Katy
最終更新日 : 2013/12/19
========================== */

@charset "UTF-8";

/*WEBFONT*/
@font-face {
	font-family: 'McLarenBespoke';
	src: url('../font/McLarenBespoke_W_Bd.eot');
	src: local('?'), url('../font/McLarenBespoke_W_Bd.woff') format('woff'), url('../font/McLarenBespoke_W_Bd.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}

/* ------------------------------------------ */
/* =Reset of Default Style by Katy */
/* ------------------------------------------ */

/* 各要素のmargin, paddingの正規化 */
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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* 見出し要素のfont-sizeの正規化 */
h1, h2, h3, h4, h5, h6 {
	font-family:"McLarenBespoke", Arial, Helvetica,'メイリオ',Meiryo, sans-serif;
	font-size: 100%;
}

body {
	line-height: 1;
}

/* ol, ul要素のlist-styleを削除 */
ol, ul {
	list-style: none;
}

/* font-styleやfont-weightプロパティの正規化 */
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

/* table要素のセルのborder間隔を0に */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* fieldsetやimg要素のborderを削除 */
fieldset, img {
	border: 0;
}

/* captionやth要素を左揃えに */
caption, th {
	text-align: left;
}

/* q要素の引用マークを削除 */
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
} /* remember to define focus styles! */

ins {
	text-decoration: none;
} /* remember to highlight inserts somehow! */

del {
	text-decoration: line-through;
} 

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* Firefox用 */
a {
	outline: 0;
}
/* ------------------------------------------ */
/* =common */
/* ------------------------------------------ */

html {
	overflow-y: scroll; /* Firefox用 */
	font-size: 62.5%; /* 以降1em=10px,1.4em=14px */
}

body {
	margin: 0;
	padding: 0;
	font-size: 10px;font-size: 1rem;
	font-family: 'メイリオ',Meiryo, sans-serif; /* フォント指定 */
	text-align:center; /* 画面及び文字揃え */
	background: black; /* 背景一括指定 */
	color: white; /* 文字色指定 */
	line-height:1.6; /* 行間指定(単位を付けない方がベター) */
	letter-spacing:; /* 文字間指定 */
}

a {
	color:#eeeeee;
	text-decoration:none;
	overflow:hidden;
	outline:none;
}

a:hover {
	color:#ff9933;
	text-decoration:none;
}

h1 {
	margin: 0;
	padding: 0;
	color: #e78e31;
	font-size: 18px;font-size: 1.8rem;
}

p {
	margin: 0;
	padding: 0 0 2em;
	font-size: 14px;font-size: 1.4rem;
}

/* ------------------------------------------ */
/* =header */
/* ------------------------------------------ */
header {
	margin: 0 auto;
	padding: 0 0 15px;
	width: auto;
	height: 80px;
	background-image: url(../img/header.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	display: block;
}

/* ------------------------------------------ */
/* =container */
/* ------------------------------------------ */
#container {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	text-align: center;
	display: block;
}

#container h3 {
	margin: 1em 0;
	padding: 0;
	text-align: right;
}

.inner {
	padding: 0 80px;
}

#container ul {
	margin: 0 auto;
	width: 650px;
	display: block;
	text-align: left;
	overflow: hidden;
}

#container ul li {
	margin: 0 0 .5em 0;
	font-size: 14px;
}

#container ul li time{
	float:left;
	width:130px;
}

#container ul li  span{
	display:block;
	float:left;
	padding-left:10px;
	width:510px;
}


/* ------------------------------------------ */
/* =footer */
/* ------------------------------------------ */
footer {
	margin: 0;
	padding: 0;
	height: 138px;
	background-image: url(../img/bg.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	text-align: center;
	display: block;
}

footer p {
	padding-top: 1.5em;
}

footer small {
	font-size: 0.8em;
}