@charset "utf-8";


/**** Share ****/
html,body{
min-width:970px;

}
body {
    overflow: hidden;
    font-size: 1em;
    line-height: 1.5em;
    color: #505050;
}


h1 {
	display:none;
}

h2 {
}

h3 {
}

p {
    margin: 0 0 0 0;
}


.sp {		/* PCは非表示 */
	display:none;
}



.bl-hover { /* BiggerLink用 */
	-webkit-transition: 0.3s ease-in-out;  
				-moz-transition: 0.3s ease-in-out;  
						-o-transition: 0.3s ease-in-out;  
									transition: 0.3s ease-in-out; 
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

a {
    color: #e69313;
    text-decoration: none;
}
a:hover {
    color: #ffa700;
}

a img {
	-webkit-transition: 0.3s ease-in-out;  
				-moz-transition: 0.3s ease-in-out;  
						-o-transition: 0.3s ease-in-out;  
									transition: 0.3s ease-in-out; 
}

a img:hover {
	opacity:0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}


.rep {/**** 画像置換準備 ****/
	display: block;
	line-height: 3;
	height: 0;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 0;
}



/**** Header ****/

#header {
    height: 110px;
    min-width: 1000px;
    border-bottom: 3px solid #dc5a1e;
}
#header .inner {
width: 1150px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}






#header #btn-login,
#header #btn-contact {
display: inline-block;
    padding: 6px;
    border-radius: 20px;
    width: 137px;
    text-align: center;
    margin-right: 3px;
}

#header #btn-login a,
#header #btn-contact a {
    color: #fff;
    font-weight: bold;
    font-size: 100%;
}

#header #btn-login {
    background: #f9c682;
}

#header #btn-contact {
 background: #ffa0ba;
}



#hMenu {
	position: absolute;
	right: 4px;
	top: 36px;
}

div.headshrunk #menber {
	display: block;
	/* float: right; */
	clear: both;
	position: absolute;
	left: 360px;
	top: 15px;
}




div.headshrunk #hMenu {
    position: absolute;
    right: 0;
    text-align: right;
    /* top: 64px; */
    bottom: 14px;
}

#header p#logo {
    position: absolute;
    top: 20px;
}

#header p#logoTxt {
    position: absolute;
    top: 42px;
    left: 320px;
    font-size: 16px;
}


#header .group {
position: absolute;
    right: 6px;
    top: 20px;
    /* width: 192px; */
}
#header h2 {
    padding: 2px 0;
    font-size: 14px;
    font-weight: normal;
    background-color: #215da6;
    color: #fff;
    text-align: center;
    margin-bottom: 6px;
        border-radius: 20px;
}
#btn-tel a,
#btn-fax {
display: block;
    /* width: 192px; */
    /* height: 38px; */
    /* text-align: center; */
    font-size: 26px;
    /* margin-top: 2px; */
    color: #757575;
}
/**** gMenu ****/

#gMenu {

    /* height: 33px; */
    /* background-color: #e1e1e1; */
    position: absolute;
    right: 0;
    text-align: right;
    /* top: 64px; */
    bottom: 14px;
}
#gMenu ul {
    /* text-align: center; */
    /* width: 1000px; */
    /* margin: 0 auto; */
    font-size: 0;
}

#gMenu li {
display: inline-block;
}


#gMenu li a {
display: block;
    /* width: 132px; */
    /* height: 50px; */
    text-decoration: none;
    /* line-height: 49px; */
    font-size: 16px;
    color: #5a5f59;
    /* margin-top: 4px; */
    margin-right: 6px;
    /* font-weight: bolder; */
    background-color: #eaeaea;
    padding: 5px 24px;
    border-radius: 20px;
}

#gMenu li:last-child {

		border-right:none;
}

#gMenu li a:hover{
    color: #e69313;
    font-weight: bold;
}


/**** Layout Block ****/
#content {
width: 100%;
    /* background-image: url(../img/common/wrap_bg.jpg); */
    background-repeat: no-repeat;
    background-position: center 0%;
    background-size: contain;
}

#content .inner {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
        margin-top: 30px;

}

#content #office.inner {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    padding: 50px;
    background-color: #fff;
    border: 1px solid #d2d2d2;
    /* clear: both; */
    overflow: hidden;
}

#content .page-indent {
    width: 850px;
    margin: 0 auto;
}


#content #mainCont {
	width: 670px;
	float: right;
	border: 1px solid #b7b7b7;
	background-color: #FFF;	
	padding:12px;
 border-radius: 5px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
	margin-bottom:16px;
	margin-top: 10px;
}

