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

/* ptitle
----------------------------------------------*/
#ptitle{
	position:relative;
	height:264px;
	margin-bottom:10px;
}

#ptitle .tit{
	position:absolute;
	top:0;
	left:-3px;
}

#ptitle .supervision{
	position:absolute;
	top:200px;
	left:0;
}

/* index
----------------------------------------------*/
#index{
	overflow:hidden;
	margin-right:-20px;
	margin-bottom:30px;
}

#index .col{
	width:196px;
	margin-right:20px;
	float:left;
}

#index .col p{
	margin:10px 0;
  
}

* html #index{
	zoom:1;
	margin-right:-20px;
}

## .area{
	width:94px;
	float:left;
}

#index .area.left{
	margin-right:8px;
}

#index .area li{
	background:url(../images/top/parts_arw_g.gif) 5px center no-repeat;
	background-color:#eef1f3;
	margin-bottom:2px;
	padding:2px 0 2px 13px;
	color:#999;
}

#index .area a{
	background:url(../images/top/parts_arw_gr.gif) 5px center no-repeat;
	background-color:#eef1f3;
	padding-left:13px;
	margin-left:-13px;
	zoom:1;
}

#index .boxBalloon {
  border: 1px solid #60B577;
  padding: 7px;
  border-radius: 6px;
  position: relative;
  margin-top: 22px;
  background: url(../images/top/parts_boxballoon_01.png) repeat-x;
}

#index .boxBalloon:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 21px;
  top: -12px;
  left: 18px;
  background: url(../images/top/parts_boxballoon_02.png) top center no-repeat;
  background-size: 50%;
}

#index .boxBalloon form + p{
  font-size: 12px;
  margin: 3px 0 1px;
}


#index .boxBalloon h4 {
  font-size: 1.05em;
}

#index #goButton{
  width: 48px;
  height: 24px;
  border: none;
  background: url(../images/top/btn_search.png) center no-repeat; 
  background-size: contain;
  text-indent: -9999px;
  cursor: pointer;
  appearance: none;
  padding: 0;
}

#index p.error {
  margin: 0;
  margin-top: 4px;
  height: 24px;
  font-size: 12px;
}

#index p.error span {
  color: #e63131;
  display: none;
}
#main h4 {
  font-weight: bold;
  font-size: 1em;
  margin-bottom: 3px;
}

#main form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

/*機種依存inputリセット*/
#main form input[type="search"] {
  appearance: textfield;
  box-sizing: content-box;
  margin-right: 4px;
}
#main form input[type="search"]:focus {
  outline-offset: -2px;
}
#main form input[type="search"]::-webkit-search-decoration {
  display: none;
}

#main form input[type="search"]{
  padding: 3px;
  width: calc(100% - 52px);
  box-sizing: border-box;
}



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

#news dl {
	display: inline;
}

#news dt {
	display: inline-block;
	width:106px;
	padding:7px;
	border-bottom:#fff 3px solid;
	background:#eef1f3;
	font-weight:normal;
	color:#999;
}

#news dt::before {
	content: url(../images/top/parts_arw_or.gif);
	left:0;
	padding-right: 8px;
}

#news dd {
	display: inline-block;
	width: 486px;
	padding:7px 9px;
	background-color:#f8f8fa;
	border-bottom:#fff 3px solid;
}

#news th{
	width:106px;
	padding:5px;
	border-bottom:#fff 3px solid;
	background:url(../images/top/parts_arw_or.gif) 5px center no-repeat #eef1f3;
	font-weight:normal;
	color:#999;
}

#news td{
	padding:7px 9px;
	background-color:#f8f8fa;
	border-bottom:#fff 3px solid;
}

#news td img{
	margin-right:5px;
}

.i_new {
    position: relative;
}

.i_new::before {
	position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    top: 0;
    left: 0;
    background: url(../images/common/ico_new.png) no-repeat top left/40px 40px;
}
