﻿/*↓↓↓↓↓↓↓↓デフォルトスタイル↓↓↓↓↓↓↓↓↓*/

html {
    overflow-y: auto;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h2, h3, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th {
    text-align: left;
}

q:before, q:after {
    content: '';
}

object, embed {
    vertical-align: top;
}
/*hr, legend  {  
    display: none;  
}  
*/ /*hrとkegendが表示されない設置になっているので、使う場合はここはコメントの必要がある*/
h1, h2, h2, h3, h5, h6 {
    font-size: 100%;
}

img, abbr, acronym, fieldset {
    border: 0;
}

li {
    list-style-type: none;
}
/* ----------------------- Basic Style */
/* ------------ Font Style */
body {
    font-family: verdana, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",'メイリオ',Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
   /* color: #333;*/
   color:#19221d;
    font-size: 12px;
    line-height: 150%;
}

html >/**/ body {
    font-size: 12px;
}
/*  IE6, IE7以外用のハック*/

* + html body {
    font-family: "メイリオ","Meiryo";
}
/*  IE7用のハック*/

/* ------------ A Style */
a:link {
    text-decoration: none;
    color: #21759B;
}

a:visited {
    text-decoration: none;
    color: #21759B;
}

a:hover {
    text-decoration: underline;
    color: #EF892F;
}

a:active {
    text-decoration: none;
    color: #EF892F;
}

a:disabled {
    color: #848484;
}
/*IEでは表示されないみたい*/

/*↑↑↑↑↑デフォルトスタイル↑↑↑↑↑↑↑↑↑*/



/*入力コントロールime-mode*/
.ime_disabled {
    ime-mode: disabled;
}

.ime_numeric {
    text-align: right;
    ime-mode: disabled;
}

/*jquery使用スタイル****************************************************************************************/

/*ui-datepicker用*/ /*カレンダー*/
.ui-datepicker-trigger {
    vertical-align: middle;
    margin: 0px 0px 0px 2px;
}

input.ui-button,.ui-button {
    padding: 0.25em 1em;
    font-family: verdana, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",'メイリオ',Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

.ui-dialog .ui-dialog-content {
    padding: 0.5em;
}

.ui-dialog .ui-dialog-buttonpane {
    margin: 0.5em 0 0;
    padding: 0.3em 0.5em 0.3em 0.4em;
}

    .ui-dialog .ui-dialog-buttonpane button {
        cursor: pointer;
        margin: 0 0.4em 0 0;
    }
.ui-widget {font-family: verdana, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",'メイリオ',Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
/*リストページャー*/
.ui-pg-table td { padding:0.25em 0
}
/*ボタンコンテンツ****************************************************************************************/
#btn_block {
    text-align: center;
    margin-top: 10px;
}
/*デフォルトボタン****************************************************************************************/
.ui-button, .ui-dialog-buttonset .ui-state-default, .ui-dialog-buttonset .ui-button,.ui-button.ui-state-default {
    /*font-weight: bold;
    background-color: #fff;
    background-image: url('img/btn_default.gif');
    background-repeat: repeat-x;
    background-position: left center;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-right: 1px solid #A7A7A7;
    border-bottom: 1px solid #A7A7A7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 2px;
    vertical-align: middle;
    margin: 0px;
    display: inline-block;
    margin-right: 2px;*/
    border:solid 1px #90C097;
    color:#2d8c3c

}
h1 >.ui-button.ui-state-default ,
h2 .ui-button.ui-state-default { padding:3px 12px; font-size:12px
}
.btn { width:auto; display:inline-block
}
.btn a {
    font-weight: bold;
    background-color: #f2f2f2;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 0px auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 0.5em 1em;
    display: block;
    color:#2d8c3c;
    font-size:14px
}

    .btn a:hover, .ui-button.ui-state-default.ui-state-hover, .ui-state-active, .ui-dialog-buttonset .ui-state-hover, .ui-state-focus, .ui-dialog-buttonset .ui-state-focus {
        
        background-color: #eee;
        background-image:none;
        color:#49c389;
        text-decoration:none
        
        /*
        font-weight: bold;
        background-image: url('img/btn_defaultH.gif');
        background-repeat: repeat-x;
        background-position: left center;
        border-left: 1px solid #eee;
        border-top: 1px solid #eee;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        padding: 2px;*/
    }

#btn_block .float_left {
    float: left;
    margin-right: 5px;
}



/*共通デザイン****************************************************************************************/
/*--------全体の背景色---------*/
body {
    background-color: #ffffe0;
    /*background-image:url('img/bg_body.gif');*/
    background-repeat: repeat-x;
    background-position: left top;
    text-align: center;
}
/*--------テキストボックス/インプットデフォルトデザイン---------*/
textarea {
    line-height: 1.5em;
    margin-bottom: 2px;
    font-size: 12px;
}

input[type=text], input[type=password], textarea,select {
    padding: 1px;
    border: solid 1px #818181;
    vertical-align: middle;
    font-family: verdana, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",'メイリオ',Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    color:#333
}

input[type=checkbox], input[type=radio] {
    vertical-align: middle;
    padding: 1px;
     margin-right:0.35em
}
input[type=checkbox]+label, input[type=radio]+label {
    margin-right:1.5em
}
label {
    vertical-align: middle;
}
.group-radio label,.group-check label { margin-right:1.5em
}
/*--------テキストボックス/インプットフォーカスのデザイン---------*/
input[type=text]:focus, input[type=password]:focus, input[type=checkbox]:focus, input[type=radio]:focus, select:focus, textarea:focus {
    border: 1px solid #4D5E75;
    color: #111;
    background: #DEF0FE;
}

input[type=checkbox]:focus, input[type=radio]:focus {
    padding: 0px;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus {
    padding: 1px;
}
.radio-custom {
}
.radio-custom input[type=radio]{ margin-right:0.5em}
    .radio-custom input[type=radio] + label { margin-right:2em
    }
select:disabled { background-color:#f2f2f2;
}
/*--globalStyles---------------------------------*/
.bold { font-weight:600
}
.txt-left { text-align:left
}
.txt-right { text-align:right
}
/*--alert---------------------------------*/
.alert{padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
/*--------新規・追加ボタン---------*/

/*input.btn_add*/
input.btn_add, .ui-dialog .btn_add,.ui-button.ui-state-default.btn_add {
    background-color: #ee7316;
    background-image: none;
    background-repeat: repeat-x;
    background-position: left top;
    border: solid 1px #ee7316;
    height: auto;
    width: auto;
    color: White;
    padding: 0.25em 2em;
    border-radius:3px;
    letter-spacing:2px;
    cursor: pointer;
    font-family:verdana, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",'メイリオ',Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif
}

    /*input.btn_add:hover*/
    input.btn_add.ui-state-hover, .ui-dialog .btn_add.ui-state-hover,.btn_add:hover,.btn_add.ui-button.ui-state-default.ui-state-hover {
        /*background-image:url('img/btn_make.gif');*/
        background-repeat: repeat-x;
        background-position: left top;
        border: solid 1px #f5c16f;
        background-color:#f5c16f;
        height: auto;
        width: auto;
        color: #fff;
        padding: 0.25em 2em;
    }

/*--------サブタイトルの中にあるボタンのマージンをリセット---------*/

h2 input.btn_add, .ui-dialog .btn_add {
    margin: 0px;
    vertical-align: middle;
    padding-top: 1px;
    padding-bottom: 1px;
}

/*--------更新・ブレビューボタン---------*/

/*input.btn_renew*/
input.btn_renew, .ui-dialog .btn_renew,.btn_renew,.ui-state-default.btn_renew {
    background-image: none;
    background-repeat: repeat-x;
    background-position: left top;
    border: solid 1px #2aaa6a;
    height: auto;
    width: auto;
    color: White;
    background-color: #2aaa6a;
    border-radius:3px;
    cursor:pointer;
    font-family:verdana, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",'メイリオ',Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif
}
    /*input.btn_renew:hover*/
input.btn_renew.ui-state-hover, .btn_renew.ui-button.ui-state-default.ui-state-hover,.btn_renew:hover {
        /*background-image:url('img/btn_koushinH.gif');*/
        background-repeat: repeat-x;
        background-color: #43b97d;
        background-position: left top;
        border: solid 1px #43b97d;
        height: auto;
        width: auto;
        color: #fff;
    }

/* →2024/11/1 小林 */
/*--------ボタン（青色）---------*/

/*input.btn_blue*/
input.btn_blue, .ui-dialog .btn_blue, .btn_blue, .ui-state-default.btn_blue {
    background-image: none;
    background-repeat: repeat-x;
    background-position: left top;
    border: solid 1px #4169e1;
    height: auto;
    width: auto;
    color: White;
    background-color: #4169e1;
    border-radius: 3px;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
    font-family: verdana, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",'メイリオ',Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif
}
/*input.btn_blue:hover*/
    input.btn_blue.ui-state-hover, .btn_blue.ui-button.ui-state-default.ui-state-hover, .btn_blue:hover {
        /*background-image:url('img/btn_koushinH.gif');*/
        background-repeat: repeat-x;
        background-color: #b0c4de;
        background-position: left top;
        border: solid 1px #b0c4de;
        height: auto;
        width: auto;
        color: #fff;
    }
/* ←2024/11/1 小林 */


/*UI jquery---tab*/
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #ababab;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    font-weight: bold;
    color: #2d8c3c;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    border-image: initial;
    background: url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x rgb(255, 255, 255);
}

    .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
        color: #2d8c3c;
        text-decoration: none;
    }

.ui-state-default.ui-state-hover, .ui-state-default.ui-state-hover a:hover {
   /* color: #2d8c3c;
    text-decoration: none;
    border-color: #ccc;*/
}


.btn_edit {
    display: inline-block;
    padding: 0.55em 1em;
    background-color: #eee;
    border-radius: 4px;
    border: solid 1px #ccc;
}

a.btn_edit, a.btn_edit:visited, a.btn_edit:link {
    color: #555;
    letter-spacing: 1px;
}

   

.btn_edit:before {
    content: "\f040";
    font-size: 16px;
    margin-right: 0.5em;
    vertical-align: middle;
}
.btn_default,.ui-button.ui-state-default.btn_default { display: inline-block;
    padding: 0.25em 1em;
    background-color: #ddd;
    border-radius: 4px;
    border: solid 1px #ddd;
    font-weight:600;
    background-image:none;
    color:#555
}
  a.btn_edit:hover, a.btn_edit:hover:visited, a.btn_edit:hover:link,
     a.btn_default:hover, a.btn_default:hover:visited, a.btn_default:hover:link {
        color: #ababab;
        text-decoration: none;
        background-color:#f2f2f2
    }
 .btn_hold,.ui-button.ui-state-default.btn_hold { display: inline-block;
    background-color: #ddd;
    border-radius: 4px;
    background-image:none;
    color:#555;
    border:solid 1px #ddd
}
  a.btn_hold:hover, a.btn_hold:hover:visited, a.btn_hold:hover:link,
     .ui-button.ui-state-default.ui-state-hover {
        color: #ababab;
        text-decoration: none;
        background-color:#f2f2f2
    }
   
/*全体コンテント****************************************************************************************/
#container {
    width: 100%;
    height: 100%;
    min-width: 1260px;
}
.reg-content { background-color:#fff; border-radius:4px; padding:1em 1em; margin:0.25em 0 2em 0;
                   -webkit-box-shadow: 0px 0px 1px rgba(0,0,0,.05);
    box-shadow: 0px 1px 1px rgba(0,0,0,.05);
}
    .reg-content h3 { background-color:#eee; font-weight:600; padding:0.5em 2em 0.5em 1em; display:inline-block; margin-bottom:1em; border-radius:4px; margin-right:0.5em
    }
