
body {
	margin:0px;
	padding:0px;
	color:#555;
	font-family: "baskerville","Hiragino Kaku Gothic Pro","ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3",ãƒ¡ã‚¤ãƒªã‚ª,Meiryo;
	font-size:13px;
	line-height:1.5em; 
	background-color:#ffffff;
	/*background-image: url(../images/rak_body.jpg);*/
	background-position:top;
	background-repeat:repeat-x;
	
	
}

a, a:link, a:visited {
	color: #0074c5; 
	text-decoration: none;
}

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


.seasonsale:hover {
-webkit-transform:scale(1.05);
transform:scale(1.05);
}
.seasonsale {
-webkit-transition: all 0.9s ease;
transition: background-color 0.7s ease 0s, transform 0.7s ease 0s;
/*margin:10px;*/

margin-bottom:10px;
margin-top:10px;
}


p { margin: 0px; padding: 0 0 10px 0; }
img { border: none; }

h1, h2, h3, h4, h5{ font-weight: normal; }

h1 {  color: #000; }
h2 { font-size: 24px; color: #000; margin: 0 0 20px 0; padding: 0; }
h3 { font-size: 21px; color: #ccc; margin: 0 0 20px 0; padding: 0; }
h4 { font-size: 18px; color: #000; margin: 0 0 10px 0; padding: 0; }
h5 { font-size: 16px; color: #000; margin: 0 0 10px 0; padding: 0; }
h6 { font-size: 14px; margin: 0 0 5px 0; padding: 0;}

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.fl-220 {float:left; width:200px;}
.fr { float:right; padding-top:15px;}

blockquote { font-style: italic; }
cite { font-weight: bold; }
cite span { color: #000; } 

.button a{
	clear: both;
	display: block;
	width: 103px;
	height: 23px;
	padding: 4px 0 0 0;
	background: url(images/rak_button.png) no-repeat;

	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.button a:hover {
	background: url(images/rak_button_hover.png) no-repeat;
}

#rak_header_wrapper {
	width: 1000px; 
	margin: 0 auto;
	padding: 0 5px;
}

#rak_header {
	width: 900px;
	height: 100px;
	padding: 0 30px;
}

#rak_header  #site_title {
	float: left;
	width: 516px;
	padding: 10px 0 0 0;
}

#rak_header  #site_title h1 {
	margin-left: -28px;
	padding: 0;
}

#rak_header  #site_title h1 a{
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#rak_header  #site_title h1 a span {
	display: block;
	text-align: right;
	font-size: 14px;
	color: #CCC;
	font-weight: bold;
	letter-spacing: 2px;
}

#rak_header #search_box {
	float: right;
	margin-right: -15px;
	width: 235px;
	height: 30px;
	margin-top: 30px;
	background: url(images/rak_search.png) no-repeat;
}

#search_box form {
	width: 280px;
	height: 30px;
	margin: 0;
	padding: 0;
}

#searchfield {
	height: 15px;
	width: 180px;
	padding: 5px 5px 5px 5px;
	margin-right: 0px;
	color: #999;
	font-size: 12px;
	font-variant: normal;
	line-height: normal;
	background: #fff;
	border: 1px solid #0b0e10;
}

#searchbutton {
 	height: 28px;
	width: 80px;
	padding-bottom: 3px;
	cursor: pointer;
	font-size: 13px;
	text-align: center;
	vertical-align: bottom;
	white-space: pre;
	color: #333;
}

/* menu */

#rak_menu {
	clear: both;
	height: 39px;
	padding: 11px 0 0 0;
	
}

#rak_menu ul {
	margin: 0;
	padding: 0 0 0 0px;
	list-style: none;
}

#rak_menu ul li {
	padding: 0px;
	margin: 0px;
	display: inline;
}

#rak_menu ul li a {
	position: relative;
	float: left;
	width: 103px;
	display: block;
	height: 23px;
	padding: 4px 0 0 0;
	margin-right: 3px;
	text-align: center;
	font-size: 11px;
	text-decoration: none;
	color: #333;	
	font-weight: 100;
	outline: none;
}

