@charset "UTF-8";
/*  css/base.css    */

/****************************************
        　　　リセットCSS
*****************************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
menu, nav, section, summary, footer
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
/*font-style:normal;*/
    font-size:100%;
    vertical-align:baseline;
   /* background:transparent;*/
}
body {　line-height:1;font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {　display:block;}
blockquote, q { quotes:none;}
blockquote:before, blockquote:after,　q:before, q:after {　content:'';    content:none;}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {　text-decoration: line-through;}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
em{
    font-style:italic;
}
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
blockquote {
    border-left-width: 5px;
    padding-left: 20px;
    padding-right: 8px;
    border-color: #ccc;
    border-style: solid;
    font-style: italic;
    font-family: Georgia,Times,"Times New Roman",serif;
    color:#777777;
}
input, select {    vertical-align:middle;}
img {
    vertical-align: top;
    font-size:0;
    line-height: 0;
}
a:hover img  {
    filter: alpha(opacity=70);
    -moz-opacity:0.7;
    opacity:0.7;}

input {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 15px;
}
/****************************************
        　　　全体
*****************************************/
/* 基本 */

html, body, #wrapper { height: 100%; position: relative;}
body > #wrapper { height: auto;    min-height: 100%;}

/* 背景対策 */
*:first-child+html body { padding-left: 1px;}
* html body { padding-left: 1px;}
body,x:-moz-broken { margin-left: -1px;}

section > article:last-child {
    min-height: 210px;
}

/****************************************
エラーウィンドウ
****************************************/
.error_window_content{
    margin:40px auto 0 auto;
    text-align:center;
}

.error_window_content{
    margin:40px 0px;
}
.error_window_content + .input_wrap .input_submit_wrap {
    background-color: #f0f0f0;
    text-align: center;
    width: 100%;
}
.error_window_content + .input_wrap .input_submit_wrap .input_submit {
    background-color: #dbf6e7;
    border: 1px solid #cccccc;
    font-size: 14px;
    font-weight: bold;
    margin: 3px;
    padding: 4px 20px;
}

/****************************************
インフォウィンドウ
****************************************/
.info_window_content{
    margin:40px auto 0 auto;
    text-align:center;
}

.info_window_content{
    margin:40px 0px;
}
.info_window_content + .input_wrap .input_submit_wrap {
    background-color: #f0f0f0;
    text-align: center;
    width: 100%;
}
.info_window_content + .input_wrap .input_submit_wrap .input_submit {
    background-color: #dbf6e7;
    border: 1px solid #cccccc;
    font-size: 14px;
    font-weight: bold;
    margin: 3px;
    padding: 4px 20px;
}

/****************************
 * ユーザー登録
 ****************************/
.form_table td.user_reg_acept_td{
    text-align : center;
    margin : auto auto;

}
.form_table th{
    white-space: nowrap;

}

.form_table .accept{
    display : block;
    border : 1px solid #f1f1f1;
    background-color : #ffb56a;
    padding : 10px 20px;
    margin : 20px;
    font-size : 115%;
    font-weight : 800;

}



/****************************
 * グループ参加 チェックボックス
 ****************************/
.group_join_terms{
    display : block;
    border : 1px solid #f1f1f1;
    background-color : #ffb56a;
    padding : 10px 20px;
    margin : 20px;
    font-size : 115%;
    font-weight : 800;
    text-align : center;
}


/* 以下、以前の「共通CSS」に入っていたもの */


/****************************************
        　　　パーツ
*****************************************/
/* 「ログイン/ログアウト」「ブログアーカイブ」パーツなどの矢印アイコン */
.common_href {
    display: block;
    background-image: url(../images/arw.png);
    background-repeat: no-repeat;
    background-position: 3px 10px;
    padding-left: 20px;
    padding-top: 4px;
}
.common_href:hover { background-color: #eaffe8;}
.common_href span {    display: block;    padding: 1px 2px 1px 3px;}

/* 「メニュー」パーツの矢印アイコン */
.menu_href {
    display: block;
    background-image: url(../images/arw.png);
    background-repeat: no-repeat;
    background-position: 3px 8px;
    padding-left: 18px;
    padding-top: 2px;
}
.menu_href:hover { background-color: #eaffe8;}
.menu_href span { display: block;    padding: 1px 2px 1px 3px;}



/* 「ブログアーカイブ」 */
.common_date {
    padding: 1px 3px 3px 1px;
    text-align: right;
    font-size: 0.8em;
    color: #666;
    border-bottom: dashed 1px #ccc;
}
.blog_archive_latest, .blog_archive_backnumber{
    background-color: #E6E6E6;
    padding: 0 10px;
    font-size: 95%;
    margin-top: 5px;
}


/* 「プロフィール」パーツ */
.profile_icon {    text-align: center;    padding: 4px;}
.profile_icon > img { margin: 0 auto;    border: solid 1px #efefef;}
.profile_title { padding: 3px;    font-size: 0.8em;    background-color: #E6E6E6;}
.profile_body {    padding: 3px;    font-size: 0.9em;    background-color: #ffffff;}
.ecom_map_view {margin-top: 10px !important;}

/* 「RSS」パーツ */
#rss_add_input {
    cursor: pointer;
    padding: 2px 2px 2px 22px;
    background-image: url(../images/fr.gif);
    background-repeat: no-repeat;
    background-position: 2px center;
    font-size: 0.8em;
    color: #6c9cc5;
}
.rss_href {
    display: block;
    background-image: url(../images/arw.png);
    background-repeat: no-repeat;
    background-position: 3px 8px;
    padding-left: 18px;
    padding-top: 4px;
    border-top: dashed 1px #dfdfdf;
}
.rss_href:hover { background-color: #eaffe8;}
.rss_href span { display: block;        padding: 1px 2px 1px 3px;}
.rss_body {    padding: 3px 3px 3px 18px;    font-size: 0.8em;}
.rss_date {    padding: 1px 3px 1px 1px;    text-align: right;    font-size: 0.8em;    color: #aaaaaa;}
.rss_header, .rss_footer { font-size: 0.9em;    padding: 2px;}
.rss_title { font-size: 0.9em;    padding: 3px;}
.rss_list {    margin: 0px;    padding: 0px;    list-style: none;}
.rss_list > li { padding: 2px;    font-size: 0.9em;}
.rss_list > a {    display: inline;}
.rss_more {    font-size: 0.8em;    text-align: right;    padding: 2px;}

/* 「グループ参加と参加者リスト」パーツ */
.glist_main { ;}
.glist_href {
    display: block;
    background-image: url(../images/person.png);
    background-repeat: no-repeat;
    background-position: 3px 8px;
    padding-left: 18px;
    padding-top: 4px;
}
.glist_href:hover {    background-color: #eaffe8;}
.glist_href span { display: block;    padding: 4px 2px 1px 3px;}
.glist_nohref {
    display: block;
    background-image: url(../images/person.png);
    background-repeat: no-repeat;
    background-position: 3px 8px;
    padding-left: 18px;
}
.glist_nohref span { display: block;    padding: 4px 2px 1px 3px;}
.glist_entry {
    color: #ffffff;
    border-top: solid 4px #a8e1ff;
    background-color: #71d8e6;
    padding :4px;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}
.glist_entry a, .glist_entry a:link{ color: #ffffff;}
.glist_bye {
    color: #333333;
    border-top: solid 2px #d4d4d4;
    background-color: #ffe3e3;
    padding :3px;
    font-weight: normal;
    font-size: 12px;
    text-align: center;
}
.glist_bye a { color: #333333;}
.ulist_block {
    display: block;
    background-a: url(../images/person.png);
    background-repeat: no-repeat;
    background-position: 3px 8px;
    padding-left: 20px;
    padding-top: 2px;
}
.ulist_block_owner {
    display: block;
    background-image: url(../images/person_owner.png);
    background-repeat: no-repeat;
    background-position: 3px 8px;
    padding-left: 20px;
    padding-top: 2px;
}
.ulist_block span, .ulist_block_owner span { display: block;    padding: 2px;}
.ulist_block_more {    text-align: right;    font-size: 0.8em;    padding: 2px;}


/* 「サブサイトマップ」パーツの「詳細表示」 */
.list_g_block_more { text-align: right;    font-size: 0.8em;    padding: 2px;}

/* eコミマップのtable（borederを消去） */
table.ecommap_topmenu {
    border: none;
}
table.ecommap_topmenu th {
    border: none;
}
table.ecommap_topmenu td {
    border: none;
}


/* インプット系（リアルタイムアンケートの編集画面など） */





/****************************************
    　「ログイン」ウィンドウtable (141210追加）
*****************************************/
.form_table { border:1px solid #fff;}
.form_table td {
    padding: 4px;
    text-align: left;
    border:1px solid #fff;
}

.form_table th {
    background-color: #f1f1f1;
    padding: 4px;
    text-align: left;
    width: 10em ;
    border:1px solid #fff;
}
.dialog_wrap .form_table th {
    width: 300px !important;
    white-space: nowrap;
}
.dialog_wrap .form_table td .input_text{
    width: 400px !important;
}
.form_table .input_text {
    border: 1px solid #aaa;
    font-size: 0.9em;
}
.dialog_wrap table {
    margin-bottom: 20px;
}

.form_table>input[name="email"]{
width:300px !important;
}

/****************************************
    　フォームtable(141210追加）グループの参加設定
*****************************************/
table#form_add_input { border:1px solid #fff;}
table#form_add_input  td {
    padding: 4px;
    text-align: left;
    border:1px solid #fff;
}

table#form_add_input  th {
    background-color: #f1f1f1;
    padding: 4px;
    text-align: left;
    width: 10em;
    border:1px solid #fff;
}
table#form_add_input  .input_text {
    border: 1px solid #aaa;
    font-size: 1.2em;
}



/****************************************
        　「ページ設定」メニュー
*****************************************/
.setting_menu .icon {
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0px 0px 0px 26px;
    line-height: 26px;
    display: inline-block;
}
.folded{
    line-height: 34px !important;
    font-size: 15px;
}
.icon.reload {    background-image: url(../images/icons/001_39.png);}
.icon.profile {    background-image: url(../images/icons/001_54.png);}
.icon.mbox {    background-image: url(../images/icons/001_13.png);}
.icon.mail_setting {    background-image: url(../images/icons/001_12.png);}
.icon.log_setting {    background-image: url(../images/icons/001_35.png);}
.icon.passwd_change {    background-image: url(../images/icons/001_41.png);}
.icon.mail_change {    background-image: url(../images/icons/001_12.png);}
.icon.favorite {    background-image: url(../images/icons/001_15.png);}
.icon.friend {    background-image: url(../images/icons/001_57.png);}
.icon.filebox {    background-image: url(../images/icons/001_53.png);}
.icon.resign {    background-image: url(../images/icons/001_05.png);}
.icon.site_select {    background-image: url(../images/icons/001_20.png);}
.icon.group_profile {    background-image: url(../images/icons/001_57.png);}
.icon.delete_gpage {    background-image: url(../images/icons/001_05.png);}
.icon.mypage_profile {    background-image: url(../images/icons/001_55.png);}
.icon.delete_mypage {    background-image: url(../images/icons/001_05.png);}
.icon.add_block {    background-image: url(../images/icons/001_01.png);}
.icon.skin {    background-image: url(../images/icons/001_59.png);}
.icon.mail_noti {    background-image: url(../images/icons/001_12.png);}
.icon.mail_noti_list {    background-image: url(../images/icons/001_12.png);}
.icon.system_default {    background-image: url(../images/icons/001_58.png);}
.icon.edit {    background-image: url(../images/icons/001_45.png);}
.icon.other {    background-image: url(../images/icons/001_08.png);}



/****************************************
    　　「システム管理設定」メニュー
*****************************************/
.edit_menu_title.icon {
    background-repeat: no-repeat;
    background-position: 2px center;
    padding: 0px 0px 0px 26px;
    line-height: 26px;

}
.edit_menu_title.icon.portal {
    background-image: url(../images/icons/001_20.png);
    background-color: white;
}
.edit_menu_sub.icon {
    background-repeat: no-repeat;
    background-position: 4px center;
    padding: 0px 0px 0px 26px;
    line-height: 26px;

}
h3.edit_menu_sub.icon {
    font-weight:  bold !important;
    font-size: 16px !important;
    color: #333 !important;
    padding-top: 10px;
    background-position: 2px 10px;
}
.setting_items {
    font-size: 15px !important;
}
/* ユーザーとグループ */
.edit_menu_sub.icon.listuser { background-image: url(../images/icons/001_55.png);}
.edit_menu_sub.icon.edituser { background-image: url(../images/icons/001_55.png);}
.edit_menu_sub.icon.addtogroup { background-image: url(../images/icons/001_57.png);}
.edit_menu_sub.icon.listgroup {    background-image: url(../images/icons/001_57.png);}
.edit_menu_sub.icon.regist_setting { background-image: url(../images/icons/001_55.png);}
.edit_menu_sub.icon.group_setting {    background-image: url(../images/icons/001_57.png);}
/* サイト全体 */
.edit_menu_sub.icon.sitename { background-image: url(../images/icons/001_45.png);}
.edit_menu_sub.icon.agreement {    background-image: url(../images/icons/001_11.png);}
.edit_menu_sub.icon.portal { background-image: url(../images/icons/001_20.png);}
.edit_menu_sub.icon.keyword { background-image: url(../images/icons/001_45.png);}
.edit_menu_sub.icon.menubar_select { background-image: url(../images/icons/001_36.png);}
.edit_menu_sub.icon.menubar_entry {    background-image: url(../images/icons/001_35.png);}
.edit_menu_sub.icon.menubar_edit { background-image: url(../images/icons/001_34.png);}
/* スパム対策 */
.edit_menu_sub.icon.spam { background-image: url(../images/icons/001_61.png);}
/* テンプレート・デザイン */
.edit_menu_sub.icon.layout { background-image: url(../images/icons/001_08.png);}
.edit_menu_sub.icon.filebox { background-image: url(../images/icons/001_53.png);}
.edit_menu_sub.icon.skin_list {    background-image: url(../images/icons/001_57.png);}
.edit_menu_sub.icon.css_input {    background-image: url(../images/icons/001_45.png);}
/* パーツの管理 */
.edit_menu_sub.icon.parts {    background-image: url(../images/icons/001_01.png);}
/* パーツのサイト内共通設定 */
.edit_menu_sub.icon.comm_mod { background-image: url(../images/icons/001_64.png);}
/* メンテナンス */
.edit_menu_sub.icon.maintenance { background-image: url(../images/icons/001_63.png);}
.edit_menu_sub.icon.upgrade { background-image: url(../images/icons/001_24.png);}
/* システム初期設定 */
.edit_menu_sub.icon.init { background-image: url(../images/icons/001_62.png);}
.edit_menu_sub.icon.install { background-image: url(../images/icons/001_42.png);}

/****************************************
        　　　フォーム関連
*****************************************/

.input_wrap {
    text-align: center;
}
.input {
    border: 1px solid #EFEFEF;
    margin: 2px auto;
    text-align: left;
    width: 98%;
}

.input_title {
	font-weight: bold;
	background-color: #E6E6E6;
	padding: 2px 2px 2px 15px;
	position: relative;
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 5px;
}
.input_title::before {
	content: "";
	border-top: 4px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 7px solid #FF8000;
	position: absolute;
	left: 5px;
	top: 14px;
	margin-top: -5px;
}


.input_body {
    background-color: #FFFFFF;
    font-size: 0.9em;
    font-weight: normal;
    padding: 3px;
	margin-bottom: 10px;
	margin-left: 25px;
}
.input_form {
    margin: 0;
}
.input_text, .input_file, .input_num, .input_datetime {
    border: 1px solid #CCCCCC;
    padding: 2px;
}
.input_text {
	margin-bottom: 5px !important;
}
.input_num {
    ime-mode: inactive;
    text-align: right;
}
.input_datetime {
    ime-mode: inactive;
    text-align: right;
}
.input_submit {
    background-color: #DBF6E7;
    border: 1px solid #CCCCCC;
    font-size: 14px;
    font-weight: bold;
    margin: 3px;
    padding: 4px 10px;
}

.input_cancel {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    font-size: 14px;
    font-weight: bold;
    margin: 3px;
    padding: 4px 10px;
}
.input_head {
    padding: 4px 8px;
}
.input_wrap select {
    border: 1px solid #CCCCCC;
}
.input_submit_wrap {
    background-color: #F0F0F0;
    text-align: center;
    width: 100%;
}
.input_error {
    background-color: #E44141;
    color: #FFFFFF;
    font-size: 0.9em;
    font-weight: normal;
    padding: 2px;
}
.input_button {
    background-color: #DBF1F6;
    border: 1px solid #CCCCCC;
    font-size: 12px;
    margin: 3px;
    padding: 2px 3px;
}
#viewymd_Y{
    width: 50px;
}
.input_datetime {
    width: 30px;
}

.delbtn {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    color: #FF6666;
    font-size: 12px;
    margin: 1px;
    padding: 1px 3px;
}

#directUpload{
    margin-top:6px;
}
#viewDUF{
    width: 20px;
    height: 20px;
    float: right;
    cursor: pointer;
}
.viewDUF_d::before{
    content: "";
    border-top: 7px solid #FF8000;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    position: absolute;
    right: 5px;
    top: 14px;
    margin-top: -5px;
}
.viewDUF_u::before{
    content: "";
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 7px solid #FF8000;
    border-left: 5px solid transparent;
    position: absolute;
    right: 5px;
    top: 10px;
    margin-top: -5px;
}

.du_exp {
    margin-left: 1em; /* ブロック全体を 1em 右に */
    text-indent: -1em; /* 先頭の1文字のみ 1em 左に */
}

/****************************************
        　　　その他
*****************************************/
/* ページャー */
.navi_pager {width: 100%;}
.navi_pager ul.pages {
display:block;
border:none;
text-transform:uppercase;
font-size:10px;
margin:0 auto;
padding:0;
}
.navi_pager ul.pages li {
list-style:none;
float:left;
border:1px solid #ccc;
text-decoration:none;
margin:0 5px 0 0;
padding:5px;
}
.navi_pager ul.pages li:hover {border:1px solid #003f7e;}
.navi_pager ul.pages li.pgEmpty {border:1px solid #eee;color:#eee;}
.navi_pager ul.pages li.pgCurrent {
border:1px solid #003f7e;
color:#000;
font-weight:700;
background-color:#eee;
}

/* ページャー２ */
.jpager_outer{
    margin-top:10px;
    text-align:center;
}
.jpager{
    display: inline-block;
}
.paginator_p_bloc {
    position:relative;
    width:3000px;
    margin: 0 auto;
}
.paginator_p.over {
    background-color:#8B8B8B;
}

.pager_o_left {
    width:15px; height:20px;
    float:left;
    margin:0 4px 0 0;
    border:1px solid;
}
.pager_m_left {
    cursor:pointer;
     height:20px;
    float:left;
    margin:0 4px 0 0;
    border:1px solid;
}
.pager_o_right{
    width:15px; height:20px;
    float:left;
    margin:0 0 0 4px;
    border:1px solid;
}
.pager_m_right {
    cursor:pointer;
     height:20px;
    float:left;
    margin:0 0 0 4px;
    border:1px solid;
}
.paginator_slider {
    clear:left;
    height: 10px;
    top: 4px;
    background: white;
    border: solid 1px black;
    position:relative;
    margin: auto;
}

#pager {
height:40px;
}
#pager_o_left {
width:15px; height:20px;
float:left;
margin:0 4px 0 0;
border:1px solid;
}
#pager_o_right {
width:15px; height:20px;
float:left;
margin:0 0 0 4px;
border:1px solid;
}
#pager_m_left {
cursor:pointer;
width:25px; height:20px;
float:left;
margin:0 4px 0 0;
border:1px solid;
}
#pager_m_right {
cursor:pointer;
width:25px; height:20px;
float:left;
margin:0 0 0 4px;
border:1px solid;
}

#pager_box {
    width: 80%;
margin: 0 auto;
}


.paginator_p {
text-align:center;
float:left;
color:#333;
background-color:#fff;
cursor:pointer;
padding:2px 0 0 0;
margin: 0 auto;
border: 1px solid #ccc !important;
font-size:12px;
}
.paginator_p_bloc {
position:relative;
width:3000px;
margin: 0 auto;
}
.paginator_p.over {
background-color:#8B8B8B;
}
.paginator_p.selected {
color:#333;
background-color:#eee;
border: 1px solid #003F7E !important;
font-size:12px;
}
.paginator_p_wrap {
position:relative;
overflow:hidden;
float:left;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
margin: 10px auto 0;
}
#paginator_slider {
clear:left;
height: 4px;
top: 4px;
background: white;
border: solid 1px black;
position:relative;
left: 0px;
width: 100%;
margin: 10px auto 0;
}
#paginator_slider .ui-slider-handle {
width: 8px;
height: 12px;
position: absolute;
top: -4px;
background-color:black;
}

