/* CSS INDEX
header
contents
footer
globalnav
side_search
side_search category_list
side_search category_list_child
title
search_header
home_category_list
home_search
search_before
search_after
search error
recommend
contents_not_found
parts
layout_one_column
--------------------------------------------------------------------------------*/

/*side_search*/
/*------------------------------------------------------------------------------*/
#side_search {
	width:220px;
	margin-bottom:30px;
}
#side_search #side_search_text span{
	font-size:11px;
}
#side_search #side_search_text .box_keyword,
#side_search #side_search_text .box_kakaku,
#side_search #side_search_text .box_number,
#side_search #side_search_text .box_date{
	margin-top:5px;
}
#side_search hr {
	margin: 15px 0 5px;
	border-width: 1px 0 0 0;
	border-color: #ccc;
	border-style: solid;
}

#side_search #side_search_text .box_keyword > p {
	font-size: 120%;
	font-weight: bold;
	padding: 5px 0 5px;
}
#side_search #side_search_text .box_keyword input{
	width:100%;
}
#side_search #side_search_text .box_number input{
	width:100%;
}
#side_search #side_search_text .box_kakaku input{
	margin-right:5px;
	width:80px;
}
#side_search #side_search_text .box_kakaku input:last-child{
	margin-left:5px;
}
#side_search #side_search_text input[type="text"]{
	padding:0 5px;
	height:26px;
	font-size:12px;
	line-height:26px;
	border:#ccc solid 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing:border-box;
}
#side_search #side_search_text select{
	width:100%;
}

#side_search #side_search_text .box_date select{
	margin:0 0 5px 0;
	width:auto;
}
#side_search #side_search_text .box_date input{
	margin-right:5px;
	width:80px;
}
#side_search #side_search_text .box_date input:last-child{
	margin-left:5px;
}

#side_search #side_search_text .box_option{
	margin-top:10px;
}
#side_search #side_search_text .box_option label{
	margin:0 12px 0 2px;
	display: inline-block;
	vertical-align:middle;
}
#side_search #side_search_text .box_option label input{
	margin-right:5px;
	vertical-align: middle;
}

#side_search #side_search_text .search_submit{
	margin-top:10px;
}

#side_search #side_search_category{
	display:table;
	margin-top:10px;
	zoom:1;
}
#side_search #side_search_category .search_left,
#side_search #side_search_category .search_right{
	display:table-cell;
	height:26px;
	vertical-align:middle;
}
*:first-child+html #side_search #side_search_category .search_left,
*:first-child+html #side_search #side_search_category .search_right{/* IE 7 */
	display:inline;
	zoom:1;
}
#side_search #side_search_category .search_left{
	width:170px;
}
#side_search #side_search_category .search_left select{
	margin-top:5px;
	width:165px;
}
#side_search #side_search_category .search_left select:first-child{
	margin-top:0;
}
#side_search #side_search_category .search_right{
	width:50px;
}
#side_search input[type="submit"]{
	width:50px;
	height:26px;
	font-size:12px;
	cursor:pointer;
	border:#ccc solid 1px;
	background:#ccc;
	color:#fff;
}
#side_search input[type="submit"]:hover{
	background:#9a9a9a;
}
#side_search #side_search_category_radio{
	margin-top:10px;
}
#side_search #side_search_category_radio li{
	margin-top:5px;
}
#side_search #side_search_category_radio input[type="radio"]{
	margin-right:5px;
	vertical-align: middle;
}
#side_search #side_search_category_radio label{
	vertical-align: middle;
}
#side_search_category_radio .search_submit{
	margin-top:10px;
}
#side_search .side_search_home .search_title{
	padding:10px 5px;
	background:#ccc;
	text-align:center;
	color:#FFF;
	font-size:14px;
	line-height:1.2;
	font-weight:bold;
	display:block;
	zoom:1;
}
#side_search .side_search_home input[type="text"]{
	margin-top:10px;
	padding:0 5px;
	height:26px;
	font-size:12px;
	line-height:26px;
	width:220px;
	border:#ccc solid 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing:border-box;
	color:#ccc;
}
*:first-child+html #side_search .side_search_home input[type="text"]{
	width:210px;
	height:24px;
}
#side_search .side_search_home select{
	margin-top:10px;
	width:220px;
}
#side_search .side_search_home .search_submit{
	margin-top:10px;
}
.placeholder{
	/*color:#ccc;*/
}
.textFocus{
	color:#000 !important;
}

