/* =RESET
===================================================================================*/
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, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
    font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
}
.modal-up {
  overflow: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}
button,
input,
select,
textarea {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}
a {
    color: #00AEEF;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

/* =DEFAULT
===================================================================================*/
#page {
    width: 100%;
    min-width: 980px;
    padding: 115px 0 0 0;
}
.weathermap-header {
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    margin: 0;
    padding: 0;
    border-top: 8px solid #00AEEF;
    background: #fff;
    -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.35);
}
.weathermap-header .inner {
    position: relative;
    width: 980px;
    height: 100%;
    margin: 0 auto;
}
.weathermap-header h1 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 300px;
    height: 40px;
    margin: -17px 0 0 0;
    padding: 0;
    border: 0;
    background: none;
    text-indent: 0;
}
.weathermap-header h1 a {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    white-space: nowrap;
}
.weathermap-header h1 a img {
    vertical-align: middle;
    border: 0;
}
#top-bar {
    position: absolute;
    top: 0;
    right: 0;
    width: 710px;
    margin: 0;
    height: 50px;
}
#top-bar #today {
    /*display: none;*/
    float: right;
    padding: 4px 8px 2px 8px;
    background: #00AEEF;
}
#top-bar #today p {
    width: auto;
    margin: 0;
    color: #fff;
    font-size: 14px;
    font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
    font-weight: bold;
    line-height: 27px;
    text-align: right;
}
#top-bar .links {
    float: right;
    width: 72px;
    margin: 4px 0 0 0;
}
#top-bar .links ul,
#top-bar .links li {
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
}
#top-bar .links ul {
    overflow: hidden;
    width: 72px;
    height: 24px;
}
#top-bar .links li {
    float: left;
    padding: 0 12px 0 0;
}
#top-bar .links a {
    overflow: hidden;
    display: block;
    width: 24px;
    height: 24px;
    white-space: nowrap;
    text-decoration: none;
    text-indent: 100%;
}
#top-bar .links .facebook a { background: url(../images/top-icons.png) no-repeat 0 -2px; }
#top-bar .links .facebook a:hover { background: url(../images/top-icons.png) no-repeat 0 -30px; }
#top-bar .links .twitter a { background: url(../images/top-icons.png) no-repeat -40px -2px; }
#top-bar .links .twitter a:hover { background: url(../images/top-icons.png) no-repeat -40px -30px; }
.search-box {
    float: right;
    position: relative;
    width: 130px;
    margin: 4px 4px 0 0;
    padding: 0 4px 0 0;
}
#content .search-box {
    float: none;
}
.search-box .screen-reader-text {
    display: none;
}
.search-box #searchsubmit,
.search-box .searchButton {
    overflow: hidden;
    cursor: pointer;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 31px;
    height: 27px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent url(../images/top-icons.png) no-repeat -77px 0;
    text-indent: 120%;
    white-space: nowrap;
}
.search-box label {
    float: right;
    width: 130px;
}
.search-box #q,
.search-box .keywordField {
    width: 100%;
    height: 27px;
    border: 0;
    background: #EDEDED;
    font-size: 14px;
    text-indent: 31px;
}
#navbar {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 486px;
    height: 28px;
    font-size: 14px;
}
#navbar ul,
#navbar li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
#navbar li {
    float: left;
    position: relative;
    width: auto;
    white-space: nowrap;
}
#navbar li li {
    float: none;
    margin: 0;
}
#navbar .megamenu {
    display: none;
    position: absolute;
    top: 28px;
    left: 0;
    width: auto;
    margin: 0;
    padding: 14px 70px 14px 10px;
    background: #fff;
	-moz-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 3px 3px 4px -1px rgba(0, 0, 0, 0.25);
	box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.25);
}
#navbar a,
#navbar a:hover {
    cursor: pointer;
    display: block;
    color: #444;
    text-decoration: none;
}
#navbar a:hover {
    color: #999;
}
#navbar .grandpa {
    display: block;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    border-bottom: 4px solid #fff;
}
#navbar .grandpa:hover,
#navbar .over .grandpa {
    border-bottom: 4px solid #EC008C;
    color: #999;
}
#navbar .parent {
    font-size: 13px;
    line-height: 22px;
    font-weight: bold;
}
#navbar .child {
    padding: 0 0 0 12px;
    font-size: 12px;
    line-height: 20px;
    font-weight: normal;
}
.weathermap-footer .inner {
    overflow: hidden;
    position: relative;
    width: 980px;
    margin: 0 auto;
}
.weathermap-footer .site-info {
    width: 100%;
    min-width: 980px;
    background: #00AEEF;
}
.weathermap-footer .site-info h4 {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
}
.weathermap-footer .site-info ul,
.weathermap-footer .site-info li {
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
}
.weathermap-footer .site-info ul {
    margin: 0 0 14px 0;
}
.weathermap-footer .site-info li {
    font-size: 12px;
    line-height: 21px;
}
.weathermap-footer .site-info li a {
    color: #fff;
    text-decoration: none;
}
.weathermap-footer .column-1-5,
.weathermap-footer .column-2-5,
.weathermap-footer .column-3-5,
.weathermap-footer .column-4-5,
.weathermap-footer .column-5-5 {
    float: left;
    width: 195px;
    padding: 12px 0 24px 0;
}
.weathermap-footer .column-5-5 {
    width: 135px;
}
.weathermap-footer .site-info .column-5-5 .facebook {
    padding: 24px 0 10px 0;
    line-height: 24px;
}
.weathermap-footer .icon {
    overflow: hidden;
    display: block;
    float: left;
    width: 24px;
    height: 24px;
    margin: 0 10px 0 0;
    background-image: url(../images/top-icons.png);
    background-repeat: no-repeat;
}
.weathermap-footer .facebook .icon { background-position: 0 -58px;     }
.weathermap-footer .twitter .icon  { background-position: -40px -58px; }
.weathermap-footer .site-copyright {
    width: 100%;
    height: auto !important;
    min-height: 50px;
    height: 50px;
    background: #FFF;
}
.weathermap-footer .site-copyright h6 {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 12px;
    line-height: 47px;
    text-align: center;
}
.weathermap-footer .site-copyright p {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    line-height: 47px;
}
.weathermap-footer .site-copyright p a {
    color: #000;
    text-decoration: none;
}
#main {
    overflow: hidden;
    width: 980px;
    margin: 21px auto 0 auto;
    background: #F5F4EF;
    background: rgba(245,244,239,0.85);
}
#go2top,
.go2top {
    clear: both;
    width: 980px;
    margin: 0 auto;
    padding: 20px 0 34px 0;
}
#go2top p,
.go2top p {
    overflow: hidden;
    width: 100%;
}
#go2top a,
.go2top a {
    overflow: hidden;
    display: block;
    float: right;
    width: 100px;
    height: 24px;
    background: url(../images/button-go2top.png) no-repeat 0 0;
    text-decoration: none;
    white-space: nowrap;
    text-indent: 100%;
}
#go2top a:hover,
.go2top a:hover {
    background-position: 0 -24px;
}

