@charset "Shift_JIS";

/*base_style.css----------
-------------------------*/


/* format */
body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,dt,dd,img,li,address,table,th,td,form,select,option,input,label
{margin:0; padding:0;}
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight: normal; margin: 0; padding: 0;}
ol{padding:0 20px 0 30px;}
ol li{margin:5px 0 5px 0;}
hr{display:none;}
p{margin-bottom:1em;}
table, tr, td, th
{border-collapse:collapse; font-size:100%;}
fieldset, legend{border:none; padding:0; margin:0;}
img{display:block; border:none; margin: 0; padding: 0;}
img.inline{display:inline; vertical-align:middle; margin:0 2px;}
address{font-style: normal;}
a:link{color:#1616a2; text-decoration: none;}
a:visited{color:#1616a2; text-decoration: none;}
a:hover{color:#42a9d0; text-decoration:none;}

sup{font-size: 0.7em;}
sub{font-size: 0.7em;}


/* position */
.p-r{ position:relative; }
.p-a{ position:absolute; }
.f-l{ float:left; margin: 0; padding: 0;}
.f-r{ float:right; }
.ta-l{ text-align:left; }
.ta-c{ text-align:center; }
.ta-r{ text-align:right; }
.c-b{ clear:both; }


/* margin */
.mt5{margin-top: 5px;}
.mt8{margin-top: 8px;}
.mb8{margin-bottom: 8px;}
.mt10{margin-top: 10px;}
.mt15{margin-top: 15px;}
.mt15-c{clear: both; margin-top: 15px;}
.mt20{margin-top: 20px;}
.mt20-c{clear: both; margin-top: 20px;}
.mb15{margin-bottom: 15px;}
.mt15b8{margin-top: 15px; margin-bottom: 8px;}
.mt15b8-c{clear: both; margin-top: 15px; margin-bottom: 8px;}
.mt8b15{margin-top: 8px; margin-bottom: 15px;}
.mtb8{margin-top: 8px; margin-bottom: 8px;}
.mtb8-c{clear: both; margin-top: 8px; margin-bottom: 8px;}
.mtb15{margin-top: 15px; margin-bottom: 15px;}
.mb25{margin-bottom: 25px;}
.ml10{margin-left: 10px;}
.ma{margin: auto;}



/* size */
.fs-ss{ font-size:10px; line-height: 1.5em; }
.fs-s{ font-size:11px; }
.fs-m{ font-size:16px; }
.fs-l{ font-size:18px; }
.ls-s{ letter-spacing:-1pt; }
.ls-m{ letter-spacing:0pt; }
.ls-l{ letter-spacing:1pt; }


/* color */
.red{color: #ff0000;}
.blue{color: #4e6ad5; font-weight: bold;}
.pink{color: #c70e9a; font-weight: bold;}

/* border */

/* decorate etc. */
.hide{ text-indent:-9999px;font-size:0pt; }
.fw-b{ font-weight:bold; }
.fw-n{ font-weight:normal; }
.tt-u{ text-transform:uppercase; }
.ws-n{ white-space:nowrap; }