@charset "utf-8";

html {box-sizing: border-box;}

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

h1 {
	display:none;
}



h3 {

}

p {
    margin: 0 0 0 0;
}
a {
    color: #e69313;
    text-decoration: none;
}
.txtList {
	margin-bottom:1em;
}
.txtList li{
	display: list-item;
	list-style-type: disc;
	margin-left:1.2em;
}
.onlyPc {		
	display:none;
}

.noBorder {
	border:none !important;
}

div#mainImg {
text-align: center;
}
#mainImg .fotorama li img {
width: 160% !important;
    /* height: 100vh; */
    /* width: 200%; */
    margin: 0 -50%;

}

/*
.fotorama__nav--thumbs {
  display: none !important;
}

.rep {
	display: block;
	line-height: 3;
	height: 0;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 0;
}
*/
/* Recomm */
#recom ul .prodact {
	border: 1px solid #b7b7b7;
	display: block;
	float:left;
	width: 46%;
	text-align: center;
	padding: 20px 0;
	margin: 5px 0px 5px 10px;
	background-image: url(../img/top/photo_bg.gif);
	background-repeat: repeat-x;
	font-size: 0.96em;
	font-weight: normal;
	line-height: 1.6em;
	min-height:230px;
	position:relative;
}

.prodact dl dd.out {
    display: block;
    background-image: url(../products/img/out.png);
    background-repeat: no-repeat;
    width: 186px;
    height: 120px;
    position: absolute;
    text-indent: -9999px;
    background-position: center 30%;
    left: 0;
    right: 0;
    top: 30px;
    margin-left: auto;
    margin-right: auto;
}


/**** Header ****/
#header {
    height: 156px;
    overflow: hidden;
    border-bottom: solid 1px #d8d8d8;
    position: relative;
}

#header .inner {
    height: 72px;
    border-bottom: solid 1px #d2d2d2;
}

#header img {
    width: 65%;
    margin-left: 12px;
    margin-top: 12px;
}
#header .group {
    text-align: center;
    font-size: 80%;
    position: absolute;
    /* margin-top: 43px; */
    width: 100%;
    bottom: 8px;
}

#gMenu {
    position: fixed;
    top: 9px;
    right: 8px;
    width: 54px;
    height: 54px;
    background: url(../img/common/gloval_list.png) center center no-repeat;
    background-size: 100% auto;
    z-index: 999;
}
#gMenu ul{
	display:none;
	position:absolute;
	top:0;
	right:0;
}
#gMenu.check ul {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 72px;
}
#gMenu li {
    width: 50%;
    margin-left: 50%;
    text-align: right;
    /* background: url(../img/common/g_nav_li.gif) center right no-repeat; */
    border: solid 1px #dadada;
    /* background: #87a25b; */
}
#gMenu li a {
display: block;
    padding: 15px 10%;
    background: #ffffff;
    color: #404040;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
}
#gMenu li a:hover{
	color:#56712a;
}

#gMenu li.this_page{
	color:#ffffff;
}

#header #btn-tel,
#header #btn-login,
#header #btn-contact {
display: inline-block;
    /* padding: 6px; */
    border-radius: 20px;
    width: 40%;
    text-align: center;
    margin: 4px;
}

#header #btn-tel a,
#header #btn-login a,
#header #btn-contact a {
    color: #fff;
    font-weight: bold;
    font-size: 100%;
}
#header #btn-tel {
    background: #c3c3c3;
    width: 84%;
}
#header #btn-login {
    background: #f9c682;
}

#header #btn-contact {
 background: #ffa0ba;
}
#header .group h2 {
    display: none;
}

p#logoTxt {
    text-align: center;
    /* margin-top: 18px; */
    position: absolute;
    bottom: 45px;
    left: 0;
    right: 0;
    margin: auto;
}

/**** 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 {
    margin-left: auto;
    margin-right: auto;
        margin-top: 30px;
        width: 94%;

}

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

#content .page-indent {
    margin: 0 auto;
}
/* Footer */

