@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 100;
	src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff2) format('woff2'),
		url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff) format('woff'),
		url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 200;
	src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff2) format('woff2'),
		url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff) format('woff'),
		url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 300;
	src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff2) format('woff2'),
		url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff) format('woff'),
		url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 400;
	src: local('NotoSansJP-Regular.otf'),
		url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format('woff2'),
		url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format('woff'),
		url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 500;
	src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2) format('woff2'),
		url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff) format('woff'),
		url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 700;
	src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format('woff2'),
		url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format('woff'),
		url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 900;
	src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff2) format('woff2'),
		url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff) format('woff'),
		url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.otf) format('opentype');
}


* {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	font-family: "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 62.5%
}

body {
	font-size: 15px;
	font-size: 1.5rem;
	-webkit-text-size-adjust: 100%;
}



/* MEGA MENU */

#megamenu {
	position: absolute;
	top: 55px;
	left: 0;
	z-index: 1;
	width: 1000px;
	padding-top: 17px;
	background: url(../img/comm/mega_menu_point.png) no-repeat -200px top;
	font-size: 1.3rem;
}

.megahide {
	display: none;
}

.megashow {
	display: block;
}

#mm_element {
	padding: 20px 30px;
	/*padding: 30px;*/
	width: 940px;
	/*background-color: #434343;*/
	background: rgba(0, 0, 0, 0.85);
}

#megamenu h3 {
	font-weight: bold;
	font-size: 2.0rem;
	color: #09afc8;
	/*margin-bottom: 25px;*/
	margin-bottom: 10px;
}

#megamenu h4 {
	font-size: 1.9rem;
	line-height: 2.5rem;
	color: #fff;
	border-bottom: 1px solid #828181;
	/*margin-bottom: 35px;*/
	margin-bottom: 15px;
	margin-top: 0 !important;
}

#mm_upper_menu {
	/*margin-bottom: 35px;*/
	margin-bottom: 15px;
	margin-left: 20px;
	list-style-image: url(../img/comm/list_marker_c.png);
}

#mm_upper_menu li {
	/*margin: 0 20px 10px 0;*/
	/*margin: 0 20px 0px 0;*/
	/*width: 215px;*/
	width: 184px;
	margin-bottom: 3px;
}

/*#mm_upper_menu li:nth-child(4n) {
margin: 0 0 10px 0;
}*/
#mm_upper_menu li a {
	display: block;
	padding: 0px 10px 0px 0px;
	/* height: 18px; */
	/* background: url(../img/comm/mm_button.png) no-repeat; */
	color: #fff;
}

#mm_asloc,
#mm_alcus {
	display: table;
}

#mm_asloc>* {
	display: table-cell;
	width: 235px;
	vertical-align: top;
}

#mm_alcus>* {
	display: table-cell;
	width: 470px;
	padding-right: 20px;
	vertical-align: top;
}

#mm_alcus>div:last-child {
	padding-right: 0;
}

div#mm_asloc li {
	line-height: 1.6;
}

.mm_main_2nd_menu {
	margin-left: 20px;
	list-style-image: url(../img/comm/list_marker_c.png);
}

.mm_main_2nd_menu>li {
	/*margin-bottom: 30px;*/
	margin-bottom: 15px;
}

.mm_main_2nd_menu ul {
	margin-top: 10px;
	margin-left: 15px;
	list-style-image: url(../img/comm/list_marker_w.png);
}

.mm_main_2nd_menu ul>li {
	/*margin-bottom: 5px;*/
}

.mm_main_2nd_menu a {
	color: #fff;
}

#mm_area_menu {
	margin-bottom: 15px;
	margin-left: 20px;
	list-style-image: url(../img/comm/list_marker_c.png);
}

#mm_area_menu li {
	width: 184px;
	margin-bottom: 3px;
}

#mm_area_menu li a {
	display: block;
	padding: 0px 10px 0px 0px;
	color: #fff;
}

#mm_last_menu li {
	margin-right: 25px;
}

#mega_bnr img {
	float: left;
	margin-right: 10px;
}

#mega_bnr {
	overflow: hidden;
}



img {
	display: block;
}

#pd .asloc_btn img,
.alcus_table img {
	display: inline;
}

a:hover img {
	opacity: 0.8;
	background: #fff;
}

h2 {
	font-size: 2.5rem;
	line-height: 2.5rem;
	color: #333333;
	font-weight: bold;
	background: url(../img/comm/h2_marker.png) no-repeat;
	padding-left: 40px;
	/* height: 50px; */
}

h3 {
	font-size: 1.5rem;
	font-weight: bold;
}

ul,
ol {
	list-style: none;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #4475b6;
	text-decoration: underline;
}

hr {
	height: 0px;
	border-top: 1px #d9d9d9 solid;
	border-bottom: 1px #ffffff solid;
	color: #ffdfe2;
	margin: 18px 0 10px 0;
}

.text_c {
	text-align: center !important;
}

.text_r {
	text-align: right;
}

.text_l {
	text-align: left !important;
}

.mg_r20 {
	margin-right: 20px;
}

.mg_b10 {
	margin-bottom: 10px;
}

.mg_b20 {
	margin-bottom: 20px;
}

.f11 {
	font-size: 11px;
	line-height: 1.1em;
}

.f12 {
	font-size: 12px;
}

.f_left {
	float: left;
}

.f_right {
	float: right;
}

.o_flow {
	overflow: hidden;
}

/*２行目インデント*/
.att {
	padding-left: 1em;
	text-indent: -1em;
}

.indent li {
	padding-left: 1.7em;
	text-indent: -1.7em;
}


/*  Clear Fix */

.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

/* List */

.menu_h {
	display: table;
}

.menu_h>li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.menu_hfr li {
	margin-left: 0.3rem;
	float: right;
}

.menu_hfl li {
	float: left;
}

/*  FRAMES */

#frame {
	width: 100%;
	position: relative;
}

#header {
	width: 100%;
}

#footer {
	width: 100%;
	background-color: #f5f5f5;
}

.elements {
	margin: 0 auto;
	width: 1000px;
}

.section {
	/*padding: 60px 0 30px 0;*/
	padding: 30px 0 30px 0;
	margin: 0 auto;
	width: 1000px;
}

.sec_header {
	width: 100%;
	border-bottom: 2px solid #d2d2d2;
	padding-bottom: 12px;
	margin-bottom: 40px;
	line-height: 2.5rem;
}

.sec_header>h2 {
	float: left;
	/*margin: 0 120px 0 0;*/
	margin: 0 60px 0 0;
}

.sec_header.area>h2 {
	margin-right: 20px;
}

.sec_header>a {
	/*float: right;*/
	float: left;
	padding-left: 20px;
	background: url(../img/a_marker.png) no-repeat left center;
}

.sec_header.flex {
	display: -webkit-box;
	display: flex;
}

/* HUD */
#hud {
	z-index: 1;
	/*position: fixed;*/
	position: absolute;
	/*bottom: 20px;*/
	top: 20px;
	font-size: 75%;
}

#hud a {
	font-weight: bold;
}

#hud_inquery {
	display: block;
	/*width: 160px;
height: 30px;
padding-top: 70px;*/
	width: 100px;
	height: 23px;
	padding-top: 40px;
	text-align: center;
	background: url(../img/hud_inquery.png) no-repeat #fff;
	background-size: contain;
	color: #09afc8;
}

#hud_mail {
	display: block;
	/*width: 160px;
height: 30px;
padding-top: 70px;*/
	width: 100px;
	height: 30px;
	padding-top: 40px;
	text-align: center;
	background: url(../img/hud_mail.png) no-repeat;
	background-size: contain;
	color: #fff;
}

/*  HEADER */
#header_top_bg {
	width: 100%;
	background-color: #f5f5f5;
}

/* #header_top {
height: 80px;
height: 60px;
} */
#header_top>* {
	display: block;
	float: left;
}

#header_top>*:last-child {
	float: left;
}

#header h1 {
	line-height: 100%;
}

#hd_top_menu {
	margin: 0 20px 0 79px;
	width: 590px;
	font-size: 1.4rem;
}

#hd_top_menu li {
	width: 118px;
	/*height: 80px;*/
	height: 60px;
}

#hd_top_menu li a {
	font-weight: bold;
	display: table-cell;
	height: 60px;
	vertical-align: middle;
	text-align: center;
	width: 118px;
}

/*--21/07/15 追記--*/
#header_top {
	width: 1140px;
}

#header_top .snsicon {
	width: 120px;
	height: 60px;
	padding: 0px 5px;
	display: flex;
	align-items: center;
}

#header_top .snsicon a {
	margin: 0 5px;
}

#header_top .snsicon a img {
	-ms-interpolation-mode: bicubic;
}


#hd_slider {
	position: relative;
	overflow: hidden;
}

#hd_sub_menu_frame {
	width: 100%;
	padding-bottom: 20px;
	font-size: 80%;
	/*background: url(../img/comm/sub_menu_bg.png) repeat-x; */
	background: rgba(0, 0, 0, 0.85);
	position: absolute;
	bottom: 0px;
}

#hd_sub_menu {
	width: 1000px;
	margin: 0 auto;
	z-index: 0;
}

#hd_sub_menu li a {
	display: block;
	color: #fff;
	font-weight: bold;
	/*padding-top: 84px;*/
	padding-top: 60px;
	/*height: 56px;*/
	/* height:30px; */
	background-position: 0 0;
	background-repeat: no-repeat;
}

#hd_sub_menu li a:hover {
	background-position: 0 -270px;
}

#hd_sub_menu li#hd_sub_menu_about a {
	width: 167px;
	background-image: url(../img/comm/sub_menu_01.png);
}

#hd_sub_menu li#hd_sub_menu_example a {
	width: 166px;
	background-image: url(../img/comm/sub_menu_02.png);
}

#hd_sub_menu li#hd_sub_menu_catalog a {
	width: 166px;
	background-image: url(../img/comm/sub_menu_03.png);
}

