/*************** フォーム ***************/

section#wrap {

width:100%;
max-width:100%;
margin:10px auto 10px auto;
text-align:center;

background:;
}


section#wrap article {

width:100%;
max-width:100%;
margin:20px auto 10px auto;

}

/*==========================================
 タブレット 縦 スタイル
===========================================*/


@media only screen and (min-width: 741px) {

/*************** フォーム ***************/

section#wrap {

width:100%;
max-width:100%;
margin:10px auto 10px auto;
text-align:center;

background:;
}


section#wrap article {

width:100%;
max-width:80%;
margin:100px auto 10px auto;

}
}




@media only screen and (min-width: 1100px) {

/*************** フォーム ***************/

section#wrap {

width:100%;
max-width:100%;
margin:10px auto 10px auto;
text-align:center;

background:;
}


section#wrap article {

width:100%;
max-width:70%;
margin:100px auto 10px auto;

}
}
