@charset "utf-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
	blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
	em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup,
	tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label,
	legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

body {
	position: relative;
	font: 15px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ",
		Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #fff;
}

p.resizeimage img {
	width: 100%;
}

h1 {
	font-size: 105%;
}

a {
	cursor: pointer;
	text-decoration: none;
}

/*---- h2 ----*/
.h2 {
	padding-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 3px;
	font-size: 150%;
}

.section.lxl-bizSect .h2 {
	border: none;
	padding-bottom: 0;
}

/*---- h3 ----*/
.h3 {
	margin-bottom: 24px;
	padding-bottom: 3px;
	border-bottom: 3px solid #c1c1c1;
	font-size: 166.6%;
}

.h3-bottom0 {
	margin-bottom: -20px;
	border-bottom: 3px solid #c2c1c1;
	font-size: 166.6%;
}

.h3-border-only {
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 3px solid #c2c1c1;
}

.section.lxl-bizSect .h3 {
	border: none;
	padding-bottom: 0;
}

/*---- h3-n ----*/
.h3-n {
	margin: 0 ;
	font-size: 166%;
}
/*---- h2-n ----*/
.h2-n {
	margin:10px 0 0 50px;
	font-size: 120%;
}

.section.lxl-bizSect .h3-n {
	border: none;
	padding-bottom: 0;
}

/*---- h3-y ----*/
.h3-y {
	margin-bottom: 14px;
	margin-left: auto;
	margin-right: auto;
	font-size: 166.6%;
	background: #D9E5FF;
}

.section.lxl-bizSect .h3-y {
	border: none;
	padding-bottom: 0;
}

/*---- h3-R ----*/
.h3-R-Red {
	color: red;
	float: right;
	font-size: 80%;
	margin-top: -15px
}

.section.lxl-bizSect .h3-R-Red {
	border: none;
	padding-bottom: 0;
}

/*---- h3-R ----*/
.h3-R {
	float: right;
	font-size: 130%;
	line-height: 1.4;
}

.section.lxl-bizSect .h3-R {
	border: none;
	padding-bottom: 0;
}

/*---- h4 ----*/
.h4 {
	margin-bottom: 24px;
	padding-bottom: 3px;
	font-size: 166.6%;
	line-height: 1.4;
}

.section.lxl-bizSect .h4 {
	border: none;
	padding-bottom: 0;
}

span.yelow { /*----- 見積画面用 右左ボタンアンカーCSS定義----*/
	color: #ccc;
	background-color: #295D72;
	padding: 5px 10px 5px 10px;
	font-size: 80%;
	display: inline-block;
	transition: .3s;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.yelow:hover {
	transition: color .3s;
	color: #fecf71;
}

span.gray {
	color: #c4c4c4;
}

span.red {
	color: #f00;
}

span.sample1 {
	font-size: 30px;
}

span.sample2 {
	font-size: 12em;
}

span.sample3 {
	font-size: 12ex;
}

span.sample4 {
	font-size: 80%;
}

span.sample5 {
	font-size: 100%;
	text-align: center;
	color: #f00;
}

span.sample6 {
	font-size: 120%;
}

.sample61 {
	font-size: 130%;
}

span.sample7 {
	font-size: xx-small;
}

span.sample8 {
	font-size: x-small;
}

span.sample9 {
	font-size: small;
}

span.sample10 {
	font-size: medium;
}

span.sample11 {
	font-size: large;
	text-align: right;
}

span.sample12 {
	font-size: x-large;
	color: #fecf71;
}

span.sample13 {
	font-size: xx-large;
}

/*---- 線 ----*/
.border3 {
	border-bottom: 3px solid #c2c1c1;
}

/*--------------- ヘッダー ---------------*/
.header { /*----- 見積画面用 ----*/
	position: relative;
	margin-bottom: 20px;
	width: 400px;
	height: 70px;
	color: #fecf71;
	background-color: #295D72;
	font-size: 300%;
	text-align: center;
	font-weight: bold;
	padding:6px 0 0 0;
}

.header1 { /*----- 見積以外画面用 ----*/
	position: relative;
	margin-bottom: 20px;
	width: 1000px;
	height: 70px;
	color: #fecf71;
	background: #295D72;
	font-size: 300%;
	text-align: center;
	font-weight: bold;
	padding:6px 0 0 0;
}

.header-L { /*----- 見積画面用 左ボタン----*/
	position: relative;
	float: left;
	margin-top: -80px;
	padding-left: 20px;
	width: 500px;
	height: 70px;
	color: #ccc;
	text-align: left;
	font-size: 200%;
	font-weight: bold;
}

.header-R { /*----- 見積画面用 右ボタン----*/
	position: relative;
	float: right;
	margin-top: -80px;
	padding-right: 20px;
	width: 500px;
	height: 70px;
	color: #ccc;
	text-align: right;
	font-size: 200%;
	font-weight: bold;
}

/*--------------- ログイン画面 ---------------*/
.sign-up {
	position: relative;
	margin: 50px auto;
	width: 330px;
	padding: 33px 25px 29px;
	background: white;
	border-bottom: 1px solid #c4c4c4;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.sign-up:before, .sign-up:after {
	content: '';
	position: absolute;
	bottom: 1px;
	left: 0;
	right: 0;
	height: 10px;
	background: inherit;
	border-bottom: 1px solid #d2d2d2;
	border-radius: 4px;
}

.sign-up:after {
	bottom: 3px;
	border-color: #dcdcdc;
}

.sign-up-title {
	margin: -25px -25px 25px;
	line-height: 35px;
	font-size: 26px;
	font-weight: 300;
	color: #aaa;
	text-align: center;
	text-shadow: 0 1px rgba(255, 255, 255, 0.75);
	background: #f7f7f7;
}

.sign-up-title:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 8px;
	background: #c4e17f;
	border-radius: 5px 5px 0 0;
	background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%,
		#f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%,
		#db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%,
		#669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
	background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%,
		#f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%,
		#db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%,
		#669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
	background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca
		25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe
		50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1
		87.5%, #62c2e4 87.5%, #62c2e4);
	background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca
		25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe
		50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1
		87.5%, #62c2e4 87.5%, #62c2e4);
}

