
/* -- ボタン -------------- */
input[type="submit"] {
    height: auto ;
    text-align:center;
    font-size:30px;
    font-weight:bold;
    padding:10px 0;
    margin:50px 0;
    width:100%;
    background-color:#004296;
    color: #fff;
    border-style: none;
    cursor: pointer;
    cursor: hand;
}

/* -- チェックボックス -------------- */
/* input[type="checkbox"] {
    width:20px;
    height:20px;
}
input[type="number"] {
    text-align:right;
    border-radius: 0.3em;
    font-size: 16px;
}
*/

/* -- 入力ボックス  -------------- */
input[type="text"]  {
    text-align:left;
    border-radius: 0.3em;
    font-size: 16px;
    height:30px;
    border: 1px #727272 solid;

}
input[type="password"]  {
    text-align:left;
    border-radius: 0.3em;
    font-size: 16px;
    height:30px;
    border: 1px #727272 solid;

}


select {
    border-radius: 0.3em;
    font-size: 16px;
    height:30px;
    border: 1px #727272 solid;
}

/*画像*/

/*申込*/
/*ページ全体*/
.content-innercontent {
    width: 96%;
    max-width: 88em;
    font-size: 0.75em;
    margin: 0 auto;
}

/*見出し*/
.step1{
color:#000;
font-size:30px;
font-weight:bold;
border-bottom:2px solid #004296;
margin-bottom:30px;
}

/*必須表示*/
.must-tb {
font-size: 14px;
font-weight:normal;
padding: 3px 8px;
background: #EB2478;
color: #fff;
border-radius: 5px;
margin-right:10px;
position:relative;
bottom:3px;
}

/*注釈表示*/
.caution-tb{
font-size:14px;
font-weight:normal;
}

/*名前入力部分*/
.entry-tb{
width:45%;
border-collapse: separate;
border-spacing:0 20px;
margin:0;
}

.entry-tb-e,.entry-tb-name,.entry-tb-sex,.entry-tb-birthday,.entry-tb-posttop,.entry-tb-addtop,.entry-tb-teltop{
color:#000;
font-size:20px;
font-weight:bold;
vertical-align:bottom;
padding:10px 0 0 0;
}

.entry-tb-left2{
width:25%;
}

/*生年月日入力部分*/
.entry-tb2{
width:25%;
border-collapse: separate;
border-spacing:0 20px;
margin:0;
}

.entry-tb-year,.entry-tb-month1,.entry-tb-day1{
width:5%;
}

.entry-tb-year2,.entry-tb-month2,.entry-tb-day2{
color:#000;
width:5%;
font-size:16px;
}

/*郵便番号・電話番号入力部分*/
.entry-tb3,.entry-tb5{
width:25%;
border-collapse: separate;
border-spacing:0 20px;
margin:0;
}

.entry-tb-postalcode,.entry-tb-address,.entry-tb-tel{
width:85%;
height:30px;
}


/*住所・配達時間入力部分*/
.entry-tb4{
width:80%;
border-collapse: separate;
border-spacing:0 20px;
margin:0;
}

/*暗証番号入力部分*/
.entry-tb6{
width:80%;
border-collapse: separate;
border-spacing:0 20px;
margin:0;
}

/*プラン・オプション選択部分*/


/*通話SIM申込ここまで*/

/* -- 780px ------------------------------------------- */
@media screen and (max-width: 780px) {

/* -- 入力ボックス  -------------- */
input[type="text"]  {
    text-align:left;
    border-radius: 0.3em;
    font-size: 16px;
    height:30px;
    border: 1px #727272 solid;
    width:85%;
}


/*見出し*/
.step1{
font-size:20px;
margin-bottom:20px;
}

/*必須表示*/
.must-tb {
font-size: 12px;
bottom:2px;
}

/*任意表示*/

/*注釈表示*/
.caution-tb{
font-size:10px;
}

/*名前入力部分*/
.entry-tb{
width:90%;
border-spacing:0 10px;
}

.entry-tb-e,.entry-tb-name,.entry-tb-sex,.entry-tb-birthday,.entry-tb-posttop,.entry-tb-addtop,.entry-tb-teltop{
font-size:16px;
}

.entry-tb-left2{
width:20%;
}

/*生年月日入力部分*/
.entry-tb2{
width:100%;
border-spacing:0 10px;
}

.entry-tb-year2,.entry-tb-month2,.entry-tb-day2{
font-size:14px;
}

/*郵便番号・電話番号入力部分*/
.entry-tb3,.entry-tb4{
width:60%;
border-spacing:0 10px;
}

.entry-tb-postalcode,.entry-tb-address,.entry-tb-tel{
height:20px;
}

/*住所・配達時間入力部分*/
.entry-tb5{
width:100%;
border-spacing:0 10px;
}

/*暗証番号入力部分*/
.entry-tb6{
width:100%;
border-spacing:0 10px;
}

/*ID入力部分*/

/*プラン・オプション選択部分*/

input[type="submit"] {
font-size:14px;
}
/*通話SIM申込ここまで*/

}