@charset "utf-8";
/*
Theme Name: アジャイル検定
Theme URI: http://agilecert.org
Description: agile official theme
*/


/*-------------
base
-------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/*body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
form,input,p,blockquote,th,td {
margin:0;
padding:0;
}*/

img {
border:0;
vertical-align: top;
}

body {
	background-color: #F2F2F2;
	font-size: 62.5%;
	font-family: Verdana,Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック",sans-serif;
}

a{
	color: #F90;
	outline: none;
}
a:hover {
	text-decoration: none;
}
ul {
	list-style: none;
}
.fLeft {
	float: left;
}
.fRight {
	float: right;
}

.both{
	clear:both;
}


table{
	width: 100%;
	margin-top: 12px;
	border: 1px solid #ccc;
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.5;
}
th{
	padding: 10px;
	border: 1px solid #fff;
	background: #FC9;
	color: #666;
	font-size:14px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
td{
	padding: 10px;
	border: 1px solid #ccc;
	font-size:14px;
	vertical-align: middle;
}

.tbl_p{
	font-size:14px;
}

.sub {
	margin-top: 12px;
	border: 1px solid #ccc;
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.5;
}

.sub th{
	padding: 10px;
	border: 1px solid #ccc;
	background: #FFFFD7;
	color: #666;
	font-size:14px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}

.sub td{
	padding: 10px;
	border: 1px solid #ccc;
	font-size:14px;
	vertical-align: middle;
}

#lst-inner{
}

#lst-inner ol{
	clear: both;
	margin-left:15px;
	padding-top: 10px;
	padding-bottom: 5px;
}

#lst-inner ol li{
	margin-bottom:5px;
	padding-bottom:7px;
	font-size:14px;
	background:none;
}
	
/*-------------
header
-------------*/
#header { 
	width: 100%;
	padding-bottom: 0px;
	border-bottom: 1px solid #F90;
	background: #F2F2F2 url(img/bg_header.gif) repeat-x left top;
}

#header-inner { 
	width: 960px;
	margin: 0 auto;
}

#header-top {
	height: 130px;
	font-size:1.1em;
}

#header-top h1 { 
	padding-top: 18px;
	margin-bottom:39px;
}


#header-top p {
	color: #333;
	font-size:180%;
}

@-moz-document url-prefix() {
#header-top p {
 	margin-top:12px; 
	margin-bottom:11px; 
 }
}

/* chrome hack*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
#header-top p{
	margin-top:13px; 
	margin-bottom:12px; 
}
}



#header-top ul {
	padding-top:15px; 
	text-align: right;
}
#header-top ul li { 
	display: inline;
}
#header-top ul li a {
	padding: 3px 5px 2px;
	color: #000;
	text-decoration: none;
}
#header-top ul a:hover { 
	text-decoration: underline;
}
#header-top ul a.sitemap {
	padding-left: 18px;
	background: url(img/icon_subnav.gif) no-repeat 5px center;
}



/*breadcrumbs*/
.breadcrumbs {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	font-size:14px;
}




/*nav*/
#header-nav { 
	clear: both;
}

#header-nav ul#menu-nav {
	height: 46px;
	background: url(img/bg_nav.png) no-repeat left top; 
}

#header-nav ul li.menu-item a{ 
	display: block; 
	width: 160px; 
	height: 46px;
	line-height: 46px;
	background: url(img/bg_nav_btn.png) no-repeat left top;
	color: #333;
	font-size: 1.4em;
	text-decoration: none;
	text-align: center;
	font-weight:bold;
}

#header-nav ul li.menu-item a:hover,
#header-nav ul li.current-menu-item a,
#header-nav ul li.current-menu-parent a,
#header-nav ul li.current-post-ancestor a {
	background: url(img/bg_nav_btn.png) no-repeat left -46px;
}

#header-nav ul li {
	position: relative;
	float: left;
	z-index: 1;
}

#header-nav ul li ul.sub-menu {
	display: none;
	position: absolute;
	top: 46px;
	left: 0;
}

#header-nav ul li:hover ul.sub-menu {
	display: block;
}

#header-nav ul li ul.sub-menu li{
	float: none;
}

#header-nav ul li ul.sub-menu li a {
	width: 120px;
	border: 1px solid #F93;
	border-top:none;
	padding-left: 38px;
	background:#EFEFEF url(img/icon_subnav.gif) no-repeat 20px center;
	color: #000;
	text-align: left;
}

