ul li {
    list-style-type: none;
}
li {
    display: list-item;
    margin: 0;
}
.search_area{
	box-sizing: border-box;
	border-top: 2px solid #5391BA;
	border-right: 1px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	border-left: 1px solid #cccccc;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
}
.Menu_area{
	border-top: 2px solid #5391BA;
	box-sizing: border-box;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 100%;
	float: left;
	height: 62px;
	display: block;
	clear: both;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	z-index: 2;
}

.searchTool .searchSub .searchItem {
	float: left;
	width: 40%;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 8px;
	padding-left: 3px;
	margin-right: auto;
	margin-left: auto;
}
.searchtext {
	float: left;
	width: 90%;
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: normal;
	vertical-align: top;
	padding-top: 0;
	padding-right: 3px;
	padding-bottom: 8px;
	padding-left: 10px;
}
.searchTool .searchMain .searchItemWrap, .searchTool .searchSub .searchItemWrap {
	position: relative;
	padding: 0 10px;
	border: 2px solid #0099FF;
}

.searchTool .searchMain .searchItemSelect, .searchTool .searchSub .searchItemSelect {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 10px;
    width: 100%;
    height: 100%;
    background-color: #f7f7f7;
    color: #666;
    font-weight: 700;
	border-radius: 7px;
}
.searchTool .searchMain .searchItemName, .searchTool .searchSub .searchItemName {
	position: relative;
	z-index: 1;
	color: #06F;
	font-weight: 400;
	pointer-events: none;
	line-height: 140%;
}
.searchTool article, .searchTool img, .searchTool input, .searchTool label, .searchTool ol, .searchTool p, .searchTool section, .searchTool select {
    margin: 0 5px 0 0;
    padding: 0;
    outline: 0;
    border: 0;
    background: transparent;
    vertical-align: baseline;
    text-align: left;
}
.searchTool .searchSub .searchItem .searchItemWrap {
	height: 44px;
	border-radius: 5px;
	vertical-align: bottom;
}

.searchTool .searchSub .searchItem .searchItemName {
	font-size: 0.9rem;
	line-height: 16px;
	margin-bottom: 3px;
	vertical-align: top;
	padding-top: 2px;
	
}
.searchTool .searchSub .searchItem .searchItemSelect {
	line-height: 27px;
	margin-top: 0px;
	background-color: #f7f7f7;
	vertical-align: bottom;
	padding-top: 10px;
}
.searchTool option, select {
	font-size: 1em !important;
	border-radius: 5px;
	color: inherit;
	vertical-align: bottom;
	font-size: inherit;
	-webkit-appearance: none;
	appearance: none;
	line-height: 1.2em;
	margin-top: 13px;
	
}
.searchCheckbox{
    margin:5px 0 10px;
    font-size:85%;
    text-align: left;
}

.searchResultLine {
	position: relative;
	line-height: 1.4;
	color: #FF0000;
	background: #fffff4;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding-top: 5px;
	padding-left: 0px;
	text-align: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: gray;
	border-bottom-color: gray;
	vertical-align: middle;
}



.control-bar{
    margin:0 0 15px;
}
.control-bar ul{
    margin:0;
    padding:0;
}

.sort_button button {
    float: left;
    color: #5391BA;
    border: 2px solid #5391BA;
    background: #fff;
    padding: 3%;
    width: 88%;
    border-radius: 5px;
    margin: 5% 3%;
    line-height: 14px;
    letter-spacing: 1px;
    font-weight: bold;
    white-space: nowrap;
    font-size: 11px;
    height:40px;
}

.sort_button .active{
    background:#5391BA;
    color:#fff;
}

.sort_button button::after {
    display: block;
    width: 10px;
    height: 10px;
    font-size: 11px;
    position: relative;
    float: right;
    top: 0;
    right: 0;
    content: "▽";
}

.sort_button {
    float: left;
    display: block;
    margin: 0px;
    /* width: 25%; */
    width: 33%;
}


.htitle {
	position: relative;
	padding-left: 5px;
	line-height: 1.1em;
	float: inherit !important;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}



#searchform input[type=radio],
#searchform input[type=text],
#searchform input[type=checkbox] {
	display: inline-block;
	margin-right: 6px;
	vertical-align: bottom;
	margin-top: 3px;
	line-height: 130%;
}
#searchform input[type=radio] + label,
#searchform input[type=checkbox] + label {
    position: relative;
     
    display: inline-block;
    margin-right: 12px;
     
    font-size: 14px;

    cursor: pointer;
}

