
@charset "UTF-8";

/* home
================================*/
#header_inner {
	max-width: 1030px;
	margin: 0 auto;
	padding: 13px 0 20px;
}
	#header .logo a {
		display: block;
		padding: 7px 0;
	}
/* main_area
----------------*/

#main_area {
	clear:both;
	position: relative;
	max-width: 1030px;
	overflow: hidden;
	margin: 0 auto;
	text-align:center;
}

#main_area .slider_home1 {
	height:425px;
}

#main_area .text {
	position: absolute;
	left: 5%;
	top: 110px;
}



/* sub_slide
----------------*/

#sub_slide {
	position: relative;
	margin-top: 20px;
	width: 100%;
}

#sub_slide_inner {
	position: relative;
	max-width: 960px;
	margin: 0px auto;
}

#sub_slide li {
	float: left;
	list-style: none;
	position: relative;
	width: 228px;
	padding: 0 6px 2px 6px;
}

#sub_slide li a {
  	display: block;	
	color: #1b1b1b;
}


#sub_slide li .inner {
	position: relative;
	top: 2px;
}

#sub_slide li img {
	position: relative;
	top: -2px;
}

#sub_slide li .text_wrap {
	padding: 12px 0px 12px 0;
}

#sub_slide li .title {
	margin-bottom: 4px;
	padding-left: 12px;
	font-size: 14px;
	font-weight: bold;
	border-left: 3px solid #4bb1ca;
	line-height: 19px;
}

#sub_slide li .text {
	padding-left: 15px;	
	font-size: 12px;
	line-height: 17px;
}

#sub_slide .carou_prev,
#sub_slide .carou_next {
	width: 19px;
	height: 26px;
	display: block !important;
	position: absolute;
	top: 100px;
	cursor:pointer;
}

#sub_slide .carou_prev{
	left:-40px;
	background:url(/customer/images/slide_prev.gif) no-repeat;
	background-position: 0 0;	
}

#sub_slide .carou_next{
	right: -40px;
	background:url(/customer/images/slide_next.gif) no-repeat;
	background-position: 0 0;
}

#sub_slide .carou_prev:hover,
#sub_slide .carou_next:hover {
	background-position: 0 -26px;
}


/* news
----------------*/

#news {
	margin-bottom: 50px;
}

#news .inner {
	margin-bottom: 20px;
}

#news .hide {
	display: none;
	width: 100% !important;
}

#news .title {
	max-width: 900px;
	margin: 0 auto;
	padding-left: 32px;
	background:url(../images/index/news_icon.png) 15px 4px no-repeat;
	font-weight: bold;
	font-size: 14px;
}

#news .first_news .text {
	width: 100%;
	margin-bottom: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#news .first_news .text a,
#news li a {
	display: block;
	max-width: 900px;
	margin: 0 auto;
	padding: 15px 20px 15px 20px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}

#news li.odd a {
	background-color: #f6f6f6;
}

#news .first_news .text a span,
#news li a span {
	color: #1b1b1b;
	margin-right: 10px;
}

#news .more,
#news .more_close {
	width: 100% !important;
}

#news .more_close {
	display: none;
}

#news .more a,
#news .more_close a {
	display: block;
	max-width: 938px;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	border: 1px solid #ccc;
	text-align: center;
}

/* hero
----------------*/

#hero {
	text-align:center;
}

#hero section {
	position: relative;
	max-width: 1100px;
	margin: 0 auto;
}

#hero .title {
	line-height: 1.3;
	font-size: 24px;
	text-align:left;
}

#hero .bg01 {
	width:250px;
}

#hero .bg02 {
	width:295px;
}

#hero .bg03 {
	width:335px;
}

#hero .bg_bk {
	position: absolute;
	left: 12.0%;
	top: 134px;
	height:100px;
	background:#000;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-o-border-radius:8px;
	-ms-border-radius:8px;
	opacity:0.4;
	-moz-opacity:0.4;
	-khtml-opacity:0.4;
	filter:alpha(opacity=40);
}

#hero .text {
	position: absolute;
	left: 13.5%;
	top: 144px;
	max-width: 455px;
	color: #fff;
	font-weight: bold;
	text-align:left;
}

#hero .text .title {
	margin-bottom: 25px;
}

#hero .text p {
	font-size:14px;
}




