@charset "utf-8";
/* CSS Document */

/* shm_e
----------------------------------------------*/
/* dl.sankou */
dl.sankou dt {
    width: 10em;
    float: left;
    text-align: right;
}
dl.sankou dd {
    margin-left: 10em;
}

#contents .contents_inner .contents_main_column {
    width: 950px;
}


/* capital_e
------------------------------------------------------------------------------*/
#capital .sp_scroll_table table td.cellFix{
	background: #fff !important;
	text-align: left;
}

/* return_e
------------------------------------------------------------------------------*/
.grayBG{
	background: #f1f3f5;
	padding:24px;
}

/* stock_e
------------------------------------------------------------------------------*/
#stock table.table_elem tbody th{
	white-space: nowrap;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media screen and (max-width: 767px) {
/* stock_e
------------------------------------------------------------------------------*/
#stock table.table_elem tbody th{
	width: 40% !important;
	white-space:normal !important;
}

#contents .contents_inner .contents_main_column {
    width: auto;
}

}

