/* =================================
関連リンク(pageID160)
===================================*/
#post-160 h1 {
	color:#1270c2;
	display:block;
	background-image:url(../images/bg_tit_info.png);
	background-repeat:repeat-x;
	padding:30px 0 0 30px;
	height:70px;
}

#post-160 h2 {
	font-weight: 900;
	line-height: 1.5;
	font-size: 14px;

	color: #2b2b2b;
	font-weight: 900;
	margin: 0 0 18px;
	padding-top: 7px;

	border:1px solid #dcdcdc;
	border-bottom: 3px solid #1270c2;
	font-size:14px;
	padding:3px 3px 3px 10px;

	background: -moz-linear-gradient(top, #e6e6e6, #fff);　/* Firefox用 */  
	background: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#fff));　/* Safari,Google Chrome用 */ 
}

.link_cell {
display:inline-block;
border-right:1px solid #ddd;
border-bottom:1px solid #ddd;
text-align:center;
width:32%;
padding:10px 0;
font-weight:bold;
}

.link_other {
float: left;
margin-right: 50px;
width: 42%;"
}
.link_other li {
margin-bottom:15px;
}

@media screen and (max-width: 640px) {

#post-160 h1 {
background-color:#1270C2;
color:#fff;
background-image:none;
padding:5px;
height:auto;
font-size:20px;
font-weight:bold;
}
.link_cell {
display:inline-block;
border-right:1px solid #ddd;
border-bottom:1px solid #ddd;
padding:10px;
text-align:center;
width:260px;
margin:auto;
}

.link_other {
width:90%;
}
.link_other li {
margin-bottom:15px;
}


}