/* 下層共通headerT *******************************************************/
#header {
	background:url(../images/common/dot.svg);
}
.header-inner {
	max-width:980px;
	margin:0 auto;
	height:64px;
	position:relative;
}
#header h1 {
	margin:0;
	padding:18px 0 0 0;
}
#header h1 img{
	width:286px;
	height:auto;
}
/* 下層共通ページタイトル *******************************************************/
#page-title {
	width:100%;
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
	background-color:#f7f7f7;
}
.title-inner {
	max-width:980px;
	margin:0 auto;
	height:125px;
	background:url(../images/common/title-bg.png) no-repeat right bottom;
}
.title-inner img{
	margin-top:10px;
}
/* 下層共通メインコンテンツ *******************************************************/
#content {
	background:url(../images/common/dot.svg);
	overflow:hidden;
}
.content-inner {
	max-width:980px;
	width:100%;
	margin:0 auto;
}
.sub-main-column {
	background-color:#FFF;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	max-width:705px;
	width:100%;
	float:left;
	margin-bottom:20px;
}
.sub-main-column h2{
	border-top:1px solid #ddd;
	margin:0;
	background-color:#f7f7f7;
	font-family: 'rounded-mplus-r';
	font-size:22px;
	padding:10px 15px;
	min-height:52px;
}
.sub-main-column h2 span{
	font-size:14px;
}
.sub-main-column h2 img{
	margin-right:5px;
}
.sub-main-column .column {
	padding:15px;
	overflow:hidden;
}
#content #sidemenu {
	margin-top:43px;
}
.ct-link{
	background:url(../images/common/ic_ct.png) no-repeat left top;
	padding:0 0 0 20px;
}
/* 下層共通サイドメニュー *******************************************************/
#content .side-1 {
	margin-bottom:0 !important;
}
.side-product {
	border-bottom:1px solid #ddd;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	width:100%;
	overflow:hidden;
	padding:10px;
	display:table;
	margin-bottom:0 !important;
	background-color:#FFF;
}
.side-product a{
	color:#000;
	font-family: 'rounded-mplus-r';
	font-size:16px;
	line-height:130%;
	display:block;
}
.side-product span{
	font-size:13px;
	display:block;
}
.side-product i{
	display:table-cell;
}
.side-product div{
	display:table-cell;
	vertical-align:middle;
}
.side-product img{
	width:40px !important;
	height:40px !important;
	margin-right:5px;
}
/* PRODUCT *******************************************************/
.read{
	padding:30px;
}
.read h4{
	font-size:15px;
	padding-bottom:20px;
	line-height:150%;
	margin:0;
}
.blue h4{
	padding-bottom:0 !important;
}
.prd1{
	background-color:#717dbd;
	color:#FFF;
}
.prd2{
	background-color:#00af6f;
	color:#FFF;
}
.prd3{
	background-color:#00afad;
	color:#FFF;
}
.prd4{
	background-color:#4ebbdf;
	color:#FFF;
}
.prd5{
	background-color:#b8df4e;
}
.prd6{
	background-color:#df4e95;
	color:#FFF;
}
.blue {
	background-color:#24a5df;
	color:#FFF;
}
.grn2 {
	background-color:#5dba43;
	color:#FFF;
}
.org{
	color:#FFF;
	background-color:#ffa13d;
}
.showCase {
	width:30%;
	float:left;
	margin-right:3.3%;
}
.showCase img{
	border:1px solid #ddd;
	width:100%;
	height:auto;
	max-width:190px;
}
.showCase ul{
	margin:0;
	padding:0;
	list-style:none;
	margin-bottom:2em;
}
.showCase h6{
	font-size:16px;
    line-height: 150%;
	text-align:center;
}
.showCase li{
	border-bottom:1px solid #ddd;
	font-size:12px;
}
.showCase .dl-bt{
	border:2px solid #24a5df;
	border-radius: 50px;
	text-align:center;
	width:100%;
	padding:5px 0;
	font-family: 'rounded-mplus-b';
	font-size:16px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	margin-bottom:2em;
}
.showCase .dl-bt:hover{
	background-color:#24a5df;
	color:#FFF;
}

