*{
	margin:0;
	padding:0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
	font-size:12px;
	letter-spacing: 1px;
	line-height:1.5em;
}

html,body {
	height:100%;
}

body {
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
	color:#333333;

}

a {
	color:#0000ff;
	text-decoration:none;
}
a:hover{
	color:#ff0000;
	text-decoration:none;
	cursor: pointer;
}
a.mn {
	color:#ffffff;
	text-decoration:none;
}
a.mn:hover{
	color:#ffff00;
	text-decoration:none;
	cursor: pointer;
}



a.nv {
	color:#0000ff;
//	text-decoration:none;
}
a.nv:hover {
	color:#ff0000;
	text-decoration:none;
	cursor: pointer;
}


.km {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.km10 {
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.km15 {
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
}

.pagetop {
    display: none;
    position: fixed;
    bottom: 5px;
    right: 5px;
	z-index:999;
}

.clear {
	clear:both;
}




/*-----------------------------------------------------------------
	-design-
-----------------------------------------------------------------*/

#smart_wrapper{
	display:none;
}
#smart_footer{
	display:none;
}
/*以下は画像などの表示制御クラス*/
.pc_img_class{
	display:inline;
}
.smart_img_class{
	display:none;
}


.left {
	float:left;
}
.right {
	float:right;
}

.h100 {
	height:100%;
}
.h10 {
	height:10px;
}
.h20 {
	height:20px;
}
.h50 {
	height:50px;
}

/*-------------------------------*/

body {
	font-size:12px;
	line-height:1.4em;
//	min-width:1200px;
	width:100%;
	background-color:#fff;
	text-align:center;
//	background-image: url(../images/back01.jpg);
	background-repeat:no-repeat;
	background-size:cover;
//	background-size:contain;
	background-attachment:fixed;
	background-position: center center;
}


.back-aa {
z-index:1;
	position:relative;
//	position:absolute;
//	position:fixed;
	top:0;
	left:0;
	min-width:1200px;
	width:100%;
	height:100%;
//	padding:150px 30px 0 0;
	text-align:center;
	background-color:#eee;
//	background-image: url(../images/back-main.png);
	background-repeat:no-repeat;
	background-size:cover;
//	background-size:contain;
//	background-attachment:fixed;
	background-position: center top;
}
.back-aa2 {
	z-index:5;
	position:absolute;
//	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:150px;
//	border:1px solid #000;
	background-image: url(../images/msg.png);
	background-repeat:no-repeat;
	background-position: right 10px top 80px;
}

.top-movie {
z-index:-9;
	width:100%;
	height:100%;
}

.back-mmm {
	z-index:-10;
	position:relative;
//	position:absolute;
//	position:fixed;
//	top:0;
//	left:0;
	min-width:1200px;
	width:100%;
//	height:150px;
	height:250px;
	margin:35px 0 0 0;
//	padding:150px 30px 0 0;
	text-align:center;
	background-color:#ddd;
	background-image: url(../images/back-mm3.png);
	background-repeat:no-repeat;
	background-size:cover;
//	background-size:contain;
//	background-attachment:fixed;
	background-position: center top;
}
.back-mmm-1 {
//	background-image: url(../images/back-mm3-1.png);
}

.back-mmm-2 {
	background-image: url(../images/back-mm3-2.png);
}

.back-mmm-3 {
	background-image: url(../images/back-mm3-3.png);
}

.back-mmm-4 {
	background-image: url(../images/back-mm3-4.png);
}

.back-mmm-5 {
	background-image: url(../images/back-mm3-5.png);
}
.back-mmm-6 {
	background-image: url(../images/back-mm3-6.png);
}
.back-mmm-7 {
	background-image: url(../images/back-mm3-7.png);
}




.back-mmm2 {
	width:1200px;
//	height:150px;
	height:250px;
	padding:70px 0 0 245px;
	text-align:left;
//	background-image: url(../images/back-mm4.png);
//	background-repeat:repeat-y;
//	background-position:220px center;
	background-repeat:repeat-x;
	background-position:left bottom;
//	border:1px solid #000;
}

.back-mmm3 {
	width:100%;
	height:250px;
	background-image: url(../images/back-mm4.png);
//	background-repeat:repeat-y;
//	background-position:220px center;
	background-repeat:repeat-x;
	background-position:left bottom;
}


.menu-aa {
	width:1250px;
	padding: 0 0 0 230px;
//	border:1px solid #000;
}

.contents-aa {
	width:1200px;
//	width:100%;
	padding:30px 0 0 0;
	background-color:#fff;
//	border:1px solid #000;
}

.left-aa {
	position:relative;
	z-index:10;
//	width:1200px;
//	border:1px solid #000;
}
.left-bb {
	position:absolute;
//	position:fixed;
	top:0;
	left:0;
	width:220px;
	height:100%;
//	border:1px solid #000;
}


/*-------------------------------*/

.animation {
	animation-duration: 2s;
	animation-name: slidein;
//	animation: 1s ease 0s 1 normal none running animation1;
}


@keyframes slidein {
  0% {
    transform: translate(0,-660px);
  }
  50% {
    transform: translate(0,-660px);
  }
  100% {
    transform: translate(0,0);
  }
}

/*-------------------------------*/

.main {
	min-width:1200px;
	position:relative;
}

.menu {
	z-index:2;
//	position:absolute;
	position:fixed;
	top:0;
	left:0;
	min-width:1200px;
	width:100%;
	height:35px;
	background-color:#de0716;

}
.menu00 {
	width:40px;
}
.menu01 {
	height:35px;
	margin:0 10px 0 0;
	padding:2px 5px 0 15px;
	font-size:9px;
	color:#fff;
	font-weight:bold;
	text-align:left;
	line-height:1.0em;
	word-break: keep-all;
	background-image: url(../images/s.png);
	background-repeat:no-repeat;
	background-position:5px center;
//	border:1px solid #000;
}
.menu01:hover {
	color:#de0716;
//	background-color:#fff;
	background-color: rgba(255,255,255,0.9);
	background-image: url(../images/s2.png);
}
.menu01:hover .menu01b {
	color:#de0716;
}

.menu01a {
	padding:13px 5px 0 15px;
}
.menu01b {
	padding:5px 0 2px 0;
	font-size:9px;
	color:#fff;
	font-weight:bold;
	text-align:left;
	line-height:1.0em;
}

.menu02 {
	height:35px;
	margin:0 0 0 -1px;
	padding:8px 20px 0 20px;
	font-size:11px;
	color:#fff;
	font-weight:bold;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}
.menu02:hover {
	color:#de0716;
//	background-color:#fff;
	background-color: rgba(255,255,255,0.9);
}

.menu-a {
	padding:0;
	text-align:left;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;

}
.menu-a1 {
	min-height:45px;
	padding:15px 5px 15px 17px;
	font-size:9px;
	color:#fff;
	font-weight:bold;
	background-image: url(../images/s2.png);
	background-repeat:no-repeat;
	background-position:5px center;
	border-bottom:1px solid #ccc;
}
.menu-a1:hover {
	background-color:#e60012;
	background-image: url(../images/s3.png);
}
.menu-a2 {
	min-height:45px;
	padding:15px 5px 15px 17px;
	font-size:9px;
	color:#fff;
	font-weight:bold;
	background-color:#e60012;
	background-image: url(../images/s3.png);
	background-repeat:no-repeat;
	background-position:5px center;
	border-bottom:1px solid #ccc;
}
.menu-ab {
	padding:9px 5px 8px 17px;
	letter-spacing: 0px;
}

