@charset 'UTF-8';

/* --------------------------------------------
-------------------- Reset --------------------
-------------------------------------------- */
html {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

body {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 12px;
    color: #333;
    vertical-align: baseline;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.6;
    letter-spacing: 0.05em;
    -webkit-text-size-adjust: 100%;
}

div, span, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, abbr, address, cite, code, del,
dfn, em, img, ins, kbd, q, samp, small, strong,
sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside,
canvas, details, figcaption, figure, footer, header,
hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section,textarea {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    color: #333;
    cursor:pointer;
    outline:none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout:fixed;
}

th,td{
    border: 1px solid  #e3dac3;
    padding: 10px;
    font-size: 14px;
    letter-spacing: 1px;
    vertical-align: middle;
}

th{
    background: #f7f3e7;
}

hr {
    display: block;
    height: 0;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input[type="submit"]{
    cursor:pointer;
    border:none;
}

textarea{
    resize:vertical;
    overflow:hidden;
}

input, select {
    vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
    font-weight:normal;
}

li {
    list-style:none;
}

address{
    font-style:normal;
}

p, a, li, h1, h2, h3, h4, h5, dt, dd{
    letter-spacing: 1px;
}

img{
    font-size: 0;
    vertical-align: top;
}

a img:hover{
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
}

::selection {
    background: #ccc;
}

::-moz-selection {
    background: #ccc;
}

/* --------------------------------------------
-------------------- OOCSS --------------------
-------------------------------------------- */
.wrapper .fl{
    float: left;
}

.wrapper .fr{
    float: right;
}

.wrapper .cl{
    clear: both;
}

.wrapper .clearfix:after {
    content: '';
    clear: both;
    display: block;
}

.wrapper .set_width{
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
}

.wrapper .mb5{
    margin-bottom: 5px;
}

.wrapper .mb10{
    margin-bottom: 10px;
}

.wrapper .mb15{
    margin-bottom: 15px;
}

.wrapper .mb20{
    margin-bottom: 20px;
}

.wrapper .mb30{
    margin-bottom: 30px;
}

.wrapper .base_width{
    width: 960px;
    margin: 0 auto;
}

.wrapper .ltsn{
    letter-spacing: -0.5px;
}

.wrapper .fwb{
    font-weight: bold;
}

.wrapper .set_pad{
    padding: 0 20px;
}

.wrapper .set_pad2{
    padding: 0 10px;
}

.wrapper .set_pad22{
    padding: 0 20px;
}


.wrapper .fz18,
.wrapper .fz18 a{
    font-size: 18px;
}

.wrapper .fz16,
.wrapper .fz16 a{
    font-size: 16px;
}

.wrapper .fz14,
.wrapper .fz14 a{
    font-size: 14px;
}

.wrapper .fz12,
.wrapper .fz12 a{
    font-size: 12px;
}

.wrapper .co{
    color: #fe7b06;
    font-size: 10px;
}

.wrapper .co2{
    color: #fe7b06;
    margin-right: 5px;
    border-color: #fe7b06;
}

.wrapper .caution p{
    color: #fe7b06;
    font-size: 12px;
}

.wrapper .cg{
    color: #488f2f;
}

.wrapper .cp{
    color: #FA9898;
    border-color: #FA9898;
}

.wrapper .cb{
    color: #3A75AD;
    border-color: #3A75AD;
}

.wrapper .spmg1{
    margin: 5px 0;
    display: block;
}

.wrapper .spmg1:last-child{
    margin-bottom: 10px;
}

.wrapper .bgpcf,
.wrapper .bgbcf{
    background: #FA9898;
    color: #fff;
    letter-spacing: normal;
    vertical-align:top;
    display: inline-block;
    /display: inline;
    /zoom: 1;
    text-indent: 0;
    margin-left: 0;
    padding: 3px 6px 1px;
    letter-spacing: 1px;
    margin-bottom: 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.wrapper .bgbcf{
    background: #4783BB;
}

.wrapper .listtype_pink,.wrapper .listtype_blue{
    background: #FFE5E5;
    border: 1px solid  #FCBCBC;
    width: 410px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.wrapper .listtype_blue{
    background: #CDDDEB;
    border-color: #9ABBDB;
    width: 498px;
}

.wrapper .underline{
    text-decoration: underline;
}

.wrapper .bdn{
    border: none;
}

.wrapper .nmg li{
    margin-bottom: 0;
}

.wrapper .tac{
    text-align: center;
}

.wrapper .sumi{
    color: #333;
    border-color: #333;
}

/* --------------------------------------------
-------------------- Header --------------------
-------------------------------------------- */
.header h1{
    background: #45413b;
    color: #fff;
}

.header{
    background:#f7f3e7;
    border-bottom:2px solid #42382d;
    position: relative;
    margin-bottom: 25px;
    min-width: 960px;
}

.header:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #42382d;
    bottom: -4px;
    left: 0;
}

.header h1 span{
    display: block;
    font-size: 10px;
    padding: 2px 0;
}

.header_main{
    position: relative;
    height: 130px;
}



.header_logo{
    position: absolute;
    top: 30px;
    left: 0;
}

.header_inquiry{
    position: absolute;
    top: 10px;
    right: 0;
}

.nav{
    position: absolute;
    bottom: 10px;
    right: 0;
}

.nav li{
    letter-spacing: normal;
    vertical-align:top;
    display: inline-block;
    /display: inline;
    /zoom: 1;
    margin-left: 20px;
    font-size: 12px;
}

.nav li:first-child{
    margin-left: 0;
}

.nav li a{
    text-decoration: none;
    display: block;
}

.nav li a:hover{
    text-decoration: underline;
}



/* --------------------------------------------
-------------------- Sidebar ------------------
-------------------------------------------- */
.contents > div{
    letter-spacing: normal;
    vertical-align:top;
    display: inline-block;
    /display: inline;
    /zoom: 1;
}

.sidebar{
    width: 233px;
    font-size: 12px;
    margin-bottom: 40px;
}

.sidebar a{
    text-decoration: none;
}

.sidebar a:hover{
    text-decoration: underline;
}

.sidenav, .sidesubnav{
    border: 1px solid  #dbd1c6;
    margin-bottom: 15px;
}

.sidesubnav{
    margin-bottom: 0;
}

.sidenav h2, .sidesubnav h2{
    background: url(../img/bg2.gif) repeat 0 0 #dbd1c6;
    padding: 12px 0;
    padding-left: 22px;
    position: relative;
    border-bottom: 1px solid #dbd1c6;
    line-height: 1;
}

.sidenav h2:before, .sidesubnav h2:before{
    content: '';
    position: absolute;
    width: 4px;
    height: 18px;
    background: #9f8f61;
    margin-top: -9px;
    top: 50%;
    left: 10px;
}

.sidenav li{
    background: url(../img/mark1.png) no-repeat 10px 12px;
    padding-left: 24px;
    border-top: 1px solid  #dbd1c6;
}

.sidenav li a{
    display: block;
    padding: 9px 0 8px;
}

.sidebanner{
    margin-bottom: 15px;
    display: block;
}

.sidesubnav_box1,.sidesubnav_box2{
    border: 1px solid  #d8d6d6;
    margin: 8px;
}

.sidesubnav_box2{
    margin-top: 0;
}

.sidesubnav_box1 h3,.sidesubnav_box2 h3{
    background: #d8d6d6;
    padding: 8px 0 8px 10px;
    line-height: 1;
}

.sidesubnav_box1 ul,.sidesubnav_box2 ul{
    padding: 0 10px 0;
}

.sidesubnav_box1 li,.sidesubnav_box2 li{
    border-top: 1px solid  #d8d6d6;
    padding: 6px 0 5px 10px;
    position: relative;
}

.sidesubnav_box1 li:before,.sidesubnav_box2 li:before{
    position: absolute;
    content: '';
    top: 0.75em;
    left: 0;
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #66a928;
}

.sidesubnav_box1 li:first-child,.sidesubnav_box2 li:first-child{
    border-top: 0;
}



/* --------------------------------------------
-------------------- Footer -------------------
-------------------------------------------- */
.footer{
    background: #f7f3e7;
    border-top: 2px solid #42382d;
    position: relative;
    margin-top: 10px;
    min-width: 960px;
}

.footer:before{
    position: absolute;
    content: '';
    top: -4px;
    left: 0;
    height: 1px;
    width: 100%;
    background: #42382d;
}

.footer_nav ul{
    letter-spacing: normal;
    vertical-align:top;
    display: inline-block;
    /display: inline;
    /zoom: 1;
}

.footer a{
    text-decoration: none;
    font-size: 12px;
}

.footer a:hover{
    text-decoration: underline;
}

.footer_area{
    height: 240px;
    position: relative;
    padding-left: 310px;
}

.footer_inquiry{
    position: absolute;
    right: 0;
    top: 80px;
}

.footer_logo{
    position: absolute;
    left: 0;
    top: 38px;
}

.footer_logo + p{
    position: absolute;
    top: 110px;
    left: 0;
    font-size: 11px;
}

.footer_area h2{
    padding: 36px 0 9px;
}

.footer_area ul{
    border-left: 1px solid  #b5b5b5;
    padding-left: 26px;
    margin-left: 19px;
    height: 100px;
}

.footer_area ul:first-child{
    border-left: 0;
    padding-left: 0;
    margin-left: 14px;
}

.footer_area ul li{
    margin-bottom: 3px;
    padding-left: 12px;
    position: relative;
}

.footer_area ul li:before{
    position: absolute;
    content: '';
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #9f978c;
    margin-top: -5px;
    top: 50%;
    left: 0;
}

.copy{
    background: #45413b;
    color: #fff;
    text-align: right;
}

.copy p{
    letter-spacing: 1px;
    font-size: 10px;
    padding: 2px 0;
}




/* --------------------------------------------
-------------------- Mainbox & ContentsPage ---
-------------------------------------------- */
.top_scroll {
    position: fixed;
    right: 50px;
    top: 50%;
    margin-top: -21px;
    cursor: pointer;
    display: none;
    z-index: 100;
}

.mainbox{
    width: 700px;
    margin-left: 22px;
}

.contents_title{
    background: url(../img/bg3.gif) repeat 0 0 #bed7b5;
    padding: 6px 0 5px;
    padding-left: 22px;
    position: relative;
    font-size: 14px;
    margin-bottom: 16px;
    border: 1px solid  #A2C497;
}

.pending .contents_title {
    color: #FD0057;
    background-color: #FBD0DC;
    background-image: none;
    border-color: #F9C2D1;
}

.contents_title:after {
    content: '';
    position: absolute;
    width: 4px;
    height: 18px;
    background: #5c8d4b;
    margin-top: -9px;
    top: 50%;
    left: 10px;
}

.pending .contents_title:after {
    background: #FE005E;
}

.contents_subtitle_1{
    color: #488f2f;
    font-size: 16px;
    border-bottom: 2px solid  #488f2f;
    padding-bottom: 1px;
    margin-bottom: 15px;
    font-weight: bold;
}
.pending .contents_subtitle_1 {
    color: #FD0057;
    border-color: #FD0057;
}

.contents_inbox{
    padding: 0 20px;
    margin-bottom: 30px;
}

.section{
    margin-bottom: 60px;
    text-align: justify;
    text-justify: inter-ideograph;
}

.section a:hover{
    text-decoration: none;
}

.set_w1{
    width: 420px;
}

.contents_inbox p, .contents_inbox li, .contents_inbox a, .contents_inbox dt, .contents_inbox dd{
    font-size: 14px;
    letter-spacing: 0;
}

.box_type1{
    background: #FFE5CE;
    border: 1px solid  #FFC693;
    padding: 8px 12px 10px;
    margin-bottom: 6px;
}

.box_type1 h3{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.box_type1 h3, .box_type1 li{
    color: #fe7b06;
    /*color: #3693b9;*/
}

.box_type1 li{
    letter-spacing: normal;
    vertical-align:top;
    display: inline-block;
    /display: inline;
    /zoom: 1;
}

.box_type1 li:first-child,.box_type1 li:first-child+li+li{
    width: 216px;
}

.i_type1{
    color: #488F2F;
    line-height: 1.4;
    margin-bottom: 30px;
}

.i_type1 a{
    color: #000;
    position: relative;
    padding-left: 10px;
    font-size: 12px;
    margin-left: 8px;
}

.i_type1 a:before{
    position: absolute;
    content: '';
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fe7b06;
    margin-top: -5px;
    top: 50%;
    left: 0;
}

.i_type1 a img{
    vertical-align: middle;
    margin-left: 5px;
    margin-top: -2px;
}

.box_type2{
    width: 300px;
    height: 114px;
    background: #ebebeb;
    border: 1px solid  #c7c6c6;
    padding: 8px 12px 10px;
}

.box_type2 dt{
    font-weight: bold;
    margin-bottom: 5px;
}

.box_type2 dd{
    padding-left: 2px;
}

.ind_list{
    margin-bottom: 10px;
}

.ind_list li{
    text-indent: -18px;
    margin-left: 18px;
    margin-bottom: 8px;
    text-align: left;
}

.ind_list + p{
    color: #fe7b06;
    font-size: 12px;
}

.contents_subtitle_2{
    /*color: #3693b9;*/
    color: #fe7b06;
    font-weight: bold;
    font-size: 14px;
    border-bottom: 2px solid  #fe7b06;
    /*border-bottom: 2px solid  #3693b9;*/
    padding-bottom: 1px;
    margin-bottom: 15px;
}

.contents_subtitle_222{
    /*color: #3693b9;*/
    color: #fe7b06;
    font-weight: bold;
    font-size: 20px;
    border-bottom: 2px solid  #fe7b06;
    /*border-bottom: 2px solid  #3693b9;*/
    padding-bottom: 1px;
    margin-bottom: 15px;
}

.box_type3{
    background: #f7f3e7;
    border: 1px solid  #ded3b7;
    padding: 8px 12px 10px;
    margin-bottom: 20px;
}

.box_type33{
    background: #E39AB5;
    border: 1px solid  #ded3b7;
    padding: 8px 12px 10px;
    margin-bottom: 20px;
}

.box_type333{
    background: #F0F8FF;
    border: 1px solid  #ded3b7;
    padding: 8px 12px 10px;
    margin-bottom: 20px;
}

.box_type3 p{
    font-size: 12px;
}

.box_type33{
    background: #FFFFFF;
    border: 1px solid  #ded3b7;
    padding: 8px 12px 10px;
    margin-bottom: 20px;
	margin-left: 10px;
	width: 640px;
}

.box_type33 p{
    font-size: 20px;
}

.salon_markbox > div{
    letter-spacing: normal;
    vertical-align:top;
    display: inline-block;
    /display: inline;
    /zoom: 1;
    text-align: center;
    margin-left: 10px;
}

.salon_markbox > div:first-child{
    margin-left: 0;
}

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

.salon_markbox img{
    margin-bottom: 10px;
}

.box_type4{
    background: #fedab9;
    border: 1px solid  #fdbf88;
    padding: 8px 12px 10px;
    margin-bottom: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.box_type4 p,.box_type4 a,.box_type4 li{
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 12px;
}

.box_type4 ul{
    letter-spacing: normal;
    vertical-align:top;
    display: inline-block;
    /display: inline;
    /zoom: 1;
}

.box_type4 li a, .tb_type1 + p,.pdflink{
    padding-left: 10px;
    position: relative;
    margin-left: 5px;
}

.box_type4 li a:before, .tb_type1 + p:before,.pdflink:before{
    position: absolute;
    content: '';
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fe7b06;
    top: 50%;
    margin-top: -5px;
    left: 0;
}

.tb_type1{
    margin-bottom: 8px;
}

.tb_type1 li{
    margin-bottom: 6px;
}

.tb_type1 + p a img,.pdflink img{
    vertical-align: middle;
    margin-left: 5px;
    margin-top: -2px;
}

.contents_subtitle_1 span{
    font-size: 12px;
    margin-left: 10px;
}

.contents_inquiry{
    position: relative;
    letter-spacing: normal;
    vertical-align:top;
    display: inline-block;
    /display: inline;
    /zoom: 1;
    margin-left: 31px;
    margin-top: 50px;
}

.contents_inquiry a{
    position: absolute;
    right: 10px;
    bottom:48px;
}

.contents_inquiry a+a{
    bottom: 10px;
}

.set_width2{
    width: 540px;
}

.dltype1 dt{
    color: #fe7b06;
    font-weight: bold;
}

.dltype1 dd{
    padding-left: 18px;
    margin-bottom: 10px;
}

.box_type5{
    width: 290px;
    height: 135px;
}

.tb_type2 th + td{
    width: 370px;
    padding: 0;
}

.tb_type2 th + td + td{
    width: 150px;
    font-size: 12px;
    vertical-align: middle;
}

.tb_type2 th:first-child{
    vertical-align: middle;
}

.tb_type2 a{
    font-size: 12px;
}

.tb_type2 li{
    border-top: 1px solid #e3dac3;
    padding: 5px 15px 0;
}

.tb_type2 li:first-child{
    border-top: 0;
    padding-top: 8px;
}

.tb_type2 tr:first-child{
    text-align: center;
}

.tb_type3 tr:first-child{
    text-align: center;
}

.tb_type3 td{
    text-align: right;
}

.tb_type3 td+td+td{
    text-align: center;
}

.tb_type3{
    width: 100%;
}

.tb_type3 tr:first-child + tr+ tr + tr{
    border-top: 2px solid  #e3dac3;
    font-weight: bold;
}

.tb_type3 + p{
    position: static;
    padding-left: 0;
}

.qabox .set_pad2{
    margin-bottom: 30px;
}

.queslist li{
    margin-bottom: 9px;
    font-weight: bold;
}

.answerbox{
    background: #f7f3e7;
    border: 1px solid #9f9063;
    margin-bottom: 40px;
}

.answerbox h3{
    background: #ded3b7;
    font-size: 14px;
    padding: 6px 8px;
    font-weight: bold;
    border-bottom: 1px solid #9f9063;
}

.answerbox p{
    padding: 10px 13px;

}

.box_type6 {
    background: #d7ecc4;
    border: 1px solid #1f7c1f;
    margin: 10px;
    margin-top: 0;
}

.box_type6 p{
    font-size: 12px;
    color: #015001;
}

.tb_type4{
    padding: 10px 13px;
    margin: 10px;
    width: 638px;
    margin-top: -7px;
    margin-bottom: 5px;
}

.tb_type4 th{
    background: #d7ecc4;
    border-color: #1f7c1f;
    color: #015001;
}

.tb_type4 td{
    background: #fff;
    border-color: #1f7c1f;
}

.tb_type4 td {
    text-align: right;
}

.tb_type4 td+td+td {
    text-align: center;
}

.tb_type4 tr:first-child {
    text-align: center;
}

.answerbox .fz12{
    padding-top: 0;
}

.answerbox ul{
    padding: 10px 13px;
}

.wrapper .orm{
    padding-left: 30px;
    position: relative;
    margin-left: 4px;
    margin-top: -10px;
    padding-bottom: 0;
}

.wrapper .orm:before {
    position: absolute;
    content: '';
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fe7b06;
    top: 50%;
    margin-top: 0;
    left: 0;
}

.ind_list2{
    text-indent: -19px;
    margin-left: 19px;
    margin-bottom: 8px;
}

.tb_type5{
    margin-top: 3px;
    margin-bottom: 10px;
}

.tb_type5 td,.tb_type5 th{
    vertical-align: middle;
    text-align: center;
}

.tb_type5 th{
    width: 200px;
}

.tb_type5 th+ td{
    width: 100px;
}

.tb_type5 th+ td + td{
    text-align: left;
}

.spspan{
    display: block;
    margin: 5px 0 5px;
}

.set_width3{
    width: 530px;
    padding-top: 3px;
    margin-bottom: 26px;
}

.s_list{
    margin-bottom: 20px;
}

li.s_listtitle{
    font-weight: bold;
    margin-top: 20px;
    letter-spacing: 1px;
    margin-bottom: 2px;
}

li.s_listtitle:first-child{
    margin-top: 10px;
}

.s_list img{
    vertical-align: middle;
    margin-left: 5px;
    margin-top: -2px;
}

.s_list a{
    font-size: 12px;
}

.wrapper .orm2{
    margin-top: 0;
    padding-left: 14px;
}

.wrapper .orm2:before{
    margin-top: -5px;
}

.orm2 img{
    vertical-align: middle;
    margin-left: 5px;
    margin-top: -2px;
}

.pdf{
    vertical-align: middle;
    margin-left: 2px;
    margin-top: -2px;
    margin-right: 5px;
}

.tb_type6{
    width: 100%;
    margin-bottom: 40px;
}

.tb_type6 th{
    width: 140px;
    font-size: 12px;
}

.tb_type6 td,.tb_type6 td a{
    font-size: 10px;
}

.tb_type7{
    width: 100%;
}

.tb_type7 th{
    text-align: center;
    font-size: 12px;
}

.tb_type7 th:first-child{
    width: 100px;
    text-align: center;
}

.tb_type7 th:first-child + th + th + th{
    width: 120px;
    text-align: center;
}

.tb_type7 td a,
.tb_type7 td{
    vertical-align: middle;
    font-size: 10px;
}

.tb_type7 td:first-child + td + td + td{
    text-align: center;
}


.tb_type7 td:first-child{
    text-align: center;
}

.tb_type77{
    width: 100%;
}

.tb_type77 th{
    text-align: center;
    font-size: 12px;
}

.tb_type77 th:first-child{
    width: 40px;
    text-align: center;
}

.tb_type77 th:first-child + th + th + th{
    width: 100px;
    text-align: center;
}

.tb_type77 td a,
.tb_type77 td{
    vertical-align: middle;
    font-size: 10px;
}

.tb_type77 td:first-child + td + td + td{
    text-align: left;
}


.tb_type77 td:first-child{
    text-align: left;
}

.contents_subtitle_3{
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 8px;
}

.dl_list a{
    margin: 0 8px;
    font-size: 12px;
}

.dl_list a img{
    vertical-align: middle;
    margin-left: 0px;
    margin-top: -4px;
}

.dl_list2 li{
    margin-bottom: 5px;
    font-size: 12px;
}

.dl_list3{
    /*padding-left: 10px;*/
    margin-bottom: 20px;
}

.tb_type8{
    width: 100%;
}

.tb_type8 th,.tb_type8 td{
    text-align: center;
    vertical-align: middle;
}

.wrapper .orm3:before{
    top: 5px;
    margin-top: 0;
}

.wrapper .orm3 a{
    font-size: 12px;
}

.cc_list{
    margin: 10px 0;
}

.cc_list li{
    margin-bottom: 5px;
}

.wrapper .cc_txt{
    font-size: 12px;
    padding-left: 20px;
}

.tb_type9{
    width: 100%;
    margin-bottom: 20px;
}

.tb_type9 td{
    text-align: right;
    width: 100%;
}

.tb_type9 th + td{
    width: 55px;
}

.tb_type9 th:first-child{
    width: 320px;
}

.wrapper .cc_txt2{
    margin-top: -15px;
    font-size: 12px;
}

.sl_markbox div{
    letter-spacing: normal;
    vertical-align:top;
    display: inline-block;
    /display: inline;
    /zoom: 1;
    margin-left: 10px;
}

.sl_markbox div:first-child{
    margin-left: 0;
}

.set_width4{
    width: 550px;
}

.set_width5{
    width: 430px;
}

.spmt1{
    margin-top: 60px;
}

.wrapper .li2col li{
    letter-spacing: normal;
    vertical-align:top;
    display: inline-block;
    /display: inline;
    /zoom: 1;
    width: 238px;
    font-size: 12px;
}

.wrapper .li2col{
    padding-right: 120px;
}

.tb_type10 th,.tb_type10 td,.tb_type10 a{
    font-size: 10px;
    padding: 5px;
    letter-spacing: -0.5px;
    vertical-align: middle;
    line-height: 1.9;
}

.tb_type10 a {
    padding: 0;
}

.tb_type10 img {
    margin-left: 4px;
}

.tb_type10 th{
    min-width: 105px;
    font-size: 12px;
    text-align: center;
}

.tb_type10 td+ td{
    text-align: center;
}

.tb_type10 td:first-child + td + td {
    text-align: left;
}



/* --------------------------------------------
-------------------- TopPage ------------------
-------------------------------------------- */
.topbox1{
    background: #fff;
    border: 1px solid #afc9a5;
    padding: 13px;
    position: relative;
    width: 700px;
    height: 300px;
    z-index: 0;
    margin-bottom: 20px;
}

.topbox1:before{
    background: url(../img/bg1.gif) repeat 0 0 #e8f1da;
    position: absolute;
    content: '';
    top: 3px;
    left: 3px;
    border: 1px solid #afc9a5;
    width: 690px;
    height: 290px;
    z-index: 0;
}

.topbox1_rcol{
    letter-spacing: normal;
    vertical-align:top;
    display: inline-block;
    /display: inline;
    /zoom: 1;
    width: 380px;
    position: relative;
    z-index: 10;
    padding-left: 10px;
    height: 100%;
}

.topbox1 img{
    position: relative;
    z-index: 10;
}

.topbox1 h2{
      margin: 4px 5px 7px;
}

.topbox1 h3,.topbox1_rcol h3 a{
    color: #3a7a02;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 8px;
    letter-spacing: 0;
    z-index: 10;
    position: relative;
}

.topbox1_rcol p{
    background: #fff;
    /*margin: 0 3px;*/
    padding: 9px 14px;
    letter-spacing: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 12px;
    margin-left: 0;
}

.topbox1_btnarea{
    position: absolute;
	bottom: 86px;
	left: -125px;
}

.topbox1_btnarea a{
    /*display: block;*/
    margin-top: 3px;
}


.topbox2{
    border: 5px solid #ecc8cf;
    width:48%;
    letter-spacing: normal;
    vertical-align:top;
    display: inline-block;
    /display: inline;
    /zoom: 1;
    margin-bottom: 25px;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.topbox2 h2{
    background: #ecc8cf;
    padding: 6px 8px;
}

.topbox2 > div{
    padding: 10px;
    position: relative;
}

.topbox2 p{
    letter-spacing: normal;
    vertical-align:top;
    display: inline-block;
    /display: inline;
    /zoom: 1;
    width: 164px;
    padding-left: 5px;
    padding-top: 2px;
}

.topbox2_btnarea{
    position: absolute;
    right: 9px;
    bottom: 9px;
}

.topbox22_btnarea{
    position: absolute;
    right: 50px;
    bottom: 9px;
}

.topbox2_btnarea a{
    display: block;
    margin-top: 3px;
}

.topbox3{
    border-color: #d3ddee;
    margin-left: 12px;
}

.topbox3 h2{
    background: #d3ddee;
}

.topbox20{
    border-bottom: 3px solid #ecc8cf;
    width: 344px;
    letter-spacing: normal;
    vertical-align:top;
    display: inline-block;
    /display: inline;
    /zoom: 1;
    margin-bottom: 25px;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}


.topbox20 h2{

}

.topbox20 > div{
    padding: 10px;
    position: relative;
}

.topbox200 > div{
    padding: 10px;
	padding-bottom:28px;
    position: relative;
}

.topbox20 p{
    letter-spacing: normal;
    vertical-align:top;
    display: inline-block;
    /display: inline;
    /zoom: 1;
    width: 164px;
    padding-left: 5px;
    padding-top: 2px;
     padding-bottom: 47px;
}

.topbox201 p{
    letter-spacing: normal;
    vertical-align:top;
    display: inline-block;
    /display: inline;
    /zoom: 1;
    width: 330px;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 30px;
}

#font{
    font-size: 13px;
}

p .hidari {
  float: left;
  margin-right: 2em;
  margin-bottom: 1em;
}

.topbox20_btnarea{
    position: absolute;
    right: 9px;
    bottom: 9px;
}

.topbox20_btnarea a{
    display: block;
    margin-top: 3px;
}

.topbox30{
    border-color: #d3ddee;
}

.topbox30 h2{
}

.topbox4{
    margin-bottom: 25px;
}

.feedbox{
    height: 150px;
    overflow: auto;
    padding: 10px 20px;
    border: 1px solid  #D8D8D8;
    border-top: 0;
}

.feedbox a:hover{
    text-decoration: none;
}

.feedbox dt,.feedbox dd{
    letter-spacing: normal;
    vertical-align:top;
    display: inline-block;
    /display: inline;
    /zoom: 1;
}

.feedbox dt{
    background-color: #ecc8cf;
	padding: 3px 7px 2px 7px;
	border-radius: 5px;
    margin-bottom: 4px;
}

.feedbox dd{
    /*background-color: #ecc8cf;*/
	padding: 5px;
	text-decoration: underline;
    margin-bottom: 13px;
}

.topbox4 h2{
    background: url(../img/bg3.gif) repeat 0 0 #bed7b5;
    padding: 6px 0 5px;
    padding-left: 22px;
    position: relative;
    font-size: 14px;
}

.topbox4 h2:after{
    content: '';
    position: absolute;
    width: 4px;
    height: 18px;
    background: #5c8d4b;
    margin-top: -9px;
    top: 50%;
    left: 10px;
}

.after-color-pink h2:after {
    background: #FE005E;
    margin-top: -21px;
}

.topbox4_interview > div{
    letter-spacing: normal;
    vertical-align:top;
    display: inline-block;
    /display: inline;
    /zoom: 1;
    text-align: center;
    margin-left: 19px;
}

.topbox4_interview > div > img{
    margin-bottom: 7px;
    border: 1px solid #D8D8D8;
    padding: 3px;
}

.iv_p{
    padding: 8px 10px 10px;
}

.topbox4_interview{
    border: 1px solid #D8D8D8;
    border-top: 0;
    padding-bottom: 14px;
}

.add_txt{
    font-weight: lighter;
    display: block;
    font-size: 14px;
    margin-top: 12px;
    margin-bottom: 8px;
}

.box_type7{
    width: auto;
    height: auto;
    background: #ebebeb;
    border: 1px solid  #c7c6c6;
}

.interviewbox{
	margin-bottom: 30px;
	width: 48%;
}

.interviewbox img{
    border: 1px solid  #ccc;
    margin-right: 20px;
}

.interviewbox a + p{
    font-weight: bold;
    margin-bottom: 10px;
}

.searchbox a{
    font-size: 12px;
    padding-right: 4px;
    /*color: #fe7b06;*/
}

.searchbox{
    line-height: 1.9;
    width: 360px;
    height: 132px;
}

.tb_type10 .searchname{
    text-align: left;
    padding: 2px 10px;
    background: #FFE5CE;
}

.wrapper .box_type8{
    background: #d6e9d2;
    border-color: #87C770;
}

.box_type8 h3, .box_type8 li{
    color: #000;
}

.wrapper .tcol_box ul{
    width: 100%
}

.wrapper .box_type8 .bgbcf {
    background-color: #488f2f;
}

.wrapper .gra{
    font-size: 12px;
    color: #015001;
    display: block;
    margin-top: 8px;
}

.inl{
    letter-spacing: normal;
    vertical-align:top;
    display: inline-block;
    /display: inline;
    /zoom: 1;
}

.mr20{
    margin-right: 20px;

}

.mlx{
    margin-left: 14px;
}

.wrapper .mlx2{
    margin-left: 46px;
}

.wrapper .mlx3{
    margin-left: 45px;
}

.wrapper .tb_type11{
    width: 260px;
}

.wrapper .tb_type11 th{
    text-align: left;
    width: 120px;
}

.wrapper .tb_type11 td{
    text-align: right;
}

.wrapper .nosq{
    font-size: 12px;
    padding-left: 0;
}

.wrapper .nosq:before{
    display: none;
}

#qa4 .ind_list2 li,
#qa4 .ind_list2 li p a{
    font-size: 12px;
}

.tar{
    text-align: right;
}

.set_pad2.tar p{
    padding-right: 149px;
}

.tb_type10 {
    width: 100%;
    margin-bottom: 40px;
}

.anc_pad td{
    padding: 10px;
}

span.anc_pad{
    padding-left: 5px;
}

/* --------------------------------------------
-------------------- Syouhisya ------------------
-------------------------------------------- */
   
.contents_subtitle_syouhisya{
   font-size:16px;
   border-bottom: 2px solid  #CC0033;
   color: #CC0033;
   padding-bottom: 1px;
   margin-bottom: 15px;
   font-weight: bold;
   }
   
.contents_subtitle_syouhisya1{
   font-size:16px;
   border-bottom: 2px solid  #CC0033;
   color: #2b2b2b;
   padding-bottom: 1px;
   margin-bottom: 15px;
   font-weight: bold;
   }   

.syouhisya_box_1clm{
   float:left;
   width:100%;
   }

p.contents_hb_1clm{
   clear:both;
   margin-left:15px;
   }

.syouhisya_box_1clm img{
   margin:5px;
   }

ul.syouhisya01{
   color:#111111;
   margin-left:20px;
   }

ul.syouhisya01 li{
   font-size:18px;
   line-height:2em;
   list-style-position: inside;
   list-style-type : disc;
   margin-left:5px;
   }

ul.syouhisya02 {
   font-size:14px;
   margin-left:10px;
   padding-top:5px;
}

ul.syouhisya02 li {
   float: left;
   margin-left:20px;
   text-align: left;
   list-style-type : disc;
}

ul.syouhisya03{
   list-style-type:none;
}

ul.syouhisya03 li{
}

ul.syouhisya03 li a{
   font-size:16px;
   line-height:2.5em;
}

p.markup1{
  float: left;
  width:290px;
  height: 100%;
  line-height:2em;
  clear: left;
  margin:0 15px 15px 0;
  padding: 10px;
  background-color:#fff;
  border: 5px dotted pink; 
  border-radius:10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
 }
 
 p.markup0{
	float: right;
	width:290px;
	height: 100%;
	line-height:2em;
	clear: left;
	padding: 10px;
	background-color:#fff;
	border: 5px dotted pink;
	border-radius:10px;

  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 10px;
 }

span.syouhisya_mu{
   width: 300px;
   margin:5px;
   padding-right:5px;
   line-height:2em;
   font-weight:bold;
   }
   
span.syouhisya_mu100{
   width: 500px;
   margin:5px;
   padding-right:5px;
   line-height:2em;
   font-weight:bold;
   }   

p.contents_sy02{
   color: #222222;
   font-size:26px;
   padding-bottom:15px;
   }

p.contents_sy03{
   font-size:16px;
   font-weight:bold;
   padding-bottom:10px;
   margin-left:10px;
   }

p.contents_hb{
   font-size:14px;
   margin-bottom:15px;
   }
   
.alink_sy{
   color:#007ab5;
   }

span.contents_redB{
   color: #FF4500;
   font-weight:bold;
   }

span.contents_redC{
	color: #ea5506;
	font-weight: bold;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
   }

p.list_or{
   width:100%;
   height:100%;
     font-weight:bold;
   background-color: #FFE4E1;
   padding:20px;
   border:1px solid #CC0033;
   border-radius:10px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   }

p.point_hb{
   color:#111111;
   font:size:12px;
   padding:0 10px 10px 10px;
   }

.point_syouhisya{
   margin:0 20px 20px 20px;
   background-color:#FFF5EE;
   border-radius:10px;
   }

span.qanda_syouhisya{
   background-color:green;
   color:#fff;
   font-size:15px;
   border-radius: 10px;
    -webkit-border-radius: 10px; 
    -moz-border-radius: 5px;
   padding:10px;
   margin:10px;
   }
   
img.mark_list_km{
   margin:7px 10px 0 10px;
 }

p.markup3{
  float:left;
  width:270px;
  padding:10px;
  margin-right:10px;
  margin-bottom:10px;
  border: 1px solid #CC0033;
  border-radius:15px;
  -webkit-border-radius: 15x;
  -moz-border-radius: 15px;
  }

.sample_sy{
  width:95%;
  border:1px solid #111111;
  padding:10px;
  margin:0 0 20px 10px;
}

p.sy_hd_cnt{
  position: relative;
  font-size:12px;
  text-align: left;
  }

.att {
  padding-left: 1em;
  text-indent: -1em;
  font-size:14px;
  margin-left:10px;
}

.at2e {
  margin-left:47px;
}

.at3e {
  margin-left:37px;
}

span.idt{
  font-size:14px;
  float:left;
  margin-top:3px;
  margin-bottom:0;
  font-weight:bold;
}

span.idn{
  font-size:14px;
  float:left;
  font-weight:bold;
  margin-top:-3px;
}

p.inq{
  font-weight:bold;
  margin-left:37px;
  padding-left: 1em;
  text-indent: -1em;
}


p.point{
   color: #CC0033;
   font-size:18px;
   font-weight:bold;
   padding: 10px 0 0 10px;
}

img.sy_q{
   margin-right:10px;
   margin-bottom:10px;
}

img.sy_a{
   margin-right:10px;
   margin-bottom:60px;
}

.row {
    overflow: hidden;
    z-index: 1;
}

.left {
    float: left;
}

.right {
    float: right;
}

.kosyukai-box {
	/* [disabled]background-color: rgb(245, 238, 188); */
	padding: 3px;
	/* [disabled]width: 200px; */
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	line-height: 40px;
	/* [disabled]border: 1px solid rgb(211, 221, 238); */
}



.sidenav1 li{
    background: url(../img/mark1.png) no-repeat 10px 12px;
    padding-left: 24px;
    border-top: 1px solid  #dbd1c6;
}

.sidenav1 li a{
    display: block;
    padding: 9px 0 8px;
}

.sidenav1{
    margin-bottom: 25px;
}

.sidenav1 h2{
    background: url(../img/bg3.gif) repeat 0 0 #3ed308;
    padding: 6px 0 5px;
    padding-left: 22px;
    position: relative;
    font-size: 14px;
}


.sidenav1_interview > div{
    letter-spacing: normal;
    vertical-align:top;
    display: inline-block;
    /display: inline;
    /zoom: 1;
    text-align: center;
    margin-left: 19px;
}

.sidenav1_interview > div > img{
    margin-bottom: 7px;
    border: 1px solid #D8D8D8;
    padding: 3px;
}

.sidenav1_interview{
    border: 1px solid #D8D8D8;
    border-top: 0;
    padding-bottom: 14px;
}

.sidenav1, .sidesubnav1{
    border: 1px solid  #dbd1c6;
    margin-bottom: 15px;
}

.sidenav11 li{
    background: url(../img/mark1.png) no-repeat 10px 12px;
    padding-left: 24px;
    border-top: 1px solid  #dbd1c6;
}

.sidenav11 li a{
    display: block;
    padding: 9px 0 8px;
}

.sidenav11{
    margin-bottom: 25px;
}

.sidenav11 h2{
    background: url(../img/bg4.gif) repeat 0 0 #3ed308;
    padding: 6px 0 5px;
    padding-left: 22px;
    position: relative;
    font-size: 14px;
}

.sidenav11 h2{
    background: url(../img/bg4.gif) repeat 0 0 #3ed308;
    padding: 6px 0 5px;
    padding-left: 22px;
    position: relative;
    font-size: 14px;
}

.sidenav11_interview > div{
    letter-spacing: normal;
    vertical-align:top;
    display: inline-block;
    /display: inline;
    /zoom: 1;
    text-align: center;
    margin-left: 19px;
}

.sidenav11_interview > div > img{
    margin-bottom: 7px;
    border: 1px solid #D8D8D8;
    padding: 3px;
}

.sidenav11_interview{
    border: 1px solid #D8D8D8;
    border-top: 0;
    padding-bottom: 14px;
}

.sidenav11, .sidesubnav1{
    border: 1px solid  #dbd1c6;
    margin-bottom: 15px;
}
#q {
	color: #F33;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}
.contents.base_width .mainbox .contents_inbox .set_pad2 p u {
	color: #F30;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.w {
	color: #F60;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18%;
}
.w {
	font-size: 36%;
}
.s {
	font-size: 18px;
	color: #F30;
}
