@charset "utf-8";

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

body {
	/*font: 100%/1.4;*/
	font-size: 18px;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	background-color: #FFF;
	margin: 0;
	padding: 0;
	color: #333;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


ul, ol, dl {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}

a img {
	border: none;
}

img {
	vertical-align: bottom;
	margin: 0;
}

section {
	padding-bottom: 5px;
}

section::after {
	content: "";
	display: block;
	clear: both;
}

*{
	box-sizing: border-box;
}
/*
	http://hp.vector.co.jp/authors/VA039499/
	http://opentype.jp/woffconv.htm
*/


@font-face {
    font-family: 'HuiFontP109';
    src: url('huifontp109/HuiFontP109.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.hui {
	font-size: 106.3%;
    font-family: 'HuiFontP109', sans-serif;
}

/*　↓↓↓↓↓↓　ここからメインメニュー用　↓↓↓↓↓↓　*/

.drawer-list {
	font-size: 112.5%;
	font-family: 'HuiFontP109', sans-serif;
	list-style: none;
}

.drawer-list a{
	color: #1E7D0D;
	text-decoration: none;
}

/* チェックボックスは非表示に */
.drawer-hidden {
	display: none;
}

/*　↑↑↑↑↑↑　ここまでメインメニュー用　↑↑↑↑↑↑　*/

main {
	color: #423748;
}

h2 a{
	color:#40AD14;
}

.lnk1 a {
	color: #0A0295;
}

.lnk1 a:hover {
	text-decoration: none;
	background-color: #FEFBB6;
	transition: 0.5s;
}

.lnk1b a {
	color: #4A4E68;
}

.lnk1b a:hover {
	text-decoration: none;
	background-color: #FEFBB6;
	transition: 0.5s;
}

.lnk2 a {
	color: #0A0295;
	padding-right: 28px;
	margin-right: 5px;
	background: url(img/lnk1.gif) no-repeat 99% 35%;
}

.lnk2 a:hover {
	text-decoration: none;
	background-color: #FEFBB6;
	transition: 0.5s;
}

.htags {
	margin-top: 5px;

}

.htags a {
	color: #A2BC9A; 
	font-size: 87.5%;
	text-decoration: none;
	margin: 5px 0 0 5px;
	padding: 3px 10px 2px 10px;
	border: solid 1px #A2BC9A;
	border-radius: 4px;
	display: inline-block;

}

.htags a:hover {
	background: #F5FFD2;
	transition: 0.5s;

}

.tags {
	margin: 50px 0 50px 0;
}

.tagstp {
	font-size: 81.3%;
	margin: 50px 4.5% 0 4.5%;
	padding: 10px 1.5% 15px 1%;
	border: solid 2px #87AB71;
	border-radius: 5px;
}

.tags a {
	color: #A2BC9A; 
	font-size: 93.8%;
	text-decoration: none;
	margin: 8px 0 0 10px;
	padding: 3px 10px 2px 10px;
	border: solid 1px #A2BC9A;
	border-radius: 4px;
	display: inline-block;

}

.tags a:hover {
	background: #F5FFD2;
	transition: 0.5s;

}

.nxtbx {
	font-size: 87.5%;
	margin: 30px auto 0 auto;
	width: 91%;
}

.nxtbx a {
	color: #414040;
	text-decoration: none;
	display: inline-block;
	padding: 4px 18px 3px 18px;
	border: solid 2px #5E8655;
	border-radius: 4px;
	transition: 0.3s;
}

.nxtbx a:hover {
	background: #FCF9E6;
	transition: 0.3s;
}

.ytbbx {
    width: 90%;
    max-width: 560px;
    aspect-ratio: 16 / 9;
    margin: 30px auto;
}

@media screen and (min-width:768px){
	
	.header {
		width: 1030px;
		position: fixed;
		top: 0;
		z-index: 100;
	}
	
	.drawer-open {
		z-index: 0;
	}
	
	/*　スマホ展開時 閉じる の非表示用　*/
	.drawer-open p {
		display: none;
	}
	
	/*　スマホ展開時 閉じる の表示用　*/
	#drawer-check:checked ~ .drawer-open p:last-child {
		display: none;
	}
	
	.drawer-list {
		display: flex;
		justify-content: space-around;
	}
	
	.drawer-list li{
		text-align: center;
		line-height: 1.8;
		width: 320px;
		height: 39px;
		border-right: solid 1px #AECCAE;
	}
	
	.drawer-list li:first-child{
		width: 70px;
		border-left: solid 1px #AECCAE;
	}
	
	/*.drawer-list li:last-child{
		font-size: 81.3%;
		line-height: 2.8;
	}*/
	
	.drawer-list li a{
		/*padding: 10px 0 10px 0;*/
		display: block;
		height: 39px;
		transition: 0.7s;
	}
	
	.drawer-list li a:hover{
		background: #fbfedf;
		transition: 0.7s;
	}
	

}

@media screen and (max-width:767px){
	
	/*　スマホメニュー用に必要な処理　*/
	.header {
		/*display: flex;*/
		/*justify-content: space-between;*/
		/*justify-content: flex-end;*/
		/*align-items: center;*/
		padding: 0;
		position: fixed;
		top: 0;
		width: 100%;
	}

	/*------------------------------
	
	ここから下がハンバーガーメニュー
	に関するCSS
	
	------------------------------*/
	
	.drawer {
		height: 60px;
		width: 80px;
		background: #FFF;
		margin: 0 0 0 auto;
	}
	
	/* ハンバーガーアイコンの設置スペース */
	.drawer-open {
		display: flex;
		height: 50px;
		width: 80px;
		justify-content: center;
		align-items: center;
		position: relative;
		z-index: 100;/* 重なり順を一番上に */
		cursor: pointer;
		/*background: #6CC5E0;*/
		/*padding: 10px 10px 0 0;*/
	}
	
	/* ハンバーガーメニューのアイコン */
	.drawer-open span,
	.drawer-open span:before,
	.drawer-open span:after {
		content: '';
		display: block;
		height: 3px;
		width: 25px;
		border-radius: 3px;
		background: #1C6108;
		transition: 0.5s;
		position: absolute;
	}
	
	/* 「menu」, 「閉じる」 用　*/
	.drawer-open p {
		color: #1C6108;
		font-size: 81.3%;
		padding-top: 60px;
	}
	
	/*　展開時 閉じる の非表示用　*/
	.drawer-open p:last-child {
		display: none;
	}
	
	/* 三本線のうち一番上の棒の位置調整 */
	.drawer-open span:before {
		bottom: 8px;
	}
	
	/* 三本線のうち一番下の棒の位置調整 */
	.drawer-open span:after {
		top: 8px;
	}
	
	/* アイコンがクリックされたら真ん中の線を透明にする */
	#drawer-check:checked ~ .drawer-open span {
		background: rgba(255, 255, 255, 0);
	}
	
	/*　展開時 menu の非表示用　*/
	#drawer-check:checked ~ .drawer-open p:first-of-type {
		display: none;
	}
	
	/*　展開時 閉じる の表示用　*/
	#drawer-check:checked ~ .drawer-open p:last-child {
		display: block;
	}
	
	/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
	#drawer-check:checked ~ .drawer-open span::before {
	  bottom: 0;
	  transform: rotate(45deg);
	}
	
	#drawer-check:checked ~ .drawer-open span::after {
	  top: 0;
	  transform: rotate(-45deg);
	}
	  
	/* メニューのデザイン*/
	.drawer-content {
	  width: 100%;
	  height: 100%;
	  position: fixed;		
	  top: 0;
	  left: 120%;/* メニューを画面の外に飛ばす */
	  padding: 10px 10px 10px 20px;
	  z-index: 99;
	  background: rgba(250, 255, 250, 0.95);
	  transition: .5s;
	}
	
	/* アイコンがクリックされたらメニューを表示 */
	#drawer-check:checked ~ .drawer-content {
	  left: 40%;/* メニューを画面に入れる */
	}
	
	.drawer-list li{
		font-size: 112.5%;
		margin-top: 30px;
	}
	
	/*.drawer-list li:last-child{
		font-size: 93.8%;
		margin-top: 30px;
	}*/

}