input {
	font-family: inherit;
	color: inherit;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.sign-up-input {
	width: 100%;
	height: 50px;
	margin-bottom: 25px;
	padding: 0 15px 2px;
	font-size: 17px;
	background: white;
	border: 2px solid #ebebeb;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 -2px #ebebeb;
	box-shadow: inset 0 -2px #ebebeb;
}

.sign-up-input:focus {
	border-color: #62c2e4;
	outline: none;
	-webkit-box-shadow: inset 0 -2px #62c2e4;
	box-shadow: inset 0 -2px #62c2e4;
}

.lt-ie9 .sign-up-input {
	line-height: 48px;
}

.sign-up-button {
	position: relative;
	vertical-align: top;
	width: 100%;
	height: 54px;
	margin-top: 30px;
	padding: 0;
	font-size: 22px;
	color: white;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	background: #669ae1;
	border: 0;
	border-bottom: 2px solid #669ae1;
	border-radius: 5px;
	cursor: pointer;
	-webkit-box-shadow: inset 0 -2px #669ae1;
	box-shadow: inset 0 -2px #669ae1;
}

.sign-up-button:active {
	top: 1px;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}



/*--------------- パスワード変更画面 ---------------*/
.sign-change {
	position: relative;
	margin: 50px auto;
	width: 500px;
	padding: 23px 25px 29px;
	background: white;
	border-bottom: 1px solid #c4c4c4;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.sign-change:before, .sign-change:after {
	content: '';
	position: absolute;
	bottom: 1px;
	left: 0;
	right: 0;
	height: 10px;
	background: inherit;
	border-bottom: 1px solid #d2d2d2;
	border-radius: 4px;
}

.sign-change:after {
	bottom: 3px;
	border-color: #dcdcdc;
}

.sign-change-title {
	margin: -25px -25px 25px;
	line-height: 35px;
	font-size: 26px;
	font-weight: 300;
	color: #aaa;
	text-align: center;
	text-shadow: 0 1px rgba(255, 255, 255, 0.75);
	background: #f7f7f7;
}

.sign-change-title:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 8px;
	background: #c4e17f;
	border-radius: 5px 5px 0 0;
	background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%,
		#f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%,
		#db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%,
		#669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
	background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%,
		#f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%,
		#db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%,
		#669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
	background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca
		25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe
		50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1
		87.5%, #62c2e4 87.5%, #62c2e4);
	background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca
		25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe
		50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1
		87.5%, #62c2e4 87.5%, #62c2e4);
}

.sign-change-input {
	width: 100%;
	height: 50px;
	padding: 0 15px 2px;
	font-size: 17px;
	background: white;
	border: 2px solid #ebebeb;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 -2px #ebebeb;
	box-shadow: inset 0 -2px #ebebeb;
}

.sign-change-input:focus {
	border-color: #62c2e4;
	outline: none;
	-webkit-box-shadow: inset 0 -2px #62c2e4;
	box-shadow: inset 0 -2px #62c2e4;
}

.lt-ie9 .sign-change-input {
	line-height: 48px;
}

.passchange-list {
	width: 100%;
}

.passchange-list dt {
	clear: both;
	float: left;
	text-align: left;
	padding-bottom: 30px;
	padding-top: 16px;
	padding-left: 15px;
	width: 180px;
	height: 25px;
}

.passchange-list dd {
	float: left;
	width: 297px;
	height: 37px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 8px;
}

/*--------------- メインコンテンツ枠 ---------------*/
.mainBox {
	margin: auto;
	width: 1000px;
	max-width: 1000px;
	color: #222;
	position: relative;
	clear: both;
}

.main:before, .mainBox:after {
	content: "";
	display: table;
}

.mainBox:after {
	clear: both;
}



.mainBox-chat {
	margin: auto;
	padding: 10px 0;
	width: 1000px;
	max-width: 1000px;
	color: #222;
	position: relative;
	clear: both;
	background-color: #D7E9FF;
}



.mainBox-chat:before, .mainBox-chat:after {
	content: "";
	display: table;
}

.mainBox-chat:after {
	clear: both;
}

.mainBox-color-y {
	margin: auto;
	width: auto;
	max-width: 1000px;
	color: #222;
	position: relative;
	clear: both;
	background-color: #FFFAC9;
}

.main:before, .mainBox:after {
	content: "";
	display: table;
}

.mainBox:after {
	clear: both;
}

#catalog {
	height: 100%;
	margin-left: 80px;
	overflow: hidden;

}

/*--------------- ボックスを分ける---------------*/
.boxA {
	float: left;
	width: 500px;
}

.boxB {
	float: left;
	width: 500px;
}

.boxC {
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 60px;
	float: left;
	width: 400px;
	border-right: 3px solid #c2c1c1;
	background-color: #EFEFEF;

}

.boxD {
	margin-left: -80px;
	padding-top: 31px;
	padding-left: 65px;
	padding-right: 40px;
	float: right;
	width: 400px;
	background-color: #E1FFE5;
}

.boxE {
	margin-left: 200px;
	padding-left: 30px;
	padding-right: 70px;
	width: 400px;
}

/*-３分割　60％：20％：20％-*/
.new-estimate-groupE:after {
	content: "";
	display: block;
	clear: both;
	width: 100%;
	margin-bottom: 10px;
}

.new-estimate-3 {
	float: left;
	width: 60%;
}

.new-estimate-4 {
	float: left;
	width: 20%;
}

.new-estimate-5 {
	float: left;
	width: 20%;
}

.table-group {
	content: "";
	display: block;
	clear: both;
	margin-left: 100px
}

/*--------------- おしらせ ---------------*/

/* hgroup */
#lxl-contents .hgroup {
	margin-bottom: 20px;
	padding-bottom: 3px;
	border-bottom: 1px solid #c2c1c1;
}

#lxl-contents .hgroup .h3 {
	float: left;
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

#lxl-contents .hgroup ul {
	float: right;
	margin-bottom: 0;
}

#lxl-contents .hgroup ul li {
	float: right;
	margin-bottom: 0;
	padding-left: 8px;
	line-height: 1.0;
}

#lxl-contents .hgroup ul li.btn-rss {
	padding-right: 9px;
	background: url(../pic/dot_line_div.gif) no-repeat right center;
}

#lxl-contents .hgroup ul li .icon-link {
	padding: 3px 0 0 16px;
	background: url(../pic/icon_link.gif) no-repeat left center;
	font-size: 116.6%;
	color: #4b4949;
	text-decoration: none;
}

/*---- section ----*/
.section {
	margin-bottom: 60px;
	padding: 52px;
	background-color: #F7F7F5;
}

.section.lxl-bizSect {
	background-color: #e6e6e6;
}

.section.bg-gray {
	background-color: #f1f1f1;
}

.section .inner-box {
	padding: 24px;
	background-color: #f1f1f1;
}

/*---- news-list ----*/
.news-list {
	width: 1000px;
	margin-top: 10px;
}

.news-list dt {
	clear: both;
	float: left;
	text-align: right;
	width: 210px;
	margin-bottom: 5px;
	padding-top: 20px;
	font-size: 108.3%;
	border-top: 1px solid #c2c1c1;
}

.news-list dd {
	float: right;
	width: 770px;
	margin-bottom: 30px;
	padding-top: 20px;
	font-size: 108.3%;
	padding-left: 20px;
	border-top: 1px solid #c2c1c1;
}

.news-list .last-child {
	margin-bottom: 0;
}

.news-list dd .icon-list li {
	float: left;
	margin: 10px 8px 0 0;
	padding: 5px 10px;
	background-color: #858383;
	font-size: 91.6%;
	line-height: 1.0;
	color: #FFFFFF;
}

.news-list dd .icon-list li.icon-brand {
	background-color: #535151;
}

.table-group {
	content: "";
	display: block;
	clear: both;
	margin-left: 100px
}

/*--------------- ボタン共通 ---------------*/
.next-group {
	display: block;
	float: right;
	margin-bottom: 50px
}