#hd_sub_menu li#hd_sub_menu_caddata a {
	width: 166px;
	background-image: url(../img/comm/sub_menu_04.png);
}

#hd_sub_menu li#hd_sub_menu_support a {
	width: 166px;
	background-image: url(../img/comm/sub_menu_05.png);
}

#hd_sub_menu li#hd_sub_menu_showroom a {
	width: 169px;
	background-image: url(../img/comm/sub_menu_06_test.png);
}

#hd_sub_menu li#hd_sub_menu_showroom2 a {
	width: 169px;
	background-image: url(../img/comm/sub_menu_06_2.png);
}

#hd_sub_menu li#hd_sub_menu_Instagram a {
	width: 169px;
	background-image: url(../img/comm/sub_menu_08.png);
}

#hd_sub_menu li#hd_sub_menu_Youtube a {
	width: 169px;
	background-image: url(../img/comm/sub_menu_07.png);
}

/* 検索窓追加後 */
#header2 #header_top>.fright {
	float: right;
}

#header2 #hd_top_menu {
	margin: 0 20px 0 0;
	width: 680px;
}

#header2 #hd_top_menu li#hd_top_menu_about {
	width: 151px;
}

#header2 #hd_top_menu li#hd_top_menu_news {
	width: 109px;
}

#header2 #hd_top_menu li#hd_top_menu_products {
	width: 179px;
}

#header2 #hd_top_menu li#hd_top_menu_example {
	width: 95px;
}

#header2 #hd_top_menu li#hd_top_menu_caddata {
	width: 129px;
}

#header2 #hd_top_menu li#hd_top_menu_about a {
	width: 101px;
}

#header2 #hd_top_menu li#hd_top_menu_news a {
	width: 59px;
}

#header2 #hd_top_menu li#hd_top_menu_products a {
	width: 129px;
}

#header2 #hd_top_menu li#hd_top_menu_example a {
	width: 45px;
}

#header2 #hd_top_menu li#hd_top_menu_caddata a {
	width: 79px;
}

#header2 #hd_top_menu li {
	width: initial;
	height: 25px;
}

#header2 #hd_top_menu li a {
	width: initial;
	height: 25px;
	border-right: 1px solid #333;
	/* padding: 0px 25px; */
	padding: 0px 21px;
}

/* #header2 #hd_top_menu li:last-child a{
border-right:none;
} */
#header_top>.link_serch {
	float: right;
	width: 500px;
	overflow: hidden;
}

.head_link {
	float: left;
	width: 160px;
	overflow: hidden;
	margin-left: 40px;
}

.head_link li {
	float: left;
	font-size: 12px;
	padding: 6px 15px;
}

.head_link li a {
	color: #666;
}

.cse {
	float: left;
	width: 263px;
	position: relative;
}

.cse input[type="text"] {
	border: 1px solid #07afc9;
	width: 217px;
	height: 18px;
	margin: 0;
	padding: 0 !important;
	position: absolute;
	top: 6px;
	left: 0;
	font-size: 14px;
}

.cse .l-search__btn {
	position: absolute;
	top: 6px;
	right: 0;
}










/*  ELEMENTS */

#contents {
	position: relative;
	overflow: hidden;
	margin-bottom: 50px;
	/* left: -2px; */
	top: -4px;
}

#pickupbg {
	width: 100%;
	background-color: #eaebf3;
}

#movies img {
	margin: 0 auto;
}

.hukidashi_wrapper {
	position: relative;
	box-sizing: border-box;
}

.hukidashi_box {
	position: relative;
	background: #09AFC8;
	height: auto;
	width: 100%;
	margin-bottom: 20px;
	box-sizing: border-box;
}

.hukidashi_wrapper .hukidashi_box p {
	color: #fff;
	text-align: center;
	width: auto;
	padding: 25px;
}

.hukidashi_box:after {
	content: '';
	position: absolute;
	border-top: 25px solid #09AFC8;
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
	bottom: -24px;
	left: 50%;
	box-sizing: border-box;
}

.movie_area {
	text-align: center;
	margin-top: 30px;
}

.movie_area img {
	margin: 30px auto 0;
}

.newslist {
	/*margin-left: 50px;*/
	margin: 0 1em;
}

.newslist li {
	display: table;
	line-height: 2.0rem;
	margin-bottom: 10px;
}

.newslist li span {
	display: table-cell;
	vertical-align: top;
}

.news_date {
	width: 90px;
	padding-right: 10px;
}

.news_category {
	width: 120px;
	margin-right: 30px;
	color: #fff;
	font-weight: bold;
	font-size: 1.2rem;
}

.news_detail {
	padding-left: 20px;
}

#detail_detail a {
	color: #00479d;
	text-decoration: underline;
}

/* SIDE MENU */
#pd #pd_sidemenu li ul li {
	font-size: 1.4rem;
	/* line-height: 1.6rem; */
	background-color: #fff;
	border-bottom: 1px dotted #333;
	padding: 5px 0;
	line-height: 1.2;
}

#pd #pd_sidemenu li ul li a {
	display: flex;
	align-items: center;
	margin-left: 20px;
	background: url(../img/comm/list_marker.png) no-repeat left center;
	padding: 5px 5px 5px 15px !important;
	height: 40px !important;
}

/*  FOOTER */

#footer {
	/*padding: 50px 0 10px 0;*/
	padding: 30px 0 10px 0;
}

#footer_elements {
	display: table;
}

#footer_elements>div {
	display: table-cell;
}

#footer_left {
	/*width: 700px;*/
	width: 60%;
	padding-right: 60px;
}

#footer_right {
	width: 240px;
}

#footer li {
	font-size: 0.9em;
}

#footer h3 {
	line-height: 1.8rem;
	border-bottom: 1px solid #000;
	/*margin-bottom: 32px;*/
	margin-bottom: 15px;
	font-size: 0.9em;
}

.footer_main_2nd_menu,
.footer_main_3rd_menu {
	font-size: 1.4rem;
}

#footer_left_frame {
	/*width: 700px;*/
	width: 650px;
	display: table;
}

#footer_left_frame>div {
	display: table-cell;
	width: 50%;
}

.footer_main_2nd_menu {
	margin-left: 35px;
	list-style-image: url(../img/comm/list_marker.png);
}

.footer_main_2nd_menu>li {
	/*margin-bottom: 15px;*/
	margin-bottom: 8px;
}

.footer_main_3rd_menu {
	/*margin-top: 5px;*/
	margin-left: 20px;
	list-style-type: disc;
}

.footer_main_3rd_menu>li {
	/*margin-bottom: 7px;*/
}

#footer_comm_menu_frame {
	text-align: right;
}

#footer_comm_menu {
	font-size: 1.3rem;
}

#footer_logo_image {
	float: left;
}

#copyright {
	font-size: 1.3rem;
	float: right;
}

/* TOP PAGE */

#banner {
	visibility: hidden;
}

#movies {
	overflow: hidden;
}

.enquete {
	position: absolute;
	top: 15px;
	right: 20px;
}

.close_btn {
	position: absolute;
	top: -15px;
	right: -15px;
}

.enquete a img:hover {
	opacity: 1;
}

.enquete a:hover img {
	background: none !important;
}

/* DETAIL PAGE */

#hd_address {
	/*height: 30px;*/
	/*padding: 20px 0 0 0;*/
	padding: 10px 0 10px 0;
	font-size: 1.2rem;
	/*line-height: 30px;*/
}

#hd_address a {
	color: #00479d;
}

#hd_address br {
	display: none;
}

#hd_title {
	width: 100%;
	/*padding-top: 30px;
height: 75px;*/
	height: 70px;
	background: url(../img/comm/hd_title_bg.png) repeat-x;
}

#hd_title h1 {
	/*font-size: 3.8rem;*/
	color: #434343;
	font-weight: bold;
	font-size: 32px;
	line-height: 73px;
}

#sample_use h3 {
	font-size: 1.7rem;
	font-weight: bold;
	padding-left: 20px;
	background: url(../exp/img/circle.png) no-repeat left center;
	margin-bottom: 10px;
}

#sample_use li {
	width: 320px;
	height: 305px;
	margin-right: 20px;
}

#sample_use li:nth-child(3n) {
	margin-right: 0;
}

#sample_use li img {
	margin-bottom: 15px;
}

#sample_use dt {
	font-size: 1.5rem;
	font-weight: bold;
}

#sample_use dt:before {
	content: "▶︎";
	font-size: 1.3rem;
	margin-right: 0.2rem;
}

#sample_use dd {
	font-size: 1.3rem;
}

#sample_use #designpanel {
	width: 680px;
}

#sample_use .menu_h>div {
	display: table-cell;
	width: 340px;
	vertical-align: top;
}

#sample_use #alcus_banner {
	height: auto;
}

#flatpanel .sec_header {
	margin-bottom: 20px !important;
}

#flatpanel .sec_header.flex h2 {
	-webkit-box-flex: 0;
	flex: 0 0 auto;
}

#flatpanel h3 {
	font-size: 2.5rem;
	font-weight: bold;
	margin-bottom: 40px;
}

c #flatpanel h3.area_name {
	font-size: 2.0rem;
	margin-bottom: 20px;
}

#flatpanel h3.area_name i {
	margin-right: 5px;
	color: #09afc8;
}

#flatpanel h3.area_name+iframe {
	width: 100%;
	height: 560px;
	margin-bottom: 65px;
	vertical-align: middle;
}

#flatpanel h3.area_name~iframe:last-of-type {
	margin-bottom: 150px;
}

#flatpanel .sec_header>a,
#flatpanel .sec_header.flex a {
	/*font-size: 1.6rem;*/
	font-size: 1.3rem;
	color: #4984b4;
	padding-left: 25px;
	margin-right: 20px;
	background: url(../exp/img/circle_header.png) no-repeat;
}

#flatpanel .sec_header .links {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	margin-top: -10px;
}

#flatpanel .sec_header .links>a {
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	margin-top: 10px;
}

#flatpanel .sec_header.area>a:last-child {
	margin-right: 0;
}

