@charset "UTF-8";

/*===============================================
●desktop.css  画面の横幅が560px以上
===============================================*/
@media only screen and (min-width:561px) { 


html, body {
	width: 100%;
	height: 100%;
	min-width: 1280px;
}

body {
line-height: 1.5em;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size: 0.9em;
color: 666666;
text-align: center;
letter-spacing: 3px;
}

header   {
margin-left: auto;
margin-right: auto;
width: 1000px;
margin-top: 0px;
background-repeat: repeat-x;
background-color: #FFFFFF;
}
header h1    {
font-size: 0.9em;
font-weight: 200;
letter-spacing: 2px;
text-align: left;
padding-top: 1%;
padding-right: 1%;
padding-left: 1%;
float: left;
}
header .headercontents {
margin-left: auto;
margin-right: auto;
text-align: center;
margin-top: 0px;
float: left;
padding-left: 10px;
padding-right: 10px;
}
header h2 {
padding-left: 1%;
float: left;
margin-bottom: 0px;
padding-bottom: 30px;
}

header .icon_s {
display: none;
}

header .icon {
	background-repeat: repeat;
	margin-right: 0px;
	float: right;
}
header .icon li {
	display: inline;
	float: left;
}
.nav {
margin-top: 0;
margin-right: auto;
margin-left: auto;
width: 100%;
background-repeat: repeat-x;
background-image: url(../images/header_bg.png);
clear: both;
	}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

nav {
}
#contents  .text {
text-align: justify;
line-height: 170%;
margin-right: 20px;
margin-left: 20px;
padding-bottom: 20px;
}
nav li {
display: inline;
padding-top: 30px;
padding-bottom: 30px;
}


#smartNav {
display: none;
}

/* 

// -------------------------------------------------------------------------

//  pagecommon Section

// -------------------------------------------------------------------------

*/

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
background-color: #989898;
text-decoration: none;
color: #fff;
width: 100px;
padding: 30px 0;
text-align: center;
display: block;
border-radius: 5px;
}
#page-top a:hover {
text-decoration: none;
background-color: #A1A1A1;
}


.clear {
	clear:both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.hidden {
	display: none;
}

#wrapper {
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-bottom: 50px;
	min-width: 1280px;
	width: 100%;
	height: auto;
}

#contents  {
clear: both;
margin-left: auto;
margin-right: auto;
width: 1000px;
padding-top: 30px;
padding-bottom: 50px;
margin-top: 0px;
}
#contents h1 {
padding-bottom: 50px;
padding-top: 50px;
margin-top: 50px;
margin-bottom: 50px;
}


/* page Title */

#contents .h1_access {
color: #FDB836;
font-weight: bolder;
font-size: 2.8em;
border-top: thick solid #FABE2C;
letter-spacing: 15px;
padding-top: 50px;
}

#contents .h1_contact {
color: #E63178;
font-weight: bolder;
font-size: 2.8em;
border-top: thick solid #E23175;
letter-spacing: 15px;
padding-top: 50px;
}

#contents .h1_company {
color: #223A80;
font-weight: bolder;
font-size: 2.8em;
border-top: thick solid #283785;
letter-spacing: 15px;
padding-top: 50px;
}

#contents .h1_gaiyo {
color: #263588;
font-weight: bolder;
font-size: 2.8em;
border-top: thick solid #263588;
letter-spacing: 15px;
padding-top: 50px;
}

#contents .h1_process {
color: #8D3684;
font-weight: bolder;
font-size: 2.8em;
border-top: thick solid #8D3684;
letter-spacing: 15px;
padding-top: 50px;
}

#contents .h1_product {
color: #6FB446;
font-weight: bolder;
font-size: 2.8em;
border-top: thick solid #6FB446;
letter-spacing: 15px;
padding-top: 50px;
}