.button-p1 {
	margin-left: 100px
}

.button-p2 {
	margin-left: 50px
}

.button-b {
	position: relative;
	vertical-align: top;
	width: 200px;
	height: 54px;
	padding: 0;
	font-size: 30px;
	color: white;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	background: #0099FF;
	border: 0;
	border-bottom: 2px solid #0099FF;
	border-radius: 5px;
	cursor: pointer;
	-webkit-box-shadow: inset 0 -2px #0099FF;
	box-shadow: inset 0 -2px #0099FF;
}

.button-b:active {
	top: 1px;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.button-bf {
	position: relative;
	vertical-align: top;
	width: 250px;
	height: 54px;
	padding: 0;
	font-size: 30px;
	margin-right: -20px;
	color: white;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	background: #84b2e0;
	border: 0;
	border-bottom: 2px solid #84b2e0;
	border-radius: 5px;
	cursor: pointer;
	-webkit-box-shadow: inset 0 -2px #84b2e0;
	box-shadow: inset 0 -2px #84b2e0;
}

.button-bf:active {
	top: 1px;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.button {
	position: relative;
	vertical-align: top;
	width: 200px;
	height: 54px;
	padding: 0;
	font-size: 22px;
	color: white;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	background: #84b2e0;
	border: 0;
	border-bottom: 2px solid #84b2e0;
	border-radius: 5px;
	cursor: pointer;
	-webkit-box-shadow: inset 0 -2px #84b2e0;
	box-shadow: inset 0 -2px #84b2e0;
}

.button:active {
	top: 1px;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.button-M {
	position: relative;
	vertical-align: top;
	float: right;
	width: 150px;
	height: 36px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 0;
	font-size: 26px;
	color: white;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	background: #84b2e0;
	border: 0;
	border-bottom: 2px solid #84b2e0;
	border-radius: 5px;
	cursor: pointer;
	-webkit-box-shadow: inset 0 -2px #84b2e0;
	box-shadow: inset 0 -2px #84b2e0;
}

.button-ikkatu {
	position: relative;
	vertical-align: top;
	float: right;
	width: 150px;
	height: 36px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 0;
	font-size: 26px;
	color: white;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	background: #ff8080;
	border: 0;
	border-bottom: 2px solid #ff8080;
	border-radius: 5px;
	cursor: pointer;
	-webkit-box-shadow: inset 0 -2px #ff8080;
	box-shadow: inset 0 -2px #ff8080;
}

.button-B {
	position: relative;
	vertical-align: top;
	float: right;
	width: 150px;
	height: 80px;
	margin-right: 12px;
	margin-bottom: 10px;
	padding: 0;
	font-size: 28px;
	color: white;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	background: #ff8e68;
	border: 0;
	border-bottom: 2px solid #ff8e68;
	border-radius: 5px;
	cursor: pointer;
	-webkit-box-shadow: inset 0 -2px #ff8e68;
	box-shadow: inset 0 -2px #ff8e68;
}

.button-kihonj {
	position: relative;
	vertical-align: top;
	float: right;
	width: 150px;
	height: 36px;
	margin-right: 10px;

	padding: 0;
	font-size: 26px;
	color: white;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	background: #84b2e0;
	border: 0;
	border-bottom: 2px solid #84b2e0;
	border-radius: 5px;
	cursor: pointer;
	-webkit-box-shadow: inset 0 -2px #84b2e0;
	box-shadow: inset 0 -2px #84b2e0;
}

.button-M-L {
	position: relative;
	vertical-align: top;
	float: left;
	width: 150px;
	height: 36px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 0;
	font-size: 26px;
	color: white;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	background: #84b2e0;
	border: 0;
	border-bottom: 2px solid #84b2e0;
	border-radius: 5px;
	cursor: pointer;
	-webkit-box-shadow: inset 0 -2px #84b2e0;
	box-shadow: inset 0 -2px #84b2e0;
}

.button-green-M-L:active {
	top: 1px;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.button-ore {
	position: relative;
	vertical-align: top;
	width: 200px;
	height: 54px;
	padding: 0;
	font-size: 22px;
	color: white;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	background: #FF8C00;
	border: 0;
	border-bottom: 2px solid #FF8C00;
	border-radius: 5px;
	cursor: pointer;
	-webkit-box-shadow: inset 0 -2px #FF8C00;
	box-shadow: inset 0 -2px #FF8C00;
}

.button-ore:active {
	top: 1px;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.button-red {
	position: relative;
	vertical-align: top;
	width: 85px;
	height: 36px;
	padding: 0;
	font-size: 26px;
	color: white;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	background: #FF3366;
	border: 0;
	border-bottom: 2px solid #FF3366;
	border-radius: 5px;
	cursor: pointer;
	-webkit-box-shadow: inset 0 -2px #FF3366;
	box-shadow: inset 0 -2px #FF3366;
}

.button-red:active {
	top: 1px;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.button-red-M {
	position: relative;
	float: right;
	margin-right: 10px;
	vertical-align: top;
	width: 150px;
	height: 36px;
	padding: 0;
	font-size: 26px;
	color: white;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	background: #f0776c;
	border: 0;
	border-bottom: 2px solid #f0776c;
	border-radius: 5px;
	cursor: pointer;
	-webkit-box-shadow: inset 0 -2px #f0776c;
	box-shadow: inset 0 -2px #f0776c;
}

.button-red-M:active {
	top: 1px;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.button-ore-M {
	position: relative;
	float: left;
	margin-right: 10px;
	vertical-align: top;
	width: 180px;
	height: 36px;
	padding: 0;
	font-size: 26px;
	color: white;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	background: #FF8C00;
	border: 0;
	border-bottom: 2px solid #FF8C00;
	border-radius: 5px;
	cursor: pointer;
	-webkit-box-shadow: inset 0 -2px #FF8C00;
	box-shadow: inset 0 -2px #FF8C00;
}

.button-ore-M:active {
	top: 1px;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.button-red-mini {
	position: relative;
	vertical-align: top;
	width: 35px;
	height: 35px;
	padding: 0;
	font-size: 22px;
	color: white;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	background: #FF3366;
	border: 0;
	border-bottom: 2px solid #FF3366;
	border-radius: 5px;
	cursor: pointer;
	-webkit-box-shadow: inset 0 -2px #FF3366;
	box-shadow: inset 0 -2px #FF3366;
}

.button-red-mini:active {
	top: 1px;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.button-red-M {
	position: relative;
	float: right;
	margin-right: 10px;
	vertical-align: top;
	width: 150px;
	height: 36px;
	padding: 0;
	font-size: 26px;
	color: white;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	background: #FF3366;
	border: 0;
	border-bottom: 2px solid #FF3366;
	border-radius: 5px;
	cursor: pointer;
	-webkit-box-shadow: inset 0 -2px #FF3366;
	box-shadow: inset 0 -2px #FF3366;
}

.button-red-L {
	position: relative;
	vertical-align: top;
	width: 200px;
	height: 36px;
	padding: 0;
	font-size: 26px;
	margin-top: 10px;
	color: white;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	background: #FF3366;
	border: 0;
	border-bottom: 2px solid #FF3366;
	border-radius: 5px;
	cursor: pointer;
	-webkit-box-shadow: inset 0 -2px #FF3366;
	box-shadow: inset 0 -2px #FF3366;
}

.button-red-L:active {
	top: 1px;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.button-redLL {
	position: relative;
	vertical-align: top;
	width: 500px;
	height: 50px;
	padding: 0;
	font-size: 26px;
	color: white;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	background: #FF3366;
	border: 0;
	border-bottom: 2px solid #FF3366;
	border-radius: 5px;
	cursor: pointer;
	-webkit-box-shadow: inset 0 -2px #FF3366;
	box-shadow: inset 0 -2px #FF3366;
}

.button-redLL:active {
	top: 1px;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.button-redLL-C {
	position: relative;
	vertical-align: top;
	width: 300px;
	height: 60px;
	margin-top: 25px;
	margin-left: 50px;
	padding: 0;
	font-size: 26px;
	color: white;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	background: #FF3366;
	border: 0;
	border-bottom: 2px solid #FF3366;
	border-radius: 5px;
	cursor: pointer;
	-webkit-box-shadow: inset 0 -2px #FF3366;
	box-shadow: inset 0 -2px #FF3366;
}

.button-redLL-C:active {
	top: 1px;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.button-blue {
	position: relative;
	vertical-align: top;
	width: 85px;
	height: 36px;
	padding: 0;
	font-size: 26px;
	color: white;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	background: #84b2e0;
	border: 0;
	border-bottom: 2px solid #84b2e0;
	border-radius: 5px;
	cursor: pointer;
	-webkit-box-shadow: inset 0 -2px #84b2e0;
	box-shadow: inset 0 -2px #84b2e0;
}

.button-blue:active {
	top: 1px;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.button-blueblue {
	position: relative;
	vertical-align: top;
	width: 85px;
	height: 36px;
	padding: 0;
	font-size: 26px;
	color: white;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	background: #0099FF;
	border: 0;
	border-bottom: 2px solid #0099FF;
	border-radius: 5px;
	cursor: pointer;
	-webkit-box-shadow: inset 0 -2px #0099FF;
	box-shadow: inset 0 -2px #0099FF;
}

.button-blueblue:active {
	top: 1px;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.button-blueblue-M {
	position: relative;
	vertical-align: top;
	float: right;
	width: 150px;
	height: 36px;
	margin-right: 10px;
	padding: 0;
	font-size: 26px;
	color: white;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	background: #0099FF;
	border: 0;
	border-bottom: 2px solid #0099FF;
	border-radius: 5px;
	cursor: pointer;
	-webkit-box-shadow: inset 0 -2px #0099FF;
	box-shadow: inset 0 -2px #0099FF;
}

.button-blueblue-M:active {
	top: 1px;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.button-blueblue-mini {
	position: relative;
	vertical-align: top;
	width: 35px;
	height: 35px;
	padding: 0;
	font-size: 22px;
	color: white;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	background: #0099FF;
	border: 0;
	border-bottom: 2px solid #0099FF;
	border-radius: 5px;
	cursor: pointer;
	-webkit-box-shadow: inset 0 -2px #0099FF;
	box-shadow: inset 0 -2px #0099FF;
}

.button-blueblue:active {
	top: 1px;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.button-blueLL-R {
	position: relative;
	vertical-align: top;
	float: right;
	width: 350px;
	height: 55px;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 0;
	font-size: 26px;
	color: white;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	background: #258;
	border: 0;
	border-bottom: 2px solid #258;
	border-radius: 5px;
	cursor: pointer;
	-webkit-box-shadow: inset 0 -2px #258;
	box-shadow: inset 0 -2px #258;
}

.button-blueLL-R:active {
	top: 1px;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.button-blueLL-L {
	position: relative;
	vertical-align: top;
	float: left;
	width: 350px;
	height: 55px;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 0;
	font-size: 26px;
	color: white;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	background: #258;
	border: 0;
	border-bottom: 2px solid #258;
	border-radius: 5px;
	cursor: pointer;
	-webkit-box-shadow: inset 0 -2px #258;
	box-shadow: inset 0 -2px #258;
}

.button-blueLL-L:active {
	top: 1px;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.button-blueLL-C {
	position: relative;
	vertical-align: top;
	width: 300px;
	height: 60px;
	margin-top: 25px;
	margin-left: 50px;
	padding: 0;
	font-size: 26px;
	color: white;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	background: #258;
	border: 0;
	border-bottom: 2px solid #258;
	border-radius: 5px;
	cursor: pointer;
	-webkit-box-shadow: inset 0 -2px #258;
	box-shadow: inset 0 -2px #258;
}

.button-blueLL-C:active {
	top: 1px;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.button-green {
	position: relative;
	vertical-align: top;
	width: 200px;
	height: 36px;
	padding: 0;
	font-size: 26px;
	margin-top: 10px;
	color: white;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	background: limegreen;
	border: 0;
	border-bottom: 2px solid limegreen;
	border-radius: 5px;
	cursor: pointer;
	-webkit-box-shadow: inset 0 -2px limegreen;
	box-shadow: inset 0 -2px limegreen;
}

.button-green:active {
	top: 1px;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.button-green-M {
	position: relative;
	vertical-align: top;
	float: right;
	width: 150px;
	height: 36px;
	margin-right: 10px;
	padding: 0;
	font-size: 26px;
	color: white;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	background: limegreen;
	border: 0;
	border-bottom: 2px solid limegreen;
	border-radius: 5px;
	cursor: pointer;
	-webkit-box-shadow: inset 0 -2px limegreen;
	box-shadow: inset 0 -2px limegreen;
}

.button-green-M:active {
	top: 1px;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.button-greenLL {
	position: relative;
	vertical-align: top;
	width: 300px;
	height: 60px;
	margin-top: 25px;
	margin-left: 50px;
	padding: 0;
	font-size: 26px;
	color: white;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	background: limegreen;
	border: 0;
	border-bottom: 2px solid limegreen;
	border-radius: 5px;
	cursor: pointer;
	-webkit-box-shadow: inset 0 -2px limegreen;
	box-shadow: inset 0 -2px limegreen;
}

.button-greenLL:active {
	top: 1px;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.button-g {
	position: relative;
	vertical-align: top;
	width: 200px;
	height: 54px;
	padding: 0;
	font-size: 30px;
	color: white;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	background: limegreen;
	border: 0;
	border-bottom: 2px solid limegreen;
	border-radius: 5px;
	cursor: pointer;
	-webkit-box-shadow: inset 0 -2px limegreen;
	box-shadow: inset 0 -2px limegreen;
}

.button-g:active {
	top: 1px;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.button-gray {
	float: right;
	position: relative;
	vertical-align: top;
	width: 85px;
	height: 36px;
	padding: 0;
	font-size: 26px;
	color: white;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	background: #808080;
	border: 0;
	border-bottom: 2px solid #808080;
	border-radius: 5px;
	cursor: pointer;
	-webkit-box-shadow: inset 0 -2px #808080;
	box-shadow: inset 0 -2px #808080;
}

.button-gray:active {
	top: 1px;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.button-gray-L {
	position: relative;
	vertical-align: top;
	width: 200px;
	height: 36px;
	padding: 0;
	font-size: 26px;
	margin-top: 10px;
	color: white;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	background: #808080;
	border: 0;
	border-bottom: 2px solid #808080;
	border-radius: 5px;
	cursor: pointer;
	-webkit-box-shadow: inset 0 -2px #808080;
	box-shadow: inset 0 -2px #808080;
}

.button-gray-L:active {
	top: 1px;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.button-gray-LL {
	position: relative;
	vertical-align: top;
	width: 300px;
	height: 60px;
	margin-top: 25px;
	margin-left: 50px;
	padding: 0;
	font-size: 26px;
	color: white;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	background: #808080;
	border: 0;
	border-bottom: 2px solid #808080;
	border-radius: 5px;
	cursor: pointer;
	-webkit-box-shadow: inset 0 -2px #808080;
	box-shadow: inset 0 -2px #808080;
}

.button-redLL-C:active {
	top: 1px;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/*--------------- チェックボックス 共通---------------*/
input[type=radio], input[type=checkbox] {
	display: none;
}

.radio, .checkbox {
	box-sizing: border-box;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position: relative;
	display: inline-block;
	margin: 0 20px 0px 0;
	padding: 6px 12px 6px 42px;
	border-radius: 8px;
	vertical-align: middle;
	cursor: pointer;
}

.radio:hover, .checkbox:hover {
	background-color: #e2edd7;
}

.radio:hover:after, .checkbox:hover:after {
	border-color: #53b300;
}

.radio:after, .checkbox:after {
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	top: 50%;
	left: 15px;
	display: block;
	margin-top: -10px;
	width: 16px;
	height: 16px;
	border: 2px solid #bbb;
	border-radius: 6px;
	content: '';
}

.radio:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 20px;
	display: block;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #53b300;
	content: '';
	opacity: 0;
}

input[type=radio]:checked+.radio:before {
	opacity: 1;
}

.checkbox:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 21px;
	display: block;
	margin-top: -7px;
	width: 5px;
	height: 9px;
	border-right: 3px solid #53b300;
	border-bottom: 3px solid #53b300;
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

input[type=checkbox]:checked+.checkbox:before {
	opacity: 1;
}

/*--------------- 入力フォーム 共通---------------*/
.input {
	width: 220px;
	height: 40px;
	padding: 0 15px 2px;
	font-size: 16px;
	background: white;
	border: 2px solid #ebebeb;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 -2px #ebebeb;
	box-shadow: inset 0 -2px #ebebeb;
}

.input:focus {
	border-color: #62c2e4;
	outline: none;
	-webkit-box-shadow: inset 0 -2px #62c2e4;
	box-shadow: inset 0 -2px #62c2e4;
}

.input-S {
	width: 90px;
	height: 35px;
	padding: 0 15px 2px;
	font-size: 16px;
	background: white;
	border: 2px solid #ebebeb;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 -2px #ebebeb;
	box-shadow: inset 0 -2px #ebebeb;
}

.input-S:focus {
	border-color: #62c2e4;
	outline: none;
	-webkit-box-shadow: inset 0 -2px #62c2e4;
	box-shadow: inset 0 -2px #62c2e4;
}

.input-L {
	width: 300px;
	height: 40px;
	padding: 0 15px 2px;
	font-size: 16px;
	background: white;
	border: 2px solid #ebebeb;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 -2px #ebebeb;
	box-shadow: inset 0 -2px #ebebeb;
}

.input-L:focus {
	border-color: #62c2e4;
	outline: none;
	-webkit-box-shadow: inset 0 -2px #62c2e4;
	box-shadow: inset 0 -2px #62c2e4;
}

/*-備考用-*/
.input-biko {
	width: 900px;
	height: 150px;
	margin-left: 30px;
	padding: 0 15px 2px;
	font-size: 130%;
	background: white;
	border: 2px solid #ebebeb;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 -2px #ebebeb;
	box-shadow: inset 0 -2px #ebebeb;
}

.input-biko:focus {
	border-color: #62c2e4;
	outline: none;
	-webkit-box-shadow: inset 0 -2px #62c2e4;
	box-shadow: inset 0 -2px #62c2e4;
}

.input-tanto {
	width: 220px;
	height: 40px;
	padding: 0 15px 2px;
	font-size: 16px;
	background: white;
	border: 2px solid #ebebeb;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 -2px #ebebeb;
	box-shadow: inset 0 -2px #ebebeb;
}

.input-tanto:focus {
	border-color: #62c2e4;
	outline: none;
	-webkit-box-shadow: inset 0 -2px #62c2e4;
	box-shadow: inset 0 -2px #62c2e4;
}

/*--------------- セレクトボックス---------------*/
select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	width: 400px;
	height: auto;
	max-width: 600px;
	border-radius: 0;
	border: 0;
	margin: 0;
	padding: 0;
	background: white;
	vertical-align: middle;
	font-size: inherit;
	color: inherit;
	box-sizing: content-box;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 -2px #ebebeb;
	box-shadow: inset 0 -2px #ebebeb;
}

.select-L {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	width: 500px;
	height: auto;
	border-radius: 0;
	border: 0;
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	vertical-align: middle;
	color: #000;
	box-sizing: content-box;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 -2px #ebebeb;
	box-shadow: inset 0 -2px #ebebeb;
}

select::-ms-expand {
	display: none;
}

.custom {
	overflow: hidden; /* 伸ばした分を隠す */
}

.custom>select {
	width: 130%; /* UI分を伸ばす */
}

/*--------------- 見積条件 ---------------*/
.brwsr2 {
	margin: 0 auto;
	width: 1000px;
	border: none;
	margin-top: 20px;
}

.brwsr2 th {
	vertical-align: middle;
	height: 80px;
	width: 230px;
	margin: 0;
	text-align: left;
	padding-left: 20px;
	color: #333;
	font-size: 130%;
	font-weight: bold;
}

.brwsr2 th .ri {
	vertical-align: middle;
	height: 80px;
	width: 230px;
	margin: 0;
	text-align: right;
	padding-left: 20px;
	color: #333;
	font-size: 130%;
	font-weight: bold;
}

.brwsr2 td.data {
	padding: 0;
	margin: 0;
	height: 80px;
	width: 300px;
	border: none;
	color: #666;
	font-size: 130%;

	text-align: left;
	padding-left: 50px;
	vertical-align: middle;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.brwsr2 td.sute {
	padding: 0;
	margin: 0;
	height: 80px;
	width: 80px;
	border: none;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
}

.button-link-red {
	font-weight: bold;
	color: #f00;
	transition: all .3s;
}

.button-link-red:hover {
	cursor: pointer;
	color: #fff;
	background-color: #f00;
}

.brwsr2 td.td-button {
	padding: 0;
	margin: 0;
	height: 80px;
	width: 50px;
	border: none;
	color: #666;
	font-size: 130%;
	line-height: 16px;
	text-align: right;
	vertical-align: middle;
	white-space: nowrap;
	overflow: hidden;
}

.brwsr2 td.td-button-LL {
	padding: 0;
	margin: 0;
	height: 80px;
	width: 200px;
	border: none;
	color: #666;
	font-size: 130%;
	line-height: 16px;
	text-align: right;
	vertical-align: middle;
	white-space: nowrap;
	overflow: hidden;
}

.brwsr2 td:fst-child {
	padding: 0 0 0 10px;
	vertical-align: middle;
}

.brwsr2 td.bar {
	height: 1px;
	width: 100%;
	border-top: solid 1px #34495e;
}

/*--------------- 依頼見積一覧テーブル定義 ---------------*/
.table {
	width: auto;
	margin-left: 80px;
	margin-right: 10px;
	margin-bottom: 50px;
	border-spacing: 0;
	font-size: 14px;
	overflow-x: auto;
	white-space: nowrap
}

.th {
	width: 150px;
	color: #fff;
	padding: 8px 15px;
	background: #258;
	background: -moz-linear-gradient(rgba(34, 85, 136, 0.7),
		rgba(34, 85, 136, 0.9) 50%);
	background: -webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34, 85, 136, 0.7)),
		to(rgba(34, 85, 136, 0.9)));
	font-weight: bold;
	vertical-align: middle;
	border-left: 1px solid #258;
	border-top: 1px solid #258;
	border-bottom: 1px solid #258;
	line-height: 120%;
	text-align: center;
	white-space: nowrap;
	text-shadow: 0 -1px 0 rgba(34, 85, 136, 0.9);
	box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.3) inset;
}

.th:first-child {
	border-radius: 5px 0 0 0;
}

.th:last-child {
	border-radius: 0 5px 0 0;
	border-right: 1px solid #258;
	box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1), 0px 1px 1px
		rgba(255, 255, 255, 0.3) inset;
}

.th2 {
	color: #fff;
	padding: 8px 15px;
	background: #258;
	background: -moz-linear-gradient(rgba(34, 85, 136, 0.7),
		rgba(34, 85, 136, 0.9) 50%);
	background: -webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34, 85, 136, 0.7)),
		to(rgba(34, 85, 136, 0.9)));
	font-weight: bold;
	vertical-align: middle;
	border-left: 1px solid #258;
	border-top: 1px solid #258;
	border-bottom: 1px solid #258;
	line-height: 120%;
	text-align: center;
	white-space: nowrap;
	text-shadow: 0 -1px 0 rgba(34, 85, 136, 0.9);
	box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.3) inset;
}

.tr .td {
	height: 40px;
	padding: 8px 15px;
	border-bottom: 1px solid #84b2e0;
	border-left: 1px solid #84b2e0;
	text-align: center;
	vertical-align: middle;
	overflow: hidden
}

.tr .td:last-child {
	border-right: 1px solid #84b2e0;
	box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
}

.tr {
	background: #fff;
}

.tr:nth-child(2n+1) {
	background: #f1f6fc;
}

.tr:last-child td {
	box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
}

.tr:last-child td:first-child {
	border-radius: 0 0 0 5px;
}

.tr:last-child td:last-child {
	border-radius: 0 0 5px 0;
}

.tr:hover {
	background: #bbd4ee;
}

/*--------------- 検索条件入力 ---------------*/
.Search-list {
	width: 500px;
}

.Search-list dt {
	clear: both;
	float: left;
	text-align: left;
	padding-bottom: 16px;
	padding-top: 16px;
	padding-left: 15px;
	width: 200px;
	height: 25px;
	border: 1px solid #aaa;
	background-color: #dcdcdc
}

.Search-list dd {
	float: left;
	width: 265px;
	height: 37px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 8px;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
}

.Search-button-list {
	width: 500px;
}

.Search-button-list dt {
	clear: both;
	float: right;
	text-align: right;
	padding-bottom: 16px;
	padding-top: 15px;
	padding-left: 15px;
	width: 200px;
}

.Search-button-list dd {
	float: left;
	width: 240px;
	padding-bottom: 16px;
	padding-top: 15px;
	padding-left: 30px;
}



/*--------------- 出荷情報カラー ---------------*/
.table {
	width: auto;
	margin-left: 80px;
	margin-right: 10px;
	margin-bottom: 50px;
	border-spacing: 0;
	font-size: 14px;
	overflow-x: auto;
	white-space: nowrap
}

.th-b {
	height: 50px;
	color: #fff;
	padding: 8px 15px;
	background: #258;
	background: -moz-linear-gradient(rgba(34, 85, 136, 0.7),
		rgba(34, 85, 136, 0.9) 50%);
	background: -webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34, 85, 136, 0.7)),
		to(rgba(34, 85, 136, 0.9)));
	font-weight: bold;
	vertical-align: middle;
	border-left: 1px solid #258;
	border-top: 1px solid #258;
	border-bottom: 1px solid #258;
	line-height: 120%;
	text-align: center;
	white-space: nowrap;
	text-shadow: 0 -1px 0 rgba(34, 85, 136, 0.9);
	box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.3) inset;
}

.th-b:first-child {
	border-radius: 5px 0 0 0;
}

.th-b:last-child {
	border-radius: 0 5px 0 0;
	border-right: 1px solid #258;
	box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1), 0px 1px 1px
		rgba(255, 255, 255, 0.3) inset;
}

.tr-b .td-b {
	height: 40px;
	padding: 8px 15px;
	border-bottom: 1px solid #84b2e0;
	border-left: 1px solid #84b2e0;
	text-align: center;
	vertical-align: middle;
}

.tr-b .td-b:last-child {
	border-right: 1px solid #84b2e0;
	box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
}

.tr-b {
	background: #fff;
}

.tr-b:nth-child(2n+1) {
	background: #f1f6fc;
}

.tr-b:last-child td-b {
	box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
}

.tr-b:last-child td-b:first-child {
	border-radius: 0 0 0 5px;
}

.tr-b:last-child td-b:last-child {
	border-radius: 0 0 5px 0;
}

.tr-b:hover {
	background: #bbd4ee;
}

/*--------------- 出荷情報カラー ---------------*/
.table-green {
	width: auto;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 50px;
	border-spacing: 0;
	font-size: 14px;
	overflow-x: auto;
	white-space: nowrap
}

.th-green {
	height: 50px;
	color: #fff;
	padding: 8px 15px;
	background: #228851;
	background: -moz-linear-gradient(rgba(34, 168, 81, 0.7),
		rgba(34, 168, 81, 0.9) 50%);
	background: -webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34, 168, 81, 0.7)),
		to(rgba(34, 168, 81, 0.9)));
	font-weight: bold;
	vertical-align: middle;
	border-left: 1px solid #228851;
	border-top: 1px solid #228851;
	border-bottom: 1px solid #228851;
	line-height: 120%;
	text-align: center;
	white-space: nowrap;
	text-shadow: 0 -1px 0 rgba(34, 168, 81, 0.9);
	box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.3) inset;
}

.th-green:first-child {
	border-radius: 5px 0 0 0;
}

.th-green:last-child {
	border-radius: 0 5px 0 0;
	border-right: 1px solid #228851;
	box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1), 0px 1px 1px
		rgba(255, 255, 255, 0.3) inset;
}

.tr-green .td-green {
	height: 40px;
	padding: 8px 15px;
	border-bottom: 1px solid #85E19F;
	border-left: 1px solid #85E19F;
	text-align: center;
	vertical-align: middle;
}

.tr-green .td-green:last-child {
	border-right: 1px solid #85E19F;
	box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
}

.tr-green {
	background: #fff;
}

.tr-green:nth-child(2n+1) {
	background: #F3FDF9;
}

.tr-green:last-child td {
	box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
}

.tr-green:last-child td-green:first-child {
	border-radius: 0 0 0 5px;
}

.tr-green:last-child td-green:last-child {
	border-radius: 0 0 5px 0;
}

.tr-green:hover {
	background: #BCEED6;
}

/*--------------- 請求情報カラー ---------------*/
.table-y {
	width: auto;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 50px;
	border-spacing: 0;
	font-size: 14px;
	overflow-x: auto;
	white-space: nowrap
}

.th-y {
	height: 50px;
	color: #fff;
	padding: 8px 15px;
	background: #888422;
	background: -moz-linear-gradient(rgba(136, 132, 34, 0.7),
		rgba(136, 132, 34, 0.9) 50%);
	background: -webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(136, 132, 34, 0.7)),
		to(rgba(136, 132, 34, 0.9)));
	font-weight: bold;
	vertical-align: middle;
	border-left: 1px solid #888422;
	border-top: 1px solid #888422;
	border-bottom: 1px solid #888422;
	line-height: 120%;
	text-align: center;
	white-space: nowrap;
	text-shadow: 0 -1px 0 rgba(136, 132, 34, 0.9);
	box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.3) inset;
}

.th-y:first-child {
	border-radius: 5px 0 0 0;
}

.th-y:last-child {
	border-radius: 0 5px 0 0;
	border-right: 1px solid #888422;
	box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1), 0px 1px 1px
		rgba(255, 255, 255, 0.3) inset;
}

.tr-y .td-y {
	height: 40px;
	padding: 8px 15px;
	border-bottom: 1px solid #E1E085;
	border-left: 1px solid #E1E085;
	text-align: center;
	vertical-align: middle;
}

.tr-y .td-y:last-child {
	border-right: 1px solid #E1E085;
	box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
}

.tr-y {
	background: #fff;
}

.tr-y:nth-child(2n+1) {
	background: #F7F7DE;
}

.tr-y:last-child td {
	box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
}

.tr-y:last-child td-y:first-child {
	border-radius: 0 0 0 5px;
}

.tr-y:last-child td-y:last-child {
	border-radius: 0 0 5px 0;
}

.tr-y:hover {
	background: #EEECBC;
}

/*--------------- 発注情報カラー ---------------*/
.table-red {
	width: auto;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 50px;
	border-spacing: 0;
	font-size: 14px;
	overflow-x: auto;
	white-space: nowrap
}

.th-red {
	height: 50px;
	color: #fff;
	padding: 8px 15px;
	background: #882222;
	background: -moz-linear-gradient(rgba(136, 34, 34, 0.7),
		rgba(136, 34, 34, 0.9) 50%);
	background: -webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(136, 34, 34, 0.7)),
		to(rgba(136, 34, 34, 0.9)));
	font-weight: bold;
	vertical-align: middle;
	border-left: 1px solid #882222;
	border-top: 1px solid #882222;
	border-bottom: 1px solid #882222;
	line-height: 120%;
	text-align: center;
	white-space: nowrap;
	text-shadow: 0 -1px 0 rgba(136, 34, 34, 0.9);
	box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.3) inset;
}

