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

/* Reset
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
}
address,th {
	font-style: normal;
	font-weight:normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	text-align: left;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	
}
img,fieldset {
	border: 0;
}
li {
	list-style-type: none;
}
input, select {
	vertical-align: middle;
}
body {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	color: #333;
}
body .th {
	font-family: 'Noto Sans Thai', sans-serif; }

img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
sup {
	vertical-align: super;
	font-size: 70%;
}
a {
	text-decoration: none;
	color: #333;
}
.content_wrap a {
	text-decoration: underline;
	color: #004BFF;
}
a.link_blue_n {
	color: #004BFF;
	overflow-wrap: break-word;
	word-break: break-all;
}
a.link_blue {
	color: #004BFF;
	/*font-weight: 700;*/
	overflow-wrap: break-word;
}
a.link_blue_bold {
	display: block;
	font-size: 19px;
	font-weight: 700;
    text-underline-offset: 7px;
    width: 215px;
    margin: -10px auto 10px;
}
a:hover.hover img{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	display: inline-block;
	transition:all 0.5s;
}
a:hover.link {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	transition:all 0.5s;
}
.btn_detail {
	margin-top: 10px;
}
.btn_detail.item {
	margin-bottom: 10px!important;
}
.txt_tr_accordion .btn_detail {
	margin-left: 1em;
}
.btn_detail a {
	background: #0097E0;
	color: #fff;
	border-radius: 5px;
	display: inline-block;
	padding: 0 8px;
	line-height: 25px;
	height: 25px;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
}
.txt_c {
	text-align: center;
}
.txt_b {
	font-weight: 700;
}
html {
	position: relative;
	min-height: 100%;
	/*padding-bottom: 30px;*/
	box-sizing: border-box;
}
.search-highlight {
	background: rgb(230, 214, 20,1);
}

.u-mb-5 {
	margin-bottom: 5px !important; }
.u-mb-10 {
	margin-bottom: 10px !important; }
.u-mt-20 {
	margin-top: 20px !important; }
.u-mt-40 {
	margin-top: 40px !important; }
.u-pt-10 {
	padding-top: 10px !important; }
.u-txt-13 {
	font-size: 13px; }
.u-txt-15 {
	font-size: 15px; }
.u-border-bottom {
	border-bottom: 1px solid #333;
    padding-bottom: 20px; }

/* css common 
---------------------------------------------------------- */
.sp{ display: none; }
.pc{ display: block; }

/* ------header------- */
header {
	background: #fff;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 10;
	height: 125px;
}
header .h_box {
	width: 1080px;
	/*width: 100%;*/
	margin: 0 auto;
	overflow: hidden;
}
header .h_logo {
	width: 180px; /* h_logo_100ani.png width: 226px; */
	padding: 20px 0 22px;
	float: left;
}
header .h_right {
	float: right;
	display: table;
	height: 30px;
	margin-top: 25px;
}
header .h_right li {
	display: table-cell;
	vertical-align: middle;
	padding-left: 30px;
}
header .h_back img {
	width: 35px;
}
header .h_download a {
	background: #0097E0;
	color: #fff;
	border-radius: 7px;
	text-decoration: none;
	font-size: 16px;
	width: 170px;
	padding: 4px;
	box-sizing: border-box;
	display: block;
	text-align: center;
}
.th header .h_download a {
	width: 210px; }

header .h_download a img {
	width: 18px;
	padding-right: 5px;
	vertical-align: middle;
}

header .h_search .probox {
	background: #ddd!important;
	width: 320px;
}

header .h_search .probox .promagnifier {
	background: #0097E0!important;
}
header .h_search div.asl_w .probox .promagnifier .innericon svg {
	fill: #fff;
}
/*
header .h_search .txt_search {
	border: solid 1px #000;
	width: 270px;
	box-sizing: border-box;
	border-radius: 2px;
	height: 30px;
	margin-right: 5px;
	font-size: 100%;
}
header .h_search .btn_search {
	width: 50px;
	-webkit-appearance: none;
	border-radius: 5px;
	padding: 5px 10px;
	box-sizing: border-box;
	border: none;
	height: 30px;
	font-size: 120%;
	background: #0097E0 url(images/common/ico_search.png) no-repeat center;
	background-size: 16px;
	cursor: pointer;
}
header .h_search .btn_search:hover {
	background: #186898 url(images/common/ico_search.png) no-repeat center;
	background-size: 16px;
}
*/
nav {
	background: #CCEAF9;
	border-bottom: solid 1px #0097E0;
	width: 100%;
}
nav ul {
	width: 1080px;
	margin: 0 auto;
	display: table;
}
nav ul li {
	display: table-cell;
	/*width: 25%;*/
	width: 33.33%;
	text-align: center;
}
nav ul li a {
	color: #333;
	height: 45px;
	width: 100%;
	display: block;
	text-decoration: none;
	line-height: 45px;
	font-size: 16px;
}
nav ul li a:hover {
	background: #0097E0;
	color: #fff;
}

/* ------footer------- */
.copyright {
	padding: 6px 0 10px; }
.copyright p {
	color: #727171;
	text-align: center;
	font-size: 14px; }

footer {
	color: #727171;
	text-align: center;
	font-size: 14px;
	padding: 10px 0;
	position: absolute;
	bottom: 0;
	width: 100%;
	max-width: 780px;
	/*margin-top: 90px;*/
}
/*#PageTopBtn {
	bottom: 60px;
	position: fixed;
	z-index: 2;
	width: 1080px;
	margin: 0 auto;
	text-align: right;
}*/
#PageTopBtn {
	bottom: 60px;
	position: fixed;
	z-index: 2;
	right: calc((100vw - 1080px) / 2);
}
#PageTopBtn img {
	width: 55px;
	/*width: 40px;*/
}

/* ------content------- */
#wrapper {
	margin:0 auto;
	width: 1080px;
	min-height: 100%;
	/*height: 100vh;*/
}
main {
	display: flex;
	/*height: 100%;
	padding-top: 125px;
	position: relative;*/
	box-sizing: border-box;
	width: 100%;
}
#s_nav {
	width: 250px;
	
}
#s_nav .s_nav_box {
	position: fixed;
	top: 125px;
	bottom: 0;
	width: 250px;
	z-index: 10;
	/*height: 100vh;*/
	overflow-y: scroll;
	scrollbar-width: thin;
	background: #186898;
}
#s_nav .s_nav_box::-webkit-scrollbar {
	width: 5px;
}
#s_nav .s_nav_box::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.3);
}
#s_nav .s_nav_box::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.1);
}
#s_nav .s_tit {
	background: #186898;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	padding: 8px 15px;
}
#s_nav .s__sub_tit {
	background: #186898;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	padding: 5px 15px;
}
.s_menu {
	padding-bottom: 100px;
}
.s_menu > li {
	list-style: none;
}
.s_menu_tit {
	display: table;
	background: #0097E0;
	width: 100%;
	font-size: 16px;
	font-weight: 700;
	box-sizing: border-box;
	line-height: 1;
	color: #fff;
	/*cursor: pointer;
	padding: 10px 0 10px 15px;*/ }
.th .s_menu_tit {
	font-weight: 500; }
.s_menu_tit .s_menu_txt,
.s_menu_tit .ico_box {
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
}
.s_menu_tit a {
	display: block;
	padding: 10px 0 10px 15px;
	box-sizing: border-box;
	color: #fff;
}
.ico_box {
	width: 30px;
	cursor: pointer;
	background: #0075C2;
}
.s_ico {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 12px;
}
.s_ico:before,
.s_ico:after {
	position: absolute;
	content: "";
	display: block;
	transition: all 0.4s;
	background: #fff;
	left: 50%;
	top: 50%;
	width: 40%;
	height: 1px;
	transform: translate(-50%, -50%);
}
.s_ico:before {
	transform: translate(-50%, -50%) rotate(90deg);
}
.s_ico.open:before {
	transform: translate(-50%, -50%) rotate(0deg);
}
.s_menu_box {
	display: none;
	background: #D4ECEE;
}
/*
.s_menu_box.menu_active {
	display: block;
}*/
.s_menu_box ul li {
	border-bottom: solid 1px #0097E0;
}
.s_menu_box ul li a {
	font-size: 15px;
	font-weight: 300;
	color: #333333;
	text-decoration: none;
	display: block;
	padding: 6px 0 6px 15px;
}
.s_menu .current a {
	background: #FBCFC8;
	color: #333;
}
#content {
	width: 830px;
	padding-left: 50px;
	margin-top: 40px;
	box-sizing: border-box;
}
main {
	padding-top: 125px;
}

main p {
	margin-bottom:20px;
	line-height: 1.6;
}
main * p:last-child {
	margin-bottom:0px;
}
.content_box {
	/*min-height: 480px;
	box-sizing: border-box;*/
	padding-bottom: 80px;
}
.content_box section {
	margin-bottom: 40px;
}
.content_box section:last-child {
	margin-bottom: 0;
}
.content_box section .container {
	margin-bottom: 30px;
}
.content_box section .container:last-child {
	margin-bottom: 0;
}
.content_box section .container .case {
	margin-bottom: 20px;
}
.content_box section .container .case:last-child {
	margin-bottom: 0;
}
.content_box section .container .item {
	margin-bottom: 10px;
}
.content_box section .container .item:last-child {
	margin-bottom: 0;
}
.line_box {
	border: solid 1px #333;
	padding: 10px;
}

