@charset "UTF-8";

/* ========コンテンツ======== */
#main {
	margin-bottom:60px;
	font-size:14px;
}

.box {
	margin-bottom:20px;
	overflow:hidden;
}

#contact {
	margin-left:25px;
	margin-top:20px;
	text-align:left;
	font-size:17px;
	width:880px;
}

#contact th {
	border-bottom:solid #cccccc 1px;
	width:210px;
	padding:35px 45px 35px 0;
	text-align:right;
	font-size:15px;
	background-image:url(../images/hissu.png);
	background-repeat:no-repeat;
	background-position:right center;
}

#contact td {
	border-bottom:solid #cccccc 1px;
	padding:35px 45px 35px 20px;
	font-size:15px;
}

#contact span {
	color:#ff0000;
}

#contact_btn {
	text-align:center;
	margin-top:30px;
}

.required, textarea, #required email, #required tel, .dropdown {
    border:1px solid #777;
    padding:8px;
    color: #000;
    background: #fff;
    border-radius:5px;
	width:400px;
     
    /* Webkit */
    -webkit-border-radius: 5px;
     
    /* Firefox */
    -moz-border-radius: 5px;
     
    /* IE */
    filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#ffeeeeee,endColorstr=#ffffffff);
    zoom: 1;
}

input:focus {
	border:1px solid #c23759;
}

textarea:focus {
	border:1px solid #c23759;
}

#umi {
	margin-bottom:60px;
}

.area {
	border-bottom:solid #cccccc 1px;
	padding:10px 0;
	padding-left:30px;
}

#name {
	width:550px;
	height:24px;
	font-size:17px;
}

#email {
	width:550px;
	height:24px;
	font-size:17px;
}

#ask {
	width:550px;
	height:200px;
	font-size:17px;
}

#toi_thanks {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-top:90px;
}

#btn_top {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-top:30px;
}