.th-red:first-child {
	border-radius: 5px 0 0 0;
}

.th-y:last-child {
	border-radius: 0 5px 0 0;
	border-right: 1px solid #888422;
	box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1), 0px 1px 1px
		rgba(255, 255, 255, 0.3) inset;
}

.tr-red .td-red {
	height: 40px;
	padding: 8px 15px;
	border-bottom: 1px solid #E18585;
	border-left: 1px solid #E18585;
	text-align: center;
	vertical-align: middle;
}

.tr-red.td-red:last-child {
	border-right: 1px solid #E18585;
	box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
}

.tr-red {
	background: #fff;
}

.tr-red:nth-child(2n+1) {
	background: #FDF3F3;
}

.tr-red:last-child td {
	box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
}

.tr-red:last-child td-red:first-child {
	border-radius: 0 0 0 5px;
}

.tr-red:last-child td-red:last-child {
	border-radius: 0 0 5px 0;
}

.tr-red:hover {
	background: #EEBCBC;
}

/*-------------- 各種設定テーブル ---------------*/
table.type08 {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border-left: 1px solid #ccc;
}

table.type08 thead th {
	padding: 10px;
	font-weight: bold;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #dcdcd1;
}

table.type08 tbody th {
	width: 150px;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #ececec;
}

table.type08 td {
	width: 350px;
	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/*--------------- スライドインメニュー ---------------*/
.box-lid-menu nav a {
	-webkit-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	-o-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
	text-decoration: none;
	color: #fff;
}

.box-lid-menu nav a:hover {
	padding-left: .75em;
	background: #000;
	border-left: 10px solid #20ffa6;
}

.box-lid-icon {
	background: url(common/img/menu.png) 0 0 no-repeat;
	position: absolute;
	top: 50%;
	left: 25%;
	margin-top: -50px;
	height: auto;
	width: auto;
	font-size: 0;
	background-size: cover;
}

.box-lid-menu {
	-webkit-transition: all 250ms cubic-bezier(0.75, 0, 0.175, 1);
	-moz-transition: all 250ms cubic-bezier(0.75, 0, 0.175, 1);
	-o-transition: all 250ms cubic-bezier(0.75, 0, 0.175, 1);
	transition: all 250ms cubic-bezier(0.75, 0, 0.175, 1);
	width: 70px;
	background: #008d54;
	position: fixed;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	font-size: 50%;
	overflow: visible;
}

.box-lid-menu nav {
	-webkit-transition: all 500ms cubic-bezier(0.75, 0, 0.175, 1);
	-moz-transition: all 500ms cubic-bezier(0.75, 0, 0.175, 1);
	-o-transition: all 500ms cubic-bezier(0.75, 0, 0.175, 1);
	transition: all 500ms cubic-bezier(0.75, 0, 0.175, 1);
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: -400px;
	color: #fff;
	z-index: 99;
}

.box-lid-open .box-lid-icon {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}

.box-lid-open .box-lid-menu nav {
	left: 0;
	width: 350px; /*-- リストオープン時幅 --*/
}

.box-lid-open .box-lid-menu {
	width: 350px; /*-- リストオープン時幅 --*/
}

#cate {
	margin: 20px 0 100px 0px;
	z-index: 99;
}

