@charset "windows-31j";
/* CSS Document */

body{
    width: 100%;
    margin: 0px auto;
    padding: 0;
    text-align:left;
    font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Arial, Helvetica, sans-serif;
    font-size:16px;
    color: #333;
    background:#FFF;
}

img{
    border:0;
}

p {
    margin-bottom:10px;
    font-size:100%;
    line-height:170%;
    text-align:justify;
}

.text-img {
    left:-5000px;
    position:absolute;
}

.indent{
    display:block;
    float:left;
    height:1em;
    width:1em;
}
a{
    color:#07519a;
    text-decoration: none;
}
a:visited {
    color:#07519a;
    text-decoration: none;
}
a:hover {
    color:#07519a;
    text-decoration: underline;
}
a:active {
    color:#07519a;
    text-decoration: underline;
}
a:hover img{
    opacity:0.8;
    filter:alpha(opacity=80);
    border:none;
}
.clear{
    clear:both;
}

/*======================================================

        Yahoo UI Library Fonts CSS
        *Copyright (c) 2009, Yahoo! Inc. All rights reserved.
        *http://developer.yahoo.com/yui/license.txt
        
        Font-size Adjustment
        
        77% = 10px	|	122% = 16px	|	167% = 22px	
        85% = 11px	|	129% = 17px	|	174% = 23px
        92% = 12px	|	136% = 18px	|	182% = 24px
        100% = 13px	|	144% = 19px	|	189% = 25px
        107% = 14px	|	152% = 20px	|	197% = 26px
        114% = 15px	|	159% = 21px	|

=======================================================*/

/* header */

#wrap{
    width: 90%;
    max-width:850px;
    margin: 30px auto;
    padding: 0;
}

#header{
    width:100%;
    margin:0 0 20px 0;
    clear:both;
    background: repeating-linear-gradient(-45deg, #ffffff, #f2f2f2 2px, #888 0, #888 2px);
}
h1{
    padding: 10px 20px;
    font-size:136%;
    color: #000080;
}
h1 a:hover{
    text-decoration:none;
}
.sky{
	color:#0082BF;
	font-weight:bold;
}
.red{
	color:#ff0000;
	font-weight:bold;
}
.subtitle{
    padding-left: 30px;
    padding-top: 30px;
    font-size: 100%;
    color: #000080;
}

.table_03{
    width:100%;
    border-collapse:collapse;
    border:0px;
    border-top:1px solid #000080;
}
.table_03 tr{
    border-bottom:1px solid #000080;
}
.table_03 th, .table_03 td{
    padding:5px 10px;
    background:rgba(106,191,212,0.1);
}
.table_03 th{
    background:rgba(106,191,212,0.4);
}
.table_03 td a:after{
    font-family: 'FontAwesome';
    content: '\f101';
    margin: 0 0 0 2px;
}

.table_04{
    width:100%;
    border-collapse:collapse;
    border:0px;
    border-top:1px solid #006400;
}
.table_04 tr{
    border-bottom:1px solid #006400;
}
.table_04 th, .table_04 td{
    padding:5px 10px;
    background:rgba(106,212,191,0.1);
}
.table_04 th{
    background:rgba(106,212,191,0.4);
}
.table_04 td a:after{
    font-family: 'FontAwesome';
    content: '\f101';
    margin: 0 0 0 2px;
}
.update{
    padding:5px 0;
    font-size:94%;
    float:right;
}


/* contents */

#contents{
    width: 100%;
    clear:both;
}
h2{
    margin:0 0 10px 0;
    padding:0 0 0 10px;
    border-left:5px solid #000080;
    font-size:122%;
    color:#777;
}
h3{
    margin:0 0 5px 0;
    font-size:122%;
    background:none;
}
h4{
    font-size:107%;
    background:none;
}
h5{
    padding:10px 0 10px 0;
    margin:0 0 5px 0;
    font-size:135%;
    background-color: #fabe82;
    color: #404040;
}
.mb_10{
    margin-bottom:10px;
}
.mb_20{
    margin-bottom:20px;
}
.mb_30{
    margin-bottom:30px;
}
.column{
    padding:5px 10px;
    background:#555;
    color:#FFF;
}
.column2{
    padding:15px;
    border:1px solid #CCC;
}
.column3{
    padding:15px;
    border:1px solid #ff8e1c;
}
.leadBoxWrap{
    margin-bottom: 20px;
}
.leadBoxWrap img{
    width:100%;
}
.copyright{
    border-top:1px solid #cccccc;
    padding-top: 3px;
    text-align: center;
}
.check{
        margin:2px;
        min-width:150px;
        font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
        font-size: 1em;
        font-weight:bold;
        /*display:block;*/
        border-radius: 10px;
        border:1px solid #ff8e1c;
        background-color: #fff;
        color:#ff8e1c;
        padding: 9px 8px;
        letter-spacing: 0.8px;
        text-decoration: none;
        text-align:center;
        -webkit-transition: all .2s;
        transition: all .2s;
        cursor: pointer;
}
/*------------------------------------------------
入力関係の設定
--------------------------------------------------*/
/*必須アイコン*/
.icon-required {
        margin: 0 2px;
        padding: 1px 7px;
        background-color: #ff0000;
        color: #fff;
        font-size: 0.7rem;
        border-radius:5px;
        display:inline-block;
}    
.ime3{
    ime-mode: disabled;
}
.ime4{
    ime-mode: disabled;
    padding-right:10px;
    width:90%;
}
@media (min-width: 841px) {
.ime4{
    ime-mode: disabled;
    padding-right:10px;
    width:90%;
}
    .leadBoxWrap:after{content: "";
                        display: block;
                        clear: both}

    .leadBoxLeft	{float: left;
                   width: 30%;
    }

    .leadBoxRight	{float: right;
                    width: 70%;
                    padding-left: 20px;
                    -moz-box-sizing: border-box;
                    -webkit-box-sizing: border-box;
                    box-sizing: border-box;
    }
}



/* footer */

#footer{
    width: 100%;
    padding: 5px 0;
    clear:both;
}
.logo{
    float:left;
}

ul{
	list-style:none;
	text-align:left;
}
li{
        float:left;
        margin-left: 10px;
        padding-right: 10px;
        border-right:1px solid #333333;
}
li a{
    color:#333333;
    text-decoration: none;
}
li a:visited {
    color:#333333;
    text-decoration: none;
}
li a:hover {
    color:#666666;
    text-decoration: underline;
}
li a:active {
    color:#333333;
    text-decoration: underline;
}
li a:hover img{
    opacity:0.8;
    filter:alpha(opacity=80);
    border:none;
}
