@charset "UTF-8";
/* CSS Document */

/*- ページタイトル -*/
#pageTitle h1{ background-image:url("../../images/page_icon_link.png") }

/*======================================================

	PCサイズ（769px以上）ここから
	
======================================================*/

@media screen and (min-width:769px), print{

/* ----------------------------------------------
	リンク集
------------------------------------------------- */
#linkList .content .wrapper{}
#linkList .content .wrapper ul{
	margin: 0 0 30px 2em;
	list-style: disc;
}
#linkList .content .wrapper ul li{
    font-size: 128%;
    margin-bottom: 8px;
}
#linkList .content .wrapper p.text12{
	margin-bottom: 10px;
	text-indent: -1em;
	padding-left: 1em;
}

}

/*======================================================

	SPサイズ（768px以下）ここから
	
======================================================*/

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

/* ----------------------------------------------
	リンク集
------------------------------------------------- */
#linkList .content .wrapper{}
#linkList .content .wrapper ul{
	margin: 0 0 30px 2em;
	list-style: disc;
}
#linkList .content .wrapper ul li{
    font-size: 128%;
    margin-bottom: 8px;
}
#linkList .content .wrapper p.text12{
	margin-bottom: 10px;
	text-indent: -1em;
	padding-left: 1em;
}

}
