@charset 'utf-8';

/* ------------------------------
 * shared.css
 * Feb 20, 2013
------------------------------ */



/* ------------------------------
 * NORMALIZE
------------------------------ */
html {
    font-family: sans-serif;
    font-size: 90%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
    color: #333;
    background: #fff;
    font-size: 100%;
    line-height: 1.8;
}
body.NT5 {
    font-family: 'MS PGothic',sans-serif;
}
body.NT6 {
    font-family: "メイリオ",'Meiryo','MS PGothic',sans-serif;
}
body.mac {
    font-family: 'Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro',sans-serif;
}
a {
    text-decoration: none;
}
a:focus {
    outline: thin dotted;
}
a:hover,
a:active {
    outline: 0;
}
h1 {
    margin: 0;
    padding: 1.667em 1.111em;
    border-bottom: 2px solid #333;
    font-size: 1.5em;
/*    line-height: 1.111;*/
    -webkit-box-shadow: 0 0 4px #b8b6b6;
    box-shadow: 0 0 4px #b8b6b6;
    background-image: -webkit-linear-gradient(#fff, #fefefe 55%, #eee);
    background-image:         linear-gradient(#fff, #fefefe 55%, #eee);
}
h2 {
    margin: 2.143em 0 0;
    padding: 1.143em 1.429em 1.143em 0;
    border-radius: 4px;
    font-size: 1.167em;
/*    line-height: 1.429;*/
    background-color: #f7f7f7;
    background-image: -webkit-linear-gradient(#f7f7f7, #ddd);
    background-image:         linear-gradient(#f7f7f7, #ddd);
    *padding-left: 1.429em;
}
h3, h4, h5, h6 {
    margin: 1.667em 0 0;
    font-size: 100%;
}
h1:before,
h2:before,
h3:before {
    display: inline-block;
    width: 40px;
    margin-top: -2px;
    margin-right: 10px;
    border-top-width: 5px;
    border-top-style: solid;
    vertical-align: middle;
    content: ' ';
}
h2:before {
    width: 30px;
    border-top-color: #666;
}
h3:before {
    width: 20px;
    border-top-color: #ccc;
}
p {
    margin: 0;
    padding: 1em 0 0;
}
address, cite, dfn, em {
    font-style: inherit;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
em,
strong {
    font-weight: bold;
}
hr {
    width: 100%;
    height: 0;
    margin: 1em 0 0;
    border-top: 1px dotted #ccc;
    border-right: none;
    border-bottom: none;
    border-left: none;
    outline: none;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
mark {
    color: #000;
    background: #ff0;
}
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}
pre {
    white-space: pre-wrap;
}
q {
    quotes: none;
}
q:before {
    content: '「';
}
q:after {
    content: '」';
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
fieldset {
    margin: 0 0.167em;
    padding: 0.35em 0.625em 0.75em;
    border: 1px solid #ccc;
}
legend {
    padding: 0;
    border: 0;
}
button,
input,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: 100%;
}
button,
input {
/*    line-height: normal;*/
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}
input[type="checkbox"],
input[type="radio"] {
    padding: 0;
    box-sizing: border-box;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
ol,
ul {
    list-style: none;
    margin: 1.667em 0 0;
    padding: 0;
}
ol li,
ul li {
    padding: 0.417em 0 0.167em 1.667em;
    border-top: 1px solid #fff;
    background-color: #f7f7f7;
}
li ol,
li ul {
    margin-top: 0;
    padding-bottom: 0.083em;
}
ol li li,
ul li li {
    margin-top: 1px;
    border-top: none;
    background-color: #fff;
}
li li ol {
    list-style: decimal;
    padding-left: 2em;
}
li li ul {
    list-style: disc;
    padding-left: 2em;
}
li li ol li,
li li ul li {
    list-style-position: outside;
    padding: 0;
}
.itemize {
    list-style: disc;
}
.ordered {
    list-style: decimal;
}
.itemize li,
.ordered li {
    list-style-position: inside;
    padding-left: 2.667em;
    text-indent: -1em;
}
dl {
    margin: 1.667em 0 0;
    padding-bottom: 0.083em;
    background-color: #f7f7f7;
}
dt {
    padding: 0.417em 1.667em 0.167em;
    font-weight: bold;
}
dd {
    margin: 0.083em 0 0.083em 1.667em;
    padding: 0.417em 1.667em 0.167em;
    background-color: #fff;
}
dt + dt,
dd + dt {
    margin-top: 0.083em;
    border-top: 1px solid #fff;
}
table {
    width: 100%;
    margin: 1.667em 0 0;
    border-collapse: collapse;
    border-spacing: 0;
}
th, td {
    margin: ;
    padding: 0.5em 1.667em 0.333em;
    border: 1px solid #fff;
    background-color: #f7f7f7;
    vertical-align: top;
    text-align: left;
}
thead th {
    background-color: #eee;
    font-weight: bold;
    vertical-align: middle;
}
tbody th {
    font-weight: normal;
}
tbody tr:nth-of-type(even) th,
tbody tr:nth-of-type(even) td {
    background-color: #f3f3f3;
}
.news tbody th,
.nowrap {
    white-space: nowrap;
}



/* ------------------------------
 * LAYOUT
------------------------------ */
.header {
    background-color: #f7f7f7;
}
.header .description {
    padding: 4px 20px 14px;
}
.header .nav {
    padding: 15px 20px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #eee;
/*    line-height: 1.7;*/
}
.header .topbar {
    padding: 15px 20px;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}
.header .topbar .secondary {
    float: right;
    width: 60%;
    overflow: hidden;
    text-align: right;
    *display: inline;
}
.header .topbar .primary {
    float: left;
    width: 38%;
    overflow: hidden;
    *display: inline;
}
.body {
    padding: 0 20px 14px;
}
.section {
    padding-left: 20px;
}
.footer {
    border-top: 1px solid #ccc;
/*    line-height: 1.1;*/
}
.footer .nav {
    padding: 20px 20px 18px;
    background-color: #eee;
}
.footer .address {
    padding: 40px 20px;
    overflow: hidden;
    border-top: 1px solid #ccc;
    background-image: -webkit-linear-gradient(#ddd, #fff);
    background-image:         linear-gradient(#ddd, #fff);
/*    line-height: 1.1;*/
}
.footer .elsewhere {
    float: right;
    width: 20%;
    padding: 0;
    text-align: right;
    *display: inline;
}
.footer .copyright {
    float: left;
    width: 75%;
    padding: 0;
    *display: inline;
}
.pagetop {
    text-align: right;
}



/* ------------------------------
 * MODULES
------------------------------ */

/* Google Map
------------------------------ */
#data {
    background-color: #eee;
}
#data table {
    margin: 0;
}
#data th,
#data td {
    padding: 0;
    border: none;
    background-color: transparent;
}
.info-date {
    display: table;
    width: 100%;
    color: #fff;
    background-color: #333;
    text-align: center;
    word-spacing: -1em;
    display: block\9;
    *display: block;
}
.info-date a {
    display: inline-block;
    margin: 5px 1px;
    padding: 10px;
    border: 1px solid #2c2c2c;
    color: #fff;
    background-color: #666;
    background-image: -webkit-linear-gradient(#595959, #666);
    background-image:         linear-gradient(#595959, #666);
    vertical-align: middle;
/*    line-height: 1;*/
    word-spacing: normal;
    *display: inline;
    *zoom: 1;
}
.info-date a:visited {
    color: #fff;
}
.info-date a:hover,
.info-date a:focus,
.info-date a:active {
    color: #333;
    background-color: #f6f6f6;
    background-image: -webkit-linear-gradient(#f6f6f6, #d7d7d7);
    background-image:         linear-gradient(#f6f6f6, #d7d7d7);
}

#time {
    height: 50px;
    padding: 0 20px;
    border: none;
    border-radius: 0;
    background-color: #454545;
    background-image: none;
}
#time:after {
    display: block;
    height: 3px;
    position: relative;
    top: 24px;
    background-color: #666;
    content: ' ';
}
#time .ui-slider-handle {
    margin-left: -18px;
    top: 6px;
    width: 36px;
    height: 36px;
    border: 1px solid #bbb;
    border-radius: 36px;
    background-color: #fdfdfd;
    background-image: -webkit-linear-gradient(#fdfdfd, #cecece);
    background-image:         linear-gradient(#fdfdfd, #cecece);
    box-shadow: 0 -1px 2px rgba(0,0,0,0.2);
}
#time .ui-slider-handle:hover,
#time .ui-slider-handle:focus,
#time .ui-slider-handle:active {
    background-color: #7b7b7b;
    background-image: -webkit-linear-gradient(#7b7b7b, #292929);
    background-image:         linear-gradient(#7b7b7b, #292929);
}
/* for Legacy IE */
.NT5 #time .ui-slider-handle {
    background-image: none !important;
}
#gmap {
    height: 550px;
    margin: 3px;
    border: 1px solid #ccc;
}
#gmap-japan {
    height: 700px;
    border: 1px solid #ccc;
}
#layer {
    width: 10%;
}
#layer dl {
    background-color: transparent;
}
#layer dt {
    border: none;
    white-space: nowrap;
}
#category {
    padding: 5px 20px;
}
#category table {
    font-size: 1.167em;
}
#category td:first-child {
}
#data .COLOR th,
#data .COLOR td {
    width: 6%;
    border: 1px solid #eee;
    text-align: center;
}
#data .COLOR td {
    height: 45px;
}

