@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;
}
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;
}
 a { outline: none; }
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, textarea {
    background: #FFF;
    padding: 6px;
    border: 1px solid #CCC;
    font-size: 12px;
    letter-spacing: 0.2em;
    color: #666;
    margin-bottom: 7px;
}
select {
    background: #ffffff;
    padding: 2px;
}
input:focus ,
textarea:focus {
background-color: #f7f8f8;
outline:none;
}
#mailform .mailform tr td {
	padding-right: 10px;
	padding-bottom: 10px;
	vertical-align: top;
}
.btn_submit {
background-color: black;
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.hoverImg{
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
}
.soon{
opacity:0.6;
filter:alpha(opacity=60);
-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;
}
