/* CSS Document */


.waku{
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
@media screen and (max-width: 1000px){
.waku{
	width:92%;
}
}

@media screen and (max-width: 750px){
.waku{
	width:750px;
}
}


.pc{
	display:block;
}
.sp{
	display:none;
}



/*------------------
HEAD
------------------*/

#idHead{
	padding-top:16px;
}

#idHead_logo h1{
	float:left;
	width:164px;
	padding-bottom:16px;
}

#idHeadnav{
	padding-top:8px;
	width:440px;
	float:right;
	text-align:right;
	margin:0;
}
#idHeadnav li{
	display:inline-block;
	border-right:1px solid #DDD;
	padding-right:6px;
	margin-right:4px;
	font-size:90%;
}
#idHeadnav li.clLast{
	border-right:0px;
	padding-right:0px;
	margin-right:0px;
}










/*--GNAVI ------------------*/
#idGnav{
	background-color:#091f58;
}
#idGnav_w{
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
#idGnav li{
	display:inline-block;
	text-align:center;
	line-height:1.1;

	-webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
#idGnav li#seminars{
	width:155px;
}
#idGnav li#system_i{
	width:205px;
}
#idGnav li#question{
	width:145px;
}
#idGnav li#book{
	width:205px;
}
#idGnav li#outline{
	width:98px;
}
#idGnav li#blog{
	width:90px;
}

#idGnav li a{
	display:block;
	padding-top:13px;
	padding-bottom:13px;
	color:#FFF;

	-webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
#idGnav li a:hover{
	text-decoration:none;
	background-color:#293f78;
}




@media screen and (max-width: 900px){
#idGnav_w{
	width:100%;
}
#idGnav li#seminars,
#idGnav li#system_i,
#idGnav li#question,
#idGnav li#book,
#idGnav li#outline,
#idGnav li#blog{
	border-bottom:1px solid #455192;
	width:33.29%;
	text-align:center;
	box-sizing: border-box;
}
#idGnav li a{
	padding-left:0;
	padding-right:0;
}
#idGnav li#seminars,
#idGnav li#system_i,
#idGnav li#book,
#idGnav li#outline{
	border-right:1px solid #455192;
}
}


@media screen and (max-width: 750px){
#idGnav_w{
	width:750px;
}
}



/*------------------
idFooter
------------------*/
#idFooter{
	padding-top:30px;
	margin-top:50px;
	padding-bottom:15px;
}
#idFooter #idFooter_waku{
	border-top:1px solid #091f58;
	border-bottom:1px solid #091f58;
	padding-top:25px;
	margin-bottom:15px;
}
#idFooter #idPageup.waku{
	position: relative;
}
#idFooter #idPageup a{
	position:absolute;
	right:0;
	top:-35px;
}

#idFooter #idPageup a img{
	border-bottom:0;
	margin-top:0;
}
#idFooter #idPageup a:hover img{
	margin-top:-10px;
	border-bottom:10px solid #091f58;
	-webkit-transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
}
#idFooter #idPageup_sp{
	display:none;
}

#idFooter #idFooter_link ul{
	display:inline-block;
	vertical-align:top;
	margin-right:35px;
	margin-bottom:20px;
}
#idFooter #idFooter_link ul ul{
	display:block;
	margin-right:0;
	margin-bottom:0;
}
#idFooter #idFooter_link ul li{
	font-weight:bold;
	margin-bottom:25px;
	color:#1f2a66;
}
#idFooter #idFooter_link ul ul li{
	margin-bottom:5px;
	font-weight: normal;
	padding-left:15px;
	background-image:url(../img/common/foot_sen.gif);
	background-repeat:no-repeat;
	background-position:left 3px;
}
#idFooter #idFooter_link ul.clLast{
	margin-right:0px;
}


#idFooter_bottom_txt{
	text-align:center;
	color:#1f2a66;
	font-size:85%;
	line-height:1.6;
}
#idFooter_bottom_txt .clFoottext2{
	margin-top:10px;
}
#idFooter_bottom_txt .clFoottext2 a{
	color:#99abdd;
}

@media screen and (max-width: 600px){
#idFooter_bottom_txt{
	text-align:left;
	font-size:80%;
}
}



#idFooter .sp_js{
	display:none;
}
#idFooter .pc_js{
	display:block;
}

#email_fake {
	display:none;
}
