body {
  background: #FFF6EC!important;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
    margin:0;padding:0;
}
table{
    border-collapse:collapse;border-spacing:0;
}
fieldset,img{ border:0; }
address,caption,cite,code,dfn,em,strong,th,var{
    font-style:normal;font-weight:normal;
}
li { list-style:none; } caption,th{ text-align:left; }
h1,h2,h3,h4,h5,h6{
    font-size:100%;font-weight:normal;
}
q:before,q:after{ content:''; }
abbr,acronym{ border:0;font-variant:normal; }
sup{ vertical-align:text-top; }
sub{ vertical-align:text-bottom; }
input,textarea,select{ font-family:inherit;font-size:inherit;font-weight:inherit; }
input,textarea,select{ *font-size:100%; }
legend{ color:#000; }


img {
  border: none;
}

h2 {
  font-size: 12px;
}

.row {
  margin: 0 auto;
  width: 990px;
}

#header {
  background-image: url("/assets/images/header_bk.png");
  background-repeat: no-repeat;
  height: 100px;
}

.main {
  width: 650px;
  float: left;
}
.side_bar {
  width: 300px;
  float: right;
}

#footer {
  margin: 20px 0 0 0;
  padding: 10px;
  font-size: 12px;
  height: 70px;
  background: #EADFD5;
  position: relative;
}

#footer ul li, .social_buttons ul li {
  display: inline-block;
  margin-left: 20px;
}
#footer #copyright,
#footer #footer_link
{
  text-align: center;
}

.clear {
  clear: both;
}

.hide {
  display: none;
}

.jqplot-highlighter-tooltip {
  color: #333;
  background: white;
  padding: 2px 10px 2px 10px;
  border: solid 2px #333;
  font-weight: bold;
  font-size: 12px;
}

.jqplot-table-legend {
}

.circle_chart .jqplot-data-label {
  color: #fefefe;
  font-size: 12px;
}
.circle_chart .jqplot-table-legend-label {
  width: 25px;
  text-align: center;
  font-size: 10px;
}

#logo {
  float: left;
}
#share_buttons {
  display: none;
  padding-top: 35px;
  float: right;
}


#share_buttons div {
  display: inline-block;
}


#map_wrapper {
  padding: 10px;
  background: #F8EBDF;
}

#period {
  font-size: 20px;
  font-weight: bold;
  width: 325px;
  display: inline-block;
  text-align: center;
}

#period_bottom {
  text-align: right;
  font-size: 12px;
  height: 12px;
}

#map_top,
#map_bottom {
  padding: 5px;
  /*background: #fefefe;*/
}

#open_menu {
  display: inline-block;
  height: 16px;
}

#map_canvas_wrapper {
  padding: 3px;
  background: #fefefe;
  position: relative;
  overflow: hidden;
}

#map_canvas {
  height: 465px;
  width: auto;
}

#select_period {
  padding: 30px;
  position: absolute;
  display: none;
  background: #fefefe;
  z-index: 9999;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  top: 10px;
  left: 10px;
  -moz-box-shadow:    1px 1px 1px 1px gray;
  -webkit-box-shadow: 1px 1px 1px 1px gray;
  box-shadow:         1px 1px 1px 1px gray;
  height: 70px;
}

#select_period .button_close {
  position: absolute;
  top: 0;
  right: 0;
}

#select_period #year {
  width: 60px;
}
#select_period #month,
#select_period #date {
  width: 30px;
}
#select_period select {
}
#select_period .cssbutton {
  margin-left: 35px;
}
.year_month_date {
  margin-bottom: 15px;
}

.bg-blue {
  background: #7E9EC7;
}

#animation_legend {
  display: none;
	background: url(/assets/images/legend.png) no-repeat;
  height: 250px;
  width: 130px;
  right: 15px;
  bottom: 30px;
  position: absolute;
  z-index: 999;
}


#controller {
  padding-top: 10px;
}

