
body {
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-size: 80%;
    line-height:1.4;
    letter-spacing: .1em;
    color:#1a1a1a;
/*
    background-color: #FFDC00;
    background-image: url("/img/g1.jpg");
*/
    margin-top: 0px;
    background-repeat: repeat;
}

a {
    border-style: none;
    text-decoration: none;
}
a:hover {
    border-style: none;
    text-decoration: underline;
}

.subtitle {
    clear: both;
    margin: 20px 0 15px 0;
    padding-left: 5px;
    font-weight: bold;
    border-bottom: 1px solid #89C3EB;
    border-left: 8px solid #89C3EB;
    font-size: 16px;
    text-align: left;
}

table .cell{
    display: block;
    width: 100%;
    height: 100%;
}

/*-------------------------------------------
    アラートフィルター
-------------------------------------------*/
body div.filter{
    background: none repeat scroll 0 0 #000000;
    height: 100%;
    left: 0;
    filter: alpha(opacity=80);
    -moz-opacity:0.8;
    opacity:0.8;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    display: table;
    vertical-align: middle;
}

div.filter div.message{
    display: table-cell;
    margin: auto;
    vertical-align: middle;
}

div.filter p.content{
    font-weight: bold;
    width: 350px;
    height: 100px;
    background: #FFFFFF;
    color: #000000;
    margin: 0 auto;
    padding: 5px 5px 5px 5px;
}
div.filter p.button_area{
    margin: 0 auto 0 auto;
    text-align: center;
    width: 350px;
    height: 40px;
    background: #cccccc;
    color: #FFFFFF;
    padding: 20px 5px 5px 5px;
}

/*-------------------------------------------
    
-------------------------------------------*/
img {
    border: 1px solid #999999;
}

.img1 {
    border: none;
}

.style1 {
    font-size: 80%
}

.style2 {color: #FFFFFF}

.style3 {color: #79C4E8}

body.index {
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #FFFFFF;
    margin-left: 0px;
    outline:none;
}

body.what {
    background-color: #FFDC00;
    margin-top: 0px;
    margin-bottom: 0px;
}

p.error {
    margin: 1px 0 0 0;
    color: #FF0000;
    font-size: 85%;
}

.nonborder {
    border: none;
    outline: none;
}

.header {
    width: 100%;
    height: 50px;
    background-color: #FFFFFF;
}

a img {
    border-width: 0;
    outline: none;
}

a:focus {
    border-width: 0;
    outline: none;
}

.copyright {
    text-align: center;
    color: #FFFFFF;
    font-size: 80%;
}

.clear{
    clear: both;
}

a#del_img {
    cursor: pointer;
    text-decoration: underline;
    font-weight: normal;
}

a.del_img {
    cursor: pointer;
    text-decoration: underline;
    font-weight: normal;
}

#display_allowed_tags{
    cursor: pointer;
    text-decoration: underline;
    font-weight: normal;
    color: #1E90FF;
}

h3.headline {
    clear: both;
    margin: 20px 0 15px 0;
    padding-left: 5px;
    font-weight: bold;
    border-bottom: 1px solid #89C3EB;
    border-left: 5px solid #89C3EB;
    font-size: 16px;
    text-align: left;
}

/*-------------------------------------------
    ヘッダー
-------------------------------------------*/

.header_logo {
    float: left;
    margin: 0;
}

.header_login {
    float: right;
    margin: 30px 10px 0 0;
}

div.hello{
    clear: both;
    margin: 0 0 3px 0;
}

/*-------------------------------------------
    ヘッダーメニュー
-------------------------------------------*/
div.header_menu{
    border: 1px solid #89c3eb;
    width: 100%;
    height: 85px;
}

div.header_menu ul{
    margin-top: 5px;
    width: 200px;
    float: left;
}

/*-------------------------------------------
    フッター
-------------------------------------------*/

.footer {
    width: 950px;
    height: 83px;
    position: absolute;  
    left: 0;  
    background-color: #FFFFFF;
    margin:0 auto 0 auto;
    background-image: url("/img/footer2.jpg");
}

.footer a.back {
    padding-left: 150px;
}

/*-------------------------------------------
    外枠
-------------------------------------------*/

