@charset "UTF-8";

/* ----------------------------------------------------
Reset
 --------------------------------------------------- */
html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin: 0;
    padding: 0;
}
img {
    border: 0;
}
body {
    /*
    font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    color: #6A6A6A;
    */
    color: #000;
    font-size: 12px;
    letter-spacing: 0;
}
/* for IE6 */
* html body {
    font-size: 75%;
}
/* for IE7 */
*:first-child+html body {
    font-size: 75%;
}
html,body {
     height:100%;
}
/*----------------------------------------------------
ベースリンクカラー
----------------------------------------------------*/
a {
    color: #006BB9;
    text-decoration: none;
}

a:link {
    color: #006BB9;
    text-decoration: none;
}

a:visited {
    color: #006BB9;
    text-decoration: none;
}

a:hover {
    color: #FF0000;
    text-decoration: underline;
}

a:active {
    color: #FF0000;
    text-decoration: none;
}
/*----------------------------------------------------
clerfix
----------------------------------------------------*/
/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

/*----------------------------------------------------
テーブル
----------------------------------------------------*/
table {
    width: 100%;
}

td {
    margin : 0;
    padding: 5px;
    vertical-align: top;
    border: 0;
}

th {
/* ndlcrd custom 2012/12/15 (start) */
    /* background: #778899; */
    /* color: #ffffff; */
    background: #CFFBCF;
    color: #000;
/* ndlcrd custom 2012/12/15 (end) */
    padding: 5px;
    vertical-align: middle;
}

input{
    font-size: 90%;
}

input[type="text"],input[type="password"]{
    font-size: 100%;
    padding-top:2px;
    padding-bottom:1px;
}

button{
    font-size: 90%;
}

select{
    font-size: 90%;
}

textarea{
    font-size: 90%;
}

/*----------------------------------------------------
ページ全体
----------------------------------------------------*/
#warpper {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    height:auto !important; /*IE6対策*/
    height: 100%; /*IE6対策*/
    min-height: 100%;
}
/*----------------------------------------------------
ヘッダー
----------------------------------------------------*/
/* トップページ */
#topHeader {
    width: 100%;
    min-width: 980px;
    background: url(img/top/headerback.gif) repeat-x top #F0F2EF;
    height: 155px;
    position: relative;
}
#topHeaderLogin {
    width: 100%;
    min-width: 980px;
    background: url(img/top/headerback.gif) repeat-x top #F0F2EF;
    min-height: 175px;
    position: relative;
}
#topHeaderInner {
    width: 980px;
    margin: 0 auto;
    height: 148px;
    background: url(img/top/logo.gif) no-repeat;
}
/* その他のページ */
#header {
    width: 100%;
    min-width: 980px;
    background: url(img/common/headerback.gif) repeat-x top #F0F2EF;
    height: 110px;
}
#headerLogin {
    width: 100%;
    min-width: 980px;
    background: url(img/common/headerback.gif) repeat-x top #F0F2EF;
    height: 102px;
}
#headerInner {
    width: 980px;
    margin: 0 auto;
    height: 110px;
}
/* 共通 */
#logoBox {
    float: left;
}
#headerNav {
    padding: 0 10px 0 0;
    position: absolute;
    top: 0px;
    right: 0px;
}
#headerNav ul {
    list-style: none;
}
#headerNav li {
    float: right;
    margin: 0 0 0 5px;
}
#headerNav li.but a {
    display: block;
    padding: 0 10px;
    border: 1px solid #000;
    color: #000;
    height: 20px;
    line-height: 20px;
    margin-top: 9px;
}
#headerNav li.but a:hover {
    color: #FFF;
    background: #228B22 center;
    text-decoration: none;
}
#headerNav li.logout {
    color: #FFF;
    text-decoration: none;
    text-indent: -9999px;
}
#headerNav li.logout a {
    color: #FFF;
    display: block;
    height: 38px;
    width: 99px;
    background: #228B22 url(img/common/logout.gif) no-repeat 0 0;
}
#headerNav li.logout a:hover {
    color: #FFF;
    background: #228B22 url(img/common/logout.gif) no-repeat -99px 0;
}
#headerNav li.login {
    color: #FFF;
    text-decoration: none;
    text-indent: -9999px;
}
#headerNav li.login a {
    display: block;
    height: 38px;
    width: 99px;
    background: #228B22 url(img/common/login.gif) no-repeat 0 0;
}
#headerNav li.login a:hover {
    background: #228B22 url(img/common/login.gif) no-repeat -99px 0;
}
.headerId {
    clear: right;
    text-align: right;
}