#sideMenu {
	width:210px;
	float:left;
	border: 1px solid #b7b7b7;
	background-color: #FFF;	
	padding:12px;
 border-radius: 5px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
	margin-bottom:16px;
	margin-top: 10px;
}


#mainImg {
    width: 100%;
    /* margin: 0 auto 20px auto; */
    text-align: center;
}
div#mainImg img {
    width: 100%;
    text-align: center;
}
.fotorama__nav--dots {
    background: inherit !important;
}



.fotorama__nav {
	background-color:#CCC;
}
.fotorama__nav-wrap {
    display: none;
}


/**** index ****/

#top {
    margin-top: -10% !important;
    z-index: 2;
    position: relative;
}

#top ul#topBanner {
    /* float: left; */
    width: 1030px;
}

dl#topContact {
    float: right;
   	position: relative;
}

#topBanner li{
    margin-bottom: 20px;
    /* display: inline-block; */
    margin-right: 20px;
    float: left;
}

dl#topContact .tel a, dl#topContact .fax, dl#topContact .contact a {
    width: 100%;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #e8e8e8 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#e8e8e8 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 );
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 30px;
    border: 1px solid #cecece;
    padding: 12px;
    text-align: center;
    font-size: 21px;
    color: #555;
    /* left: 30px; */
    display: block;
    margin-bottom: 16px;
}

dl#topContact dd.btnGroup {
    position: absolute;
    width: 400px;
    top: 210px;
    left: 0;
    right: 0;
    margin: auto;
}

dl#topContact .tel a {
    top: 210px;
}
dl#topContact .fax {
top: 280px;
}
dl#topContact .contact a {
top: 350px;
}
/**** News ****/

#top #topics h2 {
font-size: 20px;
    font-weight: normal;
    /* border-bottom: double; */
    /* padding-bottom: 12px; */
    background: url(../img/common/st-line.gif) repeat-x;
    height: 36px;
    padding-left: 4px;
    padding-top: 3px;
}
#top #topics h2 span {
    margin-left: 12px;
    color: #dc5a1e;
}



#miryoku img {
    float: left;
	margin-left: 12px;
}

#topics {
    clear: both;
    background-color: #fff;
    border: 1px solid #d4d4d4;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

#topics ul {
padding: 16px;
    margin-top: 10px;
    height: 200px;
    overflow: auto;
    font-size: 96%;
    line-height: 140%;
    margin-bottom: 20px;
    padding-top: 0;
}

#topics dt {
    color: #dc5a1e;
    font-weight: bold;
    float: left;
    /* display: block; */
    width: 80px;
}
#topics dd {
display: block;
    /* float: left; */
    margin-left: 100px;
    /* text-indent: 1em; */
}
#topics li {
    border-bottom: dashed 1px #b5b5b5;
    padding-bottom: 0.6em;
    margin-bottom: 0.6em;
    clear: both;
}

#cSchedule {
    background: #ffffd4;
    padding: 12px;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: 16px 0;
		clear: both;
    min-width: 1100px;
}

#cSchedule .inner {
width: 1120px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    font-size: 90%;
    line-height: 140%;
}

#cSchedule .inner div {
    width: 351px;
    float: left;
    margin: 0 11px;
}
#cSchedule ul {
    background: #fff;
    padding: 16px;
    margin-top: 10px;
    height: 300px;
    overflow: auto;
}

div#fRead {
	clear:both;	
}
#cSchedule li {
    border-bottom: dashed 1px #b5b5b5;
    padding-bottom: 0.6em;
    margin-bottom: 0.6em;
}

#cSchedule dt {
    color: #35a64b;
    font-weight: bold;
}

div#infoBanner {
    float: left;
}

#infoBanner img {
    width: 720px;
    margin-bottom: 16px;
}
#twitter {
    float: right;
}
#twitter dl {
    margin-top: 10px;
}

#fRead {
background: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: 16px 0;
    clear: both;
    min-width: 1100px;
    border: solid 1px #cecece;
}

#fRead .inner {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

#fRead img {
    float: right;
    width: 350px;
    margin-top: -20px;
}

#fRead dl {
    width: 720px;
    float: left;
}
#fRead dt {
    color: #35a64b;
    font-weight: bold;
    font-size: 130%;
    margin-bottom: 0.4em;
}

/**** Side Banner ****/
#sideBanner {
	margin: 10px 0;
}

#sideBanner img {
	margin: 4px 0;
}



/**** Footer ****/

#footer {
    clear: both;
    position: relative;
    margin-top: 40px;
    height: 124px;
    min-width: 1000px;
    background-image: url(../img/common/footer_bg.png);
    background-repeat: repeat-x;
}

#footer .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

#fMenu {
    padding-top: 14px;
    text-align: center;
}

