@charset "utf-8";
/* CSS Document */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/*----------------------
	デフォルトスタイル
-----------------------*/
body,h1,h2,h3,h4,h5,h6,
span,small,strong,
div,ul,li,
figure,img,
header,footer,nav,section{
    margin:0;
    padding:0;
	border:none;
	outline:none;
	font-size:1rem;
	list-style:none;
	
}

header,footer,nav,section{display:block;}

html{
	font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	-webkit-text-size-adjust:none;}
body{
	background: #888;
	color:#000;
}

a{
	color:#000;
	text-decoration:none;
}
.clear { clear: both; }

/*----------------------------------------
	PCここから
----------------------------------------*/
#allContents {
	margin:0 auto;
	max-width:1360px;
	min-width: 800px;
	background-color: #fff;
}

#sp_bar{
	display:none;
}

#top{
	position:relative;
	width:100%;
	height: 45px;
	background-image: url(parts/chemi_logo.png);
	background-repeat:no-repeat;
	background-size: auto 40px;
	background-position: center center;
}
#top .Link{
	/*範囲リンク*/
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


#top_bar{
	height: 124px;
	width:100%;
	background-color: #000;
	color:#FFF;
	padding-top: 20px;
	padding-left: 10px;
	position: relative;
}
#top_bar div{
	display: inline-block;
	margin-left: 30px;
}



#share{
	position: absolute;
	width:60px;
	height: 10px;
	font-size: 8pt;
	top:35px;
	right:60px;
}
#logo{
	display: flex;
	flex-direction: row;
	align-items: center;
	width:27%;
}

#logo img{
	width:100%;
}

#pc_menu_bar{
	width:48%;
}

#menu{
	height:90px;
	display: flex;
	flex-direction: row;
	align-items: center;
	list-style:none;
}

#menu img,#ask_link img{
	width:100%;
}
.pc_about,.pc_list{
	width:%;
}
.pc_find{
	width:%;
}
.pc_colum{
	width:%;
}

#pc_ask{
	width:6%;
}
#ask_link{
	height:90px;
	display: flex;
	flex-direction: row;
	align-items: center;
	list-style:none;
}
.sub_link{
	height:90px;
	display: flex;
	flex-direction: row;
	align-items: center;
	list-style:none;
}
li.v_line{
	width:2px;
	background-color: #888;
	font-size:20pt;
}

#main{
	width:100%;
/*	min-height: 400px; */
	background-color: #FFF;
}
#footer_w{
	height: 130px;
	width:100%;
	text-align: center;
	background-color: #FFF;
	padding-top: 30px;
}
#footer_b{
	height: 130px;
	width:100%;
	background-color: #000;
	color:#FFF;
	text-align: center;
	padding: 20px 30px;
}
#footer_b img{
	display:none;
}
#copy{
	width:100%;
	color:#666;
	text-align: center;
	font-size: 7pt;
	margin-top: 20px;
}

#colum_y{
	width:100%;
	color:#000;
	background-color: #EED600;
	margin: 0 auto;
}
#colum_title_s{
	width:500px;	
}

#colum_title_b{
	width:980px;	
}

.pc_area{
	display:block;
}

.sp_area{
	display:none;
}
/*----------------------------------------
	PCここまで
----------------------------------------*/
#sp_logo{
	width:65%;
	padding-left: 20px;
	padding-right: 20px;
}
#sp_logo img{
	width:100%;
}
.sp_menu_bot{
	width:15%;
}
.sp_menu_bot img{
	width:100%;
}

#sp_navi{
	width:100%;
	position:  absolute;
	top:30px;
	left:0;
/*	background-color: #000;
	opacity:0.9; */
	background: rgba(30,30,30,0.8);
	z-index: 9;
	display: none;
}
#sp_navi a{
	color:#FFF;
}

#navi_base{
	width:100%;
	height:80px;
	padding-top: 10px;;
	padding-right: 20px;;
	font-size:30pt;
	color:#FFF;
	text-align: right;
	border-bottom: thin solid;
}
.navi_bot{
	width:100%;
	height:70px;
	padding-top: 30px;;
	color:#fff;
	text-align: center;
	font-size: 10pt;
	border-bottom: thin solid;
}