/* example of css if you use over and max buttons */
.jPaginatorOver {
float:left;
width:30px;
height:20px;
text-align:center;
margin:0 2px 0 2px;
}
.jPaginatorMax {
float:left;
width:30px;
height:20px;
cursor:pointer;
text-align:center;
}

/* パーツの公開範囲 */
.ecom_block_pmt_icon { margin-right: 4px;    width: 20px;    height: 20px;}
.ecom_block_pmt_public { background-image: url(../images/icons/ico_internet.gif);}
.ecom_block_pmt_group {    background-image: url(../images/icons/ico_group.gif);}
.ecom_block_pmt_subsite { background-image: url(../images/icons/ico_subsite.gif);}
.ecom_block_pmt_authorized { background-image: url(../images/icons/ico_user.gif);}
.ecom_block_pmt_private { background-image: url(../images/icons/ico_hikoukai.gif);}
.ecom_block_pmt_friend { background-image: url(../images/icons/ico_friend.gif);}

/* パンくずリスト */

.nav_tp a { }

/* ヘルプの「？」マーク*/
a.ecom_module_help_link img{margin-right: 5px;}

/* カラム移動のときに表示される黄色い背景 */
.ecom_sort_placeholder {
    margin: 8px;
    height: 100px;
    border: dashed 1px darkgray;
    background-color: ivory;
    position:relative;
    z-index:10;
}