#cate #googleadbnr {
	display: none;
}

#cate h3 {
	margin-bottom: 20px;
	font-size: 300%;
	font-family: lato;
	font-weight: 900;
	padding-bottom: 30px;
}

#cate ul {
	margin-bottom: 30px;
}

#cate li {
	white-space: nowrap;
	margin-bottom: 15px;
	font-size: 230%; /*-- リスト文字サイズ --*/
	letter-spacing: -0.05em;
	list-style: none;
}

.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

/*--------------- 多段メニュー---------------*/
#dropmenu { /*---メニュー全体の定義---*/
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	z-index: 99;
}

#dropmenu li { /*---リストの定義---*/
	position: relative;
	width: 350px;
	margin: 0;
	padding: 0;
	text-align: left;
	z-index: 99;
}

#dropmenu li a { /*---リストのアンカー定義---*/
	display: block;
	margin: 0;
	padding: 16px 30px;
	background: #008d54;
	color: #fff;
	font-size: 18px;
	line-height: 1;
	text-decoration: none;
}

#dropmenu li ul { /*---子メニュー定義(孫・ひ孫・・・にも適用されます)---*/
	list-style: none;
	position: absolute;
	z-index: 100;
	top: 0;
	left: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

#dropmenu li ul li { /*---子メニューのリストの定義(孫・ひ孫・・・にも適用されます)---*/
	overflow: hidden;
	width: 300px;
	height: 0;
	color: #fff;
	transition: .3s;
}

