@charset "utf-8";

/*
Theme Name: アーカイブ
Theme URI: http://www.archives.jp
Description: アーカイブの検索・表示専用のテーマ
Author: ○○株式会社
Author URL: http://www.archives.jp
Version: 1.0
tags:このスタイルシートは、PC版の検索用に制作されたものです。
*/

/*===============================================
　 designform　オリジナルデザインフォーム
===============================================*/
div.selector,
div.selector span,
div.checker span,
div.radio span,
div.uploader,
div.uploader span.action {
background-image: url("../../js/form/images/sprite.png");
background-repeat: no-repeat;
-webkit-font-smoothing: antialiased;
}

div.button,
div.button span {
background-image: url("../../js/form/images/sprite-agent.png");
background-repeat: no-repeat;
-webkit-font-smoothing: antialiased;
}

div.selector,
div.checker,
div.button,
div.radio,
div.uploader {
display: -moz-inline-box;
display: inline-block;
display: inline;
zoom: 1;
vertical-align: middle;
/* Keeping this as :focus to remove browser styles */ }

div.selector:focus,
div.checker:focus,
div.button:focus,
div.radio:focus,
div.uploader:focus {
outline: 0;
}

div.selector,
div.selector *,
div.radio,
div.radio *,
div.checker,
div.checker *,
div.uploader,
div.uploader *,
div.button,
div.button * {
margin: 0;
padding: 0;
}

.required{
	font-size:12px;
	color:#FF0004;
}

.highContrastDetect {
background: url("../../js/form/images/bg-input.png") repeat-x 0 0;
width: 0px;
height: 0px;
}

/* Input & Textarea */


input.uniform-input,
select.uniform-multiselect,
textarea.uniform {
padding: 6px;
background: url("../../js/form/images/bg-input.png") repeat-x 0 0;
outline: 0;
}

input.uniform-input.active,
 select.uniform-multiselect.active,
 textarea.uniform.active {
background: url("../../js/form/images/bg-input-focus.png") repeat-x 0 0;
}

/* Remove default webkit and possible mozilla .search styles.
 * Keeping this as :active to remove browser styles */


div.checker input,
input[type="search"],
input[type="search"]:active {
-moz-appearance: none;
-webkit-appearance: none;
}

/* Select */


div.selector {
background-position: 0 -130px;
line-height: 26px;
height: 26px;
padding: 0 0 0 10px;
position: relative;
overflow: hidden;
}

div.selector span {
text-overflow: ellipsis;
display: block;
overflow: hidden;
white-space: nowrap;
background-position: right 0;
height: 26px;
line-height: 26px;
padding-right: 25px;
cursor: pointer;
width: 100%;
display: block;
}

div.selector.fixedWidth {
width: 190px;
}

div.selector.fixedWidth span {
width: 155px;
}


div.selector,
div.selector span
 {
background-image: none;
}

div.selector select {
opacity: 1;
filter: alpha(opacity=0);
-moz-opacity: 0;
border: 1px solid #CCCCCC;
position: absolute;
height: 22px;
top: 2px;
left: 0px;
width: 90%;
}

div#uniform-feas_1_1,
div#uniform-feas_1_2
{
	width:165px !important;
}

div.selector.active {
background-position: 0 -156px;
}

div.selector.active span {
background-position: right -26px;
}

div.selector.hover,
div.selector.focus {
background-position: 0 -182px;
}

div.selector.hover span,
div.selector.focus span {
background-position: right -52px;
}

div.selector.hover.active,
div.selector.focus.active {
background-position: 0 -208px;
}

div.selector.hover.active span,
div.selector.focus.active span {
background-position: right -78px;
}

div.selector.disabled,
div.selector.disabled.active {
background-position: 0 -234px;
}

div.selector.disabled span,
div.selector.disabled.active span {
background-position: right -104px;
}

/* Checkbox */


div.checker {
position: relative;
}

div.checker,
div.checker span,
div.checker input {
width: 19px;
height: 19px;
}

div.checker span {
display: -moz-inline-box;
display: inline-block;
 *display: inline;
zoom: 1;
text-align: center;
background-position: 0 -260px;
}

div.checker span.checked {
background-position: -76px -260px;
}

div.checker input {
opacity: 0;
filter: alpha(opacity=0);
-moz-opacity: 0;
border: none;
background: none;
display: -moz-inline-box;
display: inline-block;
 *display: inline;
zoom: 1;
}

div.checker.active span {
background-position: -19px -260px;
}

div.checker.active span.checked {
background-position: -95px -260px;
}

div.checker.hover span,
div.checker.focus span {
background-position: -38px -260px;
}

div.checker.hover span.checked,
div.checker.focus span.checked {
background-position: -114px -260px;
}

div.checker.hover.active span,
div.checker.focus.active span {
background-position: -57px -260px;
}

div.checker.hover.active span.checked,
div.checker.focus.active span.checked {
background-position: -133px -260px;
}

div.checker.disabled,
div.checker.disabled.active {
background-position: -152px -260px;
}

div.checker.disabled span.checked,
div.checker.disabled.active span.checked {
background-position: -171px -260px;
}

/* Radio */


div.radio {
position: relative;
}

div.radio,
div.radio span,
div.radio input {
width: 18px;
height: 18px;
}

div.radio span {
display: -moz-inline-box;
display: inline-block;
 *display: inline;
zoom: 1;
text-align: center;
background-position: 0 -279px;
}

div.radio span.checked {
background-position: -72px -279px;
}

div.radio input {
opacity: 0;
filter: alpha(opacity=0);
-moz-opacity: 0;
border: none;
background: none;
display: -moz-inline-box;
display: inline-block;
 *display: inline;
zoom: 1;
text-align: center;
}

div.radio.active span {
background-position: -18px -18px -279px;
}

div.radio.active span.checked {
background-position: -90px -279px;
}

div.radio.hover span,
div.radio.focus span {
background-position: -36px -36px -279px;
}

div.radio.hover span.checked,
div.radio.focus span.checked {
background-position: -108px -279px;
}

div.radio.hover.active span,
div.radio.focus.active span {
background-position: -54px -279px;
}

div.radio.hover.active span.checked,
div.radio.focus.active span.checked {
background-position: -126px -279px;
}

div.radio.disabled span,
div.radio.disabled.active span {
background-position: -144px -279px;
}

div.radio.disabled span.checked,
div.radio.disabled.active span.checked {
background-position: -162px -279px;
}

/* Uploader */


div.uploader {
background-position: 0 -297px;
height: 28px;
width: 190px;
cursor: pointer;
position: relative;
overflow: hidden;
}

div.uploader span.action {
background-position: right -409px;
height: 28px;
line-height: 28px;
width: 82px;
text-align: center;
float: left;
display: inline;
overflow: hidden;
cursor: pointer;
}

div.uploader span.filename {
text-overflow: ellipsis;
display: block;
overflow: hidden;
white-space: nowrap;
float: left;
cursor: default;
height: 24px;
margin: 2px 0 2px 2px;
line-height: 24px;
width: 85px;
padding: 0 10px;
}

div.uploader input {
opacity: 0;
filter: alpha(opacity=0);
-moz-opacity: 0;
border: none;
background: none;
position: absolute;
top: 0;
right: 0;
float: right;
cursor: default;
width: 100%;
height: 100%;
}

div.uploader.active span.action {
background-position: right -465px;
}

div.uploader.hover,
div.uploader.focus {
background-position: 0 -353px;
}

div.uploader.hover span.action,
div.uploader.focus span.action {
background-position: right -437px;
}

div.uploader.hover.active span.action,
div.uploader.focus.active span.action {
background-position: right -493px;
}

div.uploader.disabled,
div.uploader.disabled.active {
background-position: 0 -325px;
}

div.uploader.disabled span.action,
div.uploader.disabled.active span.action {
background-position: right -381px;
}

/* Buttons */


div.button {
background-position: 0 -750px;
/* height: 32px; */
cursor: pointer;
position: relative;
/* Keep buttons barely visible so they can get focus */ }

