
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.inner {
	width: 970px;
	margin: 0 auto;
}

h2.common_h, h3.common_h {
	display: block;
	text-align: center;
}

h2.common_h{
	margin: 0px auto 7px;
	font-weight: bold;
	font-size: 170%;
}

h3.common_h{
	margin: 0px auto 54px;
	font-weight: normal;
	font-size: 80%;
	letter-spacing: 0.1em;
}

.visible_h{
	position: relative;
	z-index: 1000;
}
.subTitle {
	margin: 0 auto 54px;
	font-weight: bold;
	font-size: 120%;
	text-align: left;
}

.sec_inner .visible_h{
	text-align: center;
	color: #FFF;
}


dt,dd{
	display: block;
}

section {
	padding: 60px 0px 20px;
	color: #555;
	z-index: 999;
}
.sec_inner {
	margin: 0 auto;	
}
@media (max-width: 768px) {
	section {
		padding-top: 20px;
	}
}

section.first_sec {
	margin-top: 92px;
	height: auto;
}


#header {
	position: relative;
}

#first_view {
	padding: 0;
}
.jumbotron {
	position: relative;
}
#first_view_con .bg {
	width: 100%;
	height: 2000px;
	position: fixed;
	top: 0;
	left: 0;
	background: #000;
	z-index: 1000;
	opacity: 0.5;
}

#first_view_con {
	overflow: hidden;
	height: auto;
	position: relative;
	overflow: hidden;
}
#first_view_con .container {
	position: relative;
	z-index: 1000;
}
#first_view_con .container .jumbophoto {
}
#first_view_con h1 {
	color: #FFF;
	font-family: serif;
}
#first_view_con h1 span {
	color: #FFF;
	font-size: 45%;
	display: block;
	margin: 0 0 10px;
}
#first_view_con p {
	color: #FFF;
	font-family: serif;
}
#first_view_con a {
}/*
@media (min-width: 768px) {
	#first_view_con h1 {
		font-size: 100%;
	}
	#first_view_con p {
		font-size: 100%;
	}
}*/
@media (max-width: 992px) {
	#first_view_con h1 {
		font-size: 220%;
	}
	#first_view_con p {
		font-size: 140%;
	}
	.navbar-right li a {
		padding-left: 10px !important;
		padding-right: 10px !important;
		font-size: 80%;
	}
}
@media (max-width: 768px) {
	#first_view_con h1 {
		font-size: 170%;
	}
	#first_view_con p {
		font-size: 100%;
	}
	.navbar-right li a {
		font-size: 100%;
	/*	font-size: 80%;*/
	}
	.navbar-nav li a {
		background: #00A01B;
		color: #FFF !important;
	}
	.navbar-nav li a:hover,
	.navbar-nav li a:focus {
		background: #3EB546;
	}
	#first_view_con {
		height: 350px;
	}
}

#head_nav {
	width: 100%;
	position: absolute;
/*	top: 500px;*/
	padding: 0;
	z-index: 1005;

}
@media (max-width: 768px) {
	#head_nav {
		top: 0;
	}
}
#head_nav.affix {
    position: fixed;
    top: 0;
    width: 100%
}
#head_nav div.bg {
	background: #FFF;
/*	opacity:0.8;*/
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 91px;
	z-index: 1;
}
#xs_mess {
	padding-top: 92px;
	padding-bottom: 0;
}
#xs_mess p.mess {
	padding: 7px 0;
}

.navbar-iwai {
	position: relative;
	z-index: 999;
}
.navbar-toggle {
	color: #00A01B;
	line-height: 120%;
	font-size: 180%;
}
.navbar-toggle .icon-bar {
	
}
.navbar-toggle {
	
}
.navbar-toggle:hover,
.navbar-toggle:focus {
	color: #3EB546 !important;
}


.xs_mess_left {
	display: table-cell;
	vertical-align: bottom;
}
.xs_mess_left img {
	vertical-align: bottom !important;
	width: 100%;
}
.xs_mess_right {
	display: table-cell;
	padding-bottom: 10px;
	padding-right: 5px;
}

