@charset "UTF-8";

/*pc
------------------------*/


/*Reset
------------------------*/

/*a:link, a:visited {
    color: #0b2d8c;
}*/

.container>ul {
    margin-bottom: 20px;
}


/*h1,h2,h3-Title
------------------------*/

.container h1 {
    margin: 10px auto 10px;
    padding: 20px 0 20px 20px;
    border-top: 2px solid #049849;
    border-bottom: 2px solid #049849;
    font-size: 2em;
    font-weight: bold;
    background-color: #E5F3ED;
}

#main>h1 {
    padding: 20px 10px 20px 20px;
    display: none;
    cursor: pointer;
}
/*放射線の基礎知識 目次のみ消さない*/
#main .special-escape {
    display: block;
}
#main>h2 {
    background: rgb(255, 255, 255);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
    /* IE6-9 */
    border-bottom: 1px solid #1e8574;
    border-left: 5px solid #1e8574;
    margin-top: 0;
}

#main>h2+ul {
    margin-top: 40px;
}

#main h3 {
    background: #FFFFFF;
    background: rgba(177, 210, 206, 0.3);
}

#main .Subhead {
    font-weight: bold;
    color: #3a4d5b;
    border-bottom: 3px double rgba(177, 210, 206, 1);
    padding-left: 20px;
    padding-top: 10px;
}

#main {
    margin-bottom: 120px;
}


/*SubMenu
------------------------------------------------*/
#sub_menu>p {
	font-weight: bold;
	border: 1px solid #1e8574;
	margin-top: 0;
	padding: 10px 15px;
	line-height: 1.5em;
	margin-bottom: 1em;
    background-color: rgba(4,152,73,0.3);
    cursor: pointer;
}

#sub_menu ul.sub_nav>li>a {
    background-color: #EFF4F1;
    color: #006633;
}

#sub_menu ul.sub_nav>li.current>a {
    background: #037A3A;
    color: #FFFFFF;
}

#sub_menu {
    margin-bottom: 250px;
}


/* target_blank
------------------------*/

a[href$="pdf"]:after {
    background: url(../../../../common/img/ico_pdf.png) center 2px no-repeat;
}


/*h28kisoshiryo subnav_reset　テキストサイズ縮小
------------------------*/

#sub_menu ul.sub_nav>li>a {
    font-size: 89%;
    text-indent: -0.8em;
    padding-left: 2.5em;
}

/* #sub_menu ul.sub_nav>li:last-child {
    background-color: #fff;
} */


/*Contents
------------------------------------------------*/

/* #contents {
    background: url(../img/bottom_img3.png)left bottom repeat-x #FFF;
} */

#topBack {
    background: url("../img/ico_topback.png") right center no-repeat #666;
    display: block;
    /* border-right: 8px solid #666; */
    border-right: 8px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-top-left-radius: 3px;
    -ms-border-top-left-radius: 3px;
    -o-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-top-right-radius: 3px;
    -ms-border-top-right-radius: 3px;
    -o-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}


/*h28kisoshiryo 節のスライド 目次
------------------------*/

#main table th {
    width: 70%;
}

#main table td {
    width: 30%;
    text-align: right;
}

#main table th,
#main table td {
    background: none;
    border: none;
    font-weight: normal;
}

/* #main table tr:nth-child(n+2) {
    text-indent: 2em;
} */

#main table tr:nth-child(n+2)>th {
    padding-left: 3em;
}

#main table tr:nth-child(1) {
    border-bottom: 1px solid #d2e8e5;
}


/*h28kisoshiryo 節のスライド 内容装飾
------------------------*/

#main .resizeimage img {
    width: 100%;
}

#main .section {
    margin: 0 20px 24px 22px;
}

#main .section p {
    margin-bottom: 1em;
    font-size: 120%;
}

#main .section .syurokubi,
#main .kokaibi {
    padding: 0.5em 0 0.3em;
    border-top: 1px dashed #525252;
    border-bottom: 1px dashed #525252;
}

#main .hosoku {
    width: 33%;
    margin-left: auto;
    padding: 5px 0;
}


/*h28kisoshiryo 上付き文字、下付き文字
------------------------*/

span.supText {
    font-size: 75.5%;
    vertical-align: super;
    position: relative;
    padding-left: 0;
    top: -0.1em;
}

span.subText {
    font-size: 75.5%;
    vertical-align: sub;
    position: relative;
    padding-left: 0;
    top: 0.1em;
}


/*h28kisoshiryo ページャ
------------------------*/