div.button a,
div.button button,
div.button input {
opacity: 0.01;
filter: alpha(opacity=1);
-moz-opacity: 0.01;
display: block;
top: 0;
left: 0;
right: 0;
bottom: 0;
position: absolute;
width: 150%;
}

div.button span {
display: inline-block;
line-height: 24px;
background-position: right -622px;
margin-left: 13px;
padding-left: 10px;
margin-right: -24px;
}

div.button.active {
background-position: 0 -782px;
}

div.button.active span {
background-position: right -654px;
cursor: default;
}

div.button.hover,
div.button.focus {
background-position: 0 -814px;
}

div.button.hover span,
div.button.focus span {
background-position: right -686px;
}

div.button.disabled,
div.button.disabled.active {
background-position: 0 -846px;
}

div.button.disabled span,
div.button.disabled.active span {
background-position: right -718px;
cursor: default;
}

/*
#main .contact_data textarea {
	width: 358px;
}
*/

#post-21 .contact_data textarea {
	width:99%;
}


/* INPUT & TEXTAREA */


input.uniform-input,
select.uniform-multiselect,
textarea.uniform {
font-size: 12px;
font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
font-weight: normal;
color: #404040;
border-top: solid 1px #aaaaaa;
border-left: solid 1px #aaaaaa;
border-bottom: solid 1px #cccccc;
border-right: solid 1px #cccccc;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}









/*IE10▼*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
input.uniform-input,
select.uniform-multiselect,
textarea.uniform {
color: #808080!important;
}
}

input.uniform-input.hover,
input.uniform-input.focus,
 select.uniform-multiselect.hover,
 select.uniform-multiselect.focus,
 textarea.uniform.hover,
 textarea.uniform.focus {
-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
border-color: #999;
}

input.tipped,
select.tipped,
textarea.tipped {
	color: #999;
}

/* PRESENTATION */
/* Buttons */


div.button span {
color: #ffffff;
font-weight: bold;
font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
font-size: 13px;
letter-spacing: 1px;
text-transform: uppercase;
}

div.button.disabled span,
div.button.disabled.active span {
color: #bbb;
}

/* Select */


div.selector {
font-size: 12px;

}

div.selector span {
/*
color: #666;
text-shadow: 0 1px 0 white;
*/
}

div.selector select {
font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
font-size: 14px;
}

.ie div.selector select {
	border:1px solid#000;
}

div.selector.disabled span,
div.selector.disabled.active span {
color: #bbb;
}

/* Checker */


div.checker {
margin-right: 5px;
}

/* Radio */


div.radio {
margin-right: 3px;
}

/* Uploader */


div.uploader span.action {
text-shadow: white 0px 1px 0px;
background-color: #fff;
font-size: 11px;
font-weight: bold;
}

div.uploader span.filename {
color: #777;
border-right: solid 1px #bbbbbb;
font-size: 11px;
}

div.uploader.disabled span.action,
div.uploader.disabled.active span.action {
color: #aaa;
}

div.uploader.disabled span.filename,
div.uploader.disabled.active span.filename {
border-color: #ddd;
color: #aaa;
}

input.uniform-input,
input.uniform-input:focus {
background-color: #fff;
width:98%;
height:24px;
font-size:90%;
color: #000;
}


.zip_code01 input.uniform-input,
.zip_code01 input.uniform-input:focus,
.zip_code02 input.uniform-input,
.zip_code02 input.uniform-input:focus {
width:100px;
}


form#feas-searchform-0 {
position: relative;
}


#refine_search tr{
	border-bottom:2px dotted #E4E4E4;
}




/*===============================================
　 関連ワード
===============================================*/
#content p.now_word{
	font-size:16px;
	font-weight:bold!important;
	padding:0 0 5px 0;
	color:#808080;
}

#content p.change_word{
	font-size:14px;
}




/*===============================================
　 search_old 創刊号を表示します
===============================================*/
#search_old {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 315px;
}

#side #search_old {
	width: 100%;
}


#search_old h2 {
  background: url("../../img/base/bg_subtitle_bar.jpg");
	background-repeat: repeat-x;
  padding: 13px 25px;
  position: relative;
  border-bottom: 3px solid #A6D397;
  height: 55px;
}

#search_old h2::before {
  content: "";
	display: block;
	width: 9px;
	height: 100%;
	background-color: #00A73C;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

#search_old h2 img {
  width: auto;
  height: 23px;
}

.search_old_wrap {
    background: none repeat scroll 0 0 #fff;
    display: block;
    margin: auto;
    padding: 20px 0 14px;
    width:90%;
}


#search_old .book_info{
	width:170px;
}

#search_old .book_info img{
	width:90%;
}

#search_old .book_info a{
	color:#727171;
}


#search_old .book_info h3{
	font-weight:bold;
	line-height:130%;
	padding:0px 0 13px 0;
}

.data_info_categories{
  width: 40%;
}
.data_info_categories .frontpage img{
  width: 80%;
}
@media screen and (max-width:991px) and (min-width:768px) {
	.home #side #search_old {
		width: 100%;
	}
	#side #search_old {
		width: 360px;
	}
	.data_info_categories{
		width: 39%;
	}
}

/*===============================================
　 search_key キーワードで探す
===============================================*/
#search_key {
width: 360px;
height: auto;
margin: 0;
padding: 0;
display: block;
background : #fff;
overflow: hidden;
border: #e5e5e5 1px solid;
border-radius: 6px; /* CSS3 */
-webkit-border-radius: 6px; /* Safari,Google Chrome */
-moz-border-radius: 6px; /* Firefox */
}

#search_key h2 {
width: 360px;
height: 55px;
display: block;
position: relative;
background : url(../../img/base/bg_subtitle_bar.jpg) 0 0;
background-repeat: no-repeat;
background-size: cover;
z-index: 20;
}

#search_key h2 img{
width: 236px;
height: 36px;
display: block;
position: absolute;
top: 9px;
left: 28px;
}

.search_key_wrap {
width: 330px;
height: 440px;
margin: 0;
padding: 15px;
display: block;
background : #fff;
}


#key_search .search_level_wrap{
padding: 15px;
}

#search_key .search_key_wrap a {
width: 100px;
height: 100px;
margin-bottom: 10px;
float: left;
border-radius: 1.5px;        /* CSS3草案 */
-webkit-border-radius: 1.5px;    /* Safari,Google Chrome用 */
-moz-border-radius: 1.5px;  /* Firefox用 */
text-indent: -9999px;
}

#search_key .search_key_wrap a.oddZero{
	margin-left:0px;
}

#search_key .search_key_wrap a.oddOne{
	margin-right:0px;
}

#search_key .search_key_wrap a.oddTwo{
	margin-right:15px;
	margin-left:15px;
}

#search_key .search_key_wrap a.keyword1,
#search_key .search_key_wrap a.keyword2{
/* margin: 0; */
}

#tooltips li {
	display:block;
	position:relative;
}

#tooltips li:hover {
	background: #deb3ba;
}

.tooltips2 {
  display: none;
  position: absolute;
  bottom: -2.8em;
  left: 0.3em;
  z-index: 9999;
  padding: 0.3em 0.5em;
  color: #FFFFFF;
  background: #c72439;
  border-radius: 0.5em;
}
.tooltips2:after {
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  left: 0.5em;
  top: -8px;
  border-top:8px solid transparent;
  border-left:8px solid #c72439;
}
#tooltips div:hover~.tooltips2 {
  display: block;
}

/* キーワード01 */
#search_key .search_key_wrap a.keyword1 {
background : url(../../img/keyword/key01.png) 0 0 no-repeat;
}

/* キーワード02 */
#search_key .search_key_wrap a.keyword2 {
background : url(../../img/keyword/key02.png) 0 0 no-repeat;
}

/* キーワード03 */
#search_key .search_key_wrap a.keyword3 {
background : url(../../img/keyword/key03.png) 0 0 no-repeat;
}

/* キーワード04 */
#search_key .search_key_wrap a.keyword4 {
background : url(../../img/keyword/key04.png) 0 0 no-repeat;
}

