
@charset "utf-8";

/*=================================================================
	
IDEATEX JAPAN CSS
・Customize: 2013.12.17

=================================================================*/


/*-------------------------
	要素
---------------------------*/

#contents {
background-image: url(/images/bg.jpg);
background-repeat: no-repeat;
margin-top: 0;
height: 800px;
}


#titll_box{
width: 200px;
margin-top: 100px;
float: left;
}

.titll_material{
float: left;
width: 135px;
height: 112px;
margin-top: 0;
margin-right: 30px;
}

.line_heigth{
float: left;
height: 610px;
margin-top: 0;
margin-right: 30px;
}

#light_box{
width: 780px;
padding-top: 100px;
float:left;
}

#mailform{
width: 780px;
float: left;
}

.privacy{
width: 780px;
float: left;
margin-top: 135px;
font-size: 11px;
text-decoration: none;
}

.privacy a:active, a:link, a:visited {
text-decoration: none;
color: #333!important;
}


/*-------------------------
	お問い合わせフォーム
---------------------------*/

hr {
border-color:#999;
border-style:solid;
}

/*a {
text-decoration:none;
}

a:visited {
color:#909;
}*/

a:hover {
text-decoration:underline;
color: #333!important;
}

.english {
font-family:"Myriad Pro",Verdana,Arial, Helvetica, sans-serif;
line-height:normal;
}


div#thanks {
text-align:center;
color:#666;
line-height:1.6em;
font-size:13px;
padding:80px 0 40px;
}

div#thanks p {
font-size:16px;
}

div#thanks p strong {
font-size:18px;
color:#C00;
}

a:active,a:link {
color:#00F;
}

textarea{
resize: none;  
}


