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


/*=========================================================================================
common
=========================================================================================*/
#nav_btn{
	display:none;
}
header{
	background:url(../img/common/header_bg.png) no-repeat 182px 0;
	height:130px;
}

header h1,
header #head_logo{
	width:40%;
	margin:0;
}


header #head_box{
	display:block;
	position:absolute;
	top:10px;
	right:10px;
	text-align:right;
}

header #head_box p.head_txt{
	display:none;
}


header #head_box p.head_btn {
	padding:0;
	font-size:70%;
	width:190px;
	float:right;
	border:#c3c3c3 2px solid;
	border-radius:15px;
	position:relative;
}

#english header #head_box p.head_btn {
	width:160px;
	font-size:75%;
}


header #head_box p.head_btn a{
	display:block;
	background-color:#5d88b5;
	background:linear-gradient(#5d88b5, #3a6592);
	background: -webkit-gradient(linear, center top, center bottom, from(#5d88b5), to(#3a6592));
	-pie-background: linear-gradient(#5d88b5, #3a6592);
	border-radius:15px;
	position:relative;
}


header #head_box p.head_btn a:hover{
	text-decoration:none;
	background-color:#6b95c1;
	background:linear-gradient(#6b95c1, #5d88b5);
	background: -webkit-gradient(linear, center top, center bottom, from(#6b95c1), to(#5d88b5));
	-pie-background: linear-gradient(#6b95c1, #5d88b5);
	border-radius:15px;
	position:relative;
}


header #head_box p.head_btn a span{
	display:block;
	color:#FFF;
	font-weight:bold;
	padding:6px 25px 4px 5px;
	text-shadow:1px 2px rgba(0, 0, 0, 0.2);
	background:url(../img/common/arrow02.png) no-repeat 170px 50%;

}

#english header #head_box p.head_btn a span{
	background-position:140px 50%;
}

nav{
	display: block !important;
}

#sub_nav{
	position:absolute;
	top:60px;
	right:2%;
	background:none;
}

#sub_nav li{
	float:left;
	border-left:#656464 1px dotted;
	padding:0 1em 0 2em;
}

#sub_nav li:first-child{
	border:none;
}

#sub_nav li.sub_sub{
	display:none;
}


#sub_nav li a{
	display: inline;
	padding:0;
	border: none;
	font-size:75%;
	background: none;
}

#sub_nav li a:hover{
	text-decoration:underline;
}


#global_nav{
	position:absolute;
	top:100px;
	left:2%;
	/*width:96%;*/
	width:70%;
	background-color:#FFF;
	border-top: none;
	background:linear-gradient(#fff, #e8e8e8);
	background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#e8e8e8));
	-pie-background: linear-gradient(#fff, #e8e8e8);
	border-radius:30px;
	-webkit-box-shadow:1px 1px 3px rgba(0, 0, 0, 0.3);
	box-shadow:1px 1px 3px rgba(0, 0, 0, 0.3);
}

#global_nav li{
	float:left;
	width:21%;
}

#english #global_nav li{
	width:27.5%;
	font-size:85%;
}

#global_nav li:first-child{
	width:16%;
}

#english #global_nav li:first-child{
	width:17.5%;
}

#global_nav li a{
	display:block;
	padding: 0;
	background:url(../img/common/arrow01.png) no-repeat 7% 50%;
	text-decoration:none;
	border-bottom: none;
	border-left:#d3d4d4 1px solid;
	font-size:85%;
}

#global_nav li span{
	display:block;
	line-height:1.2;
	padding: 0.7em 0.7em 0.7em 25%;
}

#english #global_nav li span{
	display: table-cell;
	line-height:1.4;
	vertical-align:middle;
}

#english #global_nav li:first-child span{
	padding: 0.7em 0.7em 0.7em 2em;
}