.area-custom{padding: 15px 15px 0 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

/*リスト*/
.dl-horizontal { margin-bottom:1em
}
.dl-horizontal dt {
	float: left;
	width: 120px;
	clear: left;
	/*overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;*/
}
.dl-horizontal dd {
	padding-left: 120px;
	position: relative;
    vertical-align:middle
}

.dl-tb-h { margin-bottom:1em; display: table
}
.dl-tb-h dt {
	
	width: 120px;
	 display: table-cell
	
}
.dl-tb-h dd {
	padding-left: 20px;
	 display: table-cell
}
hr {      border: none;
    border-bottom: solid 1px;
    box-sizing: border-box;
    display: block;
    height: 0;
        border-color: #dcdcdc;
        margin-bottom:1em
}
/*ヘッダー****************************************************************************************/
#header {
    width: 100%;
    height: 48px;
    background-image: url('img/bg_header.gif');
    background-repeat: repeat-x;
    background-position: left top;
    overflow: hidden;
    position: relative;
}
    /*---ロゴコンテンツ---*/
    #header .logo {
        /*width: 158px;*/
        width: 125px;
        /*height: 27px;*/
        height: 50px;
        float: left;
        /*padding-top: 10px;*/
        padding-top: 4px;
        padding-left: 10px;
        text-align:left
    }
    /*---ヘッダーコンテンツ---*/
    #header .header_top {
        width: 820px;
        height: 45px;
        float: right;
        padding: 5px;
        position: absolute;
        right: 0px;
        top: 0px;
    }
        /*---ログアウト---*/
        #header .header_top .logout {
            float: right;
            width: auto;
            height: auto;
            margin-right: 5px;
            z-index: 100;
            position: relative;
        }
            /*---ログアウトリンク---*/
            #header .header_top .logout a {
                color: #fff;
            }
        /*---ユーザー名・イベント名レイアウト---*/
        #header .header_top .UserName {
            width: 820px;
            height: 40px;
            position: absolute;
            right: 5px;
            top: 10px;
            z-index: 1;
        }
        /*---ユーザー名---*/
        #header .header_top .user {
            border: none;
            background-color: transparent;
            width: auto; /*20130426_ai100px→auto*/
            text-align: left;
            background-image: url('img/ico_user.png');
            background-repeat: no-repeat;
            background-position: left top;
            /*line-height:39px;*/ /*20130426dell_ai*/
            height: 39px;
            padding-left: 39px;
            padding-top: 10px; /*20130426add*/
            color: White;
            display: inline-block;
            float: right;
        }
        /*---イベント名---*/
        #header .header_top .eventname {
            border: none;
            background-color: transparent;
            max-width: 660px;
            height: 39px;
            line-height: 39px;
            text-align: left;
            color: #FFF;
            overflow: hidden;
            display: inline;
            float: right;
        }