#rak_menu li a:hover, #rak_menu li .current {
	text-decoration: none;
  	background-color: #eee;
}

/* end of menu */

/* banner*/

#rak_banner {
	clear: both;
	width: 920px;
	height: 200px;
	padding: 50px 30px;
	background: url(images/rak_banner.jpg) no-repeat;
	overflow: hidden;
}

#rak_banner h3 {
	color: #99CCFF;
	font-size: 42px;
}

#rak_banner p {
	color: #FFFFFF;
	font-size: 16px;
}

/* end of banner */


#rak_content_wrapper {
	width: 1000px;
	margin: 0 auto;
	/*padding: 30px;*/
}

#rak_content {
	width: 620px;
	float: left;
}

.service_box {
	width: 280px;
}

.service_image {
	float: left;
	width: 64px;
	margin: 3px 0 0 0;
}

.service_box .service_text {
	float: right;
	width: 200px;
	text-align: justify;
}

.services_section {
	clear: both;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #CCC;
	background: url(images/rak_divider.jpg) bottom repeat-x;	
}

.services_section h4 {
	margin-bottom: 20px;
}

.services_section .right {
	float: right; 
	width: 120px;
}

.services_section .right img {
}

.services_sectio .services_content {
	clear: both;
	margin: 10px 0;
}

.services_section .left {
	float: left; 
	width: 470px;
}

.services_section .left p {
	text-align: justify;
}


.post_section {
	clear: both;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #CCC;
	background: url(images/rak_divider.jpg) bottom repeat-x;	
}

.post_section h2  {
	margin: 0 0 5px 0;
	padding: 10px 0 5px 0;
	background: url(images/rak_header.png) no-repeat bottom left;
}

.post_section .post_content {
	clear: both;
	margin: 10px 0;
}
.post_content .left {
	float: left; 
	width: 130px;
}

.post_content .left img {
	border:1px solid #CCC;
	padding: 5px;
	background: #fff;
}

.post_content .right {
	float: right; 
	width: 450px;
}

.post_section p {
	padding-bottom: 5px;
	margin-bottom: 8px;
}

.post_section .comment_tab {
	padding: 10px 0;
	margin: 40px 0 20px 0;
	border-bottom: 1px dashed #666;
	font-size: 20px;
	font-weight: bold;
}

#recent_project {
		width: 620px;
	}
	#recent_project ul { list-style: none; margin: 0; padding: 0; }
	#recent_project ul li {
		float: left;
		display: inline; 
		padding: 0;
		margin: 0;
		width: 270px;
		padding: 6px;
		margin: 0 25px 25px 0;
		background: #f1f2ea;
		border: 1px solid #d5d7ca;
	}
	#recent_project ul img {
		width: 270px;
		height: 130px;
		border: none;
		margin-bottom: 5px;
	}


/* gallery */
#gallery {
		width: 610px;
	}
	#gallery ul { list-style: none; margin: 0; padding: 0; }
	#gallery ul li {
		float: left;
		display: inline; 
		padding: 0;
		margin: 0;
		width: 270px;
		padding: 6px;
		margin: 0 20px 20px 0;
		background: #f1f2ea;
		border: 1px solid #d5d7ca;
	}
	#gallery ul img {
		width: 270px;
		height: 130px;
		border: none;
		margin-bottom: 5px;
	}
/* end of gallery */

#contact_form {
	float: left;
	padding: 20px 0 0 0;
}

#contact_form form {
	margin: 0px;
	padding: 0px;
	/*border:1px solid #e2d1be;
	padding: 20px 20px 10px 20px; */
}

#contact_form form .input_field {
	height: 18px;
	width: 230px;
}

#contact_form form label {
	display: block;
	margin-right: 10px;
	font-size: 14px;	
}

#contact_form form textarea {
	width: 310px;
	height: 150px;
}