/* キーワード05 */
#search_key .search_key_wrap a.keyword5 {
background : url(../../img/keyword/key05.png) 0 0 no-repeat;
}

/* キーワード06 */
#search_key .search_key_wrap a.keyword6 {
background : url(../../img/keyword/key06.png) 0 0 no-repeat;
}

/* キーワード07 */
#search_key .search_key_wrap a.keyword7 {
background : url(../../img/keyword/key07.png) 0 0 no-repeat;
}

/* キーワード08 */
#search_key .search_key_wrap a.keyword8 {
background : url(../../img/keyword/key08.png) 0 0 no-repeat;
}

/* キーワード09 */
#search_key .search_key_wrap a.keyword9 {
background : url(../../img/keyword/key09.png) 0 0 no-repeat;
}

/* キーワード10 */
#search_key .search_key_wrap a.keyword10 {
background : url(../../img/keyword/key10.png) 0 0 no-repeat;
}

/* キーワード11 */
#search_key .search_key_wrap a.keyword11 {
background : url(../../img/keyword/key11.png) 0 0 no-repeat;
}

/* キーワード12 */
#search_key .search_key_wrap a.keyword12 {
background : url(../../img/keyword/key12.png) 0 0 no-repeat;
}

/* キーワード13 */
#search_key .search_key_wrap a.keyword13 {
background : url(../../img/keyword/key13.png) 0 0 no-repeat;
}

/* キーワード14 */
#search_key .search_key_wrap a.keyword14 {
background : url(../../img/keyword/key14.png) 0 0 no-repeat;
}

/* キーワード15 */
#search_key .search_key_wrap a.keyword15 {
background : url(../../img/keyword/key15.png) 0 0 no-repeat;
}

/* キーワード16 */
#search_key .search_key_wrap a.keyword16 {
background : url(../../img/keyword/key16.png) 0 0 no-repeat;
}

/*===============================================
　 #main #search_age ◯歳のあなたが◯歳の頃の広報誌をチェック（メイン）
===============================================*/

#main #search_age {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 278px;
		height: 217px;
}

#main #search_age h2 {
    background: url("../../img/base/bg_subtitle_bar.jpg");
		background-repeat: repeat-x;
		padding: 13px 25px;
		position: relative;
		border-bottom: 3px solid #A6D397;
		height: 55px;
}

#main #search_age h2::before {
  content: "";
	display: block;
	width: 9px;
	height: 100%;
	background-color: #00A73C;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

#main #search_age h2 img {
  width: 225px;
  height: 28px;
}

#main .search_age_wrap {
width: 100%;
height: auto;
margin: 0;
padding: 0 0 0 0;
display: block;
background : #fff;
}

#main #search_age {
	padding-bottom: 14px;
}

#main #search_age input.uniform-input {
width: 100%;
max-width: 100px;
margin: 0 5px;
}

#main #search_age p.now_age,
#main #search_age p.past_age {
padding-bottom: 10px;
width: 260px;
max-width:100%;
margin: 0 auto;
}

#main #search_age p.now_age {
padding-top: 15px;
}

#main #search_age p.age_submit {
width: 260px;
margin: 0 auto;
padding: 10px 0 0 0;
}

#main #search_age p.age_submit input{
width: 100%;
}

#main #search_age p.age_submit input:hover {
opacity: 0.7;
filter: alpha(opacity=70);
zoom: 1;
}

#main #search_age .search_age_wrap .taishi_comment {
width: 100%;
margin: 0 auto;
padding: 0;
display: block;
}

#main #search_age .search_age_wrap .taishi_comment img{
width: 223px;
height: 67px;
margin: 10px auto;
padding: 0;
display: block;
}

/*===============================================
　 #side #search_age ◯歳のあなたが◯歳の頃の広報誌をチェック（サイド）
===============================================*/
#side #search_age {
width: 360px;
height: auto;
margin: 0;
padding: 0;
display: block;
background : #fff;
overflow: hidden;
border: #e5e5e5 1px solid;
border-radius: 6px; /* CSS3 */
-webkit-border-radius: 6px; /* Safari,Google Chrome */
-moz-border-radius: 6px; /* Firefox */
}

#side #search_age h2 {
	background : url(../../img/base/bg_subtitle_bar.jpg) 0 0;
	background-repeat: repeat-x;
  padding: 13px 25px;
  position: relative;
  border-bottom: 3px solid #A6D397;
	height: 55px;
}

#side #search_age h2::before {
  content: "";
  display: block;
  width: 9px;
  height: 100%;
  background-color: #00A73C;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

#side #search_age h2 img{
	width: auto;
	height: 29px;
}

.search_age_wrap {
width: 360px;
height: auto;
margin: 0;
padding: 0;
display: block;
background : #fff;
}

#side #search_age input.uniform-input {
width: 100%;
max-width: 74px;
margin: 0 5px;
}

#side #search_age p.now_age,
#side #search_age p.past_age {
padding-bottom: 10px;
width: 80%;
margin: 0 auto;
}

#side #search_age p.now_age {
padding-top: 15px;
}

#side #search_age p.age_submit {
width: 360px;
margin: 0;
padding: 10px 0 0 0;
text-align: center;
}

#side #search_age p.age_submit input{
width: 300px;
margin: 0 auto;
padding: 0;
}

#side #search_age p.age_submit input:hover{
opacity: 0.7;
filter: alpha(opacity=70);
zoom: 1;
}



#side #search_age .search_age_wrap .taishi_comment {
width: 100%;
height: 80px;
margin: 0 auto;
padding: 0;
display: block;
}

#side #search_age .search_age_wrap .taishi_comment img{
width: 223px;
height: 67px;
margin: 10px auto;
padding: 0;
display: block;
}

#main #refine_search.key_search .search_level_wrap,
#main #key_search.key_search .search_level_wrap{
width: 260px;
height: auto;
margin: 0;
padding: 15px;
display: block;
background : #fff;
}

#main #key_search.key_search .search_level_wrap{
	width:auto;
	padding: 5px 15px 0px;
}

#main #key_search.key_search .key_link_box{
	width:20%;
	text-align:center;
}

#side #key_search.key_search .key_link_box{
	width:33%;
	text-align:center;
}

#key_search.key_search .key_link_box a{
	background:#C7DEEC;
	color:#595757;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	display:block;
	width:auto;
	margin:2%;
	padding:5% 0 3% 0;
}

#key_search.key_search .key_link_box a:hover{
	background:#E0F3FC;
}


/*===============================================
　 #main refinesearch　絞り込み検索（メイン）
===============================================*/

#main #refine_search,
#main #key_search {
width: 100%;
height: auto;
margin: 0;
padding: 0 0 5px;
display: block;
background : #fff;
overflow: hidden;
border: #e5e5e5 1px solid;
border-radius: 6px; /* CSS3 */
-webkit-border-radius: 6px; /* Safari,Google Chrome */
-moz-border-radius: 6px; /* Firefox */
}

#main #refine_search .refine_search_wrap {
width: auto;
height: auto;
margin: 0;
padding: 0;
display: block;
background : #fff;
}




/* 研究者モード */

#expert_header{
	text-align:center;
}

#expert_header h2.expert_title{
	margin:50px auto 0;
	font-size:24px;
	color:#666;
}

#main_expert form{
	text-align:center;
}

#content p.expert_at_text{
	text-align:center;
	margin:10px 0 0 0;
	font-size:14px;
	color:#666;
}




#main #refine_search_expert {
width: 100%;
height: 525px;
margin: 0;
padding: 0;
display: block;
background : #fff;
overflow: hidden;
border: #e5e5e5 1px solid;
border-radius: 6px; /* CSS3 */
-webkit-border-radius: 6px; /* Safari,Google Chrome */
-moz-border-radius: 6px; /* Firefox */
}

#main #refine_search_expert .refine_search_expert_wrap {
width: 100%;
height: 525px;
margin: 0;
padding: 0;
display: block;
background : #fff;
}

#main_expert #refine_search_expert .refine_search_expert_wrap #feas-form-1 input[type=text] {
	width: 80%;
}