/*ヘッダーメニュー****************************************************************************************/
/*--------メニューコンテント---------*/
#master_header_nav.fixed-scrolling {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 2;
    background-color:#ffffe0;
}
#headerNav {
    width: auto;
    height: auto; /*20130426dell_ai22px→auto*/
    margin: 3px 3px;
    /*background-color:#E5E5E5;
    background-image:url('img/bg_menu.gif');
    background-position:left top;
    background-repeat:repeat-x;    
    border-right:solid 1px #939292;
    border-bottom:solid 1px #E5E5E5;
    border-left:solid 1px #A7A7A7;
    border-top:solid 1px #818181;*/
    padding: 3px;
    clear: both;
}

    #headerNav ul {
        min-width: 995px;
        height: auto; /*20130426_ai22px→auto*/
        /*  overflow:hidden*/ /*20130426dell_ai*/
        width: 100%; /*20130426add_ai*/
    }

    #headerNav li {
        float: left;
        height: 22px;
        line-height: 22px;
        margin-right: 14px;
        text-align: left; /*20130426add_ai*/
        position: relative; /*20130426add_ai*/
    }

        #headerNav li a {
            display: block;
            color: #333;
        }

            #headerNav li a:hover {
                display: block;
                color: #ccc;
                text-decoration: none;
            }

.menu_owner, .menu_eventlist, .menu_search, .menu_date, .menu_mail, .menu_regist, .menu_tagu, .menu_admin, .menu_adminuser, .menu_system, .menu_payment, .menu_sysadmin_sanka, .menu_dic, .menu_eventinfo, .menu_log, .menu_excel {
    background-repeat: no-repeat;
    background-position: left center;
}

.subMenu {
    background-color: #FFFFFF;
    /*border: 1px solid #CCCCCC;*/
    clear: both;
    position: absolute;
    top: 26px; /*20130426_ai__80px→26px*/
    visibility: hidden;
    /*width: 120px;*/
    width: 220px; /*20161004_ai*/
    z-index: 100;
    text-align: left;
    -webkit-box-shadow: 0px 3px 8px rgba(0,0,0,.15);
    box-shadow: 0px 3px 8px rgba(0,0,0,.15);
}

