@charset "utf-8";
/*
================================================================================
----------------------------------------
        
        style.css
        
        =01	normalize, reset and clearfix
        =02	customize css
        
----------------------------------------
================================================================================
*/

/*
================================================================================
        =01	normalize, reset and clearfix
================================================================================
*/

/*! normalize.css v2.1.2 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*
================================================================================
        end normalize.css
================================================================================
*/

/*
======================================
        reset and clearfix
======================================
*/

/* reset element */
html {
    margin: 0;
    padding: 0;
    font-size: 100%;
    line-height: 1.0;
}

body {
    margin: 0;
    padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}
div,
span {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    padding: 0;
}
ul,
ol,
dl {
    margin: 0;
    padding: 0;
    list-style: none outside;
}
li,
dt,
dd {
    margin: 0;
    padding: 0;
}
img {
    border: 0;
    vertical-align: bottom;
}

/* micro clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/* end normalize, reset and clearfix */





/*
================================================================================
        =02 customize css
================================================================================
*/

html {
    font-size: 100%;
}

body {
    color: #000;
    background: #00a3e3 url(/common/images/bg-body.png) center top repeat-x;
    font-size: 80%;
    /*	font-family: Meiryo, Arial, sans-serif;*/
    font-family: Meiryo, "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Arial, sans-serif;
    line-height: 1.0;
    text-align: left;
}

img {
    border: 0;
    vertical-align: bottom;
}

a {
    color: #004477;
}
a:visited {

}
a:hover {
    color: #f26522;
}
a:active {

}

a:hover img {
    opacity:0.8;
    filter:alpha(opacity=80);
}





/* block layout base */
#wrapper {
    margin: 0 auto;
    width: 1006px;
}

#skipToContent {
    margin: 0;
    padding: 0;
    display: none;
}

#headerTopNav,
#header,
#headerGlobalNav,
#content {
    margin: 0;
    padding: 0 34px;/* 1006-34*2=938 */
    background: transparent url(/common/images/bg-maincontents.png) center top repeat-y;
}
#footer {
    margin: 0;
    padding: 17px 34px 34px 34px;
    color: #fff;
    background: transparent url(/common/images/bg-foottop.png) center top no-repeat;
    text-align: right;
}



/* #skipToContent */
#skipToContent a {
    margin: 0 8px;
    padding: 6px 22px;
    display: block;
    color: #fff;
    background: #004477;
}
#skipToContent a:hover {
    color: #fff;
    background: #f26522;
}



/* #headerTopNav */
#headerTopNav {
    padding: 10px 34px 5px 34px;
}
#headerTopNav .inner {
    padding: 0 7px;
    color: #fff;
    background: #005b94;
    border-radius: 5px;
}
#hNav {
    float: left;
    display: inline;
    width: 538px;
}
#hNav li {
    float: left;
    display: inline;
    overflow: hidden;
}
#hNav li a {
    padding: 8px 18px;
    display: block;
    color: #fff;
    background: #005b94;
    text-decoration: none;
    line-height: 1.2;
}
/* #hNav お問い合わせページのみ */
body#page-contact #hNav .contacts a {
    color: #005b94;
    background: #fff;
}
/* #hNav :hover */
#hNav li a:hover {
    color: #005b94;
    background: #fff;
    line-height: 1.2;
}



/* .helper searchForm */
div.helper {
    float: right;
    display: inline;
    height: 1em;
}
div.helper div.siteSearch {
    margin: 3px 0;
}
div.helper div.siteSearch span {
    font-size: smaller;
}
div.helper form input.text {
    width: 180px;
    height: 16px;
}
div.helper form input.text:focus {
    /*	background: #ffffe1;*/
}
div.helper form input.btn {
    color: #fff;
    background: #f3530c url(/common/images/bg-btn-search.gif) left bottom repeat-x;
    border: 1px solid #fff;
    border-radius: 3px;
}
div.helper form input.btn:hover {
    color: #f3530c;
    background: #fff;
}



/* #headerGlobalNav */
#headerGlobalNav {

}
#headerGlobalNav .inner {

}
#headerGlobalNav .inner ul {
    width: 938px;
    height: 37px;
    overflow: hidden;
    background: #005b94;
    border-radius: 5px;
}
#headerGlobalNav .inner ul li {
    float: left;
    display: inline;
}
#headerGlobalNav .inner ul li a {
    display: block;
    width: 117px;/*　938 ÷ 8項目　*/
    height: 37px;
    color: #fff;
    background: #005b94;
    text-decoration: none;
    text-indent: -9999px;
}
#headerGlobalNav .inner ul li a:hover {
    color: #005b94;
    background: #fff;
}

/* gNav 参加しよう申し込もう */
#headerGlobalNav .inner ul li.register a {
    width: 152px;
    color: #fff;
    background: #f16522 url(/common/images/gnav-register.gif) left top no-repeat;
}
#headerGlobalNav .inner ul li.register a:hover {

}

/* gNav why なぜ */
#headerGlobalNav .inner ul li.why a {
    width: 80px;
    color: #fff;
    background: #f16522 url(/common/images/gnav-why.gif) left top no-repeat;
}
body#page-why #headerGlobalNav .inner ul li.why a {
    color: #f16522;
    background: #fff url(/common/images/gnav-why-on.gif) left top no-repeat;
}
#headerGlobalNav .inner ul li.why a:hover {
    color: #f16522;
    background: #fff url(/common/images/gnav-why-on.gif) left top no-repeat;
}

/* gNav who 誰が */
#headerGlobalNav .inner ul li.who a {
    width: 74px;
    color: #fff;
    background: #f16522 url(/common/images/gnav-who.gif) left top no-repeat;
}
body#page-who #headerGlobalNav .inner ul li.who a {
    color: #f16522;
    background: #fff url(/common/images/gnav-who-on.gif) left top no-repeat;
}
#headerGlobalNav .inner ul li.who a:hover {
    color: #f16522;
    background: #fff url(/common/images/gnav-who-on.gif) left top no-repeat;
}

