@charset "UTF-8";
@import 'css/reset.css';


/*
Theme Name: iCel
Description: iCel オリジナルテーマ
Author: CIDER inc.
Version: 0.1
*/




/* base */

#wrapper{
	width: 940px;
	padding: 10px;
	margin: 0 auto;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 12px;
	color: #333;
}


/* header */

#header{
	margin-bottom: 20px;
}

#head{
	padding-top: 20px;
}

#logo{
	float: left;
}

#head-text{
	font-size: 12px;
	color: #717071;
	margin-left: 20px;
	padding-top: 25px;
	line-height: 1.4em;
	float: left;
}

#fb{
	display: block;
	width: 194px;
	height: 35px;
	background: url(./images/fb.png) no-repeat 0 0;
	float: right;
	margin-top: -20px;
}

#blog{
	display: block;
	width: 194px;
	height: 36px;
	background: url(./images/blog.jpg) no-repeat 0 0;
	float: right;
	margin-top: 10px;
}

#fb:hover,
#blog:hover{
	filter: alpha(opacity=60);
	-moz-opacity: .6;
	opacity: .6;
}

#menu{
	height: 31px;
	margin-top: 20px;
	font-size: 12px;
}

	#menu ul{
		float: left;
		border-right: solid 1px #717071;
		height: 100%;
	}

	#menu li{
		float: left;
		border-left: solid 1px #717071;
		height: 100%;
		padding: 0 10px;
		line-height: 30px;
	}
	
	#menu li#elsol-menu{
		background: url(./images/new.png) no-repeat 3px center;
		padding-left: 38px;
		line-height: 15px;
	}
	
	#menu a{
		color: #717071;
	}

	#menu a{
		color: #ccc;
	}

	#menu a.news-link{
		font-weight: bold;
		color: #0066cc;
	}
	
	#menu a:hover{
		color: #92c14d;
	}
	
#future-menu{
	line-height: 15px !important;
}

	#search-form input{
		width: 172px;
		height: 22px;
		background: url(images/form.png) no-repeat 0 0;
		padding-left: 20px;
		border: none;
		margin-top: 4px;
		float: right;
	}


/* footer */

#footer{
	background: url(images/foot.png) no-repeat center 0;
	padding-top: 70px;
	text-align: center;
	margin-top: 50px;
	color: #717071;
}


/* home */

#home-images{
	width: 940px;
	height: 379px;
	position: relative;
	overflow: hidden;
}
	
	#home-images img{
		position: absolute;
		left: 0;
		top: 0;
		filter: alpha(opacity=0);
		-moz-opacity: 0;
		opacity: 0;
	}

#news{
	height: 26px;
	background: url(images/news.jpg) no-repeat 0 0;
	display: block;
}

#news:hover #news-p{
	color: #95c650;
}

#news-p{
	height: 100%;
	line-height: 28px;
	margin-left: 144px;
	padding-right: 2px;
	overflow: hidden;
	color: #717071;
}

#foot-menu{
	width: 981px;
	margin-left: -42px;
	margin-top: 20px;
}

	#foot-menu li{
		width: 285px;
		float: left;
		margin-left: 42px;
	}
	
	#foot-menu h2{
		font-weight: normal;
		color: #77D201;
		height: 30px;
		line-height: 15px;
	}
	
	
/* homesystem */

.page{
	padding-top: 330px;
}

	.page h1{
		font-weight: normal;
		font-size: 17px;
		color: #92c14d;
	}

#homesystem{
	background: url(images/homesystem-head.jpg) no-repeat 0 0;
}
	
#homesystem-body{
	background: url(images/homesystem-foot.jpg) no-repeat 0 bottom;
	height: 620px;
}


/* product */

#product{
	background: url(images/product-head.jpg) no-repeat 0 0;
}

#product-body{
	margin-top: 20px;
	font-size: 14px;
	background: url(images/product-white.jpg) no-repeat right 0;
	min-height: 600px;
}

	#product-body h2{
		font-size: 16px;
		margin: 30px 0 15px;
	}
	
	#product-body p{
		line-height: 1.5em;
	}
	
	#product-body ul{
		margin: 10px 0 10px 25px;
		list-style: square;
	}
	
	#product-body li{
		margin: 5px 0;
	}
	
	
/* usa */

#usa{
	background: url(images/usa-head.jpg) no-repeat 0 0;
}

	#usa table{
		border: solid 1px #ccc;
		width: 100%;
		font-size: 15px;
		margin-top: 20px;
		background: #fcfcfc;
	}
	
		#usa table tr{
			border-bottom: solid 1px #ccc;
		}
	
		#usa table td{
			padding: 10px 5px;
			line-height: 1.5em;
		}
		
		#usa table .year{
			vertical-align: middle;
			width: 150px;
			border-right: solid 1px #ccc;
			text-align: center;
		}
		
		
