@charset "utf-8";

/*
=============================================
■ トップページ
=============================================
*/

body#top  {
	font-size: 100%;
	line-height: 1.6em;
	color: #1A1A1A;
	font-family: 'ＭＳ Ｐゴシック', 'MS PGothic', Osaka, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro';
	background: #FFFFFF url(images/top/body-bg.gif) repeat-x left top;
	text-align: center;
	margin: 0px;
}
/* safari
@media screen and (-webkit-min-device-pixel-ratio:0) {
body#top  {
	font-size: 100%;
	line-height: 1.6em;
	color: #1A1A1A;
	font-family: 'ＭＳ Ｐゴシック', 'MS PGothic', Osaka, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro';
	background: #FFFFFF url(images/top/body-bg.gif) repeat-x left top;
	text-align: center;
	margin: 0px;
	letter-spacing: -0.1em;
}
} */

/* ▼ 基本スタイル
---------------------------------------------*/

#top #top-img {
	clear: both;
	width: auto;
	height: auto;
	margin-top: 15px;
}

/* ▼ メインコンテンツ
---------------------------------------------*/

#top #main {
	width: 695px;
	margin-top: 45px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	display: inline;
}

/* ▼ ピックアップ
---------------------------------------------*/

#top #pickup {
	font-size: 85%;
	line-height: 1.4em;
	margin: 0px;
	padding: 25px 1px 0px;
	clear: both;
	overflow: hidden;
}

/* メニュー
---------------------------------------------*/

#top #pickup ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#top #pickup ul li {
	float: left;
	margin: 0px 0px 0px 13px;
	padding: 0px;
	display: inline;
}
#top #pickup ul li.top {
	float: left;
	margin: 0px;
	padding: 0px;
	display: inline;
}

#top #pickup ul li a {
	color: #1A1A1A;
	text-decoration: none;
	display: block;
	height: 62px;
	width: 216px;
	margin: 0px;
	padding: 46px 10px 0px 98px;
	overflow: hidden;
}
* html #top #pickup ul li a {
	color: #1A1A1A;
	text-decoration: none;
	display: block;
	height: 108px;
	width: 324px;
	margin: 0px;
	padding: 46px 10px 0px 98px;
	overflow: hidden;
}

/* ケミカルプロデュース */

#top #pickup ul li a.strength {
	line-height: 1.1em;
	background: url(images/top/strength.jpg) no-repeat 0px 0px;
	height: 62px;
	width: 244px;
	padding: 46px 10px 0px 70px;
}
#top #pickup ul li a:hover.strength {
	background: url(images/top/strength.jpg) no-repeat 0px 0px;
}

/* 技術紹介 */

#top #pickup ul li a.technology {
	line-height: 1.1em;
	background: url(images/top/technology.jpg) no-repeat 0px 0px;
	height: 52px;
	width: 244px;
	padding: 56px 10px 0px 70px;
}
#top #pickup ul li a:hover.technology {
	background: url(images/top/technology.jpg) no-repeat 0px 0px;
}

/* CSR（社会的責任）の取組 */

#top #pickup ul li a.csr {
	line-height: 1.1em;
	background: url(images/top/csr.jpg) no-repeat 0px 0px;
	height: 58px;
	width: 244px;
	padding: 50px 10px 0px 70px;
}
#top #pickup ul li a:hover.csr {
	background: url(images/top/csr.jpg) no-repeat 0px 0px;
}

/* ▼ トピックス
---------------------------------------------*/

#top #topics {
	font-size: 85%;
	line-height: 1.4em;
	padding: 0px;
	clear: both;
	margin: 0px 0px 35px;
	/*height: 260px;*/
	width: auto;
	overflow: auto;
}
/* safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
#top #topics {
	font-size: 85%;
	line-height: 1.4em;
	padding: 0px;
	clear: both;
	margin: 0px 0px 35px;
	/*height: 260px;*/
	width: auto;
	/*letter-spacing: -0.1em;*/
	overflow: auto;
}
}
/* firefox */
:root #top #topics {
	font-size: 85%;
	line-height: 1.4em;
	padding: 0px;
	clear: both;
	margin: 0px 0px 35px;
	/*height: 260px;*/
	width: auto;
	/*letter-spacing: -0.1em;*/
	overflow: auto;
}

