/* ガイド提出 */
div#content table.scenario_submit{
    width: 660px;
}

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

table.scenario_submit textarea{
    font-size: 12px;
    padding: 5px;
    resize: none;
    width: 97%;
}

table.scenario_submit td.sample_action{
    text-align: center;
}

table.scenario_submit textarea.sample{
    width: 90%;
}

.scenario_submit .sample_action .error{
    text-align: left;
    margin-left: 15px;
}

.sample_title{
    margin: 0 0 0 15px;
    text-align: left;
}

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

.sample_wrapper{
    clear: both;
    margin-bottom: 30px;
}

.sample_wrapper ul{
    display: block;
    margin: 0;
    padding: 0;
}

.sample_wrapper li{
    list-style-type: none;
}

.textarea_wrapper{
    clear: both;
    margin: 0 5px 15px 5px;
    border: 1px solid #5B95A9;
    padding: 3px 0 0 3px;
}

.sample_display {
    text-align: left;
    padding: 5px;
    margin: 0 auto 15px auto;
    clear: both;
    border: 1px solid #89C3EB;
    width: 90%;
}

input.alnum{
    ime-mode: disabled;
}

p.penname{
    margin: 0;
}

textarea {
    overflow: hidden;
}

/* ともだち一覧 */
.relation_chara_select{
    clear: both;
    margin-bottom: 12px;
}

#npc_func_button{
    clear: both;
    font-size: 11px;
}

#npc_selectlist{
    display: none;
    clear: both;
    margin: 15px 0 0 0;
    padding: 0;
    font-size: 12px;
}

#npc_selectlist li{
    list-style: none;
    margin-bottom: 2px;
}

#npc_selectlist #all{
    cursor: pointer;
    color: #0000ee;
}

.chara_relation_form_table select{
    width: 185px;
}

.relation_list_wrapper{
    width: 750px;
    clear: both;
    margin: 10px 0 10px 90px;
}

.relation_box{
    clear: both;
    height: 101px;
    margin-bottom: 10px;
    padding: 8px 0 0 0;
    width: 96%;
}

.relation_box img{
    border: none;
}

.relation_npc{
    border: 1px solid #ef5f69;
}

.relation_for_right{
    float: left;
    background-image: url("../../img/chara/friends-arrow-blue.png");
    background-repeat: no-repeat;
    height: 46px;
    width: 560px;
    padding-left: 20px;
}

.relation_for_right img{
    margin-top: -4px;
    vertical-align: middle;
}

.relation_for_left img{
    margin-top: -4px;
    vertical-align: middle;
}

.relation_for_left{
    float: left;
    background-image: url("../../img/chara/friends-arrow-white.png");
    background-repeat: no-repeat;
    height: 47px;
    width: 560px;
    text-align: right;
    padding-right: 20px;
}

.relation_for_right_blank{
    float: left;
    height: 46px;
    width: 560px;
    padding-left: 20px;
}

.relation_for_left_blank{
    float: left;
    height: 47px;
    width: 560px;
    text-align: right;
    padding-right: 20px;
}

.relation_icon_wrapper{
    text-align: center;
    vertical-align: middle;
    clear: none;
    float: right;
    height: 100px;
    width: 130px;
    font-size: 10px;
    margin-right: 7px;
}

.relation_icon_wrapper img{
    margin: 0;
}

.relation_nickname{
    color: #2E8B57;
    margin-left: 5px;
    font-size: 12px;
}

.relation_detail_left{
    clear: both;
    margin-top: -2px;
    padding-top: 2px;
}

.relation_detail_right{
    clear: both;
    margin-top: 6px;
    margin-bottom: 5px;
    padding-top: 2px;
}

.selected_icon_wrapper{
    margin-top: 8px;
    margin-bottom: 5px;
    width: 160px;
    text-align: center;
}

.scenario_link_list{
    margin-top: -15px;
    font-size: 11px;
    text-align: right;
    clear: both;
}

.scenario_link_list span{
    margin-left: 5px;
}

/************ シナリオ一覧 ************/
.scenarioList{
    clear: both;
    margin: 15px auto 30px auto;
    width: 95%;
}

.scenarioIndexHeader{
    margin: auto;
    clear: both;
    background-color: #BCF2F2;
    text-align: left;
    height: 22px;
    width: 100%;
}

.scenarioIndexHeader .headerLeft{
    margin-top: 1px;
    padding-left: 3px;
    clear: none;
    float: left;
}

.scenarioIndexHeader .headerRight{
    font-size: 10px;
    clear: none;
    float: right;
    margin-top: 3px;
    padding-right: 2px;
}

.scenarioIndexHeader .headerRight a{
    margin-left: 2px;
}

div#content table.scenarioIndex {
    clear: both;
    margin: 0;
    width: 100%;
    font-size: 12px;
}

div#content table.scenarioIndex th{
    width: 105px;
}

div#content table.scenarioIndex td{
}

div#content table.reactionComplete th{
    background-color: #b3b3b3;
    color: #444650;
}

div#content table.reactionComplete td{
    background-color: #b3b3b3;
    color: #444650;
}

div.reactionComplete{
    background-color: #b3b3b3;
    color: #444650;
}

/* シナリオガイド提出 */
.guide_chara_wrapper{
    width: 140px;
    float: left;
    text-align: center;
    margin-top: 5px;
    margin-left: 5px;
}

.guide_chara_wrapper a{
    font-size: 10px;
}

.guide_chara_wrapper img{
    border: none;
    cursor: pointer;
}

.guide_chara_wrapper_dummy{
    width: 140px;
    float: left;
    text-align: center;
    margin-top: 5px;
    margin-left: 5px;
    display: none;
}

/* アクション一覧 */
.action_header span{
    font-size: 100%;
    line-height: 1.0;
}

#com_name_list{
    clear: both;
    margin: 3px 0 0 0;
}
