/* CSS Document */
/* RESET */
/* ----------------------------------------- */

/**
 * Eric Meyer's Reset Stylesheet
 *
 * v2.0
 * 2011-01-26
 * Author: Eric Meyer - http://meyerweb.com/eric/tools/css/reset/
 */

html, body, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	
	font-size: 10px;
	font: inherit;
	vertical-align: baseline;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',
 Meiryo, sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
 background-color: #333\9; /* IE10以下 */
  *background-color: #333;   /* IE7以下 */
  _background-color: #333; /* IE6 */
}

#mainSection{ 
width:90%; margin:50px 0px 10px 0px; border:none;

}






.text-input{ width:98%; height:40px; 
margin:0 0 15px 0;
border:none; background-color:#f2f2f2; font-family:GenerisSerifCom-Medium; font-size:20px; color:#888888; padding-left:2%; line-height:58px\0;}
.text-input2{ width:98%; height:200px; margin-top:5px; margin-left:0px; border:none; background-color:#f2f2f2; font-family:GenerisSerifCom-Medium; font-size:20px; color:#666666; padding-left:2%;
padding-top:15px;
 line-height:58px\0;}

.formTb1 th {
	color:#FFF;
	font-weight:bold;
	padding-top:30px;
	padding-bottom:10px;
	text-align:left;
	}
	
	.formTb1 td {
	color:#FFF;
	font-weight:bold;
	padding:15px;
	text-align:left;
	border:#FC0 2px solid
	}
	
	
	
	.contSubbox {
		padding-top:30px;
	
	}
	
	.contauMG2 {
	
	font-weight:bold;
	padding:15px;
	text-align:left;
	border:#cc004d 2px solid
	}
	
	.iePlacehold {
		margin:0 0 0 0;
	
	}
	
	.part_line {
		line-height:2;
		font-size:120%;
	}
	
	.contact_txt {
		line-height:1.5;
		font-size:140%;
		padding-bottom:20px;
	
	}
	
@media screen and (max-width: 480px) {
	.text-input {
    width: 98%;
    height: 40px;


    font-size: 16px;
    color: #000000;
    padding-left: 2%;
    line-height: 58px\0;
}
.text-input2 {
    width: 98%;
    height: 200px;

    background-color: #f2f2f2;
    font-family: GenerisSerifCom-Medium;
    font-size: 16px;
    color: #666666;
    padding-left: 2%;
    line-height: 58px\0;
}
	}