#flatpanel ul {
	margin-bottom: 20px;
}

#flatpanel li {
	width: 235px;
	height: 300px;
	margin-bottom: 20px;
	margin-right: 20px;
	background-color: #434343;
}

#flatpanel li:nth-child(4n) {
	margin-right: 0;
}

#flatpanel li>p {
	/*padding: 20px 20px 0 20px;*/
	padding: 15px 15px 0 15px;
	font-size: 1.2rem;
	line-height: 1.4rem;
}

#flatpanel li>p a {
	color: #fff;
}

#newslist .newslist {
	margin-bottom: 40px;
}

#newslist .sec_header>a {
	font-size: 1.6rem;
	color: #4984b4;
	padding-left: 0;
	background: none;
}

.paging {
	text-align: center;
	margin-top: 30px;
}

.paging>a {
	font-size: 1.2rem;
	padding: 7px 8px;
	margin: 0 2px;
	border: 1px solid #86868a;
}

.paging>a:first-child,
.paging>a:last-child {
	background-color: #86868a;
	color: #fff;
}

h2.news {
	font-size: 2.4rem;
	line-height: 2.4rem;
	font-weight: bold;
	background: url(../img/comm/h2_marker.png) no-repeat;
	border-bottom: 1px solid #dbdbdb;
	padding-left: 40px;
	padding-bottom: 10px;
	margin: 0 0 20px 0 !important;
}

#newsdetail {
	width: 760px;
}

#newsdetail h2 {
	font-size: 3.2rem !important;
	line-height: 3.6rem !important;
	color: #333333 !important;
	font-weight: bold !important;
	background: none !important;
	padding-left: 0 !important;
	padding-bottom: 20px !important;
	margin-bottom: 35px !important;
	margin-top: 0 !important;
	border-bottom: 1px solid #333 !important;
}

#detail_detail p {
	font-size: 1.4rem;
	line-height: 2.0rem;
	color: #333333;
	margin-bottom: 1em;
}

#detail_date {
	font-size: 1.4rem;
	line-height: 2.5rem;
}

/* 施工例詳細 */
.category {
	-webkit-box-shadow: 0px 2px 2px 0px rgba(189, 189, 189, 0.5);
	-moz-box-shadow: 0px 2px 2px 0px rgba(189, 189, 189, 0.5);
	box-shadow: 0px 2px 2px 0px rgba(189, 189, 189, 0.5);
	/*padding:40px 0 30px;*/
	padding: 10px 0 1px;
}

.category dl,
.category ul {
	margin: 0 auto 10px;
	width: 1000px;
	overflow: hidden;
}

.category dt {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
}

.category dd {}

.category dd a {
	float: left;
	text-indent: -9999px;
	width: 90px;
	height: 26px;
	display: block;
	margin: 0 10px 5px 0;
}

.category li {
	float: left;
	width: 16em;
}

.category li a {
	font-size: 13px;
	text-decoration: underline;
}

.td-u {
	text-decoration: underline;
}

/* ↓カテゴリーボタン */
.category dd a.cate01 {
	background: url(../exp/img/category_btn/btn_eco.png) no-repeat 0 0;
}

.category dd a.cate02 {
	background: url(../exp/img/category_btn/btn_office.png) no-repeat 0 0;
}

.category dd a.cate03 {
	background: url(../exp/img/category_btn/btn_labo.png) no-repeat 0 0;
}

.category dd a.cate04 {
	background: url(../exp/img/category_btn/btn_business.png) no-repeat 0 0;
}

.category dd a.cate05 {
	background: url(../exp/img/category_btn/btn_shop.png) no-repeat 0 0;
}

.category dd a.cate06 {
	background: url(../exp/img/category_btn/btn_traffic.png) no-repeat 0 0;
}

.category dd a.cate07 {
	background: url(../exp/img/category_btn/btn_education.png) no-repeat 0 0;
}

.category dd a.cate08 {
	background: url(../exp/img/category_btn/btn_health.png) no-repeat 0 0;
}

.category dd a.cate09 {
	background: url(../exp/img/category_btn/btn_hotel.png) no-repeat 0 0;
}

.category dd a.cate10 {
	background: url(../exp/img/category_btn/btn_house.png) no-repeat 0 0;
}

.category dd a.cate11 {
	background: url(../exp/img/category_btn/btn_asloc600.png) no-repeat 0 0;
}

.category dd a.cate12 {
	background: url(../exp/img/category_btn/btn_asloc900.png) no-repeat 0 0;
}

.category dd a.cate13 {
	background: url(../exp/img/category_btn/btn_design_panel.png) no-repeat 0 0;
}

.category dd a.cate14 {
	background: url(../exp/img/category_btn/btn_grid_design.png) no-repeat 0 0;
}

.category dd a.cate15 {
	background: url(../exp/img/category_btn/btn_color_flon.png) no-repeat 0 0;
}

.category dd a.cate16 {
	background: url(../exp/img/category_btn/btn_new_color_reed.png) no-repeat 0 0;
}

.category dd a.cate17 {
	background: url(../exp/img/category_btn/btn_color_ceron.png) no-repeat 0 0;
}

.category dd a.cate18 {
	background: url(../exp/img/category_btn/btn_color_flon_metallic.png) no-repeat 0 0;
}

.category dd a.cate19 {
	background: url(../exp/img/category_btn/btn_natural.png) no-repeat 0 0;
}

.category dd a.cate20 {
	background: url(../exp/img/category_btn/btn_natural_plus.png) no-repeat 0 0;
}

.category dd a.cate21 {
	background: url(../exp/img/category_btn/btn_atp.png) no-repeat 0 0;
}

.category dd a.cate22 {
	background: url(../exp/img/category_btn/btn_solar.png) no-repeat 0 0;
}

.category dd a.cate23 {
	background: url(../exp/img/category_btn/btn_green_wall.png) no-repeat 0 0;
}

.category dd a.cate24 {
	background: url(../exp/img/category_btn/btn_lefsky.png) no-repeat 0 0;
}

.category dd a.cate25 {
	background: url(../exp/img/category_btn/btn_rale_fastener.png) no-repeat 0 0;
}

.category dd a.cate26 {
	background: url(../exp/img/category_btn/btn_ath.png) no-repeat 0 0;
}

.category dd a.cate27 {
	background: url(../exp/img/category_btn/btn_louver.png) no-repeat 0 0;
}

.category dd a.cate28 {
	background: url(../exp/img/category_btn/btn_genba_tile.png) no-repeat 0 0;
}

.category dd a.cate29 {
	background: url(../exp/img/category_btn/btn_alcus.png) no-repeat 0 0;
}

.category dd a.cate30 {
	background: url(../exp/img/category_btn/btn_alest.png) no-repeat 0 0;
}

.category dd a.cate31 {
	background: url(../exp/img/category_btn/btn_sline.png) no-repeat 0 0;
}

.category dd a.cate32 {
	background: url(../exp/img/category_btn/btn_lumithera.png) no-repeat 0 0;
}

.category dd a.cate33 {
	background: url(../exp/img/category_btn/btn_tiledeco.png) no-repeat 0 0;
}

.category dd a.cate34 {
	background: url(../exp/img/category_btn/btn_ls.png) no-repeat 0 0;
}

.category dd a.cate35 {
	background: url(../exp/img/category_btn/btn_asloctahu.png) no-repeat 0 0;
}

.category dd a.cate36 {
	background: url(../exp/img/category_btn/btn_insulation.png) no-repeat 0 0;
}

.category dd a.cate37 {
	background: url(../exp/img/category_btn/btn_public.png) no-repeat 0 0;
}

.category dd a.cate38 {
	background: url(../exp/img/category_btn/btn_wooddesign.png) no-repeat 0 0;
}


.category dd a[href*="#hokkaido"] {
	background: url(../exp/img/category_btn/btn_hokkaido.png) no-repeat 0 bottom;
}

.category dd a[href*="#tohoku"] {
	background: url(../exp/img/category_btn/btn_tohoku.png) no-repeat 0 bottom;
}

.category dd a[href*="#kanto"] {
	background: url(../exp/img/category_btn/btn_kanto.png) no-repeat 0 bottom;
}

.category dd a[href*="#chubu"] {
	background: url(../exp/img/category_btn/btn_chubu.png) no-repeat 0 bottom;
}

.category dd a[href*="#kinki"] {
	background: url(../exp/img/category_btn/btn_kinki.png) no-repeat 0 bottom;
}

.category dd a[href*="#chushikoku"] {
	background: url(../exp/img/category_btn/btn_chushikoku.png) no-repeat 0 bottom;
}

.category dd a[href*="#kyushu"] {
	background: url(../exp/img/category_btn/btn_kyushu.png) no-repeat 0 bottom;
}

.category dd a[href*="area1"] {
	background: url(../exp/img/category_btn/btn_hokkaido.png) no-repeat 0 bottom;
}

.category dd a[href*="area2"] {
	background: url(../exp/img/category_btn/btn_tohoku.png) no-repeat 0 bottom;
}

.category dd a[href*="area3"] {
	background: url(../exp/img/category_btn/btn_kanto.png) no-repeat 0 bottom;
}

.category dd a[href*="area4"] {
	background: url(../exp/img/category_btn/btn_chubu.png) no-repeat 0 bottom;
}

.category dd a[href*="area5"] {
	background: url(../exp/img/category_btn/btn_kinki.png) no-repeat 0 bottom;
}

.category dd a[href*="area6"] {
	background: url(../exp/img/category_btn/btn_chushikoku.png) no-repeat 0 bottom;
}

.category dd a[href*="area7"] {
	background: url(../exp/img/category_btn/btn_kyushu.png) no-repeat 0 bottom;
}

/* ↓カテゴリー　マウスオーバー */
.category dd a.cate01:hover {
	background: url(../exp/img/category_btn/btn_eco.png) no-repeat 0 bottom;
}

.category dd a.cate02:hover {
	background: url(../exp/img/category_btn/btn_office.png) no-repeat 0 bottom;
}

