@charset "UTF-8";
/* CSS Document */

/*reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, form, input, textarea, button, table, tr, th, td, article, aside, footer, header, hgroup, nav, section {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
li {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
/*common*/
html, body {
	width: 100%;
}
body {
	-webkit-text-size-adjust: 100%;
}
html {
	background-color: #fff;
	background-image: url(/free-bell/daido/common/img/bg.gif);
	background-repeat: repeat;
	background-position: center top;padding-bottom:50px;
}
/* フォント指定 */
body {
	font-family:"ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro,  "ＭＳ Ｐゴシック", Osaka,Agenda, Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.7;
	color: #333;
}
/*Mac Firefox用*/
a {
	outline: none;
}
a {
	color: #555;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
a:hover {
	color: #999;
	text-decoration: none;
}
img {
	vertical-align: bottom;
	line-height: 1.0;
	-webkit-transition: opacity 0.6s ease-out;
	-moz-transition: opacity 0.6s ease-out;
	-ms-transition: opacity 0.6s ease-out;
	transition: opacity 0.6s ease-out;
}
/* フレーム */
#container{width:800px;margin:20px auto;border:1px solid #ece8e6;background-color:#fff;overflow: hidden;padding:20px 0;}
.frame{padding:10px 0;text-align:center;}
.notewide{width:626px;padding:10px 0;margin:0 auto;}
.notewide p{font-size:12px;line-height;15px;}
.notearea {
	padding-top: 10px;
}
.notearea ul {
	margin-left: 15px;
	margin-right: 0;
	font-size: 11px;
}
.notearea ul li {
	position: relative;
}
.notearea ul li:before {
	content: "※";
	position: absolute;
	left: -15px;
}