@charset "UTF-8";


/* ====================================

	tag.css
	---------------------------

	INDEX:
	---------------------------
		ALL SIZES:

		Media Queries:
			Print styles

==================================== */


/* ===================================================

   ALL SIZES:

   =================================================== */

/* フォームエラーメッセージ */
.error {
	position: relative;
	display: inline-block;
	padding: 0 1em;
	color: #FF0000;
	font-size: 12px;
}


/* 検索ボックス */
.tag .searchBox.layout-box {
	margin-top: 0;
	margin-bottom: 0;
}
.tag .searchBox .searchKeyword {
	width: 460px;
}



.tag .searchBox form {
	margin-bottom: 0;
}
.tag .searchBox .searchTagList {
	clear: both;
	padding-top: 20px;
	font-size: 10px;
}
.tag #contentsBlock .searchBox .searchTagList li {
	position: relative;
	display: inline-block;
	margin-bottom: 4px;
	padding: 6px 10px 6px 10px;
	border: 1px solid #ccc;
	-webkit-border-radius: 2px;
			border-radius: 2px;
	background: #e2e2e2;
	background: -moz-linear-gradient(top,  #e2e2e2 0%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(100%,#cccccc));
	background: -webkit-linear-gradient(top,  #e2e2e2 0%,#cccccc 100%);
	background: -o-linear-gradient(top,  #e2e2e2 0%,#cccccc 100%);
	background: -ms-linear-gradient(top,  #e2e2e2 0%,#cccccc 100%);
	background: linear-gradient(to bottom,  #e2e2e2 0%,#cccccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#cccccc',GradientType=0 );
	font-size:12px;
}
.tag .searchBox .searchTagList li a {
	display: inline-block;
	margin-left: 10px;
	line-height: 1;
}
.tag .searchBox .searchTagList li a:after {
}

/**/
.m-search{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 6px 15px 7px;
	font-size: 14px;
	border: 1px solid #BEBEBE;
	background-color: #F0F0F0;
	color: #555;
	margin-left:15px;
	}
.m-search:hover{
	background-color: #00AAE8;
	cursor: pointer;
	color: #fff;
	border: 1px solid #fff;
}

#tag-result h2.heading{margin-bottom:15px;}


/**/
#tag-result .related-contents{margin-top:0;}
#tag-result .related-contents h1{
	font-size:28px;}
#tag-result .related-contents h3{
	position: relative;
	background: #353535;
	border-radius: 0;
	padding: 10px 0 10px 30px;
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
}
#tag-result .related-contents h3:before {
    position: absolute;
    top: 50%;
    left: 15px;
    content: "";
    display: block;
    width: 4px;
    height: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
}
/**/
.machineList ul{display:table;}
.machineList li {
    display: table-cell;
    width:20%;
    padding:20px 0;
	border:none;
	vertical-align: top;
	text-align: center;
}
.machineList .machineName {
    margin-top: 5px;
    font-weight: lighter;
    line-height: 16px;
    padding: 0 7px;
    font-size: 12px;
	width:100%;
}

#kanrenModel img.machineImage {
	width:100%;
	height:auto;
}
.machineList a {
    text-decoration: none;
    display: inline-block;
}
/**/
#kanrenBlog .thumbsList ul li.list-item {
    float: none;
    width: 50%;
    margin: 0px;
    display: inline-block;
    border-bottom: 1px dashed #ccc;
    padding: 10px 0;
}
#kanrenBlog .thumbsList ul li.list-item .item-title {
    font-size: 16px;
	font-weight:bold;
    line-height: 140%;
    float: left;
    width: 350px;
    padding-left: 10px;
}

/**/
#tag-result #kanrenModel .machineImage img{float:none; width:90px;}