.searchCheckbox > div,
.searchRadiobox > div
{
    float:left;
}


@media (min-width: 1px) {
    #searchform input[type=radio],
    #searchform input[type=checkbox] {
        display: none;
        margin: 0;
    }
    #searchform input[type=radio] + label,
    #searchform input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
    #searchform input[type=radio] + label::before,
    #searchform input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
         
        background: #FFF;
    }
    #searchform input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
    #searchform input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
    #searchform input[type=radio]:checked + label::after,
    #searchform input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
    #searchform input[type=radio]:checked + label::after {
        left: 5px;
         
        width: 8px;
        height: 8px;
        margin-top: -4px;
         
        background: #E71063;
        border-radius: 8px;
    }
    #searchform input[type=checkbox]:checked + label::after {
        left: 3px;
         
        width: 16px;
        height: 8px;
        margin-top: -8px;
        
        border-left: 3px solid #E71063;
        border-bottom: 3px solid #E71063;

        /*
        border-left: 3px solid #53b300;
        border-bottom: 3px solid #53b300
        */
        
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

.buttonArea{
    margin:0 auto;
    width:200px;
/*
    margin:10px 0;
    text-align:center;
*/
}

.isometric {
	color: #fff;
	display: inline-block;
	height: 36px;
	font-size: 1.1em;
	line-height: 36px;
	text-decoration: none;
	box-sizing: border-box;
	border-radius: 12px;
	font-weight: bold;
	background-color: #0099cc;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	box-shadow: 5px 5px 5px #999;
	letter-spacing: 3px;
}
.isometric .iconback{
	display: inline-block;
    width: 40px;
    height: 35px;
    color: #fff;
    /*
    text-align: center;
    vertical-align: middle;
    
    border-radius: 35px 0 0 35px;*/
}
.isometric span{
    vertical-align: middle;
}
.isometric .iconback .fa{
    line-height: 35px;
    font-size: 18px;
}
.isometric .btnttl{
	display: inline-block;
	width: 160px;
	height: 36px;
	text-align: center;
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;


}
.isometric .istw{
	border-bottom: solid 4px #1484ca;
	background-color: #0099cc;
}
.isometric .isfb{
    background:#3b75d4;
    border-bottom: solid 4px #2a5caf;
}
.isometric .isfdly{
    background:#7ece46;
    border-bottom: solid 4px #65b130;
}
.isometric .ispkt{
    background:#fd7171;
    border-bottom: solid 4px #ef4d4d;
}
.isometric:hover{
    -ms-transform: translateY(2px);
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
	box-shadow: 5px 5px 5px #999;
}
.isometric:hover .btnttl, .isometric:hover .iconback{
    border-bottom: none;
}

#resultTable table {
	border: 1px solid #eee;
	border-collapse: separate;
	margin-bottom: 10px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	clear: both;
	float: left;
}

#resultTable img {
	height: 200px;
	width: 200px;
	overflow: hidden; 
}

 
#resultTable th {
 border-top: 1px solid #E2F4FA;
 border-right: none;
 border-bottom: 1px solid #E2F4FA;
 border-left: none;
}
 
#resultTable td {
 border-top: 1px solid #fff;
 border-right: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
 border-left: 1px solid #fff;
}


 
#resultTable thead tr {
 border-top: 1px solid #E2F4FA;
 background:url(../wp-content/uploads/2010/01/bg_th.png) right center repeat-x;
}
 
#resultTable tbody tr {
 border-bottom: 1px solid #ccc;
 background-color: white;
}
 
#resultTable tbody tr:nth-child(even) {
 background-color: #ECECEC;
}
 
#resultTable tbody tr:hover { /* 行にマウスオーバーした時のスタイル */
  background-color: #ccc;
}