/* 見出し2
---------------------------------------------*/

#top #main h2 {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
}

/* 一覧
---------------------------------------------*/

#top #topics dl {
	margin: 10px 0px 0px;
	overflow: hidden;
}
#top #topics dl dt {
	color: #808285;
	float: left;
	padding-top: 8px;
	padding-left: 10px;
	padding-bottom: 8px;
	padding-right: 10px;
	margin-top: 0px;
	clear: left;
	display: block;
}
#top #topics dl dd {
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 8px;
	padding-left: 10em;
	padding-bottom: 8px;
	display: block;
	border-bottom: 1px dotted #649DD4;
}

/* ▼ サブコンテンツ
---------------------------------------------*/

#top #sub {
	width: 305px;
	float: right;
	margin-top: 45px;
	margin-bottom: 0px;
	display: inline;
}

/* ▼ お問い合わせ
---------------------------------------------*/

#top #sub #inquiry {
	background: url(images/top/inquiry-bg.gif) repeat-x left top;
	height: auto;
	padding: 12px 9px;
	margin: 0px 0px 0px 35px;
	border: 1px solid #CFCFCF;
}

/* メニュー
---------------------------------------------*/

#top #sub #inquiry ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#top #sub #inquiry ul li {
	font-size: 100%;
	line-height: 1.4em;
	width: auto;
	height: auto;
	padding: 0px;
	margin: 10px 0px 0px;
}
#top #sub #inquiry ul li.top {
	margin-top: 0px;
}

/* safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
#top #sub #inquiry ul li img {
	display: block;
}
}
/* firefox */
:root #top #sub #inquiry ul li img {
	display: block;
}

#top #sub #inquiry ul li a {
}

/* ▼ ISO
---------------------------------------------*/

#top #sub #iso {
	height: auto;
	margin: 25px 0px 30px 35px;
}

/* ▼ 旭染料製造株式会社
---------------------------------------------*/

#top #sub #adm {
	height: auto;
	margin: 25px 0px 30px 35px;
}

/*
=============================================
■ ケミカルプロデュース
=============================================
*/

#strength #main .contents {
	margin: 0px;
	*margin: 0px 0px 40px; IE6,7
	clear: both;
	overflow: hidden;
}

/* 見出し3
---------------------------------------------*/

#strength #main h3 {
	color: #FFFFFF;
	background: url(images/heading/h3-bgw-strength.gif) no-repeat left top;
	width: auto;
	height: 48px;
	margin: 40px 10px 0px;
	padding: 7px 10px 10px 45px;
}

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

#strength #main .left {
	float: left;
	display: inline;
	width: 470px;
	margin-bottom: 40px;
	*margin-bottom: auto; IE6,7 
}


/* 画像
---------------------------------------------*/

#strength #main .right {
	float: right;
	display: inline;
	margin-bottom: 40px;
	*margin-bottom: auto; IE6,7 
}

/*
=============================================
■ 製品紹介
=============================================
*/

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

#product #main .left {
	float: left;
	display: inline;
	width: 450px;
	margin-bottom: 30px;
	*margin-bottom: auto; IE6,7 
}


/* 画像
---------------------------------------------*/

#product #main .right {
	float: right;
	display: inline;
	margin-bottom: 30px;
	*margin-bottom: auto; IE6,7 
}

/* 補足説明
---------------------------------------------*/

#product .main-product {
	clear: both;
	margin: 0px 10px;
}

#product .main-product a {
	color: #0089D0;
	text-decoration: underline;
}

#product .main-product dl {
	margin: 0px;
}

#product .main-product dt p {
	margin-bottom: 0px;
}

#product .main-product dd {
	margin: 0px;
}

#product .main-product dd p {
	margin-top: 0px;
}


/* 製品紹介
---------------------------------------------*/

#product-chemical #main .left,
#product-dye #main .left,
#product-silicone #main .left {
	float: left;
	display: inline;
	width: 340px;
	margin-bottom: 20px;
	*margin-bottom: auto; IE6,7 
}

#product-chemical #main .right,
#product-dye #main .right,
#product-silicone #main .right {
	float: right;
	display: inline;
	width: 380px;
	margin-bottom: 20px;
	*margin-bottom: auto; IE6,7 
}

/* 商品説明
---------------------------------------------*/

