/**
 * 10.0 Multisite
 * -----------------------------------------------------------------------------
 */

.site-main .widecolumn {
    padding-top: 72px;
    width: auto;
}

.site-main .mu_register,
.widecolumn>h2,
.widecolumn>form {
    margin: 0 auto 48px;
    max-width: 474px;
    padding: 0 30px;
}

.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
    font-size: inherit;
    width: 90%;
}

.site-main .mu_register input[type="submit"],
.widecolumn #submit {
    font-size: inherit;
    width: auto;
}


/* ------------------------------------------ 2018-07-21 霑ｽ蜉� --- */

.clearfix::after,
.ul::after {
    content: '';
    display: block;
    clear: both;
}

.img-center {
    max-width: 984px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.entry-title {
    font-size: 30px;
    font-weight: bold;
    color: #555;
    display: block;
    margin: 0 auto;
    text-align: center;
    line-height: 1.3;
}

.entry-content h3 {
    width: 92%;
    font-size: 24px;
    font-weight: bold;
    color: #555;
    display: block;
    margin: 3em auto 1em;
    text-align: center;
    line-height: 1.3;
    display: none;
}

.entry-content table.guideline {
    border-collapse: collapse;
    border-spacing: 0;
    box-shadow: none;
    border: 0px solid red;
    border-top: 5px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    margin: 0 auto;
    max-width: 984px;
}

.entry-content table.guideline th {
    width: 20%;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
}

.entry-content table.guideline tr:nth-child(odd) {
    background: white;
    border-bottom: 1px solid #f3f3f3;
}

.entry-content table.guideline tr:nth-child(even) {
    background: #F5F4FB;
    background: #f7f7f7;
    border-bottom: 1px solid #f1f1f1;
}

.entry-content table.guideline tr:nth-child(odd) th {
    border-right: 2px solid #f7f7f7;
}

.entry-content table.guideline tr:nth-child(even) th {
    border-right: 2px solid white;
}

.btn-area {
    max-width: 984px;
    border: 0px solid green;
    margin: 20px auto;
}

.btn-area * {
    box-sizing: border-box;
}

.btn-area .btn-link a,
.btn-area .btn-link100 a {
    /*width:50%;*/
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 1;
    margin: 0;
    text-align: center;
    background: red;
    color: white;
    text-decoration: none;
    padding: 1.5em 0;
}


/*
.btn-area div:first-child a	{
	border-radius:10px 0 0 10px;
	background:#F85931;
	border-right:1px solid white;
}

.btn-area div:last-child a	{
	border-radius:0 10px 10px 0;
	background:#6DABBF;
	border-left:1px solid white;
}

*/

.btn-area::after {
    content: '';
    display: block;
    clear: both;
}

.btn-area div.btn-link100 a {
    width: 100%;
    border-radius: 10px;
    background: #207448;
}

.btn-area div.excel a {
    border-radius: 10px;
    background: orangered;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    /* background: #207448; */
}

.excel a span {
    font-size: min(7vw, 1.5rem);
}

.btn-area .btn-link a:hover,
.btn-area div.btn-link100 a:hover {
    transition: 1s;
    background: #333;
    color: yellow;
}


/* --- new_form --- */

.new_form {
    max-width: 984px;
    margin: 0 auto;
    border: px solid red;
    box-sizing: border-box;
}

.new_form * {
    box-sizing: border-box;
}

.new_form .entry_form {
    background: #fcfcfc;
    width: 100%;
    padding: 20px 30px;
    color: #333;
}

.new_form .entry_form p {
    font-size: 14px;
    font-weight: bold;
    padding: 0;
    margin: 0 0 0 0;
    line-height: 2;
    color: #555;
}

input,
textarea,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="file"] {
    border: 1px solid #ccc;
    background: #fff;
    padding: 1em;
    letter-spacing: 2px;
    color: #777;
    font-size: 16px;
    margin-bottom: 1.5em;
    width: 100%;
    border-radius: 0;
}

textarea {
    height: 10em;
}

input[type="submit"] {
    background: #F85931;
    color: #fff;
    padding: 1.5em 0;
    margin: 50px auto;
    border-radius: 10px;
    display: block;
    font-size: 16px;
    font-weight: normal;
    width: 50%;
}

input[type="submit"]:hover {
    transition: 1s;
    background: #333;
    color: yellow;
}