.category dd a.cate03:hover {
	background: url(../exp/img/category_btn/btn_labo.png) no-repeat 0 bottom;
}

.category dd a.cate04:hover {
	background: url(../exp/img/category_btn/btn_business.png) no-repeat 0 bottom;
}

.category dd a.cate05:hover {
	background: url(../exp/img/category_btn/btn_shop.png) no-repeat 0 bottom;
}

.category dd a.cate06:hover {
	background: url(../exp/img/category_btn/btn_traffic.png) no-repeat 0 bottom;
}

.category dd a.cate07:hover {
	background: url(../exp/img/category_btn/btn_education.png) no-repeat 0 bottom;
}

.category dd a.cate08:hover {
	background: url(../exp/img/category_btn/btn_health.png) no-repeat 0 bottom;
}

.category dd a.cate09:hover {
	background: url(../exp/img/category_btn/btn_hotel.png) no-repeat 0 bottom;
}

.category dd a.cate10:hover {
	background: url(../exp/img/category_btn/btn_house.png) no-repeat 0 bottom;
}

.category dd a.cate11:hover {
	background: url(../exp/img/category_btn/btn_asloc600.png) no-repeat 0 bottom;
}

.category dd a.cate12:hover {
	background: url(../exp/img/category_btn/btn_asloc900.png) no-repeat 0 bottom;
}

.category dd a.cate13:hover {
	background: url(../exp/img/category_btn/btn_design_panel.png) no-repeat 0 bottom;
}

.category dd a.cate14:hover {
	background: url(../exp/img/category_btn/btn_grid_design.png) no-repeat 0 bottom;
}

.category dd a.cate15:hover {
	background: url(../exp/img/category_btn/btn_color_flon.png) no-repeat 0 bottom;
}

.category dd a.cate16:hover {
	background: url(../exp/img/category_btn/btn_new_color_reed.png) no-repeat 0 bottom;
}

.category dd a.cate17:hover {
	background: url(../exp/img/category_btn/btn_color_ceron.png) no-repeat 0 bottom;
}

.category dd a.cate18:hover {
	background: url(../exp/img/category_btn/btn_color_flon_metallic.png) no-repeat 0 bottom;
}

.category dd a.cate19:hover {
	background: url(../exp/img/category_btn/btn_natural.png) no-repeat 0 bottom;
}

.category dd a.cate20:hover {
	background: url(../exp/img/category_btn/btn_natural_plus.png) no-repeat 0 bottom;
}

.category dd a.cate21:hover {
	background: url(../exp/img/category_btn/btn_atp.png) no-repeat 0 bottom;
}

.category dd a.cate22:hover {
	background: url(../exp/img/category_btn/btn_solar.png) no-repeat 0 bottom;
}

.category dd a.cate23:hover {
	background: url(../exp/img/category_btn/btn_green_wall.png) no-repeat 0 bottom;
}

.category dd a.cate24:hover {
	background: url(../exp/img/category_btn/btn_lefsky.png) no-repeat 0 bottom;
}

.category dd a.cate25:hover {
	background: url(../exp/img/category_btn/btn_rale_fastener.png) no-repeat 0 bottom;
}

.category dd a.cate26:hover {
	background: url(../exp/img/category_btn/btn_ath.png) no-repeat 0 bottom;
}

.category dd a.cate27:hover {
	background: url(../exp/img/category_btn/btn_louver.png) no-repeat 0 bottom;
}

.category dd a.cate28:hover {
	background: url(../exp/img/category_btn/btn_genba_tile.png) no-repeat 0 bottom;
}

.category dd a.cate29:hover {
	background: url(../exp/img/category_btn/btn_alcus.png) no-repeat 0 bottom;
}

.category dd a.cate30:hover {
	background: url(../exp/img/category_btn/btn_alest.png) no-repeat 0 bottom;
}

.category dd a.cate31:hover {
	background: url(../exp/img/category_btn/btn_sline.png) no-repeat 0 bottom;
}

.category dd a.cate32:hover {
	background: url(../exp/img/category_btn/btn_lumithera.png) no-repeat 0 bottom;
}

.category dd a.cate33:hover {
	background: url(../exp/img/category_btn/btn_tiledeco.png) no-repeat 0 bottom;
}

.category dd a.cate34:hover {
	background: url(../exp/img/category_btn/btn_ls.png) no-repeat 0 bottom;
}

.category dd a.cate35:hover {
	background: url(../exp/img/category_btn/btn_asloctahu.png) no-repeat 0 bottom;
}

.category dd a.cate37:hover {
	background: url(../exp/img/category_btn/btn_public.png) no-repeat 0 bottom;
}


.category dd a[href*="#hokkaido"]:hover {
	background: url(../exp/img/category_btn/btn_hokkaido.png) no-repeat 0 0;
}

.category dd a[href*="#tohoku"]:hover {
	background: url(../exp/img/category_btn/btn_tohoku.png) no-repeat 0 0;
}

.category dd a[href*="#kanto"]:hover {
	background: url(../exp/img/category_btn/btn_kanto.png) no-repeat 0 0;
}

.category dd a[href*="#chubu"]:hover {
	background: url(../exp/img/category_btn/btn_chubu.png) no-repeat 0 0;
}

.category dd a[href*="#kinki"]:hover {
	background: url(../exp/img/category_btn/btn_kinki.png) no-repeat 0 0;
}

.category dd a[href*="#chushikoku"]:hover {
	background: url(../exp/img/category_btn/btn_chushikoku.png) no-repeat 0 0;
}

.category dd a[href*="#kyushu"]:hover {
	background: url(../exp/img/category_btn/btn_kyushu.png) no-repeat 0 0;
}

/* ↓カテゴリーボタン　オン */
.category dd a.cate01.on {
	background: url(../exp/img/category_btn/btn_eco_now.png) no-repeat 0 0;
}

.category dd a.cate02.on {
	background: url(../exp/img/category_btn/btn_office_now.png) no-repeat 0 0;
}

.category dd a.cate03.on {
	background: url(../exp/img/category_btn/btn_labo_now.png) no-repeat 0 0;
}

.category dd a.cate04.on {
	background: url(../exp/img/category_btn/btn_business_now.png) no-repeat 0 0;
}

.category dd a.cate05.on {
	background: url(../exp/img/category_btn/btn_shop_now.png) no-repeat 0 0;
}

.category dd a.cate06.on {
	background: url(../exp/img/category_btn/btn_traffic_now.png) no-repeat 0 0;
}

.category dd a.cate07.on {
	background: url(../exp/img/category_btn/btn_education_now.png) no-repeat 0 0;
}

.category dd a.cate08.on {
	background: url(../exp/img/category_btn/btn_health_now.png) no-repeat 0 0;
}

.category dd a.cate09.on {
	background: url(../exp/img/category_btn/btn_hotel_now.png) no-repeat 0 0;
}

.category dd a.cate10.on {
	background: url(../exp/img/category_btn/btn_house_now.png) no-repeat 0 0;
}

.category dd a.cate11.on {
	background: url(../exp/img/category_btn/btn_asloc600_now.png) no-repeat 0 0;
}

.category dd a.cate12.on {
	background: url(../exp/img/category_btn/btn_asloc900_now.png) no-repeat 0 0;
}

.category dd a.cate13.on {
	background: url(../exp/img/category_btn/btn_design_panel_now.png) no-repeat 0 0;
}

.category dd a.cate14.on {
	background: url(../exp/img/category_btn/btn_grid_design_now.png) no-repeat 0 0;
}

.category dd a.cate15.on {
	background: url(../exp/img/category_btn/btn_color_flon_now.png) no-repeat 0 0;
}

.category dd a.cate16.on {
	background: url(../exp/img/category_btn/btn_new_color_reed_now.png) no-repeat 0 0;
}

.category dd a.cate17.on {
	background: url(../exp/img/category_btn/btn_color_ceron_now.png) no-repeat 0 0;
}

.category dd a.cate18.on {
	background: url(../exp/img/category_btn/btn_color_flon_metallic_now.png) no-repeat 0 0;
}

.category dd a.cate19.on {
	background: url(../exp/img/category_btn/btn_natural_now.png) no-repeat 0 0;
}

.category dd a.cate20.on {
	background: url(../exp/img/category_btn/btn_natural_plus_now.png) no-repeat 0 0;
}

.category dd a.cate21.on {
	background: url(../exp/img/category_btn/btn_atp_now.png) no-repeat 0 0;
}

.category dd a.cate22.on {
	background: url(../exp/img/category_btn/btn_solar_now.png) no-repeat 0 0;
}

.category dd a.cate23.on {
	background: url(../exp/img/category_btn/btn_green_wall_now.png) no-repeat 0 0;
}

.category dd a.cate24.on {
	background: url(../exp/img/category_btn/btn_lefsky_now.png) no-repeat 0 0;
}

.category dd a.cate25.on {
	background: url(../exp/img/category_btn/btn_rale_fastener_now.png) no-repeat 0 0;
}

.category dd a.cate26.on {
	background: url(../exp/img/category_btn/btn_ath_now.png) no-repeat 0 0;
}

.category dd a.cate27.on {
	background: url(../exp/img/category_btn/btn_louver_now.png) no-repeat 0 0;
}

.category dd a.cate28.on {
	background: url(../exp/img/category_btn/btn_genba_tile_now.png) no-repeat 0 0;
}

.category dd a.cate29.on {
	background: url(../exp/img/category_btn/btn_alcus_now.png) no-repeat 0 0;
}

.category dd a.cate30.on {
	background: url(../exp/img/category_btn/btn_alest_now.png) no-repeat 0 0;
}

.category dd a.cate31.on {
	background: url(../exp/img/category_btn/btn_sline_now.png) no-repeat 0 0;
}

.category dd a.cate32.on {
	background: url(../exp/img/category_btn/btn_lumithera_now.png) no-repeat 0 0;
}

.category dd a.cate33.on {
	background: url(../exp/img/category_btn/btn_tiledeco_now.png) no-repeat 0 0;
}