#side_search_label_checkbox p{
 font-size:120%;
 font-weight:bold;
 padding:10px 0 5px;
}
#side_search_label_checkbox label{
    display:inline-block;
    margin: 5px 20px 5px 0;
}
#side_search_label_checkbox label > input[type="checkbox"] {
    margin: -2px 7px 0 0;
    vertical-align: middle;
}
#side_search_label_checkbox .search_submit{
 margin-top:10px;
}

/*side_search category_list*/
/*------------------------------------------------------------------------------*/
#side_search_title{
	padding:10px 5px;
	background:#ccc;
	text-align:center;
	color:#FFF;
	font-size:14px;
	line-height:1.2;
	font-weight:bold;
	display:block;
	zoom:1;
}
#side_search_title a:hover {
	text-decoration:underline;
}
#side_search #category_list{
	margin-top:10px;
	border-top:#ccc solid 1px;
}
#side_search #category_list > ul{list-style-type:none;}
#side_search #category_list > ul > li > a{
	padding:10px 5px 10px 25px;
	background:url(../image/common/subnav01.gif) no-repeat no-repeat left 50%;
	font-size:12px;
	line-height:1.2;
	color:#333;
	display:block;
	border-right:#ccc solid 1px;
	border-left:#ccc solid 1px;
	border-bottom:#ccc solid 1px;
}
#side_search #category_list > ul > li > a:hover,
#side_search #category_list > ul > li.current > a,
#side_search #category_list > ul > li.current > a:hover{
	background:#ccc url(../image/common/subnav01_ov.gif) no-repeat no-repeat left 50%;
	font-weight:bold;
	color:#fff;
}

#side_search #category_list > ul > li > ul {
	display: none;
}

#side_search #category_list > ul > li.current > ul {
	display: block;
}

/*side_search category_list_child*/
/*------------------------------------------------------------------------------*/
#side_search #category_list .category_list_child{
	margin-top:0;
	border-top:none;
}
#side_search #category_list .category_list_child li a{
	padding:10px 5px 10px 30px;
	background:url(../image/common/subnav02.gif) no-repeat left 50%;
	font-size:11px;
	color:#333;
	display:block;
	font-weight:normal;
	border-right:#ccc solid 1px;
	border-left:#ccc solid 1px;
	border-bottom:#ccc solid 1px;
}
#side_search #category_list .category_list_child li a:hover,
#side_search #category_list .category_list_child li.current a{
	background:#bbb url(../image/common/subnav02_ov.gif) no-repeat left 50%;
	font-weight:bold;
	color:#fff;
}


/*side_contact_box + side_banner_list*/
/*------------------------------------------------------------------------------*/
#side_contact_box{
	width:218px;
	height:168px;
	margin-bottom:30px;
	border:solid 1px #CCCCCC;
	position:relative;
}
.side_contact_title{
	position:absolute;
	top:10px;
	left:24px;
}
.side_contact_btn01,.side_contact_btn02{
	position:absolute;
	left:10px;
}
.side_contact_btn01{top:50px;}
.side_contact_btn02{bottom:10px;}
#side_banner_list li{ margin-top:10px;}
#side_contact_box a:hover img,
#side_banner_list a:hover img{
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity:0.7;
	zoom:1;
}

/*search_header*/
/*------------------------------------------------------------------------------*/
#search_header{
	position: absolute;
	top:20px;
	right:0;
	display: table;
	width:500px;
}
#search_header div{
	display:table-cell;
	vertical-align: middle;
}
*:first-child+html #search_header div,
*:first-child+html #search_header div{/* IE 7 */
	display:inline;
	zoom:1;
}
#search_header .search_title{
	width:110px;
	text-align: right;
}
#search_header .search_category{
	width:170px;
}
#search_header .search_category select{
	width:165px;
}
#search_header .search_text{
	width:170px;
}
#search_header .search_text input[type="text"]{
	padding:3px 5px;
	height:26px;
	font-size:12px;
	line-height:20px;
	width:165px;
	border:#ccc solid 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing:border-box;
	/*color:#ccc;*/
}
*:first-child+html #search_header .search_text input[type="text"]{
	width:155px;
	height:18px;
}
#search_header .search_submit{
	width:50px;
}
#search_header input[type="submit"]{
	width:50px;
	height:26px;
	font-size:12px;
	cursor:pointer;
	border:#ccc solid 1px;
	background:#ccc;
	color:#fff;
}
#search_header input[type="submit"]:hover{
	background:#9a9a9a;
}