/* ------title------- */
.tit_img {
	display: table;
	margin-bottom: 50px;
	width: 100%;
	position: relative;
}
.tit_img li {
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
}
.tit_img li:first-child {
	/*border-left: solid 15px #0097E0CC;*/
	width: 330px;
	padding-right: 30px;
}
.tit_img img {
	width: 300px;
	
	/*border-left: solid 6px #0097E080;*/
}
.tit_img:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,151,224,0.8);
	width: 15px;
	height: 100%;
}
.tit_img:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 15px;
	background: rgba(0,151,224,0.5);
	width: 6px;
	height: 100%;
}
.tit_img li h2 {
	font-size: 35px;
	font-weight: 700;
}
.tit_l_blue {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 30px;
	color: #0097E0;
}
.tit_page {
	margin-bottom: 30px;
}
.tit_page.first {
	margin-top: 60px;
}
.tit_page.second {
	margin-top: 60px;
	margin-bottom: 0px;
}
.tit_page h2 {
	font-size: 24px;
	font-weight: 700;
}
.tit_page p span {
    font-size: 24px;
	font-weight: 700;
    line-height: 2.2;
	background: #0097E0;
    color: #fff;
    padding: 3px 10px;
}
.tit_page.tit_ico {
	display: table;
	width: 100%;
}
.tit_page.tit_ico dt {
	width: 60px;
	vertical-align: top;
}
.tit_page.tit_ico dt,
.tit_page.tit_ico dd {
	display: table-cell;
	
}
.tit_page.tit_ico dd {
	padding-left: 15px;
	vertical-align: middle;
}
.tit_l_black {
	font-size: 21px;
	font-weight: 700;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: solid 2px #333;
}
.tit_ttl {
    margin-bottom: 12px;
}
.tit_ttl span {
	font-size: 17px;
    font-weight: 700;
    line-height: 1.8;
    background: #0097E0;
    color: #fff;
    padding: 3px 10px;
}
.tit_square {
	margin-bottom: 10px;
	display: table;
	width: 100%;
}
.tit_square dt {
	width:20px;
	vertical-align: top;
	padding-top: 4px;
}
.tit_square dt.tit_v_mid {
	vertical-align: middle;
	padding-top: 0;
}
.tit_square dt.tit_v_top {
	vertical-align: top;
	padding-top: 3px;
}
.tit_square dt.tit_v_adj {
	padding-top: 4px;
}
.tit_square dt.tit_v_adj02 {
	padding-top: 8px;
}
.tit_square dt.tit_v_adj03 {
	padding-top: 12px;
}
.tit_square dt.tit_v_adj04 {
	padding-top: 16px;
}
.tit_square dt.tit_v_adj-pt10 {
	padding-top: 10px;
}
.tit_square.vm dt,
.tit_square.vm dd {
	vertical-align: middle;
}
.tit_square dt .square_box {
	content: '';
	display: block;
	width:12px;
	height:18px;
	border-radius:0 100% 100% 0%/0 50% 50% 0;
	background:#333;
}
.tit_square dt,
.tit_square dd {
	display: table-cell;
	font-size: 18px;
	font-weight: 700;
}
.tit_square_box {
	margin-left: 20px;
}
.tit_bold {
	font-size: 19px;
	margin-bottom: 5px;
}
.tit_bold_mini {
	font-weight: 700;
}
.num_circle_li {
	display: table;
}
.num_circle_li li {
	margin-bottom: 5px;
}
.num_circle_li li:last-child {
	margin-bottom: 0;
}
.num_circle_li div {
	display: table-cell;
}
.num_circle_li div:first-child {
	width: 23px;
}
.num_circle {
	height:18px;
	width:18px;
	border-radius:50%;
	line-height:18px;
	text-align:center;
	background: #000;
	color: #fff!important;
	display: inline-block;
	font-weight: 600;
	font-size: 90%;
	text-decoration: none!important;
}
.tit_border {
	font-size: 19px;
	font-weight: 700;
	border: solid 1px #000;
	display: inline-block;
	padding: 6px;
	line-height: 1;
}
.tit_contact {
	margin-bottom: 15px;
}

/* ------li set------- */
.num_li {
	margin-left: 1.5em;
}
.num_li li {
	list-style: decimal;
	font-size: 19px;
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 1.5
}
.num_li li:last-child {
	margin-bottom: 0;
}
.num_li li .txt_normal {
	font-weight: normal;
	font-size: 16px;
}
.num_li li .dot_li li {
	list-style: disc;
	font-weight: normal;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 0;
}
/*.num_li li .dot_li li:last-child {
	margin-bottom: 0;
}*/
.num_li li .txt_b {
	font-size: 16px;
}
.ol_num {
	margin-left: 2em;
}
.ol_num li {
	list-style-type: none;
	counter-increment: cnt;
}
.num_li li .ol_num {
	margin-left: 3em;
}
/*.num_li li .ol_num li {
	list-style: none;
}*/
.ol_num li::before {
	content: "(" counter(cnt) ") ";
	display:inline-block;
	margin-left:-2em;
	width: 2em;
	font-weight:700; 
}
.ol_num li .dot_li li::before {
	content: " ";
	display:none;
	margin-left:0;
	width: 0; 
}
.none_li {
	margin-left: 1.5em;
}
.none_li li {
	list-style: none;
	font-size: 19px;
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 1.5
}
.none_li li:last-child {
	margin-bottom: 0;
}
.none_li li .txt_normal {
	font-weight: normal;
	font-size: 16px;
}
.none_li li .dot_li li {
	list-style: disc;
	font-weight: normal;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 0;
}
.none_li li .txt_b {
	font-size: 16px;
}

.dot_li {
	margin-left: 1em;
}
.dot_li.wireless-lan {
	margin-top: 15px;
	margin-bottom: 15px;
}
.dot_li li {
	list-style: disc;
	line-height: 1.5;
}
.tit_square_box .dot_li li {
	margin-top: 10px;
}
.dot_li li ul li {
	list-style: none;
	padding: 10px 0 0 1em;
}
.dot_li li ul li h4 {
	position: relative;
	margin-left: -1em;
	padding-left: 1em;
}
.dot_li li ul li h4:before {
	content: '';
	width: 8px;
	height: 2px;
	background: #333;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.num_box dl {
	display: table;
}
.num_box dl dt,
.num_box dl dd {
	display: table-cell;
	vertical-align: top;
}
.num_box dl dt {
	width: 24px;
}
.img_txt_display {
	font-size: 16px;
	font-weight: 400;
}
.line_li li {
	list-style: none;
	margin-left: 0.5em;
}
.line_li li::before {
	content: '-';
	margin-left: -0.5em;
}


/* ------table------- */
.tb_style {
	border-top: solid 1px #333;
	border-right: solid 1px #333;
	width: 100%;
	font-size: 15px;
	border-collapse:separate;
	border-spacing:0px;
}
.tb_style th,
.tb_style td {
	border-bottom: solid 1px #333;
	border-left: solid 1px #333;
	padding: 12px 15px;
	box-sizing: border-box;
}
.tb_style th {
	background: #B6F3FF;
	font-weight: 700;
}

.tb_style.tb_ceiling02,
.tb_style.tb_eco {
	border-top: none; }
