@charset "UTF-8";

@import url(pc.css) screen and (min-width: 1366px);
@import url(tbb.css) screen and (min-width: 1024px) and (max-width: 1366px);
@import url(tb.css) screen and (min-width: 769px) and (max-width: 1023px);
@import url(sp.css) screen and (max-width: 768px);
@import url(animate.css);

body{
	font-family: 'Shippori Mincho', serif;
	width:100%;
	overflow-x:hidden;
	-webkit-text-size-adjust: 100%;}
	
.al-center{
	text-align:center;}

.clear{
	clear:both;}

.linkho a:hover{
	-moz-transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-ms-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
	-ms-filter:alpha(opacity=70);
	opacity:.7;
	text-decoration:none;}  
	      