/*search_after*/
/*------------------------------------------------------------------------------*/
.search_result_box{
	float:left;
}
@media only screen and (min-width:1120px) {
.search_result_box{width:18.4%; margin-left:2%;}
.search_result_box:nth-child(5n+1){clear:both; margin-left:0;}
.search_result_box:nth-child(n+6){margin-top:80px;}
}
@media only screen and (min-width:900px) and (max-width:1119px) {
.search_result_box{width:23.5%; margin-left:2%;}
.search_result_box:nth-child(4n+1){clear:both; margin-left:0;}
.search_result_box:nth-child(n+5){margin-top:70px;}
}
@media only screen and (min-width:600px) and (max-width:899px) {
.search_result_box{width:32%; margin-left:2%;}
.search_result_box:nth-child(3n+1){clear:both; margin-left:0;}
.search_result_box:nth-child(n+4){margin-top:55px;}
}
@media only screen and (max-width:599px) {
.search_result_box{width:48.5%; margin-left:3%;}
.search_result_box:nth-child(odd){clear:both; margin-left:0;}
.search_result_box:nth-child(n+3){margin-top:40px;}
}

.search_result_img a{
	display:block;
	width:100%;
	height:0;
	padding-top:calc(100% * (4 / 3));
	border:1px solid #DDD;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:contain;
}
.search_result_name{
	display:table;
	width:100%;
	border-bottom:1px dotted #0075C4;
	margin-bottom:15px;
}
.search_result_name a{
	display:table-cell;
	height:60px;
	vertical-align:middle;
	color:#0075C4;
	font-size:18px;
	color:#0075C4;
	font-weight:bold;
	letter-spacing:0.1em;
	line-height:1.3;
	padding:10px 0;
	transition:0.3s;
}
.search_result_name a:hover{
	opacity:0.7;
}
.search_result_table{
	width:100%;
}
.search_result_table tr > *{
	padding:5px 0;
	line-height:1.4;
	font-size:13px;
}

.search_result_table tr > th{
	font-weight:bold;
	position: relative;
	padding-right:1em;
	width:60px;
}
.search_result_table tr > th:after{
	content:"：";
	position:absolute;
	top:5px;
	right:0;
}
.search_result_table tr > td{
	padding-left:0.5em;
}
.inline_list li{
	display:inline;
}
.inline_list li + li:before{
	content:"、";
}

@media only screen and (max-width:599px) {
.search_result_name a{
	height:45px;
	font-size:17px;
}
.search_result_table,.search_result_table *{
	display:block;
	width:100%;
}
.search_result_table tr + tr{
	margin-top:10px;
}
.search_result_table tr > th{
	display:block;
	padding:3px 10px 3px 8px;
	margin-bottom:5px;
	border-left:2px solid #0075c4;
	width:100%;
	background:#EEE;
}
.search_result_table tr > th:after{
	display:none;
}
.search_result_table tr > td{
	display:block;
	padding:0;
	width:100%;
}
}


/*件数表示など*/
.result_text{
	margin-bottom:10px;
}
.search_sort dt{
	display:inline-block;
	font-weight:bold;
	margin-right:5px;
}
.search_sort dd{
	display:inline-block;
}
.search_sort dd li{
	display:inline-block;
	margin-right:15px;
}

/*pager*/
.pager {
	text-align: right;
	zoom:1;
    letter-spacing:-1em;
}
.pager a,
.pager span {
	display:inline-block;
	margin-right:4px;
    letter-spacing:normal;
}
.pager a,
.pager span{
	padding:5px 7px;
	min-width:15px;
	text-align:center;	
	font-size:11px;
	line-height:1;
	text-decoration: none !important;
	border:#0075C4 solid 1px;
	color:#0075C4;
}
.pager a:link,
.pager a:visited {
	color: #fff;
	background:#0075C4;
}
.pager a:hover,
.pager a:active {
	background:#4C9ED6;
}
.pager span {
	font-weight: bold;
}
.pager .dots{
	border:none !important;
}
.pager .next {
	margin-right:0;
}


