@charset "utf-8";
/* CSS Document */

/* ページヘッダー */
#pageHead { margin: 20px 0 10px; height: 80px;}
.header_logo { float:left; }
.header_CoLogo { float:right; margin: 0; }
.header_copy { float:right; margin: 0; }
.header_tell { float:right ; margin: 0; }

/* グローバルナビ */
#header_nav { float:right; margin: 0 10px 0 10px;}
#header_nav ul,.footer_Nav ul {
  margin: 0;
  padding: 0;
}
#header_nav ul li {
  list-style: none;
  width: 98px;
  float: left;
  border-left: solid 1px #CCC;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  line-height: 2.143;
}
#header_nav ul li:last-child {
  border-right: solid 1px #CCC;
}
#header_nav ul li a {
	color: inherit;
	text-decoration: none;
	display: block;
}

#header_nav ul li a:hover,
#header_nav ul li.current a {
  color: #666;
	background-color: #ddd;
	}

/* TOP ページフッター */
#pageTopFooter .footNav {
  width: 650px;
  float: left;
  margin-top: 2px;
}
#pageTopFooter .footNavList {
  border-left: #FF4500 solid 2px;
  float: left;
  height: 170px;
  width: 210px;
}
#pageTopFooter h2 {
  color: #FF4500;
  font-size: 12px;
  line-height:1.7;
  padding-left: 10px;
  margin: 0;
}
#pageTopFooter ul {
  margin: 0;
  padding-left: 10px;
  margin-right: 20px;
}
#pageTopFooter ul li {
  list-style: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  font-size:12px;
  line-height: 1.7;
}
#pageTopFooter .pagetop {
  margin-top: 150px;
  float: right;
}
#copyright {
  background: #FF4500;
  text-align: center;
  padding: 6px 0;
}
#copyright small {
  font-size: 12px;
  color: #FFFFFF;
  display: block;
}
#copyright p {
  width: 980px;
  margin: 0 auto;
}

/* 下層ページフッター */
#pageFooter {
  border-top: #FF4500 solid 1px;
  margin-bottom: 10px;
  padding-top: 10px;
}
#pageFooter .footer_Nav {
  margin-right: 320px;
}
#pageFooter .footer_Nav ul li {
  list-style: none;
  width: 98px;
  float: right;
  border-right: solid 1px #CCC;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  line-height: 2.143;
}
#pageFooter .footer_Nav ul li:last-child {
  border-left: solid 1px #CCC;
}
#pageFooter .footer_Nav ul li a {
	color: inherit;
	text-decoration: none;
	display: block;
}

#pageFooter .footer_Nav ul li a:hover,
#pageFooter .footer_Nav ul li.current a {
  color: #666;
	background-color: #ddd;
	}

/* ページボディ */
#pageBody {
	margin-bottom: 20px;
}
#Main {
	width: 650px;
	float: left;
}
#Sub {
	width: 330px;
	float: right;
}

/* TOPページメイン */
.mainvisual {
  width: 650px;
  height: 330px;
}
.mainvisual img {
  max-width: 100%;
}
.mainvisual ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mainvisual ul li {
  position: relative;
}

#Main {
  margin-bottom: 20px;
}
#Main .topH1 {
  width: 650px;
  height: 30px;
  background-color: #FF4500;
  margin: 0 0 10px 0;
  padding: 0;
}
#Main .topH1 img {
  float: left;
  margin: 5px 10px 0;
}
#Main h1 {
  color: #FFFFFF;
  margin: 0 10px;
  line-height: 2;
  font-weight: lighter;
}
div.topH1 h1 { padding-top: 3px; }
#introduction {
  margin-bottom: 10px;
}
#introduction img {
  float: right;
}
#introduction h2 { margin: 0; line-height: 1.5; }
.introductionText {
  width: 440px;
  margin-right: 10px;
  float: left;
}
.introductionText h2 {
  margin-top: 0;
}
.introductionText p {
  text-align: 1.333;
  padding-bottom: 1.333;
}

.information {
  background-color: #eee;
  padding: 0 0 0 75px; 
  }

#information h2 {
  background-color: #0a0181;
  color: #FFFFFF;
  margin: 0;
  padding: 0 10px;
  line-height: 2.143;
  font-weight: lighter;
}