/* gNav howto どうやって */
#headerGlobalNav .inner ul li.howto a {
    width: 99px;
    color: #fff;
    background: #f16522 url(/common/images/gnav-howto.gif) left top no-repeat;
}
body#page-howto #headerGlobalNav .inner ul li.howto a {
    color: #f16522;
    background: #fff url(/common/images/gnav-howto-on.gif) left top no-repeat;
}
#headerGlobalNav .inner ul li.howto a:hover {
    color: #f16522;
    background: #fff url(/common/images/gnav-howto-on.gif) left top no-repeat;
}

/* gNav download ダウンロード */
#headerGlobalNav .inner ul li.download a {
    width: 101px;
    color: #fff;
    background: #f16522 url(/common/images/gnav-download.gif) left top no-repeat;
}
body#page-download #headerGlobalNav .inner ul li.download a {
    color: #f16522;
    background: #fff url(/common/images/gnav-download-on.gif) left top no-repeat;
}
#headerGlobalNav .inner ul li.download a:hover {
    color: #f16522;
    background: #fff url(/common/images/gnav-download-on.gif) left top no-repeat;
}

/* gNav download 訓練アプリ */
#headerGlobalNav .inner ul li.app a {
    width: 90px;
    color: #fff;
    background: #f16522 url(/common/images/gnav-app.gif) left top no-repeat;
}
body#page-download #headerGlobalNav .inner ul li.app a {
    color: #f16522;
    background: #fff url(/common/images/gnav-app-on.gif) left top no-repeat;
}
#headerGlobalNav .inner ul li.app a:hover {
    color: #f16522;
    background: #fff url(/common/images/gnav-app-on.gif) left top no-repeat;
}

/* gNav news ニュースとイベント情報 */
#headerGlobalNav .inner ul li.news a {
    width: 99px;
    color: #fff;
    background: #f16522 url(/common/images/gnav-news.gif) left top no-repeat;
}
body#page-news #headerGlobalNav .inner ul li.news a {
    color: #f16522;
    background: #fff url(/common/images/gnav-news-on.gif) left top no-repeat;
}
#headerGlobalNav .inner ul li.news a:hover {
    color: #f16522;
    background: #fff url(/common/images/gnav-news-on.gif) left top no-repeat;
}

/* gNav share これまでのシェイクアウト */
#headerGlobalNav .inner ul li.share a {
    width: 105px;
    color: #fff;
    background: #f16522 url(/common/images/gnav-share.gif) left top no-repeat;
}
body#page-share #headerGlobalNav .inner ul li.share a {
    color: #f16522;
    background: #fff url(/common/images/gnav-share-on.gif) left top no-repeat;
}
#headerGlobalNav .inner ul li.share a:hover {
    color: #f16522;
    background: #fff url(/common/images/gnav-share-on.gif) left top no-repeat;
}

/* gNav partners 日本シェイクアウト提唱会議 */
#headerGlobalNav .inner ul li.partners a {
    width: 131px;
    color: #fff;
    background: #f16522 url(/common/images/gnav-partners.gif) left top no-repeat;
}
body#page-partners #headerGlobalNav .inner ul li.partners a {
    color: #f16522;
    background: #fff url(/common/images/gnav-partners-on.gif) left top no-repeat;
}
#headerGlobalNav .inner ul li.partners a:hover {
    color: #f16522;
    background: #fff url(/common/images/gnav-partners-on.gif) left top no-repeat;
}



/* #header */

#header {
    padding-top: 5px;
    /*	padding-bottom: 10px;*/
}
#header .inner {
    position: relative;
}
#header h1 {
    color: #fff;
    background: #red;
    font-weight: bold;
    font-size: 2.5em;
    position: absolute;
    top: -1000px;
    /*	bottom: 15px;*/
    right: 20px;
    text-shadow: 2px 2px #333;
    z-index: 1000;
    margin-left: 5px;
    /*	visibility: hidden;*/
}
#header p {
    width: 938px;
    /*	height: 168px;*/
    overflow: hidden;
}
#header p img {
    width: 938px;
    /*	height: 168px;*/
}



/* #content .infoBar */

div.infoBar {
    padding: 10px 0;
    background: transparent url(/common/images/bg-maincontents.png) center top repeat-y;
}

div.infoBar .inner {
    margin: 0;
}
div.infoBar ul {
    margin: 0;
    padding: 3px 0;
    color: #fff;
    background: #f16522;
    border-radius: 5px;
    display: table;
    width: 938px;
}
div.infoBar ul li {
    padding: 3px 6px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    line-height: 1.3;
    font-size: 1.75em;
    font-weight: bold;
}
div.infoBar ul li.col3 {
    width: 33.3%;
}



/* #content .box */
.boxrow {
    margin: 0 0 10px 0;
    width: 100%;
    display: table;
}
.boxrow .box {
    margin: 0;
    padding: 0;
    border: 1px solid #003399;
    background: #cddae9 url(/common/images/bg-boxinner-top.png) left top repeat-x;/*#dee9f0*/
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: top;
}



/* .boxrow in .box layout */
/* 合計で 938px になるように */
/* 1カラムの場合は設定不要 */
.boxrow .box.w12 {	width: 12px; visibility: hidden; }/* spacer */

.boxrow .box.w528 {	width: 528px; }
.boxrow .box.w148 {	width: 148px; }
.boxrow .box.w238 {	width: 238px; }

.boxrow .box.w463 {	width: 463px; }
.boxrow .box.w213 {	width: 213px; }
/*.boxrow .box.w238 {	width: 238px; }*/