#global_nav li a:hover,
#global_nav li a.gn_current{
	color:#FFF;
	background-color:#65c5d6;
	background:linear-gradient(#65c5d6, #42a2b3);
	background: -webkit-gradient(linear, center top, center bottom, from(#65c5d6), to(#42a2b3));
	-pie-background: linear-gradient(#65c5d6, #42a2b3);
	position:relative;
}

#global_nav li a:hover span,
#global_nav li a.gn_current span{
	display:block;
	background:url(../img/common/arrow02.png) no-repeat 7% 50%;
	position:relative;
}

#global_nav li:first-child a{
	border:none;
	border-radius:30px 0 0 30px;
	position:relative;
}

#global_nav li.gn_last a,
#global_nav li.gn_last a:hover{
	border-radius:0 30px 30px 0;
	position:relative;
}


#head_search{
	display:block;
	position:absolute;
	top:90px;
	right:2%;
	width:25%;
	clear:both;
	padding:0;
}


#footer_link{
	display:block;
	list-style:none;
	padding:20px 0 0;
	clear:both;
}

#footer_link li{
	float:left;
	border-left:#656464 1px dotted;
	font-size:85%;
	background:url(../img/common/arrow03.png) no-repeat 10px 50%;
	padding:0 10px 0 30px;
	line-height:1.2;
}

#footer_link li:first-child{
	border:none;
}

#footer_link li a{
	color:#474646;
}




.box03{
	margin:3% 0;
	padding:3%;
}

.c_use .box03,
.c_company .box03{
	margin:3% 0 0;
}



#english header{
	height:145px;
}


header h1,
header #head_logo{
	width:304px;
}


footer div p:first-child{
	padding-right:2%;
	float:left;
}

footer p.copyright{
	font-size:75%;
	text-align:right;
}

.box04{
	padding:2% 0 2% 2%;
}

#english header{
	height:130px;
}

header{
	width:980px;
	margin:0 auto;
	padding:15px 0;
}

header h1,
header #head_logo{
	width:304px;
	padding:0;
	margin:0;
}
header #head_box{
	top:3px;
	right:0;
}

header #head_box p.head_txt{
	display:block;
	font-size:75%;
	color:#8a8a8a;
	padding:0 0 3px;
	
}


#sub_nav{
	right:0;
}

#global_nav{
	/*width:100%;*/
	width:75%;
	left:0;
}

#global_nav li a{
	background-position:20px 50%;
}

#english #global_nav li{
}

#global_nav li span,
#english #global_nav li span,
#english #global_nav li:first-child span{
	/*text-align:center;*/
	padding: 1em 1em 1em 45px;
	/*padding:1em;*/
}


#global_nav li a:hover span,
#global_nav li a.gn_current span{
	background-position:20px 50%;
}

#head_search{
	top:100px;
	right:0;
	width: 20%;
}

#footer_link{
	width:980px;
	margin:0 auto;
}


footer{
	padding:15px 0 50px;
}

footer p{
	font-size:87.5%;
}

footer div p:first-child{
	padding-right:60px;
}


footer div{
	width:980px;
	margin:0 auto;
	border-bottom:#bbbdc5 1px solid;
}

footer p.copyright{
	width:980px;
	margin:0 auto;
	font-size:75%;
}

/*=========================================================================================
pages
=========================================================================================*/


#crumbs{
	display: block;
	list-style:none;
	margin:5px 2% 10px;
}

#crumbs li{
	float:left;
	font-size:70%;
	background:url(../img/product/arrow06.png) no-repeat 0 50%;
	padding:0 10px;
}

#crumbs li:first-child{
	background:none;
	padding:0 10px 0 0;
}


#cat_nav_wrapper{
	width:60%;
	margin:0 auto 15px;
}

#contents{
	margin:0 2%;
	padding:15px 25px 25px;
	border-top:none;
}

.news_detail #contents{
	padding:15px 25px 25px;
}



#page_title{
	margin-bottom:0;
	padding:25px 10px 20px 45px;
}

#page_title span{
	display:inline;
}


#page_title a{
	top:20px !important;
	right:3%;
}

