@charset "utf-8";
/* ------------------------------
 共通
------------------------------ */

/* ブラウザのデフォルトをリセット */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
	zoom:1;
}

table {
	border-collapse:collapse;
	border-spacing:0
}

img {
	line-height:0;
	vertical-align:bottom;
}

fieldset,img { border:0 }

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

ul,ol,li { list-style:none }

caption,th { text-align:left }

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal
}

q:before,q:after { content:'' }

abbr,acronym { border:0 }

textarea { font-size:100% }

/* For modern browsers */
.cf:before,
.cf:after {
	content:"";
	display:table;
}

.cf:after { clear:both }

/* For IE 6/7 (trigger hasLayout) */
.cf { zoom:1 }

html { overflow-x:hidden }

/* ブラウザ間のフォントサイズを揃える */
body {
	font:12px/1.22 'ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro,'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	*font-size:small;
	*font:x-small;
	margin:30px;
}

table {
	font-size:inherit;
	font:100%
}

select, input, textarea { font:99% }

pre,code {
	font:115% monospace "Osaka","ＭＳ Ｐゴシック", Arial, sans-serif; 
	*font-size:100%
}

body * { line-height:1.22em }

#box {
	width:776px;
	margin:0 auto;
	border:2px solid #00a947;
}

h1 {
	background-color:#00a947;
	height:45px;
	width:764px;
	padding:4px 0 0 12px;
}

h2 { margin-bottom:10px }

h3 {
	margin-bottom:8px;
	border-bottom:1px solid #00a947;
}

#inner { padding:14px }

p {
	font-size:13px;
	color:#222;
	line-height:1.5;
}

#intro { margin-bottom:25px }

#intro span { color:#d20000 }

ul {
	width:766px;
	margin:0 -18px 25px 0;
	overflow:hidden;
}

li {
	display:inline;
	width:365px;
	margin-right:18px;
	float:left;
}

.inbox {
	background-color:#e4f8e0;
	padding:10px;
}

.inbox div {
	display:inline;
	width:126px;
	float:left;
}

.inbox p {
	display:inline;
	width:209px;
	float:right;
}

.inbox p span {
	font-size:12px;
	display:block;
	margin-top:10px;
}

#btn_close a {
	display:block;
	background:url(../images/security_code/btn_close.png) no-repeat;
	height:0;
	width:228px;
	margin:0 auto;
	padding-top:40px;
	overflow:hidden;
}

#btn_close a:hover { background-position:0 -40px }

/*
--------------------------------------------------------------------------------
 END OF CSS
--------------------------------------------------------------------------------
*/