div#wrapper {
    width: 950px;
    /*height: 1000px;*/
    background-color: #FFFFFF;
    /*margin:0 auto 0 auto;*/
    margin: 0 auto;
    padding: 0px 0px 10px;
    position: relative;
}

/*-------------------------------------------
    メイン
-------------------------------------------*/

div#main{
    width: 900px;
    margin: 0 auto;
    padding: 0;
}

/*-------------------------------------------
    コンテンツ
-------------------------------------------*/
div#content{
    width: 99%;
    margin: 0;
    padding: 0;
}

div.content {
    margin:10px auto 20px auto;
    width: 90%;
    /*height: 100px;*/
    border: 0px solid;
}

/*-------------------------------------------
    フォーム
-------------------------------------------*/

div#content #form{
    margin: 0;
    padding: 0 10px;
}

div#content #form .form_error{
    margin: 15px 0 0 0;
    padding: 10px;
    color: #ff0000;
    font-weight: bold;
}

span.required{
    padding: 0 0 0 10px;
    color: #ff0000;
    font-weight: normal;
}
/*
.form{
    margin: 0;
    padding: 0 10px;
    border-top: 1px dotted;
}
*/
.form {
    width: 88%;
    /*height: 300px;*/
    margin: 10px auto 10px auto;
    padding-bottom: 10px;
}

div.form table {
    margin: 20px auto 10px auto;
    border-collapse: collapse;
}

div.form table th{
    vertical-align: top;
    padding: 5px;
    border: 1px solid #ccc;
    background: #eee;
    text-align: left;
    color: #000;
}

div.form table td{
    vertical-align: top;
    padding: 5px;
    border: 1px solid #ccc;
    background: #fff;
    color: #000;
}


/*-------------------------------------------
    基本情報編集
-------------------------------------------*/

div#content table.basic_info{
    width: 630px;
}

div#content table.basic_info td{
    padding-bottom:15px;
}

/*-------------------------------------------
    アクション一覧
-------------------------------------------*/

div.action_wrapper{
    width: 99%;
    clear: both;
    margin: 9px 0 0 0;
}

div.action_header{
    font-size: 14px;
    background-color: #B7DBFF;
    padding-left: 3px;
    cursor: pointer;
    width: 85%;
    margin-right: 5px;
    float: left;
}

div.action_header:hover{
    background-color: #75BAFF;
}

.action_display_separately{
    font-size: 12px;
}

div.action_header_separated{
    font-size: 14px;
    background-color: #B7DBFF;
    padding-left: 3px;
}

div#content div.action_wrapper table.action{
    margin: 6px auto 3px;
    font-size: 12px;
    width: 100%;
}

div#content div.action_wrapper table.action table.action_detail{
    margin: 0px auto 3px;
    width: 99%;
}

.rokkon_table_wrapper {
    border: 1px solid #89C3EB;
    clear: both;
    margin-bottom: 5px;
    padding: 2px;
    text-align: center;
    width: 430px;
}

div#content .rokkon_table_wrapper table.rokkon_detail{
    margin: 0;
}

div#content .rokkon_table_wrapper table.rokkon_detail td{
    text-align: left;
    width: 338px;
}

#rokkon_left {
    float: left;
    width: 450px;
}

#rokkon_right {
    float: right;
    margin-bottom: 20px;
    width: 280px;
}

div#content div.action_search{
    text-align: left;
    border: 1px solid #89C3EB;
    width: 98%;
    margin: 5px 0 40px 0;
    padding: 0 10px 5px;
}

p.action_search_header{
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
}

div#content div.action_search table{
    margin: 5px 0 10px;
}

div.unsubmitted-wrapper{
    margin-top: 30px;
    border: 1px solid #FF7F50;
    width: 880px;
    margin: 30px auto 10px;
}

div#content table.unsubmitted-list{
    margin: 5px auto 10px;
}

div.unsubmitted-title{
    padding: 5px 0 5px 5px;
}

.request_illust_wrapper{
    float: left;
    margin: 0 2px 0 0;
}

.illust_tag_column{
    float: left;
    margin: 0;
    width: 105px;
}

