/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
}

br { letter-spacing: normal } 

body {
	line-height: 1.4em;
	text-decoration: none;
	background-color: #FFFFFF;
	color: #303030;
	letter-spacing: 0.1em;
	/*font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
	font-family: 'ＭＳ Ｐゴシック',sans-serif;
	font-size: 80%; /* IE */
}

html>/**/body {
	font-size: 12px; /* Except IE */
	letter-spacing: 1.7px;
}

html {
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
	overflow-y: scroll;
}

a {
	margin: 0;
	padding: 0;
}

a:link {
	color: #FF6B1B;
	text-decoration: underline;
}

a:visited {
	color: #FF6B1B;
	text-decoration: underline;
}

a:hover {
	color: #FF6B1B;
	text-decoration: none;
}

a:active {
	color: #FF6B1B;
	text-decoration: underline;
}

p {
	margin: 0;
	padding: 0;
}

img {
	margin: 0;
	padding: 0;
	display: block;
	border: none;
}

ul,ol,li {
	margin: 0;
	padding: 0;
	list-style: none;
}

dl,dt,dd {
	margin: 0;
	padding: 0;
}

strong {
	color: #1B7200;
}

hr {
	margin: 10px 0;
	color: #E0E0E0;
	height: 1px;
}

h1 {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: 1.0em;
	font-weight: normal;
	width: 958px;
	border-right: 1px solid #DEDEDE;
	border-left: 1px solid #DEDEDE;
}

h2 {
	margin: 0 0 5px;
	padding: 0;
	clear: both;
}

h3 {
	margin: 0 0 10px;
	padding: 0;
	font-size: 1.2em;
}

h4 {
	margin: 0 0 0 10px;
	padding: 5px 0 0;
	font-size: 1.1em;
	color: #A48E5E;
}

span.font_red {
	color: #FF0000;
}

.align_center {
	text-align: center;
}

.align_center img {
	margin: 0 auto;
}

/* ページ全体 */

#wrapper {
	width: 100%;
}

#contents {
	clear: both;
	margin: 0 auto;
	padding: 12px 0 22px;
	width: 958px;
	text-align: left;
	border-right: 1px solid #DEDEDE;
	border-left: 1px solid #DEDEDE;
}

#side_bar {
	width: 240px;
	float: left;
}

#side_bar img, #side_bar a {
	margin: 0 auto;
	display: block;
}

#side_bar img#hana {
	width: 190px;
}

#side_bar #banners,
#side_bar #banners img,
#side_bar #large_banners img {
	margin-bottom: 10px;
}

#side_bar #side_menu {
	width: 220px;
	margin: 0 auto 10px;
	padding-bottom: 5px;
	border-left: 1px solid #575757;
	border-right: 1px solid #575757;
	border-bottom: 1px solid #575757;
}

#side_bar #side_menu a {
	margin-top: 5px;
}

#side_bar a:hover img{
	opacity:0.7;
	filter: alpha(opacity=70);
}

#breadcrumbs {
	font-size: 0.8em;
	height: 18px;
}

#main {
	width: 710px;
	height: 100%;
	float: left;
}

/* コンテンツ全般 */

.pagetop {
	clear: both;
	text-align: right;
	font-size: 0.8em;
	padding: 10px 0 0;
}

#footer {
	clear: both;
	margin: 0 auto;
	padding-top: 3px;
	width: 960px;
	height: 30px;
	color: #D7D7D7;
	font-size: 0.8em;
	background: url(../img/back_contents_bottom.gif) no-repeat top;
}

/* フッター（サブ）ナビゲーション */

#subNav {
	margin: 0 auto;
}

#subNav a {
	color: #333333;
}

#subNav li {
	display: inline;
}

#footer p#copyright {
	margin: 0 auto;
	color: #606060;
}

/* グローバルナビゲーション */

#gloNav {
	height: 30px;

}

#gloNav ol {
	margin: 0 auto;
	width: 960px;
}

#gloNav a {
	display: block;
	height: 30px;
}

#gloNav li {
	float: left;
}

