/* ************************************************ 
 *	共通
 * ************************************************ */

* {
	-webkit-appearance: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0px;
	padding: 0px;
}


body {
	font-family: "A-OTF 新ゴ Pro", "Shin Go Light", "Shin Go DeBold", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	list-style: none;
	color: #000;
	font-size: 16px;
	line-height: 1.4;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.8s;
	background-color: #fff;
}

input, textarea, select {
	font-family: "A-OTF 新ゴ Pro", "Shin Go Light", "Shin Go DeBold", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    padding: 10px;
    border: 0px;
    background: #f1f1f1;
    font-size: 16px;
    font-weight: bold;
    margin: 0 2px;
}

input[type="submit"] {
	cursor: pointer;
}

.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

img {
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
	border: 0px;
}

h1 {
    margin-bottom: 20px!important;
    font-weight: bold!important;
    font-size: 26px!important;
}


main {
    display: block;
}

html, body,  ul, ol, li,  h1, h2, h3, h4, h5, h6, p, div {
	margin: 0;
	padding: 0;
	 font-weight: 400;
}

div#login_box {
    width: 60%;
    margin: 5% 20%;
    padding: 5%;
    text-align: center;
    box-shadow: 0 0 40px #dededef1;
}
input.login_text {
    margin: 10px 0;
    width: 100%;
    text-align: center;
}

input#login_submit {
	-moz-transition: all 0.1s;
	-o-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    background: linear-gradient(#bd1515, #cc3e3e, #bd1515);
    border-radius: 5px;
    width: 96%;
    margin-top: 20px;
    color: #fff;
    font-weight: bold;
	box-shadow: 0px 2px 2px 0px #500000;
}
input#login_submit:hover {
	-moz-transition: all 0.1s;
	-o-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    background: linear-gradient(#bd1515, #bd1515, #bd1515);
    box-shadow: 0 0px 0px 0px #cc3e3e;
    border-radius: 5px;
    width: 96%;
    margin-top: 20px;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 0 5px #000;
    box-shadow: 0px 0px 0px 0px;
}

div#check_space {
    font-size: 32px;
    margin: 30px 0;
}

.error {
    font-weight: bold;
    color: #ff9900;
    margin-bottom: 20px;
}

