@charset "utf-8";
/* ********************************************************
	共通初期化CSS
******************************************************** */
* {
	/*box-sizing: border-box;*/  /*Opera*/
	/*-moz-box-sizing: border-box;*/ /*Firefox*/
	/*-webkit-box-sizing: border-box;*/  /*Safari 3*/
	/*-ms-box-sizing: border-box;*/  /*Internet Explorer 8*/
	/*background-color: transparent;*/


}
/*#site-title a,#site-description,.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6,#content .entry-title,.entry-meta {
	text-shadow: none !important;
	-moz-text-shadow: none !important;
	-webkit-text-shadow: none !important;

}*/
html,body,div,header,footer,article,section,aside,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
	{
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline:  none;
}
.mac 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
	{
}
body {
	line-height: 100%;
}
footer {
	line-height: 100%;
}
ol,ul,li{
}
blockquote,q {
}
blockquote:before,blockquote:after,q:before,q:after {
}
img{
	-ms-interpolation-mode: bicubic;
	vertical-align: bottom;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

:focus {
	outline: 0;
}

caption,th,td {
	text-align: left;
	font-weight: normal;
}

a {
	text-decoration:none;
}

.clear, div .clear{
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	clear:both;
}

/*---clearFix---*/
.clearFix{
	zoom: 1;
}

.clearFix:after{
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

@media print{
body{
zoom: 60%;
}