/* Twitter、Facebookボタン */
.twitter-share-button, .pluginConnectButton { margin-top:20px;}

/** 簡易マップ **/
.mod_map_crosshair{
    position: absolute;
    width: 2px;
    height: 20px;
    top: 50%;
    left: 50%;
    background-image:url("../modules/map/images/crosshair.png");
    background-position:50% 50%;
    background-repeat:no-repeat;
    pointer-events: none;
    z-index:100;
}
.mod_map_layer_btn{
    margin:10px;
    width:40px;
    height:40px;
    cursor:pointer;
}
.mod_map_layer_list{
    margin:0px 10px 10px 10px;
    background-color:#3e9eff;
    overflow-y:scroll;
    border:1px solid #005ebb;
    opacity:0.9;
    color:#ffffff;
    display:none;
    text-shadow:1px 1px 0px #000000;
}
.mod_map_overlays{
    border-bottom:1px solid #ffffff;
}
.mod_map_overlay_checked{
    background-color:#ff8040;
}
.mod_map_overlay , .mod_map_overlay_name{
    cursor:pointer;
}
.mod_map_layer_list .mod_map_overlays:last-child{
    border-bottom:0px none ;
}
.mod_map_overlay_names{
    padding: 1px 10px 0px 10px;
}
.mod_map_overlay_opacitys{
    padding: 3px 10px 5px 10px;
}
.mod_map_overlay_opacity{
    width:30px;
}
.mod_map_overlay_slider_wrap{
    width:65%;
    float:right;
    padding-top:3px;
    margin-right:3px;
    margin-left:3px;
}
.mod_map_overlays .mod_map_overlay_slider_wrap .ui-state-focus,
.mod_map_overlays .mod_map_overlay_slider_wrap .ui-state-hover{
    border:1px solid #0080ff;
    background-color:#cce8ff;
    background-image:none;

}

