@charset "UTF-8";
/* CSS Document */


#ttl{padding:20px 0 0;}
#ttl .cap{padding:10px 0 0 0; text-align:center; font-size:85%;margin-bottom:-10px; letter-spacing:-1.5px; line-height:140%;}

label .red{color:red; font-size:60%;}

#c01{width:90%;margin:0 auto;}	  
form{padding:30px 0 0px;}
 form div{padding: 8px 0;}
  form div + div {margin-top: 5px;}
		
/****基本form設定******/	

/*****ベーシック*****/	
.box label{display: inline-block; width: 23%; text-align:left;font-size:90%; letter-spacing:-2px;font-weight: bold;}
.box input, textarea{
    border:2px solid #999;
    padding: 2px;
    color: #000;
    background: #fff;
    border-radius: 5px;
	width: 65%;
	font-size: 18px;
    zoom: 1;
	margin-left:5px;}


	
	/********ラジオボタン  内容*********/
.radio{padding:5px 0 0;}
 .radio .box1{width:23%; float:left;font-weight: bold;font-size:90%;}
.radio .box1 .red{color:red; font-size:60%;}
 .radio .box_radio{width: 65%; float:left;padding:5px 0 0 5%;font-size:90%; }
  .radio .box_radio label{padding-left:20px; line-height:200%;}
/********ラジオボタン*********/


/*****詳細*****/
.box2{margin-top:-30px;} 
.box2 label{display: inline-block; width: 23%; text-align:left;font-size:90%; letter-spacing:-2px;font-weight: bold;}
.box2 input, textarea{
    border:2px solid #999;
    padding: 2px;
    color: #000;
    background: #fff;
    border-radius: 5px;
	width: 65%;
	font-size: 18px;
    zoom: 1;
	margin-left:5px;}




	


/*詳細のところ*/
textarea {
    /* 複数行のテキストフィールドをラベルにきちんと揃える */
    vertical-align: top;
    /* テキスト入力に十分な領域を与える 行間 */
    height: 5em;
    /* ユーザが textarea を垂直方向にリサイズできるようにする
       これが動作しないブラウザもある */
    resize: vertical;}

 .demo04{text-align:center;padding:20px 0 30px;width:98%;margin:0 auto;}
 

 

/***************************************
330pxまでの幅の場合に適応される　iphone5など
***************************************/


@media screen and (max-width: 330px) {
	
	#ttl .cap{padding:10px 0 0 0; text-align:center; font-size:85%;margin-bottom:-10px; letter-spacing:-2.5px; line-height:140%;}


}




/***************************************
400px以上の幅の場合に適応される　iphone5など
***************************************/


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


}