.headerId2 {
    clear: right;
    text-align: right;
    font-family: "arial";
}
/*----------------------------------------------------
ナビゲーション
----------------------------------------------------*/
/* グローバルナビ */
#gNav {
    width: 100%;
    margin: 0;
    padding: 7px 0;
    background: #228B22;
    line-height: 1.1;
    clear: both;
}
#gNav a:link {
    color: #FFF;
}
#gNav a:link {
    color: #FFF;
}
#gNav a:active {
    color: #FFF;
}
#gNav a:visited {
    color: #FFF;
}
#gNav a:hover {
    color: #FFF;
    text-decoration: underline;
}
#gNav ul {
    list-style: none;
    width: 980px;
    margin: 0 auto;
    text-align: right;
    padding: 0;
}
#gNav li {
    display: inline;
    margin: 0 0 0 0.5em;
    border-right: 1px solid #FFF;
    padding: 0 0.5em 0 0;
}
#gNav li.first {
    display: inline;
    margin: 0 0 0 0.5em;
    border-left: 1px solid #FFF;
    padding: 0 0.5em;
}
/*----------------------------------------------------
内容
----------------------------------------------------*/
#contents {
    width: 980px;
    margin: 0 auto;
    height: 100%;
    padding: 10px 0 70px 0;
    word-wrap: break-word;
    word-break: break-all;
}
/*----------------------------------------------------
メイン
----------------------------------------------------*/
#main {
    float: left;
    padding: 20px;
    width: 750px;
    line-height: 1.5;
    text-align: justify;
    text-justify: inter-ideograph;
}
/*----------------------------------------------------
パンくずリスト
----------------------------------------------------*/
#topicPath {
    margin: 0 0 10px 0;
}
#topicPath li {
    display: inline;
    list-style: none;
    line-height: 1.1;
}
/*----------------------------------------------------
サブ
----------------------------------------------------*/
#sub {
    width: 190px;
    float: right;
}
/*----------------------------------------------------
左カラム
----------------------------------------------------*/
/* トップページ */
.topLeftcolumn {
    width: 179px;
    float: left;
    padding: 0 10px 0 0;
    border-right: 1px solid #808080;
}
.topLeftblockTitle {
    color: #000;
    margin: 0;
    padding: 5px 3px 5px 0;
}
.topLeftblockTitle img {
    vertical-align: middle;
}
.topLeftblockContent {
    margin: 5px 0 10px;
    padding: 0 0 10px 0;
    border-bottom: 1px dotted #999;
}
.topLeftblockContent ul {
    margin: 0;
    list-style: none;
}
.topLeftblockContent li {
    margin: 0 0 0.5em 0;
    line-height: 1.2;
}

/* その他ページ */
.leftcolumn {
    width: 179px;
    float: left;
    padding: 0 10px 0 0;
    border-right: 1px solid #808080;
}
.leftblockTitle {
    color: #000;
    margin: 0;
    padding: 5px 3px 5px 0;
    font-size: 108%;
}
.leftblockContent {
    margin: 5px 0 10px;
    padding: 0 0 10px 0;
    border-bottom: 1px dotted #999;
}
.leftblockContent ul {
    margin: 0;
    list-style: none;
}
.leftblockContent ol {
    margin: 0 0 0 1.5em;
}
.leftblockContent li {
    margin: 0 0 0.5em 0;
    line-height: 1.2;
}
/*----------------------------------------------------
センターカラム
----------------------------------------------------*/
.centercolumn {
    margin: 0 auto;
    padding: 0 10px;
    float: left;
    line-height: 1.5;
    text-align: justify;
    text-justify: inter-ideograph;
    width: 100%;
}
.center3column {
    margin: 0 auto;
    padding: 0 10px;
    float: left;
    line-height: 1.5;
    text-align: justify;
    text-justify: inter-ideograph;
    width: 580px;
}
.center2column {
    margin: 0 auto;
    padding: 0 10px;
    float: left;
    line-height: 1.5;
    text-align: justify;
    text-justify: inter-ideograph;
    width: 770px;
}
.centeroutline {
    margin-bottom: 20px;
}
.opcl {
    padding: 5px 10px;
    background: #FDFFDF;
    font-size: 92%;
}
/*----------------------------------------------------
センター（真ん中）カラム
----------------------------------------------------*/
.centerCcolumn {
    margin: 0;
    padding: 0 10px;
}
.centerCblockTitle {
    color: #6A6A6A;
    font-size: 117%;
    margin: 0 0 10px 0;
    padding: 4px 3px 3px 0;
    border-bottom: solid 1px #BFBFBF;
}
.centerCblockContent {
    margin: 0;
}
.newsBox {
    margin: 0;
}
.newsBox li {
    margin: 0 0 0.5em 0;
    line-height: 1.2;
    list-style: none;
}
.topRssBox {
    margin: 0.5em 0;
}
/* トップページ検索 */
.searchTopBox {
    padding: 0px;
}
.topSearchBtn {
    background: #2F86C6;
    color: #FFF;
    border: 1px solid #999;
    font-size: 133%;
}
.topSearchBtn:hover {
    background: #6DB6E2;
}
.topOtherBtn {
    background: #F5F5F5;
    color: #000;
    border: 1px solid #999;
    font-size: 133%;
}
.topOtherBtn:hover {
    background: #228B22;
    color: #FFF;
}
.pageViews {
    margin: 0.5em 0;
}
/*----------------------------------------------------
センター（左）カラム
----------------------------------------------------*/
.centerLcolumn {
    width: 50%;
    float: left;
}