.wide_style h1#page_title{
	background:url(../img/common/page_title_bg_b.png) no-repeat 100% 0, url(../img/common/page_title_bg.png) no-repeat left top !important;
	-pie-background:url(../img/common/page_title_bg_b.png) no-repeat 100% 0, url(../img/common/page_title_bg.png) no-repeat left top !important;
	position:relative;
}

#english .wide_style h1#page_title{
	background:url(../img/common/page_title_bg_b.png) no-repeat 140% 0, url(../img/common/page_title_bg.png) no-repeat left top !important;
	-pie-background:url(../img/common/page_title_bg_b.png) no-repeat 140% 0, url(../img/common/page_title_bg.png) no-repeat left top !important;
	position:relative;

}

/*page_nav
--------------------------------------------------------------*/


#page_nav{
	list-style:none;
	padding:0 10px;
	margin:0 0 10px;
	background-color:#FFF;
	background:linear-gradient(#fff, #e8e8e8);
	background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#e8e8e8));
	-pie-background: linear-gradient(#fff, #e8e8e8);
	-webkit-box-shadow:1px 1px 3px rgba(0, 0, 0, 0.3);
	box-shadow:1px 1px 3px rgba(0, 0, 0, 0.3);
	border-radius:13px;
	position:relative;
}


.c_name #page_nav{
	margin:5px 0 20px;
}

#page_nav li{
	float:left;
	width:auto;
	margin:0 15px 0 0;
	color:#474646;
}

#page_nav li a{
	background-position:15px 50%;
	padding:7px 0 7px 25px;
}


#page_nav li a,
#page_nav li span{
	display:block;
	font-size:75%;
	color:#524f4f;
	line-height:1.2;
	background:url(../img/product/arrow07.png) no-repeat 10px 50%;
	padding:7px 5px 7px 20px;
}


#page_nav li a:hover,
#page_nav li a.pn_current,
#page_nav li span{
	color:#008bad;
	font-weight:bold;
	text-decoration:none;
}

.common_style #page_nav{
	margin:0 !important;
	padding:0 !important;
	background: none !important;
	box-shadow:none !important;
	-webkit-box-shadow: none !important;
	border-radius:0 !important;
}


.common_style #page_nav li{
	width:23%;
	margin:0 2% 10px 0;
	background-color:#FFF;
	background:linear-gradient(#fff, #e8e8e8);
	background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#e8e8e8));
	-pie-background: linear-gradient(#fff, #e8e8e8);
	-webkit-box-shadow:1px 1px 3px rgba(0, 0, 0, 0.3);
	box-shadow:1px 1px 3px rgba(0, 0, 0, 0.3);
	border-radius:13px;
	position:relative;
}


.title_box01{
	margin:20px 0 0;
	padding:0 0 20px;
}

#english .title_box01{
	margin:30px 0 0;
}


.title_box01 h3,
.title_box01 h1{
	background:url(../img/common/border02.gif) no-repeat center bottom;
	padding:0 3emx 5px 0;
	font-size:1em;
	line-height:1.2;
	margin:0;

}

.title_box01 p{
	right:0;
	bottom:27px;
	top:auto;
}



p.img01{
	border:#e4e4e4 1px solid;
	padding:1px;
	width:17%;
}


/*pl_box01
--------------------------------------------------------------*/
.pl_box01{
	width:80%;
}


.pl_box01 dt{
	padding:0;
	margin:0 0 5px;
	border: none;
	width:7em;
	background:url(../img/product/dt_bg.png) no-repeat 100% 0.25em;
	min-height:2em;

}
.pl_box01 dd{
	margin:-2.5em 0 10px;
	line-height:1.2;
	padding:0 0 10px 8em;
	border-bottom:#e4e4e4 1px solid;

}
.pl_box01 ul{
	float:right;
}

.pl_box01 dd ul{
	position:relative;
	margin-bottom:-5px;
	float:none;
}

#english .pl_box01 dd ul{
	margin:-2.25em 0 -5px;
	min-height:2.4em;
}