/* company */

.top-page{
	margin-top: 40px;
}

.top-page h1{
	font-size: 25px;
}

#company table{
	width: 100%;
	border: solid 1px #ccc;
	font-size: 14px;
	line-height: 1.6em;
	margin-top: 20px;
	background: #fcfcfc;
}

	#company table tr{
		border-bottom: solid 1px #ccc;
	}

	#company table .col{
		width: 150px;
		border-right: solid 1px #ccc;
		vertical-align: middle;
	}
	
	#company table td{
		padding: 10px 5px;
	}
	
	#company table .ccc p{
		float: left;
	}
	
	#company table .ccc .col-in{
		width: 200px;
	}
	
#icel{
	width: 100%;
	height: 300px;
}


/* future */

#future{
	font-size: 14px;
	line-height: 1.8em;
}

#future h1{
	margin-bottom: 30px;
}

#future h2{
	font-size: 17px;
	margin-bottom: 10px;
}

#future .fu{
	margin-bottom: 30px;
	letter-spacing: -.1em;
}

	#future .fu ul{
		list-style: square;
		margin-left: 30px;
	}
	
	
/* contact */

.red{
	color: red;
}

#chu{
	font-size: 10px;
	margin: 10px 0 20px;
}

#contact form label{
	color: #333;
}

#contact .input{
	margin-bottom: 20px;
}

#contact form .input-text{
	width: 268px;
	height: 27px;
	line-height: 27px;
	border: none;
	background: url(images/input.jpg) no-repeat 0 0;
	padding: 0 3px;
	margin-top: 5px;
}

#contact form textarea{
	width: 426px;
	height: 226px;
	background: url(images/textarea.jpg) no-repeat 0 0;
	border: none;
	padding: 5px;
	margin-top: 5px;
}

#submit{
	display: block;
	height: 26px;
	width: 71px;
	background: url(images/button.jpg) no-repeat 0 0;
	text-align: center;
	line-height: 26px;
	color: #333;
}

#submit:hover{
	background-position-y: -26px;
	color: #fff;
}

#result{
	line-height: 1.4em;
	margin-bottom: 20px;
	color: #98cb48;
}

#contact-tex{
	margin: 15px 0 40px;
}


/* search */

#search .s{
	margin-bottom: 20px;
}

	#search h1{
		margin: 30px 0;
		font-size: 20px;
	}

	#search h2{
		font-size: 16px;
	}
	
	#search a{
		color: #333;
	}
	
	#search a:hover{
		color: #92c14d;
	}
	
	
/* news */

#news-page h1{
	margin-bottom: 30px;
}

#news-page h2{
	font-size: 18px;
	margin-bottom: 15px;
}

#news-page .date{
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
}

#news-page .news-body{
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 1.7em;
	padding-bottom: 30px;
	border-bottom: solid 1px #ddd;
}

#news-page .news-body img{
	display: block;
	max-width: 600px;
	margin: 20px 0;
	height: auto;
}

.pagination{
	font-weight: bold;
}

	.pagination .pgs{
		margin-top: 5px;
	}

	.pagination .pgs span,
	.pagination .pgs a{
		padding: 0 5px;
	}
	
	.pagination .pgs a{
		color: #95c650;
	}
	
	.pagination .pgs .current{
		color: #ccc;
	}
	
	
/* 製品紹介 */

#product-intro{
	padding-bottom: 550px;
	background: url(images/product-intro/body.jpg) no-repeat center bottom;
	position: relative;
}

#product-intro.ss{
	background: url(images/product-intro/body2.jpg) no-repeat center bottom;
	padding-bottom: 900px;
}

	#custmer div{
		float: right;
		font-size: 13px;
		width: 200px;
		line-height: 1.3em;
		margin-top: 60px;
	}

	#custmer h3{
		font-size: 17px;
		margin-bottom: 5px;
		border-bottom: solid 2px #000;
		padding-bottom: 5px;
	}
	
	#custmer li{
		margin-bottom: 5px;
	}
	
#pi-body{
	background: url(images/product-intro/head.jpg) no-repeat 0 0;
	padding-top: 350px;
}

.ss #pi-body{
	background: url(images/product-intro/head2.jpg) no-repeat 0 0;
	padding-top: 320px;
}

#product-top{
	font-size: 18px;
	line-height: 1.7em;
}

#product-top h1{
	margin-bottom: 10px;
	color: #000;
	font-size: 20px;
}

