@charset "utf-8";

#nav{
    background: #0c79c5;
    margin: 0 0 30px;
    padding-top: 1px;
    width: 100%;
	clear: both;
}

#nav a {
    color: #fff;
    margin: 0 20px 0 0;
    padding: 0 10px;
    width: auto;
    height: 60px;
    font-size: 16px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
    display: block;
    position: relative;
    -webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
}

#nav a:hover {
    color: #000;
}

#Top #nav li:first-child a,
/* #Program #nav li:nth-child(2) a, */
#List #nav li:nth-child(2) a,
#Detail #nav li:nth-child(2) a,
#Post #nav li:nth-child(3) a,
#stockQuotes #nav li:nth-child(4) a {
    color: #fff;
}

#Top #nav li:first-child a #nav_text:before,
/* #Program #nav li:nth-child(2) a #nav_text:before, */
#List #nav li:nth-child(2) a #nav_text:before,
#Detail #nav li:nth-child(2) a #nav_text:before,
#Post #nav li:nth-child(3) a #nav_text:before,
#stockQuotes #nav li:nth-child(4) a #nav_text:before {
    content: "";
    position: absolute;
    background: #fff;
    margin: 0 auto;
    right: 0;
    bottom: 15px;
    left: 0;
    width: 100%;
    height: 3px;
}

#nav .badge {
    color: #000;
    background: #c7b470;
    min-width: 10px;
    padding: 3px 6px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
    border-radius: 10px;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -14px;
    transform: translateY(-50%);
}

#nav_text {
    height: auto;
    text-align: center;
    display: block;
    position: relative;
}

#nav ul {
	width: 1100px;
	margin: 0 auto;
    clear: both;
    overflow: hidden;
}

#nav ul li {
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
    float: left;
}

#nav ul li:first-child {
	border-left: 0;
}

#path {
	height: 35px;
	line-height: 35px;
	clear: both;
}

#path a {
	color: #003570;
}

#path li {
	color: #003570;
	margin-right: 1em;
	font-size: 85%;
    float: left;
}

#mainimg {
	/*width: 700px;*/
	width: 599px;
    float: right;
}

@media screen and (max-width: 580px) {
    #mainimg {
	width: 100%;
    float: none;
}
}

.slide {
    position: relative;
}

.slide .slide_item {
    position: absolute;
    top: 0;
    left: 0;
}


@media screen and (max-width: 640px)  {

/* // nav sp
----------------------------------------------- */
#nav{
    background: none;
    margin-bottom: 10px;
}

#nav ul{
	width: 100%;
    border-top: solid 1px #d6d6d6;
	display: -webkit-flex;
	display: flex;
}

#nav ul:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

#nav ul {
    display: inline-block;
}

/* Hides from IE Mac */
* html #nav ul {
    height: 1%;
}

#nav ul {
    display: block;
}
/* End Hack */

#nav ul li {
	width: 50%;
    border-bottom: solid 1px #d6d6d6;
    float: left;
    box-sizing: border-box;
    background: #0c79c5;
}
#nav ul li a {
    color: #fff !important;
    font-weight: bold;
}

#nav ul li:first-child{
	border-left: 0;
	/* display: none; */
}

#nav a {
    color: #0c79c5;
    width: 100%;
    height:100%;
    padding: 1em 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    display: block;
    box-sizing: border-box;
    position: relative;

}

#nav li:nth-child(2n) a:before {
    content: "";
    background: #d6d6d6;
    width: 1px;
    height: 85%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

#nav ul li a div.row1 {
	padding-top: 0.6em;
}

#nav a:link {
	background-image: none;
}

#nav a:hover {
	background-image: none;
}

#nav_text {
    padding-top: 0;
}

#Top #nav li:first-child a,
#Program #nav li:nth-child(2) at,
#List #nav li:nth-child(3) a,
#Detail #nav li:nth-child(3) a,
#stockQuotes #nav li:nth-child(5) a {
    border-bottom: none;
}

#Top #nav li:first-child a,
    /* #Program #nav li:nth-child(2) a, */
#List #nav li:nth-child(2) a,
#Detail #nav li:nth-child(2) a,
#Post #nav li:nth-child(3) a,
#stockQuotes #nav li:nth-child(4) a {
    background: #0c79c5;
    font-weight: bold;
}

#Top #nav li:first-child a #nav_text:before,
/* #Program #nav li:nth-child(2) a #nav_text:before, */
#List #nav li:nth-child(2) a #nav_text:before,
#Detail #nav li:nth-child(2) a #nav_text:before,
#Post #nav li:nth-child(3) a #nav_text:before,
#stockQuotes #nav li:nth-child(4) a #nav_text:before {
    content: none;
}

#nav .badge {
    position: absolute;
    right: -webkit-calc(50% - 4.8em) ;
    right: calc(50% - 4.8em) ;
}

    #nav li:nth-child(4) a #nav_text:after {
        background-position: -2px -790px;
        left: 16px;
    }


}

/* CLEARFIX */
===== CLEARFIX ==========================================
*/

.clearfix{
    zoom: 1; /*for IE 5.5-7*/
}

.clearfix:after {
    content: url(/images/senshuikedahd/add/common/spacer.gif);
    height: 0;
    display: block;
    clear: both;
}

* html .clearfix{
	display: inline-table;
	/*\*/display:block;/**/
}