@charset "UTF-8";

html {
	overflow-y: scroll;
}

body {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%; /* 2 */
	-ms-text-size-adjust: 100%; /* 2 */
}


body p {
  display: block;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}

/* IE8 */
html>/**/body a:hover img {
 display /*\**/:inline-block\9;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,th,p {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	text-align:left; 
	font-weight:normal;
}

img,abbr,acronym,fieldset {
	border: 0;
}

li {
	list-style-type: none;
}

span { 
	margin: 0; 
	padding: 0 
}

*{ 
	margin: 0;
	padding: 0
}

dl { 
	margin: 0; 
	padding: 0 
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  max-width: 100%;
  height: auto;
  width /***/:auto;
  vertical-align:middle;　
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a:focus {
  outline: none;
}

a {
  color: #161616;
  text-decoration:none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover, a:active {
  text-decoration: none;
}

a:hover img {
  /*filter: alpha(opacity=80);
  -ms-filter: alpha(opacity=80);
  opacity: 0.8;*/
}

/*----------------------------------------------------
	float set
----------------------------------------------------*/
.left { float: left!important;}
.right { float: right!important;}

/*----------------------------------------------------
	text align set
----------------------------------------------------*/
.txa_l { text-align: left!important; }
.txa_c { text-align: center!important;}
.txa_r { text-align: right!important; }

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

.clearfix {
  min-height: 0px;
}

* html .clearfix {
  height: 0px;
}
