@charset "utf-8";

/*nav*/
/* #nav{
	clear:both;
	background: url(/images/kanamoto/add/common/bg_nav.png) repeat-x center top;
	width:100%;
} */
/* add */
#nav{
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 20%, #e9e9e9 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 20%,#e9e9e9 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#ffffff 20%,#e9e9e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=0 );
    width:100%;
    border-top: solid 1px #d3d3d3;
    border-bottom: solid 3px #000;
    clear: both;

    -moz-box-shadow: 0px 0px 3px 0 rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 0px 3px 0 rgba(0,0,0,0.3);
    box-shadow: 0px 3px 3px 0 rgba(0,0,0,0.3);
}
/* #nav a {
    display: block;
    width: 188px;
    height: 42px;
    text-decoration: none;
    background: #ccc;
} */
/* add */
#nav a {
    color: #000;
    margin: 0;
    width: 220px;
    height: 42px;
    font-weight: bold;
    line-height: 42px;
    text-align: center;
    text-decoration: none;
    display: block;
    border-left: solid 1px #dcdcdc;
    border-right: solid 1px #fff;
    -webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
    position: relative;

    width: 218px;
}

#nav a:before {
    content: "";
    position: absolute;
    background: #009;
    margin: 0;
    right: 0;
    bottom: -3px;
    width: 100%;
    height: 3px;
}

/* #nav li:nth-child(5) a:before {
    content: none;
} */

#nav a:hover {
    color: #fff;
    background: #009;
    border-left: solid 1px #000;
    border-right: solid 1px #009;
}

#Top #nav li:first-child a,
#Program #nav li:nth-child(2) a,
#List #nav li:nth-child(3) a,
#Detail #nav li:nth-child(3) a,
#Post #nav li:nth-child(4) a,
#Help #nav li:nth-child(5) a {
    color: #fff;
    background: #009;
    border-left: solid 1px #000;
    border-right: solid 1px #009;
    /* font-weight: bold; */
}

/* #nav_text {
    display: block;
    text-align: center;
    padding-top: 10px;
    color: white;
} */
/* add */
#nav_text {
    /* display: block; */
    display: inline;
    text-align: center;
    /* padding-top: 10px; */
    /* color: white; */
}

/* #nav ul{
	clear:both;
	width:970px;
	margin:0 auto;
} */
/* add */
#nav ul{
	clear:both;
	width: 1100px;
	margin: 0 auto;
    /* border-top: solid 1px #d2d2d2; */

    border-left: solid 1px #fff;
    border-right: solid 1px #dcdcdc;
}

#nav ul:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
}
/* #nav ul li{
	float:left;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 1px solid #003570;
} */
/* add */
#nav ul li{
	float:left;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	/* border-left: 1px solid #333; */
}
#nav ul li:first-child{
	border-left: 0;
}
#path{
	height:35px;
	line-height:35px;
	clear:both;
}
#path a{
	color:#003570;
}
#path li{
	color:#003570;
	float:left;
	margin-right:1em;
	font-size:85%;
}

#mainimg{
	float:right;
	width:700px;
}

.slide{
    position: relative;
}
/* .slide .slide_item{
    position: absolute;
    top: 75px;
    left: 0;
} */
/* add */
.slide .slide_item{
    position: absolute;
    top: 64px;
    left: 0;
}


@media screen and (max-width: 640px)  {

/* // nav sp
----------------------------------------------- */
/* #nav{
	background-image:none;
	background-image: -moz-linear-gradient(left top, left bottom, from(#6185dd), to(#1338a6));
	background-image: linear-gradient(left top, left bottom, from(#6185dd), to(#1338a6));
	background-image: -webkit-gradient(linear, left top, left bottom, from(#6185dd), to(#1338a6));
	background-color:#1b4cb4;
    margin-bottom:10px;
} */
/* add */
#nav{
    margin-bottom: 10px;
}
#nav ul{
	width: 94%;
	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{
	float:left;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 1px solid #003570;
	box-sizing: border-box;
	width:25%;
} */
/* add */
#nav ul li{
	float:left;
	/* border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 1px solid #333; */
	box-sizing: border-box;
	width:25%;
}
#nav ul li:first-child{
	border-left: 0;
	display: none;
}
#nav a {
    display: block;
    width: 100%;
    height:100%;
	padding:8px 5px;
	font-size:11px;
	line-height:1.1em;
    box-sizing: border-box;

}
#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,
#Help #nav li:nth-child(5) a {
    border-bottom: none;
}

#Program #nav li:nth-child(2) a,
#List #nav li:nth-child(3) a,
#Detail #nav li:nth-child(3) a,
#Help #nav li:nth-child(5) a {
    /* border-bottom: solid 2px #fff; */
}


}

/* CLEARFIX */
===== CLEARFIX ==========================================
*/

.clearfix{
    zoom:1;/*for IE 5.5-7*/
}

.clearfix:after { content: url(/images/kanamoto/add/common/spacer.gif); display: block; clear: both; height: 0; }

* html .clearfix{
	display:inline-table;
	/*\*/display:block;/**/
}