.pl_box01 p{
	position:relative;
	float:right;
	padding-right:10px;
}

/*note01
--------------------------------------------------------------*/
p.note01{
	text-align:right;
}


/*cms_cont
--------------------------------------------------------------*/
#cms_cont h2{
	margin:20px 0 0;
}

#cms_cont h3{
	margin:20px 10px 0;
}

/*layout
--------------------------------------------------------------*/
.layoutLeft .pic,
.layoutRight .pic{
	width:40%;
}

.common_style .layoutLeft .pic,
.common_style .layoutRight .pic{
	width:25%
}


.layoutLeft .ck_tray,
.layoutRight .ck_tray{
	width:55%;
}

.common_style .layoutLeft .ck_tray,
.common_style .layoutRight .ck_tray{
	width:70%;
}


.layoutLeft .pic{
	float:left;
}

.layoutRight .pic{
	float:right;
}

.layoutLeft .ck_tray{
	float:right;
}

.layoutRight .ck_tray{
	float:left;
}


/*ck_detail_01
--------------------------------------------------------------*/
.ck_detail_01{
	margin:20px 10px 0;
}


/*productSliderWrapper
--------------------------------------------------------------*/
.productSliderWrapper{
	margin:20px 10px 0;
}


/*pd_pager
--------------------------------------------------------------*/
.pd_pager li a {
	height:70px;
}


/*download_list
--------------------------------------------------------------*/
.download_list{
	margin:20px 9px 0;
}

.download_list li{
	height:12.5em;
}

.download_list li img{
	max-height:10em;
}

.download_list li span{
	padding:1% 0 0;
	height:2.3em;
	line-height:1.1;
}


/*moviePart
--------------------------------------------------------------*/
.moviePart{
	margin:10px auto 0;
	width:390px;
}

.moviePart iframe{
	width:390px;
	height:219px;
}


/*etcBox
--------------------------------------------------------------*/
.etcBox{
	margin:20px 10px 0;
}


/*p_box01
--------------------------------------------------------------*/
.p_box01{
	float:left;
	padding:10px 0 0;
	width:33%;
}


/*use_btn
--------------------------------------------------------------*/
#use_btn{
	padding:5px 0 0;
}

#use_btn li{
	width:31%;
	margin:10px 0.9% 0;
	font-size:80%;
}

#english #use_btn li{
	font-size:87.5%;

}

#use_btn li a{
	padding:0 5% 0 10%;
	background:url(../img/product/arrow09.png) no-repeat 5px 20px;
}

#english #use_btn li a{
	padding:0 3% 0 10%;
	background:url(../img/product/arrow09.png) no-repeat 5% 25%;

}


#use_btn li span{
	width:69%;
	padding:15px 0 0;
	height:38px;
}

#english #use_btn li span{
	height:55px;
}



#use_btn li a img{
	width:30%;
	margin:12px 0;
}


/*company_btn
--------------------------------------------------------------*/
#company_btn{
	padding:5px 0 0;
}

#company_btn li{
	float:left;
	width:48%;
	margin:10px 0.7% 0;
	font-size:80%;
}

#company_btn li a{
	padding:10px 5px 10px 20px;
	background:url(../img/product/arrow11.png) no-repeat 10px 50%;
}


/*pickup_list
--------------------------------------------------------------*/

#pickup_list li img{
	width:18%;
}


/*list_page_navi
--------------------------------------------------------------*/
#list_page_navi span{
	display:inline;
}


#list_page_navi{
	padding:40px 0 0;

}

#list_page_navi span,
#list_page_navi a{
	margin:0 5px;
}


section.pl_cont + p#list_page_navi{
	padding:20px 0 ;
}


/*group_cont01
--------------------------------------------------------------*/
.group_cont01 h3 img{
	max-width:315px;
	
}


/*group_list
--------------------------------------------------------------*/

#group_list li{
	padding:2% 2% 0;
	min-height:3em;
	width:46%;
	float:left;
}


/*sc_box
--------------------------------------------------------------*/
.sc_box01{
	clear:both;
	width:46%;
	float:left;
}