.pager {
    overflow: hidden;
    margin-top: 30px;
}

.pager ul {
    list-style: none;
}

.pager ul li {
    float: left;
}

.pager ul li:last-child {
    float: right;
}

.pager ul li a {
    display: block;
    font-size: 115%;
    padding: 0.6em 1em;
    border-radius: 3px;
}

.pager ul li a {
    background: #eeeeee;
    text-decoration: none;
}
.pager ul li>a:link {
    color: #125266;
}
.pager ul li a:hover {
    background: #008070;
    color: #FFFFFF;
}


/*h28kisoshiryo -スライド_ボタン
------------------------*/

#main ul li span {
    padding-left: 20px;
    text-align: left;
    cursor: pointer;
}

#main ul li span.supText,
#main ul li span.supText {
    padding-left: 0px;
}

#main ul li .more {
    width: 6em;
}

#main .section .more {
    width: 6em;
    display: block;
    color: #ffffff;
    cursor: pointer;
    padding: 5px 10px;
    margin-bottom: 10px;
    margin-left: auto;
    background: #008070;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

#main .section .more {
    margin-top: 40px;
}


/*h28kisoshiryohtml.html
------------------------*/

#main .open {
    width: 6em;
    display: inline-block;
    color: #ffffff;
    cursor: pointer;
    padding: 0.5px 1px;
    margin-left: 2em;
    text-align: center;
    background: #049849;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 12px;
}


/*h28qa - Q&A Subhead
------------------------*/

#main .qa_subhead {
    font-size: 120%;
    font-weight: bold;
    color: #4D3E38;
    border-left: 5px solid #999999;
    border-bottom: 1px solid #cccccc;
    padding-left: 20px;
    padding: 6px 0 6px 20px;
    margin-bottom: 20px;
}

#anser,
#anser_02,
#anser_03,
#anser_qa_subhead,
#anser_02qa_subhead {
    background: #ffffff;
    background: linear-gradient( #fffbb5 0%, #ffffff 100%);
    background: -moz-linear-gradient( #fffbb5 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#fffbb5), to(#ffffff));
    background: -webkit-linear-gradient( #fffbb5 0%, #ffffff 100%);
    border: 2px solid #F2721C;
    width: 94%;
    margin: 0 auto 20px;
    box-sizing: border-box;
    padding: 3.5em 0 0 1em;
}

#anser:before {
    content: "A";
    padding: 0.3em 0.5em;
    position: absolute;
    top: 6.3em;
    left: 5.5em;
    display: inline-block;
    font-weight: bold;
    color: #FFFFFF;
    background:#F2721C;
    text-shadow:1px 1px 0 #000000, -1px -1px 0 #000000,
              -1px 1px 0 #000000, 1px -1px 0 #000000,
              0px 1px 0 #000000,  0-1px 0 #000000,
              -1px 0 0 #000000, 1px 0 0 #000000;
    font-size: 150%;
}

#anser_02:before {
    content: "A";
    padding: 0.3em 0.5em;
    position: absolute;
    top: 7.6em;
    left: 5.5em;
    display: inline-block;
    font-weight: bold;
    color: #FFFFFF;
    background:#F2721C;
    text-shadow:1px 1px 0 #000000, -1px -1px 0 #000000,
              -1px 1px 0 #000000, 1px -1px 0 #000000,
              0px 1px 0 #000000,  0-1px 0 #000000,
              -1px 0 0 #000000, 1px 0 0 #000000;
    font-size: 150%;
}

#anser_03:before {
    content: "A";
    padding: 0.3em 0.5em;
    position: absolute;
    top: 8.9em;
    left: 5.5em;
    display: inline-block;
    font-weight: bold;
    color: #FFFFFF;
    background:#F2721C;
    text-shadow:1px 1px 0 #000000, -1px -1px 0 #000000,
              -1px 1px 0 #000000, 1px -1px 0 #000000,
              0px 1px 0 #000000,  0-1px 0 #000000,
              -1px 0 0 #000000, 1px 0 0 #000000;
    font-size: 150%;
}

#anser_qa_subhead:before {
    content: "A";
    padding: 0.3em 0.5em;
    position: absolute;
    top: 9em;
    left: 5.5em;
    display: inline-block;
    font-weight: bold;
    color: #FFFFFF;
    /*background: #f79646;*/
    background:#F2721C;
    text-shadow:1px 1px 0 #000000, -1px -1px 0 #000000,
              -1px 1px 0 #000000, 1px -1px 0 #000000,
              0px 1px 0 #000000,  0-1px 0 #000000,
              -1px 0 0 #000000, 1px 0 0 #000000;
    font-size: 150%;
}