#gloNav li#navho a {width: 89px;}
#gloNav li#navfl a {width: 119px;}
#gloNav li#navpr a {width: 123px;}
#gloNav li#navcs a {width: 197px;}
#gloNav li#navqa a {width: 81px;}
#gloNav li#navip a {width: 156px;}
#gloNav li#navco a {width: 108px;}
#gloNav li#navbl a {width: 87px;}

#gloNav li#navho a:hover {background: url(../img/glonav_home_over.gif) no-repeat;}
#gloNav li#navfl a:hover {background: url(../img/glonav_flow_over.gif) no-repeat;}
#gloNav li#navpr a:hover {background: url(../img/glonav_price_over.gif) no-repeat;}
#gloNav li#navcs a:hover {background: url(../img/glonav_color_over.gif) no-repeat;}
#gloNav li#navqa a:hover {background: url(../img/glonav_qa_over.gif) no-repeat;}
#gloNav li#navip a:hover {background: url(../img/glonav_inq_personal_over.gif) no-repeat;}
#gloNav li#navco a:hover {background: url(../img/glonav_company_over.gif) no-repeat;}
#gloNav li#navbl a:hover {background: url(../img/glonav_blog_over.gif) no-repeat;}

#gloNav a:hover img {
	visibility: hidden;
}

/* ローカルナビゲーション */

#locNav {
	width: 220px;
}

#locNav ol {
	width: 220px;
}

#locNav img {
	float: left;
}

#locNav li {
	clear: left;
}

/* トップページ */

#flash {
	margin: 0 auto;
	width: 958px;
	height: 540px;
	border-right: 1px solid #DEDEDE;
	border-left: 1px solid #DEDEDE;
	overflow: hidden;
}

.image_box2 {
	margin: 0 10px 50px;
	clear: both;
	border: 1px dotted #B5B7B9;
	border-top: none;
}

.image_box:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.image_box img {
	margin-right: 8px;
	float: left;
	border: 1px solid #CCC;
}

.image_box p {
	width: 530px;
	float: left;
}

.image_box2 h3 {
	padding: 10px 14px 0px;
	border-top: 1px dotted #B5B7B9;
}

.image_box2 p {
	margin: 8px 10px 10px 14px;
}

h2.top_news {
	margin: 0 0 0 10px;
}

h2.double_bod {
	background: url(../img/back_head_double_bod.gif) no-repeat center;
	padding: 10px 0 0;
	height: 100px;
}

h2.btm_bod {
	background: url(../img/back_head_bod.gif) no-repeat bottom;
	height: 100px;
}

dl#top_news {
	margin: 0 0 20px 10px;
	padding: 8px;
	float: left;
	display: inline;
	width: 672px;
	height: 84px;
	overflow: auto;
	border: 1px solid #c0c0c0 ;
}

dl#top_news dt {
	float: left;
	width: 8em;
	height: 1.4em;
	padding: 0.2em 0.6em;
	margin: 0 1em 4px 0;
	background: #ff7e2e;
	color: #ffffff;
	font-weight: bold;
	display: inline;
}

dl#top_news dd {
	float: left;
	width: 42em;
	height: 1.4em;
	padding: 0.2em 0 7px 9em;
	margin-bottom: 4px;
	margin-left: -9em;
	border-bottom: 1px dotted #ccc;
	display: inline;
}

.home_box {
	float: left;
	padding: 0 10px;
	width: 330px;
}


/* TOP 素材 */

span.purple {
	color: #e74ba0;
}

span.blue {
	color: #275be1;
}

#top_material {
	float: left;
	margin: 10px 0 50px;
	padding-left: 10px;
}

#top_material li {
	float: left;
	width: 134px;
	margin: 0 5px 5px 0;
}

#top_material li.thumb_last {
	margin: 0 0 5px;
}

.material_body {
	padding: 10px 19px 20px;
	border-right: 1px solid #606060;
	border-left: 1px solid #606060;
	border-bottom: 1px solid #606060;
	background: #ffffff;
	width: 700px;
	float: left;
}

.material_body .maker_link {
	width: 260px;
	float: right;
	margin-bottom: 10px;
}

