@charset "shift_jis";
/* =============================================================== 
	*** reset *** 
=============================================================== */
html {
  font-size: 62.5%;
}
body {
	font-size: 1.4em;
	font-family: Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS P Gothic", "ＭＳ Ｐゴシック", Osaka, Helvetica, Arial, sans-serif;
	color: #333;
	background: #fff;
}
p,ul,li,h1,h2,h3,h4,dl,dd,dt,br,div,table,img,body{
margin:0;
padding:0;
}
img{
border:none;
}
/* =============================================================== 
	*** msbase *** 
=============================================================== */
a {
	text-decoration: underline;
	color: #222;
}
a:hover {
	text-decoration: none;
}

.interview a {
	text-decoration:underline;
	color: #0d045f;
}
.interview a:hover {
	text-decoration: none;
	background:#eee;
}
.link01 {
	background:url(/stock/IR/online-ir/img/ico_arrow01.png) no-repeat 0% 50%;
	padding:0 0 0 10px;
}

/* text */
.tac{
text-align:center;
}
.tal{
text-align:left;
}
.tar{
text-align:right;
}
/* float */
.fll{
float:left;
}
.flr{
float:right;
}
.clear{
content:".";
display:block;
clear:both;
visibility:hidden;
height:0;
}
/* margin */
.mt-10{
margin-top:-10px;
}
.mt0{
margin-top:0px;
}
.mt5{
margin-top:5px;
}
.mt10{
margin-top:10px !important;
}
.mt15{
margin-top:15px;
}
.mt20{
margin-top:20px;
}
.mt30{
margin-top:30px !important;
}
.mt70{
margin-top:70px !important;
}
.mr5{
margin-right:5px;
}
.mr10{
margin-right:10px;
}
.mr15{
margin-right:15px;
}
.mr20{
margin-right:20px !important;
}
.mr30{
margin-right:30px;
}
.mr50{
margin-right:50px;
}
.mb5{
margin-bottom:5px !important;
}
.mb10{
margin-bottom:10px;
}
.mb15{
margin-bottom:15px;
}
.mb20{
margin-bottom:20px !important;
}
.mb30{
margin-bottom:30px !important;
}
.ml5{
margin-left:5px;
}
.ml10{
margin-left:10px;
}
.ml15{
margin-left:15px;
}
.ml20{
margin-left:20px;
}
.ml30{
margin-left:30px;
}
.ml40{
margin-left:40px;
}
/* padding */
.pt5{
padding-top:5px;
}
.pt10{
padding-top:10px;
}
.pt20{
padding-top:20px;
}
.pr20{
padding-right:20px;
}
.pr25{
padding-right:25px;
}
.pr30{
padding-right:30px;
}
.pr35{
padding-right:35px;
}
.pr40{
padding-right:40px;
}
.pr45{
padding-right:45px;
}
.pr50{
padding-right:50px;
}
.pr55{
padding-right:55px;
}
.pr60{
padding-right:60px;
}
.pr65{
padding-right:65px;
}
.pr70{
padding-right:70px;
}
.pb15{
padding-bottom:15px;
}
.pl10{
padding-left:10px;
}
/* text */
.txtxs{
font-size:0.7em;
}
.txts{
font-size:0.9em;
}
.txtm{
font-size:0.8em;
}
.txtl{
font-size:1.1em;
}
.fwb{
font-weight:bold;
}
/* width */
.w30{
width:30%;
}
.w40{
width:39%;
}
.w50{
width:48%;
}
.w60{
width:58%;
}
.w100{
width:100%;
}
/* etc */
.vat{
vertical-align:top;
}
.vam{
vertical-align: middle;
}
.dot{
list-style-type:disc;
}
.nowrap{
white-space:nowrap;
}
.bkN {
	background: none;
}
ul li {
	list-style: none;
}
/* ぱんくず */
.breadcrumb {
    margin: 10px auto;
}
.breadcrumb li {
    display: inline;
    font-size: 13px;
}
.breadcrumb li a{
	text-decoration:none;
}
.breadcrumb li a:hover{
	text-decoration: underline;
}
/* clearfix */
/* For modern browsers */
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
	overflow: hidden;
}
.clearfix:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}
.clear01 {
	clear: both;
}
/* clearfix end */
/* スクロールしてページトップへリンク */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 80px;
    padding: 25px 0;
    text-align: center;
    display: block;
    /*border-radius: 5px;*/
	opacity: 0.75;
  　filter: alpha(opacity=75);
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}
@media(max-width:999px){
#page-top a {
    width: 60px;
    padding: 12px 0;
}
}