.category dd a.cate34.on {
	background: url(../exp/img/category_btn/btn_ls_now.png) no-repeat 0 0;
}

.category dd a.cate35.on {
	background: url(../exp/img/category_btn/btn_asloctahu_now.png) no-repeat 0 0;
}

.category dd a.cate36.on {
	background: url(../exp/img/category_btn/btn_insulation_now.png) no-repeat 0 0;
}

.category dd a.cate37.on {
	background: url(../exp/img/category_btn/btn_public_now.png) no-repeat 0 0;
}

.category dd a.cate38.on {
	background: url(../exp/img/category_btn/btn_wooddesign_now.png) no-repeat 0 0;
}




.category dd a[href*="#hokkaido"].on {
	background: url(../exp/img/category_btn/btn_hokkaido_now.png) no-repeat 0 0;
}

.category dd a[href*="#tohoku"].on {
	background: url(../exp/img/category_btn/btn_tohoku_now.png) no-repeat 0 0;
}

.category dd a[href*="#kanto"].on {
	background: url(../exp/img/category_btn/btn_kanto_now.png) no-repeat 0 0;
}

.category dd a[href*="#chubu"].on {
	background: url(../exp/img/category_btn/btn_chubu_now.png) no-repeat 0 0;
}

.category dd a[href*="#kinki"].on {
	background: url(../exp/img/category_btn/btn_kinki_now.png) no-repeat 0 0;
}

.category dd a[href*="#chushikoku"].on {
	background: url(../exp/img/category_btn/btn_chushikoku_now.png) no-repeat 0 0;
}

.category dd a[href*="#kyushu"].on {
	background: url(../exp/img/category_btn/btn_kyushu_now.png) no-repeat 0 0;
}

/* ↓カテゴリーボタン　オン */
.category dd a.cate01.on:hover {
	background: url(../exp/img/category_btn/btn_eco_now.png) no-repeat 0 bottom;
}

.category dd a.cate02.on:hover {
	background: url(../exp/img/category_btn/btn_office_now.png) no-repeat 0 bottom;
}

.category dd a.cate03.on:hover {
	background: url(../exp/img/category_btn/btn_labo_now.png) no-repeat 0 bottom;
}

.category dd a.cate04.on:hover {
	background: url(../exp/img/category_btn/btn_business_now.png) no-repeat 0 bottom;
}

.category dd a.cate05.on:hover {
	background: url(../exp/img/category_btn/btn_shop_now.png) no-repeat 0 bottom;
}

.category dd a.cate06.on:hover {
	background: url(../exp/img/category_btn/btn_traffic_now.png) no-repeat 0 bottom;
}

.category dd a.cate07.on:hover {
	background: url(../exp/img/category_btn/btn_education_now.png) no-repeat 0 bottom;
}

.category dd a.cate08.on:hover {
	background: url(../exp/img/category_btn/btn_health_now.png) no-repeat 0 bottom;
}

.category dd a.cate09.on:hover {
	background: url(../exp/img/category_btn/btn_hotel_now.png) no-repeat 0 bottom;
}

.category dd a.cate10.on:hover {
	background: url(../exp/img/category_btn/btn_house_now.png) no-repeat 0 bottom;
}

.category dd a.cate11.on:hover {
	background: url(../exp/img/category_btn/btn_asloc600_now.png) no-repeat 0 bottom;
}

.category dd a.cate12.on:hover {
	background: url(../exp/img/category_btn/btn_asloc900_now.png) no-repeat 0 bottom;
}

.category dd a.cate13.on:hover {
	background: url(../exp/img/category_btn/btn_design_panel_now.png) no-repeat 0 bottom;
}

.category dd a.cate14.on:hover {
	background: url(../exp/img/category_btn/btn_grid_design_now.png) no-repeat 0 bottom;
}

.category dd a.cate15.on:hover {
	background: url(../exp/img/category_btn/btn_color_flon_now.png) no-repeat 0 bottom;
}

.category dd a.cate16.on:hover {
	background: url(../exp/img/category_btn/btn_new_color_reed_now.png) no-repeat 0 bottom;
}

.category dd a.cate17.on:hover {
	background: url(../exp/img/category_btn/btn_color_ceron_now.png) no-repeat 0 bottom;
}

.category dd a.cate18.on:hover {
	background: url(../exp/img/category_btn/btn_color_flon_metallic_now.png) no-repeat 0 bottom;
}

.category dd a.cate19.on:hover {
	background: url(../exp/img/category_btn/btn_natural_now.png) no-repeat 0 bottom;
}

.category dd a.cate20.on:hover {
	background: url(../exp/img/category_btn/btn_natural_plus_now.png) no-repeat 0 bottom;
}

.category dd a.cate21.on:hover {
	background: url(../exp/img/category_btn/btn_atp_now.png) no-repeat 0 bottom;
}

.category dd a.cate22.on:hover {
	background: url(../exp/img/category_btn/btn_solar_now.png) no-repeat 0 bottom;
}

.category dd a.cate23.on:hover {
	background: url(../exp/img/category_btn/btn_green_wall_now.png) no-repeat 0 bottom;
}

.category dd a.cate24.on:hover {
	background: url(../exp/img/category_btn/btn_lefsky_now.png) no-repeat 0 bottom;
}

.category dd a.cate25.on:hover {
	background: url(../exp/img/category_btn/btn_rale_fastener_now.png) no-repeat 0 bottom;
}

.category dd a.cate26.on:hover {
	background: url(../exp/img/category_btn/btn_ath_now.png) no-repeat 0 bottom;
}

.category dd a.cate27.on:hover {
	background: url(../exp/img/category_btn/btn_louver_now.png) no-repeat 0 bottom;
}

.category dd a.cate28.on:hover {
	background: url(../exp/img/category_btn/btn_genba_tile_now.png) no-repeat 0 bottom;
}

.category dd a.cate29.on:hover {
	background: url(../exp/img/category_btn/btn_alcus_now.png) no-repeat 0 bottom;
}

.category dd a.cate30.on:hover {
	background: url(../exp/img/category_btn/btn_alest_now.png) no-repeat 0 bottom;
}

.category dd a.cate31.on:hover {
	background: url(../exp/img/category_btn/btn_sline_now.png) no-repeat 0 bottom;
}

.category dd a.cate32.on:hover {
	background: url(../exp/img/category_btn/btn_lumithera_now.png) no-repeat 0 bottom;
}

.category dd a.cate33.on:hover {
	background: url(../exp/img/category_btn/btn_tiledeco_now.png) no-repeat 0 bottom;
}

.category dd a.cate34.on:hover {
	background: url(../exp/img/category_btn/btn_ls_now.png) no-repeat 0 bottom;
}

.category dd a.cate35.on:hover {
	background: url(../exp/img/category_btn/btn_asloctahu_now.png) no-repeat 0 bottom;
}

.category dd a.cate36.on:hover {
	background: url(../exp/img/category_btn/btn_insulation_now.png) no-repeat 0 bottom;
}

.category dd a.cate37:hover {
	background: url(../exp/img/category_btn/btn_public_now.png) no-repeat 0 bottom;
}

.category dd a.cate38:hover {
	background: url(../exp/img/category_btn/btn_wooddesign_now.png) no-repeat 0 bottom;
}


.category dd a[href*="#hokkaido"].on:hover {
	background: url(../exp/img/category_btn/btn_hokkaido_now.png) no-repeat 0 bottom;
}

.category dd a[href*="#tohoku"].on:hover {
	background: url(../exp/img/category_btn/btn_tohoku_now.png) no-repeat 0 bottom;
}

.category dd a[href*="#kanto"].on:hover {
	background: url(../exp/img/category_btn/btn_kanto_now.png) no-repeat 0 bottom;
}

.category dd a[href*="#chubu"].on:hover {
	background: url(../exp/img/category_btn/btn_chubu_now.png) no-repeat 0 bottom;
}

.category dd a[href*="#kinki"].on:hover {
	background: url(../exp/img/category_btn/btn_kinki_now.png) no-repeat 0 bottom;
}

.category dd a[href*="#chushikoku"].on:hover {
	background: url(../exp/img/category_btn/btn_chushikoku_now.png) no-repeat 0 bottom;
}

.category dd a[href*="#kyushu"].on:hover {
	background: url(../exp/img/category_btn/btn_kyushu_now.png) no-repeat 0 bottom;
}

/* 施工事例画像 */
.pd_detail_img {
	width: 573px;
	float: left;
}

.pd_detail_img_main {
	margin-bottom: 20px;
	margin: auto;
}

.photo_list {
	margin: 20px 10px;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
	overflow: hidden;
	border: 1px solid #fafafa;
	padding: 5px 2px;
}

.photo_list img {
	float: left;
	width: 168px;
	margin: 7px;
}

.pd_detail_con {
	float: right;
	width: 371px;
	padding: 20px;
	font-size: 13px;
	background: #f5f5f5;
}

.pd_detail_con+.pd_detail_con {
	margin-top: 20px;
}

.pd_detail_con table {
	width: 100%;
	border-collapse: collapse;
}

.pd_detail_con th {
	white-space: nowrap;
	vertical-align: top;
	text-align: left;
}

.pd_detail_con th::after {
	content: '：';
}

.pd_detail_con td {
	width: 100%;
}

.pd_detail_con table,
.pd_detail_con dl {
	margin-bottom: 10px;
}

.pd_detail_con dt {
	font-weight: bold;
}

.pd_detail_con a {
	color: #09afc8;
	text-decoration: underline;
	font-weight: bold;
}

.pd_detail_map {
	float: right;
	width: 411px;
	margin-top: 20px;
}

.pd_detail_map .title {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	position: relative;
	width: 320px;
	height: 40px;
	margin: 0 auto;
	background: #09afc8;
	color: #fff;
	line-height: 1.0;
}

.pd_detail_map .title::after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 100%;
	width: 0;
	height: 0;
	border-width: 12px;
	border-style: solid solid none solid;
	border-color: #09afc8 transparent;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.pd_detail_map iframe {
	width: 100%;
	height: 230px;
	margin-top: 20px;
}

