@import url("common/style1.css");
*, *::before, *::after {
  box-sizing: border-box;
	margin:0;
	padding:0;
}

#main{
	margin-top:20px;
}
/*メイン左側に追加した部分*/
#onegai{
	width:200px;
	background-color:#ff6100;
	margin-bottom:10px;
	padding:10px 0;


}
#onegai h3{
	color:#ffffff;
	width:170px;
	margin:0 auto;

}

/*メイン右側のスタイルここから↓*/
.right_top h3{
	border-top:1px solid #333333;
	border-bottom:1px solid #333333;
	text-align:center;
	padding:10px 0;
	margin:0 auto 10px auto;
	
}

.right_contents{
	width:90%;
	margin:0 auto;
	margin-bottom:30px;

}
.right_contents dt{
	color:#ff6100;
}
.right_contents .ol dt{
        display: list-item;
        list-style-type: decimal;
}
.right_contents dd ol{
    list-style-type:lower-alpha;
}
.right_contents span{
		color:#ff6100;
}
.right_contents dd{
	margin-bottom:10px;
	padding-left:15px;
	
}
.right_contents h4{
	margin-top:10px;
}
.change_contents{
	width:90%;
}
#hurikomi{
	margin-bottom:10px;
}
#hurikomi dd{
	padding-left:15px;
	margin:0;
}
.change_contents dt{
	color:#000000;
}
#siharai_table,#send_table{
	border-collapse:collapse;
	text-align:center;	
}
#siharai_table{
	width:60%;
}
#siharai_table td,#siharai_table th{
	border:1px solid #000000;
	padding:2px 0;

}
#siharai_table th{
	background-color:#66ccff;
}
.siharai_right{
	text-align:left;

}
#send_table{
	width:80%;
	margin:5px 0;
}
#send_table td{
	border:1px solid #000000;
}
#send_table tr:nth-child(2n+1) {
	background-color:#f8f8f8;	
}
#send_table tr:first-child{
        height:30px;
}
#send_table tr:not(:first-child){
        height:50px;
}
.blue_back{
	background-color:#66ccff;
	font-weight:bold;	
}
.usuiblue_back{
	background-color:#ccffff;
}

@media (max-width: 750px){
    /*ヘッダー部分*/
    #header_visual img{
            width:100%;
    }
    /*メイン部分右側*/
    .right_contents{
        width:80%;
    }
    .change_contents{
	width:80%;
    }
    #siharai_table{
	width:48%;
    }
    #send_table{
       width:67%;
    }
    #main{
            width:100%;
            margin:0 auto;
    }
    #onegai{
            width:100%;
            background-color:#ff6100;
            margin-bottom:10px;
    }
    #onegai h3{
            color:#ffffff;
            width:100%;
    }
    #onegai h3 br{
        display: none;
    }
}
@media (max-width: 400px){
    .right_contents{
        width:90%;
    }
    #siharai_table{
	width:100%;
    }
    #send_table{
       width:100%;
    }
}