#product-chemical dl,
#product-dye dl,
#product-silicone dl {
	clear: both;
	margin: 30px 10px 0px;
}

#product-chemical dt p,
#product-dye dt p,
#product-silicone dt p {
	font-size: 115%;
	line-height: 1.6em;
	font-weight: bold;
	color: #595959;
}
/* safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
#product-chemical dt p {
	font-size: 115%;
	line-height: 1.6em;
	font-weight: normal;
	color: #595959;
}
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
#product-dye dt p {
	font-size: 115%;
	line-height: 1.6em;
	font-weight: normal;
	color: #595959;
}
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
#product-silicone dt p {
	font-size: 115%;
	line-height: 1.6em;
	font-weight: normal;
	color: #595959;
}
}
/* firefox */
:root #product-chemical dt p {
	font-size: 115%;
	line-height: 1.6em;
	font-weight: normal;
	color: #595959;
}
:root #product-dye dt p {
	font-size: 115%;
	line-height: 1.6em;
	font-weight: normal;
	color: #595959;
}
:root #product-silicone dt p {
	font-size: 115%;
	line-height: 1.6em;
	font-weight: normal;
	color: #595959;
}

#product-chemical dd,
#product-dye dd,
#product-silicone dd {
	margin: 0px;
}

#product-chemical dd p,
#product-dye dd p,
#product-silicone dd p {
	margin-top: 0px;
}

/* ▼ 製品紹介（化成品, シリコーン製品）
---------------------------------------------*/

#product-chemical #main h4,
#product-silicone #main h4 {
	font-size: 115%;
	line-height: 1.6em;
	font-weight: bold;
	color: #595959;
	background: none;
	text-align: left;
	width: auto;
	height: auto;
	margin-top: 30px;
	padding: 0px;
	clear: both;
}
/* safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
#product-chemical #main h4,
#product-silicone #main h4 {
	font-size: 115%;
	line-height: 1.6em;
	color: #595959;
	background: none;
	text-align: left;
	font-weight: normal;
	width: auto;
	height: auto;
	margin-top: 30px;
	padding: 0px;
	clear: both;
}
}
/* firefox */
:root #product-chemical #main h4,
:root #product-silicone #main h4 {
	font-size: 115%;
	line-height: 1.6em;
	color: #595959;
	background: none;
	text-align: left;
	font-weight: normal;
	width: auto;
	height: auto;
	margin-top: 30px;
	padding: 0px;
	clear: both;
}

#product-chemical table,
#product-silicone table {
	width: 700px;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	margin-top: 0px;
}

#product-chemical table th {
	font-weight: normal;
	background: #EFEFEF;
	text-align: left;
	width: 85px;
	padding: 5px 10px;
	border-top: 1px dotted #BFBFBF;
}
* html #product-chemical table th {
	font-weight: normal;
	background: #EFEFEF;
	text-align: left;
	width: 85px;
	padding: 5px 10px;
	border-top: 1px dotted #BFBFBF;
}
#product-silicone table th {
	font-weight: normal;
	background: #EFEFEF;
	text-align: left;
	width: 130px;
	padding: 5px 10px;
	border-top: 1px dotted #BFBFBF;
}
* html #product-silicone table th {
	font-weight: normal;
	background: #EFEFEF;
	text-align: left;
	width: 130px;
	padding: 5px 10px;
	border-top: 1px dotted #BFBFBF;
}

#product-chemical table td,
#product-silicone table td {
	padding: 5px 10px;
	border-top: 1px dotted #BFBFBF;
}

#product-chemical table tr.top th,
#product-chemical table tr.top td,
#product-silicone table tr.top th,
#product-silicone table tr.top td {
	border-top: none;
}

#product-chemical table.chemical-tbl {
	font-size: 90%;
	margin-top: 30px;
	border-collapse: collapse;
}
#product-chemical table.chemical-tbl tr th,
#product-chemical table.chemical-tbl tr td {
	text-align: center;
	border: 1px solid #BFBFBF;
}
#product-chemical table.chemical-tbl tr td:nth-child(3) {
	width: 20%;
}
#product-chemical table.chemical-tbl tr td:nth-child(4) {
	width: 10%;
}
#product-chemical table.chemical-tbl tr td img {
	display: block;
	margin: 0 auto;
}

/* ▼ 製品紹介（硫化染料）
---------------------------------------------*/