#main_expert #refine_search_expert .refine_search_expert_wrap #feas-form-1 input[type=submit] {
	display: inline-block;
  line-height: 24px;
	background-color: #5b65d7;
	font-weight: bold;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  border-radius: 5px;
	max-width: 100px;
  width: 100%;
  padding: 8px 0;
  font-size: 14.4px;
	letter-spacing: 1px;
  color: #fff;
  border: 0;
	cursor: pointer;
}

#main_expert #refine_search_expert .refine_search_expert_wrap #feas-form-1 {
  width: 76%;
  margin: 0 auto;
	text-align: left;
}

#main_expert #refine_search_expert .refine_search_expert_wrap #feas-form-1 p.ttl{
	font-weight: bold;
	margin-bottom: 5px;
}

#main_expert #refine_search_expert .refine_search_expert_wrap #feas-form-1 p.word {
  padding-top: 5px;
}

#main_expert #refine_search_expert .refine_search_expert_wrap .expert_year {
width: 76%;
margin: 0 auto;
margin-top: 10px;
padding: 10px 0;
text-align: left;
display: block;
border-top:1px #d5d5d5 dashed;
}

#main_expert #refine_search_expert .refine_search_expert_wrap .expert_year span {
	padding-right: 50px;
	font-size: 14.4px;
	font-weight: bold;
}

#main_expert #refine_search_expert .refine_search_expert_wrap .expert_year select {
	font-size: 14.4px;
  padding: 4px;
	width: 33%;
}

#main_expert #refine_search_expert .refine_search_expert_wrap .expert_month {
width: 76%;
margin: 0 auto;
padding: 10px 0;
text-align: left;
display: block;
border-top:1px #d5d5d5 dashed;
}

#main_expert #refine_search_expert .refine_search_expert_wrap .expert_month table {
  width: 100%;
}

#main_expert #refine_search_expert .refine_search_expert_wrap .expert_month a.allCheck {
	margin-top: 5px;
  display: block;
}


#main_expert #refine_search_expert .expert_month table{
	margin:auto;
}

#main_expert #refine_search_expert .refine_search_expert_wrap .expert_area {
	width: 100%;
	margin: 0;
	padding: 10px 0;
	display: block;
	border-top:1px #d5d5d5 dashed;
	}


#main_expert #search_level{
	display:none;
}

#main_expert #search_level.in_show{
	display:block;
}


/* 研究者モード */
#main_expert .side_expert {
list-style: none;
padding: 10px;
}

#main #refine_search h2,
#key_search.key_search h2 {
  background: url("../../img/base/bg_subtitle_bar.jpg");
	background-repeat: repeat-x;
	padding: 13px 25px;
	border-bottom: 3px solid #A6D397;
	position: relative;
}

#main #refine_search h2::before,
#key_search.key_search h2::before {
  content: "";
	display: block;
	width: 9px;
	height: 100%;
	background-color: #00A73C;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

#main #refine_search h2 img,
#key_search.key_search h2 img {
  width: auto;
  height: 27px;
}


/* あいまい検索 */
#main p.fuzzy,
#main_expert p.fuzzy {
display: none;
max-width: 308px;
width: 100%;
height: auto;
padding: 2px 0 0 0;
color: #F00;
}

#main p.fuzzy a,
#main_expert p.fuzzy a {
	color: #1a0dab;
}

#main p.fuzzy span,
#main_expert p.fuzzy span  {
	font-weight: bold;
	font-size: 120%;
}


#main #refine_search table {
width: 94%;
height: auto;
display: block;
margin: 0 auto;
}

#main #refine_search table th {
width: 135px;
height: auto;
display: block;
text-align: left;
padding: 15px 0;
}

#main #refine_search table td input[type="text"] {
  box-sizing: border-box;
  height: 40px;
}

*:first-child+html #main #refine_search table th {
padding: 10px 0!important;
border-bottom: #555 1px dotted!important;
}

#main #refine_search table th .allCheck {
display: block;
width: auto;
height: auto;
margin-top: 7px;
}

#main #refine_search table td {
padding: 20px 0;
}

#main #refine_search table td p.word {
	padding-top: 5px;
}

*:first-child+html #main #refine_search table td {
padding: 10px 0!important;
border-bottom: #555 1px dotted!important;
}

#main #refine_search table td select {
	font-size: 14.4px;
	padding: 4px;
	width: 43%;
}

#side #refine_search table td .changeBtn {
	display: none;
}

#refine_search table td .changeBtn {
	float: right;
}

#refine_search table td .changeBtn a {
	display: block;

	color: #555;
	text-decoration: none;
}

#refine_search table td .changeBtn a .text {
	float: left;
	display: block;

	padding: 3px 15px;
	border: 1px solid #CCC;
	-webkit-border-radius: 5px 0 0 5px;
	        border-radius: 5px 0 0 5px;

	background: #E6C0C6;
}

#refine_search table td .changeBtn a.orSearch .text {
	background: #FFF;
}

#refine_search table td .changeBtn a .img {
	float: right;
	display: block;

	padding: 3px 5px;
	border: 1px solid #CCC;
	-webkit-border-radius: 0 5px 5px 0;
	        border-radius: 0 5px 5px 0;

	line-height: 0;
}

#refine_search table td .changeBtn a .img span {
	display: block;
	width: 25px;
	height: 21px;

	background: url(../../img/base/icon_load_or.png);
}

#refine_search table td .changeBtn a.orSearch .img {
	background: #E6C0C6;
}

#refine_search table td .changeBtn a.orSearch .img img {
	visibility: hidden;
}


#main #refine_search table td label {
width: 100px;
display: inline-block;
}


#main #refine_search table tr.noline {
border: none;
display:none;
}

#main #refine_search .refine_search_submit {
width: 100%;
height: 70px;
margin: 0 auto;
padding: 0;
display: block;
text-align: center;
}

*:first-child+html input.feas-submit-button {
padding-top: 15px!important;
}

#main #refine_search .refine_search_submit input {
width: 94%;
height: auto;
margin: 0 auto;
padding: 15px 0;
display: block;
outline: 0;
}


#main #refine_search .refine_search_submit {
	height:auto;
}

#main #refine_search .refine_search_submit input:hover {
opacity: 0.7;
filter:alpha(opacity=70);
zoom: 1;
}

@media screen and (max-width:991px) {
	#main #refine_search .refine_search_submit input {
    width: 60%;
		padding: 15px 0 10px;
	}
}


/*===============================================
　 #side refinesearch　絞り込み検索（サイド）
===============================================*/

#side #refine_search,
#side #key_search{
width: 360px;
height: auto;
margin: 0;
padding: 0;
display: block;
background : #fff;
overflow: hidden;
border: #e5e5e5 1px solid;
border-radius: 6px; /* CSS3 */
-webkit-border-radius: 6px; /* Safari,Google Chrome */
-moz-border-radius: 6px; /* Firefox */
}

#side #refine_search .refine_search_wrap {
	margin: 0;
	padding: 15px;
	display: block;
	background : #fff;
}

#side #refine_search h2,
#side #key_search h2 {
	background : url(../../img/base/bg_subtitle_bar.jpg) 0 0;
	background-repeat: repeat-x;
  padding: 13px 25px;
  position: relative;
  border-bottom: 3px solid #A6D397;
	height: 55px;
}

#side #refine_search h2::before,
#side #key_search h2::before {
  content: "";
	display: block;
	width: 9px;
	height: 100%;
	background-color: #00A73C;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

#side #refine_search h2 img,
#side #key_search h2 img{
	width: auto;
	height: 25px;
}


/* あいまい検索 */
#side p.fuzzy {
	display: none;
	max-width: 308px;
	width: 100%;
	height: auto;
	padding: 2px 0 0 0;
	color: #F00;
}

#side p.fuzzy a {
	color: #1a0dab;
}
	
#side p.fuzzy span {
	font-weight: bold;
	font-size: 120%;
}


#side #refine_search table {
width: 100%;
height: auto;
display: block;
}

#side #refine_search table th {
width: 130px;
height: auto;
display: block;
text-align: left;
padding: 10px 0;
}