.download {
  background-color: #eee;
  border: solid 1px #FF4500;
  padding: 10px;
  margin: -10px 0 0 0;
}

 
 
/* 下層メイン */
#LowerBody h1 {
  color: #FF4500;
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  padding-left: 8px;
  display: inline;
}
#LowerBody h2 {
  color: #fff;
  background-color: #FF4500;
  padding-left: 10px;
}
h2.midasiA {
  line-height: 3;
  margin: -3px 0 10px;
  font-weight: lighter;
}
.goodsNav {
  width: 320px;
  height: 320px;
  border: #999 solid 1px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  float: left;
  margin: 0 0 10px;
}
.goodsNavSP {
  width: 320px;
  height: 320px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  float: left;
  margin: 0 0 10px;
}
.goodsNav p {
  position: absolute;
  bottom: 0;
  width: 318px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(0,0,0,0.5);
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1.875;
  margin: 0;
}

.right10 { margin-right: 10px; }


.imgArea {
  width: 240px;
  float: left;
  margin: 0 20px 0 0;
}
.imgAreaB {
  width: 270px;
  float: left;
  margin: 0 20px 0 0;
}
.imgArea img, .imgAreaB img {
  border: #999 solid 1px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.writAreaB p.note { width: 348px; }
.writArea {
  width: 390;
  float: right;
  margin-bottom: 10px;
}
.writAreaB, .writAreaC {
  width: 360;
  float: right;
}
.writArea h3.ver1 {
  font-size: 14px;
  font-weight: lighter;
  border-bottom: #999 solid 1px;
  width: 390px;
  margin: 10px 0 5px 0;
}
.writArea h3.ver2 {
  font-size: 14px;
  font-weight: lighter;
  border-bottom: #999 solid 1px;
  width: 390px;
}


.writAreaB h3 {
  font-size: 14px;
  border-bottom: #999 solid 1px;
}
.writArea p {
  width: 390px;
}
.writAreaB p {
  width: 360px;
}
.writAreaB ul {
  list-style: none;
  padding: 0;
}
.writAreaB ul li {
  font-size: 14px;
  line-height: 1.5;
}



/* TOPサブ */
.SubIndex { margin-bottom: 30px; }
.SubNavi {
  text-align: right;
}
.SubNavi img {
  margin-bottom: 10px;
}
.SubBanner {
  width: 300px;
  margin-left: 30px;
  text-align: center;
  padding-top:15px;
}
.SubBanner img { margin-bottom: 10px; }


/* 下層ページサブ */
#Sub .SubIndex02 {
  width: 300px;
  margin: 30px 0 45px 0;
  float: right;
}
#Sub .SubIndex02 h2 {
  margin: 0;
  color: #666;
  font-size: 14px;
  font-weight: lighter;
  background-color: #ddd;
  line-height: 3;
  padding-left: 18px;
}
ul.subList1,ul.subList2 {
  margin: 0;
  padding: 0;
}
ul.subList1 li,ul.subList2 li {
  list-style: none;
  border-bottom: #999 solid 1px;
  font-size: 14px;
  line-height: 3;
}
ul.subList1 li {
  text-indent: 20px;
}
ul.subList2 li {
  text-indent: 30px;
}
ul.subList1 li a,
ul.subList2 li a {
  color: inherit;
  text-decoration: none;
  display: block;
}
ul.subList1 li a:hover,
ul.subList2 li a:hover{
  color: #ff6a33;
	background-color: #ffdacc;
}
ul.subList1 li.current a,
ul.subList2 li.current a {
  color: #ff6a33;
}

/* 商品ページ */
img.productImg { margin: -10px 0 15px; }
h2.midasiB {
  line-height: 2.143;
  margin: 0 0 10px;
  font-weight: lighter;
}
.goodsNav img {
  max-width: 100%;
}

div.googs {
  width: 650px;
  margin-bottom: 10px;
}