.text_right {
	clear: both;
	text-align: right;
	padding-bottom: 10px;
}

.material_body .box_left {
	float: left;
	padding-right: 10px;
	width: 374px;
}

.material_body .box_right {
	float: right;
	width: 282px;
}

.material_body p {
	margin-bottom: 10px;
}

.box_tomaku_left {
	float: left;
	width: 325px;
	height: 210px;
	padding: 10px;
	margin-right: 10px;
	margin-top: 10px;
	background: #e4e4e4;
}

.box_tomaku {
	float: left;
	width: 325px;
	height: 210px;
	padding: 10px;
	margin-top: 10px;
	background: #e4e4e4;
}

.box_tomaku_left p.float_l,
.box_tomaku p.float_l {
	float: left;
	width: 160px;
	margin-right: 10px;
}

.box_tomaku_left img.float_l,
.box_tomaku img.float_l {
	float: left;
	width: 153px;
}

.box_tomaku_left h4,
.box_tomaku h4 {
	margin: 0;
	padding: 0 0 6px;
	color: #7b3ebe;
	font-size: 16px;
}

#gaina h3 {
	clear: both;
	color: #7b3ebe;
	margin: 0;
}

#thermo1 {
	background: url(../img/back_thermo1.gif);
	color: #ffffff;
	float: left;
	width: 553px;
	height: 63px;
	padding: 55px 5px 0 142px;
}

#top_material_thermoeye .material_body h3 {
	clear: both;
}

.material_body .box_left_thermo {
	float: left;
	padding-right: 10px;
	width: 350px;
}

.material_body .box_right_thermo {
	float: right;
	width: 320px;
}

h3.thermo_hansha {

}

p.thermo_guide {
	float: left;
	width: 560px;
}

img.thermo_guide {
	float: right;
	width: 92px;
}

#thermo_colors {
	width: 560px;
	margin: 0 auto;
}

.box_nano_left {
	float: left;
	width: 325px;
	height: 240px;
	padding: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	background: #e4e4e4;
}

.box_nano {
	float: left;
	width: 325px;
	height: 240px;
	padding: 10px;
	margin-bottom: 10px;
	background: #e4e4e4;
}

.box_nano_left img,
.box_nano img {
	margin: 0 auto;
}

h3.head_nano_top {
	margin: 0;
	padding: 0 0 6px;
	color: #f02c0c;
	font-size: 18px;
	width: 400px;
	float: left;
}

img.image_nano1 {
	float: right;
	width: 219px;
}

h3.head_nano {
	margin: 0;
	padding: 0 0 6px;
	color: #339029;
}

#fusso h3 {
	clear: both;
	color: #f6b51c;
}

#fusso h4 {
	margin: 0;
	color: #9a2c8d;
}

#fusso .box_left {
	width: 178px;
	padding-bottom: 20px;
}

#fusso .box_left#wide {
	width: 234px;
}

#fusso .box_right {
	width: 390px;
	float: left;
}

#hikari h3 {
	clear: both;
	color: #f24362;
}

#hikari .box_left {
	width: 342px;
}

#hikari .box_right {
	width: 348px;
}

#hikari .box_hikari_left {
	float: left;
	width: 325px;
	height: 70px;
	padding: 10px;
	margin-top: 10px;
	margin-right: 10px;
	background: #e4e4e4;
}

#hikari .box_hikari {
	float: left;
	width: 325px;
	height: 70px;
	padding: 10px;
	margin-top: 10px;
	background: #e4e4e4;
}

#hikari .box_hikari_left h4,
#hikari .box_hikari h4 {
	margin: 0;
	padding: 0 0 6px;
	color: #f24362;
}

#reliefslate h3 {
	clear: both;
}

#reliefslate p {
	margin-left: 52px;
	width: 300px;
}

#reliefslate p.text_right {
	float: right;
	text-align: left;
	margin-right: 46px;
	margin-left: 0;
}

/* TOP 工事の手順 */

#top_flow_guide {
	background: url(../img/back_home_flow.gif) no-repeat;
	width: 690px;
	height: 189px;
	margin: 10px;
}