#header-nav ul li ul.sub-menu li a:hover,
#header-nav ul li ul.sub-menu li.current-menu-item a,
#header-nav ul li ul.sub-menu li.current-menu-parent a{
	 background: #FC9 url(img/icon_subnav.gif) no-repeat 20px center;
}

/*main image*/
#header-img {
	clear: both;
}


/*search*/
.search-form{ 
	padding:15px 0 30px; 
	float:right;		
}
.search-form input{ 
	vertical-align: middle;
}
.search-form #s{
	width: 300px;
	height: 18px;
　　　　line-height:18px;
	padding: 2px;
	background: #fff;
	border:1px solid #c7c7c7;
	font-size: 1.1em;
}

.search-results .box h3 {
	margin: 20px;
	padding: 5px;
	background: #F90;
	color: #fff;
	font-weight: bold;
}
.search-results .box ul {
	margin:0 30px 20px;
}
.search-results .box ul li {
	margin-top: 8px;
	padding-left: 12px;
	background: url(ims/icn_arr.png) no-repeat left center;
}
.search-results .box ul li span {
	padding-left: 10px;
	color: #999;
	font-size: 0.8em;
}


.search-no-results .box h3{
	margin: 100px 30px 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
	font-size: 2.0em;
	text-align: center;
}
.search-no-results .box h3 span {
	color: #F60;
}

.search-no-results .box p{
	margin: 0 30px;
}
.search-no-results .box form {
	margin: 0 30px 100px;
}


/*-------------
container
-------------*/
#container {
	width: 960px;
	margin: 0 auto;
	padding-top: 10px;
}

/*-------------
contents
-------------*/
#contents { 
	float: left;
	width: 670px;
	margin-bottom: 15px;
	font-size: 1.2em;
	line-height: 1.5;
	padding-bottom:80px;
}


.box {
	margin-bottom: 15px;
	padding: 12px 13px;
	border: 1px solid #b1b1b1;
	background: #fff;
}
.box:after {
	display: block;
	clear: both;
	height: 0;
	content:"";
}
.section-header { 
	position: relative;
}
.section-header h2 {
	background:url(img/icn_h2.png) no-repeat;
	text-indent:35px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:normal;
	font-size:130%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-left:-35px;
	border-bottom: 1px solid #c5c5c5;
}
.section-header p{ 
	position: absolute;
	top: 5px;
	right: 5px;
}
.section-header p a{
	padding-left: 15px;
	background: url(img/icn_lnk.png) no-repeat left center;
	font-size: 120%;
}

/*news*/
#news{ 
	clear: both;
}

#news dl {
	padding: 0 15px;
}

#news dt{ 
	float: left;
	clear: both;
	width: 95px;
	padding-top: 5px;
	font-size:115%;
}

#news dd {
	float: left;
	width: 440px;
	padding-top: 5px;
	padding-left: 75px;
	font-size:115%;
}


.box-inner {
	margin: 20px 10px 10px;
	color: #4C4C4C;
}

.box-inner h3{
	margin-top:20px;
	margin-bottom:15px;
	padding:10px 15px;
	width:630px;
	background:url(img/ttl_h3.png) no-repeat top left;
	color: #4B4B4B;
	font-size: 1.2em;
	font-weight:normal;
}

.box-inner h4{
	margin-top:20px;
	margin-bottom:10px;
	padding:4px 8px;
	border-bottom: #F60 1px dotted;
	color: #D96C00;
	font-size: 1.2em;
	font-weight:normal;
}

.box-inner .data { 
	color: #999;
	text-align: right;
}



.box-inner p{
	padding-bottom: 1em;
	font-size:120%;
}
.box-inner ul{
	clear: both;
	margin-left:15px;
	padding-top: 10px;
	padding-bottom: 5px;
}
.box-inner ul li{
	margin-bottom:5px;
	padding-bottom:7px;
	padding-left:1.5em;
	text-indent:-0.1em;
	background:url(img/icn_list.png) no-repeat 3px 5px;
	font-size:14px;
}
.alignleft {
	display: block;
	float: left;
	margin-right: 15px;
	margin-bottom: 1em;
}

.alignleft p{
	font-size:120%;
}

.aligncenter {
	display: block;
	margin:0 auto;
}

.aligncenter p{
	font-size:120%;
}

.alignright {
	display: block;
	float: right;
	margin-left: 15px;
	margin-bottom: 1em;
}

.alignright p{
	font-size:120%;
}