/*detail*/
/*------------------------------------------------------------------------------*/
#detail{
	padding-bottom:20px;
}
#detail .section{
	margin-top:20px;
}
#detail.item_typeA #item_box01 .item_photo_box{
	float:left;
	width:320px;
	text-align: center;
}
#detail #item_box01 .item_photo a {
	display: none;
}
#detail #item_box01 .item_photo a.on {
	display: block;
}
#detail.item_typeA #item_box01 .item_photo img,
#detail.item_typeB #item_box01 .item_photo img{
	max-width:320px;
	height:auto;
	max-height:240px;
}
#detail #item_box01 .item_photo_thumbnail{
	margin-top:5px;
	text-align: left;
	width:320px;
	height:62px;
	overflow: hidden;
}
#detail #item_box01 .item_photo_thumbnail ul{
	width:330px;
}
#detail #item_box01 .item_photo_thumbnail ul:before,
#detail #item_box01 .item_photo_thumbnail ul:after{content: ""; display: block;}
#detail #item_box01 .item_photo_thumbnail ul:after{clear: both;}
#detail #item_box01 .item_photo_thumbnail ul{zoom:1;}

#detail #item_box01 .item_photo_thumbnail li{
	margin-left:2px;
	float:left;
}
#detail #item_box01 .item_photo_thumbnail li:first-child{
	margin-left:0;
}
#detail #item_box01 .item_photo_thumbnail img{
	border:1px solid #ccc;
}
#detail #item_box01 .item_photo_thumbnail img.on{
	border:1px solid #aaa;
}
#detail #item_box01 .item_photo_thumbnail img{
	max-width:60px;
	max-height:60px;
}
#detail.item_typeA #item_box01 .item_text{
	float:right;
	width:388px;
}
#detail #item_box01 .item_name{
	font-size:1.1em;
}
#detail #item_box01 .item_text th{
	text-align: left;
	white-space: nowrap;
}
#detail #item_box01 .item_text td{
	padding-left:0.5em;
}
#detail #item_box02 p,
#detail #item_box03 p{
	margin-top: 1em;
}
#detail.item_typeA #item_box01:before, #detail.item_typeA #item_box01:after,
#detail.item_typeB #item_box01:before, #detail.item_typeB #item_box01:after{content: ""; display: block;}
#detail.item_typeA #item_box01:after,
#detail.item_typeB #item_box01:after { clear: both; }
#detail.item_typeA #item_box01,
#detail.item_typeB #item_box01{zoom:1;}
#detail.item_typeB #item_box01 .item_photo_box{
	float:right;
	width:320px;
	text-align: center;
}
#detail.item_typeB #item_box01 .item_text{
	float:left;
	width:388px;
}
#detail .btn_link_area{
	letter-spacing:-.40em;
}
#detail .btn_link01{
	margin-top:10px;
	margin-right:10px;
	display:inline-block;
	letter-spacing:normal;
}
#detail .btn_link01 a{
	padding:5px 10px;
	background:#ccc;
	color:#fff;
	display:block;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
}
#detail .btn_link01 a:hover{
	background:#aaa;
	color:#fff;
}

/* actibook 表紙画像 */
#detail .actibook_cover{
	letter-spacing:-.40em;
}
#detail .actibook_cover li{
	margin-top:10px;
	margin-right:10px;
	display:inline-block;
	letter-spacing:normal;
}
#detail .actibook_cover img{
	border:1px solid #ccc;
}

/* 製品特徴画像 */
.item_feature_image{
	margin-top:10px;
}
.item_feature_image li{
	width:360px;
	margin:0 auto;
	display:block;
	letter-spacing:normal;
}
.item_feature_image img{
	width:100%;
}

/* フリーエリア */
.free_area_01,
.free_area_02{
	margin-top:10px;
}
.free_area_01 .free_area_text,
.free_area_02 .free_area_text{
	width:380px;
	float:left;
}
.free_area_01 .free_area_image,
.free_area_02 .free_area_image{
	width:320px;
	float:right;
}
.free_area_02 .free_area_text{
	float:right;
}
.free_area_02 .free_area_image{
	float:left;
}
.free_area_01 .free_area_image img,
.free_area_02 .free_area_image img {
	width:320px;
}

/* テキストエリア */
#detail #item_box04 p,
#detail #item_box05 p,
#detail #item_box06 p {
	margin-top:10px;
}