.centerLblockTitle {
    background: url(images/bg.gif);
    color: #4d4d80;
    font-size: 110%;
    font-weight: bold;
    margin: 0;
    padding: 4px 3px 3px 3px;
    border: solid 1px #7a7acc;
}

.centerLblockContent {
    padding: 8px;
    line-height: 1.4;
    border-right: solid 1px #7a7acc;
    border-bottom: solid 1px #7a7acc;
    border-left: solid 1px #7a7acc;
}
/*----------------------------------------------------
センター（右）カラム
----------------------------------------------------*/
.centerRcolumn {
    width: 50%;
    float: right;
}

.centerRblockTitle {
    background: url(images/bg.gif);
    color: #4d4d80;
    font-size: 110%;
    font-weight: bold;
    margin: 0;
    padding: 4px 3px 3px 3px;
    border: solid 1px #7a7acc;
}

.centerRblockContent {
    margin: 0;
    padding: 8px;
    line-height: 1.4;
    border-right: solid 1px #7a7acc;
    border-bottom: solid 1px #7a7acc;
    border-left: solid 1px #7a7acc;
}

.content {
    text-align: left;
    margin: 0;
    padding: 8px;
}
/*----------------------------------------------------
右カラム
----------------------------------------------------*/
.rightcolumn {
    width: 179px;
    float: right;
}
.rightcolumn > div {
    width: 177px;
    padding: 0 0 0 10px;
    border-left: 1px solid #808080;
}
.rightblockTitle {
    background: #228B22;
    color: #FFF;
    margin: 0;
    padding: 5px 3px 5px 10px;
}
.rightblockContent {
    margin: 5px 0 10px;
    padding: 0 0 10px 0;
}
.rightblockContent ul {
    margin: 0 0 0 1.5em;
}
.rightblockContent li {
    margin: 0 0 0.5em 0;
    line-height: 1.2;
}
/*----------------------------------------------------
ブロック内一覧表示
----------------------------------------------------*/
ul.blockMarkList {
    list-style-type: none;
    word-wrap: break-word;
    word-break: break-all;
    margin: 0;
}
ul.blockMarkList li {
    padding-left: 17px;
    background: transparent url(img/top/leef.png) no-repeat 0px 0px;
    margin: 0 0 0.5em 0px;
}
/*----------------------------------------------------
フッターラップ
----------------------------------------------------*/
#footerWrap {
    clear: both;
    text-align: center;
    position: absolute;
    bottom: 0px;
    /* height: 70px; */
    width: 100%;
/* ndlcrd custom 2014/06/17 (start) */
    min-width: 980px;
/* ndlcrd custom 2014/06/17 (end) */
    background: #F0F2EF;
    margin-top: -70px;
}
/*----------------------------------------------------
フッターナビ
----------------------------------------------------*/
#footerNav {
    padding: 10px;
    color: #FFF;
    background: #228B22;
    line-height: 1.1;
}
#footerNav ul {
    text-align: center;
    list-style: none;
}
#footerNav li {
    border-right: 1px solid #FFF;
    padding: 0 10px;
    display: inline;
}
#footerNav li.first {
    border-left: 1px solid #FFF;
}
#footerNav a:link {
    color: #FFF;
}
#footerNav a:active {
    color: #FFF;
}
#footerNav a:visited {
    color: #FFF;
}
#footerNav a:hover {
    color: #FFF;
    text-decoration: underline;
}
/*----------------------------------------------------
フッター
----------------------------------------------------*/
#footer {
    background: url(img/common/footerback.gif) repeat-x bottom;
    color: #333333;
    padding: 10px;
}
#footer a {
    color: #333333;
}
/*----------------------------------------------------
xoops system
----------------------------------------------------*/
input.formButton {}

