@charset "utf-8";
/* -------------
build:2015-03
version:1.0
author:
----------------
01.共通動作
02.横幅960px以上
03.横幅959px以上、769px以下
04.横幅768px以上、480px以下
05.横幅479px以下

------------- */




/* ■01.共通動作
--------------------------------------------------- */
@media print, screen and (min-width:1px) {
.bor_none{border:none!important;}

.content dl{
	display:table; 
	width:100%;
	border-bottom:1px dotted #e8e8e8;
	}
.content dl dt{display:table-cell; vertical-align:top;}
.content dl dd{display:table-cell;}

.content div#anchorlink ul{list-style:none;}

.content div#anchorlink ul li{
	float:left;
	text-align:center;
	font-weight: 600;
	border: 2px solid #e5e5e5;	
	border-radius: 5px;
/*	text-shadow: 0px 0px 4px #fff;
*/	padding:5px;
	-moz-box-shadow: 10px 10px 10px 10px rgba(255,255,255,0.8) inset;
	-webkit-box-shadow: 10px 10px 10px 10px rgba(255,255,255,0.8) inset;
	-o-box-shadow: 10px 10px 10px 10px rgba(255,255,255,0.8) inset;
	-ms-box-shadow: 10px 10px 10px 10px rgba(255,255,255,0.8) inset;	
	background: rgb(250,250,250); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(250,250,250,1) 0%, rgba(250,250,250,1) 49%, rgba(240,240,240,1) 50%, rgba(248,248,248,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,250,250,1)), color-stop(49%,rgba(250,250,250,1)), color-stop(50%,rgba(240,240,240,1)), color-stop(100%,rgba(248,248,248,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(250,250,250,1) 0%,rgba(250,250,250,1) 49%,rgba(240,240,240,1) 50%,rgba(248,248,248,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(250,250,250,1) 0%,rgba(250,250,250,1) 49%,rgba(240,240,240,1) 50%,rgba(248,248,248,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(250,250,250,1) 0%,rgba(250,250,250,1) 49%,rgba(240,240,240,1) 50%,rgba(248,248,248,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(250,250,250,1) 0%,rgba(250,250,250,1) 49%,rgba(240,240,240,1) 50%,rgba(248,248,248,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f8f8f8',GradientType=0 ); /* IE6-9 */
}


.content div#anchorlink ul li a{
	color:#1a1a1a;
	text-decoration:none;
	display:block;
	background: url(/common/img/contents/arrow_or.png) no-repeat right center;
	background-size:8px 14px;
}
	
	.content h2{
		margin-bottom: 20px;
	}
	.content h2 span{
		font-size: 24px;
		padding: 20px 0 20px 30px;
		background: url(../img/num03.gif) left top no-repeat;
		background-size: auto auto;
	}
	
	 h3{
		background: url(../img/bg01.gif) repeat;
		border-radius: 5px;
		padding: 14px 12px;
		color: #fff;
		font-size: 18px;
		margin: 40px 0 20px;
	}

	 h3 span{
		border-left: 8px solid #fff;
		display: block;
		padding: 0 0 0 14px;
	}
	
	.bg03{
		background: url(../img/bg03.gif) repeat-x center center;
	}
	.bg03 span{ background: #fff; }
	

}
/* ■02.横幅1020px以上（PC用）
--------------------------------------------------- */
@media print, screen and (min-width:1020px) {
/* ▼PC用================================================================== */

/* アンカーリンク */
.content div#anchorlink{ margin-bottom:10px;}
.content div#anchorlink ul li{
	margin-right: 2%;
	width: 30%;
}
.content div#anchorlink ul li:last-child{
	margin-right:0;
}

/* アドレスリスト */
.content dl{
	line-height:170%!important;
	}
.content dl dt{
	width:25%;
	padding:12px 0 12px 10px;
	}
.content dl dd{
	padding:12px 0;
	}
	
	
	
/* ▲PC用================================================================== */
}


/* ■03.横幅768px以上、959px以下（Tab用）
--------------------------------------------------- */
@media screen and (min-width:768px) and (max-width:1019px) {
/* ▼Tab用================================================================= */

/* アンカーリンク */
.content div#anchorlink{ margin-bottom:10px; padding: 0 1%;}
.content div#anchorlink ul li{
	margin-right: 2%;
	width: 29%;
}
.content div#anchorlink ul li:last-child{
	margin-right:0;
}

/* 改行処理 */
span.officeinfo_spbr{
	display:block;
	}





/* ▲Tab用================================================================= */
}


/* ■04.横幅480px以上、767px以下（SP横用）
--------------------------------------------------- */
@media screen and (min-width:480px) and (max-width:767px) {
/* ▼SP横用================================================================ */

/* アンカーリンク */
.content div#anchorlink{ margin-bottom:10px; padding: 0 4%;}
.content div#anchorlink ul li{
	margin-right: 2%;
	width: 28.4%;
	font-size: 12px!important;
}

.content div#anchorlink ul li:last-child{
	margin-right:0;
}
dl.freedial{ border-bottom: none;}


/* 改行処理 */
span.officeinfo_spbr{
	display:block;
	}

.content dl dt{width:30%;}

/* ▲SP横用================================================================ */
}


/* ■05.横幅479px以下（SP縦用）
--------------------------------------------------- */
@media screen and (min-width:0px) and (max-width:479px) {
/* ▼SP縦用================================================================ */
/* アンカーリンク */
.content div#anchorlink{ margin-bottom:10px;padding: 0 2%;}
.content div#anchorlink ul li{
	margin-right: 2%;
	width: 24%;
	font-size: 13px!important;
	line-height: 120%;
	text-align: left;
	padding: 5px 5px 5px 13px;
}

.content div#anchorlink ul li span{
	display: block;
}

.content div#anchorlink ul li:last-child{
	margin-right:0;
}


/* 改行処理 */
span.officeinfo_spbr{
	display:block;
	}
	
dl.freedial{ border-bottom: none;}

/* ▲SP縦用================================================================ */
}
