@charset "utf-8";
/* CSS Document */

/* ************************************************ 
 *	
 *	common
 *	
 * ************************************************ */
/* -------------------------body------------------------- */
body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 100%;
	color: #000;
	width:100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	height:100%;
	position: relative;
	word-wrap: break-word;
	letter-spacing:0.1em;
	font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}
@media only screen and  ( max-width : 768px ) {
	body {
		font-size: 15px;
		padding-top:55px;
	}
}
/* -------------------------img------------------------- */
img{
	vertical-align: bottom;
	max-width:100%;
	height:auto;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
/* -------------------------link------------------------- */
a{
	color:#043d96;
	text-decoration: none;
}
@media print, screen and ( min-width : 768px ) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}
#wrap a{
	text-decoration: underline;
}


@media print, screen and ( min-width : 768px ) {
	a:hover{
		color:#444;
		text-decoration: none;
	}
}
.bt{
	background:#036fba url(images/common/icon_white.png) 5% 50% no-repeat;
	-moz-background-size:10px 10px;
	background-size:10px 10px;
	color: #ffffff;
	text-decoration: none;
	padding:1em 3em;
	line-height:130%;
	display:inline-block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-decoration: none !important;
}
.bt2{
	background:#66a9d6 url(images/common/icon_white.png) 5% 50% no-repeat;
	-moz-background-size:10px 10px;
	background-size:10px 10px;
	color: #ffffff;
	text-decoration: none;
	padding:0.5em 3em;
	line-height:130%;
	display:inline-block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-decoration: none !important;
}
table .bt{
	padding:0.5em 3em;
	line-height:130%;
}


.bt:hover,
.bt2:hover{
	color: #ffffff;
}
.bt img{
	vertical-align: middle;
	max-width:2em;
	margin-right:0.5em;
}
@media only screen and  ( max-width : 768px ) {
	.bt{
		display:block;
	}
}
.block_link{
	display:block;
	color:#000;
}
.block_link:hover{
	text-decoration: none !important;
}
/* -------------------------br------------------------- */

@media only screen and ( max-width : 768px ) {
	br.pc_br{
		display:none;
	}
}
@media only screen and (min-width: 768px){
	br.smp_br{
		display:none;
	}
}
/* -------------------------form------------------------- */
select,
input,
textarea{
     font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}
select,
input[type="email"],
input[type="tel"],
input[type="text"],
textarea{
	padding:1%;
	border:1px solid #49a5e6;
	background:#f5f5f5;
	line-height:160%;
	width:70%;
	box-sizing:border-box;
}
textarea{
	width:98%;
}


.form_tel input{
	width:25% !important;
}


textarea{
	width:98%;
}
@media only screen and  ( max-width : 768px ) {
	textarea{
		height:6em;
	}

}
input[type="submit"] {
	background:#49a5e6;
	color: #ffffff;
	text-decoration: none;
	padding:1em 0em;
	display:inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border:none;
	cursor: pointer;
	cursor: hand;
	width:30%;
	font-size:100%;
	font-weight:bold;
}

/* -------------------------table------------------------- */
caption{
	background:#008A45;
	color:#fff;
	padding:1em;
	font-weight:bold;
	text-align:left;
}
table{
	border:1px solid #aaa;
	border-collapse: collapse;
	border-spacing: 0;
	width:100%;
	text-align:left;
	font-size:90%;
}
table th,
table td{
	border:1px solid #aaa;
	padding:1em;
	line-height:150%;
}
table th{
	border:1px solid #aaa;
	background:#f5f5f5;
	text-align:center;
}
@media only screen and  ( max-width : 768px ) {
	table th{
		width:35%;
	}
}




* -------------------------table scroll------------------------- */
table{
	width:100%;
}
.scroll{
	overflow: auto;　
	white-space: nowrap;
}
.scroll td,
.scroll th{
	white-space: nowrap;
}
.scroll::-webkit-scrollbar{
	 height: 5px;
}
.scroll::-webkit-scrollbar-track{
	 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
	 background: #BCBCBC;
}


