@charset "utf-8";

/*  
Theme Name: Soushin theme
Template: wp-contact_imaoka
Theme URI: 
Description: 
Version: 
Author: BNW
Author URI: 
*/

@import url("css/reset.css");
@import url("css/bootstrap.css");
@import url("css/global.css");
@import url("css/sp.css");



.container{
	padding-top:30px;
	width:500px;
}

.wpcf7-text, .wpcf7-textarea {
	width:100%;
	padding: 10px;
}

.wpcf7-file{
	padding: 10px;
}
.wpcf7-submit{
	width:200px;
	padding: 10px;
}

.hissu{
	color:#ff4500;
}

/* ƒXƒ}ƒz */
@media (max-width: 768px) {

.container{
	width:auto;
}

}



