﻿@charset "UTF-8";

/* メイコム 追加用  最終的にdetailへ統合*/

/*
------------------------------------
10/5以降追記分
------------------------------------
*/

/*----------------------------------------------- su0806,su0807 カリキュラム　PDFリンクボタン共用 */
.curriculum #Contents table.button {
	border-collapse:separate;
	border: none;
	margin:auto;
}
.curriculum #Contents table.button td {
	width: 250px;
	border: none;
	margin:0;
	padding:5px 3px;
}
.curriculum #Contents table.button a {
	display: inline-block;
	text-decoration:none;
	width: 250px;
	margin: 0px;
	padding: 0px;
	border: #999992 solid 1px;
	background:url(../img/btn_01.gif) repeat-x left bottom;
	overflow:hidden;
}
.curriculum #Contents table.button span {
	display: inline-block;
	font-weight: bold;
	text-align:left;
	width: 100%;
	margin: 0px;
	padding: 10px 13px 10px 30px;
	cursor: pointer;
	background:url(../img/btn_02.png) no-repeat 10px center;
}