.boxrow .box.w252 {	width: 252px; }
.boxrow .box.w410 {	width: 410px; }/* 252+12+410+12+252 */
.boxrow .box.w674 {	width: 674px; } /* 674+12+252 */

.boxrow .box.w252 {	width: 252px; }
.boxrow .box.w449 {	width: 449px; }

.boxrow .box.w304 {	width: 304px; }/* 304+12+306+12+304 */
.boxrow .box.w306 {	width: 306px; }



.box .boxHeader {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    color: #fff;
    background: #005b94;
    width: 100%;
    max-height: 4em;
    height: 2.25em;
    min-height: 2.25em;
}
.box .boxHeader img {
    top: 0px;
    left: 0px;
    position: absolute;
    width: 26px;
    height: 26px;
    border: 3px solid #005b94;
}
.box .boxHeader h2 {
    top: 5px;
    left: 34px;
    position: absolute;
    text-shadow:1px 1px #553322;
    font-size: 125%;
    line-height: 1.3;
}
.box .boxHeader.noimg h2 {
    left: 5px;
}



/* .box .boxContent */
.box .boxContent {
    padding: 24px 32px;
    line-height: 1.6;
    text-align: left;
}

/* box side padding adjusters */
.box .boxContent.pLarge {
    padding: 36px 84px;
}
.box .boxContent.pSmall {
    padding: 24px 8px;
}
.box .boxContent.pSSmall {
    padding: 24px 2px;
}


/* h3 */
.box .boxContent h3 {

}
.box .boxContent h3 span {
    color: #f3530c;
}

/* p */
.box .boxContent p {
    margin: 0 0 1.75em 0;
    line-height: 1.6;
}
.box .boxContent p.more {
    text-align: right;
}
.box .boxContent p.more span {
    color: #1750b9;
    font-size: xx-small;
}
/* 強調 */
.box .boxContent strong {
    font-size: larger;
}


/* 丸つきリスト */
.box .boxContent .circleList {
    list-style: disc outside;
    margin-left: 1.5em;
}

/* 右向き三角リスト */
.box .boxContent .arrowrList {
    list-style: none outside;
    margin-left: 0.25em;
}
.box .boxContent .arrowrList li {
    padding-left: 8px;
    background: transparent url(/common/images/bg-arrow-r.gif) left center no-repeat;
}

/* 数字リスト */
.box .boxContent ol.numberList {
    list-style: decimal outside;
    margin-left: 2em;
}
.box .boxContent ol.numberList li {

}

/* ニュースとイベント ニュースリスト */
.box .boxContent .newsList li {
    margin-bottom: 1.25em;
    line-height: 1.8;
}
.box .boxContent .newsList li img {
    margin: 0 20px 0 0;
    vertical-align: middle;
}


/* 写真横並びリスト */
.box .boxContent ul.photoList {
    margin: 10px 0 0 0;
}
.box .boxContent ul.photoList li {
    float: left;
    display: inline;
    font-size: 90%;
    text-align: center;
}
/* 1カラム 3枚 */
.box .boxContent ul.photoList.ph03 {
    margin-right: -42px;
}
.box .boxContent ul.photoList.ph03 li {
    margin: 0 42px 15px 0;
    width: 260px;
}
/* 1カラム 5枚 */
.box .boxContent ul.photoList.ph05 {
    margin-right: -3px;
}
.box .boxContent ul.photoList.ph05 li {
    margin: 0 3px 15px 0;
    width: 170px;
}
/* 1カラム 5枚 ※ */
.box .boxContent ul.photoList.ph05s {
    margin-right: -3px;
}
.box .boxContent ul.photoList.ph05s li {
    margin: 0 3px 15px 0;
    width: 170px;
}

/* 1カラム 5枚（小サイズ） ※これまでのシェイクアウト */
.box .boxContent ul.photoList.ph05s2 {
    margin-right: -3px;
}
.box .boxContent ul.photoList.ph05s2 li {
    margin: 0 3px 5px 0;
    width: 150px;
}

/* 縦並びリスト（バナー等） */
.box .boxContent ul.verList {
    text-align: center;
    line-height: 1.25;
    font-size: 90%;
}
.box .boxContent ul.verList li {
    margin-bottom: 15px;
}





/* ======== top ======== */
#page-top {

}

/* top map etc */
#mapWrapper {

}
#mapofJapan {
    overflow: hidden;
    width: 620px;
    height: 720px;
}

#mapofJapan p.overview {
    width: 610px;
}

#japanMap {
    /*	position: absolute;*/
    top: 0;
    left: 0;
    width: 620px;
    z-index: 9;
}

#registerCount {
    color: #fff; 
    background: #b03c09 url(/common/images/bg-top-regcount-r.jpg) left top repeat-x;
    border: 1px solid #8d2003;
    position: absolute;
    top: 0;
    left: 0;
    width: 288px;
    z-index: 10;
}
#registerCount h3 {
    margin: 0 12px;
    padding: 3px 0 0 0;
    font-size: 200%;
    color: #fff;
    text-shadow: 3px 3px #be4b1c;
    line-height: 1.25;
    font-weight: bold;
}
#registerCount h3 strong {
    font-size: 140%;
}

#registerCount ul {
    margin: 3px 6px 3px 6px;
    /*	padding: 0 8px 0 8px;*/
    overflow: hidden;
}
#registerCount ul li {
    margin: 0 0 3px 0;
    color: #303030;
    background: #fff;
    border-top: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    text-align: left;
}
#registerCount ul li span.year {
    margin: 1px 6px;
    font-size: 120%;
    display: block;
    line-height: 1.2;
}
#registerCount ul li span.count {
    margin: 1px 6px;
    display: block;
    text-align: right;
    font-size: 170%;
    line-height: 1.4;
    font-weight: bold;
}
#registerCount ul li span.num {
    font-size: 145%;
}