.navbar-brand {
	color: #00A01B !important;
	height: 91px !important;
	padding: 0 15px 0 105px !important;
	line-height: 91px !important;
	font-size: 180%;
	font-family: sans-serif;
	text-shadow: 1px 1px 3px #CCC;
	font-weight: bold;
	background: url('../../images/default/base/logo.png') no-repeat left center;
	background-size: contain;
}
.navbar-brand span {
	font-size: 80%;
	font-weight: normal;
}
.navbar-brand img {
	height: 100%;
}
@media (max-width: 768px) {
	.navbar-brand {
		height: 65px !important;
		overflow: hidden;
		padding: 0 0 0 85px !important;
		line-height: 65px !important;
		font-size: 130%;
		font-family: sans-serif;
		text-shadow: 1px 1px 3px #CCC;
		font-weight: bold;
		background:  url('../../images/default/base/logo.png') no-repeat left center;
		background-size: contain;
	}
	.navbar-brand span {
		font-size: 80%;
		font-weight: normal;
	}
	.navbar-brand img {
		height: 100%;
	}
}

.nav > li > a {
	height: 91px;
	line-height: 91px;
	padding: 0 20px;
}
.navbar-nav li a {
	color: #00A01B;
}
.navbar-nav li a:focus,
.navbar-nav li a:hover {
	background: #00A01B;
	color: #FFF;
}
.dropdown-menu {
	background: #00A01B;
	z-index: 1010;
}
.dropdown-menu li a {
	color: #FFF;
	display: block;
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}
.dropdown-menu li a:focus,
.dropdown-menu li a:hover {
	background: #00A01B !important;
	color: #FFF;
}

#pages,
#pages_unit_p {
	position: relative;
	overflow: hidden;
}
#pages {
	margin-top: 92px;
	height: auto;
}
#pages_unit_p {
	margin-top: 92px;
	height: 400px;
}


#mortex,
#mortex_unit_p {
	position: relative;
	overflow: hidden;
}
#mortex {
	margin-top: 192px;
	height: auto;
}
#mortex_unit_p {
	margin-top: 92px;
	height: 400px;
}
#mortex .bg,
#mortex_unit_p .bg {
	background: url('../../images/contents/mortex_head_bk.jpg') no-repeat center center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

#mortex h2,
#mortex_unit_p h2 {
	padding: 10px 20px;
	background: #FFF;
	margin-bottom: 0;
}
#mortex h3,
#mortex_unit_p h3 {
	padding: 5px 20px 10px;
	background: #FFF;
}
#mortex .row,
#mortex_unit_p .row {
    margin: 0 auto 30px;
}
#mortex .date, 
#mortex_unit_p .date {
	font-weight: bold;;
}
#mortex .subject,
#mortex_unit_p .subject {
	
}
.text-center-catch_s {
	line-height: 200%;
	font-size: 17px;
}

.mortex_sec {
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.mortex_sec2 {
	margin-top: 70px;
	padding-bottom: 70px;
}
.bealstone_sec {
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.bealstone_sec2 {
	margin-top: 70px;
	padding-bottom: 70px;
}

.mortex_h3 {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	padding-top: 80px;
	padding-left: 30px;
}

.mortex_bg_green, 
.bealstone_bg_green {
	background: #40b3bc;
	color: #FFF !important;
}
.mortex_bg_gay {
	background: #F5F5F5;
	color: #999 !important;
	margin-top: 0;
}

.mortex_visible-xs {
	clear: both;
	height: 10px;
}
.mortex_hidden-xs {
	clear: both;
	margin: 20px 0;
	height: 100px;
}

.mortex_tech_box {
	color: #404040;
}
.mortex_tech_box h4 {
	color: #404040;
	font-weight: bold;
}
.mortex_tech_box p {
	line-height: 170%;
}

#mortex,
#mortex_unit_p {
	position: relative;
	overflow: hidden;
}
#mortex {
	margin-top: 192px;
	height: auto;
}
#mortex_unit_p {
	margin-top: 92px;
	height: 400px;
}
#mortex .bg,
#mortex_unit_p .bg {
	background: url('../../images/contents/mortex_head_bk.jpg') no-repeat center center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

