@charset 'UTF-8';
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600);

body{
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	margin-top: 0px;
	padding: 0;
    border:0;
    outline:0;
	width: 100%;
    font-size:12px;
    align:center;
    background-color: #e7f4f0;
    /*background-repeat: no-repeat;*/
	/*background-position: center top;*/
	/*background-repeat: repeat-y;*/	
}

.maintext	{
	font-size:12px;
	font-family:sans-serif;
	line-height:130%;
}

hr.style1{
	border-top: 1px solid #8c8b8b;
}

hr.style2 { 
  margin-top: 8px; 
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
}

h2.site_navi {
  font-family: 'メイリオ', 'Open Sans', sans-serif;
  font-size: 24px;
  margin: 0px;
  padding: 0px;
  position: relative;
  color: #1cbe83;
}

table.type01 {
    width: 800px;
    margin: 0 auto;
    border-collapse: collapse;
    text-align: left;
    line-height: 1.5;
    background-color: #ffffff;
}

table.type01 td {
    text-align: center;
    vertical-align: text-bottom;
    padding-top: 5px;
}


table.type_foot {
    width: 800px;
    margin: 0 auto;
	border-collapse: collapse;
    text-align: left;
    line-height: 1.5;
    background-color: #ffffff;
}

table.type_foot td {
	padding-top: 5px;
}


.footer		{
	font-size:10px;
}
.formtext	{
	font-size:12px;
	padding-top: 5px;
	padding-bottom: 2px;
}
.formtext2	{
	font-size:12px;
	padding-top: 9px;
	padding-bottom: 2px;
}
.subtitle	{font-size:16px; font-weight:bold;}
.caution	{font-size:12px; line-height:130%; font-weight:bold; color:#FF0000;}

h1{
	color:rgba(69, 69, 69, 1);
	line-height:2em;
}