.organizationType {
    color: #000;
    background: #fff;
    border: 1px solid #005b92;
    position: absolute;
    top: 238px;
    left: 0;
    padding: 0.5em 0;
    width: 162px;
    /*	height: 288px;*/
    z-index: 9;
}
.organizationType h3 {
    text-align: center;
}
.organizationType li {
    margin: 0 6px 0 13px;
    padding-left: 32px;
    overflow: hidden;
}
.organizationType li.orgtype01 {
    background: transparent url(/common/images/bg-orgtype01.gif) left center no-repeat;
}
.organizationType li.orgtype02 {
    background: transparent url(/common/images/bg-orgtype02.gif) left center no-repeat;
}





/* 地図から探そう */
#listofSO {
    position: absolute;
    top: 0;
    right: 0;
    width: 214px;
    z-index: 10;
}
#listofSO h3 {
    margin: 0 0 0.5em 0;
    padding: 0.25em 0;
    color: #fff;
    background: #005b94;
    text-align: center;
    font-weight: bold;
}
#listofSO p {
    margin-bottom: 0.5em;
}
#listofSO .frame {
    color: #005b92;
    background: #fff;
    width: 214px;
    height: 613px;
    overflow: hidden;
    /*	border: 1px solid #005b92;*/
}





/*map item トップページ 地図 都道府県別　クリック箇所の表示位置設定 */
.mapItem {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    font-size: 0;
    line-height: 0;
}
/* ===== 地図に都道府県を追加する際、対応するidについて地図画像左上からの座標を指定。 ===== */

/* バナー */
#bana {
    top: 300px;
    left : auto;
    right: 0px;
}

/* map01 北海道 */
#map01 {
    top: 0px;
    left: 311px;
}
/* map02 青森県 */
#map02 {
    top: 171px;
    left: 329px;
}
/* map03 岩手県 */
#map03 {
    top: 218px;
    left: 355px;
}
/* map04 宮城県 */
#map04 {
    top: 279px;
    left: 343px;
}
/* map05 秋田県 */
#map05 {
    top: 218px;
    left: 324px;
}
/* map06 山形県 */
#map06 {
    top: 273px;
    left: 319px;
}
/* map07 福島県 */
#map07 {
    top: 319px;
    left: 307px;
}
/* map08 茨城県 */
#map08 {
    top: 360px;
    left: 323px;
}

/* map09 栃木県 */
#map09 {
    top: 349px;
    left: 313px;
}
/* map10 群馬県 */
#map10 {
    top: 357px;
    left: 283px;
}

/* map11 埼玉県 */
#map11 {
    top: 386px;
    left: 294px;
}

/* map12 千葉県 */
#map12 {
    top: 398px;
    left: 327px;
}

/* map13 東京都 */
#map13 {
    top: 401px;
    left: 301px;
}

/* map14 神奈川県 */
#map14 {
    top: 411px;
    left: 301px;
}

/* map15 新潟県 */
#map15 {
    top: 297px;
    left: 260px;
}
/* map16 富山県 */
#map16 {
    top: 359px;
    left: 233px;
    z-index: 999;
}
/* map17 石川県 */
#map17 {
    top: 336px;
    left: 216px;
}
/* map18 福井県 */
#map18 {
    top: 385px;
    left: 192px;
}
/* map19 山梨県 */
#map19 {
    top: 398px;
    left: 277px;
}
/* map20 長野県 */
#map20 {
    top: 357px;
    left: 250px;
}
/* map21 岐阜県 */
#map21 {
    top: 380px;
    left: 218px;
}
/* map22 静岡県 */
#map22 {
    top: 413px;
    left: 255px;
}

/* map23 愛知県 */
#map23 {
    top: 420px;
    left: 229px;
}

/* map24 三重県 */
#map24 {
    top: 426px;
    left: 205px;
}

/* map25 滋賀県 */
#map25 {
    top: 408px;
    left: 202px;
}
/* map26 京都府 */
#map26 {
    top: 405px;
    left: 173px;
}
/* map27 大阪府 */
#map27 {
    top: 437px;
    left: 179px;
}
/* map28 兵庫県 */
#map28 {
    top: 409px;
    left: 154px;
}
/* map29 奈良県 */
#map29 {
    top: 446px;
    left: 194px;
}
/* map30 和歌山県 */
#map30 {
    top: 459px;
    left: 178px;
}
/* map31 鳥取県 */
#map31 {
    top: 410px;
    left: 119px;
}
/* map32 島根県 */
#map32 {
    top: 412px;
    left: 74px;
}

/* map33 岡山県 */
#map33 {
    top: 422px;
    left: 123px;
}

/* map34 広島県 */
#map34 {
    top: 431px;
    left: 85px;
}
/* map35 山口県 */
#map35 {
    top: 447px;
    left: 47px;
}

/* map36 徳島県 */
#map36 {
    top: 463px;
    left: 137px;
}
/* map37 香川県 */
#map37 {
    top: 458px;
    left: 132px;
}
/* map38 愛媛県 */
#map38 {
    top: 468px;
    left: 88px;
}
/* map39 高知県 */
#map39 {
    top: 478px;
    left: 103px;
}

/* map40 福岡県 */
#map40 {
    top: 473px;
    left: 22px;
}
/* map41 佐賀県 */
#map41 {
    top: 489px;
    left: 15px;
}

/* map42 長崎県 */
#map42 {
    top: 477px;
    left: 0px;
}
/* map43 熊本県 */
#map43 {
    top: 504px;
    left: 20px;
}
/* map44 大分県 */
#map44 {
    top: 484px;
    left: 47px;
}
/* map45 宮崎県 */
#map45 {
    top: 517px;
    left: 44px;
}
/* map46 鹿児島県 */
#map46 {
    top: 539px;
    left: 23px;
}