*:first-child+html #side #refine_search table th {
padding: 10px 0!important;
border-bottom: #555 1px dotted!important;
}

#side #refine_search table th .allCheck {
display: block;
width: 120px;
height: 33px;
margin-top: 7px;
}

#side #refine_search table td {
padding: 10px 0;
}

#side #refine_search table td input[type=text] {
	box-sizing: border-box;
  height: 40px;
}

#side #refine_search table td p.word {
	padding-top: 5px;
}

#side #refine_search table tr.year-zone td {
	text-align: center;
}

#side #refine_search table td select {
	font-size: 14.4px;
	width: 100%;
	padding: 5px;
	margin: 3px 0;
}

*:first-child+html #side #refine_search table td {
padding: 10px 0!important;
border-bottom: #555 1px dotted!important;
}

#side #refine_search table td label {
width: 95px;
display: -moz-inline-box; /*for Firefox 2*/
display: inline-block; /*for modern*/
/display: inline; /*for ie5～7*/
/zoom: 1; /*for ie5～7*/
}


.ie #side #refine_search table td label {
	width:95px;
}


#side #refine_search table td .tipped {
	color: #AAA;
}

#side #refine_search table tr {
border-bottom: 2px dotted #E4E4E4;
}

#side #refine_search table tr.noline {
border: none;
display:none;
}

#side #refine_search .refine_search_submit {
width: 100%;
max-width: 587px;
margin: 0 auto;
padding: 0;
display: block;
}

*:first-child+html input.feas-submit-button {
padding-top: 15px!important;
}

#side #refine_search .refine_search_submit input {
width: 100%;
max-width: 547px;
height: auto;
margin: 0 auto;
padding: 10px 0;
display: block;
}

#side #refine_search .refine_search_submit input:hover {
opacity: 0.7;
filter: alpha(opacity=70);
zoom: 1;
}

/*===============================================
　 result　検索結果表示
===============================================*/
#main_search {
width: 610px;
margin: 0;
padding: 0;
display: block;
height: auto;
background: #fff;
border: #e5e5e5 1px solid;
overflow: hidden;
border-radius: 6px; /* CSS3 */
-webkit-border-radius: 6px; /* Safari,Google Chrome */
-moz-border-radius: 6px; /* Firefox */
position:relative;
}

#modifi {
width: 578px;
margin: /*0 auto*/10px;
padding: /*15*/0px;
display: block;
}

#main_search h2 {
width: 590px;
display: block;
position: relative;
background : url(../../img/base/subtitle_search_result.jpg) 0 bottom repeat;
z-index: 20;
color: #0f3232;
padding: 15px 0 10px 20px;
line-height: 150%;
}

#main_search h2 span{
	display:block;
	color:#FF484B;
	font-size:16px;
	padding: 3px 0 0 0;
}

.fontsize_lar #main_search h2 {
	height: auto;
	padding-bottom: 20px;
	background-repeat: no-repeat;
	background-position: 0 bottom;
}

#feas-result {
width: 100%;
max-width: 585px;
height: auto;
padding: 4px 15px 2px 15px;
text-align: left;
display: block;
background-color: rgb(231, 245, 238);
border: #66ba99 1px solid;
color: #555;
font-weight: normal;
margin-top: 10px;
font-size: 100%;
border-radius: 3px 3px 3px 3px;
}

#search_result {
width: 610px;
height: auto;
margin: 7px 0 0 0;
padding: 0;
display: block;
background : #fff;
}

#search_result_expert {
width:970px;
height: auto;
margin: 15px 0 0 0;
padding: 0;
display: block;
background : #fff;
}

.book_data_expert {
 width:100%;
}

.book_data p span.highlight {
	font-size: 100%;
	background: #fdb1b1;
	font-weight:bold;
}

.book_data p a.more_link {
	font-size: 100%;
}

/*===============================================
　 result　検索結果表示（リスト）
===============================================*/

#search_result .search_result_wrap .list ul{
	list-style: none;
	-webkit-padding-start:0;

}

#search_result .search_result_wrap .list ul li{
	display: block;
	width: 580px;
	height: auto;
	border-bottom: #eee 1px solid;
	padding: 15px;
}

#search_result .search_result_wrap .list ul li .book_cover{
	display: block;
	width: 80px;
	height: auto;
	float: left;
}

#search_result .search_result_wrap .list ul li .book_cover img{
	width: 100%;
	height: auto;
}

#search_result .search_result_wrap .list ul li .book_data{
	display: block;
		float: right;
	width: 462px;
	height: auto;
}

#search_result .search_result_wrap .list ul li .book_data h3 a{
width: 100%;
height: auto;
display: block;
border-bottom: #eee 1px solid;
color: #555;
font-weight: normal;
font-size: 120%;
line-height: 150%;
text-decoration: none;
}

#search_result .search_result_wrap .list ul li .book_data h3 a:hover{
text-decoration: underline;
}

#search_result .search_result_wrap .list ul li .book_data h3 a .highlight{
	background: #FFC;
}

#search_result .search_result_wrap .list ul li .book_data p{
width: 100%;
height: auto;
display: block;
color: #555;
line-height: 150%;
padding: 5px 0;
}

#search_result .search_result_wrap .list ul li .book_data p a{
color: #0f3232;
}

#search_result .search_result_wrap .list ul li .book_data span{
color: #1a0dab;
}

#search_result .search_result_wrap .grid ul li .book_cover.counterclockwise img {
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	margin-bottom:-20px;
	left: 0;
	width:70.5%;
	left:19px;

	transform-origin: 90% 80%;
	-ms-transform-origin:90% 80%;
	-moz-transform-origin:90% 80%;
	-o-transform-origin:90% 80%;
	-webkit-transform-origin:90% 80%;
}

.bcClockwise {
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	margin-bottom:-20px;
}

/*===============================================
　 result　検索結果表示（グリッド）
===============================================*/

#search_result .search_result_wrap .grid{
width:100%;
height: auto;
margin: 0;
padding: 0;
display: block;
background : #fff;
}

#search_result .search_result_wrap .grid ul{
	list-style: none;
	margin-top: 0;
}

#search_result .search_result_wrap .grid ul li{
float:left;
width: 100%;
max-width: 152.5px;
margin: 10px 0 0;
padding-bottom: 20px;
/*height: 218px;*/
position: relative;
background: #fff;
	border-bottom: #eee 1px solid;
}

#search_result .search_result_wrap .grid ul li .book_cover{
width: 130px;
height: 179px;
margin: 0 auto 8px;
background: #fff;
display: block;
text-align: center;
position: relative;
border:#EEE 1px solid;
}

#search_result .search_result_wrap .grid ul li .book_cover.counterclockwise{
border:1px solid #FFFFFF;
}

#search_result .search_result_wrap .grid ul li .book_cover img{
	width: 100%;
	max-width: 130px;
	height: auto;

	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	-o-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	-ms-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}

#search_result .search_result_wrap .grid ul li .book_data{
	width: 100%;
	height: auto;
}

#search_result .search_result_wrap .grid ul li .book_data h3{
	padding-top: 10px;
}

#search_result .search_result_wrap .grid ul li .book_data h3 a{
width: 100%;
max-width: 110px;
margin: 0 auto;
height: 4.5em;
/*height: 58px;*/
background: #fff;
display: block;
text-align: left;
overflow: hidden;
color: #1a0dab;
font-weight: normal;
text-decoration: none;
font-weight: bold;
text-align: center;
font-size:90%;
}

.fontsize_lar #search_result .search_result_wrap .grid ul li .book_data h3 a{
max-width: 130px;
/*height: 3.0em;*/
height: auto;
}

#search_result .search_result_wrap .grid ul li .book_data h3{
	padding-top: 10px;
}

#search_result .search_result_wrap .grid ul li .book_data h3 a:hover{
text-decoration: underline;
}

#search_result .search_result_wrap .grid ul li .book_data p{
	display: none;
}

#search_result .search_result_wrap .grid ul li .book_data p a{
	display: none;
}

#search_result .search_result_wrap .grid ul li .book_data img{
	display: none;
}

