@charset "utf-8";
/* CSS Document */


div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ol,ul,li,form,input,textarea,button,table,tr,th,td,article,aside,footer,header,hgroup,nav,section{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}



/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, 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, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul, li {
	list-style: none;
	list-style-image:none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end css reset */



img {
	border-style:none;
	list-style-type:none;
}

/* for modern brouser */
.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    font-size:0;   
    clear: both;
    visibility:hidden;
}
.clearfix{
    display: inline-block;
}
/* Hides from IE Mac */
* html .clearfix{
    height: 1%;
}
.clearfix{
    display:block;
}
/* End Hack */
/**/





body { background-color:#FFF;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MSPゴシック", "MS PGothic", sans-serif;
	/* font-familyでfontの設定をする*/
	font-size:midium;
	line-height:1.3;
	text-align:center;
    margin:0 auto;
	background-image:url(../images/bgimg.jpg);
	background-repeat:repeat;
}

#wrapper {
	width:1000px;
	margin:0 auto;
	background-color:#FFF;
	position:relative;
}
header {
	width:960px;
	height:800px;
	margin:0 auto;
	padding:16px 0 0 0;
	
}

/*jMenu*/
#jMenu {
	position:absolute;
	top:0px;
	right:0;
	z-index:10;
}
/*jMenu*/

#elephant {
}
    
#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #F984A3;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	
background: -moz-linear-gradient(top,  rgba(249,132,163,1) 0%, rgba(132,244,231,0.99) 11%, rgba(132,244,231,0.89) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,132,163,1)), color-stop(11%,rgba(132,244,231,0.99)), color-stop(100%,rgba(132,244,231,0.89))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(249,132,163,1) 0%,rgba(132,244,231,0.99) 11%,rgba(132,244,231,0.89) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(249,132,163,1) 0%,rgba(132,244,231,0.99) 11%,rgba(132,244,231,0.89) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(249,132,163,1) 0%,rgba(132,244,231,0.99) 11%,rgba(132,244,231,0.89) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(249,132,163,1) 0%,rgba(132,244,231,0.99) 11%,rgba(132,244,231,0.89) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f984a3', endColorstr='#e384f4e7',GradientType=0 ); /* IE6-9 */

	text-align:left;
}