/* map47 沖縄県 */

#map47 {
    top: 467px;
    left: 419px;
}




#page-top p.goInfoList {
    margin: -1em 0 0 0;
    text-align: right;
}

#page-top dl.topInfo {

}
#page-top dl.topInfo dt {
    /*	color: #015b90;*/
    color: #000;
    line-height: 1.0;
}
#page-top dl.topInfo dd {
    margin: 0.25em 0 0.75em 0;
    padding: 0 0 0.75em 0;
    line-height: 1.0;
    border-bottom: 2px dotted #7593ab;
}
#page-top p.goInfoList a,
#page-top dl.topInfo dd a {
    /*	color: #000;
            text-decoration: underline;*/
}
#page-top p.goInfoList a:hover,
#page-top dl.topInfo dd a:hover {

    /*	text-decoration: none;*/
}



/* ======== 参加者一覧　参加者合計、カテゴリ別参加者一覧　Form 選択 ======== */
.page-who-forms h3 {
    width: 300px;
    text-align: center;
    margin-left: 20px;
}
.page-who-forms form select {
    margin: 5px 0;
    width: 300px;
}
.page-who-forms form p.see {
    display: inline;
}
.page-who-forms form p.see input.btn {
    /*	color: #fff;
            background: #037ac1;
            border: 1px solid #005b94;
            border-radius: 3px;*/
    width: 55px;
    height: 18px;
    color: #fff;
    background: transparent url(/common/images/btn-see-bg.gif) left top no-repeat;
    border: 0;
    font-size: 12px;
}
.page-who-forms form p.see input.btn:hover {
    /*	color: #fff;
            background: #005b94;*/
}

/* who だれが？（参加者） 表組 */
.page-who-forms table {
    color: #000;
    background: #f7f7f7;
    border: 0;
    width: 400px;
    margin: 10px auto;
}
.page-who-forms table th,
.page-who-forms table td {
    border: 1px solid #fff;
    text-align: left;
    padding: 3px 1em;
}
.page-who-forms table th {
    color: #fff;
    background: #4f81bd;
    font-weight: bold;
}
.page-who-forms table td {
    color: #000;
    background: #e9edf4;
}
.page-who-forms table td.cnt {
    text-align: right;
}
.page-who-forms table tr:nth-child(2n) td {
    color: #000;
    background: #d0d8e8;
}

table.who-category {

}
table.who-category tr th.cat {
    width: 49%;
}
table.who-category tr th.count-all {
    width: 50%;
}

table.who-locale {

}
table.who-locale tr th.cat {
    width: 33%;
}
table.who-locale tr th.region {
    width: 33%;
}
table.who-locale tr th.count-all {
    width: 33%;
}





/* 参加登録者数をチェックしよう 人数 */
.box .boxContent .regCount {
    margin-bottom: 5px;
    color: #1e6ea0;
    text-align: center;
    font-weight: bold;
    line-height: 1.3;
}
.box .boxContent .regCount strong {
    font-size: 2em;
}
.box .boxContent .regCount strong.count {
    font-size: 3em;
    line-height: 1.6;
}
.box .boxContent .mapimg {
    text-align: center;
}
/* 参加詳細ボタン */
.box .boxContent .joinBtn {
    margin: 45px auto 0;
    text-align: center;
}
.box .boxContent .joinBtn2 {
    margin: 0 auto 0;
    text-align: center;
}
.box .boxContent .questionnaireBtn {
    margin: 20px auto 0;
    text-align: center;
}




/* ======== 日本シェイクアウト提唱会議 ======== */
.box .boxContent .jShare {
    margin: 0 auto;
    width: 80%;
}
.box .boxContent .jShare p.logo {
    float: left;
    display: inline;
    margin: 0 101px 0 101px;
}
.box .boxContent .jShare ul.relDocs {
    overflow: hidden;
}
.box .boxContent .jShare ul.relDocs li {
    font-size: 135%;
    margin-bottom: 0.5em;
    padding-left: 12px;
    background: transparent url(/common/images/bg-arrow-r.gif) left center no-repeat;
}
.box .boxContent .jShare ul.relDocs li a {
    text-decoration: none;
}

/* 日本シェイクアウト提唱会議 よびかけ人*/
.box .boxContent .membersList {
    text-align: left;
}
.box .boxContent .membersList	dl {

}
.box .boxContent .membersList	dl dt {
    font-size: 135%;
    line-height: 1.3;
}
.box .boxContent .membersList	dl dd {
    margin-bottom: 1.0em;
    font-size: 88%;
    line-height: 1.1;
}

.box .boxContent .membersList .tFoot {
    text-align: right;
    font-size: 90%;
}





/* ======== 事前勉強しよう（未使用） ======== */
.box .boxContent .pamphlet {
    padding: 15px 0;
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
}
/* 事前勉強しよう　ウェブバナー */
.box .boxContent .webBanners {
    width: 604px;
    height: 300px;
    overflow: hidden;
}
/* 絶対配置要素s */
.box .boxContent .abs0 {
    top: 10px;
    left: 0;
    width: 120px;
    height: 50px;
}

.box .boxContent .abs120-90-a {
    top: 33px;
    left: 110px;
}
.box .boxContent .abs300-250-a {
    top: 33px;
    left: 155px;
}
.box .boxContent .abs160-600-a {
    top: 33px;
    left: 260px;
}
.box .boxContent .abs728-90-a {
    top: 143px;
    left: 20px;
}

