@charset "utf-8";
@import "startCommon.css";

.body{
    margin:0;
    padding:10px 0 0 0;
    width:98%;
    font-size:100%;
}

.research-point-display{
    text-align:center;
    margin-top:10px;
    font-weight:bold;
    font-size:120%;
}

.privercy-check,
.privercy-mark {
    margin:20px auto;
    /*	width:400px;  おかしな所で折り返してしまうので del hosoya 2011.12.08 */
    font-weight:bold;
    text-align:center;
}

.next-button{
    margin:0px auto;
    width:140px;
    height:39px;
    line-height:33px;
    text-align: center;
    background:#FFFFFF url(/style/media/3/start/ans_action.gif) repeat-x left top;
    cursor:pointer;
    font-size:14px;
    color:#FFFFFF;
    font-weight:bolder;
}

.next-button a{
    color:#FFFFFF;
    text-decoration: none;
}

/* for old image button add_igari 2011.05.25 */
.next-button img{
    vertical-align: top;
}

.line-dotted{
    margin:15px 0;
    border-bottom:2px dotted #bbb;
}
.topics{
    margin-left:15px;
}
.topic-title{
    margin:10px 0;
    padding-left:10px;
    height:22px;
    border-left:5px solid #bbb;
    color:#bbb;
    font-weight:bold;
    font-size:14px;
}

    .research-title{
        padding:8px 5px 5px 5px;
        margin-bottom:20px;
        margin-left:15px;
        width:90%;
        height:100%;
        /* Note: This gradient may render differently in browsers that don't support the unprefixed gradient syntax */

	background-color: #a9a9a9;

        /* IE10 Consumer Preview */
        background-image: -ms-linear-gradient(top left, #A6A6A6 0%, #C1C1C1 100%);

        /* Mozilla Firefox */
        background-image: -moz-linear-gradient(top left, #A6A6A6 0%, #C1C1C1 100%);

        /* Opera */
        background-image: -o-linear-gradient(top left, #A6A6A6 0%, #C1C1C1 100%);

        /* Webkit (Safari/Chrome 10) */
        background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #A6A6A6), color-stop(1, #C1C1C1));

        /* Webkit (Chrome 11+) */
        background-image: -webkit-linear-gradient(top left, #A6A6A6 0%, #C1C1C1 100%);

        /* W3C Markup, IE10 Release Preview */
        background-image: linear-gradient(to bottom right, #A6A6A6 0%, #C1C1C1 100%);

        color:#fff;
        font-weight:bold;
        font-size:15px;
    }