#contents .h1_report {
color: #1A9765;
font-weight: bolder;
font-size: 2.8em;
border-top: thick solid #1A9765;
letter-spacing: 15px;
padding-top: 50px;
}
#contents .h1_recruit {
color: #0479B6;
font-weight: bolder;
font-size: 2.8em;
border-top: thick solid #026DBD;
letter-spacing: 15px;
padding-top: 50px;
}
/* ここまでpage Title */


#contents .main_text {
padding-top: 30px;
padding-bottom: 30px;
font-weight: 900;
font-size: 1.3em;
line-height: 150%;
text-align: justify;
}
#contents  .text_center {
	line-height: 170%;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: 0;
}
#contents  .text_right {
	line-height: 170%;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: right;

}
.pagenav {
	padding-top: 20px;
}
#contents .main {
margin-bottom: 80px;
}
#contents .main h2 {
font-family: Verdana, Geneva, sans-serif;
font-weight: 900;
text-align: left;
border-bottom: thin solid #ABABAB;
padding-bottom: 20px;
padding-left: 10px;
font-size: 2em;
letter-spacing: 5px;
margin-bottom: 50px;
}
.pagenav li {
	display: inline;
}

footer {
clear: both;
padding-top: 20px;
background-color: #000000;
width: 100%;
padding-bottom: 30px;
}


/* 

// -------------------------------------------------------------------------

//  Footer

// -------------------------------------------------------------------------

*/
footer a {
color: #FFFFFF;
}
.footerContents {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.footersection {
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
overflow: hidden;
text-align: center;
padding-left: 20px;
	}
.footersection li {
padding-right: 10px;
padding-left: 16px;
padding-top: 2px;
padding-bottom: 2px;
border-left: 1px dotted #8C8C8C;
margin-top: 0px;
display: inline;
}
.footersection h4 {
	font-weight: bolder;
}


footer .add {
clear: both;
color: #FFFFFF;
}
footer .name {
	font-size: 2em;
	padding-top: 20px;
}
footer dt {
	font-weight: bolder;
}
footer dl {
	padding-top: 20px;
	padding-left: 0px;
	padding-right: 20px;
}
.copy  {
color: #000000;
clear: both;
text-align: center;
margin-right: auto;
margin-left: auto;
padding-top: 20px;
padding-bottom: 20px;
background-color: #FFFFFF;
width: 100%;
}


/* 

// -------------------------------------------------------------------------

//  Index

// -------------------------------------------------------------------------

*/
#mainNav {
clear: both;
padding-top: 50px;
}
#mainNav li  {
float: left;
padding-bottom: 1px;
padding-top: 1px;
height: 250px;
}


#news  {
	clear: both;
	width: 1000px;
}

#news h2 {
font-family: Verdana, Geneva, sans-serif;
font-weight: 900;
text-align: left;
border-bottom: thin solid #ABABAB;
padding-top: 50px;
padding-bottom: 20px;
padding-left: 10px;
font-size: 2em;
letter-spacing: 5px;
margin-bottom: 50px;
}

.scroll  {
	width: 1000px;
	height: 400px;
	overflow-y: scroll;
	overflow-x: hidden;
}
#news dl  {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding: 10px;
	width: 950px;
}
#news dt {
	font-weight: 500;
	color: #678EFE;
	text-align: left;
}
#news dd {
	clear: both;
	text-align: left;
}

#news .date  {
	width: 6em;
	color: #669DF2;
	float: right;
	font-size: 0.9em;
	padding-bottom: 5px;
}




