@charset "UTF-8" ;
/* ボディ */
body
{
	margin: 0 ;		/* スペース */
	padding: 0 ;		/* 余白 */
	font-size: 15px ;	/* 文字サイズ */
	line-height: 1.618 ;	/* 行の高さ */
	background: #21a60a ;			/* 背景色(確認用) */
}

/* スマホだけに適用するCSS */
@media screen and (max-width:479px)
{
	/* ボディ */
	body
	{
		font-size: 13px ;	/* 文字サイズ */
	}
}

/* ヘッダー */
.header
{
	border-bottom: 3px solid #888 ;		/* 枠線 */
	text-align: center ;			/* テキスト、画像の真ん中寄せ */
	padding: 1em 0 ;			/* 上下の余白 */
	margin-bottom: 2em ;			/* 他のブロックとのスペース */
	background: #21a60a ;			/* 背景色(確認用) */
}

/* ロゴ画像を囲むh1 */
.logo-wrapper
{
	margin: 0 ;
	padding: 0 ;
	line-height: 1 ;
}

/* ロゴ画像 */
.logo
{
	width: 400px ;
	height: auto ;
}

/* スマホだけに適用するCSS */
@media screen and (max-width:479px)
{
	/* ロゴ画像 */
	.logo
	{
		width: 200px ;
	}
}
p {
  line-height: 2;
}
/* フッター */
.footer
{
	border-top: 3px solid #888 ;		/* 枠線 */
	text-align: center ;			/* テキスト、画像の真ん中寄せ */
	margin-top: 2em ;			/* 他のブロックとのスペース */
	padding: 2em  ;			/* 上下の余白 */
	background: #21a60a ;
}

/* 全体(デスクトップPCとスマホ)に適用するCSS */
.wrapper
{
	width: 700px ;
	text-align: center ;			/* テキスト、画像の真ん中寄せ */
	margin: 0 auto ;		/* 左右に[auto]を指定することで、真ん中に寄る */
	padding: 0 ;			/* 上下左右の余白を0にしておく */
	background: #68ed51 ;
}
.inputlist
{
	width: 600px ;
	text-align: left ;			/* テキスト、画像の真ん中寄せ */
	margin: 0 auto ;		/* 左右に[auto]を指定することで、真ん中に寄る */
	padding: 0 ;			/* 上下左右の余白を0にしておく */
	background: #68ed51 ;
}
.inputlist2
{
	width: 400px ;
	text-align: center ;			/* テキスト、画像の真ん中寄せ */
	margin: 0 auto ;		/* 左右に[auto]を指定することで、真ん中に寄る */
	padding: 0 ;			/* 上下左右の余白を0にしておく */
	background: lightgreen ;
}
.input {
	background-color: lightgreen;
	width:180px; height:15px;	/*幅と高さ*/
	text-align:left;
	border:1;			/*ボーダー無し*/
}
.radio-group label {
      margin-right: 1px; /* ラジオボタンの間隔を設定 */
    }
.btposition input:first-of-type{
    margin-right: 100px;
}
.btposition{
    text-align: center;
}
/* スマホだけに適用するCSS */
@media screen and (max-width:479px)
{
	.wrapper
	{
		width: auto ;
		padding: 0 10px ;
	}
}

/* 全体(デスクトップPCとスマホ)に適用するCSS */
.main
{
	width: 618px ;
	padding: 20px ;					/* 上下左右に20pxの余白 */
	margin: auto;
	border: 1px solid #aaa;
	line-height: 0.8 ;
}

/* スマホだけに適用するCSS */
@media screen and (max-width:479px)
{
	.main
	{
		width: auto ;
		padding: 0 ;		/* 余白 */
		border: none ;		/* 枠線 */
	}
}

/* 全体(デスクトップPCとスマホ)に適用するCSS */
.main
{
	float: center ;		/* 中央 */
}


/* スマホだけに適用するCSS */
@media screen and (max-width:479px)
{
	.main , .side
	{
		float: none ;
	}
}

.wrapper
{
	overflow: hidden ;
}
/* image css */
.image_size_m{
width: 80px;
height: 40px;	
}
/* p css */
p.normal { color: black;
	margin-top :5px;
	margin-bottom :5px;
	font-weight:bold; 
}
.alert {
	 color: blue; }
	font-size: 80%;
}
input {
	background-color: lightgreen;
	width:180px; height:13px;	/*幅と高さ*/
	text-align:right;
	border:1;			/*ボーダー無し*/
}