#dropmenu li ul li a { /*---子メニューのアンカー定義(孫・ひ孫・・・にも適用されます)---*/
	padding: 16px 30px;
	background: #008d54;
	text-align: left;
	font-size: 18px;
	font-weight: normal;
}

#dropmenu>li:hover>a {
	/*---親メニューアンカーホバー時定義(子メニューにマウス遷移しても親メニューの色は変わったままになります)---*/
	background: #00664b
}

#dropmenu>li:hover li:hover>a {
	/*--子メニューアンカーホバー時定義(子メニューから孫メニュー・孫メニューからひ孫メニューにマウス遷移しても孫メニューの色は変わったまま)---*/
	background: #00664b
}

#dropmenu>li:hover>ul>li {
	/*--親メニューにマウスを乗せたときの子メニューの設定　＞を抜くを全ての派生するメニューが開く---*/
	overflow: visible;
	height: 50px;
}

#dropmenu li ul li ul { /*---孫メニューの表示定義---*/
	top: 0;
	left: 100%;
}

#dropmenu li:ul li ul { /*---ひ孫メニューの表示定義---*/
	left: 100%;
	width: 300px;
}

#dropmenu li:last-child ul li ul li ul { /*---ひーひー孫メニューの表示定義---*/
	left: 100%;
	width: 300px;
}

