@charset "UTF-8";
/* CSS Document */


.stock_link {
    background-color: #EFEFF0;
}
.stock_link_text_link {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
    width: 100%;
}
.stock_link_text_link li {
    margin: 0;
    padding: 0;
    align-items: stretch;
    flex-grow:1;
    border-bottom: solid 1px #555;
}
.stock_link_text_link li a {
    padding: 10px;
    display: block;
    font-size: 14px;
    text-align: center;
    background-color: #404040;
    transition: 0.5s;
}
.stock_link_text_link li a:link,
.stock_link_text_link li a:visited {
    color: #FFF;
}
.stock_link_text_link li a:hover {
    background-color: #930407;
    text-decoration: none;
    box-shadow: rgba(0,0,0,0.9) 0 0 4px;
    z-index: 5;
}
.stock_link_inner {
    padding: 15px 10px 10px 10px;
}
.stock_link_inner img {
    box-shadow: rgba(0,0,0,0.6) 0 2px 2px;
    padding: 3px;
    background: #FFF;
    border-radius: 3px;
    
}

.stock_target {
    font-size: 30px; 
    line-height: 125%;
    color: #9F0808;
    text-align: center;
}
.stock_target_delta {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 30px 0 30px;
    border-color: #9f0808 transparent transparent transparent;
}

.pack {
	float: left;
	margin-right: 20px;
	width: 160px;
}
.Rtext {
	float: left;
	width: 80%;
}

.orderSheetBtn {
	text-align: center;
	margin-top: 2rem;
}
.orderSheetBtn  a {
	padding: 1rem 2rem;
	background-color: #18B31D;
	color: #FFFFFF;
	text-decoration:none;
}

.h2Catch {
    border: none;
    text-align: center;
    background-color: transparent;
}

table_wrap {
    width: 100%;
    overflow: auto;
}
.table_wrap table {
    width: 100%;
    min-width: 640px;
}
.table_wrap th,
.table_wrap td {
    padding: 8px 10px;
    font-size: 12px;
    border: solid 1px #DDD;
}
.table_wrap th {
    background-color: #F4F4F4;
}
.table_wrap tr th:nth-of-type(1) {
    width: 150px;
    font-weight: bold;
}
.table_wrap.universities tr td {
    width: calc( (100% - 150px ) / 3 ) ;
}
.table_wrap.high_school tr td {
    width: calc( (100% - 150px ) / 2 ) ;
}

@media only screen and (min-width : 992px) {
    .stock_link_text_link {
        display: flex;
        flex-wrap: nowrap;
    }
    .stock_link_text_link li a {
        padding: 15px;
        display: block;
        font-size: 14px;
    }
    .stock_link_inner {
        padding: 45px 45px 10px 45px;
    }
}
	.Rtext {
		width: auto;
	}
	.pack {
		width: auto;
		float: none;
		text-align: center;
	}
