@charset "UTF-8";

/* arbeit #5f3225 */

#content_head{
	background-image:url('img/ttl.jpg');
	background-color: #5f3225;
}

#content_head h2{
	margin-left: 210px;
}

.archivelistThumb a,
.breadcrumb li a:hover,
#content_head h2 a{
	color: #5f3225;
}

#main .headline1 span{
	border-left-color: #5f3225;
	color: #5f3225;
}

#main .basic .chart{
	background-color: #5f3225;
}

/* wp-pagenavi */
.wp-pagenavi span.current {
	border-color: #5f3225 !important;
	background: #5f3225;
}
.wp-pagenavi a{
	color: #5f3225;
}

	

/* 一覧 */

.arbeit .archivelistThumb li{
	border-radius: 0;
	background: #FFFFD4;
}
.arbeit .archivelistThumb .inner{
	border: 1px solid #5f3225;
	overflow: hidden;
	_zoom:1;
	padding-bottom:10px;
}
.arbeit .archivelistThumb .ph{
	width: 136px;
	float: left;
}
.arbeit .archivelistThumb .ph img{
	border: 0 none;
}
.arbeit .archivelistThumb .txtR{
	padding: 10px 10px 0 0;
}
.arbeit .archivelistThumb h3{
	border-left: 5px solid #5f3225;
	border-bottom: 1px solid #5f3225;
	padding:5px;
}
.arbeit .archivelistThumb h3 a{
	color: #5f3225;
}
.arbeit .archivelistThumb p{
	margin-bottom:0px;
}


/* 詳細 */
table.spec th{
	white-space: nowrap;
}

#main .pointlist li{
	border-bottom: 0 none;
	width: 105px;
	float: left;
	text-align: center;
	margin-right:10px;
	margin-bottom:15px;
	padding: 4px 0;
	font-size:10px;
	background: #CCCCCC;
	border-radius: 20px;
	line-height: 1.2;
	color: #fff;
	position:relative;
	behavior: url(/PIE.htc);
}
#main .pointlist li.on{
	background: #25525F;
}

.arbeit_contact{
	background: #FFFFD4;
	margin-bottom:10px;
}
.arbeit_contact h3{
	background: #5F3225;
	color: #fff;
	text-align: center;
	font-size:17px;
	padding: 3px 0;
}
.arbeit_contact .tanto{
	font-size:15px;
	font-weight:bold;
	padding: 0 5px 0 10px;
	display: inline-block;
}
.arbeit_contact .tanto span{
	font-size:12px;
	font-weight:normal;
}


.arbeit_contact .tel,
.arbeit_contact .mail{
	display: inline-block;

}
.arbeit_contact .tel a,
.arbeit_contact .mail a{
	display: block;
	color: #fff;
	font-size: 20px;
	font-weight:bold;
	line-height:25px;
	border: 1px solid #127286;
	border-radius: 8px;
	padding: 5px 10px 5px 0;
	margin: 0 5px;
	position:relative;
	behavior: url(/PIE.htc);
}
.arbeit_contact .tel a{
	background: -webkit-gradient(linear, left bottom, left top, from(#189db8), color-stop(0.5, #178fa8), color-stop(0.51, #5eb1c3), to(#70a7b3));
	background: -moz-linear-gradient(90deg, #189db8 0%, #178fa8 50%, #5eb1c3 51%, #70a7b3 100%);
 	background: gradient(linear, left bottom, left top, from(#189db8), color-stop(0.5, #178fa8), color-stop(0.51, #5eb1c3), to(#70a7b3));
    -pie-background:linear-gradient(top, #189db8 0%, #178fa8 50%, #5eb1c3 51%, #70a7b3 100%); /* ie */
	behavior: url(/PIE.htc);
}
.arbeit_contact .mail a{
	border: 1px solid #ffa600;
	background: -webkit-gradient(linear, left bottom, left top, from(#ffa400), color-stop(0.5, #ffa500), color-stop(0.51, #ffc24f), to(#ffc24e));
	background: -moz-linear-gradient(90deg, #ffa400 0%, #ffa500 50%, #ffc24f 51%, #ffc24e 100%);
	background: gradient(linear, left bottom, left top, from(#ffa400), color-stop(0.5, #ffa500), color-stop(0.51, #ffc24f), to(#ffc24e));
    -pie-background:linear-gradient(top, #ffa400 0%, #ffa500 50%, #ffc24f 51%, #ffc24e 100%); /* ie */
	behavior: url(/PIE.htc);
}

.arbeit_contact .tel a:before,
.arbeit_contact .mail a:before{
	content :'';
	display: block;
	float: left;
	background: url(img/icon_tel.png) no-repeat left 50%;
	margin: 2px 6px 0 10px ;
	width: 14px;
	height: 20px;
}
.arbeit_contact .mail a:before{
	background: url(img/icon_mail.png) no-repeat left 50%;
	margin: 3px 6px 0 10px ;
	width: 25px;
	height: 18px;
}

/* responsive
-------------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 710px) {
	.arbeit .archivelistThumb li{
		border-bottom: 0 none;
	}
	.arbeit #main .archivelistThumb .imgL{
		margin-bottom:0px;
	}
	.arbeit .archivelistThumb .inner{
		padding-bottom:0px;
	}
	
	.arbeit_contact .tel,
	.arbeit_contact .mail{
		display: block;
	
	}
}
