/* UTF-8*/
@charset "utf-8";

h1, h2, h3, h4, h5, h6, ul, li,dl,dt,dd, em, strong, pre, code,
p,th,td,form,fieldset {
	padding: 0;
	margin: 0;
	line-height: 1.6;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-decoration : none;
}

html{
	margin : 0;
	padding : 0;
 }

body {
	font-family: "メイリオ", Meiryo,"Century Gothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color : #333;
	padding : 0;
	margin:0;
	background-color : #f7f2eb ;
	border : 0;
	line-height:1.6;
	font-size:14px;
	overflow-x:hidden;
}

html>/**/body{
  overflow:-moz-scrollbars-vertical;
}

ul,li{
  list-style-type : none;
  text-decoration : none;
  line-height : 1.5;
  border : 0;
}

table{
 border-collapse: collapse;
 border-spacing : 0;
}

*:first-child+html*{
 letter-spacing : 0;
}

img {
  border : 0;
  padding:0;
  margin:0;
  line-height : 1;
  vertical-align: top;
}

figure{
	margin:0;
	padding:0;
}

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:block;
    overflow:hidden;
}
 
.cf:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

a{
	text-decoration:none;	
	color:#000;	
}

a:hover{
	opacity:0.6;
    -webkit-transition:all .2s ease-out;
    -moz-transition:all .2s ease-out;
	transition:all .2s ease-out;
}