/* たのリハとは */
.aboutMainImg {
  width: 650px;
  height: 332px;
  border: #FF4500 solid 2px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: -3px 0 20px;
}
.aboutMainImg img {
  max-width: 100%;
}
nav.next{
  width: 630px;
  height: 40px;
  background-color: #ffdacc;
  padding: 0 10px;
}
nav.next a { text-decoration: none; color: #FF4500; }
p.nextLeft {
  width: 300px;
  text-align: left;
  margin-top: 10px;
  float: left;
}
p.nextRight {
  width: 300px;
  text-align: right;
  margin-top: 10px;
  float: right;
}
p.nextLeft img,p.nextRight img {
  vertical-align: -5px;
}

/* 導入事例 */
#about, #demo, #downBody{
  margin-bottom: 20px;
}
#about h1 {
  font-size: 16px;
  border-bottom: #FF4500 solid 1px;
  margin-bottom: 15px;
  background-image:none;
  display:block;
  padding: 0;
  line-height: 25px;
}

/* 導入実績 */
.recordIcon { margin-bottom: 10px; }
.recordIcon ul {
  margin: 0;
  padding: 0;
}
.recordIcon ul li {
  list-style: none;
  width: 162px;
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 10px;
  line-height: 1.5;
}
.recordIcon ul li img {
  margin-right: 5px;
}
#aboutList {
  margin-bottom: 20px;
}
#aboutList h1 {
  margin: 0 0 10px;
  padding: 0;
  color: #333;
  font-size: 16px;
  background: none;
}

/* 出張体験デモ */

#demo { position: static; }
#demo h1,#flowchart h1 {
  font-size: 16px;
  border-bottom: #FF4500 solid 1px;
  margin-bottom: 15px;
  background-image:none;
  display:block;
  padding: 0;
  line-height: 25px;
}
#demo .writAreaB {
  margin-bottom: 20px;
}
#flowchart { margin-bottom: 30px; }
.step, .stepLast {
  width: 190px;
  float: left;
  margin-right: 10px;
}
.stepLast {
  margin: 0 0 30px;
}
.stepIcon {
  width: 21px;
  height: 21px;
  margin: 2px 9px 0 0;
  float: left;
}
.step h2, .stepLast h2 {
  margin: 0 0 20px;
  text-align: center;
  padding: 7px 0;
  font-weight: lighter;
}
.infoArea {
  width: 360px;
  margin-bottom: 10px;
  float: right;
}
.infoArea p.moji10 { padding-bottom: 3px; }
.infoArea img { padding-bottom: 15px; }
.btnText {
  width: 260px;
  text-align: right;
  float: left;
}
.btnText p {
  line-height: 1.875;
}
.btnInfoArea {
  float: right;
}
.btnInfoArea a {
  width: 98px;
  height: 30px;
  line-height: 1.875;
  text-align: center;
	background-color: #FF4500;
  color: #FFFFFF;
	text-decoration: none;
	display: block;
}
.btnInfoArea:hover { opacity: 0.6; }

/* ダウンロード */
.dlTop {
  border-top: #FF4500 solid 2px;
  margin: -3px 0 10px;
  padding-top: 20px;}
.dlTopText {
  width: 280px;
  height: 153px;
  float: left;
  margin: 20px 0 0;
}
#downBody h1 {
  color: #333;
  font-size: 16px;
  border-bottom: #999 solid 1px;
  margin-bottom: 15px;
  background-image:none;
  display:block;
  padding: 0;
  line-height: 25px;
}
#downBody .writAreaB p:last-child {
  margin-bottom: 20px;
}
#downBody ul {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
  width: 360px;
  float: right;
}
#downBody ul li {
  font-size: 14px;
  line-height: 1.5;
}
.writAreaC h3 { margin: 0 0 10px; }

/* 社長メッセージ */
.massageBody .writArea h3 {
  font-size: 14px;
  color: #0A0181;
  margin: 10px 0 25px;
}
.massageBody .writArea p { margin-bottom: 25px; }
.sign { text-align: right; }
.sign p { display: inline; }

/* アクセス */
.Gmap { margin-bottom: 10px; }
.accessBody address {
  font-size: 14px;
  font-style: normal;
  margin-bottom: 20px;
}
.accessBody p { margin-bottom: 20px; }
.accessBody p:last-child { margin-bottom: 0; }

/* プライバシーポリシー */
#policyTable hr, #inquiryTable hr {
  border: 0;
  border-top:#ccc solid 1px;
  margin: 5px 0;
}
/* お問合せフォーム */