.dt_float {
	float: left;
	/* width:4em; */
}

.pd_detail_bnr {
	overflow: hidden;
	clear: both;
	padding: 50px 40px 40px;

}

#sample_use .pd_detail_bnr li,
#flatpanel .pd_detail_bnr li {
	width: 330px;
	height: 74px;
	margin-bottom: 20px;
	margin-right: 20px;
	float: left;
}

#flatpanel .pd_detail_bnr {
	display: none;
}

/*----- 施工例 特例 ----*/
dl.sp01 dt {
	width: 12em;
}

dl.sp02 dt {
	width: 5em;
}

/* 鎌田さん追加分 */
#product_list>ul>li {
	display: block;
	width: 320px;
	height: 270px;
	margin-right: 20px;
	margin-bottom: 20px;
}

#product_list>ul>li:nth-child(3n) {
	margin-right: 0;
}

#product_list>ul>li>a {
	display: block;
	width: 280px;
	height: 55px;
	padding: 215px 20px 0 20px;
	color: #fff;
}

#product_list>ul>li#pd_flatpanel>a {
	background: url(../pd/img/products_img_01.jpg) no-repeat;
}

#product_list>ul>li#pd_designpanel>a {
	background: url(../pd/img/products_img_02.jpg) no-repeat;
}

#product_list>ul>li#pd_griddesignpanel>a {
	background: url(../pd/img/products_img_03.jpg) no-repeat;
}

#product_list>ul>li#pd_coated>a {
	background: url(../pd/img/products_img_04.jpg) no-repeat;
}

#product_list>ul>li#pd_atp>a {
	background: url(../pd/img/products_img_05.jpg) no-repeat;
}

#product_list>ul>li#pd_naturial>a {
	background: url(../pd/img/products_img_06.jpg) no-repeat;
}

#product_list>ul>li#pd_env>a {
	background: url(../pd/img/products_img_07.jpg) no-repeat;
}

#product_list>ul>li#pd_tech>a {
	background: url(../pd/img/products_img_08.jpg) no-repeat;
}

#product_list>ul>li#pd_everywhere>a {
	background: url(../pd/img/products_img_09.jpg) no-repeat;
}

#product_list>ul>li#pd_flatpanel.update>a {
	background: url(../pd/img/products_img_01_new.jpg) no-repeat;
}

#product_list>ul>li#pd_designpanel.update>a {
	background: url(../pd/img/products_img_02_new.jpg) no-repeat;
}

#product_list>ul>li#pd_enboss.update>a {
	background: url(../pd/img/products_img_11.png) no-repeat;
}


#product_list>ul>li#pd_wooddesignpanel>a {
	background: url(../pd/img/products_img_10_new.jpg) no-repeat;
}

#product_list>ul>li#pd_griddesignpanel.update>a {
	background: url(../pd/img/products_img_03_new.jpg) no-repeat;
}

#product_list>ul>li#pd_coated.update>a {
	background: url(../pd/img/products_img_04_new.jpg) no-repeat;
}

#product_list>ul>li#pd_naturial.update>a {
	background: url(../pd/img/products_img_06_new.jpg) no-repeat;
}



#product_list>ul>li>a>dt {
	font-size: 1.5rem;
	line-height: 1.8rem;
	font-weight: bold;
}

#product_list>ul>li>a>dd {
	font-size: 1.3rem;
	line-height: 2.1rem;
}

#product_list>div.menu_h>* {
	display: table-cell;
	vertical-align: top;
}

#product_list>div.menu_h>a {
	width: 662px;
	border-right: 35px solid rgba(0, 0, 0, 0);
}

#product_list>div.menu_h>div {
	margin-left: 35px;
	border-left: 10px solid #333;
	padding-left: 20px;
}

#product_list>div.menu_h>div>h4 {
	font-size: 2.0rem;
	line-height: 3.0rem;
}

#product_list>div.menu_h>div>ul {
	list-style: disc;
	margin-left: 40px;
}

#product_list>div.menu_h>div>ul a {
	color: #00479d;
	text-decoration: underline;
}

#product_list>div.menu_h>div>ul a:hover {
	text-decoration: none;
}

#pd #pd_sidemenu {
	width: 210px;
	margin-left: 30px;
	float: right;
	background-color: #eeeeee;
}

#pd #pd_sidemenu h2 {
	font-size: 2.0rem;
	line-height: 2.0rem;
	padding: 20px;
	margin: 0;
	background: #86868a;
	color: #fff;
	font-weight: bold;
}

#pd #pd_sidemenu h2 a {
	color: #fff;
}

#pd #pd_sidemenu li {
	font-size: 1.4rem;
	line-height: 1.6rem;
	background-color: #eeeeee;
}

#pd #pd_sidemenu li.pd_active {
	background-color: #eaebf3;
}

#pd #pd_sidemenu li a {
	display: block;
	margin-left: 20px;
	padding: 20px 10px 20px 25px;
	/*height: 16px;*/
	background: url(../pd/img/sidemenu_marker.png) no-repeat left center;
}

#pd #pd_sidemenu li a.none {
	display: block;
	margin-left: 20px;
	padding: 10px 10px 20px 25px;
	background: none;
}

#pd #pd_contents {
	width: 760px;
}

#pd h2 {
	font-size: 2.4rem;
	line-height: 2.4rem;
	font-weight: bold;
	background: url(../img/comm/h2_marker.png) no-repeat;
	border-bottom: 1px solid #dbdbdb;
	padding-left: 40px;
	padding-bottom: 10px;
	margin: 60px 0 20px 0;
}

#pd h2 span.pd_spec {
	font-size: 1.5rem;
	line-height: 2.4rem;
	font-weight: normal;
	margin-left: 2rem;
}

#pd h2#asl600,
#pd h2#asl900 {
	padding-bottom: 0;
	border: none;
}

#pd h2#asl600 {
	margin-bottom: 5px;
}

#pd h2#asl900 {
	margin-top: 0;
}

#pd .pd_fp_2col {
	display: flex;
	margin-bottom: 20px;
}

#pd .pd_fp_2col .image {
	flex: 0 0 auto;
}

#pd .pd_fp_2col .text {
	flex: 1 1 auto;
	margin: 0 0 0 20px;
}

#pd .pd_image {
	margin-bottom: 25px;
}

#pd .pd_title {
	color: #00479D;
	font-weight: bold;
}

#pd .pd_title,
#pd .pd_title2 {
	font-size: 2.4rem;
	line-height: 2.8rem;
	margin-bottom: 15px;
}

#pd .pd_title2 {
	font-size: 1.8rem;
	line-height: 2.2rem;
	font-weight: bold;
}

#pd .pd_title3 {
	background: #f0fafb;
	color: #09afc8;
	line-height: 40px;
	padding: 0 10px;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0.5em;
}

#pd .pd_descipt {
	margin-bottom: 50px;
}

#pd .pd_descipt2 {
	margin-bottom: 20px;
}

#pd .asloc_btn {
	display: block;
	width: 500px;
	height: 40px;
	margin: 0 auto;
	padding: 10px 20px 10px 20px;
	background: #333;
	color: #fff;
	text-align: center;
	vertical-align: bottom;
}

#pd .asloc_btns+.asloc_btns {
	margin-top: 30px;
}

#pd .env_btn,
#pd .env_btn2 {
	display: block;
	width: 330px;
	height: 40px;
	margin: 0 auto;
	padding: 20px 0 0 170px;
	background: url(../pd/img/asloc_btn_bg.png) no-repeat;
	color: #fff;
}

.gr_wall {
	padding-left: 80px !important;
	background: url(../pd/img/asloc_btn_bg02.png) no-repeat !important;
	width: 400px !important;
}

#pd .env_btn {
	width: 330px;
	padding: 20px 0 0 130px;
	background: url(../pd/env/img/env_btn_bg.png) no-repeat;
}

#pd .env_btn2 {
	width: 425px;
	padding: 20px 0 0 75px;
	background: url(../pd/env/img/env_btn_bg2.png) no-repeat;
}

#pd #designpanel_sub {
	margin-bottom: 30px;
	margin-left: -20px;
}

#pd #designpanel_sub li {
	font-size: 1.8rem;
	/*line-height: 1.8rem;*/
	/*margin-left: 45px;*/
}

li.panel_width,
#designpanel_sub li a {
	height: 50px;
	line-height: 50px;
	/*padding:0 30px;*/
	padding: 0 20px;
}

#designpanel_sub li a {
	display: block;
}

a.panel900600 {
	background: #f0fafb;
}

a.panel_embos {
	background: #f2f8ff;
}

li.panel_width {
	background: #09afc8;
	color: #fff;
}

#pd #designpanel_sub li i {
	color: #09afc8;
	margin-right: 5px;
}

#pd #designpanel_sub li:last-child i {
	color: #00479d;
}

#pd .designpaneldl dt {
	font-size: 2.0rem;
	line-height: 2.0rem;
	font-weight: bold;
	margin-bottom: 20px;
}

#pd .designpaneldl dt i {
	color: #09afc8;
	margin-right: 5px;
}

#pd .designpaneldl dt#embossdt i {
	color: #00479d;
}

#pd .designpaneldl dd {
	margin-bottom: 40px;
}

#pd .designpaneldl dd img {
	margin-bottom: 30px;
}

#pd .designpaneldl dd#embossdd {
	text-align: center;
}

#pd .designpaneldl dd#embossdd h5 {
	font-size: 1.5rem;
	line-height: 1.5rem;
	margin-bottom: 10px;
	text-align: left;
}

#pd .designpaneldl dd#embossdd img {
	margin-bottom: 5px;
	width: 175px;
}

#pd .designpaneldl .embosslist {
	margin-bottom: 30px;
}

#pd .designpaneldl .embosslist li {
	width: 175px;
	margin-right: 20px;
}

#pd .designpaneldl .embosslist li:nth-child(4n) {
	margin-right: 0;
}