#controller div {
  display: inline-block;
}
#animation_status {
  position: relative;
}
#animation_status  #now {
  top: -25px;
  left: 10px;
  position: absolute;
  font-size: 12px;
  font-weight: bold;
  width: 135px;
}
#animation_status > #animation_bar {
  position: relative;
  width: 360px;
}
#animation_status > #animation_bar div {
  display: inline-block;
  padding: 25px 0 0 0;
  margin: 0 -7px 0 0;
}
#animation_status > #animation_bar #point {
  background: url(/assets/images/point.png) no-repeat;
  position: absolute;
  height: 25px;
  width: 27px;
  top: -5px;
  left: 0; /* max 335px */
}
#animation_status > #animation_bar #left {
  background: url(/assets/images/bar_left.png) no-repeat;
  height: 20px;
  width: 21px;
}
#animation_status > #animation_bar #center {
  background: url(/assets/images/bar_center.png) repeat-x;
  height: 20px;
  width: 313px;
}
#animation_status > #animation_bar #right {
  background: url(/assets/images/bar_right.png) no-repeat;
  height: 20px;
  width: 21px;
}

#suggestions {
  margin: 10px 0 0 0;
  padding: 0;
}

#suggestions li {
  position: relative;
  display: inline-block;
  margin-right: -3px;
}
#suggestions li span.count_in_button {
  position: absolute;
  color: #fefefe;
  top: 3px;
  right: 35px;
  font-size: 20px;
}


h3.graph_heading,
h3.informations_heading,
.content h3
{
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  padding-left: 45px;
  margin: 10px 0 10px 0;
  font-weight: bold;
}

h3.graph_heading,
.content h3
{
  background: #F4E5D6;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
}

.content h3 {
  background-image: url(/assets/images/icon_tag.png);
  background-repeat: no-repeat;
  background-position: 5px 2px;
}
.content h4, .content h5 {
  margin: 1em 0 0.5em 0;
}
.content p {
  margin: 0.5em 0 1.5em 0;
}
.content h4 {
  font-weight: bold;
  border-left: solid orange 10px;
  padding-left: 10px;
}
.content h5 {
  font-weight: bold;
  font-size: 15px;
}
.content p {
  font-size: 15px;
}

.content h6 {
}

.icon_chart1,
.icon_chart2,
.icon_chart3
{
  position: absolute;
  bottom: 0px;
  left: 2px;
}

.graph,
.content {
  border: solid 1px #F4E5D6;
  background: #fefefe;
  width: auto;
  min-height: 20px;
  padding: 20px;
  margin-bottom: 10px;
}

.graph {
  padding-right: 0;
}

.graph .bar_chart,
.graph .circle_chart {
  float: left;
  display: inline-block;
}
.graph .bar_chart {
  height: 250px;
  width: 425px;
}
.graph .circle_chart {
  height: 285px;
  width: 200px;
}

h3.informations_heading {
  background: url(/assets/images/list_header_bk.png) no-repeat;
  background-color: #EADFD4;
  margin-bottom: 0;
}

.informations {
  border: solid 2px #EADFD4;
  min-height: 20px;
  background: #fefefe;
  min-height: 200px;
}

.informations span {
  text-align: center;
}
.informations ul.informations_list {
  padding: 0;
  margin: 0;
}
.informations ul.informations_list > li {
  font-size: 11px;
  border-bottom: solid 1px #EADFD4;
  padding: 5px 0 5px 0;
}
.informations ul.informations_list > li.header {
  /*background: #EADFD4; */
}
.informations ul.informations_list > li.odd {
  background: #fefefe;
}
.informations ul.informations_list > li.even {
  background: #FAE6BF;
}
.informations ul.informations_list > li.last {
  background: #fefefe;
  text-align: center;
  font-size: 15px;
}
.informations ul.informations_list > li span {
  margin-left: 10px;
  display: inline-block;
}

.informations .info_title {
  width: 105px;
}

.informations .info_time {
  width: 50px;
}

.informations .info_areaname {
  width: 110px;
}

.informations .info_intensity {
  width: 70px;
}

.informations .info_magnitude {
  width: 105px;
}

.informations .info_depth {
  width: 120px;
}

.informations .info_intensity strong,
.informations .info_magnitude strong,
.informations .info_depth strong {
  margin-right: 10px;
}
.informations_list ul.informations_pager > li {
  display: inline;
  margin: 0 2px 2px;
}

.side_box {
  border: dotted 1px #ABAAA5;
  padding: 10px;
  margin-bottom: 10px;
  background: #F6E8DB;
}