.item {
    border: solid 1px #7a7acc;
}

.itemHead {
    background: #778899;
    color: #ffffff;
    margin: 0;
    padding: 3px;
}

.itemInfo {
    background: #efefef;
    text-align: right;
    margin: 0;
    padding: 3px;
}

.itemTitle a {
    background: transparent;
    color: #ffffff;
    font-size: 120%;
    font-weight: bold;
}

.itemTitle a:visited {
    color: #e6e6e6;
}

.itemPoster {
    font-size: 90%;
}

.itemPostDate {
    font-size: 90%;
}

.itemStats {
    font-size: 90%;
}

.itemBody {
    margin: 0;
    padding-left: 5px;
}

.itemText {
    margin: 6px;
    line-height: 1.5;
}

.itemFoot {
    background: #efefef;
    text-align: right;
    margin: 0;
    padding: 3px;
}

.itemAdminLink {
    font-size: 90%;
}

.itemPermaLink {
    font-size: 90%;
}

td#mainmenu a {
    text-decoration: none;
    margin: 0;
    padding: 2px;
    display: block;
}

td#mainmenu a:visited{
    color:#000080;
}


td#mainmenu a:hover {
    background: #e6e6e6;
    text-decoration: none;
}

td#mainmenu a.menuTop {
    margin: 0;
    padding-left: 3px;
    border-bottom: dotted 1px #7a7acc;
}

td#mainmenu a.menuMain {
    margin: 0;
    padding-left: 3px;
    border-bottom: dotted 1px #7a7acc;
}

td#mainmenu a.menuSub {
    margin: 0;
    padding-left: 9px;
    border-bottom: dotted 1px #7a7acc;
}

td#usermenu a {
    background: #ffffff;
    text-decoration: none;
    margin: 0;
    padding: 2px;
    border-bottom: dotted 1px #7a7acc;
    display: block;
}

td#usermenu a:visited {
    color:#000080;
}

td#usermenu a:hover {
    background: #e6e6e6;
    text-decoration: none;
}
td#usermenu a.menuTop {}

td#usermenu a.highlight {
    background: #ffcccc;
}

.outer {
/* ndlcrd custom 2012/12/15 (start) */
    /* border: solid 1px #c0c0c0; */
    border: 1px solid #BFBFBF;
    border-collapse: collapse;
/* ndlcrd custom 2012/12/15 (end) */
}

.head {
/* ndlcrd custom 2012/12/15 (start) */
    /* background: #c2cdd6; */
    background: #CFFBCF;
    border: 1px solid #BFBFBF;
/* ndlcrd custom 2012/12/15 (end) */
    font-weight: bold;
    margin: 0;
    padding: 5px;
}

.even {
/* ndlcrd custom 2012/12/15 (start) */
    /* background: #efefef; */
    border: 1px solid #BFBFBF;
/* ndlcrd custom 2012/12/15 (end) */
    margin: 0;
    padding: 5px;
}

.odd {
/* ndlcrd custom 2012/12/15 (start) */
    /* background: #e6e6e6; */
    border: 1px solid #BFBFBF;
/* ndlcrd custom 2012/12/15 (end) */
    margin: 0;
    padding: 5px;
}

.foot {
/* ndlcrd custom 2012/12/15 (start) */
    /* background: #c2cdd6; */
    background: #CFFBCF;
    border: 1px solid #BFBFBF;
/* ndlcrd custom 2012/12/15 (end) */
    font-weight: bold;
    margin: 0;
    padding: 5px;
}

tr.even td {
/* ndlcrd custom 2012/12/15 (start) */
    /* background: #efefef; */
    border: 1px solid #BFBFBF;
/* ndlcrd custom 2012/12/15 (end) */
    margin: 0;
    padding: 5px;
}

tr.odd td {
/* ndlcrd custom 2012/12/15 (start) */
    /* background: #e6e6e6; */
    border: 1px solid #BFBFBF;
/* ndlcrd custom 2012/12/15 (end) */
    margin: 0;
    padding: 5px;
}

div.errorMsg {
    background: #ffcccc;
    font-weight: bold;
    text-align: center;
    margin: 0;
    padding: 10px;
    border-top: solid 1px #ddddff;
    border-right: solid 1px #aaaaaa;
    border-bottom: solid 1px #aaaaaa;
    border-left: solid 1px #ddddff;
}

