@charset "utf-8";
/* CSS Document */
/******************************************************************************************
ヘッダー
******************************************************************************************/
#header_wrap { height: 75px; }

header {
	padding: 4% 2%;
	width: 100%;
	height: 100%;
}
#logo { float: left; margin:0 4% 0 0;}
#logo img { width: 120px; }
/******************************************************************************************
グローバルナビ
******************************************************************************************/
#g_navi { float:left; margin: 0 0 1.5% 0; }
#g_navi ul li { float:left; }
#g_navi ul li a { font-size: 1.2em; color:#ffffff; display:block; text-indent: 0px; height:24px; }
#g_menu_01 a, #g_menu_02 a, #g_menu_03 a, #g_menu_04 a { text-align: center; margin: 0 4px 0 4px; background-image:none; width: 100%; }
#g_menu_01 a:hover, #g_menu_02 a:hover, #g_menu_03 a:hover, #g_menu_04 a:hover { background-image:none; background-color:#3598db; transition: .2S; }


/******************************************************************************************
セクション
******************************************************************************************/
.section_wrap {
	width: 100%;
	margin:0 auto;
}
.section_box { padding: 25% 2% 30% 2%; }
/******************************************************************************************
ページネーションの要素
******************************************************************************************/
.pagination li a, .pagination li > span {
	margin: 0;
	padding: 8px 10px;
	border-left: none;
	font-size: 12px;
}
.pagination-index li:first-child a, .pagination-index li:first-child > span {
	border-left: solid 1px #3598db;
}
.pagination-index li .dots {
	border-right: solid 1px #3598db;
}


/******************************************************************************************
フッター
******************************************************************************************/
#footer_wrap { height: 30px; }

footer { width: 100%; }
footer #copyright { margin: 2% 0 0 10%; }
/******************************************************************************************
検索ボックス
******************************************************************************************/
#search_wrap {
	width: 220px;
	position:static;
	margin: 0 auto 0;
}
#s {
	height: 16px;
	float: left;
	border-radius: 1px;
}
#searchsubmit {
	width: 24px;
	height: 22px;
	position:static;
	margin: 0 0 0 5px;
	float: left;
	border-radius: 0;
}