/* -------------------------text------------------------- */
.eng{
	font-family: arial;
}
/* wrap以外は自由に揃える*/
#wrap dd,
#wrap p{
	text-align: justify;
	text-justify: inter-ideograph;
}
h2,h3,h4,h5{
	line-height:160%;
}
h2{
	font-size:180%;
	line-height:150%;
	letter-spacing:0.1em;
}
@media only screen and  ( max-width : 768px ) {
	h2{
		font-size:120%;
		line-height:150%;
	}
}
h3{
	font-size:160%;
	line-height:150%;
	letter-spacing:0.1em;
}
@media only screen and  ( max-width : 768px ) {
	h3{
		font-size:120%;
		line-height:150%;
	}
}
h4{
	font-size:130%;
	line-height:150%;
}
@media only screen and  ( max-width : 768px ) {
	h4{
		font-size:120%;
		line-height:150%;
	}
}
h5{
	font-size:110%;
	line-height:150%;
}
@media only screen and  ( max-width : 768px ) {
	h5{
		font-size:100%;
		line-height:150%;
	}
}


small, .small{
	font-size:70%; line-height:150%;
}
.bold{
	font-weight:bold;
}
.red{
	color:red;
}
.big{
	font-size:150%;
	line-height:160%;
}
.text_center{
	text-align:center !important;
}
.text_right{
	text-align:right;
}
.mb05{
	margin-bottom:0em;
}
.mb05{
	margin-bottom:0.5em;
}
.pd1{
	padding:1em;
}
.mb1{
	margin-bottom:1em;
	}
.mb2{
	margin-bottom:2em;
	}
.mb3{
	margin-bottom:3em;
	}
.mb4{
	margin-bottom:4em;
	}
.mb5{
	margin-bottom:5em;
	}
.indent1em{
	padding-left:1em;
	text-indent:0em;
}
ul.both_height{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

/* -------------------------スマホ・PCでの表示切り替え------------------------- */

@media only screen and ( max-width : 768px ) {
	.pc_only{
		display:none;
	}
}
@media print, screen and ( min-width : 768px ) {
	.smp_only{
		display:none;
	}
}

/* -------------------------clearfix------------------------- */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height:0;
}
* html .clearfix { zoom:1; } /*for IE6*/
*:first-child+html .clearfix { zoom:1; } /*for IE7*/
.cb {
	clear: both;
}
@media print{
	.pagetop{
		display:none;
		text-indent:-200%;
		
	}
}
/* -------------------------アニメーション------------------------- */
@media only screen and  ( min-width : 768px ) {
	.bt,
	.bt2,
	.contents_css a img,
	#post_css a img,
	.fade{
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		opacity: 1;
	}
	.bt:hover,
	.bt2:hover,
	.contents_css a img:hover,
	#post_css a img:hover,
	.fade:hover{
		opacity: 0.6;
		text-decoration: none !important;
	}
}
.fadein {
	opacity : 0;
	transform : translate(0, 50px);
	transition : all 1s ease;
}
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
/* -------------------------youtube------------------------- */
#youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
#youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
/* -------------------------影をつける------------------------- */
.shadow{
	box-shadow:0px 2px 5px -4px #333;
	{
	shadowColor:"#333",
	shadowOffset:{width:0,height:2},
	shadowOpacity:1,
	shadowRadius:5
	}
}
.border_box{
	border:1px solid #ccc;
	padding:1em;
}



/* ************************************************ 
 *	
 *	layout
 *	
 * ************************************************ */

#wrap{
	overflow:hidden;
	line-height:160%;
}
#breadcrumb,
.inner_block{
	margin-left:auto;
	margin-right:auto;
}
@media print, screen and ( min-width : 1000px ) {
	#breadcrumb,
	.inner_block{
		width:950px;
	}
}
@media only screen and  ( max-width : 1000px ) {
	#breadcrumb,
	.inner_block{
		width:95%;
	}
	#header	.inner_block{
		width:98%;
	}
}
@media only screen and  ( max-width : 768px ) {
	#breadcrumb,
	.inner_block{
		width:90%;
	}
}






/* --------------------2カラムデザイン-------------------- */
@media print, screen and ( min-width : 900px ) {
	#content{
		width:70%;
		float:left;
	}
	#sidebar{
		width:23%;
		float:right;
	}
}
@media only screen and  ( max-width : 900px ) {
	#content{
		margin-bottom:2em;
	}
}
@media print, screen and ( min-width : 800px ) {
}