#top_flow_guide ol {
	float: left;
}

#top_flow_guide ol#start {
	padding: 9px 2px 9px 16px;
}

#top_flow_guide li {
	float: left;
	width: 34px;
	margin-right: 14px;
}

#top_flow_guide ol#last li {
	margin: 0 0 0 14px;
}

.top_flow_box,
.top_flow_box_orange {
	border: 1px dashed #73AC4C;
	margin: 0 10px;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
}

.top_flow_box_orange {
	border: 1px dashed #ED7215;
}

img.top_flow_arrow_green {
	margin: 14px auto;
}

.top_flow_box li,
.top_flow_box_orange li {
	padding: 0;
	margin: 0 0 10px 0;
	float: left;
	width: 216px;
	text-align: center;
}

.top_flow_box li img,
.top_flow_box_orange li img {
	margin: 0 auto;
	border: 1px solid #ccc;
}

.top_flow_box p,
.top_flow_box_orange p {
	padding: 0 8px;
}

.top_flow_box .leftimage img,
.top_flow_box_orange .leftimage img {
	float: left;
	margin: 0 8px;
	border: 1px solid #ccc;
}

.top_flow_box .leftimage p,
.top_flow_box_orange .leftimage p {
	float: left;
	width: 448px;
	padding: 0;
}

.top_flow_box .leftimage p.narrow {
	width: 324px;
}

.top_flow_box#flow1 {
	background: url(../img/image_dolly_6_red.gif) no-repeat right;
}

.top_flow_box_orange#flow8 {
	background: url(../img/image_dolly_7_orange.gif) no-repeat right;
}

/* 工事の流れ */

.category_box {
	float: left;
	width: 170px;
	margin: 0 10px 0 0;
}

.category_box#right_edge {
	margin: 0;
}

.category_box ul {
	float: left;
	padding:  5px 0 0 18px;
	width: 152px;
}

.category_box li {
	list-style-type: disc;
}

hr.bod {
	clear: both;
	height: 0px;
	border: 0px;
	border-bottom: 1px dotted #999;
	padding-top: 20px;
}

.flow_easy_box {
	width: 350px;
	height: 150px;
	float: left;
}

.flow_easy_box img {
	margin-right: 8px;
	float: left;
	border: 1px solid #CCC;
}

.flow_easy_box dt, .flow_box_unit h3 {
	border-bottom: 1px solid #333;
}

.flow_easy_box dl {
	width: 170px;
	float: left;
}

.flow_easy_box dt {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 10px;
}

.flow_box_unit {
	clear: both;
	padding-top: 10px;
	width: 710px;
}

.flow_box_unit img {
	margin-right: 8px;
	float: left;
	border: 1px solid #CCC;
}

.flow_box_unit .slideshow{
	float: left;
	width: 160px;
	margin-right: 8px;
}

.flow_box_unit h3, .flow_box_unit p {
	width: 540px;
	float: left;
}

.flow_box_unit h3.narrow, .flow_box_unit p.narrow {
	width: 370px;
	float: left;
}


/* カラーシミュレーション */

.color_box {
	width: 710px;
	height: 310px;
	float: left;
}

.color_box img {
	margin-right: 8px;
	float: left;
}

.color_box p {
	border: 1px solid #CAE9C9;
	padding: 10px;
	width: 278px;
	height: 278px;
	float: left;
}

.color_box_2 {
	margin-right: 8px;
	width: 350px;
	float: left;
	display: inline;
}

.color_box_2#mar0 {
	margin: 0;
}

.color_box_2 img {

}

.color_box_2 p {
	border: 1px solid #CAE9C9;
	margin: 8px 0 30px;
	padding: 10px;
	width: 328px;
	height: 50px;
}

#color_example {
	clear: both;
	padding-top: 30px;
}

#color_example h3 {
	padding: 30px 0 0px;
}

.color_example_unit {
	float: left;
}

#color_example h4 {
	margin: 0;
	color: #707070;
}

.color_example_unit p {
	border: 1px solid #CAE9C9;
	margin: 8px 0 20px;
	padding: 7px 10px 5px;
	width: 328px;
	height: 20px;
}