#search_result .search_result_wrap .grid ul li .book_data span{
	display: none;
}



/*===============================================
　 result　検索結果表示（リスト）
===============================================*/

#search_result .search_result_wrap .list ul{
	list-style: none;
	-webkit-padding-start:0;

}

#search_result .search_result_wrap .list ul li{
	display: block;
	width: 580px;
	height: auto;
	border-bottom: #eee 1px solid;
	padding: 15px;
}

#search_result .search_result_wrap .list ul li .book_cover{
	display: block;
	width: 80px;
	height: auto;
	float: left;
}

#search_result .search_result_wrap .list ul li .book_cover img{
	width: 100%;
	height: auto;
}

#search_result .search_result_wrap .list ul li .book_data{
	display: block;
		float: right;
	width: 462px;
	height: auto;
}

#search_result .search_result_wrap .list ul li .book_data h3 a{
width: 100%;
height: auto;
display: block;
border-bottom: #eee 1px solid;
color: #555;
font-weight: normal;
font-size: 120%;
line-height: 150%;
text-decoration: none;
}

#search_result .search_result_wrap .list ul li .book_data h3 a:hover{
text-decoration: underline;
}

#search_result .search_result_wrap .list ul li .book_data h3 a .highlight{
	background: #FFC;
}

#search_result .search_result_wrap .list ul li .book_data p{
width: 100%;
height: auto;
display: block;
color: #555;
line-height: 150%;
padding: 5px 0;
}

#search_result .search_result_wrap .list ul li .book_data p a{
color: #0f3232;
}

#search_result .search_result_wrap .list ul li .book_data span{
color: #1a0dab;
}


/*===============================================
　 result　検索結果表示（リスト）
===============================================*/

#search_result .search_result_wrap .list ul{
	list-style: none;
	-webkit-padding-start:0;

}

#search_result .search_result_wrap .list ul li{
	display: block;
	width: 580px;
	height: auto;
	border-bottom: #eee 1px solid;
	padding: 15px;
}

#search_result .search_result_wrap .list ul li .book_cover{
	display: block;
	width: 80px;
	height: auto;
	float: left;
}

#search_result .search_result_wrap .list ul li .book_cover img{
	width: 100%;
	height: auto;
}

#search_result .search_result_wrap .list ul li .book_data{
	display: block;
		float: right;
	width: 462px;
	height: auto;
}

#search_result .search_result_wrap .list ul li .book_data h3 a{
width: 100%;
height: auto;
display: block;
border-bottom: #eee 1px solid;
color: #555;
font-weight: normal;
font-size: 120%;
line-height: 150%;
text-decoration: none;
}

#search_result .search_result_wrap .list ul li .book_data h3 a:hover{
text-decoration: underline;
}

#search_result .search_result_wrap .list ul li .book_data h3 a .highlight{
	background: #FFC;
}

#search_result .search_result_wrap .list ul li .book_data p{
width: 100%;
height: auto;
display: block;
color: #555;
line-height: 150%;
padding: 5px 0;
}

#search_result .search_result_wrap .list ul li .book_data p a{
color: #0f3232;
}

#search_result .search_result_wrap .list ul li .book_data span{
color: #1a0dab;
}

#search_result .search_result_wrap .grid ul li .book_data span.list_text,
#search_result .search_result_wrap .list ul li .book_data span.grid_text
{
	display: none;
}

#search_result .search_result_wrap .list ul li .book_data span.list_text,
#search_result .search_result_wrap .grid ul li .book_data span.grid_text{
	display:inherit;
}

#search_result .search_result_wrap ul li .book_data .gridIcon {
	display: none;
}

#search_result .search_result_wrap .grid ul li .book_data .gridIcon {
	display: block;
	width: 100px;
	margin: 0 auto;
	padding: 5px 0 25px;
}

#search_result .search_result_wrap .grid ul li .book_data .gridIcon li {
	width: auto;
	margin: 0;
	padding: 0;
	position: static;
	border: none;
	line-height: 0;
}

#search_result .search_result_wrap .grid ul li .book_data .gridIcon li.recom {
	float: left;
}

#search_result .search_result_wrap .grid ul li .book_data .gridIcon li.speech {
	float: right;
}

#search_result .search_result_wrap .grid ul li .book_data .gridIcon li img {
	display: inline;
}

/*===============================================
　 pagenavi　ページナビ
===============================================*/

#pagenavi {
float:left;
width: 580px;
display: block;
margin: 0 auto;
padding: 10px 15px;
background:#e3ddb3;
border: #e5e5e5 1px solid;
border-radius: 6px; /* CSS3 */
-webkit-border-radius: 6px; /* Safari,Google Chrome */
-moz-border-radius: 6px; /* Firefox */
text-align: center;
}

.wp-pagenavi {
width: auto;
font-family: Arial, Helvetica, sans-serif;
font-weight: 600;
font-size: 15px;
display: inline-block;
margin: 0 auto;
padding: 0;
}

.wp-pagenavi a,
.wp-pagenavi span.current {
float: left;
padding: 2px 5px 5px 5px;
margin: 0 5px;
min-width: 23px;
height: 25px;
text-align: center;
display: block;
text-decoration: none;
color:#555;
vertical-align: middle;
line-height: 150%;
}

.wp-pagenavi span.current {
color: #c7c7c7;
font-weight: bold;
}

/*===============================================
　 トップに戻る
===============================================*/
#content .search-topBtn {
  background-color: rgba(0,0,0,0.5);
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

#content .search-topBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: #ffffff;
  height: calc(tan(60deg) * 20px / 2);
  width: 20px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

/*===============================================
　 ordernavi　発行順
===============================================*/

#feas-sort-menu {
	display: block;
	width: 285px;
	margin: 0;
	padding: 0;
	float: left;
}

#feas-sort-menu h5{
display: block;
width: 77px;
height: 48px;
margin: 5px 10px 0 0;
padding: 0;
background : url(../../img/base/title_order_navi.png) 0 0 no-repeat;
text-indent: -9999px;
}

.order_navi {
display: block;
width: 285px;
height: 31px;
margin: 0;
padding: 0;
}

.feas-sl-1-up a {
	float: left;
	width: 77px;
	height: 48px;
	margin: 10px 0 0 0;
	padding: 0;
	background : url(../../img/base/btn_order_navi_old.png) 0 0 no-repeat;
	text-indent: -9999px;
	cursor: pointer;
	background-size:contain;
	margin-right:10px;
}

.ie .feas-sl-1-up a {
	background : url(../../img/base/btn_order_navi_old_ie.png) 0 0 no-repeat;

}

.feas-sl-1-up.active a {
	background-image: url(../../img/base/btn_order_navi_old_active.png);
	background-size:contain;
}

.ie .feas-sl-1-up.active a {
	background-image: url(../../img/base/btn_order_navi_old_active_ie.png);
}

.feas-sl-1-down a {
	float: left;
	width: 77px;
	height: 48px;
	margin: 10px 0 0 0;
	padding: 0;
	background : url(../../img/base/btn_order_navi_new.png) 0 0 no-repeat;
	text-indent: -9999px;
	cursor: pointer;
	background-size:contain;
}

.ie .feas-sl-1-down a {
	background : url(../../img/base/btn_order_navi_new_ie.png) 0 0 no-repeat;
	}


.feas-sl-1-down.active a {
	background-image: url(../../img/base/btn_order_navi_new_active.png);
	background-size:contain;
}

.ie .feas-sl-1-down.active a {
	background-image: url(../../img/base/btn_order_navi_new_active_ie.png);
	}


.order_navi h5{
display: block;
float: left;
padding: 8px 10px 5px 0;
}

/*===============================================
　 layoutnavi　表示の切り替え
===============================================*/

.layout_navi {
display: block;
/*width: 285px;*/
height: 31px;
margin: 0 0 0 0;
padding: 0;
}

.btn_list_off,
.btn_grid_off {
float: left;
width: 77px;
height: 48px;
margin: 10px 0 0 0;
padding: 0;
text-indent: -9999px;
}

