/* ################### Local styles of 4-3tabGuidancePage ################ */

/* main */
/* message */
article#message p{
    margin:10px 30px;
}
    #message figure#TD{
        float:left;
        margin:10px 30px;
        text-align:center;
    }
    #message figure#TD img{
        width:100px;
        height:auto;
        box-shadow:2px 3px 3px rgba(0,0,0,0.2);
    }
    #message figure#TD figcaption{
        font-weight:700;
    }
/* /message */

/* about */
article#about p{
    	margin:0 20px 0 30px;
}
/* /about */

/* guidelines */
article#guidelines p{
        margin:0 30px 0 50px;
    }
        table#schedule_simple{
            margin-left:50px;
            line-height:2;
        }
            #schedule_simple tr{
                text-align:left;
            }
            #schedule_simple th{
                font-weight:normal;
            }
            
    /* スケジュール1日目 */
    table#schedule_day1{
        margin:5px 0 5px 45px;
        border-collapse:collapse;
    }
        table#schedule_day1 caption{
            margin:0 0 0 -5px;
            text-align:left;
        }
        table#schedule_day1 tr{
            border-top:1px dotted #777;
        }
            table#schedule_day1 tr:first-child{
                border-top:2px solid #777;
            }
            table#schedule_day1 tr:last-child{
                border-bottom:2px solid #777;
            }
        table#schedule_day1 td{
            padding:2px 10px;
        }
        table#schedule_day1 td:first-child{
            min-width:90px;
            text-align:left;
        }
        table#schedule_day1 tr:nth-child(6) td:first-child{
            text-align:right;
        }
        
    /* スケジュール2日目 */
    table#schedule_day2{
        margin:15px 0 30px 45px;
        border-collapse:collapse;
    }
        table#schedule_day2 caption{
            margin:0 0 0 -5px;
            text-align:left;
        }
        table#schedule_day2 tr{
            border-top:1px dotted #777;
        }
            table#schedule_day2 tr:first-child{
                border-top:2px solid #777;
            }
            table#schedule_day2 tr:last-child{
                border-bottom:2px solid #777;
            }
        table#schedule_day2 td{
            padding:2px 10px;
        }
        table#schedule_day2 td:first-child{
            min-width:90px;
            text-align:left;
        }
        table#schedule_day2 tr:nth-child(5) td:first-child{
            text-align:right;
        }
        

    table#deadlines{
        margin:10px 0 10px 40px;
        line-height:2;
        border-collapse:collapse;
    }
        #deadlines tr:first-child{
            border-top:2px solid #777;
            border-bottom:1px solid #777;
        }
        #deadlines tr:last-child{
            border-bottom:2px solid #777;
        }
        #deadlines th{
            text-align:center;
        }
        #deadlines td{
            padding:2px 5px;
            text-align:left;
            border-top:1px dotted #777;
        }
        #deadlines td:nth-child(2){
            text-align:right;
        }
        #deadlines tr:nth-child(3) td{
            padding:2px 5px;
            border-bottom:none;
        }
        #deadlines tr:nth-child(4) td{
            padding:2px 5px;
            text-align:right;
            border-top:none;
        }
        
/* /guidelines */

/* application */
article#application{
}
    #application p{
        margin:0 30px 0 50px;
    }
/* /application */

/* presentation */
article#presentation p{
        margin:0 30px 0 50px;
    }

    #presentation ul{
        list-style-image:url('../../image/check.png');
        margin:0 30px 10px 80px;
    }
    #presentation ul li{
        margin:0 0 7px 0;
    }
    
    #presentation ul#examples{
        margin:5px 0 0 5px;
        list-style:none;
    }
        #presentation ul#examples li{
            margin:0 0 10px 0;
            list-style:none;
        }
        #presentation ul#examples ul{
            margin:0 0 0 30px;
        }
        #presentation ul#examples ul li{
            margin:-3px 0;
            list-style:circle;
        }
    
    span.super{
        vertical-align:super;
        font-size:10px;
    }
    
    #presentation ul#poster_print1{
        margin:5px 30px 0 30px;
        list-style:none;
    }
        #presentation ul#poster_print1 li:before{
            content:'x';
            display:block;
            position:relative;
            margin:0 0 0 -15px;
            width:0;
            height:0;
            color:red;
            font-weight:700;
        }
    
    #presentation table#poster_print2{
        margin:5px 0 5px 5px;
        width:100%;
    }
        #presentation table#poster_print2 th{
            width:85px;
            vertical-align:top;
            text-align:right;
        }
        #presentation table#poster_print2 td{
            padding:0 0 0 7px;
        }
            #presentation table#poster_print2 td ol{
                margin:5px 0 0 20px;
                list-style-type:decimal;
                list-style-image:none;
            }
                #presentation table#poster_print2 td ol li{
                    margin:0 0 3px 0;
                }
                
    #presentation table#print_footnote td{
        min-width:30px;
        vertical-align:top;
    }
/* /presentation */

/* draft */
article#draft p{
        margin:0 30px 10px 50px;
    }
    
    #draft a.youryou{
        margin:3px 10px;
    }
    
    #draft ul{
        list-style-image:url('../../image/check.png');
        margin:0 30px 15px 70px;
    }
    #draft ul li{
        margin:3px 0;
    }
    
    #draft ul table{
        margin:0 0 15px -5px;
        border-collapse:collapse;
    }
        #draft ul table th{
            padding:0 3px;
            text-align:center;
            border:1px solid #999;
        }
        #draft ul table td{
            padding:0 3px;
            border:1px solid #999;
        }
            #draft ul table td:first-child{
                width:50px;
                text-align:center;
            }
/* /draft */

/* exchange_party */
article#exchange_party table{
        margin-left:35px;
        line-height:2;
    }
    #exchange_party table tr:nth-child(2) th{
        vertical-align:top;
    }
    #exchange_party table th{
        width:60px;
        font-weight:normal;
        text-align:left;
    }
/* /exchange_party */

/* fee */
article#fee p{
    margin:0 30px 10px 50px;
}

    #fee table{
        margin:5px 25px 30px 35px;
        line-height:2;
        border:1px solid #777;
        border-collapse: collapse;
    }
    #fee table tr:nth-child(2n+1) {
        background: #f1f6fc;
    }
    #fee table tr:nth-child(2n){
        border-top:1px solid #999;
        border-bottom:1px solid #999;
    }
    #fee table th{
        padding:1px;
        width:100px;
        font-weight:normal;
        text-align:center;
        border-right:1px solid #777;
    }
    #fee table td{
        padding:5px;
    }
/*     #fee table tr:first-child th{
        border-radius:5px 0 0 0;
    } */

    #fee table p{
        margin:0px;
    }

    #fee a{
        margin-left:50px;
    }

    #fee figure{
        margin:5px 0 10px 50px;
    }

    img#example1{
        margin:5px;
        width:95%;
    }

    img#example2{
        margin:5px;
        width:95%;
    }
/* /fee */

/* privacy */
article#privacy p{
    margin:0 30px 0 30px;
}
/* /privacy */

/* lan */
article#lan p{
    margin:0 30px 0 30px;
}
    #lan ol{
        margin:10px 30px 0 60px;
    }
    #lan ul{
        margin:0 0 5px 20px;
        list-style-type:disc;
    }
/* /lan */
/* main_end */