div.confirmMsg {
    background: #ddffdf;
    color: #136c99;
    font-weight: bold;
    text-align: center;
    margin: 10px;
    padding: 10px;
    border-top: solid 1px #ddddff;
    border-right: solid 1px #aaaaaa;
    border-bottom: solid 1px #aaaaaa;
    border-left: solid 1px #ddddff;
}

div.resultMsg {
    background: #ddddff;
    color: #333333;
    font-weight: bold;
    text-align: center;
    margin: 10px;
    padding: 10px;
    border-top: solid 1px #cccccc;
    border-right: solid 1px #9999cc;
    border-bottom: solid 1px #9999cc;
    border-left: solid 1px #cccccc;
}

div.xoopsCode, div.xoopsQuote {
    width:98%;
    height: 100%;
    padding: 0;
}

div.xoopsCode pre {
    border: solid 1px #c0c0c0;
    margin:0;
    overflow:auto;
    padding:0 1em;
    min-height:4em;
    height:auto;
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    word-break: break-all;
    background-color:#ffffff;
}
/* for IExplorer */
* html div.xoopsCode pre {
    height:4em;
    height:auto;	/* IE 6.x */
    width:40em;
}

div.xoopsQuote blockquote {
    margin: 0;
    padding: 0 6px 6px 6px;
    border: solid 1px #c0c0c0;
    background-color:#ffffff;
}

.comTitle {
    font-weight: bold;
    margin-bottom: 2px;
}

.comText {
    margin: 0;
    padding: 2px;
    line-height: 1.4;
}

.comUserStat {
    background: #f5f5f5;
    color: #2f5376;
    /* font-size: 0.8em; */
    font-size: 80%;
    font-weight:bold;
    margin: 2px;
    padding: 4px 2px 1px 4px;
    border: solid 1px #c0c0c0;
}

.comUserStatCaption {
    font-weight: normal;
}

.comUserRank {
    margin: 2px;
}

.comUserRankText {
    /* font-size: 0.8em; */
    font-size: 80%;
}

.comUserRankImg {
    border: 0;
}

.comUserName {}

.comUserImg {
    margin: 2px;
}

.comDate {
    font-size: 81%;
    font-weight: normal;
}

.comDateCaption {
    font-weight: normal;
}

.comUserStatus {
    background: #f5f5f5;
    color: #2f5376;
    /* font-size: 0.8em; */
    font-size: 80%;
    font-weight: bold;
    margin: 2px;
    padding: 4px 2px 1px 3px;
    border: solid 1px #c0c0c0;
}
/*----------------------------------------------------
詳細検索
----------------------------------------------------*/
.searchTable {
    margin: 15px 0;
    clear: both;
}
.searchTable th {
    font-weight: normal;
    text-align: left;
    padding: 5px 0;
    vertical-align: top;
    background: none;
    color: #6A6A6A;
}
.searchTable td {
    text-align: left;
    padding: 5px 0;
    vertical-align: top;
}
.searchTable th.topLine,
.searchTable td.topLine {
    border-top: 1px solid #B3B3B3;
}
.searchTable .checkBoxTable td {
    padding: 0;
}
#fBack {
    display: block;
    color: #FFF;
    font-size: 117%;
    width: 78px;
    height: 24px;
    padding: 0;
    border: 1px solid #999;
    background: url(img/common/b_back.gif) 0 0 repeat-x;
    cursor:pointer;
    float: left;
    margin: 0 3px 0 0;
    line-height: 24px;
}
#fBack:hover,
#fBack:focus {
    background: url(img/common/b_back.gif) 0 -24px repeat-x;
}
#fClear {
    display: block;
    font-size: 117%;
    width: 82px;
    height: 26px;
    padding: 0;
    background: url(img/common/tab_btn_back_w.gif) 0 0 no-repeat;
    cursor:pointer;
    margin: 0 3px 0 0;
    line-height: 26px;
    border: 0;
}
#fClear:hover,
#fClear:focus {
    background: url(img/common/tab_btn_back_w.gif) -82px 0 no-repeat;
    color: #FFF;
}
#fSearch {
    display: block;
    font-size: 117%;
    width: 82px;
    height: 26px;
    padding: 0;
    background: url(img/common/tab_btn_back_w.gif) 0 0 no-repeat;
    cursor:pointer;
    margin: 0 3px 0 0;
    line-height: 26px;
    border: 0;
}
#fSearch:hover,
#fSearch:focus {
    background: url(img/common/tab_btn_back_w.gif) -82px 0 no-repeat;
    color: #FFF;
}
#fRef {
    display: block;
    color: #FFF;
    font-size: 117%;
    width: 48px;
    height: 24px;
    padding: 0;
    border: 1px solid #999;
    background: url(img/common/b_back.gif) 0 0 repeat-x;
    cursor:pointer;
    float: left;
    margin: 0 3px 0 0;
    line-height: 24px;
}
#fRef:hover,
#fRef:focus {
    background: url(img/common/b_back.gif) 0 -24px repeat-x;
}
.viewBox,
.sortBox,
.sortbyBox,
.txtf {
    float: left;
    margin: 5px 10px 0 0;
}
.csBox {
    text-align: right;
    clear: both;
}
.csBox input {
    float: right;
}
/*----------------------------------------------------
検索結果一覧
----------------------------------------------------*/
.slTable {
    margin: 1em 0;
}
.slTable td {
    border-bottom: 1px solid #CCC;
}
.slTable p.slDate {
    /*font-size: 92%;*/
}
.slTable tr.odd {
    background-color: transparent;
}
.slTable tr.even {
    background-color: #F1F7F2;
}
.slTable tr.odd td,
.slTable tr.even td {
    border: none;
}
.slTable tr.first td {
    padding-bottom: 1px;
}
.slTable tr.last td {
    padding-top: 1px;
}
.slTable p.slDate span {
    color: red;
}
.slTable dl {
    position: relative;
    width: 100%;
}
.slTable dl dt {
    position: absolute;
    left: 0;
    padding-left: 1em;
}
.slTable dl dd {
    padding-left: 1em;
    min-height: 1.5em;
}
.topBox {
    text-align: right;
    margin: 0 0 1em 0;
}
.topBox a {
    color: #6A6A6A;
}
.showing {
    float: left;
    font-size: 108%;
}
.sendPage {
    text-align: center;
    margin: 0 7em 0 0;
    font-size: 108%;
}
.btnShow {
    background: url(img/common/tab_btn_back.gif) no-repeat 0 0;
    width: 82px;
    height: 26px;
    line-height: 26px;
    /* font-size: 117%; */
    font-size: 14px;
    border: none;
    margin-left: 1em;
}
.btnShow:hover {
    background: url(img/common/tab_btn_back.gif) no-repeat -82px 0;
    color: #FFF;
}