/* Twitter
------------------------------ */
.twitter-timeline {
    width: 100% !important;
    margin: 30px auto;
}
.twitter-follow-button,
.twitter-share-button {
    display: inline-block;
    margin-left: 6px;
    *display: inline;
    *zoom: 1;
}



/* ------------------------------
 * COLORS
------------------------------ */

/* A
------------------------------ */
a {
    color: #f00;
    text-decoration: none;
    -webkit-transition: background-color 0.05s linear,
    color 0.05s linear;
    transition: background-color 0.5s linear,
    color 0.05s linear;
}
a:visited {
    color: #c33;
}
a:hover,
a:focus,
a:active {
    color: #fff;
    background-color: #f00;
}
h1:before {
    border-top-color: #f00;
}

/* B
a {
	color: #39f;
	text-decoration: none;
	-webkit-transition: background-color 0.05s linear,
	                    color 0.05s linear;
	        transition: background-color 0.5s linear,
	                    color 0.05s linear;
	}
	a:visited {
		color: #006799;
	}
	a:hover,
	a:focus,
	a:active {
		color: #fff;
		background-color: #39f;
	}
h1:before {
	border-top-color: #69f;
}
------------------------------ */

/* C
a {
	color: #679900;
	text-decoration: none;
	-webkit-transition: background-color 0.05s linear,
	                    color 0.05s linear;
	        transition: background-color 0.5s linear,
	                    color 0.05s linear;
	}
	a:visited {
		color: #336700;
	}
	a:hover,
	a:focus,
	a:active {
		color: #fff;
		background-color: #679900;
	}
h1:before {
	border-top-color: #690;
}
------------------------------ */

div#label {
    font-size: 150%;
    font-weight: 600;
    text-align: center;
}

div.hero {
    margin: 30px 20%;
}

div.hero img {
    width: 100%;
}

p.caption {
    text-align: center;
}

