@charset "utf-8";
/* CSS Document */
/*----------------------------------------------------------------------

Reset Style

----------------------------------------------------------------------*/
html, body {
margin:0px;
padding:0px;
line-height:180%;
font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
color:#333333;
font-size:14px;
}
body{
}


h1,h2,h3,h4,h5,h6,address,img {
  margin:0px;.plan_page b
  padding:0px;
  border:0px;
  font-style:normal;
  font-weight:normal;
}

div,blockquote,p,pre,ul,ol,li,dl,dt,dd {
  margin:0px;
  padding:0px;
  border:0px;
  list-style-type:none;
}


table,caption,th,td {
  margin:0px;
  padding:0px;
  border:0px;
  font-style:normal;
  font-weight:normal;
}

hr {
  margin:0px;
  padding:0px;
  border:0px;
}

iframe {
  margin:0px;
  padding:0px;
  border:0px;
}

form, fieldset, input, button, select, optgroup, option, textarea,
label, legend {
  margin:0px;
  padding:0px;
}

span, em, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object {
  margin:0px;
  padding:0px;
  border:0px;
  font-style: inherit;
  font-weight: inherit;
}
strong{
  margin:0px;
  padding:0px;
  border:0px;
  }
pre{
clear:both;
margin:0px;
padding:0px;
}
pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow: auto;
}
* {
  font-family : 'Kozuka Gothic Pro', 'Kozuka Gothic Std', '小塚ゴシック Pro R', '小塚ゴシック Std R', 'Hiragino Gothic Pro', 'ヒラギノゴシック Pro W3',"メイリオ", Meiryo, Arial, Verdana, sans-serif;
  
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif\9;
}

textarea,input,select {font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;}

img{
	vertical-align:bottom;
}
a{
	text-decoration:none;
}

/*
------------------------------------------------
Style_Formatting＿HTML5
------------------------------------------------
*/
article, aside, figure, footer, header, hgroup, nav, section {
display: block;
margin:0px;
padding:0px;
}

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

/*
------------------------------------------------

------------------------------------------------
*/
.cf:after {content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;}
.cf {display: inline-block;}
* html .cf { height: 1%;}


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

