@charset "utf-8";
/* common */
html, body {
  min-width:1120px;
  width: 100%;
  background-color: #FEFADF;
}

html {
  color: #000;
  font-size: 75%;
  line-height: 1.2;
}

a {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: #666;
}
/* header */
#header {
  *zoom: 1;
  min-width: 1120px;
  margin: 0 auto;
  padding: 10px 0 0px 0;
  background-color: #CDFDFE;
}
#header .inner{
  width:1120px;
  margin: 0 auto;
  overflow:hidden;
}
#logo{
bottom:0;
}
#logo img{
	width:130px;
}

#hnavi {
		padding-top:10px;
}

#search {
	*zoom: 1;
	float:right;
	display:flex;
}
#search:after {
	content: "";
	display: block;
	clear: both;
}
#search .form{
	display:flex;
}
#search form {
	position:relative;
	display:flex;
}
#search form  > select{
	border:solid 1px #dddddd;
	background:#FFFECE;
	height:30px;
	margin-right:10px;
}
#search #hnaviSearchWord{
	border:solid 1px #dddddd;
	line-height:30px;
	height:30px;
	width:350px;
	padding:0 1em;
	color:#333333;
}
#search form #hnaviSearchSubmit{
	background: url(../images/common/btn_search.png) #002075;
	border:none;
	width:30px;
	height:30px;
	position:absolute;
	right:0;
	top:0;
	cursor:pointer;
}

#search .detail {
	cursor:pointer;
	line-height:28px;
	display:inline-block;
	text-align:center;
	width:60px;
	margin-left:10px;
}
#search .detail a {
  text-decoration: underline;
}
#search .detail a:hover {
  text-decoration: none;
}

#gnavi {
  background-color: #F76998;
  //background-image: url(/images/common/bg_footer.png);
}

/* searchBox */
#overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#E6000000', endColorstr='#E6000000');
  background: transparent;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  z-index: 1000;
}
:root #overlay {
  filter: none\0/IE9;
}

#searchBox {
	display:none;
	width:472px;
	border:3px solid #333333;
	background:#f3f3f3;
	padding:27px;
	z-index: 1001;
	top: 60px;
	left: 30%;
	position: absolute;
}
:root #searchBox {
  filter: none\0/IE9;
}
#searchBox table {
	width:100%;
}
#searchBox table th, #searchBox table td {
	padding:2px 0;
}
#searchBox table th {
	width:22%;
	text-align:left;
	font-weight:normal;
}
#searchBox table td{
	width:78%;
}
#searchBox input[type=text] {
	width:97%;
	border:solid 1px #dddddd;
	font-size:14px;
	padding:5px;
}
#searchBox select {
	width:100%;
	border:solid 1px #dddddd;
	font-size:14px;
	padding:5px;
}
#searchBox select[name=amount],
#searchBox select[name=order]{
	width:auto;
}
#searchBox .btn{
	margin:10px 0;
	text-align:center;
}
#searchBox .btn a{
	width:130px;
	border:none;
	background:#888888;
	color:#ffffff;
	padding:10px;
	margin:0 5px;
	display:inline-block;
}
#searchBox .btn a:hover{
	text-decoration:none;
}
#searchBox .btn .search_submit{
	background: url(../images/common/btn_search.png) left center no-repeat #333333;
}


#searchBox .close {
  position: absolute;
  top: -3px;
  right: -60px;
}
#searchBox .close a {
	background:#333333;
	color:#ffffff;
	text-align:center;
	width:60px;
	display:block;
	line-height:28px;
	display:inline-block;
}
#searchBox legend {
  margin-left: 15px;
}
/**/

/* layout */

#main_column:after{
  content: "";
  display: block;
  clear: both;
}

/**/


/* 左カラム */
#side_column{
width:240px;
max-width: 240px;
background:inherit;
}
.sidebox{
	margin-bottom:20px;
}
.sidebox .ttl{
  //background:url(../images/common/icon_flag.png) 15px center no-repeat #333333;
  padding:7px 15px 7px 10px;
  color:#ffffff;
  font-size:14px;
  line-height:1;
}

.sidebox .sideBnr{}
.sidebox .sideBnr li{
	margin-bottom:10px;
}
.sidebox .sideBnr li:last-of-type{
	margin-bottom:0px;
}
.sidebox .sideBnr li img{
	width:100%;
}

.sidebox .kodomo_recommend{
	border:solid 1px #CDCBCE;
	border-radius:10px;
	background:#fff;
}
.sidebox .kodomo_recommend > dt{
	border:solid 1px #CDCBCE;
	border-bottom:none;
	border-radius:10px;
	overflow:hidden;
}
.sidebox .kodomo_recommend > dt img{
width:100%;
}
.sidebox .kodomo_recommend > dd{
}
.sidebox .kodomo_recommend > dd ul{
padding:12px;
}
.sidebox .kodomo_recommend > dd li{
display:flex;
margin-bottom:12px;
}
.sidebox .kodomo_recommend > dd .image{
width:70px;
margin-right:10px;
}
.sidebox .kodomo_recommend > dd .image img{
width:100%;
}
.sidebox .kodomo_recommend > dd .detail{
width:calc(100% - 80px);
font-size:14px;
}
.sidebox .kodomo_recommend > dd .name{
font-weight:bold;
line-height:1.5;
}
.sidebox .kodomo_recommend > dd .author{
line-height:1.5;
}
.sidebox .kodomo_recommend > dd .author > a{
display:block;
}


/*** add sekiya 20200210 ***/
.serialization {
  display: flex;
}
.serialization div p {
  margin-top: 30px;
}
.serialization div p ul {
  margin-top: 50px;
}
h1.ttl {
  font-size: 250%;
  margin-right: 20px;
  font-weight: bold;
  margin-bottom: 50px;
}
h2.ttl {
  font-size: 140% !important;
  background-color: #F76998 !important;
  padding: 10px 0 10px 10px !important;
  color: #ffffff !important;
  font-weight: bold !important;
margin-bottom:1em !important;
}
h3.ttl {
  font-size: 140%;
  font-weight: bold;
  margin-bottom: 10px;
}

#web_media_area {
  width: 1120px;
  margin: 0 auto 40px;
}
#web_media_area ul {
  margin-top: 10px;
  display: flex;
}

#footer_banner_area {
  width: 1120px;
  margin: 0 auto 40px;
  background-color: #cccccc;
}
#footer_banner_area ul {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 50px;
}
#footer_banner_area ul li {
  margin: 0 10px;
}
#footer_copyright{
background:#F76998;
color:#fff;
}

#gnavi {
  background: #ff6699;
}

.essays {
  width: 500px;
  margin:0 30px 0 0;
}
.authors {
  width: 500px;
  margin:0 30px 0 0;
}
.backnumber {
  text-align: right;
}
.backnumber a::before{
  content: '';
  position: absolute;
  left: 30px;
  top: 50%;
  box-sizing: border-box;
  width: 5px;
  height: 5px;
  border: 5px solid transparent;
  border-left: 5px solid #000000;
  transform: translateY(-50%);
}
.backnumber a {
  height: auto;
  box-shadow: 0 0 8px gray;
  border-radius: 5px;
  position: relative;
  font-size: 120%;
  background-color: #ffffff;
  padding: 4px 40px;
}