/*----------------------------------------------------
レファレンス事例詳細
----------------------------------------------------*/
.prevBox {
    text-align: right;
    margin: 0;
}
.refCaseTitle {
    font-size: 117%;
    border-bottom: 1px solid #BFBFBF;
    margin: 0 0 1em 0;
    padding: 0 0 0.2em 0;
}
/* ボタン部分
---------------------------------------------------- */
.refCaseButton {
    margin: 1em 0 1em 0;
    list-style: none;
    clear: both;
}
.refCaseButton li {
    float: left;
    padding-right: 5px;
}
/* ボタンデータ部分
---------------------------------------------------- */
.refCaseButtonNP {
    margin: 0 0 0.5em 0;
    list-style: none;
    clear: both;
}
.refCaseButtonNP li {
    float: right;
    padding: 0 0 0 1.5em;
}
.refCaseButtonNP li a {
    text-decoration: underline;
}
/* 事例詳細
---------------------------------------------------- */
.refCaseBox {
    border: 1px dotted #BFBFBF;
    padding: 5px;
    margin: 0 0 2em 0;
}
.refCaseTable {
    border: 1px solid #BFBFBF;
    border-collapse: collapse;
}
.refCaseTable th {
    border-top: 1px solid #BFBFBF;
    border-bottom: 1px solid #BFBFBF;
    background: #CFFBCF;
    color: #000;
    width: 75px;
    text-align: left;
    font-weight: normal;
}
.refCaseTable td {
    border-top: 1px solid #BFBFBF;
    border-bottom: 1px solid #BFBFBF;
    background: #FFF;
    color: #000;
    text-align: left;
    word-wrap: break-word;
    word-break: break-all;
}
.refCaseComTitle {
    background: #228B22;
    color: #FFF;
    padding: 5px 10px;
}
.refCaseComBox {
    background: #FDFFDF;
    padding: 5px 10px;
    margin: 0 0 5px 0;
    word-wrap: break-word;
    word-break: break-all;
}
.refCaseComReplyBox {
    margin-left:40px;
}
.refCaseComBox h5 {
    font-size: 100%;
    font-weight: normal;
}
.refCaseComHead,
.refCaseCom,
.refCaseComFooter {
    padding: 5px 0;
}
.refCaseComGrantor {
    float: left;
}
.refCaseComDate {
    float: right;
}
.refCaseComFooter {
    text-align: right;
}
.refCaseFooter {
    margin: 0;
}
.editorItem {
    white-space: pre;       /* for IE7 */
    word-wrap: break-word;
    word-break: break-all;
}
.editorItem {
    white-space: pre-wrap;  /* for not IE7 */
}
.editorItem br{
  white-space:normal;
}
.snsBox {
    margin: 0 0 1em 0;
}
.snsBox ul {
    list-style: none;
}
.snsBox li {
    float: left;
    /* border: 1px solid #BFBFBF; */
    padding: 2px 5px;
    margin: 0 1em 0 0;
}
#s_tab{
    background-color:#FDFFDF;
    color:#000000;
    border-right: solid 1px #228B22;
}
#s_tab a:link, #s_tab a:active, #s_tab a:visited, #s_tab a:hover{
    color:#000000;
}
#o_tab a:link, #o_tab a:active, #o_tab a:visited, #o_tab a:hover{
    color:#FFFFFF;
}
#o_tab:hover{
    background-color:#FDFFDF;
    border-right: solid 1px #228B22;
}
#o_tab:hover a:link, #o_tab:hover a:active, #o_tab:hover a:visited, #o_tab:hover a:hover{
    background-color:#FDFFDF;
    color:#000000;
}
#list_control{
    background-color:#FDFFDF;
}
/*----------------------------------------------------
地域選択
----------------------------------------------------*/
.areaTable {
    margin: 0;
    clear: both;
}
.areaTable th {
    border: none;
    background: transparent;
    font-weight: normal;
    text-align: left;
    padding: 5px 0 5px 5px;
    vertical-align: top;
    width: 105px;
}
.areaTable td {
    border: none;
    background: transparent;
    text-align: left;
    padding: 5px 0;
    vertical-align: top;
}
.areaTable .checkBoxTable td {
    padding: 0;
}
.areaTable ul.areaCheck {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline;
}
.areaTable ul.areaCheck li {
    margin: 0 10px 0 0;
    float: left;
    min-width: 50px;
}
.areaCheckBox {
    border-top: 1px dotted #B3B3B3;
    border-bottom: 1px dotted #B3B3B3;
    padding: 1em 0;
    margin: 1em 0;
}
.areaCheckAll {
    margin: 0 0 15px 110px;
}

