@charset "UTF-8";

/*CSSDocument*/


/* html body base
===============================================================*/

/*
html ----------------------------------------------------------*/

*{ margin:0px; padding:0px;}

body{
  
  color:#000;
  margin:0;
  text-align: left;
  padding:0;
  background-color:#e8f0f3;
/*  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, Osaka, "メイリオ", Meiryo,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size:100%;
 -webkit-text-size-adjust: none;
 	position:relative;
}

a:link{ color:#343434;text-decoration:none;}
a:visited{ color:#343434;text-decoration:none;}
a:hover{ color:#343434;text-decoration:none;}
a:active{ color:#343434;text-decoration:none;}

ul{ list-style:none;}

img {
	padding:0px;
	margin:0px;
	vertical-align:bottom;
	max-width: 100%;
}
a {
	outline:none;
	text-decoration:none;
	color:#212020;
}
.hover {
 	-webkit-transition: all 0.5s ease-out;  /* Chrome 1-25, Safari 3.2+ */
	-moz-transition: all 0.5s ease-out;  /* Firefox 4-15 */
	-o-transition: all 0.5s ease-out;  /* Opera 10.50?12.00 */
	transition: all 0.5s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */	
}
.hover:hover {
	opacity:0.7;
}


/*
html ----------------------------------------------------------*/



/* body base
===============================================================*/
