table-stripedtable-stripedtable-stripedtable-stripedtabletabletable-striped/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */





  .res_table {
    width: 100%;
   overflow: hidden !important;
  }
.res_table th {
	background-color: #5E5E5E;
	width: 250px;
  border: solid 1px #ccc;
  color: #fff;
  padding:10px;
	text-align: left;
}
.res_table td {
　border: solid 1px #ccc;
  padding: 10px;
	text-align: left;
}

@media screen and (max-width: 767px) {

  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .res_table {
    width: 90%;
	  table-layout: fixed;
word-break: break-all;
word-wrap: break-all;
	  	  overflow: hidden;
  }
  .res_table th,
  .res_table td {
　　border-bottom: none;
    display: block;
    width: 100%;
	  text-align: left;
	  overflow: hidden;
  }
}
 



.gridscrollWrapper{
	padding:0px 0px 0px 0px;
overflow:hidden;
float:left;
}

* html .gridscrollWrapper{height:1%;}
	
.gridscroll{
	width: 100%;
float:left;
border-radius:0px;
background:#fff;
overflow:scroll;
	height: 300px;
}



.gridscroll2Wrapper{
	padding:0px 0px 0px 0px;
overflow:hidden;
float:left;
}

* html .gridscroll2Wrapper{height:1%;}
	
.gridscroll2{
	width: 100%;
float:left;
border-radius:0px;
background:#fff;
overflow:scroll;
	height: 1000px;
}

.calendaer2 {
	margin-top:10px;
	height:300px;
	overflow:hidden;
}

dl.company dt {
  clear: left;
  float: left;
  width: 7em;
  padding: 5px 0.5em;
	color: black;
	font-size: 80%;
}

dl.company dd {
  margin-left: 1em;
  margin-right:1em;
  padding: 5px 0.5em 10px 8em;
  border-bottom: solid 1px #CCC;
	text-align: left;
	font-size: 80%;
	color: black;
}

.clear {
	clear:both;
	overflow:hidden;
}

.infade {
    -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;
}
.infade:hover {
    opacity: 0.4;
    filter: alpha(opacity=60);
} 

.modal-middle { //モーダルウィンドウの縦表示位置を調整
 margin: 5% auto;
}
 
.modal-img_footer { //表示予定のテキストとボタンを中央揃え
 padding: .5em;
 text-align: center;
}

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#portfolio .portfolio-item .portfolio-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
	background: #fff;
	
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .caption:hover {
    opacity: 1;
	 filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #000000;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
    margin: 0;
}

#portfolio * {
    z-index: 2;
}

@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 3em;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content .item-details {
    margin: 30px 0;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color:#262626;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color:#262626;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}



body {
		font-size: 100%;
    width: 100%;
    height: 100%;
font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
	color: #262626;

background-image:url(../img/back.jpg);
background-repeat:repeat-x;
margin:0;
	overflow-x: hidden;
	
}

.panel-body{
	color: #242424;
}


.modal-content{
	color: #262626;
	background-color: #fff;
}
.table-striped{
	color: #393939;
	overflow-x: hidden;
	font-size: 90%;
}

.table-striped a{
	color: #393939;
}

html {
    width: 100%;
    height: 100%;
	font-size: 95%;

}
.entry-title {
  font-weight: bold;
  padding: 10px 10px;
  position: relative;
  padding-bottom: .1em;
  border-bottom: 4px solid #ccc;
}
.entry-title::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 4px;
  background-color: #ada783;
}
h1,
h2,
h3{color: #444444;
    margin: 0 0 10px;
    text-transform: uppercase;
font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-weight: 700;
    letter-spacing: 1px;
}


h6{
    margin: 0 0 5px;
    text-transform: uppercase;
font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';

   letter-spacing: 5px;
	font-size: 120%;
}

h4{
    margin: 0 0 5px;
    text-transform: uppercase;
font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';

   letter-spacing: 5px;
	font-size: 80%;
}