.info_area {
	text-align: left;
	/*margin-left: 7%;*/
}
	.news_img {
		float: left;
        width:120px;
	}	
	.text_area {
		/*float: left;*/
		/*width:81%;*/
		float:right;
		width:870px;
		/*margin-left: 45px;*/
	}	
		.text_area .title_spOnly {
			display:none;
		}	
			.text_area p {
				/*float: left;*/
				line-height: 20px;
				margin-top: 17px;
			}
			.info_area .text_area p {
				font-size:14px;
				line-height:19px;
			}
			.text_area .detail_btn{
				margin:5px auto 0;
				border:1px solid #c3cace;
				font-size:17px;
				text-align:right;
				background: rgb(241,248,252);
				background: -moz-linear-gradient(-45deg, rgba(188,220,236,1) 0%, rgba(241,248,252,1) 100%);
				background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(188,220,236,1)), color-stop(100%,rgba(241,248,252,1)));
				background: -webkit-linear-gradient(-45deg, rgba(188,220,236,1) 0%,rgba(241,248,252,1) 100%);
				background: -o-linear-gradient(-45deg, rgba(188,220,236,1) 0%,rgba(241,248,252,1) 100%);
				background: -ms-linear-gradient(-45deg, rgba(188,220,236,1) 0%,rgba(241,248,252,1) 100%);
				background: linear-gradient(135deg,rgba(188,220,236,1) 0%,rgba(241,248,252,1) 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcdcec', endColorstr='#f1f8fc',GradientType=1 );
			}
			.text_area .detail_btn a{
				display:block;
				padding:7px 15px;
				color: #333333;
				font-weight: bold;
			}
				.text_area .detail_btn .arrow_icon{
					display:inline-block;
					/display:inline;
					/zoom:1;
					width:16px;
					margin:0 0 0 20px;
					vertical-align: middle;
				}
					.text_area .detail_btn .arrow_icon img{
						vertical-align: top;
					}						
				
	.info_area h2 {
		font-size: 26px;
        font-weight:bold;
	}
		.info_area h2 img{
			width:100%;
			height:auto;
		}
		.info_area p {
			font-size: 16px;
			font-weight: bold;
			color: #333333;
			line-height: 26px;
		}		
		.info_area p .note_guide_3 {
			font-size: 10px;			
			text-decoration: none;
		}

		
	.main_img {
		/*padding: 0 10px;*/
	}
		.magnifier_spOnly {
			display:none;
		}
			
		.lp_img	{
			margin-top: 30px;
		}
		
	#sub_slide {
		background-position: center;
		margin: 0 auto;
		margin-top: 20px;
		margin-bottom: 15px;
		border: 4px solid #4bb2c9;
		max-width: 1015px;;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		-o-border-radius: 10px;
		-ms-border-radius: 10px;
		box-shadow: 0px 0px 2px #3eacc5,0px 0px 1px #3eacc5 inset;
		-moz-box-shadow: 0px 0px 2px #3eacc5,0px 0px 1px #3eacc5 inset;
		-webkit-box-shadow: 0px 0px 2px #3eacc5,0px 0px 1px #3eacc5 inset;
		-o-box-shadow: 0px 0px 2px #3eacc5,0px 0px 1px #3eacc5 inset;
		-ms-box-shadow: 0px 0px 2px #3eacc5,0px 0px 1px #3eacc5 inset;
	}
		.blowing {
			position: absolute;
			top: -44px;
			right: 14.2%;
		}
		.h3_spOnly {
			display: none;
		}
		#sub_slide li .title {
			font-size: 14px;
		}
			#sub_slide li .title span{
				display: block;
				font-size: 12px;
				font-weight: normal;
			}
		#sub_slide_inner {
			position: relative;
			max-width: 960px;
			margin: 0px auto;
			margin-top: 0;  
		}
			.caroufredsel_wrapper {
				top: 0 !important;
				height: 234px !important;
			}

			.h3_pcOnly {
				display: block;
				color: #ffffff;
				font-size: 14px;
				font-weight: bold;		
				margin: 10px 0 10px 10px;
				padding: 5px 20px 5px 20px;
				background-color: #4db2ca;
				width: 145px;
				border-radius: 20px;
				-moz-border-radius: 20px;
				-webkit-border-radius: 20px;
				-o-border-radius: 20px;
				-ms-border-radius: 20px;
				text-align:center;
			}
			#sub_slide .carou_prev {
				left: -23px;
			}
			#sub_slide .carou_next {
				right: -23px;
			}
			.slider_home2 {
				top: 39px;
			}
			
	.menu_area {
		clear: both;
		position: relative;
		width: 1100px;
		overflow: hidden;
		margin: 0 auto;
	}
		.note {
		clear: both;
		position: relative;
		width: 1020px;
		overflow: hidden;
		margin: 15px auto 0;
		padding-bottom: 30px;
	}
			.note ul li {
				font-size: 13px;
				font-weight: bold;
				text-indent: -2.5em;
				padding-left: 30px;
			}
				.note ul li a{
					text-decoration:underline;
				}
				.note ul li a:hover,
				.note ul li a:active,
				.note ul li a:visited{
					color:#8c3fff;
				}
		.menu_area ul {
			width: 1023px;
			margin: 0 auto;
		}		

			.menu_area ul li {
			float: left;
			font-size: 14px;
			margin-bottom: 2px;
			line-height: 18px;
			*width: 146px;
			*height: 40px;
			*text-align: center;			
			}
			
			.menu_area ul li:hover {
				opacity: 0.7;
			}	
				.menu_area ul li.first,
				.menu_area ul li.second,
				.menu_area ul li.third,
				.menu_area ul li.fourth,
				.menu_area ul li.fifth,
				.menu_area ul li.sixth {
					margin-right:3px;
			  *display: inline;
			  *zoom: 1;
			  *padding: 30px 10px;
			}
			
				.menu_area ul li.first,
				.menu_area ul li.second,
				.menu_area ul li.third {						
					
					background: rgb(241,248,252);
					background: -moz-linear-gradient(-45deg,  rgba(241,248,252,1) 0%, rgba(188,220,236,1) 100%);
					background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(241,248,252,1)), color-stop(100%,rgba(188,220,236,1)));
					background: -webkit-linear-gradient(-45deg,  rgba(241,248,252,1) 0%,rgba(188,220,236,1) 100%);
					background: -o-linear-gradient(-45deg,  rgba(241,248,252,1) 0%,rgba(188,220,236,1) 100%);
					background: -ms-linear-gradient(-45deg,  rgba(241,248,252,1) 0%,rgba(188,220,236,1) 100%);
					background: linear-gradient(135deg,  rgba(241,248,252,1) 0%,rgba(188,220,236,1) 100%);
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f8fc', endColorstr='#bcdcec',GradientType=1 );
					
					border: 1px solid #bebebe;
				}
				
				
				.menu_area ul li.fourth,
				.menu_area ul li.fifth,
				.menu_area ul li.sixth {
								
					background: rgb(240,253,249);
					background: -moz-linear-gradient(-45deg,  rgba(240,253,249,1) 0%, rgba(186,246,227,1) 100%);
					background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(240,253,249,1)), color-stop(100%,rgba(186,246,227,1)));
					background: -webkit-linear-gradient(-45deg,  rgba(240,253,249,1) 0%,rgba(186,246,227,1) 100%);
					background: -o-linear-gradient(-45deg,  rgba(240,253,249,1) 0%,rgba(186,246,227,1) 100%);
					background: -ms-linear-gradient(-45deg,  rgba(240,253,249,1) 0%,rgba(186,246,227,1) 100%);
					background: linear-gradient(135deg,  rgba(240,253,249,1) 0%,rgba(186,246,227,1) 100%);
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0fdf9', endColorstr='#baf6e3',GradientType=1 );
							
					border: 1px solid #bebebe;
				}
				
				
				
				.menu_area ul li.sixth {			
			  margin-right: 0;
			  *padding: 30.5px 10px;
				}
				
				.menu_area ul li.third,
				.menu_area ul li.fifth {
					*width: 158px;
					*padding: 30px 4px; 
				}

			
				.pt20_pc {
					padding-top: 20px;
				}
			
					.menu_area ul li a {
						display: table-cell;
						/*width: 146px;*/
						width: 150px;						
						height: 86px;
						vertical-align: middle;
						color: #333333;
						text-align: center;
						/*padding: 0 10px;*/
						padding: 0 8px;						
						font-size: 15px;
						font-weight: bold;
						*width: 146px;						
						*height: 86px;
					}
					.menu_area ul li.third span.adjust_1 {
						display:block;						
						*padding: 0 30px;
					}
					.menu_area ul li.fifth span.adjust_4 {
						display:block;	
						*padding: 0 30px;
					}
					.menu_area ul li.third span.adjust_2 {
						display:block;
						*padding: 0 0;
					}
					.menu_area ul li.fifth span.adjust_5 {
						display:block;
						*padding: 0 0;
					}
					.menu_area ul li.third span.adjust_3 {
						display:block;
						*padding: 0 0;
					}
					.menu_area ul li.fifth span.adjust_6 {
						display:block;
						*padding-left: 20px;
					}
					
					
					
						.arrow_icon {
							display: none;
						}
						.note_guide_1 {
							font-size: 9px;
						}
						.note_guide_2 {
							font-size: 9px;
							display: block;
							margin-right: 5px;
							margin-left: 2px;
							text-align: right;
						}
						.note_guide_4 {
							display: block;
							*display:inline;
							font-size: 9px;
							margin-right: 5px;
							margin-left: 2px;
							text-align: right;
						}
						.font_date {
							font-size: 10px;
						}
					.menu_area .note ul li {
						width: 100%;
						text-indent: -1em;
						opacity: 1;
					}
					
#footer {
	margin-top: 170px;
}

		
		


@media screen and (min-width: 1280px) {

span.break_line_pc { display: block; margin:0 !important; }


}



