*{ font-family:'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', sans-serif;}
body{margin: 0;}
.ss_wrap{
	text-align: center;
    color: #f00;
}
	
h1{
	font-size: 18px;
    padding: 20px;
    text-align: center;
    background-color: #29a700;
    margin: 0;
    font-weight: normal;
}
.h1_size{
	font-size: 14px;
}

#iccid{
	width: 90%;
    margin: auto;
    display: block;
    height: 35px;
}

.submit_button{
	margin: 10px auto;
    width: 100px;
    display: block;
    background-color: #008ada;
    border: none;
    padding: 10px;
    color: #fff;
    font-size: 17px;
    border-radius: 5px;
	-webkit-appearance: none;
}

#inputPanel{
	text-align: center;
    display: block;
    margin: 20px;
}
.id_input{
    margin-bottom: 10px;
    display: block;
    color: #000;
}	
.ss_fotter{
    border-top: 1px solid #000;
    font-size: 10px;
    margin: 30px 20px;
    color: #000;
	}
.link_button{
	margin: 10px auto 40px;
    width: 60%;
	text-decoration: none;
    display: block;
    background-color: #008ada;
    border: none;
    padding: 10px;
    color: #fff;
    font-size: 17px;
    border-radius: 5px;
}
.normal_txt{
	color: #000;
    font-size: 14px;
    margin: 20px;
	}