#dropmenu li ul li ul li a {
	background: #008d54
}

#dropmenu li:hover ul li ul li a:hover {
	background: #00664b
}

#dropmenu li ul li ul:before { /*---孫、ひ孫、ひひ孫メニューがある場合の矢印定義---*/
	position: absolute;
	content: "";
	top: 18px;
	left: -20px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left-color: #fff;
}

#dropmenu li ul:before { /*---子メニューがある場合の矢印定義---*/
	position: absolute;
	content: "";
	top: 18px;
	left: -20px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left-color: #fff;
}

#dropmenu li ul li:hover>ul>li {
	overflow: visible;
	height: 50px;
}

/*--------------- お知らせメンテナンス ---------------*/
.news-Maintenance-input {
	width: 80%;
	height: 50px;
	padding: 0 15px 2px;
	font-size: 17px;
	background: white;
	border: 2px solid #ebebeb;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 -2px #ebebeb;
	box-shadow: inset 0 -2px #ebebeb;
}

.news-Maintenance-input:focus {
	border-color: #62c2e4;
	outline: none;
	-webkit-box-shadow: inset 0 -2px #62c2e4;
	box-shadow: inset 0 -2px #62c2e4;
}

.lt-ie9 .news-Maintenance-input {
	line-height: 48px;
}