.btn_list_off{
	background : url(../../img/base/btn_layout_navi_list.png) 0 0 no-repeat;
	background-size:contain;
	margin-right:10px;
}

.ie .btn_list_off{
	background : url(../../img/base/btn_layout_navi_list_ie.png) 0 0 no-repeat;

}

.btn_list_off.active{
	background-image: url(../../img/base/btn_layout_navi_list_active.png);
	background-size:contain;
	margin-right:10px;
}

.ie .btn_list_off.active{
	background-image: url(../../img/base/btn_layout_navi_list_active_ie.png);

}

.btn_grid_off{
	background : url(../../img/base/btn_layout_navi_grid.png) 0 0 no-repeat;
	background-size:contain;
	margin-right:10px;
}

.ie .btn_grid_off{
	background : url(../../img/base/btn_layout_navi_grid_ie.png) 0 0 no-repeat;
	}

.btn_grid_off.active{
	background-image: url(../../img/base/btn_layout_navi_grid_active.png);
	background-size:contain;
	margin-right:10px;
}

.ie .btn_grid_off.active{
	background-image: url(../../img/base/btn_layout_navi_grid_active_ie.png);

}

.layout_navi h5{
	display: block;
	float: left;
	padding: 8px 10px 5px 0;
}

/*===============================================
　 tooltips 用 CSS
===============================================*/
#tooltips {
	font-weight:bold;
}
.ui-tooltip, .arrow:after {
	background: black;
	border: 1px solid white;
}

.ui-tooltip {
	padding: 10px 20px;
	color: white;
	border-radius: 6px;
	font: bold 14px "Helvetica Neue", Sans-Serif;
	text-transform: uppercase;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}

.arrow {
	width: 70px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -35px;
	bottom: -16px;
}

.arrow.top {
	top: -16px;
	bottom: auto;
}

.arrow.left {
	left: 50%;
}

.arrow:after {
	content: "";
	position: absolute;
	left: 20px;
	top: -20px;
	width: 25px;
	height: 25px;
	box-shadow: 3px 3px 0px -4px rgba(0, 0, 0, 0.2);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	tranform: rotate(45deg);
}

.arrow.top:after {
	bottom: -20px;
	top: auto;
}






#main_expert table{
	width:80%;
}


#main_expert th.monthBtn{
	vertical-align:top;
	width:20%;
}

#main_expert th.monthBtn img{
	width:70%;
}

#main_expert td.monthBox{
	vertical-align:top;
	width:90%;
}

#main_expert td.monthBox label{
	width:90px!important;
	font-size:100%;
	padding:5px 0;
	display:block;
	float:left;
}

h2 .box_open img {
	width:12px!important;
	height:auto!important;
	right:18px!important;
	top:22px!important;
	left:auto!important;
}


.contact_data textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
	width:96%;
	font-size: 117.68%;
	line-height: 150%;
	color: #000;
}






@media screen and (min-width: 960px) {
#search_old .book_info {
    width: 60%;
}
}

@media screen and (min-width: 481px) {
#main #key_search.key_search .search_level_wrap.inner {
	display:block!important;
}
}


@media screen and (max-width: 800px) {



.search_old_wrap {
	width:86%;
	padding: 15px 0 12px;

}

#search_old .book_info{
	width:50%;
}

#search_old .book_info h3{
	font-size:94%
}


#main #search_age {
	width:48%;
	height:auto;
}


#main #search_age p.now_age {
    padding-top: 10px;
}


#main .search_age_wrap {
	width:90%;
	margin:auto;
}

#main #search_age p.age_submit {
	width:100%;
	padding: 0 0 0;
}


#main #search_age .search_age_wrap .taishi_comment {
	height:44px;
}

#main #refine_search table td label {
    display: inline-block;
    width: 80px;
}


#main #refine_search .refine_search_submit {
	height:auto;
}

#footer .ft_wrap h2 {
	float:left;
    display: block;
    height: 53px;
    margin: 25px auto 20px;
    padding: 0;
    width: 20%;
}

#footer .ft_wrap .ft_right{
	float:right;
	width:70%;
}


#footer .ft_wrap ul {
    display: block;
    height: auto;
    list-style: outside none none;
    margin: 30px 0 0 0px;
    padding-bottom: 10px;
    width: 100%;
}

#footer .ft_wrap{
	width:94%;
	margin:auto;
}

#footer .ft_wrap:after {
content: ".";
display: block;
height: 0px;
clear: both;
visibility: hidden;
float:none;
}



#side #refine_search .refine_search_wrap {
	width:90%;
	padding:0;
	margin:auto;
}


#side #search_age {
	width:100%;
}

.search_age_wrap {
	width:100%;
}


#side #search_age p.now_age, #side #search_age p.past_age {
	width:100%;
}


#side #search_age p.age_submit {
	width:100%;
}


#side #search_age p.age_submit input {
	width:90%;
}

#search_key {
	width:100%;
}


#main_search {
	width:100%;
}


#search_result .search_result_wrap .list ul li {
	width:auto;
}

#search_result .search_result_wrap .list ul li .book_data {
	width:75%;
}


#main_search h2 {
	width:95%;
	padding: 15px 0 10px 5%;
}

#modifi {
    display: block;
    margin: auto 10px 0;
    padding: 0;
    width: 100%;
}


#search_result {
	width:100%;
}

#search_result .search_result_wrap .list ul li .book_data span.list_text{
	font-size:80%;
}

#side #refine_search, #side #key_search {
	width:100%;
}

#feas-sort-menu {
	width:210px;
}


#main #search_age input.uniform-input {
    max-width: 80px;
}

#side #refine_search table th {
    width: 90px;
	font-size:70%;
}

#side #refine_search table td .tipped {
    width: 85%;
}

#side div#uniform-feas_1_1,
#side div#uniform-feas_1_2 {
    width: 155px !important;
}

#side #feas-form-1 .allCheck img {
    height: auto;
    width: 100%;
}

#side #refine_search table td label {
    display: inline-block;
    width: 45%;
}

#key_search.key_search .key_link_box a {
	font-size:74%;
}

#search_result .search_result_wrap .grid ul li {
	max-width: 33%;
}

#search_result .search_result_wrap .grid ul li .book_cover {
	width:90%;
	height:auto;
}

#search_result .search_result_wrap .grid ul li .book_cover a {
	display:block;
	font-size:0;
	line-height:0;
}


#side #refine_search table th .allCheck {
	width: 90px;
}


}



@media screen and (max-width: 768px) {
#side #refine_search h2 img,
#side #key_search h2 img{
width: auto;
top: 30%;
left: 28px;
}

#search_result .search_result_wrap .grid ul li .book_data h3  {
	font-size:80%;
}

}


@media screen and (max-width: 667px) {
#main #search_age input.uniform-input{
	display:block;
	max-width:none;
	width:90%;
	margin:5px auto 2px;
}


#main #search_age p.now_age,
#main #search_age p.past_age {
	text-align:center;
}

#main .data_info_categories{
	width:44%;
}

#main .data_info_categories img{
	width:100%;
}


#side #search_age .search_age_wrap .taishi_comment {
height: auto;
padding:0 0 2% 0;
}

#side #search_age .search_age_wrap .taishi_comment input {
	width:80%;
}

.sd #main #refine_search .refine_search_submit input {
    width: 80%;
	padding: 15px 0 10px;
}

.sd #side #key_search,
.sd #side #search_old,
.sd #side #search_key,
.sd #side #search_age
 {
	display:none;
}





}

@media screen and (max-width: 580px) {
#search_old h2 {
	width:100%;
}

#main #refine_search .refine_search_wrap {
	width:90%;
	margin:auto;
}

#footer .ft_wrap .ft_right {
    float: none;
    width: 90%;
	margin:auto;
}

#footer .ft_wrap ul {
    margin: 10px 0 15px;
	padding:20px 0 0 0;
	border-top:1px dotted #ffffff;
}

#footer .ft_wrap ul li {
	width:160px;
	 margin: 0 5px 10px;
}


#footer .ft_wrap h2 {
    width: 90%;
}

#footer .ft_wrap h2 img {
    width: 35%;
}