/*----------------------------------------------------
館種選択
----------------------------------------------------*/
.libkindTable {
    margin: 0;
    clear: both;
}
.libkindTable th {
    border: none;
    background: transparent;
    font-weight: normal;
    text-align: left;
    padding: 5px 0 5px 5px;
    vertical-align: top;
    width: 105px;
}
.libkindTable td {
    border: none;
    background: transparent;
    text-align: left;
    padding: 5px 0;
    vertical-align: top;
}
.libkindTable .checkBoxTable td {
    padding: 0;
}
.libkindTable ul.libkindCheck {
    list-style: none;
    padding: 0;
    display: inline;
}
.libkindTable ul.libkindCheck li {
    margin: 0 10px 0 0;
    float: left;
    min-width: 50px;
}
.libkindCheckBox {
    border-top: 1px dotted #B3B3B3;
    border-bottom: 1px dotted #B3B3B3;
    padding: 1em 0;
    margin: 1em 0;
}
.libkindCheckAll {
    margin: 0 0 15px 110px;
}

/*----------------------------------------------------
コメント管理
----------------------------------------------------*/
.commentList {
    margin: 1em 0;
}
.commentList td.date {
    font-size: 92%;
}
.commentList tr.odd {
    background-color: transparent;
}
.commentList tr.even {
    background-color: #F1F7F2;
}
.commentList tr.odd td,
.commentList tr.even td {
    border: none;
}
/*----------------------------------------------------
可変幅ボタン
使用例：<a href="#" class="btn"><span>XXX</span></a>
----------------------------------------------------*/
a.btn{
    display:block;
    float:left;
    height:26px;
    background:url('img/common/tab_btn_back_l.gif') top right no-repeat;
    margin: 0px;
    /* font-size:116.7%; */
    font-size:14px;
    text-decoration:none;
    color:#000;
}
a.btn span{
    display:block;
    float:left;
    margin-right:15px;;
    background:url('img/common/tab_btn_back_l.gif') top left no-repeat;
    height: 21px;
    padding:3px 0px 2px 15px;
    cursor: pointer;
    font-family: "MS UI Gothic","メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

a.btn:hover {
    background-position:right -26px;
}
a.btn:hover span {
    background-position:left -26px;
    color:#FFF;
}

/*----------------------------------------------------
文字サイズ変更
標準：12px,1段階：16px,2段階：22px;
----------------------------------------------------*/
.font-size-Lv1 {
    font-size: 16px;
}
.font-size-Lv2 {
    font-size: 20px;
}
/*----------------------------------------------------
登録更新画面
----------------------------------------------------*/
/* 青文字情報
---------------------------------------------------- */
.info {
    color:#006BB9;
}
/* 黒四角ボタン
---------------------------------------------------- */
.btnBlk {
    /* display: block; */
    color: #FFF;
    /* font-size: 117%; */
    font-size: 14px;
    /* width: 78px; */
    max-width: 78px;
    /* height: 24px; */
    height: 26px;
    padding: 0 3px;
    border: 1px solid .999;
    background: url(img/common/b_back.gif) 0 0 repeat-x;
    cursor:pointer;
    /* float: left; */
    margin: 0 3px 0 0;
    line-height: 24px;
}
.btnBlk:hover {
    background: url(img/common/b_back.gif) 0 -24px repeat-x;
}

.btnBlkL:hover {
    background: url(img/common/b_back_l.gif) 0 -48px repeat-x;
}

/* ndlcrd custom 2014/06/17 (start) */
#sorting .btnBlk {
    white-space: nowrap;
}
/* ndlcrd custom 2014/06/17 (end) */

