h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
html, body, div, span, object, iframe,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

@charset "utf-8";

body{
	font-family: 'meiryo', 'Hiragino Kaku Gothic Pro', sans-serif;
	color: #666;
	background-image: url(img_tamagawa_n/sora.jpg);/*背景*/
	background-size: cover;/*背景が画面いっぱい*/
	background-attachment: fixed;/*背景を固定*/
}
a:link {color:#fff; text-decoration:none}
a:visited {color:#fff; text-decoration:none}
a:hover { color:#fff; text-decoration:none }
a:active { color:#fff; text-decoration:none }

#wrapper {
	width: 960px;
	margin: 0 auto;
	background-color: #fff;
}

#header img	{
	vertical-align: bottom;
	width: 960px;
}

/*-----------------nav-------------------*/
nav	{
	margin: 0;
	padding: 0;
	font-size: 14px;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #0000ff;
	background-color: #0000ff;
}
nav ul	{
	overflow: hidden;
	margin: 0;
	padding: 0;
}
nav li	{
	list-style-type: none;
	float: left;
}
nav li a	{
	display: block;
	width: 190px;
	padding:10px 0;
	border-right: solid 1px #fff;
	color: #fff;
	text-align: center;
}
nav li.on a, nav li a:hover	{
	background-color: #fff;
	color: #0000ff;
}
a  {
	text-decoration: none
}


/*-------------------main-------------------------*/
article {
	width: 640px;
	float: left;
	padding: 25px 10px 30px 40px;
	background-color: white;
}

article h1 {
	font-size: 26px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	border-bottom: solid 2px #aaa;
	margin: 0 0 15px;
	padding: 0 0 3px;
} 

/*photo*/
.op {
	float: right;
}

/*main-table*/
.main-t {
	float: left;
	width: 330px;
	margin: 10px 0px 10px 20px;
	border-collapse:collapse;
}
.main-t th {
	width: 100px;
	border: none;
	height: 35px;
	text-align: left;
}
.main-t td {
	border: none;
	font-size: 17px;
	padding-left: 2px;
}

.j-1 {
	font-size: 20px;
	color: #red;
}

.j-2 {
	font-size: 14px;
	color: #666;
}

/*main*/
.main_p {
	clear:both;
	font-size: 16px;
	line-height: 2.0;
	padding: 15px 40px;
}
.a{
	color: blue;
	font-size: 20px;
	font-weight: bold;
}

.koumoku {
	font-size: 16px;
	font-weight: bold; 
	margin: 0 0 20px;
	padding: 0 0 0 30px;
	font-family: 'Press Start 2P', cursive, Helvetica, Arial, sans-serif;
	color: #fff;
	background-color: #0000ff;
}

section p{
	font-size: 14px;
	line-height: 2.0;
	margin: 0 0 20px;
	padding: 0 35px;
}



/*table*/
.sec_t {
    width: 550px;
    border-spacing: 0;
    margin: 0 auto 30px;
    font-size:16px;
}

.sec_t th {/*th設定*/
  color: #5e4b43;
  padding: 8px 15px;
  background: #ffd700;
  background:-moz-linear-gradient(rgba(255,215,0,0.5), rgba(255,215,0,0.9) 50%);
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(255,215,0,0.5)), to(rgba(255,215,0,0.9)));
  font-weight: bold;
  border-left: 1px solid #666;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666; 
  text-align: center;
  box-shadow: 0px 1px 1px rgba(255,255,255,1.0);
}
.sec_t th:first-child {/*th左*/
  border-radius: 2px 0 0 0;/*左上角丸*/
}
.sec_t th:last-child {/*th右*/
  border-radius:0 2px 0 0;/*右上角丸*/
  border-right:1px solid #666;/*右縦線*/
  box-shadow: 2px 0px 1px rgba(0,0,0,0.1);/*th右影*/
}
.sec_t td:last-child {/*td設定*/
  border-radius:0 0 0 0;/*角丸なし*/
  border-right:1px solid #666;/*ｔｄ右側縦線*/
  box-shadow: 2px 0px 1px rgba(0,0,0,0.1);/*ｔｄ右側縦影*/
}
.sec_t tr td {/*trとthの共通設定*/
  padding: 2px 20px;
  line-height: 35px;
  border-bottom: 1px solid #666;/*下線*/
  border-left: 1px solid #666;/*左線*/
}
.sec_t .hi {
	text-align: center;
}
.sec_t tr {
  background: #fff;
}
.sec_t tr:nth-child(2n+1) {/*一行おきに色*/
  background: #fffdf2;
}
.sec_t tr:last-child td:first-child {/*左下角丸*/
  border-radius: 0 0 0 2px;
}
.sec_t tr:last-child td:last-child {/*右下角丸*/
  border-radius: 0 0 2px 0;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);/*ｔｄ右側縦影*/
}
.sec_t tr:last-child td {/*表下影*/
  box-shadow: 0 2px 0 rgba(0,0,0,0.1);
}

.pc {
	clear: both;
	width: 500px;
	margin: 0 auto 20px;
	text-align: center;
	font-size: 12px;
}

/*------*/
/*写真*/
.p2{
	float: right;
	margin-right: 20px;
}
/*タイムスケジュール*/
.sec_t2{
	float: left;
	width: 360px;
	height: 280px;
    margin: 10px 0px 0px 40px;
    padding: 0px 5px;
    border-spacing: 10px 10px;
    font-size:14px;
    background-color: #ddffff;
}
.sec_t2 .time{
    text-align: center;
}

.map {
	display: block;
	margin: 0px 70px;
}

