@charset "utf-8";

body {
	overflow-x: hidden;
	position: relative;	
}

/* ヘッダー 
----------------------------------------------- */
.head-body {
	background-image: url(../img/basic/h-back-img.png);
	background-repeat: no-repeat;
	background-position:center;
	height: 100px;
	border-bottom:2px solid #006;
}
.head-cont {
	height: 100px;
	width:940px;
	margin: 0 auto;
	position:relative;
}
.head-cont h1 {
	background-image: url(../img/basic/h-logo.png);
	background-repeat: no-repeat;
	color: #00326b;
	padding-top: 40px;
	padding-left: 50px;
	font-size: 10px;
	float: left;
}


/* Sub NAV*/
nav.head-sub-nav {
	float: right;
	padding-top: 10px;
}
.head-sub-nav li {
	float: left;
	list-style: none;
	font-size: 10px;
	margin-right: 10px;
}
.head-sub-nav li a {
	color: #002c63;
	text-decoration: none;
}
/* SNS Btn */
.head-sns-box {
	float:right;
}
.head-sns-box li {
	float:right;
	list-style:none;
}
li.h-btn-fb {
	margin-right: 10px;
}
li.h-btn-hatena {
	margin-top: 3px;
	margin-right: 10px;
}
li.h-btn-pocket {
	margin-top: 3px;
	width:100px;
	overflow:hidden;	
}