#footer .ft_wrap h2 {
    margin: auto;
    padding: 15px 0 10px 30px;
    width: 90%;
}




}


@media screen and (max-width: 480px) {

#main #search_age h2 img {
	height: 27px;
	width:auto;
	top: 10px;
}


#book h2 img.subtitle_past{
	width:auto;
	top: 15px;
}


#main #search_age {
    width: 100%;
    padding: 0 0 5px;
}

div#uniform-feas_1_1, div#uniform-feas_1_2 {
    width: 100px !important;
}


#main #refine_search .refine_search_wrap {
	overflow:hidden;
	padding:5px 15px 15px!important;
}

div.selector span {
	width: 100px;
	padding-right: 0;
}


#main #refine_search table th {
	width:100px;
	font-size:85%;
}


.carouselslider {
    width: 100%;
	overflow:hidden;
}

#main #search_age h2 {
	width:100%;
	height: auto;
}

#main #search_age .search_age_wrap .taishi_comment {
    height: 60px;
    padding: 0 0 10px;
}


#search_old h2 {
	width:100%;
}

#banner a.banner04{
	display:none;
}

#banner a {
	flex-basis: 50%;
	height:49px!important;
}

#banner a.banner01,
#banner a.banner03 {
	border-left: 0;
}

#banner a.banner01,
#banner a.banner02 {
	border-bottom: 1px solid #C6E2BA;
}

.ie #banner a {
	flex-basis: 50%;
	height:auto!important;
}


#search_old {
	display:none;
}

#pagenavi {
	width: 100%;
	padding:0;
	margin:0;
}

#book_layout{
	width:50%
}

.btn_list_off, .btn_grid_off {
	width:68px;
	margin-left:2px!important;
	margin-right:0!important;
	height:30px;
}

#feas-sort-menu {
	width:50%;
}

.order_navi {
	width:auto;
}


.feas-sl-1-up a,
.feas-sl-1-down a
 {
	width:68px;
	margin: 10px 2px 0 0;
	height:30px;
}

#search_result .search_result_wrap .list ul li .book_cover {
	 width: 25%;
}

#search_result .search_result_wrap .list ul li .book_data {
    width: 70%;
}

#search_key {
	display:none;
}

#search_result {
	margin:0 auto 0;
}



.sd #side #search_age{
	display:none;
}

.book_data span.list_text{
	line-height:150%;
}

#footer .ft_wrap h2 {
    float: none;
    margin: 25px auto 10px;
    padding: 0;
    width: 90%;
}


#footer .ft_wrap h2 img {
    width: 50%;
}

#footer a {
	display:block;
}

#ebooks_area {
	padding-left: 20px;
	padding-right: 20px;
}

#ebooks_area a {
	width: 100%;
}

input.uniform-input, input.uniform-input:focus {
  width: 100%;
	box-sizing: border-box;
  height: 35px;
}

#main #refine_search table td {
    padding: 10px 0;
}

#side #refine_search table th,
#main #refine_search table th {
	width:100px;
}


#feas-form-1 .allCheck img {
    height: auto;
    width: 100%;
}

#side #refine_search table td label ,
#main #refine_search table td label {
    display: inline-block;
    width: 70px;
}

#main #refine_search table tr th,
#main #refine_search table tr td,
#side #refine_search table tr th,
#side #refine_search table tr td {
	width:100%;
	display: block;
}

#main #refine_search table tr th,
#side #refine_search table tr th{
	padding-bottom: 0;
}

#side #refine_search table th {
	font-size: 85%;
}

#main #refine_search table tr.year-zone td,
#side #refine_search table tr.year-zone td {
  text-align: center;
  padding-top: 5px;
}

#main #refine_search table tr.year-zone td select,
#side #refine_search table tr.year-zone td select {
  width: 100%;
	margin: 5px 0;
}

#main #refine_search table th .allCheck,
#side #refine_search table th .allCheck{
	max-width: 120px;
	width: 100%;
}

#main #key_search.key_search .key_link_box {
    font-size: 90%;
    text-align: center;
    width: 33.3333%;
}


.contact_data input.wpcf7-form-control.wpcf7-text.uniform-input.text {
 width:20%;
}



div#uniform-feas_1_1, div#uniform-feas_1_2 {
    width: 160px !important;
}


#search_result .search_result_wrap .grid ul li .book_cover {
	height:185px;
}

.wp-pagenavi a, .wp-pagenavi span.current {
	margin:0 4px;
}

#footer .ft_wrap h2 img {
    width: 35%;
}

#main #refine_search h2,
#key_search.key_search h2 {
	width:100%;
}

.sd #main #refine_search .refine_search_submit input {
    width: 96%;
	padding: 15px 0 10px;
}

#search_result .search_result_wrap .grid ul li .book_data h3  {
	font-size:70%;
	padding-top: 0;
	padding-bottom: 10px;
}


#search_result .search_result_wrap .grid ul li {
    padding-bottom: 0;
}



}




@media screen and (max-width: 375px) {
#banner a {
	height:44px!important;
}


#search_result .search_result_wrap .grid ul li .book_cover {
	height:146px;
}

.wp-pagenavi a, .wp-pagenavi span.current {
	min-width:inherit;
}

#pagenavi {
	height:25px;
	border-radius: 2px;
}

#footer .ft_wrap h2 img {
    width: 50%;
	padding:0 0 5px 0;
}


}




@media screen and (max-width: 360px) {
#search_result .search_result_wrap .grid ul li .book_cover {
	height:140px;
}

#footer .ft_wrap ul li {
	width:105px;
	 margin: 0 5px 10px;
}


}

@media screen and (max-width: 320px) {

#header .hd_wrap {
    height: 60px;
	background-size:150% auto;

}

#banner a {
    height: 18px;
}

#banner a {
	width:50%!important;
	height:38px!important;
}

#search_result .search_result_wrap .grid ul li .book_cover {
	height:125px;
}


#footer .ft_wrap h2 img {
    width: 50%;
}


}





/*===============================================
　 result　検索結果表示（リスト）
===============================================*/



#search_result .search_result_wrap .ex_g ul li{
	display: block;
	width: 580px;
	height: auto;
	border-bottom: #eee 1px solid;
	padding: 15px;
}


#search_result .search_result_wrap .ex_g ul li .book_cover img{
	width: 100%;
	height: auto;
}

#search_result .search_result_wrap .ex_g ul li .book_data{
	display: block;
		float: right;
	width: 462px;
	height: auto;
}

#search_result .search_result_wrap .ex_g ul li .book_cover{
	display: block;
	width: 80px;
	height: auto;
	float: left;
}

#search_result .search_result_wrap .ex_g ul li .book_data h3 a{
width: 100%;
height: auto;
display: block;
border-bottom: #eee 1px solid;
color: #555;
font-weight: normal;
font-size: 120%;
line-height: 150%;
text-decoration: none;
}

#search_result .search_result_wrap .ex_g ul li .book_data h3 a:hover{
text-decoration: underline;
}

#search_result .search_result_wrap .ex_g ul li .book_data h3 a .highlight{
	background: #FFC;
}

#search_result .search_result_wrap .ex_g ul li .book_data p{
width: 100%;
height: auto;
display: block;
color: #555;
line-height: 150%;
padding: 5px 0;
}

#search_result .search_result_wrap .ex_g ul li .book_data p a{
color: #0f3232;
}

#search_result .search_result_wrap .ex_g ul li .book_data span{
color: #1a0dab;
}


#search_result .search_result_wrap ul li .book_data .gridIcon {
	display: none;
}

#search_result .search_result_wrap .ex_g ul li {
	width:auto;
	max-width:none!important;
}

#search_result .search_result_wrap .ex_g ul li .book_data {
	width:75%;
}


#search_result .search_result_wrap .ex_g ul li .book_data span.ex_g_text{
	font-size:80%;
}






@media screen and (max-width: 480px) {




#search_result .search_result_wrap .ex_g ul li .book_cover {
	 width: 25%;
}

#search_result .search_result_wrap .ex_g ul li .book_data {
    width: 70%;
}