.back-m {
	z-index:1;
	position:absolute;
	top:35px;
	left:0;
	min-width:1200px;
	width:100%;
//	height:650px;
	height:100%;
	padding:550px 0 0 0;
	background-color:#cce8ff;
//	background-image: url(../images/back00.png);
	background-repeat:no-repeat;
	background-size:cover;

}
.back-m2 {
	height:100px;
	background: linear-gradient(rgba(255,255,255,0), #fff);
//	border:1px solid #000;
}

.back-c {
	z-index:1;
	position:absolute;
	top:35px;
	left:0;
	min-width:1200px;
	width:100%;
	height:150px;
	text-align:center;
	background-color:#cce8ff;
	background-image: url(../images/back-mm.png);
	background-repeat:no-repeat;
	background-size:cover;
}
.back-c2 {
	width:1200px;
	height:150px;
	text-align:left;
	background-image: url(../images/back-mm2.png);
	background-repeat:repeat-y;
	background-position:220px center;
//	border:1px solid #000;
}



.contents {
	z-index:4;
	position:absolute;
	top:0;
	left:0;
	width:100%;
//	background-color: rgba(255,255,255,0.5);
//	border:1px solid #000;
}
.contents-t {
	display:table;
	width:1200px;
}

.left-t {
//	display:table-cell;
//	position:relative;
	position:fixed;
	width:220px;
	height:100%;
//	min-height:840px;
	padding:10px 15px;
	text-align:left;
	vertical-align:top;
	color:#fff;

//	border-left:1px solid #888;
	border-right:1px solid #888;
//	border-bottom:1px solid #888;
//	background-color:#000;
	background-color: rgba(6,6,6,0.8);
	background-image: url(../images/back-left.png);
	background-repeat:repeat-x;
	box-shadow: 0px 0px 8px #000;
	word-wrap: break-word;
}
.left-th {
	min-height:640px;
}


.left-tg {
	margin:-35px 0 0 0;
	background-image: url(../images/back-left2.png);
}

.right-t {
	z-index:1;
//	display:table-cell;
//	position:relative;
	width:960px;
	padding:0 0 0 0;
	text-align:left;
//	vertical-align:middle;
	vertical-align:top;
//	border:1px solid #006835;
	word-wrap: break-word;
	background-color:#fff;
}

.logo-p {
	margin:15px 0 20px 0;
}

.title-1 {
	margin:0 0 5px 0;
	padding:2px 0 2px 6px;
	font-size:14px;
	color:#de0716;
	font-weight:bold;
	text-align:left;
	line-height:1.2em;
	letter-spacing: 1px;
	border-left:4px solid #de0716;
}
.title-1a {
	width:280px;
	margin:10px 0 0 0;
	padding:5px 0px;
	font-size:28px;
//	color:#de0716;
	color:#222;
//	font-weight:bold;
	text-align:center;
	line-height:1.2em;
	letter-spacing: 1px;
	border:1px solid #de0716;
//	border-bottom:1px solid #de0716;
}
.title-1ah1 {
	height:20px;
}
.title-1ah2 {
	height:30px;
}

.news {
	padding:0 10px 5px 10px;
	text-align:left;
	border:1px solid #ccc;
}

.news0 {
	padding:7px 0 7px 0;
	border-bottom:1px dashed #ccc;
}
.news1 {
	font-size:11px;
	color:#ffff00;
	font-weight:bold;
	text-align:left;
}
.news2 {
	font-size:10px;
	color:#fff;
	text-align:left;
	word-wrap: break-word;
}

.jqr {
	margin:20px 0 20px 0;
	text-align:center;
	line-height:1em;
}
.jqr01 {
	margin:0 0 5px 0;
	font-size:11px;
	color:#fff;
	font-weight:bold;
}
.jqr02 {
	margin:0 0 3px 0;
	font-size:13px;
	color:#fff;
	font-weight:bold;
	letter-spacing: 2px;
	line-height:1em;
}
.jqr03 {
	font-size:9px;
//	text-align:left;
	line-height:1.5em;
}
.jqr03b {
	padding:3px 0 0 0;
	font-size:9px;
//	text-align:left;
	line-height:1em;
}
.jqr03a {
//	line-height:1em;
}
.jqa-p {
	width:60px;
	margin:0 0 2px 0;
}

.msg {
//	height:345px;
	height:100%;
	padding:120px 0 0 30px;
}

.aaaa-p {
	height:80px;
	margin:-5px 10px 0 0px;
}

.lup01 {
	margin:0 0 35px 0;
}
.lup01a {
	padding:0 10px 0 0;
}
.lup02 {
	margin:20px 0 100px 0;
//	width:270px;
//	text-shadow:
//	2px 2px 2px #fff,
//	-1px 1px 2px #fff,
//	1px -1px 2px #fff,
//	-1px -1px 2px #fff;
}
.lup02a {
	padding:3px 0 0 0;
	font-size:14px;
	color:#000;
	line-height:2.2em;
//	text-shadow:
//	2px 2px 2px #000,
//	-1px 1px 2px #000,
//	1px -1px 2px #000,
//	-1px -1px 2px #000;
}
.lup03 {
//	width:160px;
	width:230px;
	height:235px;
	margin:15px 10px 0 0;
	text-align:center;

	background-repeat:no-repeat;
//	background-size:cover;
	background-size:contain;
//	background-attachment:fixed;
	background-position: center center;
}
.lup03:hover {
//	opacity:0.7;
	background-color:#f27781;
	background-image: none;
}
.lup03-0 {
	background-image: url(../images/lu00.png);
}
.lup03-1 {
	background-image: url(../images/lu01.png);
}
.lup03-2 {
	background-image: url(../images/lu02.png);
}
.lup03-3 {
	background-image: url(../images/lu03.png);
}
.lup03-4 {
	background-image: url(../images/lu04.png);
}

.lup03m {
	width:210px;
	height:29px;
	margin:10px 0 0 10px;
	padding:3px 5px 0 17px;
	font-size:15px;
	color:#fff;
	font-weight:bold;
	text-align:left;
	background-color:#de0716;
	background-image: url(../images/s.png);
	background-repeat:no-repeat;
	background-position: 5px center;
//	border:1px solid #000;
}



.lu01p {
	margin:-5px 0 0 0;
}
.lu02p {
	margin:-5px 0 0 0;
}
.lu03p {
	margin:25px 0 0 0;
}
.lu04p {
	margin:2px 0 0 0;
}


.lineup00 {
	width:950px;
	height:288px;
	text-align:left;
	background-image: url(../images/lineup01aa.png);
	background-repeat:no-repeat;
}
.lineup00a {
	width:530px;
	padding:100px 0 0 40px;
	font-size:14px;
	letter-spacing: 1px;
	line-height:2.2em;
	text-align:left;
}



.lineup01t {
	margin:25px 0 25px 0;
	font-size:13px;
	text-align:left;
	letter-spacing: 1px;
	line-height:2.2em;
}

.lineup01p {
	width:948px;
	height:190px;
	margin:-1px 0 0 0;
//	border-top:1px solid #000;
//	border-bottom:1px solid #000;
//	border-top:1px solid #de0716;
//	border-bottom:1px solid #de0716;
}
.lineup01p2 {
	width:948px;
	height:197px;
	margin:-1px 0 0 0;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}
.lineup01h {
	height:11px;
}

.lineup01a:hover {
	opacity:0.6;
}


.annai {

}
.annai01 {
	width:316px;
	height:95px;
	margin:35px 0 0 0;
	text-align:center;
}
.annai01a {
	background-color:#620e13;
}
.annai01b {
	background-color:#92151b;
}
.annai01:hover {
	background-color:#f27781;
}

.annai02 {
	width:83px;
	height:83px;
	margin:-30px 0 0 0;
	padding:17px 0 0 0;
	text-align:center;
	background-color:#fff;
	box-shadow: 0px 0px 8px #000;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}

.annai03 {
	margin:11px 0 0 0;
	font-size:12px;
	color:#fff;
	text-align:center;
}


.footer {
//	position:relative;
	margin:30px 0 30px 0;
	border-top:2px solid #de0716;
}
.foot00 {
//	width:1200px;
	padding:15px 15px 0 15px;
}
.foot01 {
	margin:0 15px 0 0;
	padding:7px 0 0 0;
}
.foot02 {
	font-size:12px;
	text-align:left;
}
.copy {
	padding:7px 30px 0 0;
	font-size:12px;
	color:#de1115;
	font-weight:bold;
	text-align:right;
}

.title {
	height:150px;
	padding:60px 0 0 0;
//	border:1px solid #de0716;
}

.title-2 {
	margin:0 0 5px 0;
	padding:5px 0 5px 8px;
	font-size:16px;
	color:#222;
	font-weight:bold;
	text-align:left;
	line-height:1.2em;
	letter-spacing: 1px;
	border-left:6px solid #de0716;
	border-bottom:1px solid #555;
}
.title-2a {
	margin:0 0 15px 0;
	padding:0px 0 0px 8px;
	font-size:24px;
//	color:#222;
	color:#de0716;
//	font-weight:bold;
	text-align:left;
	line-height:1.2em;
	letter-spacing: 1px;
	border-left:8px solid #de0716;
//	border-bottom:1px solid #555;
}
.title-2b {
	margin:3px 0 0 0;
	font-size:10px;
	font-weight:bold;
	color:#de0716;
}
.title-2ba {
//	margin:5px 0 0 0;
	padding:5px 0 0 0;
	font-size:10px;
	font-weight:bold;
	color:#de0716;
//	border-top:1px solid #de0716;
}
.title-2c {
	width:100%;
	height:1px;
	margin:0 0 20px 0;
	background-color:#de0716;
}
.title-2d {
	width:100%;
	height:1px;
	margin:0 0 15px 0;
	background-color:#de0716;
}

.navi {
	z-index:2;
	position:absolute;
	top:185px;
	left:0;
	min-width:1200px;
	width:100%;
	height:30px;
	background-color:#de0716;
}
.navi1 {
	height:30px;
//	padding:6px 0 0 5px;
	color:#fff;
	background-color:#de0716;
}
.navi2 {
	width:1200px;
	padding:6px 0 0 250px;
	color:#fff;
	text-align:left;
	background-color:#de0716;
}

.mc1 {
	padding:0px 5px 0 5px;
//	border:1px solid #de0716;
}

.mc2 {
	padding:0px 0 0 0px;
	letter-spacing: 1px;
//	border:1px solid #de0716;
}

.mc2-l {
//	width:460px;
	width:710px;
//	padding:0 0 0 5px;
}
.mc2-r {
//	padding:0 5px 0 0;
}
.mc3-l {
	width:468px;
}
.mc3-r {
	width:473px;
}

/*--------------------------------
	企業情報
--------------------------------*/

.vm{
	margin:0px 0 30px 0;
}

.vm2{
	margin:0px 0 10px 0;
}

.vm3{
	margin:10px 0 0px 0;
}



.pi1y {
	height:20px;
}
.pi1{
	position: relative;
  	width: 600px;
  	padding: 20px 20px;
  	-webkit-box-sizing: border-box;
  	box-sizing: border-box;
	font-size:22px;
	color:#333;
	font-weight:bold;
	text-align:center;
}

.pi1::before,
.pi1::after {
 	position: absolute;
  	content: '';
  	width: 20px;
  	height: 50px;
  	-webkit-box-sizing: border-box;
  	box-sizing: border-box;
}
.pi1::before {
	top: 0;
	left: 0;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
}
.pi1::after {
	bottom: 0;
	right: 0;
	border-bottom: 1px solid #555;
  	border-right: 1px solid #555;
}

.vision-co{
	width:auto;
	text-align:left;
}

.vision-txt1 {
	margin:0 0 15px 0;
	padding:10px 14px 10px 14px;
	font-size:20px;
	color:#fff;
	font-weight:bold;
	line-height:1em;
	text-align:left;
	background-color:#de0716;
}
.vision-txt2 {
	font-size:13px;
	text-align:left;
	line-height:2.2em;
}
.vision-txt3 {
	font-size:26px;
	color:#333;
	font-weight:bold;
	text-align:center;
	margin:5px 0 5px 0;
}
.left_t3 {
	float:left;
	font-size:26px;
	font-weight:bold;
}
@media screen and (max-width:480px){
.left_t3 {
	float:none;
	display:block;
	font-size:18px;
	text-align:center;
}
}

.vision-txt4 {
	padding:0px 8px 20px 15px;
	font-size:15px;
	color:#666;
	text-align:center;
}

.vision-txt5 {
	font-size:20px;
	color:#333;
	font-weight:bold;
	text-align:left;
}

.vision-txt6 {
	font-size:13px;
	text-align:left;
	line-height:2.2em;
	color:#333;
	font-weight:bold;
    margin:15px 0 0 0;
}

.vision-txt7 {
	font-size:22px;
	color:#333;
	font-weight:bold;
	text-align:center;
}

.txt-p {
   text-align: justify;
}

.border-co {
	width:100%;
	height:1px;
	margin:0 0 20px 0;
	background-color:#666;
}


.prd-message{
	width:700px;
	text-align:left;
}
.prd-photo0{
	margin:0 40px 0 0;
}
.prd-photo{
	width:163px;
	text-align: right;
}

.message-txt6 {
	width: 163px;
	font-size:13px;
	color:#333;
	line-height:1.7em;
	font-weight:bold;
	text-align:center;
}

.message-txt2 {
	font-size:13px;
	text-align:left;
	line-height:2.2em;

}

.honsya{
	width:270px;
	text-align:left;
}
@media screen and (max-width:480px){
	.honsya{
		width:auto;
	}
}
.honsya-b{
	text-align:left;
}

.honsya-txt4 {
	padding:0px 8px 20px 0px;
	font-size:13px;
	color:#666;
	text-align:left;
	margin: 10px 0 0 0;
}
.honsya-txt4in {
//	display:inline-block;
	display:inline;
}


.honsya-txt5 {
	padding:0px 0px 20px 0px;
	font-size:15px;
	color:#666;
	text-align:left;
}

.honsya-txt7 {
	font-size:20px;
	color:#333;
	font-weight:bold;
	text-align:left;
}


.honsya-map{
	width:950px;
}

.map{
	margin:7px 0 0 0px;
}

.g-map{
	margin:5px 0 0 0;
	
}

.eigyosyo{
	margin: 30px 0 50px 0;
}

.gaiyo {
	width:950px;
	text-align: left;
}
.box-1 {
	border: 1px solid #ddd;
	padding:15px;
}

.gaiyo-txt1 {
	margin:5px;
	font-size:20px;
	color:#333333;
	text-align: left;
}

.gaiyo-txt2 {
	margin:5px;
	font-size:15px;
	color:#333333;
	text-align: left;
	width:710px;
}

.gaiyo-txt3 {
	font-size:22px;
	color:#333;
	font-weight:bold;
	text-align:left;
	margin: 20px 0 0 0;
}

.gaiyo-txt4 {
	padding:0px 0px 20px 0px;
	font-size:15px;
	color:#666;
	text-align:left;
}

.gaiyo-txt7 {
	font-size:22px;
	color:#333;
	font-weight:bold;
	text-align:left;
	margin: 50px 0 0px 0;
}

table {
　 border-collapse:collapse;
}

td {
font-size:medium;
color:#000000;
background-color:#ffffff;
border:solid 1px #000000;
padding:1px 1px ;

}

table.saiyo {
	border-collapse: collapse;
	margin:10px 0 0 0;
}
table.saiyo td.td1 {
	width:200px;
	padding:10px 20px;
	background-color:#ddd;
//	text-align:left;
	text-align:center;
	border:solid 1px #666;
}
table.saiyo td.td2 {
	padding:10px 20px;
	text-align:center;
	border:solid 1px #666;
}


.gaiyo th{
    width: auto;
    border: 1px solid #ddd;
    padding: 10px;	
	background-color: #dedede; 
	font-size:15px;
	color:#333333;
	text-align: left;
	vertical-align:top;
 }

.gaiyo td {
	width:auto;
//	font-weight: bold;
	border: 1px solid #ddd;
	padding: 10px;
	font-size:15px;
	color:#333;
	text-align: left;
}

ul {
  list-style: none;
}
li {
	margin: 0px 0 5px 0;
	font-size:15px;
	color:#333;
	text-align: left;
}



.ayumi li{
	margin: 0 0 5px 0;	
	font-size:13px;
	color:#333;
	text-align: left;

}

.top01{
	margin: 10px 0 0 0;
	width: 350px;
	text-align: left;
}

.organization{
	text-align: left;
	margin: 0px 0 0 0;
}

.organization-p{
	text-align: left;
	border: 1px solid #ddd;
    padding:5px;
	margin: 0px 0 0 0;
}

 
.ayumi {
	width:950px;
	text-align:left;

}

.ayumi1{
	width:170px;
	margin:0 0 15px 10px;
    text-align:left;
	
}

.ayumi2{
	width:auto;
	max-width:740px;
	text-align:left;
	padding:0 0px 10px 30px;
    margin:0 0px 0 0px;
}

.ayumi3{
	text-align:left;
	margin:0 0 5px 0px;

}

.sougyousya{
	border:1px solid #ddd;
    height:200px;
	text-align: center;
}

.a1{
	float:left;
	margin: 0px 0 0 0px;
//	text-align: center;
	text-align: left;

}


.suki{
    height:200px;
	text-align: center;
	border:1px solid #ddd;
}

.ayumi-p{
    height:150px;
	text-align: center;
	border:1px solid #ddd;
	margin:5px 0 5px 0;
}

.ayumi-ta {
//	padding:0 43px 0 0;
	text-align: center;
}

.seireki-txt{
	font-size:13px;
	color:#de0716;
	text-align:left;
}

.wareki-txt{
	font-size:13px;
	color:#de0716;
	text-align:left;
    margin:0px 0 0p 0px;
	padding:0 0 0 10px;
}

.ayumi-txt1{
	font-size:13px;
	text-align:left;
	line-height:2.2em;
}

.ayumi-txt2{
	text-align:left;
	font-size: 10px;
	color:#333;

}

.suki-txt2{
	text-align:left;
	font-size: 10px;
	color:#333;
	margin:0 0 0 30px;
}

.suki-p{
    height:150px;
	text-align: center;
	border:1px solid #ddd;
	margin:5px 30px 5px 30px;
}


.ayumi-txt3{
	margin:0 0 5px 0;
	font-size:13px;
	color:#333;
	text-align:left;
}

.border-ayumi{
	width:950px;
	text-align:left;

}

.border-co1{
	width:780px;
    height:2px;
	margin:0 0 0px 0;
	background-color:#aaa;
	text-align:left;
}

.border-co2{
	width:170px;
    height:2px;
	margin:0 0 20px 0;
	background-color:#de0716;
}


.syozai {
	width:406px;
    margin: 10px 0 0 0px;
	text-align:left;
}

.syozai 1{
    padding:10px;
	margin: 10px 0 10px 0px;	
	text-align:left;
}

 

.add-txt{
	font-size:13px;
	color:#333;
	font-weight:bold;
	text-align:left;
}


.b{
    margin: 10px 0 0 10px;
	width: 256px;
	text-align: center;
}

.c{
    margin: 10px 0 0 10px;
	width: 123px;
	text-align: center;
}

.d{
    margin: 10px 0 0 10px;
	width: 139px;
	text-align: center;
}

.e{
    margin: 10px 0 0 10px;
	width: 279px;
	text-align: center;
	font-size: 8px;
}

.rinen{
	padding: 10px;
	margin: 0 0 30px 0;
	text-align: center;
	border: 5px double #000;
}

.rinen1{
	font-size: 22px;
	margin:10px 0 30px 0;
	color:#333;
	font-weight: bold;
	line-height: 1em;
	text-align: center;
}

.rinen2{
	font-size: 20px;
	margin:0 0 10px 0;
	color:#333;
	font-weight: bold;
	line-height: 1em;
	text-align: center;
}

.kouken-a {
	margin:20px 0 0 0;
	padding:20px 10px 0px 10px;
    background: #ffd7cc;
}
.kouken-d {
	width:290px;
	margin:0 10px 20px 10px;
    background: #fff;
}
.kouken-d2 {
	width:620px;
}
@media screen and (max-width:480px){
.kouken-d2 {
	width:100%;
}
}

.kouken-m {
	margin:2px 0 3px 0;
	font-weight:bold;
}
.kouken-p {
	width:290px;
}
.kouken-sp {
	display:block;
	font-weight:bold;
	letter-spacing: 0.5px;
}

.kouken-text4 {
	display:table;
	width:290px;
	height:50px;
	margin:-5px 0 0 0;
//	padding:5px 0;
	background: #de0716;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	border-radius:0px 0px 10px 10px ;
}
.kouken-text4a {
	display:table-cell;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	line-height:1em;
	text-align:center;
	vertical-align:middle;
}

@media screen and (max-width:480px){
.kouken-a {
	padding:12px 12px 1px 12px;
}
.kouken-d {
	width:319px;
	margin:0 0 12px 0;
}
.kouken-p {
	width:319px;
}
.kouken-sp {
	display:inline;
	font-size:11px;
}
.kouken-text4 {
	width:319px;
	height:auto;
	padding:8px 0;
}
}



/*--------------------------------
	採用情報
--------------------------------*/
.saiyo-p{
	margin: 10px 0px 0 0px;
	text-align:center;
}

.s-p{
	width:750px;
	margin: 0px 0px 15px 0px;
	text-align:center;
}

.s-p1{
	width:343px;
	padding:10px;
}

.s-p2{
	margin: 10px 0 0 0;
    padding:5px;
	text-align:center;
	width:315px;
}

.s-p3{
	width:950px;
	text-align:center;
}


.saiyo-p1{
	height: 250px;
	text-align:center;

}

.saiyo-p2{
	margin: 10px 0px 0px 00px;
	padding:10px;
	width: 950px;
	text-align: center;
}

.saiyo-p3{
	margin: 10px 0 0 0;
        padding:0px;
	height: 214px;
	text-align:center;

}

.saiyo-p5{
	width: 150px;
	text-align: center;
}

.bosyu-txt2{
    width: 270px;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 20px;
    text-decoration: none;
    display: block;
    text-align: center;
    color: #FFFFFF;
    background: #008DDD;
}

.bosyu-txt7{
	width:320px;
	font-size:22px;
	color:#333;
	font-weight:bold;
	text-align:center;
	border-bottom: solid 3px #de0716;
}

.bosyu-text1{
	font-size:15px;
	color"#0000ff"
	font-weight:bold;
	text-align:center;
	margin:15px 0 0 0px;

}


.bosyu-text3{
	font-size:15px;
	color:#333;
	font-weight:bold;
	text-align:center;
	margin:15px 0 0 0px;
}
.bosyu-text3a{
	font-size:15px;
	color:#333;
	font-weight:bold;
	text-align:center;
	margin:15px 0 0 50px;
}

.bosyu-text4{
	font-size:15px;
	color:#333;
	font-weight:bold;
	text-align:left;
	margin:5px 0 0 50px;
}

.bosyu-text10{
	font-size:15px;
	color:#333;
	font-weight:bold;
	text-align:left;
	margin:25px 0 0 0px;
}


.bosyu-text5{
	font-size:15px;
	color:#333;
	font-weight:bold;
	text-align:left;
	margin:5px 0 0 0px;
}

.bosyu-txt6{
	width:200px;
	font-size:15px;
	color:#666;
	font-weight:bold;
	text-align:center;
	padding:5px;
	border: solid 1px #de0716;
	margin:10px 0 0 0;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.bosyu-txt8{
	width:750px;
	font-size:15px;
	color:#666;
	font-weight:bold;
	text-align:center;
	margin:15px 0 0 0;
}

.bosyu-txt9{
	width:750px;
	font-size:13px;
	color:#666;
	font-weight:bold;
	text-align:center;
	margin:10px 0 10px 0;
}

.bosyu-text10{
	font-size:15px;
	color:#333;
	font-weight:bold;
	text-align:left;
	margin:5px 0 0px 400px;
}

.r-nabi{
	width:15%;
	height:15%;
	margin:20px 0 0 -50px;
	text-align:center;
    
}

/*--------------------------------
	製造本部
--------------------------------*/
.so-p{
	width:350px;
}

.so-txt2 {
	width:350px;
	font-size:13px;
	text-align:left;
	line-height:2.2em;
	margin:0 0 0 30px;
}

.so-txt3 {
	width:350px;
	font-size:13px;
	text-align:left;
	line-height:2.2em;
	margin:0 30px 0 0px;
}

.so-co{
	width:750px;
	text-align:center;
	padding:0 0 0 0px;
}


.seizo-A {
	width:950px;
	height:350px;
	margin:0 0 20px 0;
	padding:40px 0 0 50px;
	text-align:left;
	background-repeat:no-repeat;
}
.seizo-A-b1 {
	background-image: url(../images/2-seizo-office/seizo01.png);
}
.seizo-A-b2 {
	background-image: url(../images/3-setudan/setudan01.png);
}
.seizo-A-b3 {
	background-image: url(../images/4-mage/mage01.png);
}
.seizo-A-b4 {
	background-image: url(../images/5-yosetu/yosetu01.png);
}
.seizo-A-b5 {
	background-image: url(../images/6-kumitate/kumitate01.png);
}
.seizo-A-b6 {
	background-image: url(../images/7-toso/toso01.png);
}
.seizo-A-b7 {
	background-image: url(../images/8-syukka/syukka01.png);
}
.seizo-A-b8 {
	background-image: url(../images/9-setsubi/setsubi01.png);
}

.seizo-A1 {
	display:table;
	width:347px;
	height:270px;
	font-size:13px;
	line-height:1.8em;
	text-align:left;
//	border:1px solid #000;
}
.seizo-A1a {
	display:table-cell;
	font-size:13px;
	line-height:1.8em;
	text-align:left;
	vertical-align:middle;
	word-break: normal;
}

.seizo-A2 {
	margin:0 0 15px 0;
	font-size:18px;
	font-weight:bold;
	color:#de0716;
}

.seizo-B {
	width:950px;
	margin:0 0 20px 0;
	padding:20px;
    background: #ffd7cc;
}
.seizo-B0 {
	margin:0 0 20px 0;
}
@media screen and (max-width:480px){
	.seizo-B0 {
		margin:0 0 0 0;
	}
}

.seizo-B1 {
	width:720px;
	padding:40px 0 20px 0;
	font-size:12px;
	line-height:1.5em;
	text-align:left;
}
.seizo-B1m1 {
	padding:15px 0 40px 0;
}
.seizo-B2 {
	width:190px;
	padding:40px 0 20px 0;
	font-size:14px;
	font-weight:bold;
	color:#de0716;
	text-align:left;
}
.seizo-B2m1 {
	padding:15px 0 40px 0;
}
.seizo-C {
	width:445px;
}
.seizo-C1 {
	width:445px;
	padding:10px 0 20px 0;
	font-size:12px;
	line-height:1.5em;
	text-align:left;
}
.seizo-C2 {
	width:445px;
	padding:10px 0 0px 0;
	font-size:14px;
	font-weight:bold;
	color:#de0716;
	text-align:left;
}

.seizo-D {
	width:610px;
	padding:0 0 0 20px;
}
.seizo-Dm1 {
	width:465px;
}
.seizo-Dm2 {
	width:290px;
	padding:0 0 0 0px;
}
.seizo-D1 {
	padding:10px 0 20px 0;
	font-size:12px;
	line-height:1.5em;
	text-align:left;
}
.seizo-D2 {
	padding:10px 0 0px 0;
	font-size:14px;
	font-weight:bold;
	color:#de0716;
	text-align:left;
}

.setudan01-p {
	width:910px;
//	margin:0 0 20px 0;
}
.yosetu01-p {
	width:445px;
}
.syukka01-p {
//	width:290px;
//	margin:0 20px 0 0;
}


/*--------------------------------
	設備一覧
--------------------------------*/

.setsubi01-p {
//	width:290px;
//	margin:0 20px 0 0;
}

.setsubi-table01 {
//	width:100%;
	margin:0 0 0px 0;
	border-collapse: collapse;
}
.setsubi-table01 th {
//	width:150px;
	padding:10px 10px;
	font-size:12px;
	color:#fff;
	background-color:#de0716;
	border:1px solid #666;
}
.setsubi-table01 th.th0 {
	color:#333;
	font-weight:normal;
	background-color:#fff;
}
.setsubi-table01 td {
	padding:10px 10px;
	font-size:12px;
	background-color:#fff;
	border:1px solid #666;
	text-align:center;
}
.setsubi-table01 td.td1 {
	width:300px;
	text-align:center;
}
.setsubi-table01 th.td2 {
	width:280px;
}
.setsubi-table01 th.td3 {
	width:250px;
}
.setsubi-table01 th.td4 {
	width:320px;
	text-align:center;
}
.setsubi-table01 td.td4 {
	width:65px;
	text-align:center;
}
.setsubi-table01 th.td5 {
	width:60px;
}
.setsubi-table01 th.td6 {
	width:250px;
}



/*--------------------------------
	営業部
--------------------------------*/
.eigyou-co{
	width:auto;
	text-align:left;
}
.eigyou-txt1 {
	font-size:16px;
	color:#333;
	font-weight:bold;
	text-align:left;
   margin:0 0 0px 0;
}

.eigyou-txt2 {
	width:550px;
	font-size:13px;
	text-align:left;
	line-height:2.2em;
}
.eigyou-txt2a {
	font-size:13px;
	text-align:left;
	line-height:2.2em;
}


.eigyou-txt3 {
	margin:-5px 0 15px 0;
	font-size:13px;
	text-align:left;
	line-height:2.2em;
}

.eigyou-txt4 {
	font-size:16px;
	color:#333;
	font-weight:bold;
	text-align:left;
   margin:0 0 -20px 0;
}


.eigyou-txt5 {
	font-size:17px;
	color:#333;
	font-weight:bold;
	text-align:left;
}

.eigyou-txt6 {
	padding:2px 0 0 10px;
	font-size:12px;
	text-align:left;
	line-height:2.2em;
	color:#de0716;
	font-weight:bold;
}

.eigyou-txt7 {
	font-size:20px;
	color:#de0716;
	font-weight:bold;
	text-align:left;
	width:150px;
}

.eigyou-txt8 {
	margin:0 0 20px 0;
	padding:0 0 30px 20px;
	font-size:14px;
	line-height:2.2em;
	text-align:left;
	border-bottom:1px solid #666;
}


.ms500{
	width:350px;
	margin:0px 0 0 0px;

}

.battery-p{
	width:750px;
	text-align:center;
}

.battery-t{
	text-align:center;
}


.battery{
	width:500px;
	border:1px solid #ddd;
}


.battery3{
	height:300px;
	border:1px solid #ddd;
	margin:10px;
	text-align:center;
}

.lift-p{
	width:950px;
	text-align:center;
}

.lift-p1{
	width:300px;
	border:1px solid #ddd;
	margin:5px;
	text-align:center;
}




.eigyou-waku0 {
	width:950px;
	padding:10px 0 50px 0;
	background-image: url(../images/9-nouki/back01.png);
	background-repeat:no-repeat;
	background-position: left bottom;
}

.eigyou-waku1 {
	margin:0 0 15px 0;
	padding:7px 15px 6px 15px;
	border:1px solid #666;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
}

.eigyou-left01 {
	margin:10px 0 0 0;
	text-align:left;
}
.eigyou-left01a {
	padding:0 0 0 15px;
}
.eigyou-right01 {
	margin:0 20px 0 0;
}

.ms500-p {
	width:350px;
	margin:0 0 0 0;
}


.battery-A {
	width:950px;
	height:290px;
	padding:10px 430px 40px 25px;
	font-size:13px;
	text-align:left;
	line-height:1.9em;
	background-image: url(../images/10-battery/battery01.png);
	background-repeat:no-repeat;
	background-position: bottom right;
}

.battery-c {
	width:950px;
}
.battery-c-l {
	width:100px;
	height:60px;
	margin:-1px 0 0 0;
	padding:17px 0 0 0;
	font-size:16px;
	color:#de0716;
	font-weight:bold;
	text-align:center;
	border-top:1px solid #de0716;
	border-bottom:1px solid #de0716;
}
.battery-c-r {
	width:850px;
	height:60px;
	margin:-1px 0 0 0;
	padding:19px 0 0 10px;
	font-size:13px;
	text-align:left;
	border-top:1px solid #666;
	border-bottom:1px solid #666;
}
.battery-line {
	border-bottom:1px solid #666;
}

.vision-pi {
	margin:15px 5px 0 5px;
}
.vision-pi2 {
	margin:0px 20px 20px 0px;
}

.battery2{
	width:300px;
	text-align:center;
}
.battery-text4 {
	display:table;
	width:290px;
	height:45px;
//	padding:5px 0;
	background: #de0716;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.battery-text4a {
	display:table-cell;
	font-size:11px;
	color:#fff;
	font-weight:bold;
	line-height:1em;
	text-align:center;
	vertical-align:middle;
}

.lift-A {
	width:950px;
	height:250px;
	margin:0 0 20px 0;
	padding:20px 490px 0 0;
	font-size:14px;
	text-align:left;
	line-height:2.2em;
	background-image: url(../images/11-lift/lift01.png);
	background-repeat:no-repeat;
	background-position: bottom right;
}

.lift-p {
	width:250px;
	text-align:center;
}

.lift-p2 {
	height:300px;
//	border:1px solid #ddd;
//	margin:10px;
	text-align:center;
}

.jyosui-A {
	width:950px;
	height:250px;
	margin:0 0 20px 0;
	padding:10px 490px 0 0;
	font-size:13px;
	text-align:left;
	line-height:2.2em;
	background-image: url(../images/jyosui/jyosui01.png);
	background-repeat:no-repeat;
	background-position: bottom right;
}

.jyosui-p1 {
	width:920px;
	margin:20px 0 0 0;
//	border:1px solid #000;
}
.jyosui-p {
	width:450px;
}

/*--------------------------------
	スライダー
--------------------------------*/

.swiper-container {
	position:relative;
	z-index:1;
	width: 100%;
	height: 100%;
//	height: 400px;
	min-width:1200px;

//	border:1px solid #000;
}

.swiper-slide {
//	border:1px solid #000;
	text-align: center;
	font-size: 18px;
	background: #fff;
	background-repeat:no-repeat;
	background-size:cover;
	background-position: center center;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	       -webkit-box-pack: center;
	          -ms-flex-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
	  -webkit-box-align: center;
	     -ms-flex-align: center;
	-webkit-align-items: center;
	        align-items: center;
}
.swiper-slide2 {
	background-position: right center;
}

.swiper-button-next {
	position:absolute;
	top:auto;
	bottom:20px;
	right:20px;
	width:30px;
	height:30px;
	background-color:#000;
	border:1px solid #fff;
//	-webkit-border-radius:50%;
//	-moz-border-radius:50%;
//	-ms-border-radius:50%;
//	border-radius:50%;
	background-image: url(../images/ya2.png);
	background-repeat:no-repeat;
	background-size:auto;
	background-position: center center;
}
.swiper-button-next:hover {
	background-color:#df1220;
}
.swiper-button-prev {
	position:absolute;
	top:auto;
	left:auto;
	bottom:20px;
	right:55px;
	width:30px;
	height:30px;
	background-color:#000;
	border:1px solid #fff;
//	-webkit-border-radius:50%;
//	-moz-border-radius:50%;
//	-ms-border-radius:50%;
//	border-radius:50%;
	background-image: url(../images/ya1.png);
	background-repeat:no-repeat;
	background-size:auto;
	background-position: center center;
}
.swiper-button-prev:hover {
	background-color:#df1220;
}


/*--------------------------------
	製品紹介
--------------------------------*/

.seihin-m {
	width:437px;
	height:170px;
	margin:15px 0 0 0;
	text-align:left;
}
.seihin-m:hover {
//	opacity:0.7;
	background-color:#f27781;
	background-image: none;
}
.seihin-m1 {
	padding:45px 0 0 15px;
	color:#fff;
}

.seihin-m2 {
	width:140px;
	height:28px;
	margin: 0 0 10px 0;
	padding:3px 5px 0 22px;
	font-size:15px;
	color:#de0716;
	font-weight:bold;
	text-align:left;
	background-color:#fff;
	background-image: url(../images/s2.png);
	background-repeat:no-repeat;
	background-position: 10px center;
//	border:1px solid #000;
}

.seihin-m01p {
	margin:0 1px 0 0;
}
.seihin-m02p {
	margin:15px 5px 0 0;
}
.seihin-m03p {
	margin:0 5px 0 0;
}
.seihin-m04p {
	margin:0 5px 0 0;
}

.crane-txt1 {
	margin:0 0 15px 0;
	padding:10px 14px 10px 14px;
	font-size:20px;
	color:#fff;
	font-weight:bold;
	line-height:1em;
	text-align:left;
	background-color:#de0716;
}
.crane-txt2 {
	font-size:13px;
	text-align:left;
	line-height:2.2em;
}
.crane-txt3 {
	font-size:22px;
	color:#333;
	font-weight:bold;
	text-align:left;
}
.crane-txt4 {
	padding:8px 8px 20px 15px;
	font-size:15px;
	color:#666;
	text-align:left;
}

.seihin-msg04 {
	width:260px;
	text-align:left;
}

.crane01-p {
//	width:400px;
//	margin:-20px 0 0 15px;
}
.crane03-p {
	margin:0 0 5px 0;
}

/*--------------------------------
	カタログ・ダウンロード
--------------------------------*/

.catalog-title {
	position: relative;
	margin:0 0 20px 0;
	padding-bottom: 10px;
	font-size:20px;
	border-bottom: 3px solid #DDD;
	text-align:left;
}
.catalog-title::after {
	position: absolute;
	content: " ";
	border-bottom: solid 3px #de0716;
	bottom: -4px;
	width:10%;
	display: block;
}

.catalog-txt1 {
	font-size:13px;
	text-align:left;
	line-height:2.2em;
}
.catalog-txt2 {
	font-size:13px;
	text-align:left;
	line-height:2.2em;
}
.catalog-h01 {
	height:30px;
}
.catalog-box1 {
	width:175px;
//	height:240px;
	margin:10px;
	padding:10px 10px 10px 10px;
	color:#de0716;
//	text-align:center;
	background-color:#ffd7cc;
	border:1px solid #ffd7cc;
}
.catalog-box1:hover {
	color:#111;
	background-color:#fff;
	border:1px solid #de0716;
}
.catalog-box2 {
	margin:1px 0 0 0;
	padding:2px 0;
	font-size:11px;
	color:#de0716;
	background-color:#fff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.catalog-box1:hover .catalog-box2{
//	color:#de0716;
	color:#fff;
	background-color:#de0716;
}

.catalog-boxZ {
	width:135px;
	height:170px;
	margin:0 0 0px 0;
	background-color:#bbb;
}

.catalog-p1 {
	width:155px;
	height:auto;
//	border:1px solid #bbb;
}

/*--------------------------------
	製品動画
--------------------------------*/

.movie-p01 {
	width:275px;
	height:auto;
//	margin:20px;
//	border:1px solid #bbb;
}

.movie-txt1 {
	margin:0 0 10px 0;
	padding:0 0 0 10px;
	font-size:13px;
	text-align:left;
	line-height:2.2em;
}

.movie-box1 {
	width:295px;
//	height:240px;
	margin:10px;
	padding:10px 10px;
	color:#de0716;
//	text-align:center;
	background-color:#ffd7cc;
	border:1px solid #ffd7cc;
}
.movie-box1:hover {
	color:#111;
	background-color:#fff;
	border:1px solid #de0716;
}
.movie-box2 {
	margin:1px 0 0 0;
	padding:2px 0;
	color:#de0716;
	background-color:#fff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.movie-box1:hover .movie-box2{
//	color:#de0716;
	color:#fff;
	background-color:#de0716;
}



/*--------------------------------
	お問い合わせ
--------------------------------*/
.otoi-txt1 {
	padding:0 0 40px 0;
	font-size:16px;
//	font-weight:bold;
	line-height:2.2em;
}
.otoi-txt1 b{
	font-size:16px;
	color:#de0716;
//	font-weight:bold;
	line-height:2.2em;
}

.otoi-msg {
	padding:30px 0 60px 0;
	font-size:24px;
//	font-weight:bold;
	line-height:2.2em;
	text-align:center;
}

.otoi-msg2 {
	margin:0 0 5px 0;
	font-size:14px;
	color:#ff0000;
	font-weight:bold;
	line-height:1.5em;
	text-align:left;
}

.otoi-t01 {
	font-size:14px;
	color:#ff0000;
	font-weight:bold;
}
.otoi-t02 {
	margin:0 0 5px 0;
	font-size:14px;
//	color:#ff0000;
	font-weight:bold;
	line-height:2.2em;
}
.otoi-t02a, .otoi-t02a b {
	margin:0 0 5px 0;
	font-size:14px;
//	color:#ff0000;
//	font-weight:bold;
	line-height:2.2em;
}
.otoi-t03 {
	margin:10px 0 0 0;
	padding:0 10px 0 0;
	font-size:16px;
	color:#333;
	font-weight:bold;
	text-align:right;
}

.otoi-wakuA {
	padding:0 0 0 30px;
}
.otoi-waku0 {
	width:100%;
	padding:20px;
	text-align:left;
	border:1px solid #888;
}
.otoi-waku1 {
	float:left;
	width:430px;
//	margin:0 0 10px 0;
}

.otoi-waku2 {
	float:right;
	width:430px;
//	margin:0 0 10px 0;
}

.otoi-l1 {
	margin:0 25px 0 0;
	line-height:1.9em;
}
.otoi-l2 {
	line-height:1.9em;
}

.otoi-w1 {
	margin:0 15px 0 0;
}

.otoi_i01 {
	width:400px;
	height:30px;
	padding:5px;
	font-size:14px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px;
	border:1px solid #aaaaaa;
	margin:0 0 10px 0;
}
.otoi_i01bc {
	background-color:#ffaae6
}

.otoi_i02 {
	width:195px;
	height:30px;
	padding:5px;
	font-size:14px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px;
	border:1px solid #aaaaaa;
	margin:0 0 10px 0;
}

.otoi_i03 {
	width:400px;
	height:121px;
	padding:5px;
	font-size:14px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px;
	border:1px solid #aaaaaa;
	margin:0 0 10px 0;
}
.otoi_i03a {
	width:400px;
	height:213px;
	padding:5px;
	font-size:14px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px;
	border:1px solid #aaaaaa;
	margin:0 0 10px 0;
}

.otoi_i04 {
	width:100px;
	height:30px;
	padding:5px;
	font-size:14px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px;
	border:1px solid #aaaaaa;
	margin:0 0 10px 0;
}

.otoi_i05 {
	width:100px;
	height:30px;
	padding:5px;
	font-size:14px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px;
	border:1px solid #aaaaaa;
	margin:0 0 -10px 0;
}

.otoi_i06 {
	width:250px;
	height:50px;
	margin:20px 0 0 0;
	padding:5px;
	font-size:14px;
	color:#ffffff;
	background: #de0716;
	border:1px solid #aaaaaa;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px;
	cursor: pointer;
}
.otoi_i06:hover {
	color:#de0716;
	background: #fff;
	border:1px solid #de0716;
}

.otoi_i06aa {
	width:250px;
	height:50px;
	margin:20px 0 0 0;
	padding:5px;
	font-size:14px;
	color:#de0716;
	background: #fff;
	border:1px solid #de0716;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px;
	cursor: pointer;
}
.otoi_i06aa:hover {
	color:#ffffff;
	background: #de0716;
	border:1px solid #aaaaaa;
}

.otoi_i06_w {
	width:520px;
}

.otoi_i07 {
	min-width:80px;
	height:30px;
	padding:5px;
	font-size:14px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px;
	border:1px solid #aaaaaa;
	margin:0 0 10px 0;
}

.otoi_i08 {
	width:150px;
	height:30px;
	margin:0 0 10px 0;
	padding:5px;
	font-size:14px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px;
	border:1px solid #aaaaaa;
}

.otoi_f01 {
	font-size:14px;
	font-weight:bold;
}

.otoi-line {
	background:#3498db;
	margin:0 0 8px 0;
}
.otoi-h10 {
	height:10px;
}


/*-----------------------------------------------------------------
	-smart-
-----------------------------------------------------------------*/
@media screen and (max-width:480px){

.title01-p {
	height:25px;
}

.seizo-A {
	width:343px;
	height:481px;
	margin:0 0 20px 0;
	padding:260px 0 0 30px;
	text-align:left;
	background-repeat:no-repeat;
}
.seizo-A-b1 {
	background-image: url(../images/2-seizo-office/seizo01s.png);
}
.seizo-A-b2 {
	background-image: url(../images/3-setudan/setudan01s.png);
}
.seizo-A-b3 {
	background-image: url(../images/4-mage/mage01s.png);
}
.seizo-A-b4 {
	background-image: url(../images/5-yosetu/yosetu01s.png);
}
.seizo-A-b5 {
	background-image: url(../images/6-kumitate/kumitate01s.png);
}
.seizo-A-b6 {
	background-image: url(../images/7-toso/toso01s.png);
}
.seizo-A-b7 {
	background-image: url(../images/8-syukka/syukka01s.png);
}
.seizo-A-b8 {
	background-image: url(../images/9-setsubi/setsubi01s.png);
}

.seizo-A1 {
	width:293px;
	height:210px;
	font-size:12px;
	line-height:1.8em;
	text-align:left;
//	border:1px solid #000;
}
.seizo-A1a {
	width:293px;
//	height:240px;
	font-size:12px;
	line-height:1.8em;
	text-align:left;
}
.seizo-A2 {
	margin:0 0 15px 0;
	font-size:15px;
	font-weight:bold;
	color:#de0716;
}

.seizo-B {
	width:343px;
	margin:0 0 10px 0;
	padding:10px 10px 10px 10px;
    background: #ffd7cc;
}
.seizo-B1 {
	width:323px;
	padding:10px 0 20px 0;
	font-size:12px;
	line-height:1.5em;
	text-align:left;
}
.seizo-B2 {
	width:323px;
	padding:0px 0 0px 0;
	font-size:14px;
	font-weight:bold;
	color:#de0716;
	text-align:left;
}

.seizo-C {
	width:323px;
}
.seizo-C1 {
	width:323px;
	padding:10px 0 20px 0;
	font-size:12px;
	line-height:1.5em;
	text-align:left;
}
.seizo-C2 {
	width:323px;
	padding:0px 0 0px 0;
	font-size:14px;
	font-weight:bold;
	color:#de0716;
	text-align:left;
}

.seizo-D {
	width:323px;
	padding:0 0 0 0px;
}
.seizo-Dm1 {
	width:323px;
}
.seizo-Dm2 {
	width:323px;
}
.seizo-D1 {
	padding:10px 0 10px 0;
	font-size:12px;
	line-height:1.5em;
	text-align:left;
}
.seizo-D2 {
	padding:10px 0 0px 0;
	font-size:14px;
	font-weight:bold;
	color:#de0716;
	text-align:left;
}

.seizo01-p {
	width:323px;
	margin:0 0 10px 0;
}

.setudan01-p {
	width:323px;
	margin:0 0 10px 0;
}

.yosetu01-p {
	width:323px;
	margin:0 0 10px 0;
}
.syukka01-p {
	width:323px;
	margin:0 0 10px 0;
}

/*--------------------------------
	設備一覧
--------------------------------*/

.setsubi01-p {
//	width:290px;
//	margin:0 20px 0 0;
}

.setsubi-table01 {
//	width:100%;
	border-collapse: collapse;
}
.setsubi-table01 th {
//	width:150px;
	padding:10px 10px;
	font-size:12px;
}
.setsubi-table01 th.th0 {
	color:#fff;
	font-weight:normal;
	background-color:#de0716;
}
.setsubi-table01 td {
	padding:10px 10px;
	font-size:12px;
	background-color:#fff;
	border:1px solid #666;
	text-align:left;
}
.setsubi-table01 td.td1 {
	width:100%;
	text-align:center;
}
.setsubi-table01 th.td2 {
	width:100%;
}
.setsubi-table01 th.td3 {
	width:100%;
}
.setsubi-table01 th.td4 {
	width:100%;
	text-align:center;
}
.setsubi-table01 td.td4 {
	width:100%;
	text-align:center;
}
.setsubi-table01 th.td5 {
	width:100%;
}
.setsubi-table01 th.td6 {
	width:100%;
}


/*-------------------------*/

.eigyou-txt2 {
	width:343px;
	font-size:12px;
	line-height:1.8em;
}
.eigyou-txt2a {
	width:343px;
	font-size:12px;
	line-height:1.8em;
}

.eigyou-txt5 {
	font-size:14px;
	color:#333;
	font-weight:bold;
	text-align:left;
}
.eigyou-txt6 {
	padding:2px 0 0 10px;
	font-size:10px;
	text-align:left;
	color:#de0716;
	font-weight:bold;
}
.eigyou-txt6aa {
	padding:2px 0 0 0px;
}

.eigyou-txt8 {
	margin:0 0 10px 0;
	padding:0 0 10px 0px;
	font-size:12px;
	line-height:1.8em;
	text-align:left;
	border-bottom:1px solid #666;
}

.eigyou-waku0 {
	width:343px;
	padding:0px 0 50px 0;
}

.eigyou-waku1 {
	margin:15px 0 10px 0;
	padding:8px 10px 5px 10px;
	border:1px solid #666;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
}

.eigyou-left01{
	margin:10px 0 0 0;
	text-align:left;
}
.eigyou-left01a{
	padding:0;
}
.eigyou-right01{
	margin:0 20px 0 0;
}

.ms500-p {
	width:343px;
	margin:0 0 0 0;
}

.battery-A {
	width:343px;
	height:auto;
	padding:0px 0px 150px 0px;
	font-size:12px;
	text-align:left;
	line-height:1.8em;
	background-image: url(../images/10-battery/battery01.png);
	background-repeat:no-repeat;
	background-position: bottom right;
	background-size:270px auto;
}

.battery-c {
	width:343px;
	text-align:left;
}
.battery-c-l {
	width:343px;
	height:auto;
	margin:-1px 0 0 0;
	padding:5px 0 5px 0;
	font-size:14px;
	color:#de0716;
	font-weight:bold;
	text-align:center;
	border-top:1px solid #de0716;
	border-bottom:1px solid #de0716;
}
.battery-c-r {
	width:343px;
	height:auto;
	margin:-1px 0 0 0;
	padding:5px 0 20px 0;
	font-size:12px;
	text-align:left;
	border-top:1px solid #de0716;
	border-bottom:1px solid #666;
}

.vision-pi {
	margin:0px 0px 0 0px;
}
.vision-pi2 {
	margin:0px 0px 0px 0px;
}

.eigyou-txt3 {
	font-size:12px;
	line-height:1.8em;
}

.lift-A {
	width:343px;
	height:360px;
	margin:0 0 20px 0;
	padding:0px 0px 0 0;
	font-size:12px;
	text-align:left;
	line-height:1.8em;
	background-image: url(../images/11-lift/lift01s.png);
	background-repeat:no-repeat;
	background-position: bottom right;
}


.jyosui-A {
	width:343px;
	height:360px;
	margin:0 0 20px 0;
	padding:0px 0px 0 0;
	font-size:12px;
	text-align:left;
	line-height:1.8em;
	background-image: url(../images/jyosui/jyosui01s.png);
	background-repeat:no-repeat;
	background-position: bottom right;
}

.jyosui-p1 {
	width:343px;
	margin:10px 0 0 0;
//	border:1px solid #000;
}

.jyosui-p {
	width:343px;
	margin:0 0 10px 0;
}



}


/*-----------------------------------------------------------------
	-smart-
-----------------------------------------------------------------*/
@media screen and (max-width:480px){

#smart_wrapper{
	display:block;
//	display:inline;
}
#wrapper{
	display:none;
}
#footer{
	display:none;
}
/*以下は画像などの表示制御クラス*/
.pc_img_class{
	display:none;
}
.smart_img_class{
	display:inline;
}

.left {
	float:none;
}
.right {
	float:none;
}

.left-s {
	float:left;
}
.right-s {
	float:right;
}

.clear_s {
	clear:both;
}

.h100 {
	height:1;
}

body {
	font-size:12px;
	line-height:1.4em;
	min-width:345px;
	width:100%;
}

.back-aa {
z-index:1;
	position:relative;
//	position:absolute;
//	position:fixed;
//	top:0;
//	left:0;
	min-width:345px;
	width:100%;
	height:100%;
	height:200px;
//	padding:150px 30px 0 0;
	text-align:center;
	background-color:#eee;
	background-image: url(../images/back-main.png);
	background-repeat:no-repeat;
	background-size:cover;
//	background-size:contain;
//	background-attachment:fixed;
	background-attachment:scroll;
	background-position: center top;
}
	
.back-aa2 {
	z-index:5;
	position:absolute;
//	position:fixed;
	top:0;
	left:0;
	width:100%;
//	height:100%;
	height:70px;

//	border:1px solid #000;
	background-image: url(../images/msg.png);
	background-repeat:no-repeat;
	background-size:335px auto;
	background-position: center top 15px;
}
	
.left-aa {
	position:relative;
	z-index:10;
	width:100%;
	padding:40px 0 0 0;
//	border:1px solid #000;
}
.left-bb {
	position:relative;
//	position:fixed;
	top:0;
	left:0;
	width:100%;
//	border:1px solid #000;
}

.back-mmm {
	min-width:335px;
	width:100%;
	height:100px;
	margin:0 0 0 0;
	background-position: centre  center;
}
.back-mmm2 {
	min-width:335px;
	width:100%;
	padding:40px 0 0 15px;
	background-position:-200px center;
}

.contents-aa {
	width:345px;
//	width:auto;
	padding:0 0 0 0;
	background-color:#fff;
	border:1px solid #fff;
}

.h-tops {
	height:30px;
}

/*--------------------------------*/

.main {
	min-width:335px;
	width:100%;
	position:relative;
}

.menu01 {
	width:50%;
	height:35px;
	margin:0px 0 0 0px;
	padding:12px 5px 0 15px;
	color:#fff;
	font-weight:normal;
	text-align:left;
	letter-spacing: 0px;
	background-color:#de0716;
	background-image: url(../images/s.png);
	background-repeat:no-repeat;
	background-position:5px center;
	border:1px solid #fff;
}
.menu01:hover {
	color:#de0716;
	background-color:#fff;
	background-image: url(../images/s2.png);
//	background-color: rgba(255,255,255,0.9);
}
.menu01a {
	width:50%;
	height:35px;
	margin:0px 0 0 0px;
	padding:8px 5px 0 15px;
	color:#fff;
	font-weight:normal;
	text-align:left;
	background-color:#de0716;
	border:1px solid #fff;
}

.menu02 {
	width:50%;
	height:35px;
	margin:0px 0 0 0px;
	padding:8px 5px 0 15px;
	color:#fff;
	font-weight:normal;
	text-align:center;
	background-color:#de0716;

	background-repeat:no-repeat;
	background-position:5px center;
	border:1px solid #fff;
}
.menu02:hover {
	color:#de0716;
	background-color:#fff;

//	background-color: rgba(255,255,255,0.9);
}

.menu-a1 {
	width:170px;
	height:40px;
	margin:-1px 0 0 -1px;
	padding:15px 5px 0 17px;
	letter-spacing: 0px;
	color:#fff;
	font-weight:normal;
	background-image: url(../images/s2.png);
	background-repeat:no-repeat;
	background-position:5px center;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-top:1px solid #ccc;
}
.menu-a2 {
	width:170px;
	height:40px;
	margin:-1px 0 0 -1px;
	padding:15px 5px 0 17px;
	font-weight:normal;
	letter-spacing: 0px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-top:1px solid #ccc;
//	border-bottom:none;
}
.menu-ab {
	padding:10px 5px 0 17px;
	font-size:8px;
}

.menu-a {
	width:340px;
	text-align:left;
	border:none;
}
.menu-t {
	width:340px;
}

.menu-ss0 {
	z-index:100;
	position:fixed;
	top:0;
	left:0;
	width:100%;
}
.menu-ss {
	width:100%;
	height:40px;
	padding:8px 0 0 0;
	font-size:16px;
	color:#fff;
	font-weight:bold;
	letter-spacing: 2.0px;
	line-height:1.5em;
	background-color:#de0716;
}

.jqr {
	width:280px;
	margin:30px 0 20px 0;
	text-align:center;
	text-align:left;
//	border:1px solid #ccc;
}
.jqr01 {
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-size:13px;
	color:#fff;
	font-weight:bold;
}
.jqr02 {
	font-size:19px;
	color:#fff;
	font-weight:bold;
}
.jqr03 {
	font-size:11px;
//	text-align:left;
	line-height:1em;
}
.jqa-p {
	margin:5px 12px 30px 0;
}


.back-c {
	top:35px;
	left:0;
	min-width:335px;
}

.contents {
	position:relative;
	width:345px;
	width:100%;
}
.contents-t {
	display:block;
	width:100%;
}

.left-t {
	position:relative;
	display:block;
	float:none;
	min-width:345px;
	width:100%;
	height:auto;
	min-height:50px;
	margin:0;
	padding:5px 10px;
	text-align:left;
	border:0px;

	border-left:0px solid #888;
	border-right:0px solid #888;
	border-bottom:0px solid #888;
	background-color:#000;
//	background-color: rgba(6,6,6,0.8);
//	background-image: url(../images/back-left.png);
//	background-repeat:repeat-x;
	box-shadow: 0px 0px 0px #000;
	word-wrap: break-word;
}

.left-tc {
	margin-top:20px;
	padding-top:20px;
	min-height:1px;
}
.left-tc2 {
	margin-top:20px;
	padding-top:1px;
	min-height:1px;
}
.left-thh {
	height:10px;
}

.right-t {
	display:block;
	float:none;
	width:100%;
	margin:0;
	padding:0;
	text-align:left;
	border-left:0px;
//	border:1px solid #000;
}

.logo-p {
	margin:10px 0 10px 0;
}

.title-1a {
	margin:10px 0 0 0;
	padding:4px 10px;
	font-size:18px;
	color:#de0716;
//	font-weight:bold;
	text-align:left;
	line-height:1.2em;
	letter-spacing: 1px;
	border:1px solid #de0716;
}
.title-1ah1 {
	height:30px;
}
.title-1ah2 {
	height:20px;
}

.title {
	height:120px;
	padding:0 0 0 0;
	background-color:#cce8ff;
	background-image: url(../images/back-mm.png);
	background-repeat:repeat-y;
	background-position:-470px center;
}
.title2 {
	height:120px;
	padding:50px 0 0 10px;
	background-image: url(../images/back-mm2.png);
	background-repeat:repeat-y;
	background-position:-200px center;
}
.title02-p {
	height:25px;
}
.title02a-p {
	width:320px;

}
.title-2a {
	margin:0 0 5px 0;
	padding:1px 0 0px 8px;
	font-size:16px;


//	font-weight:bold;
	text-align:left;
	line-height:1.2em;
	letter-spacing: 1px;
	border-left:8px solid #de0716;
//	border-bottom:1px solid #555;
}
.title-2b {
	margin:3px 0 0 0;
	font-size:10px;
	font-weight:bold;
	color:#de0716;
}
.title-2c {
	width:100%;
	height:1px;
	margin:0 0 10px 0;
	background-color:#de0716;
}
.title-2d {
	width:100%;
	height:1px;
	margin:0 0 5px 0;
	background-color:#de0716;
}

.navi1 {
	height:auto;
	padding:5px 0 5px 10px;
	color:#fff;
	background-color:#de0716;
}
.navi2 {
	width:335px;
	padding:0 0 0 0;
	color:#fff;
	text-align:left;
	background-color:#de0716;
}

.footer {
//	position:relative;
	margin:30px 0 10px 0;
	border-top:2px solid #de0716;
}
.footer-t {
	margin:0px 0 10px 0;
}

.foot00 {
	width:100%;
	padding:5px 15px 0 15px;
}
.foot01 {
	margin:0 0 5px 0;
	padding:7px 0 0 0;
}
.foot02 {
	width:300px;
	font-size:11px;
	text-align:left;
//	border:1px solid #000;
}
.copy {
	width:345px;
	padding:7px 0 0 0;
	font-size:10px;
	color:#de1115;
	font-weight:bold;
	text-align:center;
}

.mc1 {
	width:100%;
	padding:20px 0px 0 0px;
//	border:1px solid #de0716;
}

.mc2 {
	padding:5px 0 0 0px;
	letter-spacing: 1px;
//	border:1px solid #de0716;
}

.mc2-l {
	width:100%;
}
.mc3-l {
	width:100%;
}
.mc3-r {
	width:100%;
}
	
/*--------------------------------
	スライダー
--------------------------------*/

.swiper-container {
	position:relative;
	z-index:1;
      width: 100%;
//     height: 100%;
     height:200px;
	min-width:1px;
}

.swiper-button-next {
	bottom:10px;
	right:10px;
}
.swiper-button-prev {
	bottom:10px;
	right:45px;
}

/*--------------------------------
	製品紹介
--------------------------------*/

.seihin-m {
	width:165px;
	height:260px;
	margin:10px 0 0 0;
}
.seihin-m:hover {
//	opacity:0.7;
	background-color:#f27781;
	background-image: none;
}
.seihin-m1 {
	padding:10px 0 0 10px;
	color:#fff;
}

.seihin-m2 {
	width:145px;
	height:28px;
	margin: 0 0 10px 0;
	padding:3px 5px 0 22px;
	font-size:15px;
	color:#de0716;
	font-weight:bold;
	text-align:left;
	background-color:#fff;
	background-image: url(../images/s2.png);
	background-repeat:no-repeat;
	background-position: 10px center;
//	border:1px solid #000;
}

.seihin-m3 {
	display:inline;
	color:#fff;
}

.seihin-m01p {
	max-width:155px;
	margin:5px 0 0 0;
}
.seihin-m02p {
	max-width:155px;
	margin:35px 0 0 0;
}
.seihin-m03p {
	max-width:145px;
	margin:5px 0 0 0;
}
.seihin-m04p {
	max-width:155px;
	margin:5px 0 0 0;
}

.crane-txt1 {
	margin:0 0 10px 0;
	padding:10px 10px 10px 10px;
	line-height:1em;
	background-color:#de0716;
}
.crane-txt2 {
	font-size:14px;
	line-height:1.8em;
}
.crane-txt3 {
	font-size:18px;
	color:#333;
	font-weight:bold;
}
.crane-txt4 {
	padding:0 0 10px 0;
	font-size:14px;
	color:#666;
}

.seihin-msg04 {
	width:180px;
}

.crane01-p {
	width:345px;
	margin:5px 0 0 0;
}
.crane02-p {
	width:345px;
	margin:5px 0 0 0;
}
.crane03-p {
	width:345px;
	margin:5px 0 0 0;
}
.crane04-p {
	width:345px;
	margin:5px 0 0 0;
}

.lineup01t {
	margin:0 0 20px 0;
	font-size:14px;
	text-align:left;
	letter-spacing: 1px;
	line-height:1.8em;
}
.lineup01p {
	width:335px;
	height:100px;

}
.lineup01p2 {
	width:335px;
	height:102px;
}
.lineup01a {
	width:335px;
}

.annai {
	padding:0 5px 0 5px;
}
.annai01 {
	width:100%;
	height:auto;
	margin:0 0 0 0;
	padding:7px;
	text-align:center;
}

.annai02 {
	width:65px;
	height:65px;
	margin:0px 15px 0px 0;
	padding:17px 0 0 0;
	text-align:center;
	background-color:#fff;
	box-shadow: 0px 0px 8px #000;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
.annai03 {
	margin:0 0 0 0;
	padding:25px 0 0 0;
	font-size:12px;
	color:#fff;
	text-align:center;
}

.an01p {
	width:40px;
}

.lup01 {
	margin:0px 5px 20px 5px;
}
.lup01a {
	padding:0 0 0 0;
}
.lup01b {
	margin:20px 0 0 0;
}
.lup02 {
	margin:0px 0 20px 0;
}
.lup02a {
	width:245px;
	font-size:14px;
	line-height:1.8em;
}
.aaaa-p {
	margin:25px 0 0 5px;
}

.lup03 {
	width:164px;
//	width:230px;
	height:180px;
	margin:5px 0 0 0;
	padding:5px 0 0 0;
	text-align:center;

	background-repeat:no-repeat;
	background-size:cover;
//	background-size:contain;
	background-position: center center;
}

.lup03m {
	width:154px;
	height:29px;
	margin:0 0 0 5px;
	padding:3px 5px 0 17px;
	font-size:15px;
	color:#fff;
	font-weight:bold;
	text-align:left;
	background-color:#de0716;
	background-image: url(../images/s.png);
	background-repeat:no-repeat;
	background-position: 5px center;
//	border:1px solid #000;
}

.lu01p {
	width:155px;
	margin:-5px 0 0 0;
}
.lu02p {
	width:155px;
	margin:-5px 0 0 0;
}
.lu03p {
	width:155px;
	margin:25px 0 0 0;
}
.lu04p {
	width:155px;
	margin:2px 0 0 0;
}

/*--------------------------------
	カタログ・ダウンロード
--------------------------------*/

.catalog-title {
	position: relative;
	margin:0 0 10px 0;
	padding-bottom: 5px;
	font-size:16px;
	border-bottom: 3px solid #DDD;
}
.catalog-title::after {
	position: absolute;
	content: " ";
	border-bottom: solid 3px #de0716;
	bottom: -4px;
	width:10%;
	display: block;
}

.catalog-txt1 {
	font-size:12px;
	text-align:left;
	line-height:1.5em;
}
.catalog-txt2 {
	font-size:13px;
	text-align:left;
	line-height:2.2em;
}
.catalog-h01 {
	height:20px;
}
.catalog-box1 {
	width:160px;
//	height:240px;
	margin:5px;
	padding:10px 10px 10px 10px;
	color:#de0716;
//	text-align:center;
	background-color:#ffd7cc;
	border:1px solid #ffd7cc;
}
.catalog-box1:hover {
	color:#111;
	background-color:#fff;
	border:1px solid #de0716;
}
.catalog-box2 {
	margin:1px 0 0 0;
	font-size:11px;
	color:#333;
}
.catalog-box1:hover .catalog-box2{

}

.catalog-boxZ {
	width:135px;
	height:170px;
	margin:0 0 0px 0;
	background-color:#bbb;
}

.catalog-p1 {
	width:135px;
	height:auto;
//	border:1px solid #bbb;
}
	
/*--------------------------------
	製品動画
--------------------------------*/

.movie-p01 {
	width:325px;
	height:auto;
//	margin:20px;
//	border:1px solid #bbb;
}

.movie-txt1 {
	margin:0 0 10px 0;
	padding:0 0 0 0px;
	font-size:13px;
	text-align:left;
	line-height:2.2em;
}

.movie-box1 {
	width:345px;
//	height:240px;
	margin:0 0 10px 0;
	padding:10px 10px;
	color:#de0716;
//	text-align:center;
	background-color:#ffd7cc;
	border:1px solid #ffd7cc;
}
.movie-box1:hover {
	color:#111;
	background-color:#fff;
	border:1px solid #de0716;
}
.movie-box2 {
	margin:1px 0 0 0;
	padding:2px 0;
	color:#de0716;
	background-color:#fff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.movie-box1:hover .movie-box2{
//	color:#de0716;
	color:#fff;
	background-color:#de0716;
}

/*------------------------------------
	お問い合わせ
------------------------------------*/
.otoi-txt1 {
	padding:0 0 20px 0;
	font-size:13px;
//	font-weight:bold;
	line-height:1.9em;
}
.otoi-txt1 b{
	font-size:12px;
	color:#de0716;
//	font-weight:bold;
	line-height:1.9em;
}

.otoi-msg {
	padding:10px 0 40px 0;
	font-size:16px;
//	font-weight:bold;
	line-height:1.8em;
	text-align:center;
}
.otoi-msg2 {
	margin:0 0 5px 0;
	font-size:12px;
	color:#ff0000;
	font-weight:bold;
	line-height:1.5em;
	text-align:left;
}

.otoi-t01 {
	font-size:14px;
	color:#ff0000;
	font-weight:bold;
}
.otoi-t02 {
	margin:0 0 5px 0;
	font-size:12px;
//	color:#ff0000;
	font-weight:bold;
	line-height:2.2em;
}
.otoi-t02a, .otoi-t02a b {
	margin:0 0 5px 0;
	font-size:12px;
//	color:#ff0000;
//	font-weight:bold;
	line-height:1.9em;
}
.otoi-t03 {
	margin:10px 0 0 0;
	padding:0 0px 0 0;
	font-size:14px;
	color:#333;
	font-weight:bold;
	text-align:right;
}

.otoi-h0 {
	height:10px;
}

.otoi-wakuA {
	padding:0 0 0 0px;
}
.otoi-waku0 {
	width:343px;
	padding:15px;
	text-align:left;
}
.otoi-waku1 {
	float:none;
	width:100%;
	margin:0 0 0px 0;
//	border:1px solid #000;
}

.otoi-waku2 {
	float:none;
	width:310px;
	margin:-10px 0 0px 0;
}

.otoi_i01 {
	width:310px;
	height:30px;
	padding:5px;
	font-size:14px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px;
	border:1px solid #aaaaaa;
	margin:0 0 10px 0;
}

.otoi_i02 {
	width:150px;
	height:30px;
	padding:5px;
	font-size:14px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px;
	border:1px solid #aaaaaa;
	margin:0 0 10px 0;
}

.otoi_i03 {
	width:310px;
	height:215px;
	padding:5px;
	font-size:14px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px;
	border:1px solid #aaaaaa;
	margin:0 0 10px 0;
}
.otoi_i03a {
	width:310px;
	height:215px;
	padding:5px;
	font-size:14px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px;
	border:1px solid #aaaaaa;
	margin:0 0 10px 0;
}

.otoi_i06 {
	width:100%;
	height:50px;
	margin:10px 0 0 0;
	padding:5px;
	font-size:14px;
	color:#ffffff;

	border:1px solid #aaaaaa;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px;
}

.otoi_i06aa {
	width:100%;
	height:50px;
	margin:10px 0 0 0;
	padding:5px;
	font-size:14px;
	color:#de0716;

	border:1px solid #de0716;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px;
	cursor: pointer;
}


.otoi_i06_w {
	width:100%;
}


.otoi_f01 {
	font-weight:bold;
}	
/*------------------------------------
	採用情報
------------------------------------*/
.title08-p{
	height:25px;
}
	
.saiyo-p{
	margin: 10px 0px 0 0px;
	text-align:center;
}

.s-p{
	width:350px;
	text-align: left;
}	
	
.s-p1{
	padding:0px;
	margin:10px 0 10px 0;
}
.s-p2{
	margin: 10px 0 0 -5px;
	text-align:center;
	width:350px;
}

.bosyu-text1{
	font-size:13px;
	color"#0000ff"
	font-weight:bold;
	text-align:center;
	margin:15px 0 0 0px;
	}
	
.s-p3{
	width: 350px;
}

.bosyu-text3{
	font-size: 13px;
	color: #333;
	font-weight: bold;
	text-align: center;
	margin: 15px 0 0 0;
}
.bosyu-txt9{
	width: 350px;
	font-size:13px;
	color:#666;
	font-weight:bold;
	text-align:left;
	margin:10px 0 10px 0;
}
/*------------------------------------
	企業情報
------------------------------------*/
.title01-p{
	height:25px;
}

.vm{
	margin:0px 0 20px 0;
}

.pi1{
	position: relative;
  	width: 345px;
  	padding: 20px 20px;
  	-webkit-box-sizing: border-box;
  	box-sizing: border-box;
	font-size:22px;
	color:#333;
	font-weight:bold;
	text-align:center;
}

.pi1::before,
.pi1::after {
 	position: absolute;
  	content: '';
  	width: 20px;
  	height: 50px;
  	-webkit-box-sizing: border-box;
  	box-sizing: border-box;
}
.pi1::before {
	top: 0;
	left: 0;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
}
.pi1::after {
	bottom: 0;
	right: 0;
	border-bottom: 1px solid #555;
  	border-right: 1px solid #555;
}

.vision-txt3 {
	font-size:18px;
	color:#333;
	font-weight:bold;
	text-align:center;
	margin:5px 0 5px 0;
}

.vision-txt2 {
	font-size:13px;
	text-align:left;
	line-height:2.2em;
}


.prd-message{
	width:345px;
	text-align:left;
}

.ayumi{
	width:340px;
	text-align:left;
}

.border-ayumi{
	width:340px;
	text-align:left;

}

.border-co1{
	width:340px;
    height:2px;
	margin:0 0 0px 0;
	background-color:#aaa;
}

.border-co2{
	width:100px;
    height:2px;
	margin:0 0 0px 0;
	background-color:#de0716;
	float:left;
}

.suki-txt2{
	text-align:left;
	font-size: 10px;
	color:#333;
	margin:0 0 0 30px;
}

.suki-p{
    height:150px;
	text-align: center;
	border:1px solid #ddd;
	margin:5px 0 5px 0px;
}

.ayumi2{
	width:345px;
	text-align:left;
	padding:0 0px 10px 30px;
    margin:0 0px 0 0px;
}

.ayumi3{
	width:330px;
	text-align:left;
	margin:0 0 5px -30px;
}

.ayumi-ta {
	padding:0 43px 0 0;
	text-align: center;
}


.seireki-txt{
	font-size:13px;
	color:#de0716;
	text-align:left;
	float:left;

}

.wareki-txt{
	font-size:13px;
	color:#de0716;
	text-align:left;
	padding:0 0 0 5px;
	float:left;
}

.g-map {
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  float: none;
}

.g-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  float:none;
}

.map-s{
	width:345px;
}

.honsya-map{
	width:345px;
}

.eigyosyo{
	width:345px;
	margin: 30px 0 50px 0;
}

table {
	border-collapse: collapse;
}

table td, table th {
	display: block;
  	padding: 10px;
	
}

table th {
  	background-color: #eee;
}


.gaiyo {
	width:345px;
	text-align: left;
}
	
.top01{
	width: 315px;
}
.organization-p{
	width: 345px;
}

.box1 {
    border: 4px double #ddd;
    margin: 2em 0;
    padding: 2em;
}


/*-----------*/

	#table_ran {
		display: block;
		width: 100%;
	}
		#table_ran thead{
			display: none;
		}
		#table_ran tbody{
			display: block;
		}
			#table_ran tbody tr{
				display: block;
				margin-bottom: 1.5em;
			}
			#table_ran tbody th,
			#table_ran tbody td{
				display: list-item;
				border: none;
			}
			#table_ran tbody th{
				margin-bottom: 5px;
				padding:5px;
				list-style-type: none;
//				color: #fff;
//				background: #004986;
				text-align:left;
			}
			#table_ran tbody td{
				margin-left: 20px;
				padding: 0;
				background: transparent;
				text-align:left;
			}
			#table_ran tbody td:nth-of-type(1):before { content: "[Manufacturer]"; }
			#table_ran tbody td:nth-of-type(2):before { content: "[Model (capacity)]"; }
			#table_ran tbody td:nth-of-type(3):before { content: "[Number of Equipment]"; }

/*-----------*/


}

