/*java*/
/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */

* {
margin:0;
padding:0;
}


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	/*font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;*/
	padding-top: 10px;
	padding-left:400px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #E2E2E2;/*下○のデフォルト時の色*/
	text-indent: -9999px;
	display: block;
	width: 40px;
	height: 5px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #242424;/*下○の選択時の色*/
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

.clear1 {
    clear: both;
}

header {
    width: 1000px;
    margin: 0 auto;
    padding: 0;
}

.header1 {
    width: 1000px;
    margin: 0 auto;
    padding: 0;
}

.header1>div {
   float: left;
}
.logo1 {
    width:730px;
    margin: 0;
    padding: 0;
}

.navi1 {
    width: 1000px;
    margin: 0px 0px 20px 0px;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
}

.navi1 li {
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.center1 {
    width: 1000px;
    margin: 0 auto;
    padding: 0;
}

.java1 {
    margin-bottom: 30px;
}

.topnavi1 ul {
    width: 1000px;
    margin: 0px 0px 20px 0px;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
}

.topnavi1 ul li {
    float: left;
    margin-right: 20px;
    list-style-type: none;
}

.topnavi1 ul li:nth-of-type(3n) {
    margin-right: 0px;
}

.news1 {
    width: 1000px;
    margin: 0px 0px 20px 0px;
    padding: 0;
    overflow: hidden;
}
.news1 dl{
overflow-y:scroll;
overflow-x:hidden;
height:200px;
    margin: 10px 0px 0px 20px;
}

.news1 dl dt{
background-image:url(images/news_bt.png);
background-repeat:no-repeat;
float:left;
padding-right:20px;
padding-left:25px;
}
.news1 dl dd{
text-align:left;
padding-left:140px;
    border-bottom: 1px dotted #333333;
    padding-bottom: 10px;
    margin-bottom: 15px;
    margin-right: 15px;
    text-indent: -10px;
}

.reco1 {
    width: 1100px;
    margin: 0 auto 70px;
    padding: 0;
    overflow: hidden;
    line-height: 0;
}

.reco1-1 {
    width: 960px;
    background-image: url(images/reco_02.jpg);
    padding: 0px 70px;
    overflow: hidden;
}

.reco2 {
    width: 460px;
    margin: 0px 40px 0px 0px;
    padding: 0;
    float: left;
    line-height: 1.3;
    font-size: 14px;
}
.reco2 img {
    float: left;
    margin-right: 20px;
}
.reco2 p {
    margin: 0;
    padding: 10px 0px;
}

.reco3 {
    width: 460px;
    margin: 0px 0px 0px 0px;
    padding: 0;
    float: left;
    line-height: 1.3;
    font-size: 14px;
}


.reco3 img {
    float: left;
    margin-right: 20px;
}
.reco3 p {
    margin: 0;
    padding: 10px 0px;
}

.footer1 {
    100%;
    height: 157px;
	background-image:url(images/ft_bg.jpg);
}

.footer1 ul {
    width: 1000px;
    margin: 0 auto;
    padding: 30px 0px;
    list-style-type: none;
	overflow: hidden;
}
.footer1 ul li {
    float: left;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
}
.footer1 ul li a {
    color: #FFFFFF;
    padding: 0px 10px;
    border-right: 1px solid #FFFFFF;
    text-decoration: none;
}
.footer1 ul li:nth-of-type(5) a {
    color: #FFFFFF;
    padding: 0px 10px;
    border-right: 0px solid #FFFFFF;
    text-decoration: none;
}
.footer1 ul li:nth-of-type(6) {
	float: right;
}
.footer1 ul li:nth-of-type(6) a{
    color: #FFFFFF;
    padding: 0px 0px 0px 0px;
    border-right: 0px solid #FFFFFF;
    text-decoration: none;
}

.footer2 {
    width:100%;
    line-height: 50px;
    height: 50px;
    text-align: center;
}
small {
    font-size: 12px;
    color: #FFFFFF;
}

/*company*/

.company1 {
    margin-bottom: 40px;
}

.company1 img {
    margin-bottom: 40px;
}
.company2 {
    width: 920px;
    margin-left: 40px;
    border: 1px solid #DDDDDD;
    font-size: 14px;
}
.company2 th {
    width: 300px;
    border: 1px solid #DDDDDD;
    text-align: left;
    padding: 10px;
    background-color: #F3F3F3;
    font-size: 14px;
    font-weight: normal;
}

.company2 td {
    border: 1px solid #DDDDDD;
    text-align: left;
    padding: 10px;
    background-color: #F9F9F9;
    font-size: 14px;
}
.company3 {
    width: 920px;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 100px;
    overflow: hidden;
}
.company3>div {
    float: left;
}

.company3-1 {
    width: 451px;
    height: 379px;
    background-image: url(images/com.jpg);
    margin-right: 18px;
}
.company3-1 p {
    padding: 80px 30px;
    line-height: 1.5;
    font-size: 14px;
}

.company3-2 {
    width: 451px;
    height: 379px;
    background-image: url(images/map00.jpg);
}

.company3-2 p {
    padding: 75px 20px;
    line-height: 1.5;
    font-size: 14px;
}


/*product*/


.product1 {
    width: 1000px;
    margin: 0 auto 70px;
    padding: 0;
    overflow: hidden;
    line-height: 0;
}

.product1 img:nth-of-type(1) {
    margin-bottom: 40px;
}
.product1-1 {
    width: 1000px;
    background-image: url(images/cate_02.jpg);
    padding: 0px 40px;
    overflow: hidden;
}

.product2 {
    width: 430px;
    margin: 0px 60px 0px 0px;
    padding: 0;
    float: left;
    line-height: 1.3;
    font-size: 14px;
}
.product2 img {
    float: left;
    margin-right: 20px;
}
.product2 p.ttl1 {
    margin: 0;
    padding: 10px 0px 5px;
    text-align: center;
    font-size: 17px;
}
.product2 p {
    margin: 0;
    padding: 10px 0px;
}

.product3 {
    width: 430px;
    margin: 0px 0px 0px 0px;
    padding: 0;
    float: left;
    line-height: 1.3;
    font-size: 14px;
}


.product3 img {
    float: left;
    margin-right: 20px;
}
.product3 p.ttl1 {
    margin: 0;
    padding: 10px 0px 5px;
    text-align: center;
    font-size: 17px;
}
.product3 p {
    margin: 0;
    padding: 10px 0px;
}
.product4 {
    display: block;
    width: 960px;
    text-align: right;
    line-height: 60px;
}

/*contact*/

.contact1 {
    width: 1000px;
    margin: 0 auto 70px;
    padding: 0;
    overflow: hidden;
}

.contact1 img:nth-of-type(1) {
    margin-bottom: 40px;
}



.contact2 {
    width: 920px;
    margin-left: 40px;
    border: 1px solid #DDDDDD;
    font-size: 14px;
    margin-bottom: 20px;
}
.contact2 th {
    width: 300px;
    border: 1px solid #DDDDDD;
    text-align: left;
    padding: 10px;
    background-color: #E4D594;
    font-size: 14px;
    font-weight: normal;
}

.contact2 td {
    border: 1px solid #DDDDDD;
    text-align: left;
    padding: 10px;
    background-color: #F9F9F9;
    font-size: 14px;
    vertical-align: top;
}

.contact3 {
    display: block;
    width: 920px;
    margin: 0 auto;
    text-align: left;
    line-height: 30px;
    color: #FF0000;
    font-size: 12px;
}

.text4 {
    color: #FF0000;    
}

.button1 {
    width: 240px;
    height: 67px;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: bold;
    background-image: url(images/contact_button.jpg);
}


/*thanks*/

.thanks {
    width: 900px;
    margin: 0 auto;
    padding: 50px;
}




