.footer {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 40px;
    border-top: 1px solid #eee;
}
/* Main marketing message and sign up button */
.container{
/*    max-width: 970px; */
width:100% !important;
}
body .container, body .container *, body section, body section *{
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.jumbotron {
    text-align: center;
    background-color: transparent;
}
.jumbotron .btn {
    padding: 14px 24px;
    font-size: 21px;
}
/* Customize the nav-justified links to be fill the entire space of the .navbar */

.masthead .nav{}
.masthead .nav > li > a {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    text-align: center;
    background-color: #484949;
    margin: 0px 2px;
    font-weight: normal;
/*    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; */
    border-bottom: 0px;
}
.masthead .nav > .active, .masthead .nav > .nav-selected > a, .masthead .nav > .active > a:hover, .masthead .nav > .active > a:focus {
    -webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, .15);
    box-shadow: inset 0 3px 7px rgba(0, 0, 0, .15);
}
.masthead .nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
}
.masthead .nav > li {
    display: table-cell;
    width: 1%;
}
.masthead .nav > li {
    float: none;
}
.masthead .nav {
    width: 100%;
}
.masthead .nav > li > a {
    margin-bottom: 0;
    white-space: nowrap;
}
.masthead .nav > li > a {
    text-align: center;
}
#contactd span {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    line-height: 120%;
}
#contactd {
    text-align: right;
    padding-top: 10px;
}
/*
#contactd span:first-child {
    font-size: 15px;
    color: #4e4e4e;
    font-weight: bold;
}
#contactd span:last-child {
    font-size: 35px;
    color: #79b73c;
    font-weight: bold;
    padding-left: 10px;
} */
section.banner {
/*    border-bottom: #afafaf 1px solid;
    background: #fff;
    border-top: #afafaf 1px solid; */
    text-align: center;
}
.ccm-image-block{
    max-width:100%;
}
header{
    padding: 5px 0px;
}
.btn-success {
    background-color: #7ab83d;
    border-color: #7ab83d;
    color: #fff;
}
.banner ul{
    list-style: none;
    margin:0px;
    padding:0px 0px 20px 0px;
}
.banner > .container > img{
    max-width:100%;
}
.banner > .container{
    position:relative;
}
.banner ul li span{
    color:#7ab73d;
    font-weight: bold;
    padding-right: 10px;
}
.containerbanner{
    position: absolute;
    right:0;
    top:0;
    width:500px;
    padding: 100px 0px 0px 0px;
}
.content, .sidecontent{
/*    padding:5px 0px; */

}
.sidecontent{
    padding-bottom: 40px;
}
.prefoot{
    background: #555555;
}
.tridiv{
/*変更コメントアウト    padding: 10px 0px; */
}
.prefoot .col-md-4{
/*変更下記   min-height: 270px; */
width: 33.3333%;
}
.prefoot .col-md-4:nth-child(2){
    background: #777777;
}
#footer .col-xs-6:last-child{
    text-align: right;
}
#footer{
    padding: 10px 0px;
    font-size: 12px;
    background:#eee;
    text-align: center;
}
body .container .nav a, body section .nav a{
    color: #fff;
    /* customize_autonav-color */background-color: #484949;/* customize_autonav-color */
    display: block;
    padding: 10px 15px;
/*    border-bottom: 1px solid #fff; */
    position: relative;
}
body .container .nav li li a, body section .nav li li a{
    background: none repeat scroll 0 0 #777;
    padding-left: 25px;
}
body .container .nav li li a:hover,
body .container .nav li li a.nav-selected,
body .container .nav li a.nav-selected,
body .container .nav a:hover,
body section .nav li li a:hover,
body section .nav li li a.nav-selected,
body section .nav li a.nav-selected,
body section .nav a:hover
{
    background-color: #05683F;
    text-decoration: none;
    color: #fff;
}