.pc2 {
	width: 500px;
	margin: 0 auto 40px;
	text-align: center;
	font-size: 12px;
}

.album {
	width: 640px;
	margin-left: 10px;
}
.album li {
	margin: 3px;
	float: left;
	list-style: none;
}


/*--------------------right-menu----------------------*/

aside	{
	width: 270px;
	float: right;
	margin: 0 0 auto;
	padding: 30px 0 0px;
	background-color: #fff;
}
aside h2	{
	font-family: 'Press Start 2P', cursive, Helvetica, Arial, sans-serif;
	font-size: 22px;
	color: #0099cc;
	margin: 0px;
	border-left: 10px solid #0099cc;
	padding: 6px 0 6px 5px;
}
/*-------------------------------------*/
.e1 {
	width: 220px;
	font-size: 15px;
	margin: 0 auto;
    background: #ffa700;
    color: #c16303;
    font-weight: bold;
    padding: 15px 0;
    border-radius: 10px 10px 0 0;
    text-align: center;
    text-shadow:
        0 1px 0 #fff,
        1px 0 0 #fff,
        0 -1px 0 #fff,
        -1px 0 0 #fff,
        -1px -1px 0 #fff,
        1px -1px 0 #fff,
        -1px 1px 0 #fff,
        1px 1px 0 #fff;
        background:-moz-linear-gradient(rgba(255,167,0,0.5), rgba(255,167,0,1.0) 50%);
        background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(255,167,0,0.5)), to(rgba(255,167,0,0.9)));
}

.es{
	position: relative;
	display: block;
    width:210px;
    height: 35px;
	color: red;
	font-weight: bold;
	line-height: 60px;
	background-color:#fff;
	margin:0 auto;
	padding:10px 0;
	text-align:center;
	border-style: double;
	border-width: 5px;
}
span {
	font-size: 23px;
	color: red;
}
span.shuuryou{
	font-size: 20px;
	color: #000;
	
}
.es a{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%
}
.es:hover {
	background-color: #ffa700;
}

.ka{
	position: relative;
	display: block;
    width:198px;
    height: 70px;
	color: #0099cc;
	font-weight: bold;
	line-height: 60px;
	background-color:#fff;
	margin:0 auto 40px;
	text-align:center;
	border:2px solid #0099cc;
}
.ka p{
	font-size: 14px;
	color: #0099cc;
	line-height: 15px;
	text-align: left;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin: 5px 2px 2px 5px;
}

.qr{
    width:170px;
    height: 140px;
	color: #0099cc;
	line-height: 1px;
	background-color:#fff;
	margin:10px auto 30px;
	text-align:center;
	border:2px solid #0099cc;
}
.qr p{
    font-size: 13px;
	color: #0099cc;
	line-height: 15px;
	text-align: center;
}

.button{
	position: relative;
	display: block;
	width:200px;
	height: 40px;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #0099cc;
	line-height:40px;
	margin:20px auto;
	border-style: solid;
	border-width: 1px;
	border-radius: 5px;
	text-align:center;
}
.button a{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%
}
.button:hover {
	background-color: #34bfee
}

.button2{
	position: relative;
	display: block;
	width:200px;
	height: 40px;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #0099cc;
	line-height:40px;
	margin:20px auto 0px;
	border-style: solid;
	border-width: 1px;
	border-radius: 5px 5px 0px 0px;
	text-align:center;
}
.button2 a{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%
}
.button2:hover {
	background-color: #34bfee
}

/*-------blog------*/
.blog{
	width:200px;
	margin: 0 auto;
	border:3px solid #0099cc;
	border-radius: 5px;
	background-color: #fffff0;
	padding: 5px;
	font-size: 12px;
}
.earthrun_blog{
	font-size:14px;
	font-weight: bold;
	color: #0099cc;
	text-align: center;
	border-bottom: solid 2px #0099cc;
}
.new{
	font-size: 12px;
	font-weight: bold;
}
.RSStime{
	font-size: 12px;
	color: #0099cc;
	font-weight: bold;
}
.RSStitle{
	margin-left: 13px;
	color: #2f4f4f;
}
.RSStitle a{
	color: #000;
}
.RSStitle a:hover{
	text-decoration: underline;
}


/*-----result----*/
.result	{
	margin: 0 auto;
	width: 200px;
	margin-bottom: 40px;
	background-color: #fff;
}
.result ul	{
	margin: 0;
	padding: 0;
	border-top: solid 1px #aaa;
}
.result li	{
	margin-bottom: 0;
	list-style-type: none;
	border-bottom: solid 1px #aaa;
}
.result li a	{
	display: block;
	font-size: 14px;
	color: #666;
	padding: 8px 0 8px 30px;
}
.result li a:hover	{
	background-color: #e0ffff;
}

/*----------------------*/
.m_club{
	width: 220px;
	background-color: #0099cc;
	color: #fff;
	font-size: 14px;
	text-align: center;
	font-weight:bold;
	margin: 0px auto;
	padding: 3px 0px;
}

.m_clubim{
	text-align: center;
	margin: 0 0 25px 0;
}

.sns{
	text-align: center;
}






/*---------------------footer-----------------*/

.earthrun_logo{
	clear: both;
	text-align: center;
}


.ft	{
	font-family: 'Maven Pro', Helvetica, Arial, sans-serif;
	color: #fff;
	background-color: #0099cc;
	padding: 10px 10px 20px;
}
.ft p	{
	margin: 0;
	padding: 0;
	text-align: center ;
}
.ft p a {
	font-size: 80%;
	color: #fff;
}
.ft small	{
	font-size: 12px;
	font-weight: bold;
	display: block;
}
.earthrun_logo{
	text-align: center;
}
