/*－－－－－－－－－－－－－全ページ共通－－－－－－－－－－－－－*/

*{
	margin: 0;
	padding: 0;
	border: 0;
    font-size:100%;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}

body{
    font-family: "メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","MS P Gothic",sans-serif,Arial,Helvetica,Geneva;
}


ul{
	list-style: none;
}

html{
	line-height: 1.75;
	font-size:10px;
}

body{
	font-size: 1.5rem;
	min-width: 960px;
	height: 100%;
    }
	
.wrapper{
	margin:0 auto;
	width:100%;

}
	.main-image{
	width:960px;
	margin:0 auto 10px;
	}


/*--------------ニュースリリースに関する指定はここから--------------*/
.news_box{
	width:100%;
	display:inline-block;
	vertical-align: bottom;
	color: black;
	position: relative;
	font-weight: 500;
	font-size: 2.2rem;
	line-height: 2;
/*-----------	background:url("../image/ne
	background-repeat:no-repeat;
	margin-bottom: 20px;---------*/
}

.news_boxtt{
	padding: 0 12px;
}
dl.box{
    height: 95px;
    overflow: auto;
}
dl.box dt{
    float: left;
    width: 120px;
    font-size:1.2rem;
    line-height:1.5;

}
dl.box dd{
    margin: 0 0 10px 0;
    padding: 0 0 10px 150px;
    border-bottom: 1px dotted #aaa;
    font-size:1.3rem;
}

.feature_box{
	width:100%;
	display:inline-block;
	vertical-align: bottom;
	color: black;
	position: relative;
	font-weight: 500;
	font-size: 2.2rem;
	line-height: 2;
	background:url("../image/fiture_bg.jpg");
	background-repeat:no-repeat;
	margin-bottom: 5px;
}

.feature_boxtt{
	padding: 0 12px;
}

/*--------------パンくずリストの設定はここから--------------*/

.cp_breadcrumb {
	color:#A4A4A4;
	width: 960px;
	margin: 0 auto 10px;
}
.cp_breadcrumb a {
	text-decoration: none;
	color:#6342FF;
}
.cp_breadcrumb .breadcrumbs {
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.cp_breadcrumb li {
	display: inline-block;
	position: relative;
	padding-right: calc(16px + 8px);
	margin-right: 8px;
	color: #7986CB;
}
.cp_breadcrumb li::before {
	content: '›';
	width: 1em;
	height: 1em;
	line-height: 1;
	text-align: center;
	font-size: 1em;
	color: inherit;
	position: absolute;
	top: 15%;
	right: 0;
}
.cp_breadcrumb li:last-child {
	margin-right: 0;
	padding-right: 0;
	color: #ffffff;
}
.cp_breadcrumb li:last-child::before {
	content: normal;
}

/*--------------文字に関する指定はこちら--------------*/
.mgfree{
	margin-bottom: 30px;
}

.mgl10{
	margin-left: 10px;
}
.fw900{
	font-weight: 900;
}

.bigmoji{
	font-size:150%;
}

.smallmoji{
	font-size:80%;
	line-height:1.2;
}

.bolder{
	font-weight:bold;
	color:#00F;
}

.mb2{
	margin-bottom:2%;
}

.mb10{
	margin-bottom: 10px;
}

.ml2{
	margin-left:5%;
}

	
li{
	font-family: "メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","MS P Gothic",sans-serif,Arial,Helvetica,Geneva;
    font-size: 17px;
    font-weight: normal;
    line-height: 26px;
	}

.midashi{
	border-left: 15px solid #0079c2;
	padding: 7px;
	background: #e8e8e8;
	margin-bottom: 20px;
}

.midashi2{
	border-left: 15px solid #ADD8E6;
	padding: 7px;
	background: #e8e8e8;
	margin-bottom: 20px;
}


/*－－　ヘッダー　－－*/
.header {
	position:relative;
	width:960px;
	height: 115px;
	margin:0 auto;
	}
/*－－　ヘッダー内のケミカルズロゴ部　－－*/
.header h1 img{
	position:absolute;
	top:7px;
	left:10px;
}

/*－－　ヘッダー内のケミカルズ企業サイトへのリンク、お問い合わせ　－－*/
.header .header_right{
	overflow:hidden;
	float:right;
	margin-top:60px;
	margin-right:5px;
}

.header .header_right li{
	border-left: 1px solid #004D26;
	overflow:hidden;
	float:left;
	padding:6px;
	font-size:10px;
}
.header .header_right .last{
	border-right:1px solid #004D26;
}


/* --- ナビゲーション部分 ---*/
.nav-top{
	background:url(../image/nav-bg.png) repeat-x;
	margin:0 auto;
	height:58px;
}

nav{
	padding-top:9px;
}

nav ul{
	list-style:none;
	width:960px;
	margin:0 auto;
}

nav ul li{
	float:left;
}

/*--メイン部分--*/
.main-image{
	clear:both;	
	margin-bottom: 50px;

}


/* --- サイドナビゲーション部分 ---*/
.nav-sidetop{
	background: url("../image/category_top.jpg");
}

.nav-side{
	background: url("../image/category_middle.jpg")repeat-y;
	margin-bottom: -12px;
}


.nav-side ul li{
	height: 45px;
	width:215px;
	margin-left: auto;
	margin-right: auto;
}

.nav-side ul li img{
	width:208px;
}


/* --- メイン画像部分 ---*/

.top_main{
	width:960px;
	margin: 0 auto;
	
}


.gom-left_top {
	height:48px;
	background:url('../image/gom_1.jpg')no-repeat 0 0;
	margin:5px 0 0 52px;
	/*テキストインデント用*/
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
}	
.gom_inner{
	width:600px;

}	

	.gom-left_side {
	float:left;
	width:110px;
	height:159px;
	background: url('../image/gom_2.jpg')no-repeat 0 0;
	margin:0 0 0 60px;
	/*テキストインデント用*/
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	}

	.gom-left_right {
	float:left;
	width:400px;
	height:159px;
	background:url('../image/gom_3.jpg')no-repeat 0 0;
	margin:10px 0 0 0;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	}

.company{
	clear:both;
	width:100%;
	height:100%;
	padding:12px 0 8px;
	margin: 0 auto;
}
	
footer{
	color:white;
	clear:both;
	height:100%;
	padding:10px 0;
	text-align:center;
	background:#0076f6;
}
footer nav{
	margin:0 auto;
}

.box{
	width:100%;
	margin:0 auto;
	margin-top:15px;
}

.box p{
	margin-bottom:5px;
}

.footer_chemisite{
	
}
.footer_copyright{
	margin-left:20px;
}


.clear{
	clear:both;	
}