#headerNav .subMenu a {
    padding: 0.25em 1em;
    width: 100%;
    display: block;
    color: #555;
}

    #headerNav .subMenu a:hover {
        color: #2d8c3c;
    }

    #headerNav .subMenu a:before {
        display: inline-block;
        font: normal normal normal 16px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin-right: 1em;
    }
/*20161004_ai*/

/*--------メニューアイコン装飾---------*/

/*主催者一覧*/
#headerNav .menu_owner {
    background-image: url('img/ico_owner.png');
    padding-left: 20px;
}
/*イベント一覧*/
#headerNav .menu_eventlist {
    background-image: url('img/ico_eventlist.png');
    padding-left: 24px;
}
/*会員検索*/
#headerNav .menu_search {
    background-image: url('img/ico_search.png');
    padding-left: 20px;
}
/*データ管理*/
#headerNav .menu_date {
    background-image: url('img/ico_date.png');
    padding-left: 22px;
}
/*一斉メール*/
#headerNav .menu_mail {
    background-image: url('img/ico_mail.png');
    padding-left: 24px;
}
/*設問設定*/
#headerNav .menu_regist {
    background-image: url('img/ico_regist.png');
    padding-left: 22px;
}


/*excelデモ*/
#headerNav .menu_excel {
    background-image: url('img/ico_date.png');
    padding-left: 22px;
}



/*設問タグ設定*/
#headerNav .menu_tagu {
    background-image: url('img/ico_tagu.png');
    padding-left: 22px;
}
/*管理者登録*/
#headerNav .menu_admin {
    background-image: url('img/ico_admin.png');
    padding-left: 22px;
}
/*システム管理者*/
#headerNav .menu_adminuser {
    background-image: url('img/ico_adminuser.png');
    padding-left: 16px;
}
/*システム設定*/
#headerNav .menu_system {
    background-image: url('img/ico_system.png');
    padding-left: 24px;
}
/*--↓↓INS*2013/04/16*hiro↓↓--*/
/*システム設定*/
#headerNav .menu_payment {
    background-image: url('img/ico_payment.png');
    padding-left: 32px;
}
/*--↑↑INS*2013/04/16*hiro↑↑--*/


/*--↓↓BT11130*2014/06/10*hiro↓↓--*/
/*ログ管理設定*/
#headerNav .menu_log {
    background-image: url('img/ico_log.png');
    /* <%'***↓↓↓*ログ管理機能 BT11130 06/09***************************************************************↓↓↓***%> */
    padding-left: 22px;
    /* <%'***↑↑↑*ログ管理機能 BT11130 06/09***************************************************************↑↑↑***%> */
}
/*--↑↑BT11130*2014/06/10*hiro↑↑--*/

/*基本設定*/
#headerNav .menu_sysadmin_sanka {
    background-image: url('img/ico_join.png');
    padding-left: 28px;
    background-size: 22px;
}
/*辞書設定*/
#headerNav .menu_dic {
    background-image: url('img/ico_dic.png');
    padding-left: 28px;
}
/*イベント情報*/
#headerNav .menu_eventinfo {
    background-image: url('img/ico_eventdetail.png');
    padding-left: 28px;
    background-size: 22px;
}


/*メインコンテンツ****************************************************************************************/
#wrapper {
    width: auto;
    min-height: 400px;
    padding: 16px;
    background-color: White;
    margin: 85px 10px 10px 10px;
    text-align: left;
    border: solid 1px #B4B4B5;
    clear: both;
}


.wide-m700 {
    width: 700px;
}
.wide-m800 {
    width:800px;
}
.wide-m900 {
    width:900px;
}
.wide-m1000 {
    width:1000px;
}
/*--------メインタイトル---------*/
#wrapper h1 {
    font-size: 170%;
    letter-spacing: 0.3em;
    height: 48px;
    line-height: 48px;
    color: #2d8c3c;
    position: relative;
    padding-left: 1em;
}

    #wrapper h1:before {
        display: block;
        width: 6px;
        height: 40%;
        position: absolute;
        left: 0;
        top: 30%;
        background-color: #2d8c3c;
        border-radius: 4px;
        content: "";
    }
/*主催者一覧*/
/*
#wrapper h1.title_owner{
    background-image:url('img/title_owner.gif');
    background-repeat:no-repeat;
    background-position:left bottom;
    padding-left:52px;
}
    */
/*イベント一覧*/
/*
#wrapper h1.title_eventlist{
    background-image:url('img/title_eventlist.gif');
    background-repeat:no-repeat;
    background-position:left center;
    padding-left:50px
}
    */
/*会員検索*/
/*
#wrapper h1.title_search{
    background-image:url('img/title_search.gif');
    background-repeat:no-repeat;
    background-position:left bottom;
    padding-left:43px
}
*/
/*データ管理*/
/*         
#wrapper h1.title_date{
    background-image:url('img/title_date.gif');
    background-repeat:no-repeat;
    background-position:left bottom;
    padding-left:43px
}
*/
/*一斉メール*/
/*            
#wrapper h1.title_mail{
    background-image:url('img/title_mail.gif');
    background-repeat:no-repeat;
    background-position:left center;
    padding-left:50px
}
    */
/*設問設定*/
/*              
#wrapper h1.title_regist{
    background-image:url('img/title_regist.gif');
    background-repeat:no-repeat;
    background-position:left bottom;
    padding-left:43px
}
    */
