@charset "UTF-8";
	
body {
	background-attachment: fixed;
    background-repeat: no-repeat;
    background-size:100% auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
.wrapper {
	width: 1000px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	clear: both;
	margin-bottom: 0px;
}.wrapper .box_waku {
	font-family:Georgia, "Times New Roman", Times, "serif", "源ノ明朝 Bold";
}
.wrapper .box_waku .box {
    width: 300px;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
}
.wrapper .header {
    margin-bottom: 0px;
    margin-top: 50px;
	clear: both;
}
.wrapper .content {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255,255,255,0.90);
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}
.wrapper .content .midashi {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    /* [disabled]font-style: italic; */
    font-weight: 700;
    font-size: large;
    text-align: center;
}
h4 {
    background-color: rgba(0,0,0,1.00);
	font-size: 14pt;
    height: 26px;
    color: rgba(255,255,255,1.00);
    padding-top: 5px;
	padding-left: 5px;
    padding-bottom: 0px;
	margin-top: 20px;
	margin-bottom: 5px;
}
.text1 {
    font-size: 10pt;
}
.fixed_btn {
position: fixed;
bottom:20px;
right: 10px;
padding: 6px 10px;
}
a:link {
	color:rgba(53,79,208,1.00);
	text-decoration-line: none;
}
a:visited {
	color:rgba(53,79,208,1.00);
	text-decoration-line: none;
}
a:hover{
	background-color:rgba(53,79,208,1.00);
	color: white;
}