.bgRed {
  width: 190px;
  margin: 5px 0;
  padding: 10px 0 10px 5px;
  background-color: #ffdacc;
}
.bgRed2 {
  width: 190px;
  height: 166px;
  margin: 5px 0;
  padding-left: 5px;
  background-color: #ffdacc;
  display: table-cell;
	vertical-align: middle;
}
.bgRed3 {
  width: 190px;
  height: 141px;
  margin: 5px 0;
  padding-left: 5px;
  background-color: #ffdacc;
  display: table-cell;
	vertical-align: middle;
}

#username, #kana, #charge, #Email, #usertel, #userfax { 
  width: 300px;
  height:30px;
}
#postal, #state {
  width: 110px;
  height: 30px;
  margin: 0 0 5px 5px;
}
#useraddress {
  width: 370px;
  height: 60px;
  margin-left: 30px;
}
.subject {
  width: 425px;
  height:130px;
}
.panf {
  padding: 5px 0;
}
.come{
  padding-top: 5px;
}
.required {
  color: #D8461C;
}
.thanks {
  margin-left: 10px;
}

/* テーブル */
table.sizeS {
  font-size: 14px;
  border: #999 solid 1px;
  text-align: left;
}
.sizeS th,.sizeS td {
  border: #999solid 1px;
  padding: 4px 8px;
}
.sizeS th {
  font-weight: normal; 
}
.sizeL th, .policy th, .formTable th {
  font-weight: lighter;
}
#about table { width: 360px; }

table.sizeL {
  width: 650px;
  font-size: 14px;
  text-align: left;
}
.midasiC {
  color: #FFFFFF;
  background-color: #0A0181;
  border-right: #FFFFFF solid 1px;
}
.midasiC:last-child { border-right: none; }
th.aboutList1 {
  width: 253px;
  padding: 5px 10px;
  border-bottom: #999 solid 1px;
}
th.aboutList2, th.aboutList3 {
  width: 197px;
  padding: 5px 10px;
  border-bottom: #999 solid 1px;
}
.listIcon {
  width: 40px;
  height: 15px;
  margin-right: 5px;
  display: inline-block;
}
.listIcon img:last-child { margin-right: 0; }
#corpTable { margin-bottom: 30px;  }
#corpTable th, #corpTable td {
  font-weight: lighter;
  line-height: 1.5;
  padding: 10px;
	 }
#corpTable th { white-space: nowrap; }
th.corp1 {
  width: 100px;
  border-bottom: #999 solid 1px; 
 }
td.corp2 {
  border-bottom: #999 solid 1px; 
}
table.policy {
  font-size: 14px;
  line-height: 1.5;
}
table.formTable {
  font-size: 14px;
  line-height: 1.5;
}
table.policy th, {
  width: 190px;
  text-align: left;
  padding: 10px 5px;
  background-color: #ffdacc;
}
table.formTable th {
  width: 190px;
  text-align: left;
}
table.policy td, table.formTable td {
  padding: 0 5px 0 15px;
}

table.formTable th,table.formTable td{
  border-bottom: #999 solid 1px;
}

/* ボタン */
button.css3button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ffffff;
  line-height: 5;
  width: 300px;
	background: -moz-linear-gradient(
		top,
		#fff3db 0%,
		#f76c39 20%,
		#ff4400);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#fff3db),
		color-stop(0.20, #f76c39),
		to(#ff4400));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #b85f00;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px -1px 0px rgba(255,255,255,0.5);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px -1px 0px rgba(255,255,255,0.5);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px -1px 0px rgba(255,255,255,0.5);
	text-shadow:
		0px -1px 1px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,0.3);
}
.btn { text-align: right; }
.btn:hover { opacity: 0.6; }

input[type=submit], input[type=button],input[type=reset] {
  width: 300px;
  margin: 25px 5px 0;
  cursor:pointer;
  background-color: #FF4500;
  border:none;
  color:#FFFFFF;
  font-size:14px;
  padding:15px 0;
}

.pad_t5 {
  padding: 5px 0 0 0;
}

.pad_t10 {
  padding: 10px 0 0 0;
}

.pad_t15 {
  padding: 15px 0 0 0;
}

.pad_t20 {
  padding: 20px 0 0 0;
}

.pad_r20 {
  padding: 0 20px 0 0;
}