body .container .nav, body section .nav, body .container .nav ul, body section .nav ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.searchResult a{
    color: #7ab83d;
}
.ccm-tags-display{
    margin-bottom: 40px;
}
.ccm-tags-display ul.ccm-tag-list li{
    color: #7ab83d;
}
a{
    color: #7ab83d;
}
a:hover{
    color: #6DA436;
    text-decoration: none;
}
.formBlockSurveyTable input[type="text"],
.formBlockSurveyTable input[type="email"],
.formBlockSurveyTable textarea,
.ccm-input-date,
.ccm-search-block-text,
.guestBook-formBlock input[type="text"],
.guestBook-formBlock input[type="email"],
.guestBook-formBlock textarea
{
    border:1px solid #ccc;
    padding: 3px;
}
.ccm-input-button, .ccm-search-block-submit, input[type="submit"] {
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color:#ededed;
    -webkit-border-top-left-radius:6px;
    -moz-border-radius-topleft:6px;
    border-top-left-radius:6px;
    -webkit-border-top-right-radius:6px;
    -moz-border-radius-topright:6px;
    border-top-right-radius:6px;
    -webkit-border-bottom-right-radius:6px;
    -moz-border-radius-bottomright:6px;
    border-bottom-right-radius:6px;
    -webkit-border-bottom-left-radius:6px;
    -moz-border-radius-bottomleft:6px;
    border-bottom-left-radius:6px;
    text-indent:0;
    border:1px solid #dcdcdc;
    display:inline-block;
    color:#777777;
    font-family:arial;
    font-size:12px;
    font-weight:bold;
    font-style:normal;
    height:30px;
    line-height:30px;
    width:100px;
    text-decoration:none;
    text-align:center;
    text-shadow:1px 1px 0px #ffffff;
    margin-top: 3px;
}
.ccm-input-button:hover, .ccm-search-block-submit:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
    background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
    background-color:#dfdfdf;
}
.ccm-input-button:active, .ccm-search-block-submit:active {
    position:relative;
    top:1px;
}
.grid_4.main-content-thumb {
    display: inline-block;
    padding: 15px;
    vertical-align: top;
    width: 175px;
}
body header .container #logo{
    max-width:350px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    /* Remove the padding we set earlier */
    .masthead, .marketing, .footer {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (max-width: 1200px) {
    .containerbanner{

        width:400px;
        padding: 50px 0px 0px
    }
}
@media (max-width: 991px) {
    #contactd span:last-child {
/*        font-size: 25px; */
    }
    .prefoot .col-md-4{
        min-height: 1px;
    }
    .prefoot .col-md-4:nth-child(2){
        background: none;
    }
    .prefoot .col-md-4{
        border-bottom: 1px solid #aaa;
    }
    .containerbanner{
        width:300px;
        padding: 30px 0px 0px
    }
}
@media (max-width: 768px) {
    .masthead .nav > li > a {
        border-right: 1px solid #d5d5d5;
        border-left: 1px solid #fff;
/*        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px; */
        margin: 3px 0px;
        display: block;
        width: 100%;
    }
    .masthead .nav > li {
        display: block;
        width: 100%;
    }
    #contactd{
        text-align: center;
    }
    #logo{
        text-align: center;
        margin: auto;
    }
    .masthead{
        padding-bottom: 20px;
    }
    section.banner{
        /* display: none; */
    }
    .masthead .nav{display: table;}
    .masthead .nav:before, .masthead .nav:after{display: none;}

.prefoot .col-md-4{
width:100%;
}

}
/* ▼customize */
body{animation: fadeIn 1s ease 0s 1 normal;background-image:url("/themes/taiho/images/bg.jpg");background-position:center top;background-repeat:no-repeat;background-attachment:fixed;background-size:cover;}
body .container p {margin: 10px;}
/* header{width:100%;background-image: url("/themes/taiho//images/alu0.jpg");background-repeat:repeat !important;} */
header .container{width:970px !important;margin-left:auto;margin-right:auto;}
/* .masthead{background-image: url("/themes/taiho//images/alu0.jpg");background-repeat:repeat !important;} */
/* #footer{background-image: url("/themes/taiho//images/alu0.jpg");background-repeat:repeat !important;} */
/* .bg{background-color:#fff;background-image: url("/themes/taiho//images/alu0.jpg");background-repeat:repeat !important;} */
.fg{width:970px;margin:auto;padding-top:10px;padding-bottom:10px;}
.col-md-12{padding-right:0px;padding-left:0px;}
table{width:96%;margin-left:auto;margin-right:auto;}

