@charset "utf-8";

/* ========================================================================================================================/
	
	Document    : style.css
	Description : 個別css

		1-0, link

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

/* ------------------------------------------------------------------------------------------------------------------------/
   1-0, link
/------------------------------------------------------------------------------------------------------------------------ */

h2 {
	margin-bottom:20px;
	}

.link {
	width:600px;
	padding:0 20px;
	}
	.link ul {
		width:600px !important;
		max-width:600px !important;
		padding-top:20px;
		list-style:none;
		}
		.link ul li {
			float:left;
			width:186px;
			height:69px;
			padding-right:20px;
			margin-bottom:20px;
			}
		.link ul li:nth-of-type(3n) {
			padding-right:0 !important;
			}
			.link ul li a {
				display:table-cell !important;
				width:186px;
				height:69px;
				text-align:center;
				vertical-align:middle !important;
				}
				.link ul li a img {
					max-width:186px !important;
					max-height:69px !important;
					line-height:0 !important;
					}