#mortex h2,
#mortex_unit_p h2 {
	padding: 10px 20px;
	background: #FFF;
	margin-bottom: 0;
}
#mortex h3,
#mortex_unit_p h3 {
	padding: 5px 20px 10px;
	background: #FFF;
}
#mortex .row,
#mortex_unit_p .row {
    margin: 0 auto 30px;
}
#mortex .date, 
#mortex_unit_p .date {
	font-weight: bold;;
}
#mortex .subject,
#mortex_unit_p .subject {
	
}

#mortex_tech_title {
	background: url('../../images/contents/mortex_tech_bk.jpg') no-repeat center center;
	background-size: cover;
	color: #555;
	position: relative;
}
#mortex_tech_title .sec_inner {
	position: relative;
	z-index: 10;
}

#bealstone,
#bealstone_unit_p {
	position: relative;
	overflow: hidden;
}
#bealstone {
	margin-top: 192px;
	height: auto;
}
#bealstone_unit_p {
	margin-top: 92px;
	height: 400px;
}
#bealstone .bg,
#bealstone_unit_p .bg {
	background: url('../../images/contents/bealstone_head_bk.jpg') no-repeat center center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

#bealstone h2,
#bealstone_unit_p h2 {
	padding: 10px 20px;
	background: #FFF;
	margin-bottom: 0;
}
#bealstone h3,
#bealstone_unit_p h3 {
	padding: 5px 20px 10px;
	background: #FFF;
}
#bealstone .row,
#bealstone_unit_p .row {
    margin: 0 auto 30px;
}
#bealstone .date, 
#bealstone_unit_p .date {
	font-weight: bold;;
}
#bealstone .subject,
#bealstone_unit_p .subject {
	
}
@media (max-width: 768px) {
	#mortex {
		margin-top: 92px;
		height: auto;
	}
	#mortex_unit_p {
		margin-top: 42px;
		height: 200px;
	}
	.text-center-catch_s {
		font-size: 14px;
	}
	.mortex_sec {
		margin-top: 30px;
	}
	.mortex_h3 {
		padding-top: 40px;
		text-align: center;
	}
	#bealstone {
		margin-top: 92px;
		height: auto;
	}
	#bealstone_unit_p {
		margin-top: 42px;
		height: 200px;
	}
}




.sc_table {

}
.sc_table dl {
	display: table;
	line-height: 1.6em;
	margin: 0 0 1px;
	padding: 16px;
	width: 100%;
}
.sc_table dl:nth-child(2), .sc_table dl:nth-child(4) {
	background-color: rgba(255, 255, 255, 0.6);
}
.sc_table dl:nth-child(1), .sc_table dl:nth-child(3), .sc_table dl:nth-child(5) {
	background-color: rgba(255, 255, 255, 0.8);
}
.sc_table dt, .sc_table dd {
	display: table-cell;
}
.sc_table dt {
	width: 110px;
}

.topic_list_block {
	padding: 6px 0;
	border-bottom: solid 1px #eee;
	margin-bottom: 6px;
}

/* サイドバー */
#topic_sidelist.affix, 
#pages_sidelist.affix {
	position: static;
}

#topic_sidelist ul, 
#pages_sidelist ul {
	list-style-type: none;
	padding-left: 18px;
}

#topic_sidelist ul li, 
#pages_sidelist ul li {
	margin-bottom: 4px;
}

#topic_sidelist ul li a, 
#pages_sidelist ul li a {
	display: block;
	position: relative;
}
#topic_sidelist ul li a i, 
#pages_sidelist ul li a i {
	position: absolute;
	top: 0;
	left: 0;
}


