/* CSS Document */

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.2r1
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}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;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{
	font-family:inherit;
	font-size:16px;
	font-style:inherit;
	font-weight:inherit;
}input,button,textarea,select{*font-size:100%;}

#wrap {
	margin-bottom: 20px;
}

h1 {
	margin-bottom: 20px;
}

p {
	margin: 10px;
	margin-bottom: 1em;
}

form {
	background-color: #fff;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	margin: 10px;
	padding: 10px;
}

form dt {
	font-weight: bold;
	margin-bottom: 5px;
}

form dd {
	margin-bottom: 20px;
}

input,
textarea {
	padding: 5px;
}

.require {
	font-size: 80%;
	background-color: #ff5d25;
	color: #fff;
	padding: 2px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	margin-left: 10px;
}

.choice li {
	margin-bottom: 1em;
}

/* clearfix */

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
