body {
    word-break: break-all;
}

img {
    max-width: 100%;
    height: auto;
}

hr {
	margin: 0 0 4px 0;
	border-color: #aaa;
}

h1 {
    font-size: 1.8em;
}

h2 {
    font-size: 1.1em;
	padding: 0;
    margin: 11px 0 3px;
	border-bottom: 1px solid #555;
	font-weight: bold;
}

h2 span {
    padding-left: 1em;
    border-left: 5px solid #0E2355;
}

h3 {
    font-size: 1.4em;
    padding-left: 0.5em;
    margin-top: 1.2em;
    border-bottom: 2px solid #4F8BCC;
}

#main h4 {
    font-size: 1.4em;
    padding-left: 0.5em;
    margin-top: 1.2em;
    border-bottom: 2px solid #4F8BCC;
}

a, a:hover {
	color: #0069B4;
}

ul {
    margin: 0;
    padding-left: 1em;
}

footer {
    padding: 5px 0;
    background-color: #4F8BCC;
}

footer li {
    float: left;
    margin-left: 3em;
    list-style-type: none;
}

footer li a:hover, footer li a {
    color: #FFF;
}

label.required {
    color: #800;
    font-weight: bold;
}

#to-top {
    background-color: #4F8BCC;
    color: #FFF;
    border-radius: 3px;
    padding-bottom: 3px;
    margin-bottom: -3px;
    font-size: 0.8em;
    text-align: center;
}

.table thead > tr > th {
    text-align: center;
    vertical-align: middle;
    background-color: #4F8BCC;
    color: #FFF;
}

.table td span {
    display: block;
}

.table td span.name{
    font-size: 1.1em;
    font-weight: bold;
}

.table td span.image, .table td span.image img {
    max-width: 200px;
    max-height: 200px;
}

.table td span.kinds, .table td span.structure  {
    margin-top: 3px;
    font-size: 0.9em;
    border-bottom: 1px solid #EEE;
}

#wrapper {
	min-width: 650px;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
}

#map {
    width: 80%;
    height: 500px;
    margin: 10px auto;

}

#map img{
    max-width : 100%;
}

#map label{ 
    width : auto;
    display : inline; 
}

.savebtn {
    margin-top: 10px;
    margin-right: 15px;
    display: inline;
    text-align: center;
}

/* tab adjust */
.nav-tabs li  {
    margin-bottom: -2px;
}

.nav-tabs li > a  {
    background-color: #4F8BCC;
    border-radius: initial;
    font-weight: bold;
    color: #FFF;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border-top: none;
    background-color: #F8FFF8;
}
.tab-content {
    border: 1px solid #4F8BCC;
    background-color: #F8F8F8;
    padding-bottom: 1em;
    margin-top: 1em;

}

#tab_picture .form-group {
    margin-bottom: 5px;
    border: 1px solid #555;
    padding: 6px;
}

#logo {
    margin-top: 2em;
    margin-bottom: 1em;
}

#head-right span.icon {
    margin-left: 1em;
    margin-right: 2px;
}

.text-small {
    font-size: 0.8em;
}

#main .menu li {
    display: inline-block;
    height: 4em;
	width: 20%;
	border: 1px solid #555;
	background-color: #f5f5ff;
	line-height: 4em;
	text-align: center;
	overflow: hidden;
}

#menu .menu li {
    list-style-type: none;
    padding-left: 20px;
    background: url('../img/icon_right_arrow.png') left center no-repeat;
}

#main .menu.top {
	display: none;
}

#menu h4 {
	display: list-item;
	list-style-type: square;
	list-style-position: inside;
	padding: 0;
	margin: 0.8em 0 0 10px;
	font-size: 15px;
	font-weight: bold;
}

.menu2 li {
    list-style-type: none;
    padding-left: 20px;
    background: url('../img/icon_menu.png') left center no-repeat;
}


.menu3 {
    margin-top: 2em;
}
.menu3 li {
    list-style-type: none;
    padding-left: 20px;
    background: url('../img/icon_gear.png') left center no-repeat;
}

#main-container {
    width: 100%;
    max-width: none;
    margin-bottom: 1em;
}

.form-group {
    margin: 3px 0 0;
}

.form-group.btns {
    padding-right: 15px;
}

#kinds {
    border: 1px solid #EEE;
    padding: 5px 25px;
    margin-bottom: 5px;
}

#kinds * {
    margin: 0;
    padding: 0;
}

#kinds h4 {
    margin-top: -15px;
    background-color: #FFF;
    width: 6em;
    text-align: center;	
    font-size: 1em;
    font-weight: bold;
    color: #800;
}

div.suggest-method {
    margin-bottom: 1em;
}

table input[type="checkbox"] {
    margin: 0;
    padding: 0;
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #FAFAFF;
}

div.pre-scrollable {
    border: 2px solid #AAA;
}

#main .btn-success {
	background-color: #0069B4;
	border-color: #0069B4; 
}

input[type="submit"].btn-primary {
    margin-top: 10px;
}

#geocode_btn {
    margin-top: 10px;
}

p.error {
    color: #c00803;
}

.image-preview img {
    max-width: 100%;
    height: auto;
    background-color: #fff;
    border-radius: 5px;
    padding: 5px;
    margin: 5px 0;
}

#notice-output {
    width:600px;
    height:10em;    
}

.chartcontainer-800 {
    width: 700px;
    height: 400px;
    position: relative;
}
.chartcontainer {
    width: 900px;
    height: 600px;
    position: relative;
}
.chartcontainer-1920 {
    width: 1440px;
    height: 960px;
    position: relative;
}

.chartcontainer-full {
    width: 1900px;
    height: 920px;
    position: relative;
}

#chartdiv, #curtain {
    width: 100%;
    height: 100%;
    position: absolute;  
}

#curtain {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 25px;
}

#curtain span {
    display: block;
    position: absolute;
    top: 49%;
    width: 100%;
    text-align: center;
}

.amcharts-category-axis {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;

    height:300px;
}

#main .table tr.event-active td{
    font-weight: bold;
	background-color: #C9DDF4;
}

h1.graph-full {
	margin: 0; 
	padding:25px 0; 
	text-align: center; 
	font-size: 55px; 
	color: #555;
}

.image-list-item img {
    max-height: 300px;
}

/* checkbox fix */
.checkbox-inline + .checkbox-inline {
	margin-left: 0px;
	margin-right: 10px;
}
.checkbox-inline:first-child {
	margin-right: 10px;
}

.sub-link {
    font-size: 1.2em;
    font-weight: bold;
}

.form-group .select2-container--default .select2-selection--single {
	border: 1px solid #ccc;
	height: 33px;
	color: #555;
}

.form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
	height: 33px;
}