/*-------------------------------------------
    アクション個別表示
-------------------------------------------*/
div#content table th.action_highlight{
    background-color: #fffacd;
}


/*-------------------------------------------
    リアクション提出
-------------------------------------------*/
div.reaction_wrapper{
    clear: both;
    margin-bottom: 30px;
    padding-top: 5px;
    padding-left: 10px;
    border: 1px solid #89C3EB;
}

p.reaction_page{
    color: #FF4500;
    font-weight: bold;
    margin: 0 0 0 5px;
    text-align: left;
}

textarea.reaction_body{
    font-size: 12px;
    padding: 5px;
    margin-top: 5px;
    resize: none;
    width: 97%;
}

div#count{
    margin: 0 15px 10px 0;
    clear: both;
    text-align: right;
}

.count{
    font-size: 12px;
    margin: 0 15px 10px 0;
    clear: both;
    text-align: right;
}

/*-------------------------------------------
    シナリオメモ
-------------------------------------------*/
table.header_scenario_info tr{

}

div#content table.header_scenario_info th{
    vertical-align: middle;
    background-color: #89C3EB;
}

div#content table.header_scenario_info td{
    vertical-align: middle;
}

div#content table.scenario_ms_memo{
    margin: 25px 20px 25px 20px;
}

div#content table.scenario_ms_memo td{
    border: 1px solid #89C3EB;
    padding-bottom: 15px;
}

div#content table.scenario_official_memo{
    margin: 25px 20px 25px 160px;
}

div#content table.scenario_official_memo td{
    border: 1px solid #FFDEAD;
    padding-bottom: 15px;
}

/*-------------------------------------------
    あとがき
-------------------------------------------*/

textarea.postscript{
    font-size: 12px;
    padding: 5px;
    margin-top: 5px;
    resize: none;
    width: 97%;
}

div.comment_header_left{
    float: left;
}

div.comment_header_right{
    float: right;
}

/*-------------------------------------------
    掲示板
-------------------------------------------*/
div.bbs{
    padding-top: 10px;
    padding-bottom: 30px;
    clear: both;
    border: 
}

.create_topic{
    margin: 0;
    padding-left: 5px;
    font-weight: bold;
    border-bottom: 1px solid #89C3EB;
    border-left: 5px solid #89C3EB;
    font-size: 16px;
    text-align: left;
}

.bbs_illust {
    clear: both;
    float: left;
    font-size: 10px;
    text-align: center;
    width: 140px;
    padding-top: 10px;
    padding-left: 10px;
}

a#display_topic_form{
    cursor: pointer;
    text-decoration: none;
}

.topic_icon{
    clear: both;
    font-size: 10px;
    text-align: center;
    width: 120px;
}

.icon_wrapper_mini{
    padding-top: 0;
    padding-left: 0;
}

.penname_under_icon{
    margin: 2px 0 0 0;
}

.bbs_illust img {
    border: medium none;
}

.bbs_illust a {
    border-style: none;
    color: #007BBB;
    text-decoration: none;
}

.topic_icon a {
    border-style: none;
    color: #007BBB;
    text-decoration: none;
}

.topic_icon img {
    border: medium none;
}

.topic_txtwaku-bottom {
    /*background-image: url("../../img/community/topictxt_bottom2.gif");*/
    background-position: center bottom;
    background-repeat: no-repeat;
    float: left;
    font-size: 12px;
    margin-bottom: 15px;
    margin-right: 10px;
    padding-bottom: 1px;
    width: 70%;
}

.comment_txtwaku-bottom {
    background-position: center bottom;
    background-repeat: no-repeat;
    float: left;
    font-size: 12px;
    margin-bottom: 15px;
    margin-right: 10px;
    padding-bottom: 1px;
    width: 720px;
}

.topic_txtwaku-in {
    /*background-image: url("../../img/community/topictxt_in2.gif");*/
    background-repeat: repeat-y;
}

.topic_txtwaku {
    /*background-image: url("../../img/community/topictxt_top2.gif");*/
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 5px;
}

.topic_txtwaku table {
    margin-left: 20px;
}
.topic_txtwaku th {
    font-weight: normal;
    text-align: left;
}
.radio_button0 li {
    margin-bottom: 0;
}
.topic_txtwaku textarea {
    /*border: 1px solid #89C3EB;*/
    font-size: 12px;
    padding: 5px;
    resize: none;
    width: 96%;
}

