@charset "utf-8";

/* 初期リセット */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acr.exm, address, big, cite,
del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,caption, Link,
table, tbody, thead, tr, th, td, tfoot {
	margin: 0;
	padding: 0;
	font-style: normal;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
/*	HTML5*/
header,article,aside,section,footer,nav{
	display: block;
}
* {
	letter-spacing: 0;
}
ul {
	list-style: none;
}
html,
body {   
	font-family: "Noto Sans","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;  
	line-height: 1.8;
	background:#fff;
	color: #000;
	cursor: auto;
	font-size: 10px;
}

/*iPhoneなど input要素のボタンにCSSが効かない時の対処方法*/
input[type="button"] {
    -webkit-appearance: none;
    border-radius: 0;
	cursor: pointer;
}
.clear{clear:both;}

.mgT00{margin-top: 0 !important;}
.mgT30{margin-top: 30px !important;}
.mgB00{margin-bottom: 0 !important;}
.txtLeft{text-align: left !important;}



/*佐川　追加分*/

/*佐川　20240516追加分*/
.com_menu01 .list a,
.com_menu02 .list a {
	justify-content: center;
}
/*佐川　20240516追加分*/

/*佐川　20240510追加分*/
.com_menu02 .kikan {
	display: table;
	margin: auto;
	width: 100%;
	max-width: none;
}

.com_menu02 .kikan a {
    position: relative;
    display: table-cell;
    padding: 12px 0;
    width: 50%;
	border: none;
    border-bottom: 3px #cccccc solid;
    vertical-align: middle;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
	color: #666666;
}

.com_menu02#listQHidden .kikan a.kikanA, .com_menu02#listAHidden .kikan a.kikanQ {
    background: #3c58a7;
	border: none;
    border-bottom: 3px #3c58a7 solid;
	font-weight: bold;
}

.com_menu02 .kikan a:hover {
	background: #fff;
    color: #000;
	border: none;
	border-bottom: 3px #cccccc solid;
}


/*佐川　20240510追加分*/


/*通期・四半期メニュー*/
.com_menu01#listQHidden .tabPC a.tabA {
    background: #3c58a7;
    border-bottom: 3px #3c58a7 solid;
}

.com_menu01#listAHidden .tabPC a.tabQ {
    background: #3c58a7;
    border-bottom: 3px #3c58a7 solid;
}

/*メニューカレント下線*/
.com_menu01 .list a.naviCur {
    border-bottom: 3px #3c58a7 solid;
    background: #ffffff;
}

/*メニューカレント背景色*/
.com_button .link.naviCur, .com_button .link:hover {
    background: #000;
    color: #fff;
}

/*表１行目テキストの色*/
.comTableWrap table tr:first-child td {
	color: #000;
}

/*表1列目右ボーダーの色*/
div.comFixed-box table .fixed:before {
	border: none;
    border-right: 1px solid #aeb3cd;
}

/*表ボーダーの色*/
.comTableWrap table td {
    border-top: 1px solid #aeb3cd;
    border-right: 1px solid #aeb3cd;
    border-bottom: 1px solid #aeb3cd;
}

.flex {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.flex-item {
	width: calc(100% / 4);
}

.comSpanWrap {
	border: 1px solid #cacddd; 
	/*ANAサイト既存の枠の色*/
}

.left {
	text-align: left;
}

/*佐川　追加分*/