h5 {
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  font-size: 20px;
  font-weight: bold;

  text-transform: uppercase;
  position: relative;
	color: #444444;
	


	
}
.mincho{
	font-size: 100%;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

.caption{
	font-size: 90% ;
font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
}


.caption2{
	line-height: inherit;
	font-size: 75% ;
font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
}


@media(max-width:700px) {
.caption2{
	line-height: inherit;
	font-size: 0.5em;
font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
}

}


p {
    margin: 0 0 25px;
    font-size: 80%;
    line-height: 1.5;
}

@media(min-width:768px) {
    p {
        margin: 0 0 35px;
        font-size: 100%;
        line-height: 1.6;
    }
	
	.mincho{
	font-size: 130%;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
}

a {
    color: #262626;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}



a:hover,
a:focus {
    text-decoration: none;
    color:#cbc9ba;
}

.light {
    font-weight: 400;
}

.navbar-custom {
	font-weight: 500;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
    background-color:#cbc9ba;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color:#4B4B4B;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
	 color: #4B4B4B;
}

.navbar-custom a {
    color:#4B4B4B;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
    outline: 0;
	color: #e6af3a;
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    background-color:#c8bb93;
}

.navbar-custom .nav li.active a:hover {
    color: #4B4B4B;
}

@media(min-width:768px) {
    .navbar-custom {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .navbar-custom.top-nav-collapse {
        padding: 0;
        border-bottom: 1px solid rgba(255,255,255,.3);
        background: #cbc9ba;
    }
}

.intro {
	
    display: table;
    width: 100%;



	padding-top: 300px;
	margin-top: 80px;
	
    text-align: center;
    color: #262626;
   	background-image: url(../img/top_martel_shop_2.jpg);
	background-position: center;



    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;

}

.product_main {
	
    display: table;
    width: 100%;
	height: 500px;

	margin-top: 70px;

	
    text-align: center;
    color: #262626;

	background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;

}



.intro .intro-body {
	

    display: table-cell;
    vertical-align: middle;
}


.intro .intro-body .brand-heading {
    font-size: 40px;

}

.intro .intro-body .intro-text {
    font-size: 18px;
	text-align: left;
	color: #FFFFFF;
	padding-left: 20px;

	
}
.intro-body img {
	width: 70%;
		padding-left: 30px;
}

@media(min-width:768px) {
    .intro {
     	height: 500px;
        padding: 0;
    }
	
.product_main {

	width: 100%;
        padding: 0;
    }

    .intro .intro-body .brand-heading {
        font-size: 100px;
    }

    .intro .intro-body .intro-text {
        font-size: 26px;
			position: absolute;
  top: 100px;
    }
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #262626;
    border-radius: 100%!important;
    font-size: 40px;
    color: #262626;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color:#e6af3a;
    background: rgba(255,255,255,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.content-section {
    padding-top: 50px;
}



#map {
    width: 100%;
    height: 200px;
    margin-top: 100px;
}

@media(min-width:767px) {
    .content-section {
        padding-top: 100px;
    }

    .download-section {
        padding: 100px 0;
    }

    #map {
        height: 400px;
        margin-top: 250px;
    }
}

.btn {
    border-radius: 0;
    text-transform: uppercase;
font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-primary {
    border: 2px solid #262626;
    color:#262626;
    background-color: transparent;
}

.btn-primary:hover,
.btn-primary:focus {
    border: 1px solid #610001;
    outline: 0;
    color: #fff;
	background-color: #D9B658}

ul.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 50px 0;
	background-color:#30280F;
	
}

footer p {
	color: white;
    margin: 0;
}

footer a {
	color: white;
    margin: 0;
}
::-moz-selection {
    text-shadow: none;
    background: #a5a28e;
    
}

::selection {
    text-shadow: none;
    background: #a5a28e;
   
}

img::selection {
    background: 0 0;
}



body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}

.panel{

	margin: 0 auto;

	border-radius: 0;
}
.scroll-top {
	
    z-index: 1049;
  
    right: 2%;
 
    width: 50px;
    height: 50px;
	margin-left: auto;
	margin-right: 15px;
		margin-bottom: 15px;
}

.scroll-top .btn {

    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
margin-left: auto;
	margin-right: 15px;
	margin-bottom: 15px;
}

.scroll-top .btn:focus {
    outline: 0;
}

.style-one{

border-top: solid 1px #600001 ;

}
.main-text{
	font-size: 300%;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
		text-align: center;
	padding-top: 20px;
	padding-bottom: 5px;
	line-height: 45px;


	color: #FFFFFF;
}

.main-textback{
	background-color: black;
}
.titleback{
	padding-top: 50px;
	padding-bottom: 5px;
	background-color: #e5e3d7;
}

.titleback2{
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #f3f4f6;
}

.shortcolum .col-md-4{
	padding: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1px； !important
	
}

.shortcolum .col-xs-6{
	padding: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1px； !important
}



.orangebox {
background-color:#FF6600;
	padding-top: 10px;
	padding-bottom: 10px;

margin-top:20px;
width:100%;
	text-align: center;

color:#FFFFFF;
}

.orangebox2 {
background-color:#FF6600;
margin-left:5px;
margin-top:20px;
padding:1px;
width:100%;

color:#FFFFFF;
}
 




@media(max-width:767px) {
	.main-text{
	font-size: 150%;
		text-align: center;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;

	line-height: 25px;

  text-transform: uppercase;
  position: relative;
	color: #FFFFFF;
}

.main-textback{
	background-color: black;
}
	.titleback{
	padding-top: 0px;
	padding-bottom: 10px;
	background-color: #e5e3d7;
}
	
		.titleback2{
	padding-top: 10px;
	padding-bottom: 10px;
background-color: #f3f4f6;
}
	
    }

@media only screen and (min-width : 768px) {
    /* デスクトップ表示ではホバー操作でドロップダウンを表示 */
    .dropdown:hover .dropdown-menu {
        display: block;
		background-color: #cbc9bc;
    }
}

@media screen and (max-width: 767px) {
  .table2 {
    width: 100%;
  } 
  .table2 .thead {
    display: none;
  }
  .table2 tr,
  .table2 td{
    display: block;
    width: 100%;
    position: relative;
  }
  .table2 td:first-child:before {
    content: "見出し:before";
    background: #e9727e;
    box-sizing: border-box;
    color: #fff;
    font-weight: bold;

    padding: 10px;
    position: absolute;
    top: -41px;
    left: -0.2%;
    display: block;
    width: 100.5%;
  }
  .table2 tr {
    margin-bottom: 40px;
	  padding-bottom: 10px;
  }
}