/* 上へ戻るボタン */
.top{position: fixed !important;bottom: 20px;right: 20px;border:solid 1px #CCC;background-color: #FFF;color: #333;border-radius: 50%;opacity: .6;width: 60px;height: 60px;font-size: 16px;line-height: 58px;}
.top:hover{cursor:pointer}

/* 見積り・製作案内 */
.mbox:hover{cursor:pointer}

/* メールフォーム用設定 */
.mailform input[type="checkbox"]{margin: 0;}


/* ▼PC・モバイルで表示変更するもの */
/* 二等分 モバイルで縦表示 */
.half{width: 50%;float: left;}
/* 三等分 モバイルで縦表示 */
.tri{width: 33.3333%;float: left;}
/* 三分の２ モバイルで縦表示 */
.twot3{width:66.6666%;float: left;}
/* PC・モバイルで表示・非表示 */
.mob{display:none;}


/* ▼タブレット表示設定 */
@media (max-width: 991px) {
	header .container{width:750px !important;}
	.fg{width:750px;}
}

/* ▼モバイル表示設定 */
@media (max-width: 768px) {
	body:before{position: fixed;background:url("/themes/taiho/images/bgm.jpg") no-repeat center top;background-size:100% auto;width:100%;height:150%;content: "";top: 0;left: 0;z-index: -1;}
	header .container{width:100% !important;}
	.fg{width:100%;}
	.half{width:100%;clear:both;float:none;}
	.tri{width:100%;clear:both;float:none;}
	.two3{width:100%;clear:both;float:none;}
	.pc{display:none;}
	.mob{display:inline;}
	.ccm-layout-col{width:100% !important;}
}

/* アコーディオン非表示 */
.menu{display:none;}

/* PCで表示 モバイルで非表示 */
.pc{
	display:inline;
width:970px;
margin:auto;
padding-top:10px;
padding-bottom:10px;

}
/* モバイルで表示 PCで非表示 */
.mobile{
	display:none;
}

@media (max-width: 768px) {
	.half{width:100%;float:none;}
	.tri{width:100%;float:none;}
	.two3{width:100%;float:none;}
	.pc{display:none;}
	.mobile{display:inline;}
	.sliderback{background-size:960px auto;}
	body .container .nav{border:none;}
	.ccm-layout-col{width:100% !important;}
}

@media (max-width: 768px) {
	/* ↓アコーディオン */
	
	.menu{display:inline;margin: 0 auto;padding: 0;text-align:center;}
	.menu a {display: block;padding: 15px;text-decoration: none;color: #000;line-height: 1;}
	.menu > label{display: block;padding :18px 0px;color :#fff;background :#01B0F1;cursor :pointer;margin-bottom: 0;}
	.menu input {display: none;}
	.menu ul {margin: 0;padding: 0;background :rgba(204,204,204, 0.3);list-style: none;}
	.menu li {max-height: 0;overflow-y: hidden;transition: all 0.5s;}
	#menu_bar01:checked ~ #links01 li{max-height: 46px;opacity: 1;border-bottom: solid 1px #999;}
	#logo{width:100%;float:none;}
	#contactd{clear:both;width:100%;float:none;}
	/* ↑アコーディオン */
}

/* 詳細はこちら */
.detail{font-size:14px;border: solid 1px #999;border-radius: 2px;width: 240px;margin: 0 auto;text-align: center;padding: 8px;}
.detail:hover{cursor:pointer;background-color:rgba(255,238,238,.6);transition: 0.5s;}
.detail a{color: #404040 !important;}
.detail a:hover{color: #404040 !important;}

@media (min-width: 1300px){
	.container {width: 1280px;}
}

.question{
	background-color:#FFF0F5;
	color:#ff0000;
	margin:10px;
	padding:10px;
}

.answer{
	background-color:#E0FFFF;
	margin:10px;
	padding:10px;
}