.tb_style.tb_ceiling02 .th_kado-style-a,
.tb_style.tb_eco .th_kado-style-a {
	border-left: none;
    background-color: #fff !important; }
 .tb_style.tb_ceiling02 .th_kado-style-b,
 .tb_style.tb_eco .th_kado-style-b {
	border-top: solid 1px #333; }

/* ------accordion------- */
.accordion_area .box_accordion {
	margin-bottom: 10px;
}
.accordion_area .box_accordion:last-child {
	margin-bottom: 0;
}
.tit_accordion {
	display: table;
	background: #0097E0;
	width: 100%;
	font-size: 19px;
	font-weight: 700;
	box-sizing: border-box;
	line-height: 1.3;
	cursor: pointer;
	color: #fff;
	padding: 10px 0 10px 15px; }
.th .tit_accordion {
	font-weight: 500; }
.tit_accordion .tit_accordion_box,
.tit_accordion .a_ico_box {
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
}
.a_ico_box {
	width: 33px;
}
.a_ico {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 17px;
}
.a_ico:before,
.a_ico:after {
	position: absolute;
	content: "";
	display: block;
	transition: all 0.4s;
	background: #fff;
	left: 50%;
	top: 50%;
	width: 17px;
	height: 1px;
	transform: translate(-50%, -50%);
}
.a_ico:before{
	transform: translate(-50%, -50%) rotate(90deg);
}
.acc-open .a_ico:before{
	transform: translate(-50%, -50%) rotate(0deg);
}


.txt_accordion {
	display: none;
	/*word-break:break-all;*/
	padding-top: 15px;
}

.btn_close {
	color: #0097E0;
	cursor: pointer;
	font-size: 13px;
	text-align: center;
	margin-bottom: 40px;
}
.btn_close:before {
	content:'';
	display: inline-block;
	vertical-align: middle;
	color: #0097E0;
	line-height: 1;
	width: 14px;
	height: 14px;
	border: 0.1em solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateY(25%) rotate(-45deg);
	margin-right: 5px;
}

/* ------accordion 2nd(troubleshooting)------- */
.tr_accordion_area .tr_box_accordion {
	margin-bottom: 10px;
}
.tr_accordion_area .tr_box_accordion:last-child {
	margin-bottom: 0;
}
.tit_tr_accordion {
	display: table;
	background: #4CB6E9;
	width: 100%;
	font-size: 18px;
	font-weight: 600;
	box-sizing: border-box;
	line-height: 1.3;
	cursor: pointer;
	color: #333333;
	padding: 10px 0 10px 10px;
}
.tit_tr_accordion .tit_tr_accordion_box,
.tit_tr_accordion .tr_ico_box {
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
}
.tr_ico_box {
	width: 30px;
}
.tr_ico {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 17px;
}
.tr_ico:before,
.tr_ico:after {
	position: absolute;
	content: "";
	display: block;
	transition: all 0.4s;
	background: #333333;
	left: 50%;
	top: 50%;
	width: 17px;
	height: 1px;
	transform: translate(-50%, -50%);
}
.tr_ico:before{
	transform: translate(-50%, -50%) rotate(90deg);
}
.tr-open .tr_ico:before{
	transform: translate(-50%, -50%) rotate(0deg);
}
.txt_tr_accordion {
	display: none;
	/*word-break:break-all;*/
	padding: 10px;
	border: 1px solid #66C1EC;
}
.txt_tr_accordion.icon {
	padding: 10px 28px 10px 10px;
}
.tr_ico_txt {
	display: table;
	width: 100%;
}
.tr_ico_txt dt,
.tr_ico_txt dd {
	display: table-cell;
	vertical-align: top;
}
.tr_ico_txt dt {
	width: 30px;
}
.tr_ico_txt dd {
	padding-left: 10px;
	font-size: 16px;
}
.tit_tr_square {
	margin-left: 1.5em;
}
.tit_tr_square h4 {
	font-size: 19px;
	font-weight: 700;
	position: relative;
}
.tit_tr_square h4:before {
	background: #333333;
	content: '';
	height: 13px;
	width: 13px;
	left: -1em;
	position: absolute;
	top: 7px;
}
.tit_tr_square h4.t_faq:before {
	top: 12px;
}
.txt_tr_accordion .tr_line_box {
	border-bottom: solid 1px #000;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.tr_ico_tit {
	display: table;
	width: 100%;
	margin-bottom: 10px;
}
.tr_ico_tit dt,
.tr_ico_tit dd {
	display: table-cell;
}
.tr_ico_tit dt {
	width: 40px;
	vertical-align: top;
}
.tr_ico_tit dd {
	padding-left: 10px;
	vertical-align: middle;
}
.tr_ico_tit dd h3 {
	font-size: 21px;
}
.tr_ico_tit dd h4 {
	font-size: 19px;
}

/* ------att accordion------- */
.tit_att_accordion {
	display: table;
	background: #FBBA00;
	width: 100%;
	font-size: 19px;
	font-weight: 700;
	box-sizing: border-box;
	line-height: 1;
	cursor: pointer;
	color: #333;
	padding: 10px 0 10px 12px;
	border: solid 1px #787878;
	border-radius: 5px;
}
.att_note .tit_att_accordion {
	background: #C9CACA;
	border: solid 1px #787878;
}
.tit_att_accordion img {
	width: 21px;
	vertical-align: top;
	margin-right: 10px;
}
.tit_att_accordion .tit_att_accordion_box,
.tit_att_accordion .at_ico_box {
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
}
.at_ico_box {
	width: 33px;
}
.at_ico {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 17px;
}
.at_ico:before,
.at_ico:after {
	position: absolute;
	content: "";
	display: block;
	transition: all 0.4s;
	background: #333;
	left: 50%;
	top: 50%;
	width: 17px;
	height: 1px;
	transform: translate(-50%, -50%);
}
.at_ico:before{
	transform: translate(-50%, -50%) rotate(90deg);
}
.open .at_ico:before {
	transform: translate(-50%, -50%) rotate(0deg);
}
.txt_att_accordion {
	display: none;
	/*word-break:break-all;*/
	padding: 12px;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	border-color: #787878;
	border-radius: 0 0 5px 5px;
	margin-top: -5px;
}


.ico_attention {
	display: table;
	width: 100%;
}
.ico_attention dt,
.ico_attention dd {
	display: table-cell;
	vertical-align: top;
}
.ico_attention dt {
	width: 50px;
}
.ico_attention dd {
	padding-left: 10px;
}
.ico_attention span {
	font-size: 18px;
	font-weight: 700;
	display: block;
}


/* accordion warning*/
.att_warning .tit_att_accordion,
.att_caution .tit_att_accordion {
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
}
.accodion_wc .att_accordion {
	margin-bottom: 10px;
}
.accodion_wc .att_accordion:last-child {
	margin-bottom: 0;
}

.att_warning .tit_att_accordion .tit_att_accordion_box {
	background: #FBCFC8;
	font-size: 23px;
	padding: 10px 0 10px 15px;
}
.att_caution .tit_att_accordion .tit_att_accordion_box {
	background: #F7D5AE;
	font-size: 23px;
	padding: 10px 0 10px 15px;
}
.att_warning .tit_att_accordion img,
.att_caution .tit_att_accordion img {
	width: 30px;
}
.att_warning .tit_att_accordion .at_ico_box {
	background: #CB191D;
}
.att_warning .txt_att_accordion {
	padding: 12px 0 20px;
	border-width: 0 0 4px 0;
	border-color: #CB191D;
	margin-bottom: 40px;
	border-radius: 0;
}
.att_caution .tit_att_accordion .at_ico_box {
	background: #F08300;
}
.att_caution .txt_att_accordion {
	padding: 12px 0 20px;
	border-style: solid;
	border-width: 0 0 4px 0;
	border-color: #F08300;
	margin-bottom: 40px;
	border-radius: 0;
}
.accodion_wc .att_accordion:last-child .txt_att_accordion {
	margin-bottom: 0;
}
.att_warning .at_ico:before,
.att_warning .at_ico:after,
.att_caution .at_ico:before,
.att_caution .at_ico:after {
	background: #fff;
}

/* ------ul_arr------- */
.ul_arr {
	/*margin-left: 50px;*/
}
.ul_arr li {
	margin-top: 25px;
	padding-left: 30px;
	padding-right: 70px;
	box-sizing: border-box;
}
.ul_arr li:first-child {
	margin-top: 0;
}
.ul_arr li a {
	background: url(images/common/bg_link.png) no-repeat right center;
	background-size: 7px;
	display: block;
	width: 100%;
	color: #333333;
	text-decoration: none;
	padding-right: 70px;
}
.ul_arr li dl {
	display: table;
	width: 100%;
}
.ul_arr li dl dt,
.ul_arr li dl dd {
	display: table-cell;
}
.ul_arr li dl dt {
	width: 15px;
	padding-right: 10px;
	vertical-align: top;
}
.ul_arr li dl dd {
	line-height: 1.4;
	font-size: 18px;
	font-weight: 600;
	vertical-align: middle;
}
.ul_arr.ul_basic li dl dt,
.ul_arr.ul_basic li dl dd {
	line-height: 37px;
}
.ul_arr.ul_basic li dl dt {
	width: 37px;
}


/* ------ico------- */
.ico_mold { width: 50px; vertical-align: middle; }
.ico_b_mode { width: 50px; vertical-align: middle; }
.ico_b_mode.vm { vertical-align: middle; }
.ico_b_mode.small { width: 40px; }
.ico_disp { width: 23px; }
.ico_disp_h { width: 30px; }
.ico_disp_timer { width: 55px; }
.ico_disposal { width: 80px; }
.ico_dis_mold { width: 18px; }
.ico_dis_mold.vm { vertical-align: middle; }
.ico_powerful { width: 30px; vertical-align: top; }
.ico_sp { width: 30px; vertical-align: top; }
.ico_1 { width: 40px; vertical-align: top; }
.ico_temp { width: 45px; vertical-align: middle; }
.ico_menu1 { width: auto; height: 34px; vertical-align: baseline; }
.ico_triangle { width: 23px; vertical-align: middle; }
.ico_triangle_down { width: 23px; vertical-align: middle; }
.ico_triangle_mini { width: 14px; vertical-align: middle; }
.ico_cancel { width: 50px; /*vertical-align: top;*/ }
.ico_cancel_mini { width: 50px; }
.ico_on { width: 50px; }
.ico_on_c { width: 50px; vertical-align: top; }
.ico_off00 { width: 50px; vertical-align: middle; }
.ico_off_c { width: 50px; vertical-align: top; }
.ico_onoff { 
	width: 50px; 
	vertical-align: middle; 
}
.ico_onoff.adjust {
	position: relative;
    top: -7px;
    vertical-align: -webkit-baseline-middle;
}
.ico_b_mode.adjust {
	position: relative;
    top: -7px;
    vertical-align: -webkit-baseline-middle;
}
.ico_onoff_mi40 { width: 40px; vertical-align: middle; }
.ico_onoff_mi02 { width: 30px; vertical-align: middle; }
.ico_onoff_mi { width: 25px; vertical-align: middle; }
.ico_on_black { width: 35px; vertical-align: baseline; }
.ico_0 { width: 40px; }
.ico_00 { width: 45px; }
.ico_6 { width: 40px; }
.ico_1hr { width: 30px; }
.ico_on02 { width: 20px; vertical-align: middle; }
.ico_off02 { width: 28px; vertical-align: middle; }
.ico_on_blink { width: 40px; }
.ico_off_blink { width: 40px; }
.ico_clock { width: 20px; }
.ico_select { width: 30px; vertical-align: middle; }
.ico_fan { width: 28px; /*vertical-align: middle;*/ }
.ico_quiet { width: 25px; vertical-align: middle; }
.ico_cdf { width: 20px; }
.ico_std { width: 40px; }
.ico_b_airflow { width: 50px; vertical-align: middle; }
.dis_battery_em { width: 30px; }
.ico_b_clock { width: 30px; }
.ico_clock_blink { width: 40px; vertical-align: middle; }
.ico_colon_blink { width: 25px; vertical-align: middle; }
.ico_b_menu { width: 50px; vertical-align: middle; }
.ico_led { width: 40px; }
.ico_01_blink { width: 50px; vertical-align: middle; }
.ico_02_blink { width: 57px; vertical-align: middle; }
.ico_select_up { width: 32px; vertical-align: middle; }
.ico_select_down { width: 32px; vertical-align: middle; }
.ico_01 { width: 9px; vertical-align: baseline; }
.ico_02 { width: 42px; vertical-align: baseline; }
.ico_b_airflow_d02 { width: 50px; }
.dis_body01 { width: 25px; }
.dis_body02 { width: 25px; }
.ico_position { width: 29px; }
.ico_power_b { width: 25px;  vertical-align: middle; }
.ico_b_econo { width: 50px; }
.ico_b_econo_mi { width: 35px; vertical-align: top; }
.ico_b_streamer { width: 45px; vertical-align: middle; }
.ico_b_celling { width: 50px; vertical-align: middle; }
.dis_eco { width: 25px;  vertical-align: middle; }
.dis_quiet { width: 25px;  vertical-align: middle; }
.dis_str { width: 25px;  vertical-align: middle; }
.disbody03 { width: 25px;  vertical-align: middle; }
.ico_check { width: 15px; vertical-align: middle; }
.ico_b_sensor { width: 50px; }
.ico_b_sensor_mi { width: 35px; vertical-align: top; }

/* arrow */
.arrow_b {
	position:relative;
	height:16px;
	width:18px;
	background-color:#000;
}
.arrow_b.arr_c {
	margin: 0 auto 18px;
}
.arrow_b:before {
	position:absolute;
	content:"";
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
	border-top: 18px solid #000;
	top: 14px;
	left: -9px;
}

/* ------Content------- */
.tit_content {
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 10px;
}
.content_scroll {
	font-size: 13px;
	color: #0097E0;
	font-weight: 300;
	text-align: center;
	margin-bottom: 30px;
}
.content_scroll span {
	display: block;
	width: 10px;
	height: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: transparent transparent #0097E0 #0097E0;
	transform: rotate(315deg);
	margin: 0 auto;
}
.ul_content {
	display: flex;
	flex-wrap: wrap;
}
.ul_content li {
	width: 46%;
	margin-right: 8%;
	margin-top: 50px;
	position: relative;
	border-left: solid 8px #0097E0;
	box-sizing: border-box;
	background: url(images/all_content/img_all_content01.jpg) no-repeat left top;
	background-size: contain;
}
.ul_content li:nth-child(2) {
	background: url(images/all_content/img_all_content02.jpg) no-repeat left top;
	background-size: contain;
}
.ul_content li:nth-child(3) {
	background: url(images/all_content/img_all_content03.jpg) no-repeat left top;
	background-size: contain;
}
.ul_content li:nth-child(4) {
	background: url(images/all_content/img_all_content04.jpg) no-repeat left top;
	background-size: contain;
}
.ul_content li:nth-child(5) {
	background: url(images/all_content/img_all_content06.jpg) no-repeat left top;
	background-size: contain;
}
.ul_content li:nth-child(6) {
	background: url(images/all_content/img_all_content07.jpg) no-repeat left top;
	background-size: contain;
}
.ul_content li:nth-child(7) {
	background: url(images/all_content/img_all_content08.jpg) no-repeat left top;
	background-size: contain;
}
.ul_content li:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	transition: all 0.5s;
}
.ul_content li:nth-child(2n) {
	margin-right: 0;
}
.ul_content li:nth-child(-n+2) {
	margin-top: 0;
}
.ul_content li h3 {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.2;
	/*position: absolute;
	bottom: 2px;
	left: 13px;*/
	padding: 160px 0 5px 15px;
}
.ul_content li h3 span {
	font-size: 15px;
	font-weight: 300;
	display: block;
	padding-right: 20px;
}
.ul_content li a {
	color: #333;
	text-decoration: none;
}

/* ------index------- */
#wrapper.page_index {
	width: 100%;
	min-width: 1200px;
}
#wrapper.page_index main {
	display: block;
}
.taser_index {
	background: url(images/index/bg_taser.jpg) no-repeat center 70%;
	background-size: cover;
	aspect-ratio: 1440/342;
}
.taser_index_box {
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.taser_index_box .taser_index_box_l {
	padding: 25px 0 150px;
	float: left;
}
.taser_index_box h2 {
	font-size: 50px;
	font-weight: 300;
	letter-spacing: 5px;
}
.taser_index_box h2 span {
	font-size: 23px;
	font-weight: 300;
	display: block;
	letter-spacing: 0;
}
.taser_index_box .taser_index_box_r {
	float: right;
	padding-top: 60px;
	width: 290px;
}
.taser_index_box .taser_img ul {
	/*display: flex;
	flex-wrap: wrap;*/
	padding-left: 3%;
}
.taser_index_box .taser_img ul li {
	width: 50%;
	font-size: 20px;
}
.taser_index_box_r_model {
	display: flex;
}
.taser_index_box_r_model dd {
	font-size: 20px;
}
.taser_index_box_r_model dd:first-child {
	margin-right: 25px;
}
.ul_index {
	display: flex;
	flex-wrap: wrap;
}
.ul_index li {
	width: 24.85%;
	margin-right: 0.2%;
	position: relative;
	margin-bottom: 0.2%;
}
.ul_index li:nth-child(4n) {
	margin-right: 0;
}
.ul_index li .ico_ul_index {
	width: 14%;
	max-width: 70px;
	position: absolute;
	top: 25px;
	left: 25px;
}
.ul_index li:nth-child(2) .ico_ul_index {
	width: 10%;
	max-width: 50px;
}
.ul_index li:nth-child(3) .ico_ul_index {
	width: 4%;
	max-width: 21px;
	top: 23px;
	left: 35px;
}
.ul_index li:nth-child(5) .ico_ul_index {
	width: 12%;
	max-width: 56px;
}
.ul_index li:nth-child(6) .ico_ul_index {
	width: 12%;
	max-width: 58px;
}
.ul_index li:nth-child(7) .ico_ul_index {
	width: 2%;
	max-width: 15px;
	top: 26px;
	left: 39px;
}
.ul_index li:nth-child(8) .ico_ul_index {
	width: 23%;
	max-width: 64px;
}
.ul_index li .txt_ul_index {
	text-align: right;
	color: #fff;
	font-size: 26px;
	position: absolute;
	right: 25px;
	bottom: 20px;
	font-weight: 600; }
.th .ul_index li .txt_ul_index {
	font-weight: 500; }

/* ------Safety Precautions------- */
.tb_ico_line {
	border-top: solid 1px #000;
	width: 100%;
	border-collapse:separate;
	border-spacing:0px;
	background: #FFF9EA;
}
.tb_ico_line th,
.tb_ico_line td {
	border-bottom: solid 1px #000;
	box-sizing: border-box;
	vertical-align: middle;
}
.tb_ico_line th {
	padding: 10px 0 10px 10px;
	width: 60px;
}
.tb_ico_line th img {
	width: 50px;
}
.tb_ico_line td {
	font-weight: 700;
	padding: 10px 10px 10px 15px;
}
.tb_warning {
	width: 100%;
	box-sizing: border-box;
	border-top: solid 1px #333;
	border-right: solid 1px #333;
}
.tb_warning th,
.tb_warning td {
	border-bottom: solid 1px #333;
	border-left: solid 1px #333;
	padding: 5px;
}
.tb_warning th {
	font-weight: 700;
}
.tb_warning th img {
	width: 30px;
}
.tb_warning th.th_w {
	background: #FBCFC8;
}
.tb_warning th.th_c {
	background: #F7D5AE;
}
.tb_ico_line_full {
	border-top: solid 1px #333;
	border-right: solid 1px #333;
	width: 100%;
	border-collapse:separate;
	border-spacing:0px;
}
.tb_ico_line_full th,
.tb_ico_line_full td {
	border-bottom: solid 1px #333;
	border-left: solid 1px #333;
	box-sizing: border-box;
	vertical-align: middle;
	padding: 8px;
}
.tb_ico_line_full th {
	width: 51px;
}
.tb_ico_line_full th img {
	width: 35px;
}
.tb_ico_noline {
	width: 100%;
	border-collapse:separate;
	border-spacing:0px;
}
.tb_ico_noline th {
	width: 50px;
	vertical-align: top;
	text-align: left;
}
.tb_ico_noline th img {
	width: 35px;
	padding-top: 5px;
}
.tb_ico_noline th,
.tb_ico_noline td {
	border-top: solid 1px #333;
	padding: 15px 0;
}
.tb_ico_noline tr:first-child th,
.tb_ico_noline tr:first-child td {
	border-top: none;
	padding-top: 0;
}
.tb_ico_noline tr:last-child th,
.tb_ico_noline tr:last-child td {
	padding-bottom: 0;
}

/* ------Contact------- */
.contact_box .case {
	margin-bottom: 25px;
}
.contact_box .case img {
	max-width: 328px;
	width: 100%;
}
.contact_box .case:nth-child(3) img {
	max-width: 235px;
	width: 100%;
}
.contact_line {
	max-width: 290px;
	width: 100%;
	box-sizing: border-box;
	border: solid 1px #000;
	padding: 6px;
	font-size: 90%;
}

/* ------Preparation before operation------- */
.img_preparation01 {
	margin-top: 20px;
}
.img_preparation01 img {
	max-width: 280px;
}
.img_preparation02 {
	margin-top: 20px;
}
.img_preparation02 img {
	max-width: 260px;
}
.img_preparation03 {
	margin-top: 20px;
}
.img_preparation03 img {
	max-width: 200px;
}
.img_preparation04 {
	margin-top: 10px;
}
.img_preparation04 img {
	max-width: 150px;
}
.img_preparation05 {
	margin-top: 10px;
}
.img_preparation05 img {
	max-width: 150px;
}
.img_preparation06 {
	margin-top: 20px;
}
.img_preparation06 img {
	max-width: 200px;
}
.img_preparation07 {
	margin-top: 20px;
}
.img_preparation07 img {
	max-width: 320px;
}
.img_preparation08 {
	margin-top: 20px;
}
.img_preparation08 img {
	max-width: 200px;
}
.tb_pbo th {
	text-align: center;
}
.tb_pbo th:first-child {
	width: 46%;
}
.tb_pbo td {
	vertical-align: middle;
}
.tb_pbo .td_bg_b {
	background: #B6F3FF;
	text-align: center;
}
.tb_pbo .tb_pbo_img {
	text-align: center;
}
.tb_pbo .tb_pbo_img img {
	max-width: 130px;
	vertical-align: top;
}
.tb_pbo td:last-child .tb_pbo_img {
	margin-bottom: 10px;
}

/* ------functions------- */
.box_content_page {
	margin-left: 21px;
}
.ul_func.line_b {
	border-bottom: solid 1px #0097E0;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.ul_func li {
	margin-top: 25px;
	padding-left: 30px;
	box-sizing: border-box;
}
.ul_func li:first-child {
	margin-top: 0;
}
.ul_func li a {
	background: url(images/common/bg_link.png) no-repeat right center;
	background-size: 7px;
	display: block;
	width: 100%;
	color: #333333;
	text-decoration: none;
}
.ul_func li dl {
	display: table;
	width: 100%;
}
.ul_func li dl dt,
.ul_func li dl dd {
	display: table-cell;
	vertical-align: middle;
	line-height: 35px;
	font-size: 20px;
	font-weight: 600;
}
.ul_func li dl dt {
	width: 35px;
	padding-right: 10px;
}

/* ------mold------- */
.img_mold01 img {
	max-width: 200px;
}
.img_mold02 img {
	max-width: 300px;
}
.img_mold03 img {
	max-width: 328px;
}
.img_mold04 img {
	max-width: 328px;
}
.img_mold04 img {
	max-width: 328px;
}
.tb_mold tr th {
	text-align: center;
}
.tb_mold tr td {
	vertical-align: middle;
}
.tb_mold tr td:first-child {
	width: 26%;
	text-align: center;
}
.tb_mold tr td:first-child img {
	max-width: 70px;
	margin-bottom: 10px;
}
.tb_mold tr .txt_b {
	font-weight: 700;
	display: block;
}
.tb_mold tr td:last-child img {
	max-width: 160px;
	margin-top: 10px;
}

/* ------FLASH STREAMER AIR CLEANING operation------- */
.img_flash_streamer01 img {
	width: 200px;
}
.img_flash_streamer02 img {
	max-width: 300px;
}
.img_flash_streamer03 img {
	width: 200px;
}

/* ------CEILING AIRFLOW operation------- */
.img_ceiling01 img {
	width: 200px;
}
.tb_ceiling {
	width: 100%;
	max-width :400px;
	margin: 0 auto 5px;
	border-top: solid 1px #333;
	border-right: solid 1px #333;
}
.tb_ceiling th,
.tb_ceiling td {
	border-bottom: solid 1px #333;
	border-left: solid 1px #333;
	padding: 5px;
}
.tb_ceiling th {
	background: #B6F3FF;
}
.tb_ceiling02 th {
	width: 33%;
}
.tb_ceiling02 tr th:nth-child(2) {
	width: 40%;
}
.tb_ceiling02 .tb_c {
	text-align: center;
}
.tb_ceiling02 th,
.tb_ceiling02 td {
	vertical-align: middle;
}

/* ------INTELLIGENT EYE operation------- */
.img_intelligent01 img {
	width: 200px;
}
.img_intelligent02 {
	margin: 15px 0;
}
.img_intelligent02 img {
	max-width: 200px;
}
.tb_intelligent {
	margin-bottom: 5px;
}
.tb_intelligent th {
	font-weight: 400;
	text-align: center;
}
.tb_intelligent td {
	vertical-align: middle;
}
.tb_intelligent_td_img {
	text-align: center;
}
.tb_intelligent_img01 img {
	max-height: 30px;
	width: auto;
}
.tb_intelligent_img02 {
	margin-bottom: 8px;
}
.tb_intelligent td.no_bl {
	border-left: none;
}
.img_intelligent_box {
	display: flex;
	margin: 10px 0 15px;
}
.img_intelligent11 {
	margin-right: 10px;
}
.img_intelligent11 img {
	width: 200px;
}
.img_intelligent12 {
	/*margin: 10px 0 15px;*/
}
.img_intelligent12 img {
	width: 245px;
}

/* ------POWERFUL Operation------- */
.img_powerful01 img {
	width: 200px;
}
.tb_power {
	margin-bottom: 5px;
}
.tb_power th {
	width: 58%
}
.tb_power td {
	vertical-align: middle;
	text-align: center;
}

/* ------ECONO / OUTDOOR UNIT QUIET operation------- */
.img_econo01 img {
	width: 200px;
}
.img_econo02 {
	margin-top: 20px;
}
.img_econo02 img {
	max-width: 290px;
	width: 100%;
}
.tb_eco .tb_eco_c th {
	text-align: center;
	vertical-align: middle;
}
.tb_eco .tb_eco_td th {
	width: 40%;
}
.tb_eco .tb_eco_td td {
	width: 20%;
	text-align: center;
	vertical-align: middle;
}

/* ------download------- */
.download_box {
	background: #F8FFE2;
	border-top: 1px solid #707070;
}
.download_box .download_box_in {
	border-bottom: 1px solid #707070;
	padding: 10px 10px 30px;
}

.img_download_qr img {
	width: 150px;
}
.img_download_bnr img {
	width: 180px;
}

/* ------example------- */
.example_box {
	padding: 10px;
	border: solid 1px #000;
	border-radius: 6px;
}
.example_box table tr td:first-child {
	padding-right: 5px;
	
}
.example_box table tr td:nth-child(2) {
	width: 6px;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
}
.example_box table tr td:last-child {
	padding-left:5px;
	vertical-align: middle;
}

/* ------COOL · DRY · FAN operation------- */
.img_cool_dry_fan_01 img {
	width: 200px;
	margin-bottom: 10px;
}
.img_cool_dry_fan_02 img {
	max-width: 290px;
	width: 100%;
	margin-top: 20px;
}
.img_cool_dry_fan_03 img {
	max-width: 320px;
	width: 100%;
	margin-top: 20px;
}
.tb_cool_dry_fan {
	margin-bottom: 5px;
}
.tb_cool_dry_fan th {
	text-align: center;
	vertical-align: middle;
	width: 130px;
}
.tb_cool_dry_fan td {
	text-align: center;
	vertical-align: middle;
}
.img_cool_dry_fan_04 img {
	max-width: 145px;
	width: 100%;
	margin: 15px 0;
}
.img_cool_dry_fan_05 img {
	max-width: 310px;
	width: 100%;
	margin-top: 15px;
}

/* ------Adjusting the airflow rate------- */
.img_airflow_rate_01 img {
	width: 200px;
	margin: 10px 0;
}
.img_airflow_rate_02 {
	max-width: 420px;
	width: 100%;
	margin: 20px auto;
}
.img_airflow_rate_02_txt {
	margin-top: 5px;
	font-size: 15px;
}
.img_airflow_rate_02_txt.img_airflow_rate_02_ul {
	display: flex;
}
.img_airflow_rate_02_txt.img_airflow_rate_02_ul li {
	width: 33%;
	list-style: none;
	padding-bottom: 5px;
}
.img_airflow_rate_02_txt.img_airflow_rate_02_ul li:nth-child(2) {
	width: 34%;
}

/* ------Adjusting the airflow direction------- */
.img_airflow_direction_01 img {
	width: 200px;
	margin-bottom: 10px;
}
.img_airflow_direction_02 {
	margin-top: 20px;
}
.img_airflow_direction_02 .imgtxt_airflow_direction_02 {
	font-size: 94%;
	margin-bottom: 5px;
	text-align: left;
}
.img_airflow_direction_02 img {
	max-width: 290px;
	width: 100%;
}
.img_airflow_direction_03 {
	margin-top: 20px;
}
.img_airflow_direction_03 h4 {
	margin-bottom: 15px;
	text-align: left;
	font-weight: 400;
}
.img_airflow_direction_03 h4 span {
	border-bottom: 1px solid #000000;
	display: inline;
}
.img_airflow_direction_03 img {
	width: 266px;
}
.img_airflow_direction_04 {
	margin-top: 20px;
}
.img_airflow_direction_04 h4 {
	font-size: 15px;
	text-align: left;
	font-weight: 400;
}
.img_airflow_direction_04 img {
	max-width: 290px;
	width: 100%;
}
.img_airflow_direction_05 {
	max-width: 240px;
	width: 100%;
	margin: 20px auto 0;
	background: #DBDBDB;
	padding: 10px 5px;
	box-sizing: border-box;
}
.imgtxt_airflow_direction_05 {
	font-size: 80%;
	margin-bottom: 5px;
}
.img_airflow_direction_05 img {
	width: 100%;
	max-width: 140px;
}

/* ------Preparation before setup------- */
.img_preparation_before_setup01 {
	margin-top: 20px;
}
.img_preparation_before_setup01 img {
	width: 200px;
}
.tb_preparation_before_setup tr th {
	vertical-align: middle;
	text-align: center;
}
.tb_preparation_before_setup tr th:first-child {
	width: 40%;
}
.tb_preparation_before_setup tr td {
	vertical-align: middle;
}
.img_preparation_before_setup02 img {
	max-width: 400px;
	width: 94%;
}

/* ------Cleaning of the remote controller------- */
.img_cleaning_remotecontroller01 img {
	width: 200px;
}

/* ------Combining display modes------- */
.img_combining_display {
	max-width: 230px;
	width: 100%;
	margin: 15px auto 0;
}
.img_combining_display li {
	margin-bottom: 10px;
}
.img_combining_display li:last-child {
	margin-bottom: 0;
}

/* ------Cleaning of the unit surface------- */
#cleaning_casing_box .num_circle {
	background: #0080FF;
	width: 28px;
	line-height: 28px;
	height: 28px;
	font-size: 18px;
}
#cleaning_casing_box .cleaning_casing_img .num_circle {
	position: absolute;
}
.cleaning_casing_img {
	max-width: 328px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.cleaning_casing_img .num_circle.num1 {
	right: 0;
	top: 22%;
}
.cleaning_casing_img .num_circle.num2 {
	left: 15%;
	top: 10%;
}
.cleaning_casing_img .num_circle.num3 {
	right: -14px;
	bottom: 8px;
}
#cleaning_casing_box .num_circle_li div:first-child {
	width: 38px;
}
#cleaning_casing_box .num_circle_li div:last-child {
	font-size: 21px;
	font-weight: 700;
}
.cleaning_casing_txt {
	margin-left: 38px;
}
.img_cleaning_casing02 img {
	width: 230px;
	margin-top: 15px;
}

