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

form{overflow: hidden;
padding: 20px 20px 100px;}

.left{
	width:400px;
	float:left;}

.right{
	width:400px;
	float:left;
padding-bottom:10px;}


dt{border-left:solid 10px #c69c6d;
	height: 24px;
	text-indent: 0.5em;}

dd{ width:306px;
	margin: 5px 0px 20px 15px;}

.right dd{width:366px;}

#simei,#address{
	font-size:18px;
	width:300px;height:21px;}

textarea{font-size:18px;
	width:360px;
	height:250px;}

.check{
	width:360px;
	font-size:14px;
	border: none;}

.right p{text-align: center;}

#cancel,#send{
	width:120px;
	height:40px;
	font-size:16px;
	color:#ffffff;
	background-color:#c69c6d;}

#send{margin-left:20px; }

/* -----tablet-----*/
@media screen and (max-width:799px)  {
textarea{
	width:320px;
	height:200px;}
	
/* -----smartPhone-----*/
@media screen and (max-width: 480px) {
#inner_wrap{
        width:90%
    }  
#simei,#address{
	width:240px;height:21px;}
	
.check{
	width:240px;}
dl{
        margin-left: -20px
    }	
dd{ width:240px;
	margin: 10px 0px 0px 0px;
    }
.right dd{width:250px;}
	
textarea{
	width:240px;
	height:200px;}
	
.right p{
	text-align:left;}
.right{
	width:250px;   
    }
    span.line{
        display: none;
    }
    }
/* -----smartPhone320-----*/
@media screen and (max-width: 320px) {


        
    }