.searchResultList {
	width: 100%;
	box-sizing: border-box;
	padding: 0px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.mix {
    width:100%;
    box-sizing:border-box;
}
.resultBox {
	background-color: #fff;
	position: relative;
	border-top: 2px solid #5391BA;
	border-right: 1px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	border-left: 1px solid #cccccc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 2%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
}

.resultBox .resultInner {
	padding: 0px;
}
.resultInner2 {
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.resultBox .layoutFullWidth {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.resultBox .layoutLeft {
    float: left;
}
.resultBox .layoutRight {
	margin: 0px;
	padding: 0px;
}
.resultBox .layoutNameArea {
	display: block;
	width: 100%;
	margin: 0;
}
.resultBox_point{
    color:#D00;
    font-weight: bold;
}
.red{
	color: #F00;
	font-size: 130%;
	font-weight: bold;
	vertical-align: text-bottom;
}
.large{
    font-size: 120%;
}
.ber{
	font-weight: bolder;
	font-size: 110%;
}

.resultPoint{
    margin-bottom:8px;
}
.resultPoint_text {
    font-size: 13px;
    font-weight: bold;

    background: linear-gradient(transparent 50%, #FFFF84 0%);
}
.detailTextLink {
    float: right;
    padding: 0px 10px 0px;
    margin-bottom: 0 !important;
    border-radius: 20px;
    background-color: #d4ebfc;
    background-size: 15px !important;
}
.detailTextLink a{
    text-decoration:none;
    font-size:13px;
}
.detailTextLink a i{
    line-height:19px;
    margin:0 0 0 3px;
}
.layouttag {
    margin: 0 0 10px;
}
.tag_item.match {
    border: 1px solid #FF9D49;
    background-color: #ffeedd;
    color: #ff7600;
    font-weight: bold;
}
.tag_item {
    float: left;
    margin: 0 2px 0 0;
    padding: 2px;
    font-size: 12px;
    line-height: 1.0;
    list-style: none;
}
.resultinTable {
	width: 100%;
	border: 1px solid #cbcbcb;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;

}
.resultTable_info{
	width: 90%;
	border: 1px solid #fff;
	padding-left: 5px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
.resultBox_name {
	font-weight: bolder;
	background-color: #D5EAFF;
	text-align: left;
	text-indent: 10px;
	line-height: 180%;
	height: 35px;
	padding-top: 6px;
	font-size: 16px;
	margin: 0px;
	vertical-align: middle;
	border-bottom: 1px solid #cbcbcb;
}
.resultinTable_head {
	text-align: left;
	border-left: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
	background-color: #F6F6F6;
	line-height: 120%;
	font-weight: bold;
	font-size: 0.9em;
	vertical-align: middle;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 10px;
}
.resultinTable_body {
	font-size: 0.9em;
	line-height: 120%;
	font-weight: bold;
	border-bottom: 1px solid #e1e1e1;
	vertical-align: middle;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	text-align: left;
}


.clearfix {
    display: block;
}
.clearfix:after{
    content: "";
    display: block;
    clear: both;
}

.sendButtonBox{
    margin:0 auto;
    width:300px;
}
.sendButton{
    display: inline-block;
    position: relative;
    width:300px;
    padding: 5px;
    text-decoration: none;
    color: #FFF;
    box-sizing:border-box;
    text-align:center;

/*
    background: #668ad8;//ボタン色
    border-bottom: solid 5px #36528c; //ボタン色より暗めに
    border-right: solid 5px #5375bd; //ボタン色より暗めに
*/
    background: #fd7171;/*ボタン色*/
    border-bottom: solid 5px #ef4d4d;/*ボタン色より暗めに*/
    border-right: solid 5px #ef4d4d;/*ボタン色より暗めに*/
}

.sendButton:before{    
    content: " ";
    position: absolute;
    bottom: -5px;
    left: -1px;
    width: 0;
    height: 0;
    border-width: 0 6px 6px 0px;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: #FFF;
}

.sendButton:after{   
    content: " ";
    position: absolute;
    top: -1px;
    right: -5px;
    width: 0;
    height: 0;
    border-width: 0px 6px 6px 0px;
    border-style: solid;
    border-color: #FFF;
    border-bottom-color: transparent;
}

.sendButton:active{
    border:none;
    -ms-transform: translate(6px,6px);
    -webkit-transform: translate(6px,6px);
    transform: translate(6px,6px);
}

.sendButton:active:after,.sendButton:active:before {
    content: none;
}

#menu_box{
	float: left;
	clear: both;
	height: 30px;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 5px;
	z-index: 99;
	background-color: #FFF;
}
.menu_b{
	float: right;
	height: 30px;
	width: 30px;
	margin-right: 15px;
	margin-left: 15px;
	display: block;
}
img {
	display: block;
}
.menu_b_img {
	display: block;
}
.menu_b_img a{
	display: block;
}
.menu_b:hover{
	-ms-transform: translateY(2px);
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
	display: block;
}

.resultBox_check {
	font-weight: bolder;
	background-color: #FAFAFA;
	text-align: center;
	line-height: 180%;
	height: 35px;
	padding-top: 6px;
	font-size: 16px;
	margin: 0px;
	vertical-align: middle;
	border-bottom: 1px solid #cbcbcb;
	padding-bottom: 6px;
}

.bt_area{
	text-align: center;
	height: 42px;
	width: 100%;
	margin: 0px;
	clear: both;
}
.check_btn {
	display: block;
	border-radius: 25px;
	text-decoration: none;
	color: #000;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 20px;
	font-weight: bold;
	background: linear-gradient(pink, red);
	font-size: 1.1em;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	vertical-align: middle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	box-shadow: 5px 5px 5px #999;
	letter-spacing: 5px;
}

.check_btn:hover {
	color: #000;
	font-weight: bold;
	background-color: #FF0000;
	-ms-transform: translateY(2px);
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	box-shadow: 5px 5px 5px #999;
}

.Btn_td {
	border-bottom: 1px solid #e1e1e1;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
	padding-top: 7px;
	padding-left: 6px;
	padding-bottom: 12px;
}

.check_btn_F {
	display: inline-block;
	border-radius: 32px;
	text-decoration: none;
	color: #000;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	font-weight: bold;
	background-color: #FFC4E1;
	font-size: 15px;
	line-height: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	box-shadow: 5px 5px 5px #999;
	float: left;
	margin-right: 8px;
}
.check_btn_F:hover {
	color: #000;
	font-weight: bold;
	background-color: #FFC4E1;
	-ms-transform: translateY(2px);
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	box-shadow: 4px 4px 4px #999;
}

.check_btn_M {
	display: inline-block;
	border-radius: 32px;
	text-decoration: none;
	color: #000;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	font-weight: bold;
	background-color: #88C4FF;
	font-size: 15px;
	line-height: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	box-shadow: 5px 5px 5px #999;
	float: left;	
}
.check_btn_M:hover {
	color: #000;
	font-weight: bold;
	background-color: #88C4FF;
	-ms-transform: translateY(2px);
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	box-shadow: 4px 4px 4px #999;
}

.check_test{
	display: inline-block;
	text-decoration: none;
	color: #000;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-weight: bold;
	background-color: #CCFF00;
	font-size: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	line-height: 15px;
}

.procedure_table {
    width: 100%;
    border: 1px solid #cbcbcb;
    margin: 0 0 10px;
}
.proc_img{
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
.Icon{
	margin-top: 2px;
	margin-right: 4px;
	margin-bottom: 2px;
	display: inline;
	vertical-align: middle;
}
.procedure_th{
	background-color: #F6F6F6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	padding-left: 5px;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	vertical-align: middle;
	height: 30px;
}
.procedure_th2{
	background-color: #F6F6F6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	padding-left: 5px;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	vertical-align: middle;
	height: 30px;
}
.procedure_th3{
	background-color: #F6F6F6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	padding-left: 5px;
	font-size: 13px;
	line-height: 25px;
	font-weight: bold;
	vertical-align: middle;
	height: 23px;
	padding-top: 2px;
}
.procedure_td_img{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	vertical-align: middle;
	padding-top: 1px;
	overflow: hidden;
}
.procedure_td{
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 2px;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	height: 23px;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ccc;
	padding-right: 5px;
}

.procedure_td2{
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	height: 23px;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}
.procedure_left{
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 2px;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	height: 23px;
	vertical-align: middle;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
}
.proce_p{
	padding-left: 3px;
	font-size: 14px;
	font-weight: normal;
	height: 22px;
	vertical-align: bottom;
	margin-bottom: 4px;
}
.caution{
	margin-right: 5px;
	display: inline;
}
.proce_red{
	font-size: 14px;
	font-weight: normal;
	vertical-align: bottom;
	margin-top: 3px;
	margin-bottom: 2px;
	color: #F00;
	line-height: 24px;
	display: inline;
	padding-top: 4px;
}
.proce_info{
	font-size: 15px;
	font-weight: bold;
	height: 24px;
	vertical-align: middle;
	color: #F00;
	line-height: 22px;
	display: inline;
	width: auto;
}
.proce_blk{
	font-size: 15px;
	font-weight: normal;
	height: 22px;
	vertical-align: middle;
	margin-top: 4px;
	margin-bottom: 2px;
	padding-top: 5px;
	display: inline;
	padding-bottom: 3px;
}
.red{
	color: #F00;
}
.small{
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #333;
	vertical-align: middle;
}
.small_red{
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
	color: #F00;
	margin-top: 6px;
	vertical-align: bottom;
}
.small_p{
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
	color: #F00;
	margin-top: 6px;
	display: inline;
	vertical-align: middle;
}
.small_img{
	display: inline;
	vertical-align: middle;
	margin-right: 2px;
	margin-left: 2px;
}
.in_box{
	font-size: 15px;
	line-height: 18px;
	font-weight: normal;
	height: 22px;
	width: 40px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: 1px solid #09F;
	text-align: left;
}

.in_box2{
	font-size: 15px;
	line-height: 18px;
	font-weight: normal;
	height: 22px;
	width: 40px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: 1px solid #09F;
	text-align: left;
}
.in_box_gr{
	font-size: 15px;
	line-height: 18px;
	font-weight: normal;
	height: 22px;
	width: 40px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: 1px solid #CCC;
	background-color: #F6F6F6;
	text-align: left;
}
.in_box_gr2{
	font-size: 15px;
	line-height: 18px;
	font-weight: normal;
	height: 22px;
	width: 40px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: 1px solid #CCC;
	background-color: #F6F6F6;
	display: inline;
	text-align: left;
}

.HelpBox {
	background-color: #fff;
	position: relative;
	border-top: 2px solid #5391BA;
	border-right: 1px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	border-left: 1px solid #cccccc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 2%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	float: left;
	height: auto;
}
.help_area {
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	float: left;
}
.help_titleber{
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: bold;
	color: #333;
	background-color: #F6F6F6;
	text-align: center;
	vertical-align: middle;
	clear: both;
	float: left;
	height: 23px;
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0099cc;
	border-bottom-color: #0099cc;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-top: 6px;
	padding-bottom: 3px;
	z-index: 2;
}
.help_box{
	width: 96%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	float: left;
	text-align: left;
	padding-left: 10px;
	height: auto;
	padding-right: 5px;
}

.help_title{
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 10px;
	vertical-align: middle;
	display: inline;
	width: 96%;
	clear: both;
	float: left;
}
.help_title2{
	margin-left: 10px;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0px;
	vertical-align: middle;
	display: inline;
	width: 96%;
	float: left;
}
.help_text{
	font-size: 0.9em;
	font-weight: normal;
	margin-top: 4px;
	margin-bottom: 5px;
	margin-left: 10px;
	width: 96%;
}
.help_text2{
	font-size: 0.9em;
	font-weight: normal;
	margin-top: 4px;
	margin-bottom: 5px;
	display: inline;
	vertical-align: top;
	width: 96%;
	text-align: left;
	float: left;
}
.help_img{
	float: left;
	margin-right: 5px;
	clear: right;
}
.circle{
	color: #0099cc;
	font-size: 1.5em;
	vertical-align: middle;
	display: inline;
	margin-right: 5px;
	margin-bottom: 6px;
}
.img_bor{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}
#red{
	color: #F00;
}
#red2{
	color: #F00;
}
#red3{
	color: #F00;
}
#red4{
	color: #F00;
}
/* -------------　Page to Top　------------ */

#page-top {
	position: fixed;
	bottom: 10%;
	right: 2%;
	font-size: 77%;
	z-index: 5;
	
}
#page-top a {
	width: 30px;
	height: 30px;
	text-align: center;
	display: block;
	border-radius: 30px;
	-webkit-border-radius: 30px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 30px;   /* Firefox用 */
	filter: alpha(opacity=65);
	-moz-opacity: 0.65;
	opacity: 0.65;
	color: #FFF;
	text-decoration: none;
}
#page-top a:hover {
	color: #FFF;
	text-decoration: none;
	background-image: url(img/yaji2.png);
	background-repeat: no-repeat;
}

.help_caution{
	border: 1px solid #F60;
	float: left;
	width: auto;
	margin-bottom: 10px;
	background-color: #FFFCF7;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.title_orange{
	font-size: 15px;
	line-height: 160%;
	font-weight: bold;
	color: #F60;
	margin-bottom: 6px;
}
.help_orange{
	font-size: 14px;
	line-height: 150%;
	font-weight: normal;
	color: #F60;
	margin-bottom: 15px;
}