/*お問い合わせ*/
.wpcf7-form input,
.wpcf7-form textarea {
	font-size: 1em;
}
.wpcf7-form .wpcf7-submit {
	width: 150px;
}



/*サイトマップ*/
.sitemap-inner {
	padding: 20px 30px;
	font-size:120%;
}
.sitemap-inner h3 {
	padding-left: 30px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	background: url(img/ttl_h3.png) no-repeat left 2px;
	font-size: 1.3em;
}

.sitemap-inner .menu {
	padding: 10px 20px 0;
	line-height: 1.8;
}

.sitemap-inner .menu li {
	margin-top: 15px;
	padding-left: 20px;
	background: url(img/icn_list.png) no-repeat left 8px;
	font-size: 1.2em;
}

.sitemap-inner .sub-menu {
	padding-left: 15px;
}

.sitemap-inner .sub-menu li { 
	margin-top: 8px;
	padding-left: 12px;
	background: url(img/icn_arr.png) no-repeat left center;
	font-size: 0.9em;
}

/*topics*/
#topics ul{
	margin-top: 5px;
	margin-left: -20px;
}

#topics ul li {
	float: left;
	width: 280px;
	margin-left: 40px;
	margin-top: 15px;
	font-size:110%;
}

#topics ul li .term-link {
	margin-top: 5px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
	color: #999;
	font-size: 0.9em;
	text-align: right;
}
#topics ul li img {
	margin-bottom: 3px;
}
#topics ul li span {
	color: #999;
}
#topics ul li h3 {
	margin-bottom: 5px;
}

#topics .topics-right h3{
	margin-top:20px;
	margin-bottom:15px;
	padding:10px 15px;
	background:url(img/ttl_h3.png) no-repeat top left;
	color: #4B4B4B;
	font-size: 1.2em;
	font-weight:normal;
}

#topics .topics-right p{
	font-size: 1.2em;
}	

/*gallery*/
#news .gallery {
	padding: 0 7px;
	margin-left: -20px;
}
#news dl.gallery-item {
	float: left;
	width: 284px;
	margin-top: 10px;
	margin-left: 20px;
	padding: 0;	
}
#news dt.gallery-icon {
	float: none;
	width: 284px;
}

#news dt.gallery-icon a img {
	border: 2px solid #eee;
}
#news dt.gallery-icon a:hover img {
	border: 2px solid #3ba8ff;
}

#news dd.gallery-caption {
	float: none;
	width: 284px;
	padding: 6px 0 3px;
	border-bottom: 1px dotted #999;
	text-align: left;
}


/*-------------
sidebar
-------------*/
#sidebar {
	float: right;
	width: 275px;
	margin-bottom: 15px;
}


#sidebar .subnav{
	border: 1px solid #b1b1b1;
	margin-bottom:30px;
}

#sidebar .subnav h3{
	background: url(img/bg_side_h3.png) no-repeat;
	padding:10px;
	font-size:145%;
	text-align:center;
}

#sidebar .subnav ul{
	padding: 5px 10px 10px;
}

#sidebar .page_item{
	padding: 10px;
	background:url(img/icn_arr.png) no-repeat left center;
	text-indent:0.5em;
	border-bottom:#999 1px dotted;
	font-size:140%;
}

#sidebar .current_page_item a{
	color:#F60;
}

#sidebar a{
	color: #333;
	text-decoration:none;
}

#sidebar a:hover{
	text-decoration:underline;
}

#sidebar #bnr li{
	margin-bottom: 5px;
}

#sidebar .widgettitle{
	font-size: 2em;
	border-bottom: #F60 1px dotted;
	margin-bottom: 1em;
	line-height: 1.4;
}

#sidebar li{
	list-style:none;
}

/*-------------
footer
-------------*/
#footer { 
	clear: both;
	padding-top:20px;
	background: #F59A01;
}

div#footer-area{
	width:960px;
	margin:0 auto;
}

#footer ul{
	float:left;
	width: 250px;
	padding-left: 60px;
	margin-bottom:10px;
}

#footer ul li a{
	color:#FFF;
	font-size:140%;
	text-decoration:none;
}

#footer ul li a:hover{
	color: #FFC;
	text-decoration:none;
	font-size:140%;
}

#footer p {
	clear:both;
	background-color:#e06704;
	margin: 0 auto;
	padding:15px 0; 
	color: #fff;
	text-align: center;
	font-size:150%;
	font-weight:bold;
}