#product-dye #main h4 {
	margin-top: 30px;
}

#product-dye .contents ul.pdf {
	padding: 0px;
	list-style-type: none;
	margin: 20px 10px 40px;
	clear: both;
}

#product-dye .contents ul.pdf li {
	font-size: 115%;
	background: url(images/list/pdf.jpg) no-repeat 0px 0px;
	height: 25px;
	margin: 0px;
	padding: 5px 0px 5px 40px;
}
* html #product-dye .contents ul.pdf li {
	font-size: 115%;
	background: url(images/list/pdf.jpg) no-repeat 0px 0px;
	height: 35px;
	margin: 0px;
	padding: 5px 0px 5px 40px;
}

#product-dye .contents ul.pdf li a {
	color: #0089D0;
}

/* SATHIOSOLによる表面染着 */

#product-dye .contents .dye {
	width: 610px;
	height: 100%;
	overflow: hidden;
}

#product-dye .contents .dye p {
	margin: 0px 25px;
}

#product-dye .contents .dye .bg {
	margin: 30px 10px 0px;
	padding: 10px 0px;
	background: #E2E7EC;
	height: 100%;
	overflow: hidden;
}

#product-dye .contents .dye ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	clear: both;
}

#product-dye .contents .dye ul li {
	color: #333333;
	text-align: center;
	float: left;
	margin: 0px 25px;
	padding: 0px;
	display: inline;
}

#product-dye .contents .dye .bg-left {
	margin: 20px 10px 0px;
	padding: 10px 0px;
	background: #E2E7EC;
	height: 100%;
	overflow: hidden;
	float: left;
	display: inline;
}
#product-dye .contents .dye .bg-right {
	margin: 20px 10px 0px;
	padding: 10px 0px;
	background: #E2E7EC;
	height: 100%;
	overflow: hidden;
	float: right;
	display: inline;
}

/*
=============================================
■ 技術紹介
=============================================
*/

/*
=============================================
■ 事業紹介
=============================================
*/

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

#business #main .left,
#business-chemical #main .left,
#business-dye #main .left,
#business-silicone #main .left {
	float: left;
	display: inline;
	width: 450px;
	margin-bottom: 30px;
	*margin-bottom: auto; IE6,7 
}


/* 画像
---------------------------------------------*/

#business #main .right,
#business-chemical #main .right,
#business-dye #main .right,
#business-silicone #main .right {
	float: right;
	display: inline;
	margin-bottom: 30px;
	*margin-bottom: auto; IE6,7 
}

/* ▼ 補足説明
---------------------------------------------*/

#business-chemical .note,
#business-dye .note,
#business-silicone .note {
	clear: both;
	margin: 30px 10px 0px;
	border: 1px dotted #BFBFBF;
}

#company-csr .note {
	clear: both;
	margin: 0px 10px;
	border: 1px dotted #BFBFBF;
}

#business-chemical .note dl,
#business-dye .note dl,
#business-silicone .note dl,
#company-csr .note p {
	margin: 10px;
}

#business-chemical .note dt p,
#business-dye .note dt p,
#business-silicone .note dt p {
	color: #595959;
	margin-top: 0px;
}

#business-chemical .note dd,
#business-dye .note dd,
#business-silicone .note dd {
	margin: 0px;
}

#business-chemical .note dd p,
#business-dye .note dd p,
#business-silicone .note dd p {
	margin-top: 0px;
}



/* ▼ 各事業の紹介
---------------------------------------------*/

#business #main .contents {
	margin: 0px;
	*margin: 0px 0px 40px; IE6,7
	clear: both;
	overflow: hidden;
}

/* ▼ 化成品事業
---------------------------------------------*/

#business-chemical #main h3 {
	margin-top: 60px;
}

/*
=============================================
■ 会社案内, お問い合わせ, リクルート
=============================================
*/

#company-about #main table,
#inquiry-form table,
#recruit-form table {
	font-size: 100%;
	border-collapse: collapse;
	width: 700px;
}

#company-about #main table.profile {
	font-size: 100%;
	border-collapse: collapse;
	width: 700px;
	margin-bottom: 40px;
}