/**/
.strongf {
	font-size: 2.0rem;
	line-height: 2.0rem;
	font-weight: bold;
	margin: 20px 0;
}

.pdf_icon:before {
	content: url(../img/comm/pdf.png);
	margin-right: 0.2rem;
}

.pdf_icon:after {
	content: url(../img/comm/pdf_dl.png);
	margin-left: 0.2rem;
}

.digicata_icon:before {
	content: url(../img/comm/icon_pc.png);
	margin-right: 0.2rem;
}

.digicata_icon:after {
	content: url(../img/comm/icon_jump.png);
	margin-left: 0.2rem;
}

.about_dl dt {
	font-size: 1.6rem;
	line-height: 1.8rem;
	font-weight: bold;
}

.about_dl dd {
	margin-bottom: 20px;
}

.about_table table {
	margin: 20px 20px 20px 0;
	border: #86868a 2px solid;
	border-collapse: collapse;
	width: 100%;
}

.about_table th,
.about_table td {
	border: #86868a 2px solid;
	vertical-align: middle;
	text-align: center;
	padding: 5px;
}

.about_table th {
	background-color: #eaebf3;
}

.bg_grey {
	background-color: #f5f5f8;

}

.coated_ul li a p {
	color: #ffffff;
	font-size: 1.2rem;
	font-weight: normal;
}

.atp_ul li,
.gr_builtin_ul li,
.gr_tile_ul li {
	width: 145px;
	height: 70px;
	margin: 0 0 20px 20px;
	padding: 230px 15px 0 15px;
	color: #ffffff;
	text-align: center;
	line-height: 130%;
}

.gr_builtin_ul li {
	height: 30px;
	padding: 126px 15px 0 15px;
}

.gr_tile_ul li {
	width: 100px;
	height: 46px;
	padding: 112px 5px 0 5px;
}

li.gr_tile_ul2 {
	height: 34px;
	padding-top: 124px;
}

.bluetitle {
	color: #09AFC8;
}

.atp_table table {
	margin: 20px 0 50px 0;
	border: #86868a 2px solid;
	border-collapse: collapse;
	width: 100%;
}

.atp_table th,
.atp_table td {
	border: #86868a 2px solid;
	vertical-align: middle;
	text-align: center;
	padding: 5px;
	font-weight: bold;
}

.moji_r {
	color: #c9151e;

}

ul.env_ul {
	margin-left: 300px;
}

.env_ul li {
	list-style: disc;
}

#gr_builtin2 li {
	font-weight: bold;
	font-size: 2.0rem;
}

.gr_builtin:before {
	content: url(../pd/env/img/gr_builtin_img_02.png);
	margin-right: 0.2rem;
}

.tech_ul li {
	width: 210px;
	height: 210px;
	background-color: #c7e8fa;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin: 20px 20px 0 0;
	padding: 15px;
}

.tech_ul li.bg_tech2 {
	background-color: #eaf6fd;
}

.tech_ul li.bg_tech3 {
	background-color: #ffffff;
	padding: 0;
}

.tech_ul li dt {
	text-align: center;
	font-weight: bold;
	padding-bottom: 20px;
	font-size: 1.8rem;
}

.tech_ul li dd,
.tech_ul li dd span {
	padding-left: 5px;
}

.tech_ul li dd i {
	padding-right: 5px;
	font-size: 1.8rem;
}

.tech_ul li dd span {
	font-size: 1.4rem;
}

.new_red {
	background-color: #e60012;
	color: #ffffff;
	padding: 5px;
	margin-right: 10px;
}

/* POP UP */
/*img.fleft {
float: left;
margin: 0 24px 24px 0;
}
#popup-window {
position: fixed;
z-index: 9999;
width: 628px;
padding: 30px 86px;
background: #fff;
display: none;
}*/
img.fleft {
	float: left;
	margin: 0 24px 24px 0;
	width: 130px;
}

.pop_main_img {
	width: 500px;
	margin: 0 auto;
}

#popup-window {
	position: fixed;
	z-index: 9999;
	width: 570px;
	padding: 20px 60px 10px;
	background: #fff;
	display: none;
}

#popup-window .popupheader {
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px #ddd solid;
}

#popup-window .popupheader>*:first-child {
	float: left;
}

#popup-window .popupheader>*:last-child {
	float: right;
}

#popup-window .popupheader>h2 {
	font-size: 2.4rem;
	line-height: 2.4rem;
}

#popup-window .popupheader>h2:last-child {
	background: none;
}

#popup-window p {
	font-size: 1.5rem;
	height: 2.4rem;
	color: #333;
}

#popup-window #popupa {
	padding: 10px;
	text-align: center;
}

#popup-window #popupa a {
	color: #09afc8;
}

#popup-window #popupclose {
	position: absolute;
	top: 0;
	right: 0;
}

#popup-window #popupnavi_prev {
	position: absolute;
	width: 18px;
	height: 18px;
	padding: 11px 6px 11px 6px;
	font-size: 1.8rem;
	line-height: 1.8rem;
	top: 380px;
	left: 0;
	color: #fff;
	font-weight: bold;
	background-color: rgba(50, 50, 50, 0.17);
}

#popup-window #popupnavi_next {
	position: absolute;
	width: 18px;
	height: 18px;
	padding: 11px 6px 11px 6px;
	font-size: 1.8rem;
	line-height: 1.8rem;
	top: 380px;
	right: 0;
	color: #fff;
	font-weight: bold;
	background-color: rgba(50, 50, 50, 0.17);
}

#modal-overlay {
	z-index: 1;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba(0, 0, 0, 0.75);
}

.cl_03 {
	color: #00479d;
	text-decoration: underline;
}

/* 20161116眞榮里追記 */
.inf_table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	/* for Android */
	-moz-box-sizing: border-box;
	/* for Firefox */
	box-sizing: border-box;
}

.inf_table th,
.inf_table td {
	border: 1px solid #999;
	padding: 8px;
}

/******* お問い合わせ *********/
#inquiry .newslist {
	margin: 0 3.5em;
}

/************* CAD ****************/
.cad_table {
	width: 100%;
}

.tb_al {
	width: 23%;
}

.tb_sline {
	width: 27%;
}

.tb_heat {
	width: 30%;
}

/********** ショールーム *************/
.showroom_slider {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	position: relative;
	margin-top: 30px;
}

.showroom_slider img {
	width: 100%;
}

.showroom_slider .controls {
	position: absolute;
	bottom: 10px;
	left: 50%;
	padding: 0;
	line-height: 1.0;
	z-index: 1;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.showroom_slider .flex-control-nav {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	position: static;
}

.showroom_slider .flex-control-nav>li {
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	display: block;
	margin: 0;
}

.showroom_slider .flex-control-nav>li:nth-child(n+2) {
	margin-left: 6px;
}

.showroom_slider .flex-control-nav>li a {
	width: 9px;
	height: 9px;
	background: #fff;
	border-radius: 4px;
	box-shadow: none;
}

.showroom_slider .flex-control-nav>li a.flex-active {
	background: #aaa;
}

#pd .showroom_lead {
	margin: 20px 0 50px;
	color: #20afc6;
	text-align: center;
	font-size: 3.0rem;
	line-height: 1.0;
	text-shadow:
		0 -2px 0 #fff, 2px -2px 0 #fff, 2px 0 0 #fff, 2px 2px 0 #fff, 0 2px 0 #fff, -2px 2px 0 #fff, -2px 0 0 #fff, -2px -2px 0 #fff,
		1px 2px 0 #fff, -1px 2px 0 #fff, 1px -2px 0 #fff, -1px -2px 0 #fff, 2px 1px 0 #fff, -2px 1px 0 #fff, 2px -1px 0 #fff, -2px -1px 0 #fff,
		3px 3px 5px rgb(0 0 0 / 50%);
}

[class*="showroom_"] figure {
	line-height: 1.0;
}

[class*="showroom_"] figcaption {
	margin-top: 10px;
	text-align: right;
	font-size: 1.6rem;
}

.showroom_text_image01 {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	margin-top: 100px;
	font-size: 2.0rem;
	line-height: 2.0;
}

.showroom_text_image01 .text {
	margin: 40px 30px 0 0;
}

.showroom_text_image01 .image {
	-webkit-box-flex: 0;
	flex: 0 0 auto;
}

.showroom_images {
	margin-bottom: 100px;
}

.showroom_images .list {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 75px;
}

.showroom_images .small_images>li:nth-child(n+5) {
	margin-top: 50px;
}

.showroom_images01 {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	margin-right: -1.0em;
}

.showroom_images01>* {
	-webkit-box-flex: 0;
	flex: 0 0 auto;
}

.show_room li {
	margin-bottom: 0.5em;
	list-style-position: outside;
	margin-left: 3em;
}

span.tsume {
	letter-spacing: -0.5em;
}

span.tsume2 {
	letter-spacing: -0.05em;
}

/********** Noto Sans Japanese *************/
.noto {
	font-family: 'Noto Sans Japanese';
}

/* 20200713追記 */
/* トップページメインビジュアル下バナー追加 */
.top_banner {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.top_banner li {
	margin: 0 40px;
}

/*
印刷用
----------------------------------------------- */
@media print {
	body {
		-webkit-print-color-adjust: exact;
		background: none;
	}

	.no-print {
		display: none;
	}
}

@page {
	margin: 0.5cm;
}



/*-- 220226 追記 --*/

/*-- PICKUP --*/
#pd .pd_lineuptitle {
	color: #00479D;
	font-weight: bold;
	background: none;
	border: none;
	padding: 0;
}

#pd .pd_lineup_subtitle {
	font-size: 1.6rem;
	line-height: 2.0rem;
	font-weight: bold;
	margin-bottom: 16px;
}

#pd .pd_lineup_subtitle i {
	color: #09afc8;
	margin-right: 5px;
}

#pd .pdlineup {
	display: flex;
	flex-wrap: wrap;
}

#pd .pdlineup-unit {
	display: flex;
	flex-wrap: wrap;
	width: 380px;
	margin: 0 0 24px 0;
	align-items: flex-start;
}