.sc_box02{
	width:46%;
	float:right;
}

	
#container{
	margin:0 2%;
}

#crumbs{
	margin:-15px 0 10px;
	position:relative;
}


#cat_nav_wrapper{
	width:25%;
	float:left;
	margin:0;
}



#cat_nav_wrapper h2{
	display:block;
	font-size:130%;
	color:#FFF;
	padding:25px 0;
	text-align:center;
	text-shadow:1px 1px rgba(0, 0, 0, 0.3);
	background:url(../img/common/cat_title_bg.png) no-repeat;
	border-radius:0 13px 0 0;
	position:relative;
}


#english #cat_nav_wrapper h2{
	padding:15px;
}


#cat_nav_wrapper p{
	display:none;
}

#category_nav{
	display:block;
}

#main_column{
	width:73%;
	float:right;
}

#contents{
	margin:0;
	padding:15px 25px 25px;
}

.wide_style #contents h2{
	margin:0 2% 0 0;
}

#page_title{
	padding:25px 10px 25px 45px;
	margin:0;
}


#english .wide_style h1#page_title{
	background:url(../img/common/page_title_bg_b.png) no-repeat 100% 0, url(../img/common/page_title_bg.png) no-repeat left top !important;
	-pie-background:url(../img/common/page_title_bg_b.png) no-repeat 100% 0, url(../img/common/page_title_bg.png) no-repeat left top !important;
	position:relative;

}

.common_style #page_nav{
	display:none;
}


/*cms_cont
--------------------------------------------------------------*/
#cms_cont h2{
	margin:30px 0 0;
}

#cms_cont h3{
	margin:30px 10px 0;
}

/*ck_detail_01
--------------------------------------------------------------*/
.ck_detail_01{
	margin:30px 10px 0;
}


/*productSliderWrapper
--------------------------------------------------------------*/
.productSliderWrapper{
	margin:30px 10px 0;
}

/*download_list
--------------------------------------------------------------*/
.download_list{
	margin:30px 9px 0;
}

.download_list li{
	height:12.5em;
}

.download_list li img{
	max-height:10em;
}

.download_list li span{
	padding:1% 0 0;
	height:2.3em;
	line-height:1.1;
}


/*moviePart
--------------------------------------------------------------*/
.moviePart{
	margin:10px auto 0;
	width:468px;
}

.moviePart iframe{
	width:468px;
	height:263px;
}

/*etcBox
--------------------------------------------------------------*/
.etcBox{
	margin:30px 10px 0;
}

/*name_link
--------------------------------------------------------------*/
.name_link li{
	background-position:6% 50%;
}


/*group_cont01
--------------------------------------------------------------*/
.box04 section.group_cont01{
	float:left;
	margin:2% 0 0;
	padding:0 2% 2% 0;
	width:48%;
	font-size:81.25%;
	display:inline;
}

.box04 section.group_cont01:nth-of-type(odd){
	clear:left;
}

.group_cont01 h3{
	height:32px !important;
	line-height:32px !important;
	padding:0 0 5px;
}

.group_cont01 h3 img{
	max-width:300px;
	vertical-align:middle;
}

/*group_list
--------------------------------------------------------------*/

#group_list{
	padding:0 2% 0 0;
}

/*smart_mail
--------------------------------------------------------------*/
#smart_mail th{
	width:30%;
}

#smart_mail input,
#smart_mail textarea{
	padding:1%;
}

#container{
		width:980px;
	margin:0 auto;
}

#crumbs{
	margin:-5px 0 10px;
	position:relative;
}


#cat_nav_wrapper{
	width:20%;
	float:left;
	margin:0;
}

#main_column{
	width:78%;
}


#contents h2.title_01{
	background-position:50% 100% !important;
}

#cms_cont{
	padding:0 20px;
}

/*title_box01
--------------------------------------------------------------*/

.title_box01 h3,
.title_box01 h1{
	background-position:50% 100%;

}


