@charset "UTF-8";

/**
 * オリジナルcss
 */


/*ヘッダー*/
#header-in{
	width: auto;
	padding-left: 5%;
	box-sizing: border-box;
}

#header .alignleft {
	margin:0;
}

#site-title{
	margin:20px 0;
	line-height: 20px;
}

#site-title a {
	color: #034894;
	font-size: 20px;
	font-weight: bold;
}


/*ヘッダーナビ*/
#navi-in{
	width: auto;
	position: absolute;
    top: 12px;
    right: 5%;
}

#navi ul {
	color: #034894;
	border: none;
	background-color: unset;
}

#navi ul > li {
	float: none;
}

#navi ul li a {
	color: #034894;
	font-size: 20px;
}

#navi ul li a:hover {
	color: #A7A7A7;
}



/* モバイルメニュー */
#mobile-menu a{
	margin-top: 14px;
	right: 18px;
}

#animatedModal ul li{
	margin: 1% 1%;
	width: 97%;
}



@media screen and (max-width: 1110px){
	#animatedModal{
		background-color: rgba(51,51,51,0.85)!important;
	}
}
@media screen and (max-width:740px){

}
@media screen and (max-width:639px){
	#h-top #site-title a {
		font-size: 16px;
	}
}
@media screen and (max-width:500px){
}

