@charset "UTF-8";
/* css List [top] */

@import url("../content.css");
@import url("../form.css");
@import url("main.css");
@import url("item.css");
@import url("topics.css");
@import url("genre.css");

/*---------------------------------------------------- */
/* Placeholder */
/*---------------------------------------------------- */
::-webkit-input-placeholder {
  color: #a5a5a5;
}
::-moz-placeholder {
  color: #a5a5a5; opacity: 1;
}
:-ms-input-placeholder {
  color: #a5a5a5;
}

/*---------------------------------------------------- */
/* Form */
/*---------------------------------------------------- */
.txtArea input[type="text"] {
	padding: 0;
	margin: 0;
	background-color: #fff;
	font-size: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
}

.txtArea input[type="button"] {
	padding: 0;
	margin: 0;
	font-size: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
}

/*---------------------------------------------------- */
/* Search */
/*---------------------------------------------------- */
/*== Table ==*/
.headtitle .haco_search {
	padding: 0;
	margin: 0;
	height: auto;
}

.headtitle .haco_search table {
	padding: 0;
	margin: 0;
	width: 100%;
	border-collapse: collapse;
}

.headtitle .haco_search table th {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

.headtitle .haco_search table td.box1 {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	
}

.headtitle .haco_search table td.box2 {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

/*== h4 ==*/
.headtitle .haco_search table th h4 {
	padding: 0;
	margin: 0;
	background-color: #f4f3f2;
	border: solid 1px #d6d9d9;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	color: #3d3e3f;
	font-weight: 500;
	display: inline-block;
}

/*== textbox ==*/
.headtitle .haco_search table td .txtArea {
	padding: 0;
	margin: 0;
	border-top: solid 1px #d6d9d9;
	border-bottom: solid 1px #d6d9d9;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	color: #3d3e3f;
	font-weight: 500;
	display: inline-block;
}

.headtitle .haco_search table td .txtArea #search {
	padding: 0;
	color: #3d3e3f;
	font-weight: 500;
	display: inline-block;
	border: none;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

/*== btn ==*/
.headtitle .haco_search table td .btn_search {
	margin: 0 auto;
	height: auto;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border: solid 1px #03937b;
	background-color: #03937b;
	color: #fff;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	display: inline-block;
}

.headtitle .haco_search table td .btn_search:hover {
	opacity: .6;
	filter: alpha(opacity=60);
	text-decoration: none;
}

/*---------------------------------------------------- */
/* Button */
/*---------------------------------------------------- */
/*== Genre ==*/
.headtitle .btnbox {
	padding: 0;
	margin: 0;
	height: auto;
}

/*== List ==*/
.headtitle .btnbox .btn_list a {
	margin: 0 auto;
	border-radius: 4px;
	border: solid 2px #1bb299;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	color: #03937b;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	display: block;
}

.headtitle .btnbox .btn_list a:hover {
	opacity: .6;
	filter: alpha(opacity=60);
	text-decoration: none;
}

.headtitle .btnbox .btn_list a .fas {
	padding: 0;
	margin: 0;
	display: inline-block;
	font-weight: 900;
}

/*---------------------------------------------------- */
/* Number navi */
/*---------------------------------------------------- */
.numbernavi {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

.numbernavi p {
	padding: 0;
	margin: 0;
	font-weight: 500;
	color: #2d2e2f;
	text-decoration: none;
	text-align: right;
	line-height: 1.0;
}

.numbernavi p a {
	font-weight: bold;
	color: #1bb299;
	text-decoration: underline;
}

.numbernavi p a:hover {
	font-weight: bold;
	color: #36c1aa;
	text-decoration: underline;
}



/*  PC  */
@media print, screen and (min-width: 960px) {
/*---------------------------------------------------- */
/* headtitle */
/*---------------------------------------------------- */
/*== h3 ==*/
.headtitle h3.itemList {
	width: 28%;
}

.headtitle h3.itemList2 {
	width: 75%;
	line-height: 1.4;
}

/*---------------------------------------------------- */
/* Search */
/*---------------------------------------------------- */
/*== Table ==*/
.headtitle .haco_search {
	width: 47%;
	float: right;
}

.headtitle .haco_search table {
	height: 38px;
}

.headtitle .haco_search table th {
	width: 36%;
}

.headtitle .haco_search table td.box1 {
	width: 48%;
}

.headtitle .haco_search table td.box2 {
	width: 16%;
}

/*== h4 ==*/
.headtitle .haco_search table th h4 {
	width: 100%;
	height: 38px;
	font-size: 14px;
	font-weight: 600;
	line-height: 38px;
}

/*== textbox ==*/
.headtitle .haco_search table td .txtArea {
	width: 100%;
	height: 38px;
	line-height: 38px;
}

.headtitle .haco_search table td .txtArea #search {
	margin: 2px 0 2px 3%;
	width: 94%;
	height: 34px;
	font-size: 14px;
	line-height: 34px;
}

/*== btn ==*/
.headtitle .haco_search table td .btn_search {
	padding: 0;
	width: 100%;
	height: 38px;
	font-size: 14px;
	line-height: 38px;
}

/*---------------------------------------------------- */
/* Button */
/*---------------------------------------------------- */
/*== Genre ==*/
.headtitle .btnbox {
	margin-left: 2%;
	width: 20%;
	float: right;
}

/*== List ==*/
.headtitle .btnbox .btn_list a {
	padding: 0;
	height: 38px;
	font-size: 13px;
	line-height: 38px;
}

.headtitle .btnbox .btn_list a .fas {
	margin-left: 8px;
	font-size: 15px;
}

/*---------------------------------------------------- */
/* Number navi */
/*---------------------------------------------------- */
.numbernavi {
	padding-top: 15px;
	padding-bottom: 20px;
	width: 96%;
}

.numbernavi p {
	font-size: 16px;
}


}

/* Tablet */
@media all and (max-width: 959px) and (min-width: 650px) {
/*---------------------------------------------------- */
/* headtitle */
/*---------------------------------------------------- */
/*== h3 ==*/
.headtitle h3.itemList {
	margin-bottom: 10px;
	width: 98%;
}

.headtitle h3.itemList2 {
	margin-bottom: 10px;
	width: 98%;
	line-height: 1.4;
}

/*---------------------------------------------------- */
/* Search */
/*---------------------------------------------------- */
/*== Table ==*/
.headtitle .haco_search {
	width: 68%;
	float: right;
}

.headtitle .haco_search table {
	height: 38px;
}

.headtitle .haco_search table th {
	width: 34%;
}

.headtitle .haco_search table td.box1 {
	width: 48%;
}

.headtitle .haco_search table td.box2 {
	width: 16%;
}

/*== h4 ==*/
.headtitle .haco_search table th h4 {
	width: 100%;
	height: 38px;
	font-size: 14px;
	font-weight: 600;
	line-height: 38px;
}

/*== textbox ==*/
.headtitle .haco_search table td .txtArea {
	width: 100%;
	height: 38px;
	line-height: 38px;
}

.headtitle .haco_search table td .txtArea #search {
	margin: 2px 0 2px 3%;
	width: 94%;
	height: 34px;
	font-size: 14px;
	line-height: 34px;
}

/*== btn ==*/
.headtitle .haco_search table td .btn_search {
	padding: 0;
	width: 100%;
	height: 38px;
	font-size: 14px;
	line-height: 38px;
}

/*---------------------------------------------------- */
/* Button */
/*---------------------------------------------------- */
/*== Genre ==*/
.headtitle .btnbox {
	margin-left: 2%;
	width: 28%;
	float: right;
}

/*== List ==*/
.headtitle .btnbox .btn_list a {
	padding: 0;
	height: 38px;
	font-size: 13px;
	line-height: 38px;
}

.headtitle .btnbox .btn_list a .fas {
	margin-left: 8px;
	font-size: 15px;
}

/*---------------------------------------------------- */
/* Number navi */
/*---------------------------------------------------- */
.numbernavi {
	padding-top: 10px;
	padding-bottom: 15px;
	width: 96%;
}

.numbernavi p {
	font-size: 15px;
}



}

/* SP */
@media all and (max-width: 649px)  {
/*---------------------------------------------------- */
/* headtitle */
/*---------------------------------------------------- */
/*== h3 ==*/
.headtitle h3.itemList {
	margin-bottom: 12px;
	width: 56%;
}

.headtitle h3.itemList2 {
	margin-bottom: 12px;
	width: 98%;
	line-height: 1.4;
}

/*---------------------------------------------------- */
/* Search */
/*---------------------------------------------------- */
/*== Table ==*/
.headtitle .haco_search {
	margin-bottom: 6px;
	margin-left: 2%;
	width: 96%;
	float: left;
}

.headtitle .haco_search table {
	margin-bottom: 1px;
	height: 36px;
}

.headtitle .haco_search table th {
	width: 37%;
}

.headtitle .haco_search table td.box1 {
	width: 48%;
}

.headtitle .haco_search table td.box2 {
	width: 15%;
}

/*== h4 ==*/
.headtitle .haco_search table th h4 {
	width: 100%;
	height: 36px;
	font-size: 12px;
	font-weight: 600;
	line-height: 36px;
}

/*== textbox ==*/
.headtitle .haco_search table td .txtArea {
	width: 100%;
	height: 36px;
}

.headtitle .haco_search table td .txtArea #search {
	margin: 2px 0 2px 3%;
	width: 94%;
	height: 31px;
	font-size: 12px;
	line-height: 31px;
}

/*== btn ==*/
.headtitle .haco_search table td .btn_search {
	padding: 0;
	width: 100%;
	height: 36px;
	font-size: 12px;
	font-weight: 600;
	line-height: 36px;
}

/*---------------------------------------------------- */
/* Button */
/*---------------------------------------------------- */
/*== Genre ==*/
.headtitle .btnbox {
	margin-left: 1%;
	margin-bottom: 12px;
	width: 42%;
	float: left;
}

/*== List ==*/
.headtitle .btnbox .btn_list a {
	padding: 0;
	height: 30px;
	font-size: 13px;
	font-weight: 500;
	line-height: 26px;
}

.headtitle .btnbox .btn_list a .fas {
	margin-left: 6px;
	font-size: 14px;
}

/*---------------------------------------------------- */
/* Number navi */
/*---------------------------------------------------- */
.numbernavi {
	padding-top: 10px;
	padding-bottom: 15px;
	width: 96%;
}

.numbernavi p {
	font-size: 14px;
}



}