@charset "utf-8";

/* 
---------------------------------------
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;
	vertical-align: baseline;}

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

html{
	min-height:100%;
	width:100%;
    overflow-y: scroll;}

body{
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:13px;
	*font-size:small;
	*font:x-small;
	line-height:1.8;
	height:100%;
	width:100%;
	margin:0px auto;
	color:#333;
	background: transparent;}

img{
	border:none;}

ul{
    list-style:none;}

ul.clearfix li{
	float:left;
	margin: 10px;
    box-shadow: rgba(7, 0, 1, 0.247059) 0px 0px 3px 2px;
    -webkit-box-shadow: rgba(7, 0, 1, 0.247059) 0px 0px 6px 0px;
    -moz-box-shadow: rgba(7, 0, 1, 0.247059) 0px 0px 6px 0px;}
	
ul.clearfix li img{
	display:block;}

a:focus {
	outline:none;}

li{
	font-style:normal;
	line-height:1.6;}

a:hover img{ 
	filter:alpha(opacity=70); /* internet explorer */
	-khtml-opacity:0.7;      /* khtml, old safari */
	-moz-opacity:0.7;       /* mozilla, netscape */
	opacity:0.7;           /* fx, safari, opera */}
	
/* 
---------------------------------------
clear
---------------------------------------
*/

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

.clearfix{
	min-height:1px;}

* html .clearfix{
	height:1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/}

.clear,
.both{
clear:both;}

*:first-child+html .clearfix{ zoom: 1; } /* IE7 */