/* ------Cleaning of filters------- */
.img_cleaning_filter01 img {
	max-width: 230px;
	width: 100%
}
.img_cleaning_filter02 img {
	max-width: 288px;
	width: 100%
}
.img_cleaning_filter03 img {
	max-width: 288px;
	width: 100%
}
.img_cleaning_filter04 img {
	max-width: 200px;
	width: 100%
}
.img_cleaning_filter05 img {
	max-width: 200px;
	width: 100%
}
.img_cleaning_filter06 img {
	max-width: 230px;
	width: 100%
}
.img_cleaning_filter07 img {
	max-width: 280px;
	width: 100%
}
.img_cleaning_filter08 img {
	max-width: 250px;
	width: 100%
}
.img_cleaning_filter09 img {
	max-width: 200px;
	width: 100%
}
.tb_cleaning_filter tr th {
	text-align: center;
}
.tb_cleaning_filter tr th:first-child {
	width: 65%;
}
.tb_cleaning_filter tr td:last-child {
	vertical-align: middle;
	text-align: center;
}

/* ------ON/OFF TIMER with a 24 hour clock display (24 HOUR ON/OFF TIMER)------- */
.img_timer24_01 img {
	max-width: 200px;
	width: 100%;
}
.img_timer24_02 img {
	max-width: 150px;
	width: 100%;
	margin: 5px 0;
}
.img_timer24_03 img {
	max-width: 300px;
	width: 100%;
	margin-top: 10px;
}
.img_timer24_04 img {
	max-width: 200px;
	width: 100%;
}
.img_timer24_05 img {
	max-width: 150px;
	width: 100%;
	margin: 5px 0;
}

