*{
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 1.5em;
	border: 0;
}

p{
	margin: 1em;
}

body{
	text-align: center;
	background-color: #EFEFEF;
	background-position: center;
	background-repeat: repeat-y;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#wrap{
	background: #fff;
	width: 750px;
	margin: 0 auto;
	text-align: left;
	padding: 10px 30px 30px 30px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #efefef;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #eee;
	/*	border-left: 3px solid #000066;
	border-right: 3px solid #000066;
*/

 border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	
}


h1{
	background-image:-moz-linear-gradient(top, #009, #009);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#009), to(#000066), color-stop(1,#000066));
	background-color:#000066;
	line-height: 40px;
	font-weight:normal;
	padding-left: 20px;
	border-bottom:1px solid #fff;
	border-top:1px solid #efefef;
	color: #FFF;
	margin-bottom: 20px;
	font-size: 18px;
	width: 790px;
	margin-top: 20px;
	margin-left:auto;
	margin-right:auto;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	text-align: left;
	

}

h2{
	background-image:-moz-linear-gradient(top, #fff, #fff);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#efefef), color-stop(1,#efefef));
	line-height: 30px;
	font-weight:normal;
	margin-bottom: 30px;
	margin-top:30px;
	padding-left: 20px;
	border-bottom:3px solid #006;
	border-top:1px solid #efefef;
}

h3{
	margin-top: 2em;
	background: #000066;
	padding: 2px 5px;
	color: white;
}

.waku{

}


table, tr, th, td{
	border-collapse: collapse;
}

th{
	background-color: #F9F4FB;
	color: #333;
	text-align: right;
	font-weight: normal;

}

td{
	background: #fff;
text-align: left;
}

th, td{
	padding: 15px 10px;
}

.foot{
	background-repeat: repeat-x;
	color: #333;
	padding: 2px 5px;
	text-align: center;
	font-size: 12px;
	margin-top: 10px;
}


.riv_table table, 
.riv_table tr, 
.riv_table th,
.riv_table td {
	border-style:none;
	border-bottom: 1px solid #ccc;
}

.riv_table th, 
.riv_table td {
	background-color: #f8f8f8;
	font-size: 14px;
}

.riv_table th{
	color: black;
	font-weight: normal;
}

.error{
	border: 1px solid red;
	padding: 10px;
	margin: 1em 5em;
}

.error p{
	font-size: 12px;
	line-height: 1.5em;
}
tr{
	border-top:1px solid #FFF;
	border-bottom:1px solid #ddd;
}

input , select{
	border:1px solid #CCC;
	margin-left:5px;
	margin-right:5px;
	padding: 5px;
}
table{
	padding:5px;

}

textarea{
	border-collapse: collapse;
	border: 1px solid #ddd;
	padding: 5px;
}

input,textarea{
padding: 5px;
font-size: 16px;
}



table{
	width: 100%;
}

th, td{
	padding: 15px;
}


.formWidth{
	width: 90%;
}

.textareaSize{
	width: 90%;
	height: 200px;
}

input, textarea{
	font-size: 16px;
	padding: 5px;
}

dd{
	margin-bottom: 20px;

}

.video{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

@media screen and (max-width:480px) {
th,td{
	width: 90%;
	display: block;
	text-align: left;
}

#wrap{
	width: 100%;
	padding: 0;

}

h1{
	width: 90%;
	padding: 0px auto;
	font-size: 16px;
}
}
