/****************************************
****			Base				*****
****************************************/
html{
	overflow-y:scroll;
}

body {
	font-size: 13px;
	line-height: 160%;
	color: #333;
	background-color:#c7e0dd;
	background-image:url(../img/bg.gif);
	background-position:top;
	background-repeat:repeat-x;	
}
h1 {
	float: left;
	height: 80px;
	width: 252px;
}
h2 {
	margin-bottom: 20px;

}
h3 {
	margin-bottom: 20px;
	margin-left:20px;
}
h4 {
	margin-bottom: 10px;
	margin-left:20px;
}
h5 {
	margin-bottom: 10px;
	margin-left:20px;
}
a img{
	border:none;
}
div.clear {
	display:block;
	clear:both;
	height:0;
	margin:0;
	padding:0;
	font-size:0px;
	line-height:0px;
}

/****************************************
****			Header				*****
****************************************/
#header_bar{
	height:150px;
	width:100%;
	background-image:url(../img/header.jpg);
	background-repeat:repeat-x;
}
#header {
	width: 960px;
	margin:0 auto;
}
#header h1 img{
	margin-top:30px;
}
#header .float_r {
	float: right;
	margin-top:30px;
}
#header ul {
	width:278px;
	height:18px;
}
#header ul li {
	display: inline;
}
/****************************************
****			Navi				*****
****************************************/
#navi {
	position:absolute;
	top:125px;
	left:50%;
	margin-left:-480px;
	height: 50px;
	width: 960px;
	z-index:100;
}
#navi li {
	float: left;
	width:160px;
	line-height:50px;
	text-indent:-9999px;
}
li#navi_01 a{
	width:160px;
	line-height:50px;
	display:block;
	background-image:url(../img/button01.jpg);
}
li#navi_01 a:hover{
	background-image:url(../img/button01_h.jpg);
}
li#navi_02 a{
	width:160px;
	line-height:50px;
	display:block;
	background-image:url(../img/button02.jpg);
}
li#navi_02 a:hover{
	background-image:url(../img/button02_h.jpg);
}
li#navi_03 a{
	width:160px;
	line-height:50px;
	display:block;
	background-image:url(../img/button03.jpg);
}
li#navi_03 a:hover{
	background-image:url(../img/button03_h.jpg);
}
li#navi_04 a{
	width:160px;
	line-height:50px;
	display:block;
	background-image:url(../img/button04.jpg);
}
li#navi_04 a:hover{
	background-image:url(../img/button04_h.jpg);
}
li#navi_05 a{
	width:160px;
	line-height:50px;
	display:block;
	background-image:url(../img/button05.jpg);
}
li#navi_05 a:hover{
	background-image:url(../img/button05_h.jpg);
}
li#navi_06 a{
	width:160px;
	line-height:50px;
	display:block;
	background-image:url(../img/button06.jpg);
}
li#navi_06 a:hover{
	background-image:url(../img/button06_h.jpg);
}
/****************************************
****			slider				*****
****************************************/
#slider{
	width:960px;
	height:375px;
	margin-bottom:10px;
	background-color:#fff;
}

/****************************************
****		contents_wrappar		*****
****************************************/
#contents_bar{
	width:100%;
}

#container {
	width:960px;
	margin:0 auto;
	padding-top:25px;
	background-color:#fff;
}


#contents_wrappar{
	width:960px;
	margin:25px auto 0;
	background-color:#fff;
/*	border-left:solid 1px #999;
	border-right:solid 1px #999;
	border-bottom:solid 1px #999; */
}





/****************************************
****			RightNavi			*****
****************************************/
#R_navi {
	float: right;
	width: 230px;
	text-align: center;
	padding:0 10px 10px 15px;
}
#R_navi ul {
	text-align: left;
	width: 220px;
	height: 150px;
	background-image:url(../img/l_navi_ul.jpg);
	margin-left:5px;
	margin-bottom: 5px;
}
#R_navi ul li {
	line-height: 30px;
	margin-right:10px;
	font-size: 14px;
	color: #333;
}
#R_navi ul li a:link {
	color: #333;
	text-decoration: none;
}
#R_navi ul li a:visited {
	color: #333;
	text-decoration: none;
}
#R_navi ul li a:hover {
	color: #333;
	text-decoration: underline;
}
#R_navi img {
	margin-bottom: 5px;
}
/****************************************
****			contents			*****
****************************************/
#contents {
	width:  686px;
	float:left;
	margin-left:2px;
	margin-bottom:20px;
	border-right: 1px dashed black;
}


.img-box {
	margin: 5px;
}
.left-bottom {
	object-position: 0 100%
}
.right-bottom {
	object-position: 100% 100%
}
figure {
	position: relative;
	overflow: hidden;
	width: 265px;
	height: 265px;
	object-fit: contain;
	padding-top: 5px;
	margin-right: 3%;
	border: 1px solid #ccc;
	background: #eee;
	align-items: center;
}
figcaption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
	color: #fff;
	align-items: center;
}
figure:hover figcaption {
	opacity: 1;
}