/* ------ON/OFF TIMER with an hours remaining display (COUNT UP-DOWN ON/OFF TIMER)------- */
.img_timer1_01 img {
	max-width: 200px;
	width: 100%;
}
.img_timer1_02 img {
	max-width: 150px;
	width: 100%;
	margin: 5px 0;
}
.img_timer1_03 img {
	max-width: 150px;
	width: 100%;
	margin: 5px 0;
}

/* ------Troubleshooting------- */
.tb_trouble_list tr th {
	text-align: center;
}
.tb_trouble_list tr td:first-child {
	width: 60px;
	text-align: center;
}

.tb_trouble tr th {
	text-align: center;
}
.tb_trouble tr td {
	vertical-align: middle;
}
.tb_trouble tr td:first-child {
	width: 170px;
	text-align: center;
	font-weight: 700;
	background: #B6F3FF;
}
.img_troubleshooting01 img {
	max-width: 200px;
	width: 100%;
}

/* ------smart control temp------- */
.img_smart_control {
	margin-top: 20px;
}
.img_smart_control img {
	width: 200px;
}
.img_smart_control div {
	font-weight: 400;
	margin-top: 5px;
	font-size: 16px;
}
.img_smart_control_full {
	margin-top: 15px;
}
.img_smart_control_full img {
	width: 94%;
	max-width: 300px;
}


