@charset "utf-8";

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: 100%;
}
.obi {
    text-align: center;
    font-size: 120%;
}
.sp {
	display:inherit;
	margin-top: 40px;
	}
	
.sp a{color:0000EE!important;}
/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	width:100%;
	margin:0;
	padding-bottom: 5px;
	
}
#contents2 {
	width:100%;
	margin:0;
	padding-bottom: 5px;
}

#contents img { width: 100%; height: auto; }

/*ヘッダー（サイトロゴが入ったブロック）
---------------------------------------------------------------------------*/
header {
	position: static;
	height: auto;
}

h1 { font-size: 1.6em; }
h2 { font-size: 1.6em; }

/*mainコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: none;
	width: 90%;
	margin: 0px auto;
}
/*mainコンテンツのh1タグの設定*/
#main h1 {
	font-size:150%;
}
#main img {
	width: 100%;
	height: auto;
}


/*subコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: none;
	width: 90%;
	margin: 0 auto 15px;
}

#mosikomi {
	width: auto;
	margin: 0;
}
.box-white {
	width: auto;
}
.box-white h1 {
	font-size: 130%;
	line-height: 1.6;
}



/*写真の設定*/
#sub img {
	width: 100%;
	height: auto;
}


/*subコンテンツを表示させない為の設定
---------------------------------------------------------------------------*/
body.sdn #sub {
	display: none;
}
body.sdn #main {
	padding-top: 33px;
}
body.sdn {
	background: none;
}


.pl { text-align: center;}



/* form
---------------------------------------------------------------------------*/
.form1 {
	margin: 0px;
}
.form1_n {
	border: 2px inset #eee;
	background-color:#fbf8d7;
	width: 90%;
	height: 15px;
	padding: 5px;
		
}
.form1_e {
	border: 2px inset #eee;
	background-color:#fbf8d7;
	width: 90%;
	height: 15px;
	padding: 5px;
}
.form_btn1 {
	margin: 15px 0px;
	width: 100%;
	height: auto;

}

.form2_n {
	width: 90%;
}
.form2_e {
	width: 90%;
}
.form_btn2 {
	position:static;
	margin: 0px;
	width: 100%;
	height: auto;

}

/* 下のフォーム
---------------------------------------------------------------------------*/

.col1 {
	float: none;
	width: auto;
}

.col2 {
	float: none;
	width: auto;
}

.bottom80 { margin-bottom: 10px; }



.ft {}
.btn {
  background: #ffbc57;
  background-image: -webkit-linear-gradient(top, #ffbc57, #f39600);
  background-image: -moz-linear-gradient(top, #ffbc57, #f39600);
  background-image: -ms-linear-gradient(top, #ffbc57, #f39600);
  background-image: -o-linear-gradient(top, #ffbc57, #f39600);
  background-image: linear-gradient(to bottom, #fecf6c, #f39600);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #6b4200;
  color: #050505;
  font-size: 1.5em;
  padding: 10px 20px;;
  text-decoration: none;
  text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,0.4);
  box-shadow:
  		1px 1px 1px rgba(000,000,000,0.3),
		inset 1px 1px 1px rgba(255,255,255,0.8);
			
}

#copyright { width:100%; font-size: 0.8em; }