@charset "utf-8";

/* reset styles
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, font, 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 {
	background: transparent;
	border: 0;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    font-size: 16px;
    color: #2c2c2c;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: bottom;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
	line-height: 1;
	padding: 0px;
}

fieldset, img, object {
	border: 0 none;
}

table, th, td {
	border-collapse: collapse;
	border-spacing: 0;
}

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

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
 */
ol, ul {
    list-style: none outside none;
}

caption, th {
    text-align: left;
}

q:before, q:after {
    content: "";
}
abbr, acronym {
    border: 0 none;
}


:focus {
	outline: 0;
}

/* clearfix */

.clearfix:after {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
}
 
.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}
 
.clearfix {
	display: block;
}

/* Class */

.clear { clear:both;}
.algnR { text-align:right;}
.algnC { text-align:center;}

.floatL{float:left;}
.floatR{float:right;}

a:hover img {
	filter: alpha(opacity=75);
	opacity:0.75;
}

.block_outer {
	margin: 0 0 2em 0;
}