/* ------modal window------- */
.modal_box {
	max-width: 420px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
#remote.modal_box {
	max-width: 328px;
}
.md-overlay{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.3;
	z-index: 9999;
}
.md-contents{
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 95%;
	max-width: 328px;
	width: 90%;
	height: auto;
	transform: translate(-50%, -50%);
	z-index: 10000;
}
.md-btn {
	background: #00b4ff;
	box-shadow: 3px 3px 4px #00000066;
	opacity: 0.65;
	width: 6%;
	padding-top: 6%;
	display: block;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
}
#remote.modal_box .md-btn {
	width: 9%;
	padding-top: 9%;
}
.md-inner {
	padding: 40px 30px;
	background: #E7F8FF;
	box-shadow: 2px 2px 4px #00000066;
	border: 1px solid #005BAC;
	min-height: 186px;
	max-height: 650px;
	box-sizing: border-box;
	border-radius: 5px;
	overflow: scroll;
}
.md-inner h3 {
	text-align: center;
	font-size: 21px;
	font-weight: 700;
}
.md-inner .btn_detail {
	text-align: center;
	margin-top: 30px;
}
.md-inner .md-txt {
	margin-top: 30px;
	font-size: 16px;
}
.md-inner .md-txt20 {
	margin-top: 20px;
	font-size: 16px;
}
.md-inner .md-linebox {
	border-bottom: solid 2px #000;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.md-inner .dot_li {
	font-size: 15px;
}
.md-inner .md-img {
	text-align: center;
	margin: 30px 0;
}
.md-xmark{
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	z-index: 9999;
	cursor: pointer;
	background: #005BAC;
	border-radius: 5px;
}
.md-xmark span {
	height: auto;
	position: absolute;
	left: 0;
	width: 30px;
	height: 3px;
	background-color: #fff;
	border-radius: 4px;
}
.md-xmark span:nth-of-type(1) {
	top: 0;
	transform: translateY(14px) rotate(-45deg);
}
.md-xmark span:nth-of-type(2) {
	bottom: 0;
	transform: translateY(-14px) rotate(45deg);
}