#fMenu li {
    padding: 0 10px;
    display: inline-block;
    /* width: 170px; */
}


#fMenu li a {
    font-size: 13px;
    color: #333;
    text-decoration: none;
}

#fMenu li a:hover{
	color:#F60;
}


#footer address {
    display: block;
    width: 100%;
    background-color: #dc5a1e;
    position: absolute;
    bottom: 0;
    text-align: center;
    color: #FFF;
    font-size: 11px;

}

p#fLogo {
	margin:0;
}


#fLogo a {
    display: block;
    position: absolute;
    top: 34px;
    right: 0;
}

#fLogo img {
    width: 180px;
}

/**** office ****/
h2.sub_tle {
    font-size: 20px;
    font-weight: normal;
    /* border-bottom: double; */
    /* padding-bottom: 12px; */
    background: url(../img/common/st-line.gif) repeat-x;
    height: 36px;
    padding-left: 4px;
    padding-top: 3px;
    clear: both;
    margin-bottom: 30px;
}
h2.sub_tle span {
    margin-left: 12px;
    color: #dc5a1e;
}


#office ul.office_data li {
    border-top: 1px dashed #b7b7b7;
    padding: 10px;
}

#office ul.office_data li:last-child {
border-bottom: 1px dashed #b7b7b7;
}

#office ul.office_data dt {
    width: 100px;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    color: #dc5a1e;
}

#office ul.office_data dd {
    display: inline-block;
    /* width: 340px; */
}

#office ul.office_data {
    /* width: 480px; */
    font-size: 0.9em;
    margin-top: 20px;
    margin-bottom: 20px;
    /* float: left; */
}

#office div#access {
    float: right;
    margin-top: 20px;
}

#office p.office_image img {
    display: inline-block;
    width: 350px;
}

#office p.office_image {
    margin-bottom: 20px;
}



h3 {
    clear: both;
    border-left: 12px solid #215da6;
    /* padding-left: 6px; */
    border-bottom: 1px solid #215da6;
    margin-bottom: 20px;
    padding: 4px 10px;
    margin-top: 20px;
}

/**** business ****/

ul.sample_list li {
    border: 1px solid #c6c6c6;
    float: left;
    margin: 20px;
    /* padding: 20px; */
    text-align: center;
    font-size: 0.9em;
    position: relative;
    padding-bottom: 44px;
}

ul.sample_list li dt{
    bottom: 12px;
    position: absolute;
    /* left: auto; */
    /* right: auto; */
    left: 0;
    right: 0;
}

ul.sample_list li img{
    width: 360px;
    height: auto;
}

/**** product ****/

ul.product_list li {
    border: 1px solid #c6c6c6;
    float: left;
    margin: 20px;
    /* padding: 20px; */
    /* text-align: center; */
    font-size: 0.9em;
    /* position: relative; */
    padding-bottom: 24px;
    width: 360px;
}

.product_list dl {
    width: 86%;
    margin: 0 auto;
}
ul.product_list li dt {
    /* bottom: 12px; */
    /* position: absolute; */
    /* left: auto; */
    /* right: auto; */
    /* left: 0; */
    /* right: 0; */
    /* text-align: left; */
    font-weight: bold;
    font-size: 1.1em;
    margin-top: 20px;
}

ul.product_list li img {
    width: 358px;
    height: auto;
}


ul.product2_list li {
    border: 1px solid #c6c6c6;
    /* float: left; */
    margin: 20px;
    padding: 20px;
    /* text-align: center; */
    font-size: 0.9em;
    /* position: relative; */
    padding-bottom: 24px;
    /* width: 360px; */
    text-align: center;
}

.product2_list dl {
    width: 86%;
    margin: 0 auto;
}
ul.product2_list li dt {
    /* bottom: 12px; */
    /* position: absolute; */
    /* left: auto; */
    /* right: auto; */
    /* left: 0; */
    /* right: 0; */
    /* text-align: left; */
    font-weight: bold;
    font-size: 1.1em;
    margin-top: 20px;
}

ul.product2_list li p.image,
ul.product2_list li p.cad {
display:inline-block;

}

ul.product2_list li img {

}

/**** contact ****/

ul.contact_list li {
    border-top: dashed 1px #b5b5b5;
    padding-bottom: 0.6em;
    /* margin-bottom: 0.6em; */
    padding-top: 0.6em;
}
ul.contact_list li:last-child {
border-bottom: dashed 1px #b5b5b5;
}


ul.bt_area {
    text-align: center;
    margin-top: 20px;
}

ul.bt_area li {
    display: inline-block;
    vertical-align: top;
}

span.error {
    color: red;
}