
  /*********************************************************
					  reset
  *********************************************************/
  html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-style: normal;
	font-weight: 500;
	font-size: 100%;
	vertical-align: baseline;
	text-decoration: none;
	letter-spacing: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  }
  body {
	color: #333333;
	font-size: 12px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	line-height: 1.5em;
	width: 100%;
	position: relative;
  }
  
  /* リンク */
  a:link {
	text-decoration: none;
	color: #333333;
	transition: 0.5s;
  }
  a:visited {
	text-decoration: none;
	color: #333333;
  }
  a:hover {
	text-decoration: none;
	color: #a41a1a;/* */
  }
  a:active {
	text-decoration: none;
	color: #333333;/* */
  }

  img {max-width: 100%;}
 
  .top_tokusenbox {margin-top: 35px;}
  .top_tokusenimg {
	line-height: 0em;
	width: 420px;
	float: left;
  }
  .top_tokusenbox_r {
	width: 424px;
	float: right;
	margin-right: -32px;
  }
  .top_tokusen_kiji {
	width: 180px;
	float: left;
	margin-right: 32px;
	margin-bottom: 9px;
  }
  .top_tokusen_kiji .img {
	line-height: 0em;
	margin-bottom: 8px;
  }
  .top_tokusen_kiji .txt {
	font-size: 14px;
	line-height: 1.3em;
	width: 180px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
  }
 

.top_tit01 {
    font-size: 30px;
    line-height: 1em;
    font-weight: 500;
    margin-top: 4px;
    margin-bottom: 25px;
}

.top_btn02 {
	clear: both;
	width: 392px;
	height: 40px;
	border: 1px #b6b6b6 solid;
	border-radius: 4px;
	text-align: center;
  }
  .top_btn02 a {
	display: block;
	height: 100%;
	font-size: 16px;
	line-height: 40px;
	background-image: url(images/arrow01.png);
	background-repeat: no-repeat;
	background-position: 355px center;
  }