/* 

// -------------------------------------------------------------------------

//   company

// -------------------------------------------------------------------------

*/
.vision {
margin-bottom: 50px;
text-align: left;
width: 80%;
margin-left: auto;
margin-right: auto;
}
.vision h2 {
font-family: Verdana, Geneva, sans-serif;
text-align: left;
padding-bottom: 20px;
font-size: 2em;
background-image: url(../images/vision_h2_bg.jpg);
background-repeat: no-repeat;
background-position: center bottom;
margin-bottom: 30px;
}
.vision h3 {
font-family: Verdana, Geneva, sans-serif;
text-align: center;
padding: 20px;
font-size: 1.8em;
margin-top: 50px;
margin-right: auto;
margin-left: auto;
margin-bottom: 20px;
border: 1px solid #AAAAAA;
width: 60%;
border-radius: 10px;
}
.vision h4 {
font-size: 3em;
background-color: #fee6c2;
padding-top: 20px;
padding-right: 20px;
padding-bottom: 20px;
padding-left: 20px;
font-weight: bolder;
}
.rinen_logo {
padding-bottom: 50px;
margin-left: auto;
margin-right: auto;
}
.rinen_logo li {
display: inline;
padding-left: 30px;
padding-top: 30px;
padding-right: 30px;
padding-bottom: 30px;
}
/* Google font */
.wf-mplus1p { 
font-family: "Mplus 1p"; 
padding-top: 30px;
padding-bottom: 30px;
font-weight: bolder;
font-size: 1.8em;
line-height: 150%;
}
.rinen_goal {
text-align: center;
}

#contents .vision_main_text {
padding-top: 30px;
padding-bottom: 30px;
font-weight: bolder;
font-size: 1.8em;
line-height: 150%;
}
.vision_text li {
text-align: left;
padding-top: 0px;
padding-bottom: 10px;
}
.vision_text ul {
padding-bottom: 30px;
}
.vision_text .leader {
letter-spacing: 5px;
font-size: 1.6em;
}
.vision_text p {
text-align: justify;
padding-bottom: 2em;
font-size: 1.3em;
line-height: 150%;
letter-spacing: 3px;
}
.goal_text p {
padding-bottom: 2em;
font-size: 1.3em;
line-height: 150%;
letter-spacing: 3px;
padding-left: 130px;
}
/* 

// -------------------------------------------------------------------------

//   gaiyo

// -------------------------------------------------------------------------

*/
table.company {
width: 800px;
margin-top: 30px;
margin-right: auto;
margin-left: auto;
border-collapse: separate;
border-spacing: 0px 15px;
font-size: 12px;
margin-bottom: 100px;
}
 
table.company th,
table.company td {
background: #f8f8f8;
	padding: 10px;
	text-align: left;
}
 
table.company th {
vertical-align: middle;
text-align: right;
width: 150px;
overflow: visible;
position: relative;
font-weight: bolder;
padding-right: 20px;
}
 


 
table.company td {
padding-left: 20px;
padding-right: 20px;
background-color: #EEEEEE;
border-bottom: 1px dashed #26377C;
}


table.history {
	width: 800px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	border-collapse: separate;
	border-spacing: 0px 15px;
	font-size: 12px;
}
 
table.history th,
table.history td {
background: #f8f8f8;
	padding: 10px;
	text-align: left;
}
 
table.history th {
vertical-align: middle;
text-align: left;
width: 150px;
overflow: visible;
position: relative;
font-weight: bold;
}
table.history th span {
color: #04208F;
}
 

 
table.history td {
padding-left: 20px;
padding-right: 20px;
}

/* 

// -------------------------------------------------------------------------

//   product

// -------------------------------------------------------------------------

*/
.example {
	padding-top: 20px;
	padding-left: auto;
	padding-right: auto;
	padding-bottom: 20px;
}
.example li {
padding-top: 8px;
padding-right: 8px;
padding-bottom: 8px;
display: inline;
}
.robotvender {
background-image: url(../images/robot_vender.jpg);
background-repeat: no-repeat;
background-position: right top;
padding-top: 20px;
padding-right: 20px;
padding-bottom: 20px;
padding-left: 20px;
background-attachment: scroll;
}
.robotvender h3 {
font-weight: 900;
text-align: right;
padding-right: 540px;
padding-bottom: 20px;
font-size: 1.5em;
letter-spacing: 5px;
padding-top: 30px;
}
.robotvender p {
padding-right: 540px;
text-align: justify;
line-height: 170%;
padding-top: 20px;
padding-bottom: 70px;
}