#breadcrumb {
    width: 100%;
    height: 27px;
    background: #999999;
}
#breadcrumb p {
    margin: 0;
    padding: 0 20px 4px 20px;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 27px;
}
#breadcrumb p a {
    color: #fff;
}
#subnavigation {
    overflow: hidden;
    width: 985px;
}
#subnavigation h2,
#subnavigation .h2 {
    width: auto;
    height: auto !important;
    min-height: 47px;
    height: 47px;
    margin: 0;
    padding: 18px 0 14px 20px;
    background: #fff;
    color: #444444;
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
}
#subnavigation h2 .label-blog {
    color: #999;
}
#subnavigation ul,
#subnavigation li {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
    height: auto !important;
    min-height: 10px;
    height: 10px;
    vertical-align: top;
}
#subnavigation a {
    overflow: hidden;
    display: block;
    float: left;
    width: 195px;
    height: 32px;
    border: 1px solid #999;
    border-left: 0;
    background: #eee;
    color: #444444;
    font-size: 14px;
    text-align: center;
    line-height: 32px;
    text-decoration: none;
}
#subnavigation li:last-child a {
    border-right: 0;
    width: 196px;
}
#subnavigation .current_page_item a,
#subnavigation a:hover {
    background: #ccc;
}
#subnavigation .current_page_item li a {
    background: #eee;
}
#subnavigation .current_page_item li a:hover {
    background: #ccc;
}

/* =MODAL
===================================================================================*/
.modal {
    display: none;
    width: 624px;
    background: #fff url(../images/close_hover.png) no-repeat -999px -999px;
    padding: 1px;
}

.modal a.close-modal {
    position: absolute;
    top: 2px;
    right: 2px;
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/close.png) no-repeat 0 0;
    text-indent: 100%;
    white-space: nowrap;
}
.modal a.close-modal:hover {
    background: url(../images/close_hover.png) no-repeat 0 0;
}
.modal-spinner {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 64px;
    height: 64px;
    margin: -32px 0 0 -32px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
}
.entry-more {
    width: 100%;
    margin: 0;
    padding: 1px 0;
    font-size: 12px;
    line-height: 16px;
    text-align: right;
}
.entry-more a {
    text-decoration: none;
}
.entry-more a .icon {
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    width: 15px;
    height: 15px;
    margin: 0 2px 0 0;
    background: url(../images/arrow.png) no-repeat 0 0;
}
.entry-more a:hover {
    color: #008AC0;
    text-decoration: none;
}
.entry-more a:hover .icon {
    background-position: 0 -16px;
}

/* =CATEGORIES
===================================================================================*/
.cat-weatherforecast {
    background: #EB9532;
}
.cat-informations {
    background: #C0D72D;
}
.cat-wmnews,
.cat-news {
    background: #999;

}

/* =採用情報　クリア登録 */
table#clearTouroku { 
  border-collapse: collapse; 
  /*margin-bottom: 90px;*/
}
.clName { 
  font-size: 10pt;
  text-align: center;
  padding-top:14px;
}
td.clBCStn { 
  font-size: x-small; 
  text-align: center;
}