#pd .pdlineup-unittx {
	width: 181px;
	padding: 8px 0 0 14px;
}

#pd .pdlineup-unittx h3 {
	font-size: 16px;
	padding: 0 0 16px 0;
}

#pd .pdlineup-unittx p {
	font-size: 13px;
}

#pd .pdlineup-unittx a {
	display: block;
	background: #333333;
	color: #fff;
	text-align: center;
	font-size: 14px;
	padding: 8px 0;
	margin: 50px 0 0 0;
	width: 90%;
	line-height: 1;
}

#pd .pdlineup-unittx.line3 a {
	margin: 30px 0 0 0;
}

#pd .pdlineup-unittx a:hover {
	background: #ccc;
	color: #000;
	text-decoration: none;
}

#pd .pdlineup-unittx.line4 h3 {
	padding: 0 0 8px 0;
}

#pd .pdlineup-unittx.line4 p {
	font-size: 12px;
	line-height: 1.8em;
}

#pd .pdlineup-unittx.line4 a {
	margin: 16px 0 0 0;
}


/*--ラインピール ラインナップ用--*/
#pd .pdlineup-onecolum {}

#pd .pdlineup-unit-onecolum {
	margin: 0 0 16px 0;
}

#pd .pdlineup-unittx.onecolum {
	width: 100%;
	padding: 16px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

#pd .pdlineup-unittx.onecolum .pdlineup-unittx__tx {
	flex-basis: 575px;
}

#pd .pdlineup-unittx.onecolum .pdlineup-unittx__tx h3 {
	padding: 0 0 4px 0;
	display: flex;
	flex-wrap: wrap;
}

#linepeel.embossContents h2 .newicon,
#pd .pdlineup-unittx.onecolum .pdlineup-unittx__tx h3 .newicon {
	display: flex;
	background: #E61311;
	color: #fff;
	font-size: 10px;
	padding: 2px;
	margin: 2px 4px 2px 8px;
	line-height: 1;
	align-items: center;
}

#pd .pdlineup-unittx.onecolum a {
	flex-basis: 162px;
	margin: 0;
}


/*--ラインピール 紹介用--*/
#linepeel.embossContents h2 {
	display: flex;
}

#linepeel.embossContents .danmenzu {
	width: 100%;
}

#linepeel.embossContents .danmenzu h3 {
	text-align: left;
}

#linepeel.embossContents .embossInfo,
#linepeel.embossContents .embossData {
	align-items: center;
	text-align: center;
}

#linepeel.embossContents .embossData p {
	font-size: 12px;
}

#linepeel.embossContents .embossPanelList {
	margin: 16px 0 0 0;
}

#linepeel.embossContents .shiage h3 {
	text-align: left;
}

#linepeel.embossContents .shiage img {
	display: block;
	margin: 0 auto;
}



/*-- エンボスページ --*/
.embossContents h2+p {
	padding: 0 0px 8px 0;
	;
	font-size: 14px;
}

.embossContents a.cad::before {
	content: url(../pd/img/icon_cad_75.png);
	position: relative;
	padding-right: 4.5px;
	vertical-align: sub;
}

.embossContents a.cad,
.embossContents a.pdf {
	display: inline-block;
	margin: 0 20px 0 10px;
	font-size: 13px;
}

.embossContents a.pdf::before {
	content: url(../pd/img/icon_pdf_75.png);
	position: relative;
	padding-right: 4.5px;
	vertical-align: sub;
}

.embossPanelList {
	display: flex;
	flex-wrap: wrap;
}

.embossPanelList li {
	margin: 0 24px 0 0;
	text-align: center;
}

.embossPanelList.col4 li {
	margin: 0 8px 0 0;
}

.embossPanelList.col4 li:last-child {
	margin: 0;
}

.embossPanelList li h3 {
	padding: 16px 0 8px 0;
}

.embossPanelList li .danmen {
	background: #0AAFC8;
	color: #fff;
	margin: 16px 0;
}

.embossPanelList li .size {
	font-size: 13px;
	text-align: center !important;
	padding: 8px 0;
}

.embossContents .embossInfo,
.embossContents .embossData {
	display: flex;
	justify-content: space-between;
}

.embossContents .danmenzu {
	width: 510px;
}

.embossContents .shiage {
	width: 212px;
}

.embossContents .danmenzu h3,
.embossContents .shiage h3 {
	background: #0AAFC8;
	color: #fff;
	margin: 16px 0 8px 0;
	padding: 4px 8px;
	font-weight: normal;
	font-size: 13px;
}

.embossContents .embossFileWrp p {
	font-size: 13px;
	padding: 8px 0;
}

.embossContents .embossFile {
	padding: 16px 0 0 0;
	text-align: center;
}


/*-- グリットデザイン --*/
#banboo h3 {
	width: 282px;
	margin: 0 auto;
	padding: 0 0 8px 0;
	text-align: center;
	font-size: 20px;
	border-bottom: 2px solid #ccc;
}

.gridContents#banboo {
	margin: 0 auto 80px auto;
}

.gridContents#banboo .tosouImg {
	width: 666px;
	margin: 0 auto;
}

.gridContents#banboo .tousouList {
	margin: 0 0 70px 0;
}

.gridContents {
	margin: 0 0 100px 0;
}

.gridContents h2+p {
	line-height: 1.8em;
	font-size: 14px;
	margin: 0 0 24px 0;
}

.gridContents .blueTitle {
	background: #0AAFC8;
	color: #fff;
	margin: 16px 0 16px 0;
	padding: 4px 16px;
	font-weight: normal;
	font-size: 13px;
	box-sizing: border-box;
}

.gridContents .sekouTitle,
.gridContents .sekoulist,
.gridContents .tosouWrp {
	width: 660px;
	margin: 8px auto 24px auto;
}

.gridContents .tousouList,
.gridContents .tosouWrp,
.gridContents .sekoulist,
.toCatalogList {
	display: flex;
	justify-content: space-between;
}

.gridContents .sekouTitle {
	margin: 8px auto 16px auto;
}

.gridContents .sekoulist,
.toCatalogList {
	justify-content: flex-start;
	margin: 0 auto 24px auto;
}

.gridContents .sekoulist li {
	margin-right: 20px;
}

.gridContents .sekoulist li:last-child {
	margin-right: 0;
}

.gridContents .tosouWrp {
	margin: 8px auto 32px auto;
}

.gridContents .tosouImg {
	width: 497px;
}

.toCatalog {
	margin: 0 0 60px 0;
}



/*-- ウッドデザイン--*/
.woodgridContents h2+p,
.woodgridContents h3+p {
	font-size: 14px;
	padding: 8px;
	text-align: left;
}

.woodgridContents .sceneWrp {
	margin: 0 0 32px 0;
}

.woodgridContents .sceneWrp img {
	text-align: left;
	margin: 0;
}

.woodgridContents .sceneWrp.mt0 {
	margin: 0 0 0 0;
	padding: 16px 0 0 0;
}

.woodgridContents .sceneWrp.mt0 .mb16 {
	margin: 0 0 36px 0;
}

.woodgridContents .tosou {
	width: 660px;
}

.woodgridContents .tosou ul {
	display: flex;
	justify-content: left;
}

.woodgridContents .tosou ul li {
	margin: 16px 8px;
}

.woodgridContents .woodInfo,
.woodgridContents .woodData {
	display: flex;
	justify-content: left;
}

.woodgridContents .woodInfo.colum-style,
.woodgridContents .woodInfo.colum-style .woodData {
	display: block;
	text-align: left;
}

.woodgridContents .woodInfo.colum-style {
	margin: 42px 0 16px 0;
}

.woodgridContents .woodInfo.colum-style .woodData {
	margin: 16px 0 0 0;
}

.woodgridContents .danmenzu {
	width: 660px;
	margin: 0;
}

.woodgridContents .shiage {
	width: 140px;
}

.woodgridContents .shiage img {
	display: block;
	margin: 16px auto 0 auto;
}

.woodgridContents .danmenzu h3,
.woodgridContents .shiage h3,
.woodgridContents .tosou h3 {
	background: #0AAFC8;
	color: #fff;
	margin: 16px 0 8px 0;
	padding: 4px 8px;
	font-weight: normal;
	font-size: 13px;
}

.woodgridContents .woodFileWrp p {
	font-size: 13px;
	padding: 8px 0;
}

.woodgridContents .woodFile {
	padding: 16px 0 0 0;
	text-align: left;
}

.woodgridContents a.cad::before {
	content: url(../pd/img/icon_cad_75.png);
	position: relative;
	padding-right: 4.5px;
	vertical-align: sub;
}

.woodgridContents a.cad,
.woodgridContents a.pdf {
	display: inline-block;
	margin: 0 20px 0 10px;
	font-size: 13px;
}

.woodgridContents a.pdf::before {
	content: url(../pd/img/icon_pdf_75.png);
	position: relative;
	padding-right: 4.5px;
	vertical-align: sub;
}

#about.woodgridContents {
	margin: 0 0 100px 0;
}

.woodgridContents .sceneWrp {
	padding: 18px 0 0 0;
}




#pd_contents .inqArea {
	text-align: left;
	width: 600px;
	padding: 24px 0;
	margin: 0 0 48px 0;
	font-weight: bold;
}

#pd_contents .inqArea a {
	display: block;
	color: #fff;
	background: #F81501;
	width: 280px;
	padding: 8px;
	margin: 16px 0 0 0;
	text-align: center;
}

#pd_contents .inqArea a:hover {
	background: #F4493A;
	text-decoration: none;
}

/* css_end */



/* お知らせ一覧のnewsリンクダウンロードボタンの調整 */
div#pd_contents>ul.newslist>li>.news_detail>a>span {
	position: relative;
	top: 5px;
	color: #4475b6;
	text-decoration: underline;
}

ul.newslist.toplist>li>span.news_detail>a>span {
	position: unset !important;
	top: 0px !important;
	color: #4475b6;
	text-decoration: underline;
}