.color_example_unit p.box {
	border: 1px solid #CAE9C9;
	margin: 0 0 20px;
	padding: 10px 10px 5px;
	width: 328px;
	height: 258px;
}

/* Ｑ＆Ａ */

dl.qa_list {
	margin: 0 0 10px 3px;
}

dl.qa_list dt {
	clear: both;
	padding: 7px 0 0 15px;
	height: 23px;
	width: 450px;
	color: #777777;
	font-weight: bold;
}

dl#qa_info dt {background: url(../img/eye_qa_orange.gif) no-repeat left center;}
dl#qa_before dt {background: url(../img/eye_qa_green.gif) no-repeat left center;}
dl#qa_inwork dt {background: url(../img/eye_qa_blue.gif) no-repeat left center;}
dl#qa_after dt {background: url(../img/eye_qa_purple.gif) no-repeat left center;}

dl.qa_list dt.over {
	cursor:pointer;
}

dl.qa_list dt.selected {
	cursor:default;
}

dl#qa_info dt.selected {color: #FF6B1B;}
dl#qa_before dt.selected {color: #51b451;}
dl#qa_inwork dt.selected {color: #3c8cf0;}
dl#qa_after dt.selected {color: #cb47bd;}

dl.qa_list dd {
	height: 60px;
}

dl.qa_list dd p {
	margin: 0;
	padding: 3px 10px;
}

/* form design */

form dl {
	clear: both;
	border-top: 1px dotted #ccc;
	margin-top: 10px;
	width: 710px;
}

form dl#message_area {
	height: 120px;
}

form dt {
	float: left;
	width: 180px;
	margin-left: 10px;
	padding: 9px 5px 0;
	display: inline;
}

form dd {
	float: left;
	width: 480px;
	border-bottom: 1px solid #A6A6A6;
	padding: 7px 0 7px 190px;
	margin-left: -190px;
	display: inline;
}

form dd:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

form dl#form_transmit dt {
	padding: 7px 0 0;
}

form dd input.form_text {
	height: 16px;
	width: 280px;
	padding: 3px;
}

input#mail1, input#mail2 {
	height: 16px;
	width: 130px;
	padding: 3px;
}

textarea#message {
	width: 400px;
	height: 120px;
}

form dl#form_transmit dd#trans_mes {
	height: 100%;
}

#submit {
	clear: both;
	padding: 10px 0;
	margin-left: 200px;
}

#submit img {
	float: left;
}

/* table design */

table {
	margin: 0 0 10px 0;
	color: #303030;
	background-color: #FFFFFF;
	border-left: 1px solid #73ae00;
	border-top: 1px solid #73ae00;
}

p.border-line {
	margin-bottom: 20px;
	padding-bottom: 25px;
	border-bottom: 1px dashed #aaa;
}

table.maker_list {
	margin: -10px 0 20px;
}

table.maker_list td {
	height: 30px;
}

th {
	margin: 0;
	padding: 2px 6px 2px 6px;
	height: 30px;
	border-top: 1px solid #dfefca;
	border-left: 1px solid #dfefca;
	border-bottom: 1px solid #73ae00;
	text-transform: uppercase;
	background-color: #909090;
	color: #fff;
	text-align: center;
}

td {
	margin: 0;
	padding: 4px 6px 4px 6px;
	border-right: 1px solid #73ae00;
	border-bottom: 1px solid #73ae00;
}