/*search error*/
/*------------------------------------------------------------------------------*/
#search_error{
	border:1px solid #ccc;
	padding:100px 20px;
	text-align: center;
}


/*recommend*/
/*------------------------------------------------------------------------------*/
#recommend .item_photo{
	margin-top:20px;
	width:730px;
	overflow: hidden;
}
#recommend .item_photo ul:after{ content: ""; display: block; clear: both;}
#recommend .item_photo ul{
	width:760px;
	overflow: hidden;
	zoom:1;
}
#recommend .item_photo li{
	margin-left:30px;
	float:left;
	width:160px;
	text-align: left;
}
#recommend .item_photo li:first-child{
	margin-left:0;
}
#recommend .item_photo img{
	margin-bottom:5px;
	max-width:160px;
	height:auto;
	max-height:120px;
}
#recommend .item_photo a{
	display:block;
	text-decoration: none;
}
#recommend .item_photo a:hover img{
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity:0.7;
	zoom:1;
}
#recommend .item_photo span{
	line-height: 1.4;
}
#recommend .item_photo a:hover span{
	text-decoration: underline;
}


/*contents_not_found*/
/*------------------------------------------------------------------------------*/
#contents_not_found{
	margin-top:20px;
	padding:60px 20px;
	text-align: left;
}
#contents_not_found ul{
	margin-top:30px;
}
#contents_not_found ul li{
	margin-top:1em;
}


/* original */
/*------------------------------------------------------------------------------*/
.db_item .subtitle03_01{
	border-bottom:1px solid #DDD;
	padding-bottom:10px;
}

.db_profile_box_l{
	float:left;
	width:65.5%;
	
}
.db_profile_box_r{
	float:right;
	width:31.5%;
	clear:right;
}

.item_table{
	width:100%;
}

.item_table tr > *{
	padding:10px;
	height:90px;
	vertical-align:middle;
	border:4px solid #FFF;
}
.item_table tr > th{
	background:#F0EFEE;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	width:22%;
}
.item_table tr > td{
	width:28%
}
.item_table tr > td[colspan="3"]{
	width:78%;
}

.actor_name strong{
	display:inline-block;
	letter-spacing:0.1em;
	font-size:22px;
	font-weight:bold;
	margin-right:18px;
}
.actor_name small{
	display:inline-block;
	font-size:13px;
	letter-spacing:0.025em;
	color:#0075C4;
}
.actor_hurigana{
	font-size:13px;
	letter-spacing:0.025em;
}

.db_profile_img{
	border:1px solid #DDD;
}
.db_profile_img img{
	width:100%;
	height:auto;
}

.db_profile_pdf a{
	display:block;
	background:#DDD;
	max-width:360px;
	margin-left:auto;
	margin-right:auto;
}
.db_profile_pdf_in{
	background:#0075C4;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	letter-spacing:0.05em;
	padding:15px;
	position:relative;
	left:0;
	top:0;
	transition:0.3s;
}

.db_profile_pdf a:hover .db_profile_pdf_in{
	left:-5px;
	top:-5px;
}

.pdf_arr{
	display:inline-block;
	padding-right:28px;
	position:relative;
}
.pdf_arr:after{
	content:"";
	width:14px;
	height:19px;
	background:url(../image/common/pdf_arr.png) no-repeat center center / 14px 19px;
	position:absolute;
	right:0;
	top:calc(50% - 10px);
}



.tab_wrap table td {
	padding:5px 10px;
	border:1px solid #cccccc;
	width:373.33px;
}

@media only screen and (max-width:980px){


.tab_wrap table td {
	width:190px;
}

}

@media only screen and (max-width:690px){
.db_profile_box_l,.db_profile_box_r{
	float:none;
	width:100%;
}
.db_profile_img{
	max-width:400px;
	margin-left:auto;
	margin-right:auto;
}

.item_table tr > *{
	display:block;
	padding:0;
	height:auto;
	border:none;
}
.item_table tr > th{
	font-size:15px;
	padding:5px 10px;
	font-weight:bold;
	text-align:left;
	width:100%;
	margin-bottom:10px;
}
.item_table tr > td{
	width:100%;
	margin-bottom:20px;
}
.tab_wrap table { width:100%; }
.tab_wrap table td {
	width:auto;
}



}