@charset "utf-8";
/* CSS Document */
/* PC用サイズ */

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 140%;
}

.p_none {
	display: none;
}

.t_block {
	display: none;
}

.m_none {
	display: block;
}

.btn {
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	display: block;
	background: #EEE;
	border: 1px solid #DDD;
	color: #111;
	padding: 10px 0;
	margin: 0 auto;
	cursor: pointer;
	line-height: 1;
}

/*------------------------------------------
// 分野別 COLOR
----------------------------------------- */
 /* 歯科 */
/* 230421 画像に枠線追加のためCSSでのborderなしへ */
/*.dental { background: #00a0e9; } */
/* .dental_border { border: 1px #9c9c9c solid; } */
/* 産業 */
/*.industry { background: #920783; } */
.industry_border { border: 1px #9c9c9c solid; }
/* 医科 */
/*.medical { background: #E4007F; }*/
.medical_border { border: 1px #9c9c9c solid; }
/* 動物 */
/*.vet { background: #009944; }*/
.vet_border { border: 1px #9c9c9c solid; }


/*------------------------------------------
// column
----------------------------------------- */
.column2, .column3, .column4, .column4_ind, .column5 {
	position: relative;
	display: inline;
	float: left;
	padding: 0;
}

.column2 {
	width: 49.5%;
	margin: 0 0.5%;
}

.column3 {
	width: 32.6%;
	margin: 1% 0.5%;
}
.column4 {
	width: 24.25%;
	margin: 1% 0.5%;
}

.column4_ind {
	width: 24.25%;
	margin: 1% 1% 1% 0;
}

/*------------------------------------------
// DM_box_sp
----------------------------------------- */

.DM_box_sp {
	position:relative;
}

.DM_box_sp a{
	position:absolute;
	top: 4%;
	right: 30px;
	display: block;
	background: #666;
	width: 12%;
	float: right;
	color: #FFF;
	text-align: center;
	border-radius: 6px;
	margin-bottom: 5px;
}

.DM_box_sp a:hover {
	text-decoration: none;
	background: #999;
}

.DM_box_sp_med {
	position:relative;
}

.DM_box_sp_med a{
	position:absolute;
	top: -4%;
	right: 500px;
	display: block;
	background: #666;
	width: 12%;
	float: right;
	color: #FFF;
	text-align: center;
	border-radius: 6px;
	margin-bottom: 5px;
}

.DM_box_sp_med a:hover {
	text-decoration: none;
	background: #999;
}
/********** 点滅 **********/

.DM_box_sp img.blink {
	position:absolute;
	top:0;
	left:0;
}

.switch-on{
	display: inline-block;
	visibility: visible;
}
.switch-off{
	display: inline-block;
	visibility: hidden;
}


/*------------------------------------------
// DM_box_sp2210
----------------------------------------- */
.DM_box_sp2210 {
	position:relative;
}

.DM_box_sp2210 a{
	position:absolute;
	top: 18%;
	right: 1%;
	display: block;
	background: #FF0000;
	width: 22%;
	float: right;
	color: #FFF;
	text-align: center;
	border-radius: 6px;
	margin-bottom: 5px;
	font-size: 1.3em;
	line-height: 2.8em;
}

.DM_box_sp2210 a:hover {
	text-decoration: none;
	opacity: 0.7;
}

/*------------------------------------------
// top_bnr
----------------------------------------- */
.top_bnr {
	width: 98%;
	background: #CCC;
	padding: 0 1%;
	margin: 20px 0 30px;
}

.top_bnr li {
	margin: 1% 0.5%;
	background: #CCC;
}
.top_bnr li.column4:first-child{
	margin-left: 0;
}
.top_bnr li.column4:last-child{
	margin-right: 0;
}

.top_bnr li.column3:first-child{
	margin-left: 0;
}
.top_bnr li.column3:last-child{
	margin-right: 0;
}

/********** 歯科 カウンセリング動画集 **********/
.cou_btn{
	display:block;
	margin-top:-1%;
	margin-bottom:3%;
}

/*------------------------------------------
// 全領域CT_バナー
----------------------------------------- */
.ct_bnr_M {
	width: 98%;
	padding: 0 1%;
	margin: 0 0 30px;
}

.ct_bnr_M li {
	margin: 1% 0.5%;
}

.ct_bnr_M li.column2:first-child{
	margin-left: 0;
}

.ct_bnr_M li.column2:last-child{
	margin-right: 0;
}

/*------------------------------------------
// genre_title
----------------------------------------- */
.genre_title {
	float: left;
	width: 75%;
	height: 50px;
	margin: 20px 0 40px 0;
	padding: 0 2%;
	background:#9c9c9c;
	/* padding・borderもwidthに含める */
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}
.genre_title h1 {
	float: left;
	line-height: 50px;
	color: #FFF;
}

/*------------------------------------------
// DM_box
----------------------------------------- */
.DM_box {
	width: 100%;
	margin: 7rem auto;
}
.DM_box img {
	width: 100%;
	padding: 0;
	margin: 0;
}
.newDM {
	width: 100%;
	margin: 0 auto 10px;
}
.newDM_title {
	display: inline-block;
	margin: 0 0 5px;
}
.newDM_title p {
	float: left;
	font-size: 1.2em;
	line-height: 30px;
	font-weight: bold;
}
.newDM_title p.new {
	width: 160px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #FFF;
	font-weight: normal;
	background: #4D4D4D;
	padding: 0 ;
	margin-right: 10px;
}
.newDM_BOX,
.newDM_BOX2 {
	background: #EAEAEA;
	color: #4D4D4D;
	width: 96%;
	padding: 2%;
}
.newDM_BOX p,
.newDM_BOX2 p {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.5;
}
.newDM_BOX a,
.newDM_BOX2 a {
	display: inline-block;
	color: #4D4D4D;
	width: 100%;
	margin-bottom: 2%;
}
.newDM_BOX .left,
.newDM_BOX .right,
.newDM_BOX .center,
.newDM_BOX2 .left,
.newDM_BOX2 .right,
.newDM_BOX2 .center {
	width: 49.5%;
	text-align: left;
}
.newDM_BOX a:hover,
.newDM_BOX2 a:hover {
	text-decoration: none;
}
.newDM_BOX hr,
.newDM_BOX2 hr {
	width: 96%;
	margin: 0 auto;
}
.DM_archive {
	display: inline-block;
	width: 85%;
	margin: 0;
}
.DM_archive .column4 {
	margin-top: 0;
}
.DM_archive .column4:first-child {
	margin-left: 0;
}
.DM_archive .column4:last-child {
	margin-right: 0;
}
.DM_archive .column4 img {
	border: 1px solid #4D4D4D;
	width: 90%;
	margin: 0 auto;
}
.DM_archive .column4 a {
	display: inline-block;
	color: #4D4D4D;
	text-align: center;
}
.DM_archive .column4 a:hover {
	text-decoration: none;
	color: #999;
}
a.archive_link {
	float: right;
	width: 150px;
	height: 30px;
	font-size: 13px;
	color: #4D4D4D;
	text-decoration: none;
	text-align: center;
	line-height: 30px;
	background: #CCC;
	border-radius: 15px;
}
a.archive_link:hover {
	text-decoration: none;
	color: #FFF;
	background: #4D4D4D;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

/*------------------------------------------
// DM_box2
----------------------------------------- */
#DM_box {
	width: 100%;
	margin: 0 auto 50px;
}
#DM_box h3 {
	font-size: 1.0rem;
	border-bottom: 1px solid #999;
	padding-bottom: 2px;
	padding: 0 1%;
	margin-bottom: 20px;
}
#DM_box h3 span {
	font-size: 0.8rem;
}
.DM_box2 {
	background: #E6E6E6;
	width: 60%;
	margin: 0 auto 15px;
	padding: 4% 10% 5%;
}
.DM_box2 a {
	display: block;
	background: #666;
	width: 10%;
	float: right;
	color: #FFF;
	text-align: center;
	border-radius: 6px;
	margin-bottom: 5px;
}
.DM_box2 a:hover {
	text-decoration: none;
	background: #999;
}
.DM_box2 img {
	width: 100%;
	margin: 0 auto;
}

/*------------------------------------------
// 産業のお知らせ
----------------------------------------- */
.p_category .ind_news {
	width: 55%!important;
}
.news_left {
	float:left;
	width:57%;
}

.news_right {
	float:right;
	width:40%;
}

a.ct_center_link {
	display: block;
	background: #FFF;
	border-radius: 6px;
	text-align: center;
	height: auto;
	border: 1px solid #920783;
	margin-bottom:3%;
	margin-top: -8%;
	}

a.ct_center_link h2{
	font-size:1.25rem;
	font-weight:bold;
	color:#FFF;
	display:block;
	background:#920783;
	border-radius:6px;
	height:50px;
	line-height:50px;
	border-radius: 5px 5px 0px 0px / 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px / 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px / 5px 5px 0px 0px;
}

a.ct_center_link img{
	width:93%;
	margin:2.5% auto;
}

a.ct_center_link:hover {
	opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/*---- ↓お知らせ系 いろいろ↓ ---- */





/*------------------------------------------
//（pic）
----------------------------------------- */
.pic_box {
	padding: 10px 0;
	margin: 0;
	text-align: left;
	/*
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	*/
}

.pic_box img {
	margin-bottom: 30px;
}
.pic_box p {
	cursor : pointer;
	font-weight: bold;
  width: 75%;
	color: #4d4d4d!important;
	font-size: 0.95rem;
	padding-left: 25px;
}

.news_img {
 width: 80%;
 display: block;
 margin: 0 auto;
}

/*------------------------------------------
// （text）
----------------------------------------- */

.text_box {
	padding: 10px 0;
	margin: 0;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

.text_box p{
	font-weight: bold;
	width: 100%!important;
	color: #4d4d4d!important;
	font-size: 0.9rem;
	padding-left: 25px;
}

.text_box p span{
	padding-left:25px;
}

/*------------------------------------------
// （link）
----------------------------------------- */

.link_box {
	padding: 10px 0;
	margin: 0;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

.link_box p{
	cursor : pointer;
	font-weight: bold;
	width: 100%;
	color: #4d4d4d;
font-size: 0.9rem;
	padding-left: 25px;
}
.link_box p:hover {
	opacity:0.8;filter:Alpha(opacity=80);
}
.link_box p:after {
	content: "詳細";
	padding: 0.8% 2%;
	background: #08c;
	margin-left: 1%;
	border-radius: 3px;
	color:#FFF;
}

/*------------------------------------------
//（hidden）
----------------------------------------- */

.hidden_box {
	margin: 0;
	padding: 10px 0;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.hidden_box label {
	border-radius: 5px;
	cursor : pointer;
	font-weight: bold;
	margin: 0 auto;
	padding: 0 0 0 25px;
	width: 75%;
	color: #4d4d4d;
	font-size: 0.95rem;
}

.hidden_box label:hover {
	opacity:0.8;filter:Alpha(opacity=80);
}

.hidden_box label:after {
 content: "詳細";	/* 閉じている状態のときにラベルの後ろに続く文字 */
padding: 0.8% 1.8%;
 background:#08c;
 margin-left:1%;
 border-radius:3px;
 color: #FFF;
}

.hidden_box input {
 display: none;
}
.hidden_box input:checked + label:after {
	content: "詳細を閉じる ×";	/* 開いている状態のときにラベルの後ろに続く文字 */
	background: #FFF;
	color: #08c;
	border: 1px solid #08c;
}

.hidden_box input:checked ~ .hidden_show {
	height: auto;
	opacity: 1;
	width: 94%;
	margin: 1% auto 0;
	padding: 10px 0;
	font-size: 0.88rem;
	line-height: 170%;
	color: #4d4d4d;
	background:#FFF;
}

.hidden_box .hidden_show {
 height: 0;
 overflow: hidden;
 opacity: 0;
 padding: 0;
 text-align: left;
 transition: 0.5s;
}
.hidden_box .hidden_show a:hover{
	text-decoration: underline;
}

.hidden_box .hidden_show .exhibition {
	font-size: 0.9rem;
	margin-bottom: 4%;
	line-height: 150%;
	font-weight: normal;
}

.hidden_box .hidden_show .exhibition .caution{
	font-size:0.75rem;
}
.hidden_box .hidden_show .exhibition .bold{
	font-weight:bold;
	font-size:0.9rem;
}
.hidden_box .hidden_show .exhibition a{
	font-weight:bold;
}
.hidden_box .hidden_show .exhibition a:hover{
	text-decoration: underline;
}

.hidden_box .hidden_show .showroomList {
	display: inline-block;
	width: auto;
	padding: 1%;
	background: #F5F5F5;
	border-radius: 4px;
}
.hidden_box .hidden_show .showroomList li {
	float: left;
	margin: 0;
	font-size: 0.8em;
}

p.news_new,
label.news_new {
	padding: 0;
}

.news_new:before {
	content: "NEW";
	color:#F00;
	font-size:0.65rem;
	font-weight:bold;
}


/*---- 産業展示会 ----（閉じるverはバックアップを参照してください） */

.exbox2 {
	background: #FF0000;
	border-radius: 6px;
	font-size: 1.3rem;
	font-weight: bold;
	border: 1px solid #FF0000;
	padding: 10px 0 0;
	overflow:hidden;
}

.exbox2 label, .exbox2 h2 {
    font-size: 1.5rem;
    padding: 0 0 0 20px;
    color: #FFF;
    line-height: 25px;
    overflow: hidden;
    height: 25px;
}
.exbox2 label span, .exbox2 h2 span {
	font-size:0.75rem;
}

.exbox_show2 {
    overflow: hidden;
    height: 100%;
    opacity: 1;
    margin: 1% auto 0;
    padding: 1.5% 5% 0.5%;
    line-height: 170%;
    color: #4d4d4d;
    background: #FFF;
    border-radius: 0 0 5px 5px;
}
.ex_50 {
	width:48%;
	margin:0 1% 0 1%;
	float: left;
}

.ex_100 {
	width: 100%;
	/*overflow: hidden;*/
	position:relative;

}

ul.exhibition {
	width: 100%;
	float: left;
	display: block;
	font-size: 1.05rem;
	margin: 0 auto 1%;
	line-height: 150%;
	font-weight: normal;
	text-align: left;
	border-bottom: 1px dotted #CCC;
	padding-bottom: 1%;
	position:relative;
	
}

ul.exhibition a{
	display: inline-block;
	/* position: absolute;
	top: 0;
	left: 30%;*/
}

ul.exhibition li.date{
	width:30%;
	float:left;
}

ul.exhibition li.ex_name, ul.exhibition li.booth{
	width:70%;
	float:right;
}

ul.exhibition li.booth{
	padding-left: 2%;
}

ul.exhibition li.bold{
}

ul.exhibition li.bold,
ul.exhibition a{
	font-weight:bold;
	display:block;
}

ul.exhibition li.booth{
	margin-top:0;
	font-size:0.8rem;
	line-height:150%;
}

p.ct_sampletxt {
	display: none;
	font-size: 1.2rem;
	color: red;
	text-align: center;
	margin: 0 auto 0;
	line-height: 150%;
	border: 1px solid #F00;
	padding: 2% 0;
	border-radius: 6px;
	width: 80%;
}

span.ct_sampletxt2 {
    font-size: 1.2rem;
    color: #F00;
    text-align: center;
    /* margin: 0 auto 0; */
    /* line-height: 150%; */
    /* border: 1px solid #F00; */
    border-radius: 6px;
    width: 55%;
    float: right;
    background: #FFF;
    font-size: 1.05rem!important;
    padding: 0;
    margin-right: 1%;
}

/* slide-btn （詳しく見る） */
.slide-btn-open, .slide-btn-close {
    cursor: pointer;
    /* display: block; */
    background: #666;
    border-radius: 6px;
    color: #FFF;
    text-align: center;
    padding: 0;
    /* margin: 20px auto 0; */
    width: 15%;
    font-size: 0.95rem;
    /* float: right; */
    position: absolute;
		height:30px;
    line-height: 30px;
		right: 0;
		bottom: 7.5%;
}

.slide-contents {
}

.slide-btn-open {
			bottom: 33%;
	
}

.slide-btn-close {
			bottom: 11.5%;
	
}
.slide-btn-open:hover,
.slide-btn-close:hover {
	color: #EBEBEB;
	text-decoration: none;
}
.slide-contents,
.slide-btn-close {
	display: none;
}

/*------------------------------------------
// p_category
----------------------------------------- */

.p_category {
	width: 100%;
	margin: 0 0 5rem;
}
.p_category a:hover {
	text-decoration: none;
}
.p_category .cate_title {
	display: inline-block;
	position: relative;
	width: 98%;
	border-bottom: 1px solid #999;
	padding-bottom: 2px;
	padding: 0 1%;
}
.sub_title {
	position: absolute;
	bottom: 0;
}
.sub_title h3 {
	float: left;
	line-height: 1.6;
}
.sub_title h3 span {
	font-size: 1.5rem;
}
.sub_title h4 {
	float: left;
	font-size: 1rem;
	bottom: 5%;
	background: #FFEFFF;
	padding: 4px 7px;
	margin: 5px 0 0 5px;
	line-height: 1.4;
}
.sub_title h4 span {
	font-size: 0.6rem;
	margin: 0 0 0 5px;
}

.cate_title h3.s_cate_title {
	display:inline-block;
}

.cate_title p {
	float: right;
	font-size: 0.8rem;
	line-height: 140%;
	text-align: right;
	color: #666;
}

.cate_title p.deve {
	display:inline;
	line-height: 220%;
}

.cate_title p img.lease_tel {
	display: inline;
	vertical-align: bottom;
	width: 20px;
}
.p_category .cateBox {
	width: 96%;
	margin: 0 auto;
}
.p_category .l_colB, .exbox_show2 .l_colB{
	display: flex;
	display:-webkit-flex;/*--- safari（PC）用 ---*/
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	width: 100%;
}
.p_category .cateBox .column4 {
	height: auto;
	width: 23.7%;
	flex-basis: 23.7%;
	-webkit-flex-basis: 23.7%;/*--- safari（PC）用 ---*/
	/* padding・borderもwidthに含める */
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

.p_category .cateBox .column4_ind {
	height: auto;
	width: 23.7%;
	flex-basis: 23.7%;
	-webkit-flex-basis: 23.7%;/*--- safari（PC）用 ---*/
	/* padding・borderもwidthに含める */
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}



/*--- 見積もりボタン ---*/
.mitsumori {
	display: block;
	font-size: 0.9rem;
		color: #FFF;
	text-align: center;
	width: 23.8%;
	box-sizing: border-box;
	background: #058C00;
	border-radius: 0.5%;
	text-decoration: none;
	margin: 0 0.9% 3% 0;
	padding: 0.5%;
}

.mitsumori p {
	color: #FFF;
}

.mitsumori:hover {
	opacity: 0.7;
   filter: alpha(opacity=70);
   -ms-filter: "alpha(opacity=70)";
}
/*--- 見積もりボタン ここまで---*/


.p_category .cateBox .column4:nth-child(4n+1) {
	margin-left: 0;
}
.p_category .cateBox .column4:nth-child(4n) {
	margin-right: 0;
}

.printable{
	margin: 5px auto;
	}

.cateBox_title {
	background: #e5e5e5;
	height: auto!important;
	padding-bottom: 12px;
}

.lease_title {
   background: #e5e5e5;
   height: auto;
   padding-bottom: 1%;
}

.okiraku	 {
	height:auto!important;
}
.p_category .cateBox .column4 .cateBox_title p {
	font-family: Arial;
	color: #4d4d4d;
	text-align: center;
	font-size: 1.05rem;
	padding: 6px 0;
	letter-spacing: -1px;
}

.p_category .cateBox .column4 .cateBox_title p span.s_text {
	font-size:0.8rem;
}

.p_category .cateBox .column4 .cateBox_title p span.ct,
.p_category .cateBox .column4 .cateBox_title p span.censor,
.p_category .cateBox .column4 .cateBox_title p span.camera,
.p_category .cateBox .column4 .cateBox_title p span.other {
	font-size:1.4rem;
	padding-left: 1.5%;
	padding-right: 1%;
}

.p_category .cateBox .column4 .cateBox_title p span.other_s {
	font-size:1.1rem;
	padding: 0 1%;
}


.p_category .cateBox .column4 .cateBox_title p span.ct {	/* CT */
	color:red;
}

.p_category .cateBox .column4 .cateBox_title p span.censor {	/* センサー */
	color:#4693ff;
}

.p_category .cateBox .column4 .cateBox_title p span.camera {	/* カメラ */
	color:#009944;
}

.p_category .cateBox .column4 .cateBox_title p span.other,
.p_category .cateBox .column4 .cateBox_title p span.other_s {	/* その他 */
	color:#ff49a2;
}

.p_category .cateBox .column4:hover {
	opacity: 0.7;
   filter: alpha(opacity=70);
   -ms-filter: "alpha(opacity=70)";
}

.p_category .cateBox .column4_ind:hover {
	opacity: 1;
   filter: alpha(opacity=70);
   -ms-filter: "alpha(opacity=70)";
}


.p_category .cateBox .bk_soon:hover, .p_category .cateBox .cateimg_box .pro_txt{
	position:absolute;
	bottom:0;
	width: 100%;
}

.p_category .cateBox .bk_soon:hover, .p_category .cateBox .cateimg_box .pro_txt p{
}

.p_category .cateBox .cateimg_box .pro_txt p.ind_txt{
	text-align: right;
	font-size: 0.7rem;
	margin-right: 5%;
	margin-top: -7px;
}

.p_category .cateBox .bk_soon:hover, .p_category .cateBox .cateimg_box .kara_sp{
	height: 37px;
}

.p_category .cateBox .bk_soon:hover, .p_category .cateBox .cateimg_box .kara_sp2{
	height:40px;
}

.p_category .cateBox .bk_soon:hover, .p_category .cateBox .cateimg_box .kara_sp2_2{
	height:65px;
}

.p_category .cateBox .bk_soon:hover, .p_category .cateBox .cateimg_box .kara_sp3{
	height:50px;
}

.p_category .cateBox .bk_soon:hover, .p_category .cateBox .cateimg_box .kara_sp_ind{
	height:73px;
}

.p_category .cateBox .bk_soon:hover, .p_category .cateBox .cateimg_box p.rows_new{
}

.p_category .cateBox .bk_soon:hover, .p_category .cateBox .cateimg_box img {

	/*------------------------------------------
//margin-bottom:20%;
----------------------------------------- */

}

.p_category .cateBox .bk_soon:hover, .p_category .cateBox .cateimg_box img:hover {
	opacity: 1!important;
   filter: alpha(opacity=100)!important;
   -ms-filter: "alpha(opacity=100)"!important;
}

.p_category .cateBox .cateimg_box:hover p{
		color: #666!important;
}


.p_category .cateBox .column4 .cateimg_box p {
	margin-bottom: 10px;
	height: auto;
	color: #666;
	text-align: center;
	background: none;
	font-size: 1.1rem;
	font-size: 1.1em;
	line-height: 140%;
	font-weight: 500;
}

.p_category .cateBox .column4 .cateimg_box img.nolease_cateimg{
	margin:8% 0;
}

.p_category .cateBox .column4 .cateimg_box img.nolease_cateimg2{
	margin:5.5% 0;
}

.p_category .cateBox .column4 .cateimg_box:hover p {
	color: #999;
}
img.img_l {
	width: 97%;
	margin: 5px auto 8px;
}
p.rows_2 {
	padding-top: 5%;
}

.bk_soon {
	background:#9e9e9e;
}

.p_category .cateBox .column4 .cateimg_box p span.shikaku {
	font-size:0.75rem;
	font-weight:normal;
	background:red;
	color:#FFF;
	text-align:center;
	padding:2px 0;
	display:block;
	width:90%;
	margin:3px auto 0;
}

.p_category .cateBox .industry_border .cateimg_box p {
	line-height:130%;
}

img.dx_title {
	width: 90%;
	margin: 0 auto;
	padding-top: 5px;
}

/*------------------------------------------
// price
----------------------------------------- */

.p_category .cateBox .column4 p.pro_name{
}

.p_category .cateBox .column4 .bk_color{
	width:85%;
	margin:0 auto;
	padding:2px;
	height: 47px;
	background-color:#6d6d6d;
}

.p_category .cateBox .column4 .bk_color2{
	width: 85%;
	margin: 0 auto 0;
	height: auto;
}

.p_category .cateBox .column4 .bk_sp{
	margin-bottom:15px;
}

.p_category .cateBox .column4 .bk_red{
	background-color:red;
	margin-bottom:4%;
}

/*-
.p_category .cateBox .column4 .ct_bk{
	background-color: #F00;
}

.p_category .cateBox .column4 .censor_bk{
	background-color: #4693ff;
}

.p_category .cateBox .column4 .camera_bk{
	background-color: #009944;
}

.p_category .cateBox .column4 .other_bk{
	background-color: #ff49a2;
}- */

.p_category .cateBox .column4 p.price{
	font-size: 2.4rem;
	font-weight: bold;
	display: block;
	margin: 0 auto;
	border: 1px solid #FFF;
	height: 33px;
	color: #FFF;
	/*----	line-height: 33px;---- */
}

.p_category .cateBox .column4 p.bk_w{
	background:#FFF;
}

span.price_s{
	font-size: 1.9rem;
}

.p_category .cateBox .column4 p.price img{
	width: 100%;
	height: auto;
	display: inline-block;
	margin-right: 2%;
}

span.zubari_img {
	width: 31%;
	display: block;
	float: left;
	text-align: right;
	height: auto;
	margin-top: -7px;
	z-index: 100;
}

span.deve_img {
	display: block;
	float: left;
	height: 33px;
	z-index: 100;
}

.p_category .cateBox .column4 p.price span.deve_img img{
	height:100%;
	width:auto;
	margin: -1px 0 0;
}

span.price_in{
	width: 65%;
	display:block;
	float:right;
	text-align:left;
	height:33px;
	line-height: 33px;
}

span.muryo, span.oneline {
	width: 65%;
	font-size: 0.9rem;
	color: #4d4d4d;
}

span.muryo {
	text-align: center;
	line-height: 120%;
}

span.oneline{
	text-align:left;
	line-height:33px;
}

span.price_in_d {
	width: 50%;
	display: block;
	float: right;
	text-align: left;
	height: 33px;
	line-height: 33px;
}

span.zubari_img_sh{
	width:40%;
}

span.zubari_img_sh_dm{
	width:50%;
}

span.price_in_sh{
	width:60%;
}

span.zubari_img_lg{
	width:28%;
}

span.price_in_lg{
	width:72%;
}

span.zubari2{
	margin-right:-0.3%!important;
}

.price_box{
	overflow:hidden;
	text-align:center;
	margin: 0 auto;
}

.price_box2{
	overflow:hidden;
}

p.zubari_icon{
	position:relative;
}
.price_box p{
	overflow:hidden;
  padding-top: 3.5%!important;
}

.price_box p span.zubari{
	float:left;
	font-weight:bold;
	font-size:0.85rem;
	line-height:120%;
	height:30px
}

.price_box p span.price2{
	float:left;
	height:30px;
	font-size: 2.3rem;
	font-weight: bold;
	display: block;
	margin: 0 auto;
	padding-bottom: 3.5%;
}

/*前の
.p_category .cateBox .column3 p.price{
	font-size: 2.6rem;
	font-weight: bold;
	text-align: right;
	display: block;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: -5px;
	margin-bottom: 0;
	color: #093;
}*/

.d_size{
	font-size: 0.8rem;
	font-weight: bold;
}

.manen{
	font-size: 1.1rem;
	font-weight: bold;
}

.manen_lg{
	font-size: 0.9rem;
}

.tax{
	font-size: 0.85rem;
	font-weight: normal;
	margin-left: 1%;
}

.hasuu{
	font-size: 2rem;
}

.bulk{
	font-size: 0.5rem;
}

.p_category .cateBox .column4 .cateBox_title p.lease {
	font-size: 0.75rem;
	margin-top: 3px;
	line-height: 1.3;
	letter-spacing: -0.1px;
	padding: 6px 0 0;
}

.p_category .cateBox .column4 .cateBox_title p.lease span.lease_p{
	font-size: 1rem;
	padding-right:1%;
}

.p_category .cateBox .column4 .cateBox_title p.lease span.bold{
	font-weight:bold;
	font-size: 0.7rem;
	padding-right:0.5%;
}

.p_category .cateBox .column4 .cateBox_title p.lease span {
	font-size: 0.6rem;
	line-height: 1;
}

.p_category .cateBox .column4 .cateBox_title p.vip {
	font-size: 0.75rem;
	margin-top: -5px;
	letter-spacing: -0.5px;
	padding: 0;
}

.p_category .cateBox .column4 .cateBox_title p.release {
	font-size: 0.48rem;
	margin: -4px auto 3px;
	line-height: 1.3;
	letter-spacing: -0.5px;
	padding: 0;
	text-align: right;
	width: 86%;
	color: #666;
}

.p_category .cateBox .column4 .cateBox_title p.palent {
	font-size: 0.7rem;
	margin: -5px auto 3px;
	line-height: 1.3;
	letter-spacing: -0.5px;
	padding: 0;
	text-align: left;
	width: 86%;
	color:#666;
}

.p_category .cateBox .column4 .cateBox_title p.lease_sp {
	padding-top: 12px;
	padding-bottom: 5px;
}

.p_category .cateBox .column4 .cateBox_title p.lease_sp0 {
    padding-top: 14px;
    padding-bottom: 5px;
}

.p_category .cateBox .column4 .cateBox_title p.lease_sp2 {
	padding-top: 30px;
	padding-bottom: 5px;
}

.p_category .cateBox .column4 .cateBox_title p.haihuchu {
	padding: 0;
	margin-bottom: 10px;
	height: 33px;
	line-height: 33px;
}

img.graph {
	display:block;
	margin:6px auto 5px;
	width: 86%;
}

.filter {
	position:relative;
}

.fil_color {
	position:absolute;
	background:#333;
	opacity:0.15;
	width:100%;
	height:100%;
	z-index:888;
}

/*------------------------------------------
// cor_order
----------------------------------------- */

.cor_order {
	width: 50%;
	height: 50px;
	border-radius: 6px;
	margin: 20px auto;
	overflow:hidden;
	text-align:center;
}

.cor_order a {
	display: block;
	width: 100%;
	color:#666;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 50px;
	background: #f9d3cb;

}

.cor_order a:hover {
	text-decoration: none;
	color: #fd0000;
	background:#fae0db;
}


/*------------------------------------------
// footer_bnr
----------------------------------------- */
.footer_bnr {
	width: 100%;
	background: #666;
	padding: 0;
	margin-bottom: 20px;
}

.footer_bnr li.column4 {
	background: #CCC;
}
.footer_bnr li.column4:first-child{
	margin-left: 2%;
}
.footer_bnr li.column4:last-child{
	margin-right: 2%;
}