#company-about #main table.profile th {
	color: #666666;
	text-align: left;
	vertical-align: top;
	padding: 5px 10px 5px 0px;
	width: 100px;
}
/* safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
#company-about #main table.profile th {
	color: #666666;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding: 5px 10px 5px 0px;
	width: 100px;
}
}
/* firefox */
:root #company-about #main table.profile th {
	color: #666666;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding: 5px 10px 5px 0px;
	width: 100px;
}

#company-about #main table.history th {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding: 5px 10px 5px 0px;
	width: 100px;
}

#inquiry-form table th,
#recruit-form table th {
	font-weight: normal;
	text-align: left;
	padding: 5px 10px;
	width: 170px;
}

#inquiry-form table th .en,
#recruit-form table th .en {
	color: #666666;
	font-size: 85%;
	line-height: 1.0em;
}

#inquiry-form table th .note,
#recruit-form table th .note {
	color: #EE3042;
	font-size: 85%;
	line-height: 1.4em;
	margin: 10px 0px 0px;
}

#company-about #main table td {
	padding: 5px 0px 5px 10px;
}

#inquiry-form table td,
#recruit-form table td {
	padding: 5px 10px;
}

#company-about #main table td.border-v,
#inquiry-form table td.border-v,
#recruit-form table td.border-v {
	width: 15px;
	padding: 0px;
	border-bottom: none;
	background: url(images/contents/table-bg-v.gif) repeat-y left top;
}
#company-about #main table td.border-h,
#inquiry-form table td.border-h,
#recruit-form table td.border-h {
	height: 15px;
	padding: 0px;
	border-bottom: none;
	background: url(images/contents/table-bg-h.gif) repeat-x left top;
}

#company-about #main table td.space,
#inquiry-form table td.space,
#recruit-form table td.space {
	height: 15px;
	width: 15px;
	padding: 0px;
	border-bottom: none;
}

/* ▼ 事業所及びグループ紹介
---------------------------------------------*/

#company-group #main h3 {
	margin-top: 60px;
}
#company-group #main h3.top {
	margin-top: 30px;
}

#company-group #main h4 a {
	color: #1A1A1A;
}

#company-group .contents ul {
	padding: 0px;
	list-style-type: none;
	margin: 20px 0px 0px;
}
#company-group .contents ul li {
	margin: 0px 10px;
	padding: 5px 0px;
	border-bottom: 1px dotted #D2D2D2;
}

/* ▼ CSR（社会的責任）の取組
---------------------------------------------*/

/* 見出し4 */

#company-csr #main h4 {
	font-size: 100%;
	line-height: 1.6em;
	font-weight: normal;
	background: url(images/list/arrow-2.gif) no-repeat 0px 7px;
	width: auto;
	height: auto;
	padding: 0px 0px 0px 20px;
	margin: 30px 10px 0px;
	clear: both;
}

/* 写真一覧 */

#company-csr #main ul {
	padding: 0px;
	margin: 0px 0px 0px 35px;
	list-style-type: none;
	overflow: hidden;
}
#company-csr #main ul li {
	width: 304px;
	float: left;
	margin: 20px 15px 0px 0px;
	padding: 0px;
}
#company-csr #main ul.bottom {
	padding: 0px 0px 30px;
	margin: 0px 0px 0px 35px;
	list-style-type: none;
	overflow: hidden;
	/*background: url(images/company/scr-26.jpg) no-repeat right bottom;*/
}

#company-csr #main ul li ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#company-csr #main ul li ul li {
	width: auto;
	float: left;
	padding: 0px;
	margin: 0px;
}

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

#company-csr #main .left {
	float: left;
	display: inline;
	width: 450px;
}


/* 画像
---------------------------------------------*/

#company-csr #main .right {
	float: right;
	display: inline;
}

/* ▼ 設備紹介
---------------------------------------------*/

#company-equipment .equipment {
	margin: 20px 10px 0px;
	overflow: hidden;
}

#company-equipment .equipment ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#company-equipment .equipment ul li {
	float: left;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	display: inline;
}
#company-equipment .equipment ul li.top {
	float: left;
	margin: 0px;
	padding: 0px;
	display: inline;
}

/* ▼ 表
---------------------------------------------*/

#company-equipment table {
	font-size: 100%;
	border-collapse: collapse;
	width: 700px;
	clear: both;
}

#company-equipment table th {
	font-weight: normal;
	background: #EFEFEF;
	text-align: left;
	padding: 5px 10px;
	border-left: 1px solid #DCDDDD;
}