/* ************************************************ 
 *	
 *	FOOTER
 *	
 * ************************************************ */

/* -------------------pagetop-------------------- */
.pagetop{
	position: fixed;
	bottom: -5em;
	right: 1em;
	z-index:5;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
@media only screen and  ( max-width : 768px ) {
	.pagetop{
		width:50px;
	}
}
.head_fix .pagetop{
	position: fixed;
	bottom: 5em;
	right: 1em;
}





/* -------------------Footer-------------------- */
#footer{
	background:url(images/common/foot_bg_0722.jpg);
	background-size: cover;
	-moz-background-size:cover;
	background-repeat: no-repeat;
	background-position: top center;
	text-align:center;
	padding:4em 0em 1em 0em;
}
.foot_sitemap_block{
	margin-bottom:8em;
}
.foot_sitemap_block a{
	font-size:80%;
	letter-spacing:0em;
}
@media print, screen and ( min-width : 768px ) {
	.foot_sitemap_block ul{
		width:29%;
		float:left;
		padding:0% 2%;
	}
	.foot_sitemap_block a{
		color:#000;
	}
	.foot_sitemap_block ul li{
		margin-bottom:0.7em;
	}

}
@media only screen and  ( max-width : 768px ) {
	.foot_address img{
		width:60%;
		margin:0px auto;
	}
	.foot_sitemap_block ul{
		width:46%;
		float:left;
		padding:0% 2% 1em 2%;
	}
	.foot_sitemap_block a{
		display:block;
		padding:1em 1em 1em 1em;
		background: rgba(255,255,255,0.6);
		text-align:left;
		margin:2px;
		border-left:3px solid #ccc;
	}
	.foot_sitemap_block .bold a{
		border-left:3px solid #aaa;
	}
}
.foot_copyright{
	text-align:center;
	padding:1em 3em;
}






/* ************************************************ 
 *	
 *	header
 *	
 * ************************************************ */

#header{
	position: relative;
	width:100%;
	z-index:10;
}



/* ///-------------- header MAIN ---------------/// */
@media print, screen and ( min-width : 768px ) {
	.top_header{
		position: absolute;
		top: 0%;
		left: 0%;
	}
	.page_header{
		height:90px;
	}
	.header_main{
		position: relative;
	}
	.header_main .logo{
		position: absolute;
		top: 2.2em;
		left: 0%;
		max-width:40%;
	}
	#global-nav{
		position: absolute;
		top: 0em;
		right: 0%;
		width:55%;
		padding-top:3.5em;
	}
	.head_contact{
		position: absolute;
		top: 0em;
		right: 0%;
	}
}
@media only screen and  ( max-width : 768px ) {
	#header{
		position: fixed;
		top: 0%;
		left:0%;
		width:100%;
		background:#fff;
		background: #ebf5fe; /* Old browsers */
		background: -moz-linear-gradient(top, #ebf5fe 0%, #ffffff 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, #ebf5fe 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #ebf5fe 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf5fe', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
		height:55px;
		box-shadow:0px 2px 5px -4px #333;
		{
		shadowColor:"#333",
		shadowOffset:{width:0,height:2},
		shadowOpacity:1,
		shadowRadius:5
		}
	}
	.header_main{
		position: relative;
	}
	.header_main .logo{
		width:210px;
		padding-top:18px;
		padding-left:8px;
	}
	.smp_nav_buttom{
		position: absolute;
		top: 5px;
		right: 3px;
		width:45px;
		height:45px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		overflow:hidden;

	}
	.smp_nav_buttom span{
		display:block;
		text-indent:-300%;
		overflow:hidden;
		width:45px;
		height:45px;
		background:url(images/common/smp_nav_buttom.png);
		-moz-background-size:45px 45px;
		background-size:45px 45px;
		cursor: pointer;
		cursor: hand;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
	}
	/* open */
	.smp_nav_buttom span.active{
		background:url(images/common/smp_nav_buttom_hover.png);
		-moz-background-size:45px 45px;
		background-size:45px 45px;
	}
}