a:link, a:visited {
  color: #287510;
  font-size: 12px;
  text-decoration: none;
}

a:hover, a:active {
  text-decoration: underline;
}

.breadcrumb {
  font-size: 12px;
}

.side_box2 {
  color: #287510;
  background: gray;
  /*border: solid 1px #ABAAA5;
  padding: 10px;*/
  min-height: 10px;
  margin-bottom: 10px;
}


.side_box h3 {
  border-bottom: dotted 1px #ABAAA5;
  color: #312E2C;
  font-size: 14px;
  padding: 0px 0 10px 0;
}
.side_box h3 div {
  margin-right: 3px;
}
.side_box ul {
  margin: 0;
  padding: 0;
}
ul > li {
  list-style: none;
}

.button:hover {
  opacity: 0.8;
}

/* Sprites */
.button_all, .button_forward, .button_rewind, .button_select, .button_start, .button_stop, .icon_accent, .icon_chart1, .icon_chart2, .icon_chart3, .icon_facebook, .icon_hatena, .icon_link, .icon_twitter, .button_close{
  background: url(sprites.png) no-repeat;
  display: inline-block;
}

.button_all, .button_forward, .button_rewind, .button_select, .button_start, .button_stop, .button_close{
  cursor: pointer;
}

.button_all,
.button_start,
.button_stop {
  margin-top: 0;
  margin-left: 12px;
  margin-right: 12px;
}

.button_all{
	background-position: -104px -151px ;
	width: 44px;
	height: 62px;
}

.button_forward{
	background-position: -91px 0;
	width: 57px;
	height: 62px;
}

.button_rewind{
	background-position: -98px -67px ;
	width: 54px;
	height: 62px;
}

.button_select{
	background-position: -36px -144px ;
	width: 24px;
	height: 25px;
}

.button_start{
	background-position: -44px 1px;
	width: 42px;
	height: 62px;
  margin-top: -2px;
}

.button_stop{
	background-position: -45px -68px ;
	width: 44px;
	height: 62px;
  margin-left: 10px;
}

.icon_accent{
	background-position: -93px -140px ;
	width: 12px;
	height: 13px;
}

.icon_chart1{
	background-position: 0 -177px ;
	width: 30px;
	height: 36px;
}

.icon_chart2{
	background-position: -68px -178px ;
	width: 28px;
	height: 26px;
}

.icon_chart3{
	background-position: -36px -176px ;
	width: 30px;
	height: 32px;
}

.icon_facebook{
	background-position: 0 -41px ;
	width: 38px;
	height: 40px;
}

.icon_hatena{
	background-position: 0 -91px ;
	width: 39px;
	height: 40px;
}

.icon_link{
	background-position: 0 -136px ;
	width: 30px;
	height: 31px;
}

.icon_twitter{
	background-position: 0 0;
	width: 38px;
	height: 40px;
}

.button_close{
	background-position: -65px -140px ;
	width: 24px;
	height: 29px;
}


.overlay {
  display: none;
  width: 100%;
  /* jsで調整 height: 100%; */
  background: #000;
  opacity: .25;
  -ms-filter: "alpha(opacity=25)"; /* IE 8 */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}

.loading {
  display: none;
  position: absolute;
  width: 70px;
  height: 50px;
  padding: 10px;
  border: solid 1px gray;
  text-align: center;
  left: 50%;
  background-color: white;
  z-index: 10000;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.cssbutton:active, .cssbutton:hover {
  opacity:0.8;
  text-decoration: none;
}
.cssbutton {
  background-image: linear-gradient(bottom, #318B0A 43%, #47A91D 100%);
  background-image: -o-linear-gradient(bottom, #318B0A 43%, #47A91D 100%);
  background-image: -moz-linear-gradient(bottom, #318B0A 43%, #47A91D 100%);
  background-image: -webkit-gradient(linear,left top,left bottom, from(#47A91D), color-stop(0.50, #47A91D), to(#318B0A)); 
  background-image: -ms-linear-gradient(bottom, #318B0A 43%, #47A91D 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#47A91D', EndColorStr='#318B0A')";/* IE8 */
  padding:5px 8px;
  border: 1px solid white;
  border-radius: 8px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  color: #fefefe!important;
  display: inline-block;
  font-size: 12px;
}

.align_right {
  text-align: right;
}