/* G NAV
----------------------------------------------- */
.g-nav ul {
	position:absolute;
	bottom: 2px;
	left:250px;
}
.g-nav li {
	float: left;
	margin: 0 5px;
	list-style: none;
}
.g-nav li a {
	font-size: 12px;
	color: #004593;
	text-decoration: none;
	width: 160px;
	padding-top: 5px;
	padding-bottom: 3px;
	text-align: center;
	display: inline-block;
	border-top: 1px solid #8fa8ce;
	border-right: 1px solid #8fa8ce;
	border-left: 1px solid #8fa8ce;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	background: rgba(248,251,253,1);
	background: -moz-linear-gradient(top, rgba(248,251,253,1) 0%, rgba(231,242,247,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248,251,253,1)),
	color-stop(100%, rgba(231,242,247,1)));
	background: -webkit-linear-gradient(top, rgba(248,251,253,1) 0%, rgba(231,242,247,1) 100%);
	background: -o-linear-gradient(top, rgba(248,251,253,1) 0%, rgba(231,242,247,1) 100%);
	background: -ms-linear-gradient(top, rgba(248,251,253,1) 0%, rgba(231,242,247,1) 100%);
	background: linear-gradient(to bottom, rgba(248,251,253,1) 0%, rgba(231,242,247,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8fbfd', endColorstr='#e7f2f7', GradientType=0 );
	-moz-box-shadow: 0px 0px 3px #CCC;
	-webkit-box-shadow: 0px 0px 3px #CCC;
	box-shadow: 0px 0px 3px #CCC;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.g-nav li a:hover, .g-nav li a.act {
	color: #FFF;
	background: rgba(28,120,224,1);
	background: -moz-linear-gradient(top, rgba(28,120,224,1) 20%, rgba(17,99,192,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(20%, rgba(28,120,224,1)), 
	color-stop(100%, rgba(17,99,192,1)));
	background: -webkit-linear-gradient(top, rgba(28,120,224,1) 20%, rgba(17,99,192,1) 100%);
	background: -o-linear-gradient(top, rgba(28,120,224,1) 20%, rgba(17,99,192,1) 100%);
	background: -ms-linear-gradient(top, rgba(28,120,224,1) 20%, rgba(17,99,192,1) 100%);
	background: linear-gradient(to bottom, rgba(28,120,224,1) 20%, rgba(17,99,192,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c78e0', endColorstr='#1163c0', GradientType=0 );
}
.g-nav li a i {
	color: #002c63;
	position: relative;
	top: 1px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.g-nav li a:hover i, .g-nav li a.act i{
	color: #FFFFFF;
}



/* 用語 ローカルナビ
----------------------------------------------- */
.glossary-nav li, .glossary-nav-side li {
	float:left;
	list-style:none;
}
.glossary-nav li a {
	color:#1a1a1a;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	width:35px;
	padding: 3px 0;
	display:block;
}
.glossary-nav li a:hover, .glossary-nav-side li a:hover {
	background-color:#e7f1f7;
}
.glossary-nav li.lb, .glossary-nav-side li.lb {
	clear:left;
}

/* 右カラム ローカルナビ */
.glossary-nav-side li a {
	color:#1a1a1a;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	width:29px;
	padding: 3px 0;
	display:block;
}



/* 検索窓
----------------------------------------------- */
.glossary-search input[type="search"] {
	font-size:15px;
	margin-top: 20px;
	border-radius:0;
	padding: 5px;
	border: 1px solid #CCC;
	width:288px;
}
.glossary-search input[type="submit"] {
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
	font-size:14px;
	color:#fff;
	background-color:#2E639E;
	border: 1px solid #2E639E;
	padding:5px 0;
	width:160px;
	letter-spacing:2px;
}

/*右サイド*/
.body-r-search input[type="submit"]  {
	margin: 15px auto 0;
}
.body-r-search  {
	text-align:center;
}


/* 用語ランキング
----------------------------------------------- */
.glossary-ranking {
	margin:15px 10px 20px 0px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.glossary-ranking li {
	font-weight:bold;
	margin-bottom:10px;
	margin-left: 20px;
}
.glossary-ranking li a {
	line-height:1.4;
	color:#141414;
	font-weight:bold;
	text-decoration:none;
}
.glossary-ranking li a:hover {
	text-decoration:underline;
}



/* メインボディ
----------------------------------------------- */
.main-body {
	width:960px;
	margin: 30px auto 60px;
}
.main-body-l {
	width: 580px;
	float: left;
}
.main-body-r {
	width: 300px;
	float: right;
	margin-right: 10px;	
}
.main-body-r-250 {
	width: 250px;
	float: right;
	margin-right: 10px;	
}

/* SNS ブックマーク
----------------------------------------------- */
table.sns-tabel {
	border: 1px solid #dddddd;
	border-collapse: collapse;
	width: 100%;
}
table.sns-tabel th {
	border: 1px solid #dddddd;
	width: 33.3333%;
	padding-top: 5px;
}
table.sns-tabel td {
	border: 1px solid #dddddd;
	background-color: #F7F7F7;
	text-align: center;
	font-size: 85%;
	padding-top: 5px;
	padding-bottom: 5px;
}




/* フッター
----------------------------------------------- */
.foot-body {
	border-top:2px solid #006;
	background-image: url(../img/basic/f-img-back.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	height: 160px;
	padding-top: 80px;
	margin-top: 60px;
	text-align: center;
}

.foot-body a {
	padding-right: 10px;
	padding-left: 10px;
	border-left: 1px solid #002c63;
	text-decoration: none;
	font-size: 85%;
	color: #002c63;
}

.foot-body a:hover {
	text-decoration: underline;	
}

.foot-body p {
	text-align: center;
}


/* Form要素
----------------------------------------------- */
table.form-table {
	border: 1px solid #CCC;
	border-collapse: collapse;
	width: 100%;
	margin-top: 30px;
}
table.form-table th {
	width: 27.586%;
	text-align: left;
	padding-top: 10px;
	padding-left: 10px;
	background-color: #F7F7F6;
	border: 1px solid #CCC;
	padding-bottom: 10px;
	font-size: 85%;
	font-weight: bold;
}
table.form-table th:after {
	content:"※必須";
	float: right;
	font-size: 93%;
	color: #C00;
	padding-right: 5px;
	font-weight: normal;
}
table.form-table td {
	width: 72.414%;
	padding-left: 10px;
	border: 1px solid #CCC;
	padding-bottom: 10px;
}


/* -----------------------------------------------
PGAE:検索結果
----------------------------------------------- */
/* Ad */
.ad-search-box {
	background-color:#fef8eb;
	padding: 10px 20px;
	margin: 20px 0;
}

.fs-result-msg p {
	font-weight:bold;
}

.search-results-cont {
	margin-top: 15px;
}
.search-results-cont ul {
	border-top:1px dotted #ccc;
}
.search-results-cont li {
	border-bottom:1px dotted #ccc;
	list-style:none;
}
.search-results-cont li:nth-child(odd) {
	background-color:#fcfbf9;
}
.search-results-cont li a {
	color:#121212;
	text-decoration:none;
	padding: 15px 10px;
	display:block;
}
.search-results-cont li a:hover {
	background-color:#fcfae8;
}

/* ページャー */
.fs-paginate ul {
	margin-top: 30px;
}
.fs-paginate ul:before, .fs-paginate ul:after { content:""; display:table; }
.fs-paginate ul:after { clear:both; }
.fs-paginate ul{ zoom:1; }
.fs-paginate li {
	float:left;
	margin: 0 10px;
	list-style:none;
}
.fs-paginate li a {
	color:#121212;
	text-decoration:none;
	background-color:#e8edf3;
	padding: 5px 10px;
}
.fs-paginate li a:hover {
	color:#fff;
	background-color:#3b83d2;
}
/* カレント */
.fs-current span a {
	color:#fff;
	background-color:#2e639e;
}


/* 共通要素
----------------------------------------------- */
/* ボックスライン */
.box-line {
	border: 1px solid #dddddd;	
}

/* トピックスタイル */
.topics {
	font-size: 93%;
	font-weight: bold;
	color: #00326B;
	letter-spacing: 2px;
	padding: 5px 0 3px 10px;
	background: rgba(248,251,253,1);
	background: -moz-linear-gradient(top, rgba(248,251,253,1) 0%, rgba(231,242,247,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248,251,253,1)), color-stop(100%, rgba(231,242,247,1)));
	background: -webkit-linear-gradient(top, rgba(248,251,253,1) 0%, rgba(231,242,247,1) 100%);
	background: -o-linear-gradient(top, rgba(248,251,253,1) 0%, rgba(231,242,247,1) 100%);
	background: -ms-linear-gradient(top, rgba(248,251,253,1) 0%, rgba(231,242,247,1) 100%);
	background: linear-gradient(to bottom, rgba(248,251,253,1) 0%, rgba(231,242,247,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8fbfd', endColorstr='#e7f2f7', GradientType=0 );
	border-top: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 3px solid #2e639e;
	border-left: 1px solid #dddddd;
}

.topics:before {
	content:" ";
	border-left: 3px solid #2e639e;
	margin-right: 10px;
}

.topics span {
	font-size: 93%;
	margin-left: 20px;
}


/* Amazon AD BOX
----------------------------------------------- */
.ad-body {
	width:940px;
	margin: 30px auto 0;
	padding:15px 0px;
}
.ad-cont-l {
	width:700px;
	float:left;
}
.ad-body .ad-cont-r {
	width:220px;
	float:right;
}

/* ad slide */
.ad-cont-l ul{
	width:700px;
	zoom:1;
}
.ad-cont-l ul:before, .ad-cont-l ul:after { content:""; display:table; }
.ad-cont-l ul:after { clear:both; }

.ad-cont-l li {
	width:120px;
	text-align:center;
	float:left;
	margin:0 10px;
	list-style:none;
}
.ad-cont-l li a {
	text-decoration:none;
}
.ad-cont-l li span {
	color:#f39500;
	display:block;
	text-align:left;
	margin-top:5px;
}
.ad-cont-l li span i {
	color:#f39500;
}
.ad-cont-l li p {
	font-size:85%;
	line-height:1.3;
	color:#141414;
	font-weight:bold;
	text-align:left;
}

/* ad-box 730 */
.ad-box730 {
	width:730px;
	margin:40px auto;
}


/* 2colum Ad
----------------------------------------------- */
.ad-cont-2 {
	margin: 50px 0 30px;	
}
.ad-cont-2 div {
	margin: 0 10px;
}
.ad-cont-l {
	width:250px;
	float:left;
}
.ad-cont-r {
	width:250px;
	float:right;
}
