@charset "UTF-8";

/*
Theme Name: Ace Creation.Co.Ltd No.2;
Theme URI: http://ace-creation.co.jp
Author: Ace Creation.Co.Ltd;
Author URI: http://ace-creation.co.jp
Description: a site of Ace Creation.Co.Ltd;
Version: 1.3
License: 
License URI:
Tags: 
Text Domain: Ace Creation.Co.Ltd;
*/

/*見出し2*/

.main h3{
	color: #005243;
	font-size: 16px;
}


.main h3{
	color: #005243;
	margin-bottom: 0px;
	/*border-bottom-style: dotted;
	border-bottom-color: #005243;*/
	/*padding: 0 0 10px 0;*/
}

.line1{
	border-bottom: 1px dotted #005243;
	margin-top: -1%;
    	margin-left: 50%;
}
.line2{
	border-bottom: 1px dotted #005243;
	margin-top: -1%;
    	margin-left: 80%;
}
/*/見出し2*/

/*会社概要*/
.inftext2{
margin-top: 2%;
}

.inftext2 th { /*padding : 15px 50px 10px 20px;*/ 
     background: linear-gradient(to right, #b28850, white, #b28850);
}

/*コンタクトフォーム*/
.form_color tr th{
	width: 30%;
	background: linear-gradient(to right, #b28850, white, #b28850);
}

.size_100{
	background-color: #fff;
	color: #000;
	width: 100%;
}

/*送信ボタン*/
div .btn_center{
	text-align: center;
	margin-bottom: 5%;
}

.wpcf7 input[type="submit"] {
	width:20%;
	height:40px;
	background: linear-gradient(to top, #b28850, white, #b28850);
	border:none;
	color:#000;
	font-size:13px;
	font-weight:700;
	text-align:center;
	border-radius:5px;
}
/*/コンタクトフォーム*/