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

/*=======================================
1.共通
2.Information
3.What's News
4.Follow Us
5.HAL CORPORATION GROUP
=======================================*/

/*=======================================
1.共通
=======================================*/
#top {
	padding-top: 0px;
}

#slider_wrap {
	background: #E9E9E9;
	background-image: url("../img/common/bg_top.png");
	box-shadow: 0px 1px 15px #eee;
}

.top_content {
	background-color: #fff;
	border-radius: 10px;
	padding: 10px;
	box-shadow: 2px 2px 2px #F5F5F5;
	margin-bottom: 25px;
	overflow: hidden;
}

.top_subtitle {
	padding: 5px 0 10px 10px;
	border-bottom: 2px solid #E8455C;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 1.2em;
	font-weight: bold;
	color: #222
}

/*=======================================
2.Information
=======================================*/
#top_information {
	min-height: 310zpx;
	width: 830px;
}

#top_information .whatNews{
	width: 100%;
}

#top_information .whatNews dd {
	width: 630px;
}
/*=======================================
3.What's News
=======================================*/
#top_whatNews {
	width: 480px;
	float: left;
}

#top_whatNews_title a {
	float: right;
	margin-right: 15px;
}
#top_whatNews_title a:hover {
	filter: brightness(1.2);
}


#top_whatNews_wrap {
	width: 100%;
}

.whatNews {
	padding: 12px 0;
	border-bottom: 1px dotted #ddd;
	width: 470px;
	display: table;
}
.whatNews:last-child {
	border-bottom: none;
}

.whatNews dt,
.whatNews dd {
	display: inline-block;
	vertical-align: top;
	padding-top: 3px;
}

.whatNews:before {
	display: inline-block; 
	width: 65px;
	font-size: 0.9em;
	text-align: center;
	padding: 3px 0px;
	color: #fff;
	margin-right: 10px;
}

.whatNews dt {
	margin-right: 10px;
	width: 90px;
}

.whatNews dd {
	width: 295px;
}

.whatNews dd a {
	text-decoration: underline;
	color: #e62658;
}
.whatNews dd a:hover {
	color: #CA2121;
}

.news_brand:before{
	content: "商品";
	background: #06C;
}

.news_recruit:before{
	content: "採用";
	background: #C03;
}

.news_announce:before{
	content: "お知らせ";
	background: #F90;
}

.new dd:after {
	content: "new";
	font-size: 0.9em;
	color: red;
	margin-left: 5px;
	display: inline-block;
}

/*=======================================
4.Follow Us
=======================================*/
#top_followUs {
	float: left;
	width: 300px;
	margin-left: 30px;
}

#top_shop_twitter {
	margin-bottom: 10px;
}

.top_followUs_sns {
	padding: 12px 0 12px 5px;
	border-top: 1px dotted #ddd;
	overflow: hidden;
}

.top_followUs_sns p{
	font-size: 14px;
	float: left;
}

.top_followUs_sns_link{
	width: 115px; 
	float: right;
}

/*=======================================
5.HAL CORPORATION GROUP 
=======================================*/
#top_halGroup {
	clear: both;
	width: 830px;
}

#top_halGroup p~a img {
	border: 1px solid #eee;
	margin: 0 5px;
}

#top_halGroup_title a {
	float: right;
	margin-right: 15px;
}
#top_halGroup_title a:hover {
	filter: brightness(1.2);
}