/* ///-------------- header NAVi ---------------/// */
/* 共通 */
#global-nav{

}
#nav_block a{
	display:block;
}
@media print, screen and ( min-width : 768px ) {
	#global-nav{
		text-align:right;
	}
	#global-nav li{
		display:inline-block;
		margin-left:5%;
	}
	#global-nav li a{
		letter-spacing:0.1em;
		color:#000;
		font-size:95%;
	}
	#global-nav li a:hover{
		text-decoration: underline;
	}
	.head_contact a{
		font-size:80%;
		background:#0070bc;
		padding:0.8em 1.3em;
		color:#fff;
	}



}
@media only screen and  ( max-width : 768px ) {
	#global-nav{
		background:#0070bc;
		position: fixed;
		top: 55px;
		right:-80%;
		width:80%;
		z-index:5;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
		opacity: 0;
	}
	#nav_block{
		padding:2em;
	}
	#global-nav li{
	}
	#nav_block a{
		background:url(images/common/icon_white.png) 0% 50% no-repeat;
		-moz-background-size:10px 10px;
		background-size:10px 10px;
		color: #ffffff;
		padding:1em 1em 1em 2em;
		border-bottom:1px solid #349ce3;
	}
	/* nav open action */
	.headnavi-open #global-nav{
		right:0%;
		opacity: 1;
	}
	.open_blur{
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
	}
	.headnavi-open .open_blur{
		opacity: 0.2;
	}
}
/* ******************************************************************************** 
 *	
 *	ページタイトル
 *	
 * ******************************************************************************** */
.insert-page-title{
	display:none;
}

#page_title{
	padding:5em 0em;
	background-size: cover;
	-moz-background-size:cover;
}
#page_title h2{
	font-size:250%;
	padding:0em 1em;
}
#page_title h2 span{
	font-size:60%;
	display:block;
}
@media print, screen and ( min-width : 768px ) {
	#page_title{
		margin-bottom:1em;
	}
	.page_company_list,
	.page_business_list{
		position: relative;
		top:-1em;
		margin-bottom:2em;
	}

}
@media only screen and  ( max-width : 768px ) {
	#page_title{
		padding:4em 0em;
	}
	#page_title h2{
		font-size:140%;
	}
}
.pagetitle-business,
.pagetitle-recruit,
.pagetitle-blog{
	background:url(images/pagetitle/recruit.jpg) 100% 50% no-repeat;
	color:#fff;
}
.pagetitle-company{
	background:url(images/pagetitle/company.jpg) 100% 50% no-repeat;
	color:#0070bc;
	text-shadow: 
		white 1px 1px 5px, white -1px 1px 5px,
		white 1px -1px 5px, white -1px -1px 5px,
		white 1px 1px 5px, white -1px 1px 5px,
		white 1px -1px 5px, white -1px -1px 5px;
}
/* 再生可能エネルギー */
.pagetitle-wind-power{
	background:url(images/pagetitle/pagetitle-wind-power.jpg) 50% 50% no-repeat;
	color:#fff;
}
/* セメント */
.pagetitle-cement{
	background:url(images/pagetitle/pagetitle-cement.jpg) 100% 0% no-repeat;
	color:#fff;
}
@media print, screen and ( min-width : 768px ) {
	.pagetitle-cement h2{
		font-size:180% !important;
	}
}
/* 土木 */
.pagetitle-civil-engineering{
	background:url(images/pagetitle/pagetitle-civil-engineering.jpg) 100% 0% no-repeat;
	color:#fff;
}
/* 鉄鋼 */
.pagetitle-steel{
	background:url(images/pagetitle/pagetitle-steel.jpg) 100% 0% no-repeat;
	color:#fff;
}
/* 空き家・プール・保険・複合機・電化製品・その他 */
.pagetitle-other{
	background:url(images/pagetitle/pagetitle-other.jpg) 100% 0% no-repeat;

	color:#fff;
}
@media print, screen and ( min-width : 768px ) {
	.pagetitle-other h2{
		font-size:180% !important;
	}
}
/* 建築一般 */
.pagetitle-architecture{
	background:url(images/pagetitle/pagetitle-architecture.jpg) 100% 0% no-repeat;
	color:#fff;
}
/* ヒストリー */
.pagetitle-history{
	background:url(images/pagetitle/pagetitle-history.jpg) 100% 50% no-repeat;
	color:#fff;
}
/* ヒストリー */
.pagetitle-anniversary{
	background:url(images/pagetitle/pagetitle-anniversary.jpg) 100% 50% no-repeat;
	color:#fff;
}
/* 気密測定 */
.pagetitle-airtight-measurement{
	background:url(images/pagetitle/pagetitle-airtight-measurement.jpg) 100% 0% no-repeat;
	color:#fff;
}
/* 液体ガラス */
.pagetitle-liquid-glass{
	background:url(images/pagetitle/pagetitle-liquid-glass.jpg) 50% 0% no-repeat;
	color:#fff;
}
/* 地域新電力 */
.pagetitle-power-producers-and-suppliers{
	background:url(images/pagetitle/pagetitle-power-producers-and-suppliers.jpg) 50% 0% no-repeat;
	color:#fff;
}
/* ******************************************************************************** 
 *	
 *	会社概要用メニュー
 *	
 * ******************************************************************************** */