#footer {
    clear: both;
    margin-top: 1em;
    background: #fff;
    padding-top: 20px;
    border-top: solid 1px #d0d0d0;
}

#footer .inner ul {
    overflow: hidden;
    text-align: center;
    margin: 5px 0;
    font-size: 80%;
}
#footer .inner ul li {
    display: inline-block;
    width: 44%;
    margin-bottom: 5px;
}
#footer .inner ul li:last-child{
	width:90%;
}
#footer .inner ul li a {
display: block;
    padding: 6px;
    color: #333;
    border-radius: 20px;
    border: 1px solid #cacaca;
    background: #fff;
}

#footer address {
    margin-top: 1em;
    display: block;
    width: 100%;
    background-color: #dc5a1e;
    text-align: center;
    color: #FFF;
    font-size: 11px;
    padding: 4px;
}

#fLogo {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}
#fLogo img {
    width: 100%;
}


/**** News ****/



#top #topics h2 {
font-size: 1.1em;
    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 {
    text-align: center;
    margin-bottom: 16px;
}



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

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

#topics dt {
color: #dc5a1e;
    font-weight: bold;
}

#topics li {
    border-bottom: dashed 1px #b5b5b5;
    padding-bottom: 0.6em;
    margin-bottom: 0.6em;
}

#cSchedule {

}

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

#cSchedule .inner div {
    margin: 20px 0;
}
#cSchedule ul {
    padding: 16px;
    /* 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 {
    text-align: center;
}

#infoBanner img {
    width: 96%;
    margin-bottom: 15px;
}

#twitter {

}

#twitter iframe {
    width: 100% !important;
}
#twitter dl {
    margin-top: 10px;
}

#fRead {
    background: #ffffff;
    border: solid 1px #cecece;
    width: 96%;
    margin: 18px auto;
}

#fRead .inner {
    margin: 16px;
}

#fRead img {
    width: 100%;
}

#fRead dt {
    color: #35a64b;
    font-weight: bold;
    font-size: 120%;
    margin-bottom: 0.4em;
    text-align: center;
}
/**** Side Banner ****/
#sideBanner {
	margin: 10px 0;
	text-align: center;
}

#sideBanner img {
	margin: 4px 0;
}

div#sideBanner li {
    display: inline-block;
}

#sideBanner-sp {
    margin: 10px 0;
    text-align: center;
}

#sideBanner-sp ul {
    letter-spacing: -1em;
    /* word-spacing: -1em; */
}

#sideBanner-sp ul li {
    display: inline-block;
    width: 47%;
				min-width:170px;
    margin: 2px 2px;
}

#sideBanner-sp ul li img {
    width: 100%;
    height: auto;
}


ul#topBanner img,
#topContact img {
    width: 100%;
}

dl#topContact {
    position: relative;
    margin-bottom: 20px;
}
#topBanner li{
    margin-bottom: 20px;
}
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: 3%;
    text-align: center;
    font-size: 21px;
    color: #555;
    /* left: 30px; */
    display: block;
    margin-bottom: 2%;
}

dl#topContact dd.btnGroup {
position: absolute;
    width: 90%;
    /* top: 210px; */
    top: 40%;
    left: 0;
    right: 0;
    margin: auto;
}

/**** 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: 100%;
}

#office ul.office_data {
    font-size: 0.9em;
    margin-top: 20px;
    margin-bottom: 20px;

}

#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;
    font-size: 1em;
}

/**** business ****/

ul.sample_list li {
    border: 1px solid #c6c6c6;
    /* float: left; */
    margin: 10px;
    /* 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: 100%;
    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; */
    margin-bottom: 15px;
}

.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;
    width: 100%;
}


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;
    text-align: left;
}
ul.product2_list li dd {

    text-align: left;
}
ul.product2_list li p.image,
ul.product2_list li p.cad {
display:inline-block;

}

ul.product2_list li img {
    height: auto;
    width: 100%;

}

/**** 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;
}