/*　↑↑↑↑↑↑　終わり。メインメニュー用　↑↑↑↑↑↑　*/



@media screen and (min-width:768px){

	.container {
		width: 1030px;
		background-color: #FFF;
		margin: 0 auto;
		padding-bottom: 50px;
	}
	
	header {
		margin: 0;
		padding-top: 0;
		/*background: linear-gradient(#B1FF0B, #FFF);*/
		border-bottom: solid 2px #5BA806;
		background: #f9feeb;
	}
	
	
	/*ヘッダ緑の見出し*/
	.hd1 {
		color: #498705;
		font-family: 'HuiFontP109', sans-serif;
		margin-top: 41px;
		padding: 2px 10px 8px 5px;
		height: 55px;
		background: linear-gradient(#D7F5A9, #B8EF65);
		border-radius: 0 0 4px 4px;
	}
	
	.hd1 p:first-child {
		font-size: 100%;
		letter-spacing: 0em;
		text-align: left;
		margin: 0 0 0 0;
	}
	
	.hd1 p:nth-of-type(2) {
		font-size: 175%;
		font-weight: bold;
		letter-spacing: 0.1em;
		text-align: center;
		text-shadow: 2px 2px 0 #FFFDD2;
		margin: -20px 0 0 0;
	}
	
	.hd1 p:last-child {
		font-size: 112.5%;
		font-family: 'HuiFontP109', sans-serif;
		letter-spacing: 0em;
		text-align: right;
		margin: -17px 0 0 0;
	}
	
	/*h1,h2上の小見出し*/
	.uh1 {
		color: #1D460F;
		font-size: 137.5%;
		font-weight: bold;
		font-family: 'HuiFontP109', sans-serif;
		margin-top: 50px;
		margin-bottom: 0;
	}
	
	section {
		padding: 0 50px;
	}
	
	h1 {
		color:#40AD14;
		font-size: 193.8%;
		font-family: 'HuiFontP109', sans-serif;
		border-bottom: solid 3px #40AD14;
		margin-top: 10px;
		padding-bottom: 10px;
	}
	
	h2 {
		color:#40AD14;
		font-size: 175%;
		font-family: 'HuiFontP109', sans-serif;
		margin-top: 10px;
	}
	
	h3 {
		color: #095661;
		font-size: 137.5%;
		font-family: 'HuiFontP109', sans-serif;
		margin-top: 0;
		padding-top: 15px;
	}
	
	.pkz {
		font-size: 81.3%;
		color: #7A7A7A;
		list-style: none;
		display: flex;
		padding: 10px 0 0 5px;
	}
	
	.pkz a {
		color: #7A7A7A;
		transition: 0.5s;
		padding: 0 7px;
	}
	
	.pkz a:hover {
		background-color: #FEFBB6;
		transition: 0.5s;
	}
    
    .schbx {
        text-align: center;
        margin: 5px 0 0 auto;
        padding: 5px 0;
        width: 280px;
        border: solid 2px #5BC718;
        border-radius: 4px;
    }
	
	.cpy {
		font-size: 81.3%;
		color: #aaa;
		text-align: center;
		padding: 20px 0;
	}
	
	.br0 {
		display: none;
	}
	
	.gmpbx {
		width: 93%;
		height: 400px;
		margin: 50px auto;
	}

	.tblfom {
		width: 90%;
		margin: 80px auto 5px auto;
		border-collapse: collapse;
		border: solid 1px #DCDEE2;
	}
	
	.tblfom caption {
		color: #8E390C;
		font-weight: bold;
		text-align: left;
	}
	
	.tblfom td, th {
		border-collapse: collapse;
		border: solid 1px #DCDEE2;
	}
	
	.tblfom th {
		font-weight: normal;
		width: 35%;
	}
	
	.tblfom th br {
		display: none;
	}
	
	.tblfom td {
		padding: 5px 10px;
	}
	
	footer {
		width: 1030px;
		border-top: solid 1px #0C7202;
		margin: 0 auto;
		padding-top: 20px;
	}
	
	footer ul.ft1 {
		list-style: none;
		display: flex;
		justify-content: space-around;
	}

	footer ul.ft1 li{
		font-size: 93.8%;
		text-align: center;
	}
	
	footer ul.ft1 li a {
		color: #999;
		transition: 0.5s;
	}
	
	footer ul.ft1 li a:hover {
		background-color: #FEFBB6;
		transition: 0.5s;
	}	

	footer ul.ft2 {
		list-style: none;
		display: flex;
		justify-content: flex-end;
		margin-top: 30px;
	}

	footer ul.ft2 li{
		font-size: 75%;
		text-align: center;
	}
	
	footer ul.ft2 li a {
		color: #999;
		display: inline-block;
		margin-left: 30px;
		transition: 0.5s;
	}
	
	footer ul.ft2 li a:hover {
		background-color: #FEFBB6;
		transition: 0.5s;
	}	
	
	address {
		color: #60825E;
		font-size: 87.5%;
		font-style: normal;
		text-align: center;
		margin-top: 40px;
	}
	
	.imglst {
		/*width: 220px;*/
		height: 170px;
		float: left;
		padding: 20px 20px 0 10px;
	}
	
	.imgctr {
		text-align: center;
		padding: 30px 0;
	}
	
	.fm {
		padding: 300px 120px 0 120px;
	}
	
	.av1 {
		display: block;
		width: 60%;
		margin: 20px auto;
	}
}

@media screen and (max-width:767px){
	body {
		font-size: 20px;
	}
	
	.container {
		font-size: 81.3%;
		width: 100%;
		background-color: #FFF;
		/*margin: 0 auto;*/
	}
	
	
	header {
		margin: 0;
		/*background: linear-gradient(#B1FF0B, #FFF);*/
	}
	
	/*ヘッダ緑の見出し*/
	
	.hd1 {
		color: #498705;
		margin-top: 0;
		padding: 5px 10px 8px 0;
		height: 63px;
		background: linear-gradient(#D7F5A9, #B8EF65);
		border-radius: 0 0 4px 4px;
	}
	
	.hd1 p:first-child {
		font-size: 87.5%;
		font-family: 'HuiFontP109', sans-serif;
		letter-spacing: 0em;
		margin: -3px 0 0 -10px;
	}
	
	.hd1 p:nth-of-type(2) {
		font-size: 137.5%;
		font-family: 'HuiFontP109', sans-serif;
		font-weight: bold;
		text-shadow: 2px 2px 1px #FFFDD2;
		letter-spacing: 0.1em;
		margin: -2px 0 0 0;
	}
	
	.hd1 p:last-child {
		font-size: 87.5%;
		font-family: 'HuiFontP109', sans-serif;
		letter-spacing: 0em;
		margin: 0px 0 0 0;
	}
	
	
	/*h1,h2上の小見出し*/
	.uh1 {
		color: #1D460F;
		font-size: 112.5%;
		line-height: 1.2;
		font-weight: bold;
		font-family: 'HuiFontP109', sans-serif;
		margin: 20px 0 0 0;
		padding: 0 0 0 10px;
	}
	
	h1 {
		color: #40AD14;
		font-size: 175%;
		font-family: 'HuiFontP109', sans-serif;
		line-height: 1.2;
		border-bottom: solid 3px #40AD14;
		margin: 10px 4px 15px 4px;
		padding: 0 0 8px 5px;
	}
	
	h2 {
		color: #40AD14;
		font-size: 162.5%;
		font-family: 'HuiFontP109', sans-serif;
		margin-top: 10px;
	}
	
	h3 {
		color: #095661;
		font-size: 125%;
		font-family: 'HuiFontP109', sans-serif;
		margin-top: 0;
		padding-top: 10px;
	}
	
	.pkz {
		font-size: 81.3%;
		color: #7A7A7A;
		list-style: none;
		padding: 5px 0 10px 5px;
	}
	
	.pkz a{
		color: #7A7A7A;
		padding: 0 5px;
	}
	
	.pkz li:not(:first-child){
		padding: 5px 0 0 5px;
	}
	
    .schbx {
        text-align: center;
        margin: 10px auto 40px auto;
        padding: 5px 0;
        width: 270px;
        border: solid 1px #5BC718;
        border-radius: 4px;
    }
	
	.gmpbx {
		height: 300px;
		margin: 30px 10% 50px 4%;
	}
	
	.tblfom {
		width: 90%;
		margin: 80px auto 5px auto;
		border-collapse: collapse;
		border: solid 1px #DCDEE2;
	}
	
	.tblfom caption {
		color: #8E390C;
		font-weight: bold;
		text-align: left;
	}
	
	.tblfom td, th {
		border-collapse: collapse;
		border: solid 1px #DCDEE2;
	}
	
	.tblfom th {
		font-weight: normal;
		width: 35%;
	}
	
	.tblfom td {
		padding: 5px 10px;
	}
	
	.htags {
		margin-top: 5px;

	}

	.htags a {
		color: #A2BC9A; 
		font-size: 81.3%;
		text-decoration: none;
		margin: 5px 0 0 7px;
		padding: 3px 10px 2px 10px;
		border: solid 1px #A2BC9A;
		border-radius: 4px;
		display: inline-block;

	}

	.htags a:hover {
		background: #F5FFD2;
		transition: 0.5s;

	}
	
	.tags {
		margin: 30px 0;
	
	}
	
	.tags a {
		color: #A2BC9A; 
		font-size: 93.8%;
		text-decoration: none;
		margin: 8px 0 0 10px;
		padding: 3px 10px 2px 10px;
		border: solid 1px #A2BC9A;
		border-radius: 4px;
		display: inline-block;
	
	}
	
	.nxtbx {
		font-size: 87.5%;
		margin: 5px auto 0 auto;
		width: 91%;
	}

	.nxtbx a {
		color: #414040;
		text-decoration: none;
		display: inline-block;
		padding: 4px 13px 3px 13px;
		border: solid 2px #5E8655;
		border-radius: 4px;
		transition: 0.3s;
	}

	.nxtbx a:hover {
		background: #FCF9E6;
		transition: 0.3s;
	}
	
	footer {
		border-top: solid 1px #0C7202;
		margin-top: 30px;
		padding-top: 20px;
	}

	footer ul.ft1 {
		list-style: none;
	}

	footer ul.ft1 li{
		font-size: 81.3%;
		text-align: left;
		margin: 0 0 12px 4%;
	}
	
	footer ul.ft1 li a {
		color: #999;
		transition: 0.5s;
	}
	
	footer ul.ft1 li a:hover {
		background-color: #FEFBB6;
		transition: 0.5s;
	}	

	footer ul.ft2 {
		list-style: none;
		margin-top: 30px;
	}

	footer ul.ft2 li{
		font-size: 62.5%;
		text-align: left;
		margin: 0 0 12px 4%;
	}
	
	footer ul.ft2 li a {
		color: #999;
	}
	
	.pgtp {
		display: none;
	}

	.cpy {
		font-size: 62.5%;
		color: #666;
		padding: 15px 5px;
	}
	
	.br0 {
	}
	
	address {
		color: #60825E;
		font-size: 75%;
		font-style: normal;
		text-align: center;
		margin: 30px 0 0 10px;
	}
	
	.imglst {
		width: 75%;
		display: block;
		margin: 0 auto;
		padding: 10px 0 0 0;
	}
	
	.imgctr {
		text-align: center;
		padding: 20px 0;
	}
	
	.imgctr img {
		width: 80%;
	}
	
	.fm {
		padding: 300px 1% 0 1%;
	}
	
	.av1 {
		display: block;
		width: 80%;
		margin: 20px auto;
	}
}

.hd1 a {
    color: #498705;
    text-decoration: none;
    transition: 0.5s;
}

.hd1 a:hover {
    background-color: #FEFBB6;
    transition: 0.5s;
}

.flx {
	display: flex;
	flex-wrap:wrap
}

.flx h3 {
	padding-right: 0;
}

.clr::after {
	content: "";
	display: block;
	clear: both;
}

.bx1 {
	margin: 30px 2%;
	padding: 20px 10px 5px 10px;
	background: #FFFEF0;
	border: solid 2px #A5CEA4;
	border-radius: 5px;
}

.bx1 h4 {
	color: #68230F;
	font-family: 'Noto Serif JP', serif;
	margin-top: 0;
}

.bx2 {
	font-size: 112.5%;
	font-weight: bold;
	font-family: 'Noto Serif JP', serif;
	margin: 30px 1%;
	padding: 20px 5%;
	background: #FCFEF8;
	border: solid 3px #A4DC7A;
	border-radius: 5px;
}

.bx3 {
	margin: 30px 2% 30px 2%;
	padding: 0 2% 5px 1%;
	background: #FFFFFA;
	border: solid 2px #FDCF82;
	border-radius: 5px;
}

.bx3 h4 {
	color: #68230F;
	font-size: 112.5%;
	margin-top: 0;
	padding-top: 20px;
}

.bxsh {
    margin: 20px 5px 0 5px;
    padding: 5px 10px 20px 10px;
    border: solid 2px #F8D046;
    border-radius: 4px;
}

.adbx1 {
    margin: 70px 2% 50px 2%;
    padding: 15px 3% 0 1%;
    border: solid 2px #EDCA37;
    border-radius: 4px;
}

.adbx1 a {
	color: #0A0295;
	padding-right: 28px;
	margin-right: 5px;
	background: url(img/lnk1.gif) no-repeat 99% 35%;
}

.adbx1 a:hover {
	text-decoration: none;
	background-color: #FEFBB6;
	transition: 0.5s;
}

.adbx1 p:first-child {
    font-size: 87.5%;
    color: #9B9999;
    text-align: right;
    margin-right: -20px;
    margin-bottom: 0;
}

.tags2 {
	margin-top: -15px;

}

.tags2 a {
	color: #A2BC9A; 
	font-size: 75%;
	text-decoration: none;
	margin: 8px 0 0 10px;
	padding: 3px 10px 2px 10px;
	border: solid 1px #A2BC9A;
	border-radius: 4px;
	display: inline-block;

}

.tags2 a:hover {
	background: #F5FFD2;
	transition: 0.5s;

}	

.cntr {
	text-align: center;
}

.cntr2 {
	text-align: center;
	padding: 20px 0;
}

.flft {
	padding: 6px 15px 5px 11px;
	float: left;
}

.frgt {
	padding: 6px 11px 5px 15px;
	float: right;
}

.rd1 {
	color: #A60F5F;
	font-weight: bold;
}

.rd1 a {
	color: #E60F5F;
}

.sml1 {
	color: #666;
	font-size: 81.3%;
	font-weight: normal;
}

.sml1r {
	color: #A60F5F;
	font-size: 81.3%;
	font-weight: normal;
}

.lrg {
	font-size: 115%;
}

.rule p {
	font-size: 87.5%;
}

.ntyss {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.bkline1 {
	background: linear-gradient(transparent 50%, #FEFFAD 50%); /* 薄い黄色 */
}

.pgtp {
	font-size: 75%;
	position: fixed;
	bottom: 20px;
	right: 20px;
}

.pgtp a {
	color: #787;
	text-align: right;
	text-decoration: none;
	width: 100px;
	padding: 6px 20px 3px 20px;
	background: rgba(225,255,94,0.5);
	border-radius: 10px;
}

.lst1 {
	margin: 0 10px 30px 40px;
}

.lst1 a{
	transition: 0.5s;
}

.lst1 a:hover {
	background-color: #FEFBB6;
	transition: 0.5s;
}

.lst1 li {
	margin-bottom: 10px;
}

.lst2 {
	color: #1B1D5F;
	margin: 0 0 20px 50px;
}

.lst2 li {
	margin-bottom: 10px;
}

.dlst1 {
	margin: 0 0 20px 20px;
}

.dlst1 dt {
	font-weight: bold;
	margin: 15px 0 8px 0;
}

.dlst1 dd {
	margin-left: 10px;
}

aside {
	margin: 30px 2%;
	padding: 20px 10px 0 10px;
	border: solid 3px #E7FEA9;
	border-radius: 5px;
}

.imgmainp {
	width: 96%;
	margin: 0 auto;
	border-radius: 7px;
	display:block;
}

input[type="text"] {
    font-size: 16px;
    width: 130px;
	/*width: 90%;*/
}
	
/*textarea {
	width: 90%;
	height: 100px;
}*/

/*input[type="submit"] {
	color: #423748;
	width: 150px;
	height: 30px;
	display: block;
	margin: 5px auto;
	background: #EEE;
    border-radius: 4px;
}
*/
#inlnk1 {
}


	