/* 白丸ボタン
---------------------------------------------------- */
.btnWCircle {
    /* display: block; */
    /* font-size: 117%; */
    font-size: 14px;
    width: 82px;
    height: 26px;
    padding: 0;
    background: url(img/common/tab_btn_back_w.gif) 0 0 no-repeat;
    cursor:pointer;
    margin: 0 3px 0 0;
    line-height: 26px;
    border: 0;
}
.btnWCircle:hover {
    background: url(img/common/tab_btn_back_w.gif) -82px 0 no-repeat;
    color: #FFF;
}
#btnWCircle {
    /* display: block; */
    font-size: 117%;
    width: 82px;
    height: 26px;
    padding: 0;
    background: url(img/common/tab_btn_back_w.gif) 0 0 no-repeat;
    cursor:pointer;
    margin: 0 3px 0 0;
    line-height: 26px;
    border: 0;
}
#btnWCircle:hover {
    background: url(img/common/tab_btn_back_w.gif) -82px 0 no-repeat;
    color: #FFF;
}
/* 右寄せボタンエリア
---------------------------------------------------- */
div.btnBox {
    text-align: right;
}
/*div.btnBox input {
    float: right;
}*/

/* エラー表示
---------------------------------------------------- */
.srvErrMsgDiv, .err_box {
    color: #FF0000;
}

/* 必須項目
---------------------------------------------------- */
td.required {
    background-color: #ffeeff;
}

/*----------------------------------------------------
ツリー表示
----------------------------------------------------*/
ul#theme_ndc_tree li {
    line-height: 1.1;
    padding: 1px 0 1px 16px;
}
ul#theme_ndc_tree .hitarea .expandable-hitarea {
    background-position: -80px -1px;
}
ul#theme_state_tree li {
    line-height: 1.1;
    padding: 1px 0 1px 16px;
}
ul#theme_state_tree .hitarea .expandable-hitarea {
    background-position: -80px -1px;
}
ul#category_tree li {
    line-height: 1.1;
    padding: 1px 0 1px 16px;
}

/*----------------------------------------------------
ファセット表示部
----------------------------------------------------*/
div#pagecol_facet{
    word-wrap: break-word;
    word-break: break-all;
}

/*----------------------------------------------------
アップロード項目順設定
----------------------------------------------------*/
.upload_setting td {
    height : 20px;
    vertical-align: middle;
}

/*----------------------------------------------------
ヘルプリンク
----------------------------------------------------*/
.help_link {
    cursor: help;
}
.refCaseTitle a {
    font-weight: normal;
}
.d3f_title a {
    font-size:90%;
    font-weight: normal;
}

/*----------------------------------------------------
エディタ拡大時
----------------------------------------------------*/
.btnBlue_edt {
    height:25px;
    margin-top:5px;
    margin-bottom:10px;
    background-color:#0000FF;
    color:#FFFFFF;
    font-size:14px;
    margin-left:15px;
}
.btnBlk_edt {
    height:25px;
    margin-bottom:10px;
    background-color:#808080;
    color:#FFFFFF;
    font-size:14px;
}
.btnRed_edt {
    height:20px;
    margin-bottom:10px;
    background-color:#FF0000;
    color:#FFFFFF;
    font-size:11px;
}

/* ckeditor 2014/07/23 */
.cke_button:HOVER {
    text-decoration: none;
}