/*設問タグ設定*/
/*                  
#wrapper h1.title_tagu{
    background-image:url('img/title_tagu.gif');
    background-repeat:no-repeat;
    background-position:left center;
    padding-left:50px
}
    */
/*管理者登録*/
/*                 
#wrapper h1.title_admin{
    background-image:url('img/title_admin.gif');
    background-repeat:no-repeat;
    background-position:left bottom;
    padding-left:43px
}
    */
/*システム管理者*/
/*                     
#wrapper h1.title_adminuser{
    background-image:url('img/title_adminuser.gif');
    background-repeat:no-repeat;
    background-position:left bottom;
    padding-left:43px
}
    */
/*システム設定*/
/*                          
#wrapper h1.title_system{
    background-image:url('img/title_system.gif');
    background-repeat:no-repeat;
    background-position:left bottom;
    padding-left:50px
}
*/
/*--↓↓INS*2013/04/16*hiro↓↓--*/
/*システム設定*/
/*
#wrapper h1.title_payment{
    background-image:url('img/title_payment.gif');
    background-repeat:no-repeat;
    background-position:left bottom;
    padding-left:43px
}
    */
/*--↑↑INS*2013/04/16*hiro↑↑--*/

/*ログ管理設定*/
/*
#wrapper h1.title_log{
    background-image:url('img/title_log.gif');
    background-repeat:no-repeat;
    background-position:left bottom;
    padding-left:43px
}
    */

/*↓2013/11/05 */
/*イベント基本設定（イベント情報）*/
/*
#wrapper h1.title_eventdetail{
    background-image:url('img/title_eventdetail.gif');
    background-repeat:no-repeat;
    background-position:left center;
    padding-left:44px
}
    */
/*辞書設定*/
/* 
#wrapper h1.title_dic{
    background-image:url('img/title_dic.gif');
    background-repeat:no-repeat;
    background-position:left bottom;
    padding-left:44px
}
    */
/*↑2013/11/05 */
/*--------サブタイトル---------*/
#wrapper h2 {
    /*padding-bottom:4px;*/
    font-size: 130%;
    margin-bottom: 0.5em;
    /*border-bottom:solid 4px #656C76;*/
    border-bottom: 2px solid #2d8c3c;
    line-height: 2.5em;
    height:2.5em;
    width: auto;
    color: #2d8c3c;
}


/*--------コンテント・検索結果一覧・入力画面が入る---------*/
#main_content {
    width: 100%;
    height: auto;
    margin-top: 10px;
}

/*--------編集・詳細画面のtableスタイル---------*/
/*oga*/
.input_table_1 {
    border: hidden;
}
/*oga*/
.input_table_2 {
    border: hidden;
}

.input_table {
    width: 100%;
    /*border: solid 1px #7A889C;*/
    border: solid 1px #ababab;
    border-bottom: none;
    margin-bottom: 10px;
    background-color: #fff;
}

    .input_table td {
        padding: 3px;
        /*border-bottom: solid 1px #7A889C;*/
        border-bottom: solid 1px #ababab;
    }
    /*thを使用していることはほとんどない、ほぼinput_headを使用*/
    .input_table th {
        /*background-image: url('img/bg_th.gif');
        background-repeat: repeat-x;
        background-position: left top;
        background-color: #EEF2F8;*/
        /*border-bottom: solid 1px #7A889C;
        border-right: solid 1px #7A889C;*/
        border-bottom: solid 1px #ababab;
        border-right: solid 1px #ababab;
        padding: 3px;
        background-color:#e0e3e8;
        color:#333
    }
/*tableの項目名欄*/
.input_head {
    /*background-image:url('img/bg_th.gif');*/
    background-repeat: repeat-x;
    background-position: left top;
   /*background-color: #7fffd4;*/
        background-color:#f2f2f2;
    /*border-bottom: solid 1px #7A889C;
    border-right: solid 1px #7A889C;*/
    border-bottom: solid 1px #ababab;
    border-right: solid 1px #ababab;
    text-align: left;
    font-weight:600;
    color:#333
}
/*tableの入力欄*/
.InputField {
    /*border-bottom: solid 1px #7A889C;*/
    border-bottom: solid 1px #ababab;
    text-align: left;
}
    .InputField > ul > li { padding:0.25em 0 0 0
    }
    .InputField > ul > li:first-child{ padding:0}
/*tableのフッター*/
.input_table .table_footer {
    /*background-image: url('img/bg_th.gif');
    background-repeat: repeat-x;
    background-position: left top;
    background-color: #EEF2F8;*/
   /* border-bottom: solid 1px #7A889C;*/
   border-bottom: solid 1px #ababab;
    background-color:#dfe2e6
}
/*tableの中にあるtable*/
.input_table td .input_table {
    width: 100%;
    /*border: solid 1px #7A889C;*/
    border: solid 1px #ababab;
    border-bottom: none;
    margin-bottom: 0px;
    background-color: #fff;
}
/*tableの中にあるボタンのレイアウト*/
.input_table td input.ui-button, .ui-state-default {
    margin: 0px 2px 2px 0px;
}