.page_company_list{
	background: #ebf5fe; /* Old browsers */
	background: -moz-linear-gradient(top, #ebf5fe 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ebf5fe 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ebf5fe 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf5fe', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	padding:1em 0em;
	border-bottom:1px solid #e3e3e3;
}
@media only screen and  ( max-width : 900px ) {
	.page_company_list{
		background: #ebf5fe;
	}
}




.page_company_list li{
	float:left;
}
.page_company_list li a{
	margin:2%;
	font-size:90%;
	background:#fff url(images/common/icon.png) 5% 50% no-repeat;
	-moz-background-size:10px 10px;
	background-size:10px 10px;
	color: #0070bc;
	font-weight:bold;
	text-decoration: none !important;
	display:block;
	padding:1em;
	text-align:center;
border:1px solid #0070bc;

}

@media print, screen and ( min-width : 900px ) {
	.page_company_list li{
		width:25%;
	}
}
@media only screen and ( max-width : 900px ) and ( min-width : 768px ){
	.page_company_list li{
		width:33.3%;
	}
}

@media only screen and ( max-width : 768px ) {
	.page_company_list li{
		width:50%;
	}
}

/* ******************************************************************************** 
 *	
 *	PANKUZU
 *	
 * ******************************************************************************** */

#breadcrumb{
	font-weight:normal;
	font-size:80%;
	white-space: nowrap;
	margin-bottom:2em;
}
#breadcrumb_list li{
	display:inline-block;
	position: relative;
}
.pankuzu_term{
	display:none !important;
}
@media print, screen and ( min-width : 768px ) {
	#breadcrumb li{
		overflow: hidden;
		max-width:80%;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	#breadcrumb_list li:after{
		content: ">";
		display: inline-block;
		padding:0px 10px;
	}
	#breadcrumb_list li:last-child:after{
		display:none;
	}
}
@media only screen and  ( max-width : 768px ) {
	#breadcrumb{
		background:#f5f5f5;
		box-shadow:0px 2px 5px -4px #333;
		{
		shadowColor:"#333",
		shadowOffset:{width:0,height:2},
		shadowOpacity:1,
		shadowRadius:5
		}
	}
	#breadcrumb_list li{
		position: relative;
		height: 30px;
		line-height: 30px;
		margin-left:-5px;
		font-size:90%;
		padding:0px 0px 0px 20px;
	}
	#breadcrumb_list li a{
		text-decoration: none;
	}
	#breadcrumb_list li:before,
	#breadcrumb_list li:after{
		content: "";
		display: block;
		position: absolute;
		top: 0;
		border-top: 15px solid transparent;
		border-right: 15px solid transparent;
		border-bottom: 15px solid transparent;
	}
	#breadcrumb_list li:before{
		right: -30px;
		border-left: 15px solid #000;
	}
	#breadcrumb_list li:after{
		right: -30px;
		border-left: 15px solid #f5f5f5;
	}
	/* 最初 */
	#breadcrumb_list li:first-child{
		background:#aaa;
		position: relative;
		z-index:5;
		padding:0px 0px 0px 10px;
		margin-left:-0px;
	}
	#breadcrumb_list li:first-child a{
		color:#fff;
	}
	#breadcrumb_list li:first-child:before{
		right: -30px;
		border-left: 15px solid #aaa;
		z-index:5;
	}
	#breadcrumb_list li:first-child:after{
		border:none;
	}
	/* 次 */
	#breadcrumb_list li:nth-child(2){
		background:#c8c8c8;
		padding:0px 5px 0px 25px;
		margin-right:5px;
	}
	#breadcrumb_list li:nth-child(2) a{
		color:#fff;
	}
	#breadcrumb_list li:nth-child(2):before{
		right: -30px;
		border-left: 15px solid #c8c8c8;
		z-index:5;
	}
	#breadcrumb_list li:nth-child(2):after{
		border:none;
	}
	/* 次 */
	#breadcrumb_list li:nth-child(3){
		background:#e7e7e7;
		padding:0px 5px 0px 20px;
		margin-right:5px;
	}
	#breadcrumb_list li:nth-child(3) a{
		color:#444;
	}
	#breadcrumb_list li:nth-child(3):before{
		right: -30px;
		border-left: 15px solid #e7e7e7;
	}
	#breadcrumb_list li:nth-child(3):after{
		border:none;
	}
	#breadcrumb_list li:last-child,
	#breadcrumb_list li:last-child:before,
	#breadcrumb_list li:last-child:after{
		border:none;
		background:none;
	}
	#breadcrumb_list li.active{
		overflow: hidden;
		text-overflow: ellipsis;
		width:50%;
		vertical-align:bottom;
	}
}
/* ******************************************************************************** 
 *	
 *	ページ共通CSS
 *	
 * ******************************************************************************** */


