@charset "UTF-8";

.midashi_a {
    margin: 5px;
	padding: 10px;
	background: #558ed5;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
	text-align: center;
    font-size:120%;
	color:#fff;
}

.midashi_b {
    margin: 5px;
	padding: 10px;
	background: #e06897;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
	text-align: center;
    font-size:120%;
	color:#fff;
}

header {
	height: 33px;
}

header h2 {
	line-height: 1em;
	margin-left: 10px;
	position: relative;
	top: 10px;
}

header h2 img {
	height: auto;
	width: 111px;
}

.txt15 {
    font-size:15pt;
}

.txt14 {
    font-size:14pt;
}

.txt13 {
    font-size:13pt;
}
.btn_a {
    width: 180px;
    margin: 5px;
    padding: 10px 5px 10px 5px;
    background: #bfbfbf;
    //background: #0a9ad6;
    border: 1px #bfbfbf solid;
    //border: 1px #60bbe8 solid;
    color: #FFF;
    -webkit-appearance: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    display: inline-block;
}