/*--------検索結果一覧・リストに使用されているtableスタイル---------*/
/*tableの枠*/
.tbl_header {
    /*border: solid 1px #7A889C;*/
    border: solid 1px #ababab;
    width: 100%;
}
    /*tableの項目名欄*/
    .tbl_header th {
        /*background-image:url('img/bg_th.gif');*/
        background-repeat: repeat-x;
        background-position: left top;
        /*background-color: #7fffd4;*/
        background-color:#f2f2f2;
        /*border-bottom: solid 1px #7A889C;
        border-right: solid 1px #7A889C;*/
        border-bottom: solid 1px #ababab;
        border-right: solid 1px #ababab;
        padding: 3px;
        color:#333
    }
    /*tableの入力欄・情報欄*/
    .tbl_header td {
        /*border-bottom: solid 1px #7A889C;*/
        border-bottom: solid 1px #ababab;
        padding: 0px 2px;
        line-height: 120%;
        height: 24px;
    }

/*tableの入力欄の枠*/
.tbl_detail {
    /*border-left: solid 1px #7A889C;
    border-right: solid 1px #7A889C;*/
     border-left: solid 1px #ababab;
    border-right: solid 1px #ababab;
    width: 100%;
}
    /*tableの入力欄・情報欄*/
    .tbl_detail td {
        /*border-bottom: solid 1px #7A889C;*/
         border-bottom: solid 1px #ababab;
        padding: 0px 2px;
        height: 24px;
        line-height: 120%;
    }

    .tbl_detail td, x:-moz-any-link {
        height: 25px;
    }
/*firefox用ハックリストがずれるのでfirefox単独のスタイル*/

.td_list td {
    padding: 2px;
}
/*--------会員検索の検索結果一覧で使用されていページ切り替えができる---------*/
/*tableの枠*/
.jq_table {
    width: 100%;
    border-collapse: collapse;
    /*border: solid 1px #7A889C;*/
    border: solid 1px #ababab;
    border-spacing: 0;
    background-color: White;
}
    /*tableの項目欄*/
    .jq_table th {
        /*background-image: url('img/bg_th.gif');
        background-repeat: repeat-x;
        background-position: left top;*/
        /*--↓↓BT11129*2014/05/19*hiro↓↓--*/
        background-color: #F2F2F2;
        /*background-color:#D3E4F2;*/
        /*--↑↑BT11129*2014/05/19*hiro↑↑--*/
        /*border-bottom: solid 1px #7A889C;
        border-right: solid 1px #7A889C;*/
        border-bottom: solid 1px #ababab;
        border-right: solid 1px #ababab;
        padding: 3px;
        text-align: center;
        color:#2aaa6a
    }
    /*tableの情報欄*/
    .jq_table td {
        padding: 2px;
        /*border-bottom: solid 1px #7A889C;*/
        border-bottom: solid 1px #ababab;
        background-color: White;
    }


/*--------検索欄コンテンツ---------*/
#search_con {
    width: auto;
    height: auto;
    border: solid 1px #ababab;
    padding-bottom: 10px;
}
    /*検索欄タイトル*/
    #search_con .title {
        width: auto;
        height: auto;
        border-bottom: solid 1px #ababab;
        padding: 3px;
        background-image: url('img/bg_searchtitle.gif');
        background-repeat: repeat-x;
        background-position: left top;
        color: White;
        font-weight: bold;
    }
    /*検索入力欄の横幅*/
    #search_con .sub_con {
        padding: 10px;
        width: 860px;
    }
/*検索ボタンコンテンツ*/

.btn_block {
    text-align: center;
    width: 100%;
    height: auto;
}

.btn_footer_block {
    border-top: solid 1px #ccc;
    padding-top: 1em;
    margin-top: 1em;
    text-align:center
}


    .btn_footer_block > input ,.ui-widget .btn_footer_block > input.ui-widget,
    .btn_footer_block.ui-button.ui-state-default{ padding:0.35em 2.5em; font-size:16px;font-weight: 700;
    }
/*検索ボタン*/
input.btn_search, .ui-dialog .btn_search,.ui-button.ui-state-default.btn_search {
   /* background-image: url('img/btn_search.gif');
    background-repeat: repeat-x;
    background-position: left center;*/
    border: solid 1px #2aaa6a;
    height: auto;
    font-size: 130%;
    width: auto;
    color: #fff;
    font-weight: bold;
    background-color: #2aaa6a;
    margin: 0px auto;
    background-image:none
}

    input.btn_search.ui-state-hover, .ui-dialog .btn_search.ui-state-hover,.ui-button.ui-state-default.btn_search.ui-state-hover {
        /*background-image: url('img/btn_search.gif');
        background-repeat: repeat-x;
        background-position: left center;*/
        background-color: #43b97d;
        border: solid 1px #43b97d;
        height: auto;
        font-size: 130%;
        width: auto;
        color: #fff;
        text-decoration: none;
    }
/*検索一覧フッター*/
.ui-pg-table .ui-state-hover {
    font-weight: normal;
    background-color: Transparent;
    background-image: none;
    border-left: 0px solid #eee;
    border-top: 0px solid #eee;
    border-right: 0px solid #ccc;
    border-bottom: 0px solid #ccc;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 0px;
    color: #4C5E77;
}