#topic_sidelist ul > li > a, 
#pages_sidelist ul > li > a {
	padding-top: 3px;
	padding-bottom: 3px;
}
#topic_sidelist ul > .active > a,
#topic_sidelist ul > .active:hover > a,
#topic_sidelist ul > .active:focus > a,
#pages_sidelist ul > .active > a,
#pages_sidelist ul > .active:hover > a,
#pages_sidelist ul > .active:focus > a {
	color: #ffffff;
	background-color: #428bca;
	border-radius: 5px;
}
#topic_sidelist ul ul, 
#pages_sidelist ul ul {
	display: none;
	margin-bottom: 7px;
}
#topic_sidelist ul ul > li > a,
#pages_sidelist ul ul > li > a  {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	font-size: 90%;
	text-decoration: none;
}


#footer {
	padding: 15px 0 10px;
	background: #999;
	color: #FFF;
	margin: 0 0 0;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1004;
}



/*gridのgutter調整*/
.row-0{
    margin-left:0px;
    margin-right:0px;
 
    > div{
        padding-right:0px;
        padding-left:0px;
    }
}
.row-10{
    margin-left:-5px;
    margin-right:-5px;
 
    > div{
        padding-right:5px;
        padding-left:5px;
    }
}
.row-20{
    margin-left:-10px;
    margin-right:-10px;
 
    > div{
        padding-right:10px;
        padding-left:10px;
    }
}
.row-30{
    margin-left:-15px;
    margin-right:-15px;
 
    > div{
        padding-right:15px;
        padding-left:15px;
    }
}
.row-40{
    margin-left:-20px;
    margin-right:-20px;
 
    > div{
        padding-right:20px;
        padding-left:20px;
    }
}

.bg_opacity_60 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.6);
}

.btn-hosomi {
	background-color: #00A01B;
    border-color: #009d1b;
    color: #fff;
    border-radius: 0;
}
.btn-hosomi:focus, .btn-hosomi.focus {
    background-color: #3EB546;
    border-color: #38a33f;
    color: #fff;
}
.btn-hosomi:hover {
    background-color: #3EB546;
    border-color: #38a33f;
    color: #fff;
}
.btn-hosomi:active, .btn-hosomi.active, .open > .dropdown-toggle.btn-hosomi {
    background-color: #3EB546;
    border-color: #38a33f;
    color: #fff;
}
.btn-hosomi:active:hover, .btn-hosomi.active:hover, .open > .dropdown-toggle.btn-hosomi:hover, .btn-hosomi:active:focus, .btn-hosomi.active:focus, .open > .dropdown-toggle.btn-hosomi:focus, .btn-hosomi.focus:active, .btn-hosomi.active.focus, .open > .dropdown-toggle.btn-hosomi.focus {
    background-color: #3EB546;
    border-color: #38a33f;
    color: #fff;
}
.btn-hosomi:active, .btn-hosomi.active, .open > .dropdown-toggle.btn-hosomi {
    background-image: none;
}
.btn-hosomi.disabled:hover, .btn-hosomi[disabled]:hover, fieldset[disabled] .btn-hosomi:hover, .btn-hosomi.disabled:focus, .btn-hosomi[disabled]:focus, fieldset[disabled] .btn-hosomi:focus, .btn-hosomi.disabled.focus, .btn-hosomi.focus[disabled], fieldset[disabled] .btn-hosomi.focus {
    background-color: #216025;
    border-color: #216025;
}
.btn-hosomi .badge {
    background-color: #fff;
    color: #5bc0de;
}

.hosomi_contents {
	position: relative;
	z-index: 1001;
	color: #FFF;
	padding-bottom: 100px;
}
.hosomi_contents .photo_wrapp {
	
}
.hosomi_contents .photo_wrapp .photo_list_title {
	padding-top: 10px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: dotted 2px #FFF;
}

.w100 {
	width: 100%;
}


.hosomi_table {
	border-collapse: separate;
	border-spacing: 2px;
	position: relative;
	z-index: 1001;
}
.hosomi_table tbody tr th {
	background: #CCC;
}
.hosomi_table tbody tr td {
	background: #FFF;
}
.hosomi_table tbody tr th,
.hosomi_table tbody tr td {
	border: none;
}

.backgrounds {
	min-height: 100%;
	min-width: 1024px;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
	filter: alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
}
@media screen and (max-width: 1024px){
	img.backgrounds {
		left: 50%;
		margin-left: -512px;
	}
}
.bg_0 {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}