.box .boxContent .abs120-90-b {
    top: 33px;
    left: 401px;
}
.box .boxContent .abs300-250-b {
    top: 33px;
    left: 449px;
}
.box .boxContent .abs160-600-b {
    top: 33px;
    left: 554px;
}
.box .boxContent .abs728-90-b {
    top: 143px;
    left: 314px;
}

/* バナー縮小 */
.box .boxContent .abs120-90-a img,
.box .boxContent .abs120-90-b img {
    width: 30px;
    height: 23px;
}
.box .boxContent .abs300-250-a img,
.box .boxContent .abs300-250-b img {
    width: 96px;
    height: 80px;
}
.box .boxContent .abs160-600-a img,
.box .boxContent .abs160-600-b img {
    width: 50px;
    height: 188px;
}
.box .boxContent .abs728-90-a img,
.box .boxContent .abs728-90-b img {
    width: 230px;
    height: 28px;
}



/* ======== howto どうやって ======== */
.box .boxContent .join4step {
    margin: 0 auto;
    width: 762px;
    text-align: center;
}
.box .boxContent .join4step h3 {
    font-size: 150%;
    margin-bottom: 0.5em;
}
.box .boxContent .join4step div.stepbox {
    position: relative;
}
.box .boxContent .join4step ol {

}

/* ↓arrows */
.box .boxContent .join4step .abs {
    position: absolute;
}
.box .boxContent .join4step .s1to2 {
    position: absolute;
    top: 108px;
    left: 298px;/*  136/2 = 68   762/2 = 366 */
    z-index: 1000;
}
.box .boxContent .join4step .s2to3 {
    position: absolute;
    top: 242px;
    left: 298px;
    z-index: 1000;
}
.box .boxContent .join4step .s3to4 {
    position: absolute;
    top: 376px;
    left: 298px;
    z-index: 1000;
}

.box .boxContent .join4step ol li.steps {
    background: #0366aa;
    margin-bottom: 26px;
    border: 4px solid #005b94;
    border-radius: 3px;
    text-align: left;
    overflow: hidden;
    /*	height: 100px;*/
}
.box .boxContent .join4step ol li.steps img {
    float: left;
    display: inline;
}

.box .boxContent .join4step ol li.steps div.rsidebox {
    background: #fff;
    height: 100px;
    min-height: 100px;
    overflow: hidden;
}
.box .boxContent .join4step ol li.steps ul {
    padding: 18px 1.5em 1.2em 1.5em;
}
.box .boxContent .join4step ol li.steps ul.itemtwo {
    padding-top: 30px;
}
.box .boxContent .join4step ol li.steps ul li {
    font-size: 110%;
    padding-left: 16px;
    background: transparent url(/common/images/bg-circle.gif) left center no-repeat;
}
.box .boxContent .otherLinks {
    margin: 0 19px;
    padding: 26px 36px 0 36px;
    border-top: 1px solid #666;
}

.box .boxContent .otherLinks ul {
    text-align: center;
}
.box .boxContent .otherLinks ul li {
    /*	margin-left: 64px;
            float: left;
            display: inline;*/
}
.box .boxContent .otherLinks ul li a {
    text-decoration: none;
}

.box .boxContent .faq {
    margin: 0 19px 0 19px;
    padding: 26px 0 0 0;
}




/* ======== 申し込もう register ======== */
#page-register {

}
#page-register div.yearOfTraining {
    margin-bottom: 30px;
}

/* xxxx年度受付中のシェイクアウト訓練 */
#page-register div.listTraining {
    margin: 0 0 0 90px;
}
#page-register div.listTraining dl {
    float: left;
    display: inline;
    width: 180px;
    margin: 0 60px 15px 0;
}
#page-register div.listTraining dl dt {
    text-align: cetner;
    margin: 0 auto 3px auto;
}
#page-register div.listTraining dl dd {
    margin: 0 auto 3px auto;
    text-align: center;
}

#page-register div.listTraining.l4 {
    margin: 0 0 0 30px;
}
#page-register div.listTraining.l4 dl {
    float: left;
    display: inline;
    width: 180px;
    margin: 0 30px 15px 0;
}

#page-register div.listTraining h4 {
    margin: 0 0 0 30px;
}
#page-register div.listTraining table {
    margin: 0 0 5px 40px;
}
#page-register div.listTraining th {
    width: 270px;
    padding: 0 20px 5px 0;
    text-align: left;
    white-space: nowrap;
}
#page-register div.listTraining td {
    text-align: left;
}


/* ↓参加登録フォーム用（未使用）　ここから↓ */
#page-register .regblock1st,
#page-register .regblock3rd {
    padding: 24px 32px;
}

#page-register .regblock2nd {
    padding: 0;
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
    text-align: center;
    display: table;
    width: 100%;
}
#page-register .regblock2nd form input[type="text"],
#page-register .regblock2nd form select {
    margin: 3px 0 18px 0;
    width: 300px;
}
#page-register .regblock2nd p {
    margin: 0;
}
#page-register .regblock2nd p.formInfo {
    margin: 0 0 4em 0;
    line-height: 1.8;
}
#page-register .regblock2nd .loginBox p.formInfo {
    margin: 0 0 2.2em 0;
}

#page-register .regblock2nd .regBox {
    float: left;
    width: 49.5%;
    padding: 24px 0;
}
#page-register .regblock2nd .loginBox {
    float: right;
    width: 50%;
    border-left: 1px solid #808080;
    padding: 24px 0;
}

#page-register .regblock2nd input.btn {
    margin: 12px 0 36px 0;
    color: #fff;
    background: #f25103;
    width: 152px;
    height: 32px;
    text-indent: -9999px;
    border: 0;
}
#page-register .regblock2nd input.btn.registerbtn {
    background: transparent url(/common/images/btn-register.gif) left top no-repeat;
}
#page-register .regblock2nd input.btn.loginbtn {
    background: transparent url(/common/images/btn-login.gif) left top no-repeat;
}
/* ↑参加登録フォーム用（未使用）　ここまで↑ */