.price_kind {width: 86px;}
.price_label {width: 60px;font-weight: bold; text-align:center;color:#387114;}
.price_guarantee {width: 100px!important;}
.price_year {width: 60px; text-align: center;}
.price_guarantee {width: 34px; text-align: center;}
.price_can {width: 80px; text-align: center;}

.price_table {
	margin-top: -10px;
}
.price_table th {
	background: url(../img/back_construction_head.gif) repeat-x #71aa4c;
}
.price_table td img {
  margin: 0 auto;
}

.loan_kind img,
.bank_kind img {
	display: inline;
	vertical-align: middle;
}

td.company_label, td.company_label_org, td.company_label_maker {
	padding: 0px 6px 0px 6px;
	height: 29px;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #CAE9C9;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: #71aa4c;
}

td.company_label_org {
	height: 60px;
}

td.company_label_maker {
	height: 180px;
}

/* ハナコレクション */

.hanacole_box, .hanacole_box_2 {
	width: 710px;
	height: 240px;
	float: left;
}

.hanacole_text strong {
	color: #00a0c6;
}

.hanacole_box img {
	margin-left: 10px;
	float: left;
}

.hanacole_text {
	border: 1px solid #00a0c6;
	padding: 10px;
	width: 328px;
	height: 208px;
	float: left;
}

.hanacole_text p {
	margin: 0 0 10px;
}

.hanacole_box_2 img {
	margin-right: 10px;
	float: left;
}

.hanacole_box_3 .hanacole_text {
	border: 1px solid #00a0c6;
	padding: 10px;
	width: 328px;
	height: 178px;
	float: left;
}

.hanacole_box_4 .hanacole_text {
	border: 1px solid #00a0c6;
	padding: 10px;
	width: 328px;
	height: 108px;
	float: left;
}

.hanacole_nextpage {
	margin-left: 10px;
	padding-top: 76px;
	width: 350px;
	text-align: center;
	float: left;
}

.hanacole_link {
	margin-left: 10px;
	padding-top: 36px;
	width: 350px;
	text-align: center;
	float: left;
}


.hanacole_link a {
	margin: 0 auto;
	width: 270px;
	height: 60px;
	display: block;
}

.hanacole_nextpage a {
	margin: 0 auto;
	width: 236px;
	height: 62px;
	display: block;
}

.hanacole_link p {
	text-align: center;
}

/* 資料請求フォーム */

p.notice {
	margin: 0 0 10px 15px;
}

/* 施工例 */

.construction {
	margin: 0 2px 12px;
	padding: 0 0 12px;
	border: 1px solid #73ae00;
	background: url(../img/arrow_construction.gif) no-repeat top center;
}

h3.const_head {
	padding: 8px 8px 5px;
	margin: 0;
	background: url(../img/back_construction_head.gif) repeat-x #73ae00;
	color: #fff;
	border-top: 1px solid #dfefca;
	border-left: 1px solid #dfefca;
	border-bottom: 1px solid #73ae00;
}

.construction .before {
	float: left;
	width: 304px;
	margin: 10px 0 0 10px;
	text-align: center;
}

.construction .before img {
	border: 1px solid #a4a4a4;
	margin: 22px 0 4px;
}

.construction .after {
	float: right;
	width: 304px;
	margin: 10px 10px 0 0;
	text-align: center;
}

.construction .after img {
	border: 1px solid #a4a4a4;
	margin-bottom: 4px;
}

.construction .before p{
	width: 240px;
}

.construction .after p span {
	font-size: 10px;
}

.construction p.guide {
	clear: both;
	padding: 6px 10px;
	margin: 0 10px;
	background: #e6f6cd;
	border: 1px solid #a4a4a4;
}

/* お客様の声 */

.voice {
	clear: both;
	background: url(../img/back_voice.gif) no-repeat right top;
	height: 180px;
	margin: 0 10px 12px 2px;
	padding: 0px 0 12px;
	border-bottom: 1px dashed #929292;
}

.voice img {
	float: left;
}

.voice p {
	float: right;
	width: 440px;
	padding: 32px 18px 10px 0;
	vertical-align: middle;
	line-height: 1.6;
	color: #000;
}

#jump_voice {
	position: fixed;
	top: 200px;
	right: 0;
}

/* HOTガードSC */

.hotguard {
	margin: 0 10px;
	width: 690px!important;
}

.hotguard h2.btm_bod {
	margin-top: 20px;
	height: 61px;
}

.hotguard .comment_box {
	padding: 10px;
	border: 1px dotted #B5B7B9;
}

#hotguard_contact {
	margin-bottom: 10px;
}

#hotguard_contact img {
	margin-top: 20px;
}


.hotguard p.notice {
	text-align: right;
}





/*  clearfix
-----------------------------------*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
}