.clear-ex {
	clear:both;
}
.pick1 {
	clear:both;
}
.pick1 dt{
	text-align:center;
	width:100%;
	padding:10px;
	font-weight:normal;
	font-size:15px;
}
.pick1 dd{
	background-color:#f7f7f7;
	border-bottom:1px solid #ddd;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	padding:10px;
}
.frm {
	border:1px solid #ddd;
	padding:10px;
	overflow:hidden;
	margin-bottom:1em;
}
.frm img{
	float:left;
	margin-right:10px;
}
.frm span{
	font-weight:bold;
	display:block;
}
ul.sr-list {
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
.sr-list li{
	border:1px solid #ddd;
	padding:5px;
	width:49%;
	margin-right:1%;
	float:left;
	margin-bottom:5px;
}
.column-btm {
	background-color:#f7f7f7;
	padding:20px;
	border-top:1px solid #ddd;
	overflow:hidden;
}
.column-btm img{
	float:left;
	margin-right:10px;
}
.column-btm span{
	font-weight:bold;
	font-size:16px;
}
.column-btm ul{
	margin:0;
	padding:0;
	list-style:none;
}
.column-btm li{
	float:left;
}
.dial {
	font-size:20px;
	font-family: 'rounded-mplus-b';
	margin-right:10px;
	margin-bottom:15px;
}
.column-btm .dial i{
	margin-right:3px;
}
a.contact-bt{
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	background: linear-gradient(#45a518, #019041);
	color:#FFF;
	padding:5px 20px;
	font-size:18px;
}
.l-box {
	max-width:360px;
	width:49%;
	margin-right:1%;
	text-align:center;
}
.l-box img{
	border:1px solid #ddd;
	margin-bottom:5px;
	width:100%;
	height:auto;
}
.l-box span{
	display:block;
	line-height:130%;
	margin-bottom:1em;
}
.l-box2 {
	width:49%;
	margin-right:1%;
	float:left;
	text-align:center;
}
.l-box2 img{
	width:100%;
	height:auto;
	margin-bottom:5px;
	border:1px solid #ddd;
}
.l-box2 span{
	display:block;
	line-height:130%;
	margin-bottom:1em;
}
.s-box {
	display:table;
	clear:both;
	width:100%;
}
.s-box {
	display:table-cell;
	padding-bottom:1em;
}
.s-box i{
	display:table-cell;
	margin-right:10px;
}
.s-box i img{
	margin-right:10px;
}
.s-box p{
	display:table-cell;
	vertical-align:middle;
}
.box-set {
	overflow:hidden;
}
.step {
	width:19%;
	margin-right:1%;
	float:left;
}
.step img{
	width:100%;
	height:auto;
}
.step dt{
	background-color:#b8df4e;
	font-weight:normal;
	padding:3px;
	font-size:13px;
}
.step dd{
	font-size:11px;
	padding-top:5px;
}
.title-box {
	position:relative;
}
.title-box img{
	position:absolute;
	position:relative;
	z-index:0;
}
.title-box p{
	position:absolute;
	bottom:15px;
	left:15px;
	color:#FFF;
	z-index:2;
	font-size:32px;
	text-shadow: 1px 1px 2px #222;
	line-height:120%;
}
/* overlay  ***************/
.overlay {
	position:relative;
}
.overlay:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,175,173,0.2);
	z-index:1;
}
.catalog-bt {
	margin-left: auto;
	height:68px;
	max-width:400px;
	margin-bottom:25px;
	text-align:center;
	border-radius: 40px;
	-webkit-border-radius: 40px; 
	-moz-border-radius: 40px;
	background: #ffa137; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffa137 0%, #ff7a37 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffa137 0%,#ff7a37 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffa137 0%,#ff7a37 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa137', endColorstr='#ff7a37',GradientType=0 ); /* IE6-9 */
}
.catalog-bt a{
	display:block;
}
.alert-ttl span{
	font-weight:normal;
	font-size:small;
}
.spec-calc {
}
.spec-calc:hover {
    opacity: 0.8;
}
.spec-calc a{
    color: #fff;
    background: #00af6f url("../images/product/calc.png") ;
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-size: 120px auto;
    font-family: 'rounded-mplus-r';
    border-radius: 10px;
    font-size: 24px;
    display: block;
    padding: 20px;
}
.spec-calc a span{
    display: block;
    font-size: 18px;
}
.column .ctg-ttl{
    background: #27a6df;
    color: #fff;
    padding: 10px 15px;
    border-radius: 25px 0 25px 0;
    font-size: 16px;
    font-weight: bold;
}
ul.column-2{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.column-2 li{
    width: 48%;
    margin-bottom: 15px;
}
ul.column-2 li img{
    width: 100%;
    height: auto;
    border: 1px solid #ddd;
    box-sizing: border-box;
}
.column .column-1{
    border: 1px solid #ddd;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}
.column .column-1 img{
    width: 100%;
    height: auto;
    max-width: 320px;
}
/* CATALOG *******************************************************/
.catalog-list {
	width:49%;
	float:left;
	margin-right:1%;
	border:1px solid #ddd;
	padding:15px;
	overflow:hidden;
	margin-bottom:1em;
}
.catalog-list img{
	border:1px solid #ddd;
	margin-right:10px;
	float:left;
}
.catalog-list dd{
	margin-top:1em;
}
.pdf-ic{
    position: relative;
    padding-left: 26px;
    line-height: 100%;
    margin: .7em 0 0 0;
    display: inline-block;
}
.pdf-ic:before{
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    background: url(../images/catalog/pdf-ic.png) no-repeat;
    background-size: 24px 24px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
/* CONTACT *******************************************************/
.read-contact{
	padding:20px;
	background:#edfdff url(../images/contact/contact_bg.svg) no-repeat right ;
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
	font-size:12px;
	line-height:130%;
	min-height:130px;
}
.read-contact h4{
	font-size:18px;
	padding-bottom:10px;
	line-height:150%;
	color:#009042;
	margin:0;
}
.contact-catalog {
	display:block;
}
.contact-catalog a{
	display:block;
	text-align:center;
	padding:10px;
	border:3px solid #ffa137;
	border-radius: 40px;
	-webkit-border-radius: 40px; 
	-moz-border-radius: 40px;
	font-size:18px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.contact-catalog a:hover{

}
.contact-tb {
	width:100%;
}
.contact-tb span{
	color:red;
}
.contact-tb th{
	background-color:#f7f7f7;
	font-weight:normal;
	padding:3px 10px;
	border-bottom:5px solid #fff;
}
.contact-tb td{
	padding:3px 10px;
	margin-bottom:5px;
	border-bottom:5px solid #fff;
}
.contact-tb .re input {
	width:80%;
}
.contact-tb .rere input {
	width:100%;
}
.contact-tb .re textarea {
	width:90%;
}
.buttonArea {
	padding: 12px 0 12px 0;
}
.buttonArea button {
	width: 280px;
	margin: 0 5px;
	padding: 5px 10px;
	border: none;
	opacity: 1;
	background: #009042;
	line-height:100%;
	color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.buttonArea button:hover {
	opacity: 0.7;
	background: #999;
}
.alert {
	font-size:11px;
	border:1px solid #ddd;
}
/* MAINTENANCE *******************************************************/
.blue p{
	margin-top:1em;
}
.mnt-1 span{
	display:block;
	font-weight:bold;
	margin-top:1em;
}
.mnt-1 th{
	vertical-align:top;
	font-weight:normal;
}
.mnt-1 td{
	vertical-align:top;
	padding-left:10px;
}
.sub-main-column h5 {
	background-color:#f3f3f3;
	font-size:15px;
	padding:10px;
	clear:both;
	border-left:4px solid #24a5df;
	margin-top:2em;
	margin-bottom:1em;
}
.mnt-2 ul {
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	clear:both;
	overflow:hidden;
}
.mnt-2 ul li{
	width:33.3%;
	padding-right:3.3%;
	float:left;
	background:url(../images/maintenance/ar.png) no-repeat ;
	background-position: right 0 top 85px; 
}
.mnt-2 ul li h6{
	background-color:#24a5df;
	color:#FFF;
	text-align:center;
	padding:5px 0;
	font-size:13px;
	margin-bottom:1px;
}
.mnt-2 ul li span{
	display:block;
}
.mnt-2 ul li:last-child{
	background:none;
}
.mnt-2 ul li img{
	width:100%;
}
.mnt-2 .cycle{
	clear:both;
	margin-top:2em;
}
/* MOVIE *******************************************************/
.movie-set section {
	width:100%;
	border:1px solid #ddd;
	padding:10px;
	overflow:hidden;
	margin-bottom:1em;
}
.movie-set section h4{
	width:100%;
	font-size:14px;
	border:1px solid #ddd;
	padding:10px;
	margin:0 0 5px 0;
}
.movie-set section h4 span{
	color:#24a5df;
	font-weight:bold;
	padding-right:10px;
}
.movie-shot {
	width:23.5%;
	float:left;
}
.movie-shot img{
	width:100%;
	height:auto;
}
.movie-shot p{
	background:#333 url(../images/movie/prev.gif) no-repeat left bottom;
	height:20px;
	text-align:right;
	color:#FFF;
	font-size:12px;
	padding-right:3px;
}
.movie-shot a:hover {
	text-decoration:none;
	cursor:pointer;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity:0.8;
    zoom:1;
}
.movie-set ul{
    margin:0 0 0;
	list-style:none;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    width:76%;
	float:right;
}
.movie-set li {
	float:left;
	font-size:12px;
}
.spec {
	background-color:#24A5DF;
	color:#FFF;
    min-width:10%;
	padding:5px;
	clear:both;
	margin-bottom:5px;
}
.spec-txt{
	padding-left:5px;
	margin-bottom:5px;
	width:90%;
}
.spec-txt2{
	width:100%;
	border:1px solid #ddd;
	text-align:center;
}
.spec-txt2 span{
	background:url(../images/movie/air.png) no-repeat left ;
	padding-left:18px;
}
/* DRAWING *******************************************************/
h2.no-read {
	border-bottom:1px solid #ddd;
}
#draw-ctg1 {
	border:1px solid #717dbd;
	background-color:#f1f2f8;
	padding:10px;
	margin-bottom:10px;
}
#draw-ctg1 span{
	display:inline-block;
	color:#000;
	font-family: 'rounded-mplus-r';
	font-size:21px;
	background:url(../images/common/ic_1.svg) no-repeat left ;
	padding-left:45px;
	height:40px;
	padding-top:10px;
	vertical-align:middle;
}
#draw-ctg1 ul, #draw-ctg2 ul{
	list-style:none;
	margin:0;
	padding:0;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#draw-ctg1 li{
	list-style:none;
	margin:5px 0 0 0;
	padding:0;
	border:1px solid #717dbd;
	background-color:#FFF;
	border-radius: 2px;
	flex-basis:32%;
	text-align:center;
}
#draw-ctg1 li a, #draw-ctg2 li a{
	color:#333;
	display:block;
	padding:5px 0;
}
#draw-ctg2 {
	border:1px solid #00af6f;
	background-color:#e5f7f0;
	padding:10px;
}
#draw-ctg2 span{
	display:inline-block;
	color:#000;
	font-family: 'rounded-mplus-r';
	font-size:21px;
	background:url(../images/common/ic_2.svg) no-repeat left ;
	padding-left:45px;
	height:40px;
	padding-top:10px;
	vertical-align:middle;
}
#draw-ctg2 li{
	list-style:none;
	margin:5px 0 0 0;
	padding:0;
	border:1px solid #00af6f;
	background-color:#FFF;
	border-radius: 2px;
	flex-basis:32%;
	text-align:center;
}
#draw-ctg2 ul::after{
  content:"";
  display: block;
  width:32%;
}
.draw-ic1 {
	display:inline-block;
	color:#000;
	font-family: 'rounded-mplus-r';
	font-size:21px;
	background:url(../images/common/ic_1.svg) no-repeat left ;
	padding-left:45px;
	height:40px;
	padding-top:10px;
	vertical-align:middle;
	margin-top:1em;
}
.draw-ic2 {
	display:inline-block;
	color:#000;
	font-family: 'rounded-mplus-r';
	font-size:21px;
	background:url(../images/common/ic_2.svg) no-repeat left ;
	padding-left:45px;
	height:40px;
	padding-top:10px;
	vertical-align:middle;
	margin-top:1em;
}
table.draw-tb {
	border-left:1px solid #ddd;
	border-top:1px solid #ddd;
	width:100%;
}
.draw-tb th{
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	font-weight:normal;
	background-color:#f7f7f7;
	padding:15px;
	vertical-align:top;
	width:50%;
	white-space:nowrap;
	font-size:16px;
}
.draw-tb td{
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	padding:4px 10px;
}
.draw-tb td a{
    display: block;	
	position: relative;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}
