﻿/* フォーム入力サイズ指定 */

.textS{width:100px;}
.textM{width:200px;}
.textL{width:300px;}

.textareaSS{height:50px;width:100px;}
.textareaSM{height:50px;width:200px;}
.textareaSL{height:50px;width:300px;}

.textareaMS{height:100px;width:100px;}
.textareaMM{height:100px;width:200px;}
.textareaML{height:100px;width:300px;}

.textareaLS{height:150px;width:100px;}
.textareaLM{height:150px;width:200px;}
.textareaLL{height:150px;width:300px;}

#indent{text-indent:-10000px;}

#sp_box{
text-align:center;
width: 100%;
height: 140px;
}
#sp_container{
padding-top:30px;
opacity: 0.7;
overflow-x: auto;
overflow-y: hidden;
}
#sp_button{
text-align:center;
width:400px;
height:80px;
margin:auto auto auto auto;
background-color:#eee;
border:solid 1px #999;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}
#sp_text{
position:relative;
margin-top:-60px;
font-size:24px;
color:#333;
}
#sp_text a{
color:blue;
}
