/* ===================================================================
 file name  :  default.css
  (このスタイルシートは基本的に変更しない)
=================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
audio[controls], canvas, video {
	display: inline-block;
*display: inline;
	zoom: 1;
}
html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
	margin: 0;
	padding: 0;
}
body, button, input, select, textarea {
	font-family: sans-serif;
}
a, a:link, a:active, a:visited {
	color:#333;
	text-decoration:underline;
}
a:hover {
	color: #0059B2;
	text-decoration:underline;
}
a:hover, a:active {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
blockquote {
	margin: 1em 40px;
}
dfn {
	font-style: italic;
}
mark {
	background: #ff0;
	color: #000;
}
pre, code, kbd, samp {
	font-family: monospace, monospace;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
q {
	quotes: none;
}
q:before, q:after {
	content: '';
	content: none;
}
small {
	font-size: 75%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
ul, ol {
	margin:0;
	padding:0;
}
dd {
	margin: 0px;
}
nav ul, nav ol {
	list-style: none;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: bottom;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
form {
	margin: 0;
}
fieldset {
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
*margin-left: -7px;
}
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
	padding:5px;
}
button, input {
	line-height: normal;
 	*overflow: visible;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body, textarea {
	font-family:Verdana, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN W3", "Hiragino Kaku Gothic ProN", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, sans-serif;
	font-size: 100%;
	line-height:1.8;
	color:#333;
}
input, select {
	font-family:Verdana, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN W3", "Hiragino Kaku Gothic ProN", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, sans-serif;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	font-size:100%;
}
img, abbr, acronym, fieldset {
	border: 0;
}
li {
	list-style:none;
}
/*utility*/
.flt {
	float:left;
}
.flr {
	float:right;
}
.txt_l, td.txt_l, .txt_l td {
	text-align:left;
}
.txt_r, td.txt_r, .txt_r td {
	text-align:right;
}
.txt_c, td.txt_c, .txt_c td {
	text-align:center;
}
.valign_t, td.valign_t, .valign_t td {
	vertical-align:top;
}
.valign_m, td.valign_m, .valign_m td {
	vertical-align:middle;
}
.valign_b, td.valign_b, .valign_b td {
	vertical-align:bottom;
}
.clear {
	clear:both;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: block;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}

  /* font-size */
  
  .fs08 {
    font-size: 50%
  }
  
  .fs09 {
    font-size: 60%
  }
  
  .fs10 {
    font-size: 77%
  }
  
  .fs11 {
    font-size: 88%
  }
  
  .fs12 {
    font-size: 93%
  }
  
  .fs13 {
    font-size: 100%
  }
  
  .fs14 {
    font-size: 108%
  }
  
  .fs15 {
    font-size: 116%
  }
  
  .fs16 {
    font-size: 123.1%
  }
  
  .fs17 {
    font-size: 131%
  }
  
  .fs18 {
    font-size: 138.5%
  }
  
  .fs19 {
    font-size: 146.5%
  }
  
  .fs20 {
    font-size: 153.9%
  }
  
  .fs21 {
    font-size: 161.6%
  }
  
  .fs22 {
    font-size: 167%
  }
  
  .fs23 {
    font-size: 174%
  }
  
  .fs24 {
    font-size: 178%
  }
  
  .fs25 {
    font-size: 189%
  }
  
  .fs26 {
    font-size: 200%
  }
  
  .fw_bold {
    font-weight: bold
  }
  /* font-color */
  
  .font-wh {
    color: #fff
  }
  
  .font-rd {
    color: #c00
  }
  
  .font-or {
    color: #f60
  }
  
  .font-gr {
    color: #868686
  }
  
  .font-brown {
    color: #9d6600
  }
  
  .font-bl {
    color: #00306d
  }
  
  .font-pink {
    color: #d45477
  }
  
  .black a {
    color: #333;
    text-decoration: none;
  }
  
  .m10 {
    margin: 10px
  }
  /* margin-top */
  
  .mt00 {
    margin-top: 0px
  }
  
  .mt02 {
    margin-top: 2px
  }
  
  .mt03 {
    margin-top: 3px
  }
  
  .mt05 {
    margin-top: 5px
  }
  
  .mt10 {
    margin-top: 10px
  }
  
  .mt15 {
    margin-top: 15px
  }
  
  .mt20 {
    margin-top: 20px
  }
  
  .mt25 {
    margin-top: 25px
  }
  
  .mt30 {
    margin-top: 30px
  }
  
  .mt35 {
    margin-top: 35px
  }
  
  .mt40 {
    margin-top: 40px
  }
  
  .mt45 {
    margin-top: 45px
  }
  
  .mt50 {
    margin-top: 50px
  }
  
  .mt55 {
    margin-top: 55px
  }
  
  .mt60 {
    margin-top: 60px
  }
  
  .mt70 {
    margin-top: 70px
  }
  
  .mt80 {
    margin-top: 80px
  }
  
  .mt90 {
    margin-top: 90px
  }
  
  .mt100 {
    margin-top: 100px
  }
  
  .mt120 {
    margin-top: 120px
  }
  
  .mt150 {
    margin-top: 150px
  }
  
  .mt200 {
    margin-top: 200px
  }
  
  .mt350 {
    margin-top: 350px
  }
  
  .mt400 {
    margin-top: 400px
  }
  /* margin-right */
  
  .mr00 {
    margin-right: 0px
  }
  
  .mr02 {
    margin-right: 2px
  }
  
  .mr03 {
    margin-right: 3px
  }
  
  .mr05 {
    margin-right: 5px
  }
  
  .mr10 {
    margin-right: 10px
  }
  
  .mr15 {
    margin-right: 15px
  }
  
  .mr18 {
    margin-right: 18px
  }
  
  .mr20 {
    margin-right: 20px
  }
  
  .mr25 {
    margin-right: 25px
  }
  
  .mr30 {
    margin-right: 30px
  }
  
  .mr35 {
    margin-right: 35px
  }
  
  .mr40 {
    margin-right: 40px
  }
  
  .mr45 {
    margin-right: 45px
  }
  
  .mr50 {
    margin-right: 50px
  }
  
  .mr55 {
    margin-right: 55px
  }
  
  .mr60 {
    margin-right: 60px
  }
  
  .mr70 {
    margin-right: 70px
  }
  
  .mr80 {
    margin-right: 80px
  }
  
  .mr90 {
    margin-right: 90px
  }
  
  .mr100 {
    margin-right: 100px
  }
  /* margin-bottom */
  
  .mb00 {
    margin-bottom: 0px
  }
  
  .mb02 {
    margin-bottom: 2px
  }
  
  .mb05 {
    margin-bottom: 5px
  }
  
  .mb10 {
    margin-bottom: 10px
  }
  
  .mb15 {
    margin-bottom: 15px
  }
  
  .mb20 {
    margin-bottom: 20px
  }
  
  .mb25 {
    margin-bottom: 25px
  }
  
  .mb30 {
    margin-bottom: 30px
  }
  
  .mb35 {
    margin-bottom: 35px
  }
  
  .mb40 {
    margin-bottom: 40px
  }
  
  .mb45 {
    margin-bottom: 45px
  }
  
  .mb50 {
    margin-bottom: 50px
  }
  
  .mb55 {
    margin-bottom: 55px
  }
  
  .mb60 {
    margin-bottom: 60px
  }
  
  .mb100 {
    margin-bottom: 100px
  }
  /* margin-left */
  
  .ml00 {
    margin-left: 0px
  }
  
  .ml02 {
    margin-left: 2px
  }
  
  .ml05 {
    margin-left: 5px
  }
  
  .ml10 {
    margin-left: 10px
  }
  
  .ml15 {
    margin-left: 15px
  }
  
  .ml20 {
    margin-left: 20px
  }
  
  .ml25 {
    margin-left: 25px
  }
  
  .ml30 {
    margin-left: 30px
  }
  
  .ml35 {
    margin-left: 35px
  }
  
  .ml40 {
    margin-left: 40px
  }
  
  .ml45 {
    margin-left: 45px
  }
  
  .ml50 {
    margin-left: 50px
  }
  
  .ml55 {
    margin-left: 55px
  }
  
  .ml60 {
    margin-left: 60px
  }
  
  .ml70 {
    margin-left: 70px
  }
  
  .ml80 {
    margin-left: 80px
  }
  
  .ml90 {
    margin-left: 60px
  }
  
  .ml100 {
    margin-left: 100px
  }
  
  .ml180 {
    margin-left: 180px
  }
  
  .ml290 {
    margin-left: 290px
  }
  
  .ml300 {
    margin-left: 300px
  }