.ss #product-top h1{
	font-size: 25px;
}

	#product-top h1 span{
		border-bottom: solid 2px #92c14d;
		float: left;
		padding-bottom: 2px;
		color: #92c14d;
		font-size: 25px;
		margin-right: 20px;
	}
	
	#product-intro h2{
		font-weight: normal;
		font-size: 17px;
		line-height: 1.3em;
	}
	
	#product-intro h2.indent{
		text-indent: -1em;
	}
	
		#product-intro h2 span{
			font-size: .9em;
		}

	#product-top .green{
		color: #92c14d;
		font-weight: bold;
	}
	
	#product-top li{
		display: inline;
		margin-right: 20px;
	}
	
	#product-top ul{
		padding-left: 1.4em;
		font-size: .9em;
		margin-top: 5px;
	}
	
#product-second{
	margin-top: 20px;
}

#pi-text{
	height: 350px;
	background: url(images/product-intro/top.jpg) no-repeat 0 center;
	padding: 0 0 0 330px;
	font-size: 18px;
	line-height: 1.7em;
	width: 587px;
	margin: 20px auto 0;
}

	#pi-text h2{
		padding-left: 1em;
	}
	
	.ss #pi-text h2{
		font-weight: bold;
		font-size: 1.2em;
		margin-bottom: 10px;
		padding: 0 0 3px;
		border-bottom: solid 2px #000;
	}

	#pi-text h3{
		margin-bottom: 10px;
		line-height: 1.4em;
	}
	
		#pi-text h3 span{
			display: block;
		}
		
	#h3-block{
		padding-top: 5px;
	}
	
		#h3-block h3{
			color: #fff;
			font-size: 1.1em;
		}
	
	#h3-block div{
		width: 178px;
		margin: 0 5px;
		float: left;
		font-size: .8em;
		text-align: center;
		border: solid 2px #6697d9;
		font-weight: bold;
		padding: 5px 0;
		background: #6697d9;
	}
	
	#m-third{
		font-size: 1.1em;
		padding-left: 1em;
		float: left;
	}
	
	#m-third li{
		font-weight: bold;
		margin-top: 20px;
	}
	
	#h3-block{
		margin-bottom: 30px;
	}

	#pi-text .p-kome{
		font-size: .8em;
		line-height: 1.5em;
	}
	
	#product-intro .green{
		color: #92c14d;
		font-weight: bold;
	}

#merit table{
	border-collapse:collapse;
    border-spacing:0;
    width: 97%;
    margin-left: 3%;
    font-size: .9em;
}

	#merit table td{
		vertical-align: middle;
		border: solid 1px #ccc;
		padding: 5px;
	}

#pw{
	font-size: .9em;
	margin-top: 20px;
}

	#pw span{
		font-weight: bold;
	}


/* elsol */

#elsol{
	background: url(./images/el-top.jpg) no-repeat center 0;
}

	#elsol #el-top{
		padding-top: 650px;
		font-size: 16px;
		line-height: 1.5;
	}

	#el-top-text-wrap{
		background: url(./images/el-bottom.jpg) no-repeat center 0;
		height: 865px;
		padding-top: 8px;
		margin-top: 30px;
	}

	#elsol #top-text{
		width: 534px;
		font-size: 16px;
		line-height: 1.5;
	}
	
		#elsol #top-text h2,
		#elsol #el-top h2{
			font-size: 36px;
			color: #6CD241;
			margin-bottom: 10px;
		}

		#elsol #top-text h2{
			font-size: 30px;
		}
		
		#elsol #top-text span,
		#elsol #el-top span{
			color: #6CD241;
		}
		
	#elsol h3{
		font-size: 24px;
		color: #6CD241;
		text-align: center;
		padding: 5px 0;
		border: solid 2px #6CD241;
		margin: 40px 0;
	}
	
	#elsol #el1,
	#elsol #el2{
		font-size: 16px;
		background: url(./images/el1.jpg) no-repeat right 0;
		min-height: 225px;
		padding-right: 190px;
		line-height: 1.5;
	}
	
	#elsol #el2{
		background: url(./images/el2.jpg) no-repeat 0 0;
		padding: 0 0 0 190px;
		min-height: 470px;
		margin-top: 20px;
	}
	
	#elsol #el1 span,
	#elsol #el2 span{
		color: #6CD241;
	}
	
	#elsol #el1 h2,
	#elsol #el2 h2{
		color: #6CD241;
		font-size: 34px;
		line-height: 1;
		margin-bottom: 20px;
	}
	
	#elsol #el2 h2.under{
		margin-top: 40px;
	}

	#elsol-bottom{
		font-size: 54px;
		text-align: center;
		color: #6CD241;
		padding-bottom: 60px;
		background: url(./images/arrow.png) no-repeat center bottom;
		font-weight: bold;
		margin-top: 50px;
	}
	
	#elsol-buttons{
		width: 470px;
		margin: 30px auto 0;
	}

	#elsol-buttons #pdf{
		display: block;
		float: left;
	}

	#elsol-buttons #contact-link{
		display: block;
		float: right;
	}







