@charset "utf-8";
@import url("../../shared/css/reset.css");
@import url("../../shared/css/basic.css");
@import url("../../shared/css/design.css");
/* screen.css
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||

invention.co.jp

	1. 
	
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/



#mainContents .contentsBody .pageTitle{
	font-size: 34px;
	font-weight: bold;
	color: #264291;	
	}
	#mainContents .contentsBody .title{
	font-size: 20px;
	font-weight: bold;
	color: #005AA2;	
	}
/* ------------------------------------------------------------
	
   ------------------------------------------------------------*/

/*  */

/* ------------------------------------------------------------
	
---------------------------------------------------------
form
---------------------------------------------------------
*/
fieldset {
	border:1px solid #ccc;
	margin-bottom:1em;
	padding:0 1em 1em 1em;
}
legend {
	background:#fff;
	padding:0.3em;
}
input, textarea {
/*	line-height:1.4;*/
	padding:0;
	vertical-align:middle;
}
input[type="checkbox"], input[type="radio"] { /*vertical-align:text-bottom;*/ }
input[type="submit"] { padding:0.1em; }
select { padding:0; }



/* -----  ----- */

form span.necessary {
	font-size: 90%;
	font-weight: bold;
	color: #C00;
}
form .note {
	font-size: 90%;
	color: #666;
}

form table tr.tr1 {
	border:solid;
	border-color:#FFF;
	border-width:1px;
}

form table tr.tr1 td.table_left{
	background-color: #DDD;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px; 
	width: 10em;
}
form table tr.tr1 td.table_right{
	background-color: #EEE;
	padding: 5px;
}
form table tr.tr2 {}
form table tr.tr2 td.table_left{
	background-color: #EEE;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px; 
}
form table tr.tr2 td.table_right{
	background-color: #FFF;
	padding: 5px;
}

form input{
	margin: 5px;
	background-color:#FFF;
}
form input.post-left {
	width: 50px;
}
form input.post-right {
	width: 80px;
}
form input.post-add {
	width: 600px;
}

form input.tel {
	width: 60px;
}
form input.mail {
	width: 300px;
}
form textarea.textarea {
	width: 500px;
}
form #submit input {
	margin-top: 10px;
	margin-right: 10px;
}