table.setsubi {
	width: 90%;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	border-collapse: separate;
	border-spacing: 0px 15px;
	font-size: 12px;
}
 
table.setsubi th,
table.setsubi td {
background: #f8f8f8;
	padding: 10px;
	text-align: left;
}
 
table.setsubi th {
color: #ffffff;
background: #444444;
vertical-align: middle;
text-align: left;
width: 25%;
overflow: visible;
position: relative;
font-weight: normal;
}
 
table.setsubi td {
width: 25%;
padding-left: 20px;
padding-right: 20px;
border: 1px solid #000000;
}

/* 

// -------------------------------------------------------------------------

//   process

// -------------------------------------------------------------------------

*/

.process_smart {
	display: none;
}
.process_op h3 {
background-color: #9E639D;
color: #FFFFFF;
font-weight: bolder;
padding-left: 30px;
padding-right: 0px;
text-align: left;
font-size: 1.8em;
padding-bottom: 10px;
}
.process_op ul {
display: block;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
}
.process_op li {
display: inline;
padding: 5px;
}

.process .yaji {
padding-top: 30px;
padding-bottom: 30px;
clear: both;
}





/* 

// -------------------------------------------------------------------------

//   access

// -------------------------------------------------------------------------

*/
.access dl {
margin-top: 0px;
padding-left: 20px;
margin-left: auto;
margin-right: auto;
padding-right: 20px;
padding-top: 50px;
padding-bottom: 30px;
border-bottom: 1px solid #A3A3A3;
width: 90%;
margin-bottom: 50px;
}
.access dt {
	font-size: 1.3em;
	padding-bottom: 20px;
}
.access  dd {
	padding-top: 20px;
}
.kotsu {
background-image: url(url);
margin-left: auto;
margin-right: auto;
width: 90%;
text-align: left;
}
.kotsu .train {
padding-top: 20px;
padding-bottom: 20px;
padding-left: 50px;
background-image: url(../images/train.jpg);
background-repeat: no-repeat;
font-weight: bolder;
font-size: 1.3em;
}
.kotsu p {
padding-top: 20px;
padding-right: 20px;
padding-bottom: 20px;
padding-left: 20px;
text-align: left;
}
.mark {
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-right: 20px;
padding-bottom: 20px;
padding-left: 20px;
margin-top: 50px;
width: 85%;
border: 1px solid #8A8A8A;
text-align: left;
}
.kotsu .car {
padding-top: 20px;
padding-bottom: 20px;
padding-left: 50px;
background-image: url(../images/car.jpg);
background-repeat: no-repeat;
font-weight: bolder;
font-size: 1.3em;
}


/* 

// -------------------------------------------------------------------------

//   report

// -------------------------------------------------------------------------

*/

.report {
margin-bottom: 50px;
width: 95%;
margin-left: auto;
margin-right: auto;
}
.ecoaction {
background-image: url(../images/ecoaction_mark.jpg);
background-repeat: no-repeat;
padding-right: 283px;
background-position: right top;
}
.ecoaction_report_midashi {
background-image: url(../images/ecoaction_report_midashi_bg.jpg);
background-repeat: no-repeat;
padding-top: 50px;
color: #FFFFFF;
padding-left: 90px;
text-align: left;
padding-bottom: 50px;
}
#report {
background-image: url(../images/eco_image.jpg);
background-repeat: no-repeat;
background-position: right bottom;
padding-bottom: 60px;
}
#report ul {
text-align: left;
padding-left: 20px;
padding-top: 20px;
padding-right: 20px;
padding-bottom: 20px;
}
#report  li {
background-image: url(../images/pdf_midashi.jpg);
background-repeat: no-repeat;
padding-left: 25px;
padding-bottom: 25px;
}
.recruit   {
margin-bottom: 30px;
}
.job_detail {
text-align: left;
clear: both;
}
.job_text {
text-align: left;
clear: both;
padding-top: 20px;
padding-bottom: 20px;
}
.job_pic {
width: 840px;
margin-left: auto;
margin-right: auto;
}
.job_pic li {
float: left;
padding-right: 10px;
margin-top: 10px;
}