.draw-tb td a:visited{
	color:#5bbce7;
}
.draw-tb td a::before{
	position:absolute;
	content:"";
	top: 0;
	bottom: 0;
	margin:auto;
    right: 3px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #24a5df;
    border-right: 2px solid #24a5df;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.draw-tb td.sep{
	background-color:#f7f7f7;
}
.draw-tb td.sep span{
	position:relative;
	display:block;
}
.draw-tb td.sep span::before{
	position:absolute;
	content:"";
	top: 0;
	bottom: 0;
	margin:auto;
    right: 3px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #bbb;
    border-right: 2px solid #bbb;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
@media screen and (max-width: 992px) {
#header h1 {
	padding:18px 0 0 20px;
}
.sub-main-column {
	width:71.9%;
}
}
@media screen and (max-width: 768px) {
.sub-main-column {
	width:100%;
	float:none;
	margin:0 auto;
}
#content #sidemenu {
	padding:20px;
}
.side-product {
	width:99%;
	margin-left:1%;
}
.side-product i img{
	width:60px !important;
	height:60px !important;
}
.side-product div{
	font-size:22px;
}
}
@media screen and (max-width: 640px) {
#header {
	height:105px;
	}
#header h1 {
	padding:60px 0 0 20px;
}
#header h1 img{
	width:286px;
	height:auto;
}
/* PRODUCT *******************************************************/
.showCase {
	width:45%;
	float:left;
	margin-right:5%;
}
.showCase img{
	border:1px solid #ddd;
	width:100%;
	height:auto;
	max-width:none;
}
.clear-ex {
	clear:none;
}
.step {
	width:32%;
	margin-right:1%;
}
}
@media screen and (max-width: 590px) {
/* PRODUCT *******************************************************/
.sr-list li{
	width:100%;
	margin-right:0;
	float:none;
}
/* CATALOG *******************************************************/
.catalog-list {
	width:100%;
	float:none;
	margin-right:0;
}
/* MAINTENANCE *******************************************************/
.mnt-2 ul li{
	background-position: right 0 top 65px; 
}
/* MOVIE *******************************************************/
.movie-set li {
	float:none;
	width:100%;
}
}
@media screen and (max-width: 460px) {
#header {
	height:115px;
	}