.navi_bot_e{
	width:100%;
	height:70px;
	color:#fff;
	text-align: center;
	font-size: 10pt;
	border-bottom: thin solid;
}

#sp_find{
	width:100%;
	position:  absolute;
	top:45px;
	left:0;
/*	background-color: #FA6161;
	opacity:0.9; */
	background: rgba(250,135,135,0.8);
	z-index: 10;
	display: none;
}

#find_base{
	width:100%;
	height:60px;
	padding-top: 10px;;
	padding-right: 30px;;
	font-size:40pt;
	color:#000;
	text-align: right;
}
.find_title{
	width:100%;
	background-color: #000;
	color:#fff;
	padding: 5px;
	font-weight: bold;
}
#find_flame{
	width:80%;
	margin: 0 auto;
}

#search_flame{
	padding: 15px;
	width:100%;
	background-color: #FFF;
}

#bot_flame{
	width:90%;
	margin: 0 auto;
}

.find_bot_f,.find_bot_h,.find_bot_m{
	font-size: 12px;
	font-weight: bold;
	background-color: #FFF;
	color:#000;
	text-align: center;
	height:70px;
	border: thin solid;
	position: relative;
}
.find_bot_f{
	width:100%;
	float: left;
}

.find_bot_h{
	width:25%;
	float: left;
}

.find_bot_m{
	width:16.6%;
	height:30px;
	float: left;
}

.find_bot_f a,.find_bot_h a,.find_bot_m a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 30px;
}

.find_bot_m a{
	padding-top: 10px;
}

#precl{
	width:100%;
	background-color: #fff;
	text-align:center;
	margin: 0 auto;
}

#precl img{
	width:20%;
	border: 1px solid;
	border-color: #ccc;
	margin-top: 10px;
}

.sp_sub_link{
	height:70px;
	display: inline-flex;
	margin: 0 auto;
	justify-content: space-around;
	align-items: center;
	list-style:none;
}
.sp_sub_link img{
 	margin: 0 40;
}

.sp_sub_link li a{
	font-size:10pt;
	color:#FFFFFF;
}

/*flat button*/
.buttonImage {
	background-image:url(parts/search_w_icn.png);
	background-repeat:  no-repeat;              /* 背景の繰り返し設定 */
	background-position: center right;          /* 背景の位置指定 */
	display:inline-block;
	width:90%;
	height:40px;
	color:#FFF;
	text-align: center;
	padding-top: 10px;
	font-weight: bold;
}

.flatbutton{
	border:1px solid #FFF;
	background-color: #FC7070;
	height:70px;
}

.buttonImage_w {
	background-image:url(parts/search_icn.png);
	color:#000;
}
.flatbutton_w{
	background-color: #FFF;
}/*flat button*/

/*----------------------------------------
	SPのみここから
----------------------------------------*/
@media screen and ( max-width:1200px )
{
	#share{
		color:#000;
	}
	
	.sub_link{
		display:none;
	}
}


@media screen and ( max-width:639px )
{
	#allContents {
		width:100%;
		min-width: 320px;
		background-color: #fff;
	}
	#top{
		width:100%;
		height: 30px;
		background-image: url(parts/chemi_logo.png);
		background-repeat:no-repeat;
		background-size: auto 25px;
		background-position: center center;
	}
	
	#pc_bar {
		display:none;
	}
	#sp_bar {
		display:block;
	}
	#top_bar{
		width:100%;
		height:auto;
		background-color: #000;
		color:#FFF;
		padding: 5px;
	}
	#top_bar div{
		margin-left: 0;
	}
	.v_line{
		width:1px;
		border-left: thin solid;
	}
	
	#sp_find{
		top:30px;
	}
		
	#footer_w{
		height: 100px;
		padding-top: 15px;
	}

	#footer_b{
		height: 300px;
	}

	#footer_b img{
		display:block;
		margin: 0 auto;
		padding: 10px;;
	}
	#copy{
		margin-top: 0;
	}
		
	#find_flame{
		width:90%;
	}
	.find_bot_f{
		width:100%;
	}

	.find_bot_h{
		width:50%;
	}

	.buttonImage span{
		display: none;
	}

	.pc_area{
		display:none;
	}
	.sp_area{
		display:block;
	}

}

/*----------------------------------------
	のみSPここまで
----------------------------------------*/

