@charset "utf-8";

/*--Reset-----------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}

html {
	overflow-y: scroll;
}

html,body {
	height: 100%;
}

img {
	border: none;
}

ul,ol {
	list-style: none;
}

body {	
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.input_area {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
}
	
a , 
a:link , a:visited {
	text-decoration: none;
}

a:hover , a:active {
	color: #9fb7d4;
}

article,aside,details,footer,header,main,menu,nav,section,summary {
	display: block;
}

/*------------------------------------------------------------------*/
/* IE6 */
ul.inl_block li {
  _display: inline; /* display: inline-block;の代わり */
  _zoom: 1; /* 状況によって使い分ける */
}
/* IE7 */
*:first-child+html ul.inl_block li {
  display: inline; /* display: inline-block;の代わり */
  zoom: 1; /* 状況によって使い分ける */
}
/*------------------------------------------------------------------*/