<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 

タイトルバナー
------------------------------------------- */

.pageTtl {
	margin-bottom: 16px;
}

/* 

「この特集のトップに戻る」的なボタン
---------------------------------------------------------------- */

.backTop {
	text-align: right;
	margin: 10px 5px;
}

.backTop a {
	background: rgb(247,247,247); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(252,252,252,1) 29%, rgba(204,204,204,1) 73%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(29%,rgba(252,252,252,1)), color-stop(73%,rgba(204,204,204,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(252,252,252,1) 29%,rgba(204,204,204,1) 73%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(252,252,252,1) 29%,rgba(204,204,204,1) 73%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(252,252,252,1) 29%,rgba(204,204,204,1) 73%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(247,247,247,1) 0%,rgba(252,252,252,1) 29%,rgba(204,204,204,1) 73%,rgba(255,255,255,1) 100%); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	border: 1px #CCCCCC solid;     /* 枠線の装飾 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	border-radius: 5px;
	color: #333;
	display: inline-block;
	font-size: 12px;
	line-height: 30px;
	padding: 0 22px 0 7px;
	position: relative;
	text-align:center;
}  

.backTop a:after {
	background: transparent url(/include_html/smt/images/common/arrowblack_s.png) no-repeat 0 50%;
	content: "";
	height: 100%;
	position: absolute;
	right: 7px;
	width: 12px;
}  

/* 

リストなど、左右に10ピクセル隙間を取りたい場合
それらを囲む要素に指定する
---------------------------------------------------------------- */

.pad10 {
	padding: 0 10px;
}

/* 

リストなど、左右に全体幅の2％分の隙間を取りたい場合
それらを囲む要素に指定する
---------------------------------------------------------------- */

.pad2per {
	padding: 0 2%;
}


/* 

.thumbTxt

【サムネイル＋太字の文字列＋細字の文字列】の組み合わせ
（サムネイル、文字列はなくても可）
⇒リスト使用　ulにクラス"thumbTxt"を指定 細字の文字列はdivタグで囲む
---------------------------------------------------------------- */

.thumbTxt {
	margin-left: 0;
}
.thumbTxt&gt;li {
	background-color: #F5F5F5;
	border: 1px #CCC solid;
	font-weight: bold;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	font-size: 110%;
	list-style: none;
	overflow: hidden;
	margin: -1px;
	padding-bottom: 6px;
	padding-top: 6px;
	text-align: left;
}

.thumbTxt&gt;li&gt;a {
	color: #000000;
	display: block;
	font-weight: bold;
	height: auto;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 5px;
	text-align: left;
}

.thumbTxt&gt;li&gt;a:after {
	content: url(/images/sp/parts/icon_arrowBlue.png);
	font-size: 14px;
	font-weight: bold;
	padding-right: 20px;
	display: table-cell;
	vertical-align: middle;
}

.thumbTxt&gt;li&gt;a&gt;span {
	clear: none;
	display: table-cell;
	height: auto;
	vertical-align: middle;
}

.thumbTxt&gt;li&gt;a&gt;span&gt;img {
	margin: 0 5px;
}

.thumbTxt&gt;li&gt;a&gt;div {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.thumbTxt&gt;li&gt;a&gt;div&gt;p {
	font-weight: normal;
	margin-top: .3em;
}


/* 

.headThumbTxt

【幅いっぱいで下線付きのタイトル＋サムネイル＋文字列】の組み合わせ
⇒リスト使用　ulにクラス"headThumbTxt"を指定 細字の文字列はdivタグで囲む
---------------------------------------------------------------- */

.headThumbTxt&gt;li {}


/* 

.bnrLink

バナー画像を貼る際
⇒リスト使用　ulにクラス"bnrLink"を指定する
---------------------------------------------------------------- */

.bnrLink {
	margin-bottom: 16px;
}
.bnrLink&gt;li {
	margin-bottom: 10px;
}
.bnrLink&gt;li&gt;a&gt;img {
	width: 100%;
}


/* 

.btnLink ボタン
---------------------------------------------------------------- */

.btnLink li {
	margin: 10px 0;
}

.btnLink li a {
	background: rgb(247,247,247); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(252,252,252,1) 29%, rgba(204,204,204,1) 73%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(29%,rgba(252,252,252,1)), color-stop(73%,rgba(204,204,204,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(252,252,252,1) 29%,rgba(204,204,204,1) 73%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(252,252,252,1) 29%,rgba(204,204,204,1) 73%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(252,252,252,1) 29%,rgba(204,204,204,1) 73%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(247,247,247,1) 0%,rgba(252,252,252,1) 29%,rgba(204,204,204,1) 73%,rgba(255,255,255,1) 100%); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	border: 1px #CCCCCC solid;     /* 枠線の装飾 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	border-radius: 5px;
	color: #333;
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	padding: 0 7px 0 22px;
	position: relative;
	text-align:center;
}  

.btnLink li a:before {
	background: transparent url(/include_html/smt/images/common/arrowblack_s.png) no-repeat 0 50%;
	content: "";
	height: 100%;
	position: absolute;
	left: 7px;
	width: 12px;
}  

.backfff{ background-color:#FFFFFF;}

.mgtop1{ margin-top:-1px;}</pre></body></html>