@charset "utf-8";

/* =============================================
    reset
============================================= */
html, body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
form, fieldset, input, select, textarea,
p, pre, blockquote, span, th, td {
	margin: 0;
	padding: 0;
}
html, body {
	text-align: left;
	width:100%;
	height:100%;
}
body {
	color: #000;
	background-color: #FFF;
}
img {
    border: 0;
    vertical-align: top;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-size: 100%;
    font-weight: normal;
}
dl, ul, ol {
    text-indent: 0;
}
li {
    list-style: none;
}
dl, dt, dd {
    display:block;
}


 a { outline: none; }
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input {
	background: #FFF;
	padding: 2px;
	border: 1px solid #CCC;
	margin-right:5px;
	outline:none;
}

textarea {
	background: #FFF;
	padding: 2px;
	border: 1px solid #CCC;
	outline:none;
}


input:focus {
background-color: #f7f8f8;
outline:none;
	border: 1px solid #CCC;
}

select {
	background: #ffffff;
	padding: 2px;
}
#mailformpro .mailform tr td {
    padding-right: 10px;
    padding-bottom: 10px;
    vertical-align: top;
}
.btn_submit {
background-color: #000;
text-transform: uppercase;
color: white;
cursor: pointer;
width: 150px;
}

/*   [module]
---------------------------------------*/

.f-left {   float:left;}
.f-right { float:right;}

.a-left { text-align:left}
.a-right { text-align:right}
.a-center { text-align:center}


/*   [Link scheme]
---------------------------------------*/
a:link, a:visited { text-decoration: none;}
a:hover, a:active { text-decoration: underline;}
a:link,
a:visited { color: #000;}
a:hover,
a:active {  color: #000;}
/*a:hover img{
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
}*/

a:hover img.hoverImg{
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
}



.soon{
    opacity:0.3;
    filter:alpha(opacity=30);
    -ms-filter: "alpha( opacity=60 )";
}
.pr30 {
    padding-right: 30px;
}

/*   [clearfix]
------------------------------------------------------------*/
.clearfix {
    display: inline-block;
}
.clearfix:after {
    height: 0;
    visibility: hidden;
    display: block;
    content: ".";
    clear: both;
    line-height: 0;
}
/* hide MacIE \*/
* html .clearfix {  height: 1em;}
.clearfix {
    display: block;
    clear: both;
}
.pt10 {
    padding-top: 10px;
}
li label input {
    width: 20px;
}
.btn_contact a:hover {
    cursor: pointer;
}
#mailformpro form textarea {
    width: 100%;
    height: 100px;
}
#mailformpro form .input_name {
    width: 126px;
    margin-right: 6px;
}
#mailformpro form .input_tel {
    width: 125px;
}
#mailformpro form .mfp textarea {
    width: 90%;
}
#mailformpro form .mfp textarea ,  x:-moz-any-link {
    width: 87%;
}
.form_title {
    font-size: 98%;
    letter-spacing: 0em;
    text-align: center;
}

.form_title ,  x:-moz-any-link {
    font-size: 90%;
    letter-spacing: 0em;
    text-align: center;
}

.contact_item .item_wrap {
    height: 100%;
    width: 100%;
    position: relative;
}
#mailformpro form .table_wrap {
	padding-left: 20px;
}