.r-button {
    margin-bottom: 15px;
    padding-right: 10px;
    text-align: right;
}

.r-button li{
    list-style-type: none;
}

.title_preview{
    font-weight: normal;
    margin-top: 2px;
    border-bottom: 1px dotted #CCCCCC;
}
.title_preview_inner_left{
    float: left;
    padding-top: 5px;
}
.datetime_preview{
    float: right;
    font-size: 11px;
    letter-spacing: 0.05em;
}
.body_preview{
    color: #696969;
    letter-spacing: 0.05em;
}

.separator{
    clear: both;
    border-bottom: 2px dashed #89C3EB;
}

.title_bbsread{
    font-weight: bold;
    color: #191970;
    font-size: 14px;
    margin: 5px 0 10px 0;
    padding-bottom: 5px;
    border-bottom: 1px dotted #CCCCCC;
}

.restitle_bbsread{
    font-weight: normal;
    color: #191970;
    margin: 5px 0 10px 0;
    padding-bottom: 5px;
    border-bottom: 1px dotted #CCCCCC;
}

.datetime_bbsread{
    font-weight: normal;
    float: right;
    font-size: 11px;
    letter-spacing: 0.05em;
    padding-top: 10px;
}

span.res_no{
    font-weight: bold;
    color: #191970;
    font-size: 105%;
    letter-spacing: 0.04em;
}

.button02 a {
    cursor: pointer;
    background: #F4FAFF;
    padding: 1px 8px;
    border: 2px solid #CCC;
    text-decoration: none;
    color: #000!important;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease;
}

.button02 a:hover {
    cursor: pointer;
    border: 2px solid #89C3EB;
    background: #89C3EB;
    color: #fff!important;
}

.button03 a {
    cursor: pointer;
    background: #FFDEAD;
    padding: 2px 10px;
    border: 2px solid #CCC;
    text-decoration: none;
    color: #000!important;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease;
}
.button03 a:hover {
    cursor: pointer;
    border: 2px solid #89C3EB;
    background: #FF7F50;
    color: #fff!important;
}

.button04 a {
    cursor: pointer;
    background: #FFDEAD;
    padding: 1px 8px;
    border: 1px solid #CCC;
    text-decoration: none;
    color: #000!important;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease;
}
.button04 a:hover {
    cursor: pointer;
    border: 1px solid #89C3EB;
    background: #FF7F50;
    color: #fff!important;
}



/*----- ページング -----*/
.pager {
    position:relative;/*--移動拠点（A）--*/
    text-align:center;
    font-size: 0px;/*--文字の大きさを、いったん0pxに--*/
    color: #FFFFFF;/*--文字色は背景色と同色--*/
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 10px;
    z-index: 0;
}

.pager a {
    color: #333333;
    font-weight: bold;
    text-decoration: none;
}

.pager a,.pager #current_page{/*--各種リンクと、現在開いているページ--*/
    margin: 0px 2px;
    font-size:11px;
    padding:2px 7px 2px 7px;/*--枠線と数字との余白--*/
    border: 1px solid #CCCCCC;/*--枠線の太さ・種類・色--*/
}

.pager #current_page{/*--現在開いているページ--*/
    font-weight:bold;/*--規定の太字だと、文字の大きさと枠線で囲った大きさが変わります--*/
    background-color:#FFFFFF;
    color:#007bbb;
}

.pager a,.pager #current_page{/margin: 1px;}/*--IE6、IE7用CSSハック。IE8にも効果あり--*/


/*--ロールオーバーしない場合は不要--*/
.pager a:hover{
    background-color:#8AC2EA;
    color:#FFFFFF;
}

.oldpage{
    float: left;
}

.newpage{
    float: right;
}

/*-------------------------------------------
    注文一覧
-------------------------------------------*/

div.order_index{
    clear: both;
    margin-bottom: 15px;
}

div.order_index table{
    
}

.order_index_th{
    text-align: center;
}