#anser_02qa_subhead:before {
    content: "A";
    padding: 0.3em 0.5em;
    position: absolute;
    top: 10.2em;
    left: 5.5em;
    display: inline-block;
    font-weight: bold;
    color: #FFFFFF;
    background:#F2721C;
    text-shadow:1px 1px 0 #000000, -1px -1px 0 #000000,
              -1px 1px 0 #000000, 1px -1px 0 #000000,
              0px 1px 0 #000000,  0-1px 0 #000000,
              -1px 0 0 #000000, 1px 0 0 #000000;
    font-size: 150%;
}

#anser ul li,
#anser_02 ul li,
#anser_03 ul li,
#anser_04 ul li,
#anser_qa_subhead ul li,
#anser_02qa_subhead ul li {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 111%;
}


/*h28qa - Q&A 最初のm文字1字送り
------------------------*/

#main .no-indent p {
    padding: 0 20px;
    margin-bottom: 5px;
    text-indent: 1em;
}

#section_dashed {
    border-top: 1px dashed #525252;
    padding-top: 2em;
}

#section_dashed:before {
    content: "解説";
    padding: 0.2em 0.5em;
    position: relative;
    bottom: 0.3em;
    background: rgba(177, 210, 206, 0.5);
    display: inline-block;
    font-weight: bold;
}

#section_solid {
    border-top: 2px solid #525252;
    padding-top: 2em;
}

#section_solid:before {
    content: "出典";
    padding: 0.2em 0.5em;
    position: relative;
    bottom: 0.3em;
    background: rgba(177, 210, 206, 0.5);
    display: inline-block;
    font-weight: bold;
}

#section_solid_sankoshiryo:before {
    content: "参考資料";
    padding: 0.2em 0.5em;
    position: relative;
    bottom: 0.3em;
    background: rgba(177, 210, 206, 0.5);
    display: inline-block;
    font-weight: bold;
}

#section_solid_sanko:before {
    content: "参考";
    padding: 0.2em 0.5em;
    position: relative;
    bottom: 0.3em;
    background: rgba(177, 210, 206, 0.5);
    display: inline-block;
    font-weight: bold;
}

#section_dashed,
#section_solid {
    width: 94%;
    margin: 0 auto;
    font-size: 111%;
}

#main .box {
    display: inline-block;
    border: 1px solid #333333;
    width: 14em;
    text-align: center;
}

#main ul.no-style li{
    font-size: 100%;
}

/*sp
------------------------*/

@media screen and (max-width: 764px) {
    /*_reset
------------------------*/
    .container>ul {
        padding-left: 25px;
    }
    #header .container {
        width: 100%;
    }
    #contents {
        background-image: none;
    }
    #main>h1 {
        display: block;
    }
    /*h28qahtml_submenu_reset
------------------------*/
    #sub_menu>p {
        display: none;
    }
    #sub_menu {
        margin-bottom: 120px;
    }
    #sub_menu ul.sub_nav>li>a {
        padding: 40px 50px 38px 15px;
        font-size: 123.1%;
    }
    #sub_menu ul.sub_nav br {
        display: none;
    }
    #sub_menu ul.sub_nav>li>a>img {
        width: 20px;
        height: 20px;
        margin-top: -4px;
        margin-left: 50px;
    }
    #sub_menu ul.sub_nav>li>a {
        background-image: none;
    }
    #sub_menu ul.sub_nav>li>a:hover {
        background-image: none;
    }
    #topBack {
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 15px 0 13px;
        border: none;
        background: url("../img/ico_topback_l.png") 98% center no-repeat #666;
        background-size: 36px 36px;
        width: 100%;
        font-size: 197%;
        text-align: center;
        border-bottom: 1px solid #fff;
    }
    /*h28qa - Q&A
------------------------*/
    #anser:before {
        content: "A";
        position: absolute;
        top: 11.3em;
        left: 2.5em;
    }
    #anser_02:before {
        content: "A";
        position: absolute;
        top: 12.5em;
        left: 2.5em;
    }
    #anser_03:before {
        content: "A";
        position: absolute;
        top: 13.8em;
        left: 2.5em;
    }
    #anser_qa_subhead:before {
        content: "A";
        position: absolute;
        top: 13.9em;
        left: 2.5em;
    }
    #anser_02qa_subhead:before {
        content: "A";
        position: absolute;
        top: 15.2em;
        left: 2.5em;
    }
}


/*sp --- END ---*/