/*download_list
--------------------------------------------------------------*/
.download_list li{
	height:15.3em;
}

.download_list li img{
	max-height:13em;
}

.download_list li span{
	padding:1% 0 0;
	height:2.3em;
	line-height:1.1;
}



/*panelMap
--------------------------------------------------------------*/
.panelMap{
	margin:10px auto 0;
	width:560px;
}

/*moviePart
--------------------------------------------------------------*/
.moviePart{
	margin:10px auto 0;
	width:560px;
}

.moviePart iframe{
	width:560px;
	height:315px;
}



/*f_cont_01
--------------------------------------------------------------*/
.f_cont_01{
	float:left;
	width:500px;
}

.f_cont_01 .box03{
	margin:20px 0 0;
	padding:20px;
}

/*f_cont_02
--------------------------------------------------------------*/
.f_cont_02{
	float:right;
	width:190px;
}


.f_cont_02 .box03{
	margin:20px 0 0;
	padding:20px;
}

#contents .f_cont_02 .box03 h2.title_01{
	background-position:35% 100% !important;
}


.f_cont_02 .p_box01{
	width:100%;
}


/*p_box01
--------------------------------------------------------------*/

.p_box01 h3{
	font-size:90%;
}


.p_box01 ul li{
	font-size:80%;
}


/*use_btn
--------------------------------------------------------------*/
#english #use_btn{
	margin:0;
}


#use_btn li{
	width:23%;
	margin:10px 0.8% 0;
	font-size:80%;
}

#english #use_btn li{
	width:31%;
	margin:10px 0.9% 0;
}


#use_btn li a{
	padding:0 5% 0 10%;
	background:url(../img/product/arrow09.png) no-repeat 5px 20px;
}

#use_btn li span{
	width:69%;
	padding:15px 0 0;
	height:38px;
}


#english #use_btn li span{
	height:40px;
}

#use_btn li a img{
	width:30%;
	margin:12px 0;
}


/*company_btn
--------------------------------------------------------------*/
#company_btn li{
	width:48%;
	margin:10px 0.8% 0;
}


/*news_list
--------------------------------------------------------------*/

#news_list dt{
	padding:0 0 10px;
	font-size:90%;
	float:left;
}

#news_list dd{
	border-bottom:#dfdede 1px solid;
	line-height:1.4;
	padding:0 0 3px 180px;
	margin:0 0 15px;
}

#english #news_list dd{
	padding-left:230px;
}


/*pickup_list
--------------------------------------------------------------*/

#pickup_list li img{
	width:15%;
}


/*group_list
--------------------------------------------------------------*/

#group_list li{
	padding:1% 1% 0;
	width:31%;
}


/*=========================================================================================
home
=========================================================================================*/
	
#search_product{
	position:relative;
}


#search_product #sp_free_word{
	display:block;
	position:absolute;
	top:3%;
	right:3%;
	width:40%;
}


#search_product #sp_free_word p{
	background:url(../img/home/icon01.png) no-repeat left center;
	padding:0 0 5px 17px;
}

#search_product #sp_free_word form{
	position:relative;
}


#search_product #sp_free_word input[type="text"]{
	font-size:75%;
	float:left;
	width:58%;
	border-radius:13px 0 0 13px;
	-webkit-box-shadow:1px 1px 3px rgba(0, 0, 0, 0.1) inset;
	box-shadow:1px 1px 3px rgba(0, 0, 0, 0.1) inset;
	border:#dcdcdc 1px solid;
	padding:5px 5%;
	height:1em;
	position:relative;
}

