@charset "utf-8";


/*　　タイトルイメージ
-------------------------------------------------------*/

#pagetitle {
	position: relative;
	height: 340px;
	background-image: url(../images/links/pagetitle.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#pagetitle .tit {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 102px;
	padding: 28px 0 0;
	font-size: 32px; font-size: 3.2rem;
	color: #fff;
	text-align: center;
	background-image: url(../images/common/bg_pagetitle.png);
	background-repeat: repeat-x;
	background-size: auto 100%;
	-moz-text-shadow: 1px 1px 5px #000;
	-webkit-text-shadow: 1px 1px 5px #000;
	text-shadow: 1px 1px 5px #000;
}

@media screen and (min-width: 737px) and (max-width: 1240px){
#pagetitle {
	height: 260px;
}
#pagetitle .tit {
	height: 80px;
	padding: 18px 0 0;
	font-size: 28px; font-size: 2.8rem;
}
}

@media screen and (max-width: 736px){
#pagetitle {
	height: 180px;
}
#pagetitle .tit {
	height: 50px;
	padding: 10px 0 0;
	font-size: 20px; font-size: 2.0rem;
}
}

@media screen and (max-width:736px) and (orientation : landscape) {
#pagetitle {
	height: 220px;
}
}




/*　　コンテンツ
-------------------------------------------------------*/

.cnt_link {
	margin-top: 20px;
	border: 1px solid #ccc;
	padding: 20px;
}
.cnt_link h3 {
	text-align: center;
}
.cnt_link dl dt {
	margin-top: 20px;
	padding-top: 20px;
	font-weight: bold;
	border-top: 1px dotted #ccc;
}
a.link_web {
	color: #000;
}
a.link_web:hover {
	text-decoration: none;
}
a.link_web:hover .cnt_link {
	border: 1px solid #ccc;
	background-color: #ecf6ff;
}

@media screen and (min-width: 737px) and (max-width: 1240px){
}

@media screen and (min-width: 737px) and (max-width: 1240px) and (orientation : landscape) {
}

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