/*
Template:astrid
Theme Name:astrid_child
*/

/*
	メニューの文字色	
*/
.main-navigation a {
	color: #61bde6;
}
/*
	メニューの文字サイズ
*/
.main-navigation li {
	padding: 10px 10px;
	font-size: 12px;
}
/*
	スマフォメニューの文字色	
*/
.btn-menu {
	color: #61bde6;
}
/*
	スマフォメニューの背景色	
*/
#mainnav-mobi li{
	background-color: #fff;
}

/*
	新着のボタンの色を変更
*/
a.button.centered-button{
	border-color: #61bde6;
	background-color: #61bde6;
	color: #fff !important;
	font-size: 16px;
}
a.button.centered-button:hover{
	background-color:#e1eff8;
		color:#61bde6 !important;
}
/*
	トピックスの文字色と文字サイズを変更
*/
.whatsnew dd{
	color: #236fbd;
}
.whatsnew a{
	font-size: 18px;
}
/*
 * 背景を無効化	
*/
.row-overlay {
    background-color: transparent;
}
/*
 *スライド文字をレスポシブ化 
*/
@media  screen and (max-width:999px){
div#n2-ss-3 .n2-font-824709010cc435cea4a2c7215c306c3e-hover{
	font-size: 150% !important;
}
div#n2-ss-3 .n2-font-92c0731cc69fdd528a3609074df51049-paragraph{
	font-size: 125% !important;
}
}
/*
 *3列表示のレスポンシブ化 
*/
@media screen and (min-width:1000px) {
.col3-main{
    display: flex;
}
.col3-sub{
    width:50%;
    margin-left: 30px;
    margin-right: 30px;
}
}
@media screen and(max-width:999px){
.col3-main{
    display:block;
}
.col3-sub{
    margin-left: 30px;
    margin-right: 30px;
}
}