/*-------------------------------------------
    注文詳細
-------------------------------------------*/
div#content table th.description{
    background-color: #89C3EB;
}

textarea.refuse_reason {
    border: 1px solid #89C3EB;
    font-size: 12px;
    padding: 5px;
    resize: none;
    width: 440px;
}

div#content table td table.rokkon{
    margin: 10px 0 10px 10px;
}

div#content table td table.rokkon td img{
    padding-right: 1px;
    border: 1px solid #CCCCCC;
}

.chara_wrapper{
    clear: both;
    width: 99%;
    margin: 0 0 2px 0;
}

.chara_header{
    background-color: #B7DBFF;
    cursor: pointer;
    float: left;
    font-size: 14px;
    margin-right: 5px;
    padding-left: 3px;
    width: 82%;
}

.chara_header:hover{
    background-color: #75BAFF;
}

.chara_header span{
    font-size: 100%;
    line-height: 1.0;
}

div#content .chara_wrapper .chara {
    clear: both;
    font-size: 12px;
    margin: 3px auto;
    width: 99%;
}

div#content table.chara_detail{
    margin: 0px auto 3px;
}

div#content table.description2{
    margin: 0;
    width: 99%;
}

.description_text{
    clear: both;
    padding: 5px;
    background-color: #E0FFFF;
}

/*-------------------------------------------
    明細一覧
-------------------------------------------*/

div#content table.summary{
    width: 300px;
}

div#content table.summary th{
    text-align: center;
    width: 150px;
}

/*-------------------------------------------
    シナリオ明細一覧
-------------------------------------------*/
.scenario_summary_wrapper{
    width: 880px;
    margin-top: 25px;
}

div#content table.scenario_summary{
    width: 100%;
    margin: 0 auto 20px;
}

.scenario_summary_header{
    padding: 5px;
    width: 868px;
    margin: 0 auto 0;
    background-color: #D7EBFF;
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}

.scenario_title{
    padding-left: 5px;
    padding-right: 5px;
    font-weight: bold;
}

div#content table.breakdown{
    margin: 0;
    border: none;
}

div#content table.breakdown th{
    text-align: right;
    border: none;
    padding: 3px 0 3px 3px;
}
div#content table.breakdown td{
    border: none;
    padding: 3px 0 3px 3px;
}

/*-------------------------------------------
    テーブル 基本
-------------------------------------------*/
div#content table{
    margin: 20px auto 10px auto;
    border-collapse: collapse;
}

div#content table th{
    vertical-align: top;
    padding: 5px;
    border: 1px solid #ccc;
    background: #eee;
    text-align: left;
    color: #000;
}

div#content table td{
    vertical-align: top;
    padding: 5px;
    border: 1px solid #ccc;
    background: #fff;
    color: #000;
}

div#content .table_topic{
    margin: 10px auto 10px auto;
    border-collapse: collapse;
}

div#content .table_res{
    margin: 10px auto 10px auto;
    border-collapse: collapse;
}

div#content .table_materials th{
    vertical-align: middle;
}

p.toggle_profile{
    margin: 20px 0 0 0;
}

div#content .inner_table_left{
    margin: 5px;
    border-collapse: collapse;
}

.nomargin{
    margin: 0;
}

/*----- ボタン真ん中 -----*/

div.button_center{
    clear: both;
    margin: 10px 0;
    text-align: center;
}

div.button_right{
    clear: both;
    margin: 10px 0;
    text-align: right;
}

div.button_left{
    clear: both;
    margin: 10px 0;
    text-align: left;
}

div.register-header {
    margin:10px auto 10px auto;
    width: 850px;
    height: 312px;
    border: 1px solid;
}

/*-------------------------------------------
    共通
-------------------------------------------*/
#back_to_top{
    width: 150px;
    display: block;
    clear: both;
    margin: 30px 0 0 auto;
}

p.center{
    text-align: center;
}

.font_small{
    font-size: x-small;
}
.font_smallish{
    font-size: small;
}

.font_red{
    color: #FF0000;
}

.font_redb{
    color: #FF0000;
    font-weight: bold;
}

.font_blue{
    color: #0000F2;
}

.font_green{
    color: #00994D;
}

.font_weight_normal{
    font-weight: normal;
}