.news-Maintenance50-list {
	width: 100%;
}

.news-Maintenance50-list dt {
	clear: both;
	float: left;
	text-align: left;
	padding-bottom: 30px;
	padding-top: 16px;
	padding-left: 15px;
	width: 180px;
	height: 25px;
}

.news-Maintenance50-list dd {
	float: left;
	width: 50%;
	height: 37px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 8px;
}

.news-Maintenance75-list {
	width: 100%;
}

.news-Maintenance75-list dt {
	clear: both;
	float: left;
	text-align: left;
	padding-bottom: 30px;
	padding-top: 16px;
	padding-left: 15px;
	width: 180px;
	height: 25px;
}

.news-Maintenance75-list dd {
	float: left;
	width: 75%;
	height: 200px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 8px;
}

/*-内容用-*/
.input-news-Maintenance75 {
	width: 100%;
	height: 200px;
	padding: 0 15px 2px;
	font-size: 130%;
	background: white;
	border: 2px solid #ebebeb;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 -2px #ebebeb;
	box-shadow: inset 0 -2px #ebebeb;
}

.iinput-news-Maintenance75:focus {
	border-color: #62c2e4;
	outline: none;
	-webkit-box-shadow: inset 0 -2px #62c2e4;
	box-shadow: inset 0 -2px #62c2e4;
}

.table-Maintenance {
	width: 100%;
	margin-bottom: 50px;
	border-spacing: 0;
	font-size: 14px;
	overflow-x: auto;
	white-space: nowrap
}

.th-Maintenance {
	width: auto;
	color: #fff;
	padding: 8px 15px;
	background: #258;
	background: -moz-linear-gradient(rgba(34, 85, 136, 0.7),
		rgba(34, 85, 136, 0.9) 50%);
	background: -webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34, 85, 136, 0.7)),
		to(rgba(34, 85, 136, 0.9)));
	font-weight: bold;
	vertical-align: middle;
	border-left: 1px solid #258;
	border-top: 1px solid #258;
	border-bottom: 1px solid #258;
	line-height: 120%;
	text-align: center;
	white-space: nowrap;
	text-shadow: 0 -1px 0 rgba(34, 85, 136, 0.9);
	box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.3) inset;
}

.tr-Maintenance .td-Maintenance {
	height: 40px;
	padding: 8px 15px;
	border-bottom: 1px solid #84b2e0;
	border-left: 1px solid #84b2e0;
	text-align: center;
	vertical-align: middle;
}

.th-Maintenance:last-child {
	border-radius: 0 5px 0 0;
	border-right: 1px solid #258;
	box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1), 0px 1px 1px
		rgba(255, 255, 255, 0.3) inset;
}

.tr-Maintenance .td-Maintenance:last-child {
	border-right: 1px solid #84b2e0;
	box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
}

.tr-Maintenance:last-child td-Maintenance {
	box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
}

.tr-Maintenance:last-child td-Maintenance:last-child {
	border-radius: 0 0 5px 0;
}

.tr-Maintenance:hover {
	background: #bbd4ee;
}