#company-equipment table td {
	padding: 5px 10px;
	border-bottom: 1px dotted #D2D2D2;
	border-left: 1px solid #DCDDDD;
}

#company-equipment table th.top,
#company-equipment table td.top {
	border-left: none;
}

#company-equipment table tr.bottom td {
	border-bottom: 1px solid #DCDDDD;
}

/*
=============================================
■ お問い合わせ, リクルート
=============================================
*/

/* インラインフレーム
---------------------------------------------*/

#inquiry iframe,
#company-recruit iframe {
	width: 720px;
}

/* ▼ inquiry.php, recruit.php
=============================================*/

#inquiry-form,
#recruit-form {
	background: url(none);
	text-align: left;
	margin: 0px;
}

#inquiry-form .contents,
#recruit-form .contents {
	margin: 0px;
	padding: 0px;
	clear: both;
	overflow: hidden;
}

#inquiry-form .contents p,
#recruit-form .contents p {
	margin: 20px 10px 0px;
}

#inquiry-form .form,
#recruit-form .form {
	margin-top: 0px;
}

/* お問い合わせフォーム, 応募フォーム
---------------------------------------------*/

#inquiry-form #about,
#inquiry-form #county,
#inquiry-form #address,
#inquiry-form #email,
#recruit-form #job,
#recruit-form #county,
#recruit-form #address,
#recruit-form #email {
	width: 440px;
}

#inquiry-form #department,
#inquiry-form #name,
#inquiry-form #phonetic,
#inquiry-form #phone,
#inquiry-form #fax,
#recruit-form #name,
#recruit-form #phonetic,
#recruit-form #phone,
#recruit-form #fax {
	width: 240px;
}

#inquiry-form #zip,
#recruit-form #zip {
	width: 100px;
}

#inquiry-form #remarks,
#recruit-form #promotion,
#recruit-form #question {
	width: 440px;
	height: 160px;
}

/*
=============================================
■ トピックス
=============================================
*/

/* 一覧
---------------------------------------------*/

#topics #main dl {
	margin: 20px 10px 0px;
	overflow: hidden;
}
#topics #main dl dt {
	color: #808285;
	float: left;
	padding-top: 8px;
	padding-left: 10px;
	padding-bottom: 8px;
	padding-right: 10px;
	margin-top: 0px;
	clear: left;
	display: block;
}
#topics #main dl dd {
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 8px;
	padding-left: 10em;
	padding-bottom: 8px;
	display: block;
	border-bottom: 1px dotted #649DD4;
}

/*
=============================================
■ トピックス（詳細）
=============================================
*/

/* h2
---------------------------------------------*/

#topics-detail #main h2 {
	padding: 20px 0px 20px 30px;
	border-left: 5px solid #0072B5;
}
#topics-detail #main h2 .date {
	font-size: 75%;
	color: #1A1A1A;
}

/* 画像
---------------------------------------------*/

#topics #main .aligncenter,
#topics-detail #main .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

* html #topics #main .aligncenter,
* html #topics-detail #main .aligncenter {
	text-align:center;
}

#topics #main img.alignright,
#topics-detail #main img.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	*margin-bottom: auto;
	display: inline;
}

#topics #main div.alignright,
#topics-detail #main div.alignright {
	float: right;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	*margin-bottom: auto;
	display: inline;
}

#topics #main img.alignleft,
#topics-detail #main img.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	*margin-bottom: auto;
	display: inline;
}

#topics #main div.alignleft,
#topics-detail #main div.alignleft {
	float: left;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	*margin-bottom: auto;
	display: inline;
}

#topics #main p.wp-caption-text,
#topics-detail #main p.wp-caption-text {
	margin-top: 5px;
	text-align: center;
}

/*
=============================================
■ サイトマップ
=============================================
*/

#sitemap #main h3 a,
#sitemap #main h4 a,
#sitemap #main ul li a {
	color: #1A1A1A;
}

#sitemap .contents ul li {
	background: url(images/list/arrow-2.gif) no-repeat 0px 7px;
	padding-left: 20px;
}

/*
=============================================
■ プライバシーポリシー
=============================================
*/

/* ▼ 見出し3
---------------------------------------------*/

/* ▼ 見出し4
---------------------------------------------*/