#search_product #sp_free_word input[type="submit"]{
	font-size:75%;
	display:block;
	width:30%;
	color:#FFF;
	text-align:center;
	border:none;
	height:2.1em;
	background-color:#202020;
	background:linear-gradient(#6b6868, #202020);
	background: -webkit-gradient(linear, center top, center bottom, from(#6b6868), to(#202020));
	-pie-background: linear-gradient(#6b6868, #202020);
	border-radius:0 13px 13px 0;
	position:relative;
}

#search_product #sp_free_word input[type="submit"]:hover{
	background-color:#2c2c2c;
	background:linear-gradient(#7b7b7b, #2c2c2c);
	background: -webkit-gradient(linear, center top, center bottom, from(#7b7b7b), to(#2c2c2c));
	-pie-background: linear-gradient(#7b7b7b, #2c2c2c);
	border-radius:0 13px 13px 0;
	position:relative;
}


#search_product a{
	width:20.5%;
	padding:2% 1.5% 40px;
	margin:2% 0 0 2%;
}


#english #search_product h3{
	font-size:100%;
}


#search_product a#search_field{
	margin:2% 0 0;
}


#search_product a:nth-of-type(odd){
	margin-right:0;
}

#home_news p{
	top:3%;
}

#home_pickup ul li img{
	width:20%;
}


#fb_wrapper{
	display:block;
	border:#dbdfe1 5px solid;
	border-left-width:22px;
	border-right-width:22px;
	padding:7px 28px;
	background-color:#FFF;
	margin:28px 0 0;
}

#fb_wrapper img{
	border:#dfdfdf 1px solid;
	padding:1px;
}

#fb_wrapper a:hover img{
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);

}

#home_news{
	margin:0 0 30px 1%;
	padding:15px 1.8%;
	width:54.4%;
	float:left;
}

#english #home_news{
	margin:0 2% 30px;
	width:auto;
	float:none;
}

#home_news div{
	padding:0;
	margin:0 
}

#home_pickup{
	float:right;
	width:39%;
	margin:0 1% 30px 0;
}

#home_pickup div{
	padding:0 0 13px;
}

#home_pickup ul li img{
	width:25%;
}


#fb_wrapper{
	clear:both;
}


#main_wrapper{
	width:948px;
	margin:0 auto 10px;
	padding:16px;
}

#search_product{
	width:950px;
	margin:0 auto 10px;
	padding:15px;
}

#search_product h2{
	float:left;
	padding-right:10px;
}


#search_product #sp_title p{
	padding:7px 0 0;
}

#search_product #sp_free_word{
	top:15px;
	right:15px;
	width:350px;
}

#search_product #sp_free_word p{
	font-size:75%;
	float:left;
	width:105px;
	background:url(../img/home/icon01.png) no-repeat left center;
	padding:0 0 0 17px;
}

#search_product #sp_free_word form{
	float:right;
	width:225px;
}

#search_product a{
	margin:1% 0 0 2%;
}

#search_product a#search_field{
	margin:1% 0 0;
}


#search_product p{
	font-size:87.5%;
}

#search_product p.sbtn01 span{
	padding:7px 30px 7px 15px;
	background-position:47px 50%;
}

#english #search_product p.sbtn01 span{
	background-position:70px 50%;
}

#search_product h3{
	font-size:150%;
}

#english #search_product h3{
	font-size:130%;
}

#search_product h3 span{
	padding-left:5px;
}

#english #search_product h3 span{
	padding:0;
}


#home_cont{
	width:980px;
	margin:0 auto;
}


#home_news{
	margin:0 0 30px 0;
	padding:15px 1.6%;
	width:55.8%;
	float:left;
}

#english #home_news{
	margin:0 0 30px;
	width:auto;
	float:none;
}


#home_news li a span{
	font-size:87.5%;
	padding:10px 5px 10px 30px;
	background-position:10px 50%;
	text-align:left;
}

#english #home_news li a span{
	font-size:75%;
	background-position:8px 12px;
}


#home_pickup{
	float:right;
	width:40%;
	margin:0 0 30px 0;
}



#home_pickup ul li img{
	width:23%;
	margin:0 10px 10px 0;

}

#fb_wrapper{
	border:none;
	padding:5px 0;
	background-color:#dbdfe1;
	width:100%;
}

#fb_inner{
	background-color:#FFF;
	padding:7px 28px;
	width:924px;
	margin:0 auto;
}
