/* スライド */
#opening_slide {
    background: #4e83b3 url(../image/opening_back1.gif) repeat-x top;
    border-bottom: 1px solid #eef7fe;
}
#ViewArea {
	width: 900px;
	height: 250px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
#ScrollArea {
	position: relative;
	z-index: 2;
}
#ScrollArea ul {
    padding: 0;
}
#ScrollArea li {
	width: 100%;
	list-style-type: none;
	text-align: center;
	position: relative;
}
#ScrollArea li img {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
	opacity: 0;
}

/* ティッカー */
#news_ticker {
	width: 100%;
    padding: 5px;
	text-align: left;
	position: relative;
	overflow: hidden;
}
#news_ticker ul {
	width: 100%;
	margin: 0;
	padding: 0;
	color: #FF282C;
	font-size: 16px;
	font-weight: bold;
	position: relative;
}
#news_ticker ul li {
	width: 100%;
	display: none;
}

#plus,
#plus img {
    display: block;
}

/* 検索メニュー */
#search_box {
    padding-top: 20px;
}
#search_box form {
    width: 638px;
    height: 142px;
    padding: 52.8px 10px 19.4px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0 1px 3px black;
    -moz-box-shadow: 0 1px 3px black;
    -webkit-box-shadow: 0 1px 3px black;
    background: #008f8e url("../image/top_search.png");
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-between;
}
#search_box form input {
    width: 500px;
    height: 18px;
    padding: 5px 4px;
    border: 1px solid #aaa;
    line-height: 10px;
}
#search_box form button {
    width: 100px;
    height: 30px;
    border: 2px solid #22afaf;
    color: white;
    line-height: 20px;
    text-align: center;
    background-color: #dc143c;
}
#search_menu {
    width: 100%;
    margin: 0 auto;
    padding: 0; 
    list-style-type: none;
    display: flex;
}
#search_menu li {
    height: 25px;
    color: white;
    font: 14px sans-serif;
    line-height: 25px;
    text-align: center;
    position: relative; 
}
#search_menu a {
    text-decoration: none;
    display: block;
}
#search_menu ul {
    width: 100%;
    padding: 0;
    list-style-type: none;
    position: absolute; 
    display: none;
}
#search_menu li:hover > ul {
    display: block;
}
#search_menu > li {
    width: 20%;
    border-right: 1px solid white;
}
#search_menu > li:last-child {
    border-right: none;
}
#search_menu > li,
#search_menu ul.second_menu > li {
    background-color: #008f8e; 
}
#search_menu > li:hover,
#search_menu ul.second_menu > li:hover {
    background-color: #006d6c;
}
#search_menu > li > a,
#search_menu ul.second_menu > li > a {
    color: white;
}
#search_menu > li > ul li {
    background-color: #f0ffff; 
}
#search_menu > li > ul li:hover {
    background-color: #ffcc00; 
}
#search_menu > li > ul a {
    color: black;
}
#search_menu > li > ul {
    top: 25px;
    left: 0;
}
#search_menu ul.second_menu > li ul {
    top: 0;
    left: 100%;
}
#search_box p {
    margin: 7.8px 0 0;
    text-align: right;
}

/* 新着情報 */
#update dl {
    width: 620px;
    margin: 0 auto;
    padding: 0 0 10px;
    display: flex;
    flex-wrap: wrap;
}
#update dt,
#update dd {
    padding: 7px 3px 6px;
    border-bottom: 1px #c0c0c0 dotted;
    line-height: 120%;
    display: inline-block;
    box-sizing: border-box;
}
#update dt {
    width: 6.7em;
}
#update dd {
    width: calc(100% - 6.7em);
    margin: 0;
}

/* リンク */
#link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#link div {
    width: calc((100% - 10px) / 2);
}
#link p {
    margin: 0 8px;
    padding: 6px 0;
    font-size: 100%;
    line-height: 1.2;
}
#last_up {
    height: 30px;
    color: #ff4500;
    text-align: right;
    font-weight: bold;
    box-sizing: border-box;
}
#link_award p {
    font-weight: bold;
    text-align: right;
}