.block_head_search {
    background-color: #f2f2f2;
    padding: 0.35em 1.5em;
    border: solid 1px #ccc;
    border-radius: 4px;
    margin-bottom: 1em;
}
/*--一般てきなtable--------------------------------------------*/
/*tableの枠*/
.table-common {
    width: 100%;
    border-collapse: collapse;
    /*border: solid 1px #7A889C;*/
    border: solid 1px #ababab;
    border-spacing: 0;
    background-color: White;
    margin-bottom: 1em;
}
    /*tableの項目欄*/
    .table-common th {
        /*background-color: #7fffd4;*/
        background-color:#f2f2f2;
        /*border-bottom: solid 1px #7A889C;
        border-right: solid 1px #7A889C;*/
        border-bottom: solid 1px #ababab;
        border-right: solid 1px #ababab;
        padding: 4px;
        text-align: center;
        color:#333
    }
    /*tableの情報欄*/
    .table-common td {
        padding: 4px;
        /*border-bottom: solid 1px #7A889C;*/
        border-bottom: solid 1px #ababab;
        background-color: White;
    }
    .table-common.table-common-v {
    }
        .table-common.table-common-v th {width:180px; text-align:left
        }
    .table-common td.separate,.table-common th.separate { background-color:#fff;/*border-right: solid 1px #7A889C;border-left: solid 1px #7A889C;*/ border-bottom:none;border-right: solid 1px #ababab;border-left: solid 1px #ababab
    }
/*tableリセット****************************************************************************************/

.table_reset td {
    border-bottom: none;
    padding: 0px;
}



/*フッター****************************************************************************************/
#footer {
    padding: 10px;
    font-size: 80%;
    margin-top: 30px;
    background-image: url('img/line.png');
    background-repeat: repeat-x;
    background-position: left top;
    width: auto;
    height: auto;
    text-align: center;
    min-width:1240px
}

    #footer .guide {
        width: auto;
        height: auto;
    }

    #footer .copyright {
        width: auto;
        height: auto;
    }
/*ログイン画面****************************************************************************************/
/*--------ログインコンテンツ---------*/
#login_container {
    width: 400px;
    margin: 0px auto;
    height: auto;
}
    /*--------ログインヘッダー---------*/
    #login_container .header {
        width: 400px;
        /*height: 120px;*/
        height:332px;
        text-align: center;
        padding-top: 10px;
    }
    /*--------ログイン管理者タイトル---------*/
    #login_container .login_title {
        color: #005DBA;
        margin-top: 10px;
        font-weight: bold;
    }
/*--------入力フォームコンテント---------*/
#login_content {
    width: 400px;
    height: auto;
    position: relative;
    padding-bottom: 60px;
}

    #login_content .login_con {
        width: 100%;
        height: auto;
        padding: 20px 0px;
        margin: 0px auto;
        /*border-left:solid 1px #B0B0B0;
    border-top:solid 1px #B0B0B0;   
    border-right:solid 1px #fff;
    border-bottom:solid 1px #eee;*/
        border: solid 5px green;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        position: relative;
        top: 0px;
        z-index: 100;
        /*background-image:url('img/bg_logincon.png');*/
        background-position: left bottom;
        background-repeat: repeat-x;
        background-color: #fff;
    }
    /*--------sign in　タイトル---------*/

    #login_content .title_sign {
        font-size: 230%;
        font-weight: bold;
        font-family: Arial;
        color: green;
        border-bottom: solid 1px #ccc;
        text-shadow: 0 -1px 1px #FFF, -1px 0 1px #FFF, 1px 0 1px #333;
        padding: 10px 0px;
        margin: 0px;
        width: auto;
    }


    /*--------入力フォーム---------*/
    #login_content .login_con table {
        width: 340px;
        margin: 10px 30px;
    }

    #login_content .login_con td {
        padding: 3px;
    }

    /*--------装飾影---------*/

    #login_content .shadow {
        /*background-image:url('img/bg_login.png');*/
        background-repeat: no-repeat;
        background-position: left bottom;
        width: 400px;
        height: 100px;
        position: absolute;
        bottom: 0px;
        z-index: 1;
        left: 0px;
    }
    /*--------ログインコンテントリンク---------*/

    #login_content a {
        color: #555;
    }

        #login_content a:hover {
            color: #888;
            text-decoration: underline;
        }
    /*--------ログインボタン---------*/

    #login_content .btn_login {
        width: auto;
        height: auto;
        text-align: center;
    }

        #login_content .btn_login a {
            /*background-image:url('img/btn_make.gif');*/
            background-repeat: repeat-x;
            background-position: left top;
            border: solid 1px #8D3C4D;
            height: auto;
            width: auto;
            display: block;
            color: White;
            padding: 4px 30px 4px 30px;
            background-color: orange;
            font-weight: bold;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
        }

            #login_content .btn_login a:hover {
                /*background-image:url('img/btn_make.gif');*/
                background-repeat: repeat-x;
                background-position: left top;
                border: solid 1px #DB6A81;
                height: auto;
                width: auto;
                display: block;
                color: #FDDDE5;
                text-decoration: none;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                border-radius: 4px;
            }




/*パスワード再発行画面****************************************************************************************/
/*--------パスワード再発行画面コンテンツ---------*/
#password_container {
    width: 400px;
    margin: 0px auto;
    height: auto;
}
    /*--------パスワード再発行画面ヘッダー---------*/
    #password_container .header {
        width: 400px;
        height: 120px;
        text-align: center;
        padding-top: 10px;
    }
    /*--------パスワード再発行タイトルー---------*/
    #password_container .login_title {
        color: #005DBA;
        font-weight: bold;
    }

/*--------パスワード再発行コンテンツー---------*/
#password_content {
    width: 400px;
    height: auto;
    position: relative;
    padding-bottom: 60px;
}
    /*--------パスワード再発行メインコンテンツー---------*/
    #password_content .login_con {
        width: 100%;
        height: auto;
        padding: 20px 0px;
        margin: 0px auto;
        background-image: url('img/bg_logincon.png');
        background-position: left bottom;
        background-repeat: repeat-x;
        background-color: #fff;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        position: relative;
        top: 0px;
        z-index: 100;
        border: solid 1px #fff;
    }

        #password_content .login_con table {
            width: auto;
            margin: 10px 30px;
        }

        #password_content .login_con td {
            padding: 3px;
        }