#contact_form form .submit_btn {
	float: left;
	margin-right: 110px;
	width: 103px;
	height: 27px;
	padding: 0px 0 0 0;
	text-align: center;
	cursor: pointer;
	border: none;
	color: #fff;
	background: url(images/rak_button.png) no-repeat;
}


/* sidebar */

#rak_sidebar {
	float: right;
	width: 240px;
}

.section_rss_twitter {
	width: 240px;
	margin-top: 20px;
	margin-bottom: 120px;
}

.rss_twitter a{
	display: block;
	width: 240px;
	color: #333;
	padding: 20px 0 0 0;
	margin-bottom: 40px;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
}

.rss_twitter a:hover {
	text-decoration: none;	
}

.rss_twitter a span {
	font-size: 15px;
	margin-top: 5px;
	display: block;
	letter-spacing: 5px;
}

.rss a{

	background: url(images/rss.png) right bottom no-repeat;
}

.twitter a{

	background: url(images/twitter.png) right bottom no-repeat;
}


#sidebar_featured_project {
	margin: 0 0 40px 0;
	padding: 0;
}

#sidebar_featured_project .left {
	float: left;
	width: 64px;
}

#sidebar_featured_project .right {
	float: right;
	width: 170px;
}

#sidebar_featured_project h6 a{
	color: #fff;
}

#news_section {
	margin: 0 0 40px 0;
	padding: 0;
}

.news_section h3 {
}

.news_box a {
	font-weight: normal;
	text-decoration: underline;
}

.news_box  {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #CCC;
}

/* end of sidebar */