.tb_md {
	border-top: solid 1px #333;
	border-right: solid 1px #333;
	width: 100%;
	font-size: 15px;
	border-collapse:separate;
	border-spacing:0px;
}
.tb_md th,
.tb_md td {
	border-bottom: solid 1px #333;
	border-left: solid 1px #333;
	padding: 5px 10px;
	box-sizing: border-box;
	background: #fff;
	vertical-align: middle;
}
.tb_md th {
	background: #F2FFC8;
	font-weight: 700;
}
.tb_md.wireless-lan th {
	text-align: center;
}

/*modal button outdoor*/
#outdoor #o_modal01 {
	top: 4%;
	left: 8.5%;
}
#outdoor #o_modal02 {
	top: 1.5%;
	left: 26.5%;
}
#outdoor #o_modal03 {
	top: 46%;
	left: 9%;
}
#outdoor #o_modal04 {
	top: 5.5%;
	left: 63%;
}
#outdoor #o_modal05 {
	top: 47%;
	left: 92%;
}
#outdoor #o_modal06 {
	top: 37%;
	left: 73%;
}
#outdoor #o_modal07 {
	top: 32%;
	left: 85%;
}
#outdoor #o_modal08 {
	top: 7%;
	left: 3.5%;
}
#outdoor #o_modal09 {
	top: 5.5%;
	left: 18.5%;
}
#outdoor #o_modal10 {
	top: 45%;
	left: 11%;
}
#outdoor #o_modal11 {
	top: 9.5%;
	left: 60%;
}
#outdoor #o_modal12 {
	top: 51%;
	left: 92.5%;
}
#outdoor #o_modal13 {
	top: 27%;
	left: 70%;
}
#outdoor #o_modal14 {
	top: 36%;
	left: 85.5%;
}
#outdoor #o_modal15 {
	top: 11.5%;
	left: 21.5%;
}
#outdoor #o_modal16 {
	top: 51%;
	left: 8%;
}
#outdoor #o_modal17 {
	top: 15.2%;
	left: 63%;
}
#outdoor #o_modal18 {
	top: 40%;
	left: 93.5%;
}
#outdoor #o_modal19 {
	top: 41%;
	left: 77%;
}
#outdoor #o_modal20 {
	top: 23%;
	left: 88.2%;
}


/* ------indoor unit------- */
.indoor_link {
	max-width: 590px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.indoor_link li {
	float: left;
	width: 46%;
	font-size: 16px;
}
.indoor_link li:first-child {
	margin-right: 8%;
}
.indoor_link li .no_link {
	background: #0097E0;
	color: #fff;
	border-radius: 6px;
	text-align: center;
	font-weight: 700;
	display: block;
	padding: 10px 0;
	box-sizing: border-box;
}
.indoor_link li a {
	background: #8DC5E6;
	color: #fff;
	border-radius: 6px;
	text-align: center;
	font-weight: 700;
	display: block;
	padding: 10px 0;
	box-sizing: border-box;
	text-decoration: none;
}

#indoor #i_modal01 {
	top: 2.5%;
	left: 63%;
}
#indoor #i_modal02 {
	top: 16%;
	left: 35%;
}
#indoor #i_modal03 {
	top: 36.7%;
	left: 15.5%;
}
#indoor #i_modal04 {
	top: 33%;
	left: 26.5%;
}
#indoor #i_modal05 {
	top: 38.5%;
	left: 45.5%;
}
#indoor #i_modal06 {
	top: 36%;
	left: 73%;
}
#indoor #i_modal07 {
	top: 36%;
	left: 85.5%;
}
#indoor #i_modal08 {
	top: 89%;
	left: 65%;
}
#indoor .img_i_modal08 img {
	width: 130px;
	border: solid 1px #707070;
}
#indoor #modal08 .tb_md {
	margin: 15px 0;
}
#indoor #modal08 .tb_md td {
	text-align: center;
}
#indoor #i_modal09 {
	top: 79.5%;
	left: 54%;
}
#indoor .img_i_modal09 img {
	width: 90px;
	border: solid 1px #707070;
}
#indoor #i_modal10 {
	top: 75.5%;
	left: 72%;
}
#indoor .img_i_modal10 img {
	width: 90px;
	border: solid 1px #707070;
}
#indoor #i_modal13 {
	top: 66.5%;
	left: 65%;
}
#indoor #modal13 .dot_li {
	margin-top: 30px;
}
#indoor #modal13 .tb_md {
	margin: 15px 0 0;
}
#indoor #modal13 .tb_md th,
#indoor #modal13 .tb_md td {
	width: 50%;
	text-align: center;
}

#indoor_open #io_modal01 {
	top: 4.8%;
	left: 71.5%;
}
#indoor_open .img_io_modal01 img {
	width: 150px;
}
#indoor_open #io_modal02 {
	top: 22.2%;
	left: 63%;
}
#indoor_open #io_modal03 {
	top: 5.4%;
	left: 90.7%;
}
#indoor_open #io_modal04 {
	top: 13.5%;
	left: 89.8%;
}
#indoor_open .img_io_modal04 img {
	width: 200px;
}
#indoor_open #io_modal05 {
	top: 49%;
	left: 54%;
}
#indoor_open #io_modal06 {
	top: 71.3%;
	left: 47.5%;
}

/* ------Remote Controller------- */
#remote #r_modal01 {
	top: -1%;
	left: 45%;
}
#remote .img_r_modal01 {
	margin-bottom: 30px;
}
#remote .img_r_modal01 img {
	width: 220px;
}
#remote #r_modal02 {
	top: 17%;
	left: 73.8%;
}
#remote #r_modal03 {
	top: 32.5%;
	left: 16%;
}
#remote #r_modal04 {
	top: 32.5%;
	left: 56.5%;
}
#remote.modal_box #r_modal03.md-btn,
#remote.modal_box #r_modal04.md-btn {
	opacity: 0;
	padding-top: 28.5%;
	width: 28%;
	border-radius: 0;
}
#remote #r_modal05 {
	top: 43.8%;
	left: 14%;
}
#remote #r_modal06 {
	top: 43.8%;
	left: 41%;
}
#remote #r_modal07 {
	top: 43.8%;
	left: 68%;
}
#remote #r_modal08 {
	top: 50.6%;
	left: 14%;
}
#remote #r_modal09 {
	top: 50.6%;
	left: 41%;
}
#remote #r_modal10 {
	top: 50.6%;
	left: 68%;
}
#remote.modal_box #r_modal05.md-btn,
#remote.modal_box #r_modal06.md-btn,
#remote.modal_box #r_modal07.md-btn,
#remote.modal_box #r_modal08.md-btn,
#remote.modal_box #r_modal09.md-btn,
#remote.modal_box #r_modal10.md-btn {
	opacity: 0;
	padding-top: 14.5%;
	width: 18.5%;
	border-radius: 0;
}
#remote.modal_box #r_modal11.md-btn,
#remote.modal_box #r_modal12.md-btn,
#remote.modal_box #r_modal13.md-btn,
#remote.modal_box #r_modal14.md-btn,
#remote.modal_box #r_modal15.md-btn {
	opacity: 0;
	padding-top: 10.5%;
	width: 18.5%;
	border-radius: 0%;
}
#remote #r_modal11 {
	top: 57.9%;
	left: 14%;
}
#remote #r_modal12 {
	top: 57.9%;
	left: 68%;
}
#remote #r_modal13 {
	top: 63.55%;
	left: 14%;
}
#remote #r_modal14 {
	top: 63.55%;
	left: 41%;
}
#remote #r_modal15 {
	top: 63.55%;
	left: 68%;
}
#remote .img_r_modal img {
	width: 100px;
}


/* ------Specifications------- */
.tb_style.tb_spec {
	font-size: 13px;
}
.tb_style.tb_spec th {
	vertical-align: middle;
}
.tb_style.tb_spec th.th_c {
	text-align: center;
	font-weight: 400;
}
.tb_style.tb_spec th.th_nor {
	font-weight: 400;
}
.tb_style.tb_spec td {
	text-align: center;
	vertical-align: middle;
}
.tb_style.tb_spec td.td_note {
	text-align: left;
}
.tb_style.tb_spec td .txt_b {
	font-weight: 600;
	display: block;
}

/* ------userguide------- */
.user-guide .container {
	line-height: 1.5; }
.content_box .user-guide .main-part {
	margin-bottom: 15px; }
.user-guide .container.blue-box {
	background: #CCEAF9;
    padding: 20px 10px; }