.contents_css section {
	margin-bottom:4em;
	padding-top: 65px;
	margin-top: -65px;
}


.contents_css p,
.contents_css section p{
	margin-bottom:2em;
	letter-spacing:0.1em;
	line-height:180%;
}



/* -------------- h2 --------------- */
.contents_css h2{
	color:#013d95;
	position: relative;
	margin-bottom:0.6em;
	background:url(images/common/h2_bg.png) left top no-repeat;
	padding:0.2em 0em 0.1em 50px;
	font-weight:bold;
	line-height:140%;
}
@media only screen and  ( max-width : 768px ) {
	.contents_css h2{
		background:url(images/common/h2_bg.png) 0 0 no-repeat;
		-moz-background-size:25px 28px;
		background-size:25px 28px;
		padding:0.2em 0em 0.3em 30px;
	}
}
/* -------------- h3 --------------- */
.contents_css h3{
	color:#333;
	position: relative;
	margin-bottom:1em;
	background:url(images/common/h3_bg.png) left top no-repeat;
	padding:0.1em 0em 0.1em 40px;
	line-height:140%;
	border-bottom:1px solid #aaa;
}
@media only screen and  ( max-width : 768px ) {
	.contents_css h3{
		background:url(images/common/h2_bg.png) 0 0 no-repeat;
		-moz-background-size:25px 28px;
		background-size:25px 28px;
		padding:0.2em 0em 0.3em 30px;
	}
}
.contents_css h4{
	background:#f5f5f5;
	border-left: 5px solid #49a5e6;
	margin-bottom:0.8em;
	padding:0.5em 0.5em 0.5em 1em;
	color:#000;
	line-height:140%;
}

.contents_css h5{
	background:#f5f5f5;
	border-left: 5px solid #aaa;
	margin-bottom:0.8em;
	padding:0.8em 0.5em 0.8em 1em;
	color:#000;
	line-height:140%;
}
.contents_css h6{
	border-bottom: 1px solid #aaa;
	margin-bottom:0.5em;
	padding-bottom:0.5em;
	color:#333;
	font-weight:bold;
}



.insert-page li,
.icon_list li{
	background:url(images/common/icon.png) 1em 0.5em no-repeat;
	-moz-background-size:8px 8px;
	background-size:8px 8px;
	padding-left:2em;
	margin-bottom:0.5em;
}







/* ************************************************ 
 *	
 *  table
 *	
 * ************************************************ */