.mod_map_overlays .mod_map_overlay_slider_wrap .ui-slider-range{
    background-color:#0080ff;
    background-image:none;
}
.mod_map_zoom_error{
    background-color:#ffcaff;
    border:1px solid #ff8080 ;
    border-radius:10px;
    color:#444444;
    text-shadow:1px 1px 0px #ffffff;
    margin:10px;
    padding:10px;
    opacity:0.8;
    font-size:110%;
    text-align:center;
}

.mod_map_latlng{
    background-color:rgba(255,255,255,0.7);
    color:#444444;
    margin-bottom:-1px;
    padding:0px 5px;
}

.mod_map_credit_btn{
    width:40px;
    height:20px;
    border:1px solid #0080ff;
    border-radius:5px;
    text-align:center;
    line-height:20px;
    background-color:rgba(255,255,255,0.7);
    margin:0px 10px 5px 10px;
    cursor:pointer;
    color:#444444;
    display:none;
}

.mod_map_credit_area{
    color:#444444;
    border:1px solid #0080ff;
    border-radius:5px;
    background-color:rgba(255,255,255,0.7);
    margin:0px 10px 5px 10px;
    padding:10px;
    word-break:break-all;
    display:none;
}
.mod_map_credit_area hr{
    margin:0px;
    border-color:#444444;
}
.mod_map_credit_area a{
    display:inline-block;
}
.mod_map_credit_area .mod_map_credit_note{
    margin:0px 10px;
}
.mod_map_credit_area .mod_map_credit_note a{
    display:inline;
}
.map_imfowindow_head{
    max-width:240px;
}
.map_imfowindow_content{
    width:240px;
    max-width:240px;
    margin :auto auto;
}
.map_imfowindow_content img{
    max-width:200px;
    max-height:150px;
    display:block;
    margin : 5px auto 10px auto;
}


