@charset "utf-8";

*{	text-decoration: none;	box-sizing: content-box;	-moz-box-sizing: content-box;	}

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;
	vertical-align: baseline;
}
input[type="submit"], input[type="reset"], input[type="button"], button{
  cursor: pointer;
}
html{
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body{
	margin: 0;
	background: #fff;
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	font-family: 'Lucida Grande','Source Sans Pro','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

img{
	border: 0;
}
a:hover img{
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}



a:link{color: #666;	text-decoration: none;	}
a:visited{color: #666;	text-decoration: none;	}
a:active{color: #666;	text-decoration: none;	}
a:hover{color: #000;	text-decoration: underline;	}

h1,h2,h3,h4,h5{
	margin: 0 0 0.5em;
	padding: 0.25em 0;
	color: #000;
	font-weight: normal;
	line-height: 1.35em;
	text-align: center;
}
h1 span,h2 span,h3 span,h4 span,h5 span{
	font-size: 0.85em;
}
.tal{
	text-align: left;
}
.bbs10{
	border-bottom: solid 1px #000;
	padding-bottom: 10px;
}
.bbs1c{
	border-bottom: solid 1px #ccc;
	padding-bottom: 10px;
}

.hr{
	margin: 30px auto;
	width: 100%;
	border-top: solid 1px #ccc;
	clear: both;
}

.h50{
	height: 50px;
	clear: both;
	display: block;
}

img.thum-rn{
	float: right;
	margin: 0 0 20px 20px;
	padding: 5px;
}

img.thum-ln {
	float: left;
	margin: 0 20px 20px 0;
	padding: 5px;
}

img.thum-cn{
	display: block;
	text-align: center;
	margin: 0 auto 20px;
	padding: 5px;
}

img.thum-r{
	float: right;
	margin: 0 0 20px 20px;
	padding: 5px;
	border: solid 1px #ccc;
}

img.thum-l {
	float: left;
	margin: 0 20px 20px 0;
	padding: 5px;
	border: solid 1px #ccc;
}

img.thum-c{
	display: block;
	text-align: center;
	margin: 0 auto 20px;
	padding: 5px;
	border: solid 1px #ccc;
}

a.btn{
	margin: 2em auto;
	padding: 0.5em 3em;
	display: inline-block;
	background: #eee;
	text-align: center;
	color: #000;
}