/* 

// -------------------------------------------------------------------------

//   recruit

// -------------------------------------------------------------------------

*/
table.recruit {
width: 970px;
margin-top: 30px;
margin-right: auto;
margin-left: auto;
border-collapse: separate;
border-spacing: 0px 15px;
font-size: 12px;
margin-bottom: 100px;
}
 
table.recruit th,
table.recruit td {
background: #f8f8f8;
	padding: 10px;
	text-align: left;
}
 
table.recruit th {
vertical-align: middle;
text-align: center;
width: 150px;
overflow: visible;
position: relative;
font-weight: bolder;
padding-right: 20px;
border-bottom: 1px solid #000000;
background-color: #EBE9E7;
}
 
table.recruit td {
padding-left: 20px;
padding-right: 20px;
background-color: #FFFFFF;
border-bottom: 1px solid #000000;
}
.yoko h3 {
text-align: left;
border-left: 3px solid #1D1D8A;
padding-left: 30px;
margin-left: auto;
width: 930px;
margin-right: auto;
margin-top: 20px;
}

/* 

// -------------------------------------------------------------------------

//   Contact

// -------------------------------------------------------------------------

*/

.contact dl {
	margin-top: 0px;
	padding-left: 20px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 20px;
	padding-top: 50px;
	padding-bottom: 30px;
	border-bottom: 1px solid #A3A3A3;
	width: 90%;
}
.contact dt {
text-align: left;
font-size: 1.3em;
margin-bottom: 0px;
padding-bottom: 20px;
padding-left: 20px;
color: #1A3281;
font-weight: bolder;
}
.contact dd {
	padding-left: 20px;
	text-align: left;
	padding-top: 20px;
}
.contact .tel {
background-image: url(../images/tel.jpg);
background-repeat: no-repeat;
background-position: left top;
color: #D43838;
font-family: Arial, Helvetica, sans-serif;
font-size: 2.5em;
padding-left: 80px;
padding-bottom: 50px;
font-weight: bold;
}
.contact .tel a {
	color: #D43838;
}
.contact .fax {
background-repeat: no-repeat;
background-image: url(../images/fax.jpg);
background-position: left top;
color: #D43838;
font-weight: bold;
font-size: 2.5em;
padding-left: 80px;
padding-bottom: 50px;
font-family: Arial, Helvetica, sans-serif;
}

.lisket-form-maker-form               { width: 100%; }            /* テーブルの横幅をピクセルで指定 */
.lisket-form-maker-form table {
width: 100%;
}
.lisket-form-maker-form td,
.lisket-form-maker-form th            {
border: 1px solid #aaa;
padding: 10px;
position: relative;
}  /* テーブルの枠線のスタイルを指定 */
.lisket-form-maker-form th {
width: 30%; 
background-color: #eee;
}  /* 見出しセルの背景色を指定 */
.lisket-form-maker-form span.example  {
color: #36c;
font-size: 0.8em;
display: block;
}             /* 例テキストの文字色を指定 */
.lisket-form-maker-form .hissu  {
color: #E24446;
}
input {
width: 96%;
height: 30px;
padding-left: 2%;
padding-right: 2%;
}
textarea {
width: 96%;
padding-left: 2%;
padding-right: 2%;
height: 150px;
}

/* form_btn
------------------------------ */
#form_body .form_btn p {
	display:inline-block;
	vertical-align:top;
	margin:0 5px;
	width:230px;
	box-sizing:border-box;
}
#form_body .form_btn p input {
cursor: pointer;
padding: 10px;
width: 100%;
font-size: 1em;
font-weight: bolder;
}
#form_body .form_btn .reset input {
	border:1px solid #FF9999;
	background-color:#FF9999;
	color:#333333;
}
#form_body .form_btn .submit input {
	border:1px solid #999999;
	background-color:#cccccc;
	color:#333333;
}

    }