#contents div{
	float:left;
}
#photo {
	float: right;
	margin-bottom: 10px;
	margin-left:20px;
}
.r_box{
	width: 680px;
	height:200px;
	padding:0 10px 10px 0;
}


#about_right{
	margin-left:20px;
}
#about_left a img{
	margin-bottom:20px;
}
#about_right a img{
	margin-bottom:20px;
}
/****************************************
****			contents_top		*****
****************************************/
h2.title_bar{
	color:#fff;
	background-image:url(../img/blue_bar.jpg);
	background-repeat: no-repeat;
	width:680px;
	height:30px;
	line-height:30px;
	margin-bottom:10px;
	padding-left:10px;
}
.controls{
	position:relative;
	width:680px;
	top:-160px;
	z-index:50;
}
a.prev-slide{
	float:left;
}
a.next-slide{
	float:right;
}

dl {
	margin-bottom: 10px;
}
dt {
	float: left;
	width: 7em;
}
dd {
	padding-left: 7em;
}
dd.detail {
	padding-left: 8em;
}


/****************************************
****		ƒpƒ“‚­‚¸ƒŠƒXƒg			*****
****************************************/
div#bread {
	padding:10px 0 0 15px;
	margin-bottom: 10px;
}
div#bread a {
	color: #000099;
	text-decoration:none;
}
div#bread a:hover {
	text-decoration:underline;
}
/*#event {
	background: url(http://www.kyowa-tech.co.jp/img/kakumaru_middle.jpg) repeat-y;
	margin-top: 20px;
}
#event-inner {
	background: url(http://www.kyowa-tech.co.jp/img/grass_top.png) no-repeat left 70px;
}
.subhead {
	background: url(http://www.kyowa-tech.co.jp/img/kakumaru_top.jpg) no-repeat;
	padding-top: 20px;
}
.message {
	padding: 50px 50px 0 50px;
}
.company {
	padding-top: 3px;
	text-align: right;
	padding-right: 50px;
	background: url(http://www.kyowa-tech.co.jp/img/grass_bottom.png) no-repeat bottom;
	padding-bottom: 30px;
}
#box {
	background: url(http://www.kyowa-tech.co.jp/img/kakumaru_bottom.jpg) no-repeat bottom;
}
/****************************************
****			pick_box			*****
****************************************/
.pick_box {
	background-color: #fff;
	width: 700px;
	border: 1px solid #dddddd;
}
.pick_box .float_l {
	width: 220px;
}
.pick_box .float_r {
	width: 381px;
}
.pick_box .float_r h4 {
}
.more {
	font-size: 10px;
	color: #990000;
	text-align: right;
}
.more a:link {
	color: #990000;
	text-decoration:underline;
}
.more a:visited {
	color: #990000;
	text-decoration:underline;
}
.more a:hover {
	color: #990000;
	text-decoration:none;
}
/****************************************
****			footer				*****
****************************************/
#to_top {
	text-align: right;
	margin-right:20px;
}
#footer {
	clear:both;
	width: 960px;
	color: #0865b2;
	padding:0;
}
#foot-info {
	width: 920px;
	height: 35px;
	margin-right: auto;
	margin-left: auto;
	border-top: 2px solid #08b2aa;
}
#footer p {
	text-align: center;
	margin: 10px 0 5px;
}
#foot-info p a {
	color: #0865b2;
	text-decoration: none;
}
#foot-info p a.blue:hover {
	text-decoration: underline;
}
#site-info {
	height:40px;
	background-image:url(../img/copy.gif);
}
/****************************************
****			cont_box			*****
****************************************/
.cont_box {
	width: 680px;
	border-top:solid 1px #333;
	padding-top:10px;
	margin-bottom:50px;
}
.cont_box .float_l {
	width: 330px;
	float:left;
}
.cont_box .float_r {
	width: 330px;
	margin-left:20px;
	float:right;
}
p.float_r img{
	float:right;
	padding:0;
}
.cont_box_greet {
	width: 680px;
}
.cont_box_02 {
	width: 680px;
	margin-bottom:20px;
}
.cont_box_02 .float_l {
	width: 220px;
	float:left;
}
.cont_box_02 .float_r {
	width: 440px;
	margin-left:20px;
	float:right;
}
.cont_box_03 {
	width: 680px;
	margin-left:20px;
}
.cont_box_03 .float_l {
	width: 440px;
	float:left;
}
.cont_box_03 .float_r {
	width: 220px;
	margin-left:20px;
	float:right;
}
.cont_box_03 img{
	margin-bottom:50px;
}
.cont_txt {
	margin-bottom:20px;
}
.cont_box_04 {
	width: 680px;
	margin-bottom:10px;
}
/****************************************
****			company				*****
****************************************/
.table_box {
	width: 680px;
	margin-bottom:10px;
}
.table_box table {
	float: left;
	width: 440px;
	background-color: #CCCCCC;
}
.table_box table th {
	font-weight: bold;
	background-color: #eeeeee;
	width: 120px;
	text-align: center;
	padding: 7px;
}
.table_box table td {
	background-color: #f5f5f5;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}
/****************************************
****			history				*****
****************************************/
.table_history table {
	width: 680px;
	background-color: #CCCCCC;
	margin-bottom:10px;
}
.table_history table th {
	font-weight: bold;
	background-color: #eeeeee;
	width: 120px;
	text-align: center;
	padding: 7px;
}
.table_history table td {
	background-color: #f5f5f5;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}
/****************************************
****			contact				*****
****************************************/
.table_contact table {
	width: 680px;
	margin-bottom:10px;
	margin-left:-5px;
	background-color: #CCCCCC;
	padding:0;
}
.table_contact table th {
	font-weight: bold;
	background-color: #eeeeee;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 20px;
}
.table_contact table td {
	background-color: #f5f5f5;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 20px;
}
.s_red {
	font-size: 10px;
	font-weight: normal;
	color: #CC0000;
}
/****************************************
****			sitemap				*****
****************************************/
.table_sitemap{
	margin-bottom:10px;
}
.table_sitemap table {
	width: 680px;
	background-color: #CCCCCC;
	margin-bottom:20px;
}
.table_sitemap table th {
	font-weight: bold;
	background-color: #eeeeee;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 20px;
}
.table_sitemap table td {
	background-color: #f5f5f5;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 20px;
}
.table_sitemap a:link{
	font-weight:bold;
	color:#333;
	text-decoration:none;
}
.table_sitemap a:visited{
	font-weight:bold;
	color:#333;
	text-decoration:none;
}
.table_sitemap a:hover{
	font-weight:bold;
	color:#333;
	text-decoration:underline;
}


/* ----- -----*/
/* SLIDER STYLES */
	
.slider-wrapper{
	position:relative;
	overflow:hidden;
	
	width:100%;
	
	margin:0px auto;
	
	background:url("../images/main_img_1.jpg") #1b1b1b;
	
	border:1px solid #000;
	box-shadow:0 3px 5px #666;
}

.slider{
	position:relative;
	width:1000px; height:400px;
	margin:0 auto;
	
	/*background:#1b1b1b;*/
}
/* ELEMENT STYLES */

.slide p{
	position:absolute;
	top:-200px;
	
	z-index:8000;
	padding:10px 20px;
	
	font-size:24px;
	color:#fff;
	white-space: nowrap;
	text-transform:uppercase;
	font-family:"‚l‚r ƒSƒVƒbƒN", "MS Gothic", "Osaka|“™•", Osaka-mono, monospace;
	line-height:1.5em;
	
}

.wht32 {
	font-size:32px;
}

.st1 {
	font-size:36px;
}

.st2 {
	font-size:28px;
}

.st5 {
	font-size:14px;
}

.claim{
}	

.teaser{
	padding:5px 10px;
	font-size:14px;
}

.small{
	width:250px;
   padding-left:0; padding-right:0px;
	text-align:center;
}

.light-green{background:#95C542;}
.green{background:#7CB761}
.orange{background:#EF7D00}
.turky{background:#348E8A}
.white{background:#fff; color:#333}

.yellow {
	color:#ff0;
}

.bg_blue {
	display:block;
	width:960px;
	height:36px;
	background:#00f;
		opacity:0.5;			/* 0:“§–¾ , 1:•s“§–¾ */
    filter: alpha(opacity=50);

}

.bla {
	color:#fff;
	background:#000;
	opacity:0.7;			/* 0:“§–¾ , 1:•s“§–¾ */
    filter: alpha(opacity=70);
}

.rotate1 {
transform: rotate(-15deg);
-moz-transform: rotate(-15deg);
-webkit-transform: rotate(-15deg);
-o-transform: rotate(-15deg);
-ms-transform: rotate(-15deg);
}

.rotate2 {
transform: rotate(-7deg);
-moz-transform: rotate(-7deg);
-webkit-transform: rotate(-7deg);
-o-transform: rotate(-7deg);
-ms-transform: rotate(-7deg);
}

.rotate3 {
transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
-ms-transform: rotate(0deg);
}

.rotate4 {
transform: rotate(15deg);
-moz-transform: rotate(15deg);
-webkit-transform: rotate(15deg);
-o-transform: rotate(15deg);
-ms-transform: rotate(15deg);
}



div.list_wrap {
	width:680px;
	overflow:hidden;
	margin-right:-20px;
}


div.list_wrap ul li {
	float:left;
	margin:20px 10px 40px 10px;
	width:200px;
}

div.list_wrap p {
	font-size:10px;
	text-align:right;
}

/* TOPINFO */
.top_info {
	width:644px;
	border:1px solid #eee;
	margin-bottom:20px;
	padding:18px;
}

.top_info h2 {
	font-size:16px;
	font-weight:bold;
	padding-left:8px;
	border-left:10px solid #0b81cb;
	border-bottom:1px solid #0b81cb;
	margin:0;
}

.top_info dt {
	float:right;
	margin:0 ;
	padding:0;
}

.top_info dd {
	padding:24px 0 0 24px;
	line-height:24px;
}

.top_info strong {
	font-weight:bold;
}