.user-guide .tit_l_black_no-under {
	font-size: 21px;
	font-weight: 700;
	margin-bottom: 15px; }
/*
.user-guide .tit_tr_square a {
	text-decoration: none; }
*/
.user-guide .tit_tr_square h4 {
	font-size: 18px;
	font-weight: 500;
    line-height: 1.2;
    color: #004BFF; }
.user-guide .tit_tr_square:not(:last-child) h4 {
	margin-bottom: 12px; }    
.user-guide .tit_tr_square h4:before {
	background: #004BFF;
	content: '';
	height: 13px;
	width: 13px;
	left: -1em;
	position: absolute;
	top: 4.5px; }
.user-guide .tit_l_blue {
	font-size: 24px;
	margin-bottom: 5px; }
.user-guide .content_box section .container {
	margin-bottom: 25px; }
.user-guide .tit_tr_square .tit-21-black {
	font-size: 21px;
	font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #333333; }
.user-guide .tit_tr_square .tit-21-black:before {
	background: #333333;
	content: '';
	height: 15px;
	width: 15px;
	left: -1em;
	position: absolute;
	top: 5px; }
.user-guide .tit_bold {
	margin-bottom: 15px; }

.user-guide .curl-num {
	font-size: 17px; }
.user-guide .curl-num li {
	list-style-type: none;
	counter-increment: cnt; }
.user-guide .curl-num h3::before {
	content: "(" counter(cnt) ") "; }
.user-guide .curl-num .tit_bold {
	margin-top: 20px; }

.user-guide .curl-num .tb_ico_noline,
.user-guide .curl-num li div {
	padding-left: 1.8em; }

.user-guide .curl-num li .bullet_list{
	margin-left: 1.8rem;
	padding-bottom: 20px;
}
.user-guide .curl-num li .bullet_list > li{
	margin-left: 1.8rem;
	list-style-type: disc;
}
.user-guide .curl-num li .bullet_list > li + li{
	padding-top: 10px;
}

.user-guide .tb_ico_noline .pc {
	display: inline;
	padding-left: 0 !important; }
.user-guide .tb_ico_noline th,
.user-guide .tb_ico_noline td {
	border: none;
	padding: 0;
	height: 40px; }
.user-guide .tb_ico_noline .icon-box01,
.user-guide .tb_ico_noline .icon-box02 {
	width: 150px; }
.user-guide .tb_ico_noline .icon-box03 {
	width: 36px; }
.user-guide .tb_ico_noline .icon-box01 .icon-long,
.user-guide .tb_ico_noline .icon-box02 .icon-long {
	width: 140px;
	padding: 0; }
.user-guide .tb_ico_noline .icon-box02 .icon-short {
	width: 26px;
	display: flex;
	margin: 0 auto;
    padding: 0; }
.user-guide .tb_ico_noline .icon-box03 .icon-short {
	width: 26px;
	vertical-align: text-top;
    padding: 0; }
.user-guide .tb_ico_noline.inline {
    margin-top: 10px; }
.user-guide .cap-anchor {
	font-size: 17px;
	margin-top: 15px;
	text-indent: -0.8em;
    padding-left: 0.8em; }
.user-guide .container.blue-box .tit_bold {
	font-size: 16px;
    font-weight: 700;
    margin-bottom: 0; }

.user-guide .container span {
	color: red;
    font-weight: 700; }
.user-guide .tit_s_bold {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 10px; }
.user-guide .tit_s_bold span {
	color: red; }
.user-guide .tit_l_bold {
    font-size: 21px;
    margin-bottom: 5px; }
.user-guide .txt-indent {
	line-height: 1.5;
	margin-top: -28px;
    margin-bottom: 30px;
	text-indent: -0.8em;
    padding-left: 0.8em; }

.user-guide .ico_user-guide {
	width: 22px; }
.user-guide .ico_user-guide-close {
	width: 65px;
    vertical-align: middle; }
.user-guide .ico_user-guide-detail {
	width: 50px;
    vertical-align: middle; }
.th .user-guide .ico_user-guide-close {
	width: 47px; }
.th .user-guide .ico_user-guide-detail {
	width: 60px; }

.user-guide .img_user-guide03 {
	width: 78%;
	margin: 15px auto; }
.user-guide .img_user-guide04 {
	padding-left: 0.5em !important;
	width: 45%;
	margin-bottom: 10px; }
.user-guide .img_user-guide05 {
	margin: 15px auto;
    width: 41%; }
.user-guide .img_user-guide06-07 {
	display: flex;
    justify-content: space-evenly; }
.user-guide .img_user-guide06-07 dd {
	width: 45%; }
.user-guide .img_user-guide06-07 dd:first-child {
	margin-top: 34px; }
.user-guide .img_user-guide08 {
	width: 80%; }
.user-guide .img_user-guide09 {
	width: 37%; }
.user-guide .img_user-guide10 {
	width: 70%;
    margin: 15px auto; }
.user-guide .img_user-guide11-12 {
	display: flex;
    justify-content: space-evenly; }
.user-guide .img_user-guide11-12 dd {
	width: 37%; }
.user-guide .img_user-guide13 {
	width: 60%;
    margin: 15px auto; }

.user-guide a.anchor {
	display: block;
    padding-top: 130px;
    margin-top: -130px; }
.user-guide a#user-07.anchor,
.user-guide a#user-08.anchor {
	display: block;
    padding-top: 80px;
    margin-top: -80px; }

header .h_user-guide img {
	width: 66px; }


@media screen and (max-width:768px) {
/*
.user-guide .curl-num .tb_ico_noline,
.user-guide .curl-num li div {
	padding-left: 0; }
.user-guide .tb_ico_noline tr {
	display: flex;
	margin-bottom: 12px; }
.user-guide .tb_ico_noline td {
	margin-left: 120px;
	height: auto;
	text-indent: -0.6em;
    padding-left: 0.6em; }
.user-guide .tb_ico_noline .icon {
	display: flex !important; }
.user-guide .tb_ico_noline .icon th {
	margin-right: 10px; }
.user-guide .tb_ico_noline .icon td {
	margin-left: 0; }
.user-guide .img_user-guide04 {
	padding-left: 0 !important;
	width: 100%; }
*/
	.user-guide .tb_ico_noline tr {
		display: grid;
		margin-bottom: 12px; }
	.user-guide .tb_ico_noline th {
		height: 32px; }
	.user-guide .tb_ico_noline .icon-box02 .icon-short {
		margin: 0; }
	.user-guide .tb_ico_noline td {
		height: auto; }
	.user-guide .cap-anchor {
		margin-left: 1.8em; }
	.user-guide .img_user-guide04 {
		padding-left: 0 !important;
		width: 75%; }

.user-guide .tb_ico_noline .pc {
	display: none; }

.content_box .user-guide section .container.mb-15 {
	margin-bottom: 15px; }
.user-guide .txt-indent.mb-15 {
    margin-bottom: 15px; }

.user-guide .img_user-guide03 {
	width: 88%; }
.user-guide .img_user-guide05,
.user-guide .img_user-guide09 {
    width: 75%; }
.user-guide .img_user-guide06-07,
.user-guide .img_user-guide11-12 {
	display: block; }
.user-guide .img_user-guide06-07 dd {
	width: 100%;
	margin-bottom: 30px; }
.user-guide .img_user-guide06-07 dd:first-child {
	margin-top: 0; }
.user-guide .img_user-guide06-07 dd img {
	display: flex;
	width: 75%;
    margin: 0 auto; }
.user-guide .img_user-guide11-12 dd {
	width: 75%;
	margin: 15px auto; }
.user-guide .img_user-guide08,
.user-guide .img_user-guide10,
.user-guide .img_user-guide13 {
	width: 100%; }

.user-guide a.anchor {
    padding-top: 120px;
    margin-top: -120px; }
.user-guide a#user-08.anchor {
    padding-top: 50px;
    margin-top: -50px; }

header .h_user-guide_sp {
	width: 57px;
    position: absolute;
    top: 15px;
    right: 125px;
    cursor: pointer; }
}



/* ------Search------- */
.search_result {
	margin-bottom: 20px;
}
.search_ul li {
	border-bottom: solid 1px #ddd;
	padding: 15px 0;
}
.search_ul li:first-child {
	padding-top: 0;
}
.search_ul li h2 {
	display: none;
}
.pagination {
	margin-top: 30px;
	text-align: center;
}
.pagination .current,
.pagination  a {
	display: inline-block;
	padding: 4px 12px;
	margin: 0 3px;
}

.pagination  a {
	border: solid 1px #CCC;
	text-decoration: none;
	color: #999;
}
.pagination .current{
	background: #0075C2;
	border: solid 1px #0075C2;
	color: #FFF;
}
.pagination  a:hover{
	background: #D4ECEE;
	border: solid 1px #CCC;
	color: #999;
}

/* 追加 */
span.highlighted{
	font-weight: bold;
	color:rgb(0, 0, 0);
	background-color:rgb(230, 214, 20);
	display:inline;
}