/** CKエディタ **/
.ck_image_table{
    width:100%;
    margin:0px;
}
.ck_image_table_caption{
    border:1px solid #999999;
    border-bottom:0px none;
    background-color:#e6e6e6;
    font-size:110%;
    font-weight:800;
}
.ck_image_table_col_thum,.ck_image_table_col_name,.ck_image_table_col_group,.ck_image_table_col_dir,.ck_image_table_col_pmt{
    vertical-align:middle;
}
.ck_image_table_col_thum{
    width:80px;
    text-align:center;
}

.ck_image_table_col_pmt{
    width:140px;
    text-align:center;
}

.ck_image_table_data_img{
    max-width:70px;
    max-height:70px;

}
.cke_editable table th,.cke_editable table td{
    border:1px solid #999999;
}

.ck_align_justify{
    text-align:justify;
    text-justify:inter-ideograph;
}


/* GDPR */
#gdpr_frame{
    position: fixed;
    bottom: 0;
    display: grid;
    grid-template-columns: 1fr 1000px 1fr;
    grid-template-rows: 1fr;
    width: 100%;
    max-width: 100%;
    background-color: #232c41;
    color: #adb2b6;
    z-index: 10000;
}
#gdpr_frame section{
    grid-row:1;
    grid-column:2;
    display: grid;
    align-items: center;
    grid-template-columns: 800px 1fr;
    grid-template-rows: 2fr;
}

#gdpr_overview{
    margin: 30px 10px;
    grid-row:1;
    grid-column:1;
}

#gdpr_overview a,
#gdpr_overview a:visited{
    color: #ffffff;
    font-weight: 600;
}

#gdpr_buttons{
    display: inline;
    grid-row:1;
    grid-column:2;
}
#gdpr_buttons div{
    width: 150px;
    height: 50px;
    line-height: 50px;
    margin: 5px 10px;
    border: 1px solid #ffffff;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    font-size: 110%;
}

#gdpr_buttons div:hover{
    cursor: pointer;
}

.tmb_sample2 {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
	visibility: hidden;
  }
  
  .tmb_sample_check:checked + .tmb_sample2 {
	visibility: visible;
	height: auto;
    opacity: 1;
  
  }
  .tmb_sample_check{
	display:none;
  }