/*forgot passwordタイトル*/
#password_container .title_sign {
    font-size: 20pt;
    font-weight: bold;
    font-family: Arial;
    color: #bbb;
    border-bottom: solid 1px #ccc;
    text-shadow: 0 -1px 1px #FFF, -1px 0 1px #FFF, 1px 0 1px #333;
    padding: 10px 0px;
    margin: 0px;
    width: auto;
}
/*影--デザイン--*/
#password_content .shadow {
    background-image: url('img/bg_login.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    width: 400px;
    height: 100px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
}
/*--------再発行ボタンー---------*/

#password_content .btn_login {
    width: auto;
    height: auto;
    text-align: center;
}

    #password_content .btn_login a {
        background: #87e0fd; /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: -moz-linear-gradient(top, #87e0fd 0%, #53cbf1 40%, #05abe0 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#87e0fd), color-stop(40%,#53cbf1), color-stop(100%,#05abe0)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #87e0fd 0%,#53cbf1 40%,#05abe0 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #87e0fd 0%,#53cbf1 40%,#05abe0 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #87e0fd 0%,#53cbf1 40%,#05abe0 100%); /* IE10+ */
        background: linear-gradient(top, #87e0fd 0%,#53cbf1 40%,#05abe0 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#05abe0',GradientType=0 ); /* IE6-8 */
        border: solid 1px #4EC8F0;
        height: auto;
        width: auto;
        font-weight: bold;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        padding: 4px 30px 4px 30px;
        color: #fff;
        display: block;
    }

        #password_content .btn_login a:hover {
            background: #05abe0; /* Old browsers */
            /* IE9 SVG, needs conditional override of 'filter' to 'none' */
            background: -moz-linear-gradient(top, #05abe0 0%, #53cbf1 60%, #87e0fd 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#05abe0), color-stop(60%,#53cbf1), color-stop(100%,#87e0fd)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #05abe0 0%,#53cbf1 60%,#87e0fd 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #05abe0 0%,#53cbf1 60%,#87e0fd 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #05abe0 0%,#53cbf1 60%,#87e0fd 100%); /* IE10+ */
            background: linear-gradient(top, #05abe0 0%,#53cbf1 60%,#87e0fd 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05abe0', endColorstr='#87e0fd',GradientType=0 ); /* IE6-8 */
            border: solid 1px #4EC8F0;
            height: auto;
            width: auto;
            text-decoration: none;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            padding: 4px 30px 4px 30px;
            display: block;
        }
/*--------再発行コメント---------*/
#password_container .comment {
    background-color: #FAFEDC;
    border: solid 1px #E3F35F;
    padding: 10px;
    text-align: left;
}




/*エラー画面****************************************************************************************/
#error_body {
    text-align: center;
    width: 100%;
    height: 100%;
}

#error_con {
    width: 800px;
    height: auto;
    margin: 0px auto;
    text-align: left;
}
/*エラー画面メインコンテンツ*/
#error_container {
    border: solid 1px #133B75;
    background-color: White;
    height: auto;
    width: auto;
    padding: 1px 1px 20px 1px;
}
    /*エラー画面メインコンテンツタイトル*/
    #error_container .Error_title {
        font-size: larger;
        border-bottom: solid 1px #ababab;
        background-image: url('img/bg_searchtitle.gif');
        background-repeat: repeat-x;
        background-position: left top;
        padding: 4px;
        color: #fff;
    }
    /*エラーメッセージタイトル*/
    #error_container h2 {
        padding: 10px;
        color: Red;
    }
    /*エラーメッセージ詳細内容*/
    #error_container .error_detail {
        padding: 10px;
        background-color: White;
    }
    /*ボタンコンテンツ*/
    #error_container .btn_block {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
    /*ボタンのレイアウト*/
    #error_container .btn_error {
        width: 170px;
        text-align: center;
        margin: 0px auto;
    }



/*メールのスタイル--------------------------------------いずれ削除*/
/*.table {margin: 0;padding: 0;background: none repeat scroll 0 0 #FFFFFF;border-left: 1px solid #666699;border-top: 1px solid #666699;text-align: left;width: 100%;}
.table th {margin: 0px;padding: 0px 1px;background: none repeat-x scroll 0 0 #9999CC;border-color: #666699;border-style: none solid solid none;border-width: 1px;color: #FFF;font: bolder 12px Tahoma,Verdana,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka;text-align: center;vertical-align: middle;height: 30px;}
.table .ttl {margin: 0;padding: 3px 0px 3px 5px;background: none repeat scroll 0 0 #CCCCCC;border-bottom: 1px solid #666699;border-right: 1px solid #666699;font: normal 12px Tahoma,Verdana,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka;}
.table .elem {margin: 0;padding: 3px 0px 3px 5px;background: none repeat scroll 0 0 #F2F2F2;border-bottom: 1px solid #666699;border-right: 1px solid #666699;font: 12px Tahoma,Verdana,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka;}
.table .list {margin: 0;padding: 3px 1px;background: none repeat scroll 0 0 #FFFFCC;border-color: #666699;border-style: none solid solid none;border-width: 1px;color: #333333;font: 12px/15px Tahoma,Verdana,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka;text-align : center;height: 25px;}
.required { color:Red; font-weight: bold;}
*/


.clearfix {
    zoom: 1;
}

    .clearfix:after {
        content: "";
        display: block;
        clear: both;
    }

.clearfix {
    display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}
/* End hide from IE-mac */
