@charset "utf-8";

/*===================================

  HTML element Setting Style Sheet

===================================*/

/* Do not edit*/
body {font:14px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:107%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:107%;line-height:100%;}

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

	1-2. Font size setting
	
=======================================*/
p,
pre,
cite,
blockquote {
	font-size: 100%;
	color: #323232;
}
li,dt,dd {
	font-size: 100%;
}
/*======================================

	1-4.Structure Module
	
=======================================*/

html {
	overflow-y: scroll;
}
body {
	line-height: 1.5;
  font-family: “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3”, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
	color: #323232;
}

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;
}

/* リンクカラー初期設定 */
a:link {
  color: #323232;
  text-decoration: none;
}

a:visited {
  color: #323232;
  text-decoration: none;
}

a:hover {
  color: ;
  text-decoration: none;
}

a {
  overflow: hidden;
}

img { -ms-interpolation-mode: bicubic; }

li {
	list-style-type: none;
}