/* ======== お問い合わせ ======== */
#page-contact .box .boxContent .formAreaWrapper {
    margin: 0 auto;
    width: 668px;
    overflow: hidden;
}
#page-contact .box .boxContent .formAreaWrapper form table tr {

}
#page-contact .box .boxContent .formAreaWrapper form table tr th {
    padding-bottom: 0.75em;
}
#page-contact .box .boxContent .formAreaWrapper form table tr td {
    padding-bottom: 0.75em;
}
#page-contact .box .boxContent .formAreaWrapper form table tr td.itemLabel {
    width: 10.5em;
    vertical-align: middle;
}
#page-contact .box .boxContent .formAreaWrapper form table tr td.itemLabel.tel {
    vertical-align: top;
}
#page-contact .box .boxContent .formAreaWrapper form table tr td.itemTform input {
    width: 11.5em;
}
#page-contact .box .boxContent .formAreaWrapper form table tr td.itemTform.wide input {
    width: 32.5em;
}
#page-contact .box .boxContent .formAreaWrapper form p.mailerSettings {
    margin-top: 0.75em;
    margin-bottom: 3px;
}




/* ======== 旧ニュースとイベント　ニュースリスト バックナンバー（未使用） ======== */
.box .boxContent ul.newsList,
.box .boxContent ul.bnList {
    margin-top: -5px;
    overflow: hidden;
}
/*.box .boxContent ul.bnList li,*/
.box .boxContent ul.newsList li {
    margin: 0;
    margin-top: -1px;
    padding: 10px 0 5px 0;
    border-top: 1px solid #808080;
}

#page-news .box .boxContent p.more {
    margin-bottom: 0.25em;
}

#page-news .box .boxContent .bnList h3 {
    color: #000;
    font-weight: normal;
    font-size: 100%;
}
#page-news .box .boxContent .bnList h3 span.date {
    color: #000;
    padding-right: 2em;
}

/* ======== お知らせ（新　ニュースとイベント情報） ======== */
#page-info {

}
#page-info .box .boxContent {
    padding-top: 12px;
    padding-bottom: 12px;
}
#page-info .box .boxContent p {
    margin-bottom: 1.25em;
}
#page-info .box .boxContent p.date {
    margin: 0 0.25em 0.25em 0;
    text-align: right;
    color: #015B90;
}


/* ======== .boxContent 自治体トップ ページ ======== */

.page-l .box .boxContent a {
    /*	color: #0000ff;*/
}
.page-l .box .boxContent a:hover {
    /*	text-decoration: none;*/
}

span.detail3-clickimg {
    padding-top: 0.25em;
    color: #cd7a50;
    font-weight: bold;
    display: block;
}

.page-l .box .boxContent .goInfoList {
    margin: -1.25em -0.75em 0.25em 0;
}

.page-l .box .boxContent ul.verList {
    line-height: 1.4;
}
.page-l .box .boxContent ul.verList li {
    margin-bottom: 30px;
}

div.bannerArea li span.supported {
    margin: 0 auto;
    padding: 1em 0 0 0;
    text-align: center;
    display: block;
}





/* .boxContent 自治体 詳細 ページ */
#contentlNav {
    padding: 0;
}
#contentlNav .inner {
    padding: 6px 12px;
    color: #005b94;
    background: #fff;
    border: 1px solid #005b94;
    border-radius: 5px;
}

#contentlNav ul {

}
#contentlNav ul li {
    display: inline;
    margin-right: 1.8em;
    line-height: 1.2;
}
#contentlNav ul li a {
    text-decoration: none;
}

.page-l .box .boxContent p {
    margin-bottom: 0.5em;
}
.page-l .box .boxContent p.goRegPage,
.page-l .box .boxContent p.contacts,
.page-l .box .boxContent p.goDetail {
    margin-bottom: 0;
}
.page-l .box .boxContent p.rImg {
    margin: 0 0 0.25em 24px;
}
.page-l .box .boxContent p.goDetail span {
    color: #1750B9;
    font-size: xx-small;
}


/* 自治体詳細 過去 */
h3.reg2 {
    color: #fff;
    background: #005B94;
    font-size: 1.25em;
    font-weight: bold;
    margin: 1em 0 0.75em 0;
    padding: 3px 1em;
}
p.subTitle1 {
    color: #005B94;
    font-size: 1.25em;
    font-weight: bold;
    margin: 0.25em 0 0.75em 0;
}
p.subTitle2 {
    color: #fff;
    background: #F26522;
    font-size: 1.25em;
    font-weight: bold;
    margin: 1em 0 0.75em 0;
    padding: 3px 1em;
}





/* === 申し込みフォーム　contact 問い合わせフォーム　 ここから === */

#contactform1,
#contactform1 form#mailform table.tbl {
    width: 668px;
    overflow: hidden;
}
#contactform1 form#mailform table.tbl td {

}
#contactform1 form#mailform table.tbl td input[type="text"],
#contactform1 form#mailform table.tbl td textarea {
    max-width: 420px;
}

.box .contactFormsIn {
    padding: 0;
}
.box .contactFormsIn .infoForm {
    padding: 24px 32px 12px 32px;
}
form#mailform {

}
form#mailform h3 {
    padding: 3px 19px;
    color: #fff;
    background: #f26522;
}

form#mailform input[type="text"] {
    max-width: 600px;
}
form#mailform .contents {
    padding: 5px 19px 10px 19px;
}
form#mailform .contents p {
    padding: 0.5em 0;
}
form#mailform .tbl {
    width: 100%;
}
form#mailform .tbl .nowrap {
    white-space: nowrap;
}
form#mailform .tbl th {
    color: #004477;
}