#header h1 {
	padding:70px 0 0 20px;
}
/* PRODUCT *******************************************************/
.read {
	font-size:18px;
}
.read h4{
	font-size:20px;
}
.showCase {
	width:100%;
	float:none;
	margin-right:0;
}
.showCase h6{
	font-size:18px;
}
.showCase li{
	font-size:16px;
	padding:5px 0;
}
.pick1 dt{
	font-size:18px;
}
.pick1 dd{
	font-size:16px;
}
.frm {
	font-size:16px;
}
.frm img{
	float:none;
	margin-right:0;
	margin-bottom:10px;
	width:100%;
	height:auto;
}
.frm span{
	font-size:18px;
}
.sr-list li{
	font-size:16px;
}
.column-btm img{
	float:none;
	margin-right:0;
	margin-bottom:10px;
	width:100%;
	height:auto;
}
.column-btm span{
	font-size:18px;
}
.column-btm {
	font-size:16px;
}
.column-btm li{
	float:none;
}
.column-btm .dial {
	font-size:24px;
	margin-right:0;
	margin-bottom:25px;
}
a.contact-bt{
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	background: linear-gradient(#45a518, #019041);
	color:#FFF;
	padding:5px 20px;
	font-size:22px;
	width:100%;
}
.l-box {
	max-width:none;
	width:100%;
	margin-right:0;
	text-align:center;
	font-size:16px;
}
.l-box2 {
	width:100%;
	margin-right:0;
	float:none;
	text-align:center;
	font-size:16px;
}
.step {
	width:49%;
	margin-right:1%;
}
.step dt{
	background-color:#b8df4e;
	font-weight:normal;
	padding:3px;
	font-size:16px;
}
.step dd{
	font-size:13px;
	padding-top:5px;
}
.spec-calc a{
    background-position: right 10px center;
}
ul.column-2 li{
    width: 100%;
}
/* CATALOG *******************************************************/
.catalog-list dt{
	font-size:18px;
}
/* CONTACT *******************************************************/
.read-contact{
	text-shadow:1px 1px 1px #FFF;
	font-size:16px;
	line-height:150%;
	background:#edfdff;
}
.read-contact h4{
	text-shadow:1px 1px 1px #FFF;
	font-size:20px;
}
.contact-tb th{
	display:block;
	width:100%;
	font-size:18px;
	padding:10px;
	margin-top:1em;
}
.contact-tb td{
	display:block;
	width:100%;
	font-size:16px;
	padding:10px;
}
.contact-tb .re input {
	width:80%;
}
.contact-tb .re textarea {
	width:80%;
}
.buttonArea button {
	width: 260px;
	margin: 0 5px;
	padding: 10px 10px;
	border: none;
	opacity: 1;
	background: #009042;
	line-height:100%;
	color: #fff;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
}
/* MAINTENANCE *******************************************************/
.mnt-1 {
	font-size:16px;
}
.mnt-1 th{
	display:block;
	width:100%;
}
.mnt-1 td{
	display:block;
	width:100%;
	margin-bottom:1em;
}
.sub-main-column h5 {
	font-size:18px;
	line-height:150%;
}
.mnt-2 ul li{
	width:100%;
	padding-right:0;
	float:none;
	background:url(../images/maintenance/ar2.png) no-repeat center bottom;
	padding-bottom:1em;
	font-size:16px;
}
.mnt-2 ul li h6{
	font-size:18px;
	padding:10px;
}
/* MOVIE *******************************************************/
.movie-set section h4{
	font-size:18px;
	line-height:150%;
}
.movie-shot {
	width:100%;
	float:none;
}
.movie-shot p{
	font-size:14px;
}
.movie-set ul{
    width:100% !important;
	float:none;
	clear:both;
	display:block;
	margin:0;
	padding:0;
}
.movie-set li{
    width:100% !important;
	float:none;
	display:block;
	clear:both;
	font-size:16px;
}
.spec {
	background-color:#24A5DF;
	color:#FFF;
    min-width:100%;
	width:100%;
	padding:5px;
	clear:both;
	margin-bottom:5px;
}
.spec-txt{
	padding:5px;
	margin-bottom:5px;
	width:100%;
}
.spec-txt2 span{
	padding:10px 10px 10px 18px;
	font-size:14px;
}
/* DRAWING *******************************************************/
#draw-ctg1 ul, #draw-ctg2 ul{
	display:block;
}
#draw-ctg1 li{
	flex-basis:100%;
}
#draw-ctg2 li{
	flex-basis:100%;
}
.draw-tb th{
	width:100%;
	display:block;
	border-left:4px solid #24a5df;
}
.draw-tb td{
	display:block;
	width:100%;
}
}
@media screen and (max-width: 400px) {
}
@media screen and (max-width: 320px) {
#header h1 {
	padding:60px 0 0 0;
}
#header h1 img{
	width:100%;
	height:auto;
}
.catalog-bt {
	height:50px;
}
.catalog-bt img{
	height:50px;
	width:auto;
}
}