@charset "utf-8";

body {
	-webkit-text-size-adjust: 100%;
    font-family: -apple-system, 'BlinkMacSystemFont', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    line-height: 1.6;
    font-size: 16px;
    font-size: 1.6rem;
    word-wrap: break-word;
    color: #303030;
    background-color: #f8f8f8;
}
header {
    display: block;
}
article {
    border: solid 1px #d9e2f0;
    border-radius: 0 0 4px 4px;
    background-color: #fff;
    display: block;
    width: 700px;
    margin: auto;
    padding: 20px 50px;
}
h1 {
    margin: 16px auto;
    font-size: 24px;
    text-align: center;
    width: 752px;
    display: block;
}
h2 {
    line-height: 1.5;
    font-size: 22px;
    text-align: center;
    margin-bottom: 30px;
}
h3 {
    font-size: 18px;
    margin: 10px 0;
}
h3.login {
    text-align: center;
}

.prbox h3 {
    display: block;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 5px;
    margin-bottom: 0px;
}

.prbox table {
    border-top: 0px solid #CCC;
}

h6 {
    text-align: right;
    font-weight: normal;
    font-size: 12px;
    margin: 0px;
    padding-right: 15px;
}

table {
    border-top: 1px solid #CCC;
    width: 100%;
}
tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
table tr td:nth-of-type(1) {
    width: 30%;
    font-weight: bold;
}
td {
    font-size: 14px;
    border: 0px solid #FFF;
    border-bottom: 1px solid #CCC;
    padding: 10px;
    vertical-align: middle;
}
td textarea {
    width: 100%;
}
td input {
    width: 80%;
}
td .small {
    width: 20%;
}
td .normal {
    width: 60%;
}
td input[type="checkbox"]{
    width: auto;
}
p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
p.memo {
    font-size: 14px;
}
form {
    margin-bottom: 20px;
}
label {
    font-size: 14px;
}
select {
    padding: 10px;
}
input {
    padding: 7px 15px;
}
div {
    display: block;
}
div.search {
    text-align: left;
    margin-left: 150px;
}
div.search select {
	width: 280px;
}
div.login {
    text-align: left;
    margin-left: 150px
}
div.login input {
	width: 246px;
}
div.submit {
    text-align: center;
}
div.address_detail {
    margin: 5px 0;
}
.copyright {
    font-size: 14px;
    text-align: center;
    margin: 30px;
    color: #999;
}
.backto {
    font-size: 14px;
    text-align: center;
    margin: 50px auto 25px;
}
.backto a {
    display: block;
    border: 1px solid #aaa;
    width: 100px;
    margin: auto;
    padding: 6px;
    text-decoration: none;
    color: #777;
}

.backto.reform {
    text-align: center;
}

.backto.reform a {
    border: 1px solid #aaa;
    width: 100px;
    margin: auto;
    padding: 6px 12px;
    text-decoration: none;
    color: #777;
    margin-right: 100px;
    display: inline;
}

.reform {
    font-size: 14px;
    text-align: right;
}
.formcheckbox li {
    display: block;
    float: left;
    width: 195px;
}

ul.formcheckbox {
    padding: 0;
}

.memberlist a {
    background: url(/css/arrow1-1.png) no-repeat left center;
    padding: 8px 0 5px 20px;
    line-height: 15px;
    color: #000;
    text-decoration: none !important;
    font-weight: normal;
}

.memberlist a:hover {
    color: #00acee;
}

table.memberlist  {
    margin-bottom: 20px;
}

table.memberlist tr td:nth-of-type(1) {
    width: 70%;
    font-weight: normal;
    font-size: 16px;
}

table.memberlist tr td:nth-of-type(2) {
    text-align: right;
    font-size: 12px;
}

.copyright  a {
    color: #999;
    text-decoration: none !important;
    font-weight: normal;
}

.listsub {
    font-size: 12px;
}

.mb10 {
	margin-bottom: 10px;
}

.brbr {
    display: block;
}

@media screen and (max-width:375px) {
article {
    width: 96%;
    padding: 2%;
}
h1 {
    margin: 16px auto;
    font-size: 14px;
    text-align: center;
    width: 100%;
    display: block;
}
h2 {
    line-height: 1.5;
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
}
}