form#mailform .tbl th,
form#mailform .tbl td {
    border-bottom: 1px solid #95adc4;
    padding: 10px;
    text-align: left;
}
#contactform1 form#mailform .tbl th,
#contactform1 form#mailform .tbl td {
    border-bottom: 0;
}


.attention dt {
    float: left;
    width: 16px;

}
.attention dd {
    margin-left: 16px;
}
.thin {
    color: #888888;
}

form#mailform .red {
    color: #ff3300;
}
form#mailform .cen {
    margin: 18px 0;
    text-align: center;
}

form#mailform .btn input {
    height: 30px;
    width: 150px;
}

form#mailform .active {
    border: 1px solid #A5ACB2;
    ime-mode: active;
    padding: 2px;
}
form#mailform .disabled {
    border: 1px solid #A5ACB2;
    ime-mode: disabled;
    padding: 2px;
}


form#mailform .box_anke {
    background: #fff;
    margin-bottom: 5px;
    padding: 10px;
}
form#mailform .fm {
    font-size: 110%;
}
form#mailform .b {
    font-weight: bold;
}
form#mailform p {
    margin-bottom: 0;
}


form#mailform #ito .tbl th {
    vertical-align: top;
}
form#mailform #ito .tbl td table {
    float: left;
}
form#mailform #ito .tbl td table th,
form#mailform #ito .tbl td table td {
    padding: 0 0 10px;
    border: none;
    font-size: 13px;
    white-space: nowrap;
}
form#mailform #ito .tbl td table th {
    padding-top: 8px;
    color: #000000;
    padding-left: 15px;
    text-align: right;
}
form#mailform #ito .tbl td table td {
}
form#mailform #ito .tbl td table td.vbtm {
    vertical-align: bottom;
}

/* === 自治体　申し込みフォーム　contact ここまで === */


#learn .tbl {
    width: 100%;
    background: #FFFFFF;
}
#learn .tbl .nowrap {
    white-space: nowrap;
}
#learn .tbl th {
    color: #FFFFFF;
    background: #4f81bd;
}
#learn .tbl .cen {
    text-align: center;
}
#learn .tbl .title {
    background: #d0d8e8;
}
#learn .tbl th,
#learn .tbl td {
    border: 1px solid #95adc4;
    padding: 10px;
    text-align: left;
}
#learn hr {
    margin: 12px 0;
    border: none;
    border-bottom: 1px solid #95adc4;
}




/* .contentBottom */
.contentBottom {
    margin: 0;
    padding: 0 0 20px 0;
}

.contentBottom ul#fNav {
    margin: 10px auto;
    padding: 8px 10px;
    color: #fff;
    background: #005b94;
    border-radius: 5px;
    font-size: 0;
    /*	text-align: center;*/
    line-height: 1.0;
}
.contentBottom ul#fNav li {
    margin: 0 0 0 0;
    padding: 0 6px 0 6px;
    display: inline;
    color: #fff;
    border-left: 1px solid #fff;
    font-size: 14px;
}
.contentBottom ul#fNav li.first {
    border-left: 0;
}
.contentBottom ul#fNav li a {
    color: #fff;
    text-decoration: none;
    font-size: 0.8em;
}
.contentBottom ul#fNav li a:hover {
    color: #f26522;
}

.contentBottom .alliance {
    margin: 10px 20px 0 20px;
    text-align: right;
    line-height: 1.3;
}
.contentBottom .alliance span {
    font-size: smaller;
    font-style: italic;
}



/* #footer */



/* generic classes */

a img.exLink {
    vertical-align: middle !important;
}

.fll {
    float: left !important;
    display: inline;
}
.flr {
    float: right !important;
    display: inline;
}
.fln {
    float: none !important;
    display: inline;
}
.crb {
    clear: both !important;
}

.ofh {
    overflow: hidden !important;
}

.dspno {
    display: none !important;
}
.dspbl {
    display: block !important;
}
.dspil {
    display: inline !important;
}
.vish {
    visibility: hidden !important;
}
.visv {
    visibility: visible !important;
}



.m0 {
    margin: 0 !important;
}
.mt10 {
    margin-top: 10px !important;
}
.mb0 {
    margin-bottom: 0 !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.mb60 {
    margin-bottom: 60px !important;
}
.p0 {
    padding: 0 !important;
}
.pb5 {
    padding-bottom: 5px !important;
}
.pt10 {
    padding-top: 10px !important;
}



.whalf {
    width: 47.5% !important;
}



.tac {
    text-align: center !important;
}
.tar {
    text-align: right !important;
}
.tal {
    text-align: left !important;
}
.fsmaller {
    font-size: smaller !important;
}
.flarger {
    font-size: larger !important;
}



.posR {
    position: relative !important;
}
.posA {
    position: absolute !important;
}


.fb {
    font-weight: bold !important;
}

.notice,
.caution,
.reguire,
.red {
    color: #FF3300 !important;
}




/*
================================================================================
        end
================================================================================
*/

/* カウンター */
#cnt {
    position: relative;
    top: -90px;
    margin:0 0 -110px 0;
    padding: 0 0 0 35px;
}


/* アーカイブズ */
#archives ul {
    margin-left: 1em;
}
#archives ul:after {
    clear: both;
    display: block;
    overflow: hidden;
    height: 0px;
    content: "";
}
#archives ul li {
    float: left;
    width: 30%;
    margin-left: 3%;
    border-bottom: 1px solid #a9bfd8;
}
#archives ul li a {
    display: block;
    padding: 10px;
    text-decoration: none;
}
#archives ul li a:hover {
    background: #fff;
}
/* ここよりスプレー追加 */
#top-link {
    visibility: hidden;
    display: none;
    
}
#mobilemenu {
    display: none;
}

.sp-arealist {
    display: none;
}