#tfheader{
	background-color:#fff;
}
#tfnewsearch{
	float:left;
	margin: 49px 0px 0px 33px;
}
.tftextinput{
	margin: -54px -15px -15px -40px;
	padding: 5px 13px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: #DFDFDF #DFDFDF #DFDFDF #DFDFDF;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	width:180px;
	float:left;

}
.tfbutton {
	background: -webkit-gradient(linear, left top, left bottom, from(#2130ff), to(#0112ff));
	background: -moz-linear-gradient(top,  #2130ff,  #0112ff);
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background-repeat:no-repeat;
	width:25px;
	height:25px;
	float:right;
	margin:-54px 0px 0px 120px !important;

}
.tfbutton:hover {
	color:#fff;
	text-decoration: none;
	background: #7c7c7c;
	background: -moz-linear-gradient(top,  #bebebe,  #7c7c7c);
	
	
}
/* Fixes submit button height problem in Firefox */
.tfbutton::-moz-focus-inner {
	border: 0;
}
.tfclear{
	clear:both;}

#wrapper{ 
margin:0 auto; padding:0; width:1000px;
}



/*NAVI */

.col-xs-12 {
  position: relative;
  min-height: 1px;
}
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 1007px;
  margin-top: -4px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.sf-menu li a:before{
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0 !important;
}
.sf-menu li li a,
.sf-menu li a,
.sf-menu > li > a:before,
{ transition: all 0.3s ease 0s; }

.container {
    max-width: 1000px;
    width: 1000px;
}
.nav-container { position: relative; z-index: 4; top:-15px; width: 100%; left: 0; width:1000px; margin:0 auto; padding:13px 0 13px 0; list-style:none; background-color:#f2f2f3; width:1000px; border-bottom:3px solid #0112ff; height:25px;}
.nav-container:before { content:" "; position:absolute; left:0; bottom:-12px; background: url(nav_corner_right.png) no-repeat; width:16px; height:12px; }
.nav-container:after { content:" "; position:absolute; right:0; bottom:-12px; background: url(nav_corner_left.png) no-repeat; width:16px; height:12px; }
.nav-container.isStuck { max-width:inherit; z-index:6; }
.nav-container.isStuck:before { display:none; }
.nav-container.isStuck:after { display:none; }
.sf-menu { }
.sf-menu li {
	float: left;
	text-align: left;
	position: relative;
	font-size:13px;
	z-index: 99;
	margin: 0px;
	list-style: none;
	margin-left: 27px;
}

.sf-menu li a {
  display: inherit;
  color: #454545;
  text-decoration: none;
  position: relative;
  padding:7px 23px;
  text-transform:uppercase;
  font-family:"baskerville","Hiragino Kaku Gothic Pro","ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3",ãƒ¡ã‚¤ãƒªã‚ª,Meiryo;
}

.sf-menu > li > a > span {
  cursor: pointer;
  white-space: nowrap;
}
.sf-menu li ul a span { white-space: normal; }

.sf-menu > li > a:after {
	content: "";
	
	z-index: -1;
	/*height: 80%;
	left: 50%;
	top: 50%; */
	opacity: 0;
	position: absolute;
	transform: translateX(-50%) translateY(-50%);
	background:#4c535b;
	width: 0;
	border-radius:4px;
}
.sf-menu > li > a:hover:after,
.sf-menu > li.active > a:after {
	opacity:1;
	width:102%;
}

.sf-menu li a:hover {  
	transition: all 0.3s ease 0s;
	border-radius:4px;
	background:#4c535b; text-decoration: none; color:#fff;
	}

.sf-menu ul {
  position: absolute;
  top: -999em;
  z-index: 99;
  width: 192px;
  display: none;
  background: #fff;
  border:solid 1px #e5e5e5;
		padding:16px 0 4px 0;
}
.sf-menu li li { font-size:11px; line-height:18px; margin:0 0 12px; text-align:center; float:none; }
.sf-menu li li.parent > a:before { content: "\f101"; float: right; margin:-1px 0 0 8px; }
.sf-menu li li.last { }
.sf-menu li li {  position: relative; float: none;}
.sf-menu li li a {
  display:inline-block;
  background: none;
  color: #fb838d;
  padding:0;
}
.sf-menu li li > a:hover,
.sf-menu li li.sfHover > a,
.sf-menu li li.active > a { color: #333; }

.sf-menu ul ul {
  position: absolute;
  top: -999em;
  z-index: 99;
  width: 192px;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
  left: 0px;
  top: 39px;
}

ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
  top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
  left: 193px;
  top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
  top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {

  left: 193px;
  top: 0;
}


.attention {font-size:15px; text-align:left; padding-top:0px; width:1000px;}
.red {color:#FF0000;}
.header-logo {float:left; width:800px;}
.header-belowtxt {float:left; width:503px; text-align:left;}
.hdr-search {float:left; width:200px;}


.lkbutton {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background-repeat:no-repeat;
	width:92px;
	height:28px;
	float:left;
	margin:-5px 0px 0px 7px !important;

}


.headerwrapper	{position: relative; width: 1000px; margin-bottom: 0px; height: 130px; font-size: 11px; line-height: 14px;}
.headerinfo	{font-size: 15px; font-weight: bolder;}
.headerslider	{width: 100%; height: 600px;}

.glvlogo	{position: absolute; top: 40px; left: 0px;}
.raklogo	{position: absolute; top: 40px; left: 160px;}
.aacd	{position: absolute; top: 38px; left: 210px;}
.rakexpoaward2017	{position: absolute; top: 38px; left: 263px;}


.hricons	{width: 50px; margin-right: 5px; float: left;} 
.hriconbox01	{width: 180px; height: 50px; position: absolute; top: 60px; right: 323px;}
.hriconbox02	{width: 162px; height: 50px; position: absolute; top: 60px; right: 215px;}
.hriconbox03	{width: 160px; height: 50px; position: absolute; top: 60px; right: 80px;}
.hriconbox04	{width: 168px; height: 50px; position: absolute; top: 60px; right: 0px;}
.hricontext	{margin-top: 5px; float: left;}

.shopstatsbox	{position: absolute; top: 49px; left: 262px; text-align: left; font-size: 12px; margin-right: 10px; line-height: 20px}
