@charset "shift_jis";

/*
-----------------------------------------------------
◆◆クミアイ化学スタイルシート◆◆
-----------------------------------------------------
-----------------------------------------------------
【改訂履歴】
06/09/2	初版作成
-----------------------------------------------------
*/

/* --◆◆汎用定義◆◆------------------ */

.none, .standardsNote, .skiplinks {display:none;}
.hide {visibility:hidden;display:none;}
.nowrap {white-space:nowrap;}
.nomargin {margin:0; padding:0;}
.block {display:block;}
.clear {clear:both;}
.clearL {clear:left;}
.clearR {clear:right;}

/* --◆◆隠し要素◆◆------------------ */

hr {
	display:none;
	}

/* --◆◆イメージ定義◆◆------------------ */
	
/*イメージ基本*/
img {
	border: 0;
}

/*イメージ左寄せ*/
.img_L {
	float:left;
	margin:0 15px 15px 0;
	}

/*イメージ左寄せ上下に文章*/
.img_L2 {
	float:left;
	margin:15px 15px 15px 0;
	}

/*イメージ中央配置*/
.img_C {
	margin:0 15px 15px 15px;
	}

/*イメージ右寄せ*/
.img_R {
	float:right;
	margin:0 0 15px 15px;
	}

/*イメージ右寄せ上下に文章*/
.img_R2 {
	float:right;
	margin:15px 0 15px 15px;
	}
	
	
/* --◆◆罫線◆◆------------------ */


/*下に罫線*/
.hr_bottom {
	border-bottom:1px solid #ccc;
	padding-bottom:15px;
	}


/* --◆◆テキスト基本サイズ◆◆------------------ */

body,p,td {
	font-family: Meiryo, 'メイリオ', 'Lucida Grande', Verdana, 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
	font-size:1em;
	line-height:160%;
	color:#333;
	}

.SS {
	font-size:0.7em;
	}

.S {
	font-size:0.8em;
	}
	
.M {
	font-size:1em;
	}
	
.L {
	font-size:1.2em;
	}
	
/* --◆◆フォント指定◆◆------------------ */

.Serif {
	font-family:Times;
	font-style:italic;
	}		
	
	
/* --◆◆テキスト揃え◆◆------------------ */

.Left {
	text-align:left;
	}

.Center {
	text-align:center;
	}
	
.Right {
	text-align:right;
	}
	
/* --◆強調------------------*/

em {
	color:#c33;
	font-style:normal;
	}
	
strong {
	color:#f00;
	}
	
/* --◆◆基本リンクカラー設定◆◆------------------ */

a:link {
	color:#f6831d; 
	text-decoration:none;
	}

a:visited {
	color:#063; 
	text-decoration:none;
	}

a:hover {
	color:#f6831d;
	text-decoration:underline;
	}
	
a.Name:link {
	color:#333; 
	text-decoration:none;
	}

a.Name:visited {
	color:#333; 
	text-decoration:none;
	}

a.Name:hover {
	color:#333;
	text-decoration:none;
	}

	
/* --◆◆見出しタグ設定◆◆------------------ */

h2 {
	margin:25px 0px 20px 0px;
	padding:0;
	}
	
h2.underBt {
	margin-bottom:0px;
	}
	
h3,h4,h5,h6 {
	margin:0px 0px 15px 0px;
	}
	
h4.Kakomi {
	padding:7px;
	border:2px solid #7dc243;
	background-color:#fffed5;
	}
	

/* --◆◆ぱんくずリスト◆◆------------------ */

div.BreadCrumb {
	width:780px;
	margin:0;
	padding:0;
	border-bottom:2px solid #aaa;
	}
	
div.BreadCrumb p{
	margin:5px 0px 5px 20px;
	padding:0;
	text-align:left;
	font-size:0.8em;
	}
	
/* --◆◆このページのトップへ◆◆------------------ */

p.Pagetop {
	margin:10px 10px 15px 0px;
	padding:0;
	text-align:right;
	font-size:10px;
	}
	
p.Pagetop a:link{
	color:#6da93a;
	}
	
p.Pagetop a:visited{
	color:#6da93a;
	}
	
p.Pagetop a:hover{
	color:#6da93a;
	text-decoration:underline;
	}	
	
	
/* --◆◆カテゴリ内ナビ（左フレーム画像）◆◆------------------ */

table#SideNavi {
	margin:25px 0px 20px 0px;
	}
	
	
/* --◆◆カテゴリ内ナビ（ページ下部テキスト）◆◆------------------ */

p.SubNavi {
	margin:10px 0px 20px 0px;
	padding:7px 0px 0px 0px;
	border-top:1px dotted #ccc;
	text-align:center;
	font-size:0.8em;
	color:#999;
	}
	
p.SubNavi a:link{
	color:#666;
	}
	
p.SubNavi a:visited{
	color:#666;
	}
	
p.SubNavi a:hover{
	color:#666;
	text-decoration:underline;
	}
	
/* --◆◆グローバルフッタナビ（全ページ共通）◆◆------------------ */

div#FootNavi {
	margin:5px 0px 5px 0px;
	border-top:1px solid #999;
	padding-top:7px;
	font-size:0.8em;
	text-align:center;
	color:#999;
	}
	
/* --◆◆本文設定◆◆------------------ */

div.Honmon {
	text-align:center;
	}
	
div.Honmon img {
	margin-bottom:15px;
	}
	
div.Honmon img.Nomargin {
	margin-bottom:0;
	}

div.Honmon h3 {
	margin-top:2em;
	text-align:left;
	font-size:1em;
	border-bottom:1px solid #7dc243;
	}
	
div.Honmon h4 {
	text-align:left;
	font-size:0.8em;
	border-bottom:1px solid #ccc;
	}
div.Honmon h4.txt1em {
	text-align:left;
	font-size:1em;
	border-bottom:1px solid #ccc;
	}

div.Honmon p {
	margin-left:10px;
	margin-right:10px;
	text-align:left;
	text-indent:1em;
	}
	
div.Honmon p.Noindent {
	text-indent:0;
	}
	
div.Honmon p.Center {
	text-indent:0;
	text-align:center;
	}
	
div.Honmon p.Pagetop {
	text-indent:0;
	text-align:right;
	}
	
div.Honmon p.Back {
	text-indent:0;
	text-align:center;
	font-size:0.8em;
	}
	
div.Honmon dl {
	margin-left:10px;
	margin-right:10px;
	}

div.Honmon ul.NoList {
	margin-left:0;
	padding-left:0;
	list-style:none;
	}
	
div.Honmon li {
	text-align:left;
	margin-bottom:0.3em;
	}
	
div.Honmon dl {
	text-align:left;
	margin-bottom:2em;
	}

div.Honmon dd {
	margin-left:3em;
	margin-bottom:0.7em;
	}
	
div.Honmon dd p {
	text-indent:0;
	margin-top:0;
	margin-bottom:0.5em;
	}
	
/*汎用表組（タイプA）*/

div.Honmon table.TypeA {
	width:558px;
	font-size:0.8em;
	margin-bottom:15px;
	border-collapse:collapse;
	border: 2px solid #7dc243;
	}
	
div.Honmon table.TypeA th {
	background-color:#f3ffe8;
	white-space:nowrap;
	border-top:none;
	border-left:none;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	padding:7px;
	}
	
div.Honmon table.TypeA td {
	border-top:none;
	border-left:none;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	padding:7px;
	}

div.Honmon table.TypeA td dl{
	margin:0;
	}

div.Honmon table.TypeA td dl dt{
	font-weight:bold;
	}

div.Honmon table.TypeA td dl dd{
	margin:0;
	}
	

/*汎用表組（タイプB）*/

div.Honmon table.TypeB {
	width:540px;
	margin-left:auto;
	margin-right:auto;
	font-size:0.8em;
	margin-bottom:15px;
	border-collapse:collapse;
	border: 1px solid #ddd;
	border-bottom:none;
	border-right:none;
	}
	
div.Honmon table.TypeB caption {
	width:540px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	font-weight:bold;
	padding:3px;
	background-color:#ddd;
	}

div.Honmon table.TypeB th {
	background-color:#f3ffe8;
	white-space:nowrap;
	border-top:none;
	border-left:none;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	padding:7px;
	}
	
div.Honmon table.TypeB th a:link{
	color:#333;
	text-decoration:none;
	}
	
div.Honmon table.TypeB th a:visited{
	color:#333;
	text-decoration:none;
	}
	
div.Honmon table.TypeB th a:hover{
	color:#333;
	text-decoration:none;
	}

div.Honmon table.TypeB td {
	border-top:none;
	border-left:none;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	padding:7px;
	}
	
div.Honmon table.TypeB td h4{
	font-size:1em;
	margin:0;
	margin-top:1em;
	border-bottom:1px dotted #ddd;
	font-weight:normal;
	}
	
div.Honmon table.TypeB td p{
	margin-left:0;
	margin-right:0;
	text-indent:0;
	}
	
div.Honmon table.TypeB td ul.NoList{
	list-style:none;
	margin:0;
	padding:0;
	}
	
div.Honmon table.TypeB td dl{
	margin:0;
	padding:0;
	}
	
div.Honmon table.TypeB td dd{
	margin-left:2em;
	}
	
/*汎用表組（タイプC・IR情報で使用）*/

div.Honmon table.TypeC {
	width:540px;
	margin-left:auto;
	margin-right:auto;
	font-size:0.8em;
	margin-bottom:15px;
	border-collapse:collapse;
	border: 1px solid #ddd;
	border-bottom:none;
	border-right:none;
	}
	
div.Honmon table.TypeC caption {
	width:540px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	font-weight:bold;
	padding:3px;
	background-color:#ddd;
	}

div.Honmon table.TypeC th {
	background-color:#f3ffe8;
	white-space:nowrap;
	border-top:none;
	border-left:none;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	padding:7px;
	}
	
div.Honmon table.TypeC th.FIX {
	width:300px;
	}
	
div.Honmon table.TypeC td {
	border-top:none;
	border-left:none;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	padding:5px;
	text-align:center;
	}
	
div.Honmon table.TypeC td.Bt_pdf {
	width:80px;
	}
	
div.Honmon table.TypeC td.Bt_pdf img {
	margin:0;
	padding:0;
	}
	
/*定義つきリスト（左フロート）*/

div.Honmon dl.Float_3em{
	margin:0;
	padding:0;
	}
	
div.Honmon dl.Float_3em dt{
	width:4em;
	float:left;
	}
	
div.Honmon dl.Float_3em dd{
	margin-left:4em;
	margin-bottom:0;
	}
	
div.Honmon dl.Float_4em{
	margin:0;
	padding:0;
	}
	
div.Honmon dl.Float_4em dt{
	width:5em;
	float:left;
	}
	
div.Honmon dl.Float_4em dd{
	margin-left:5em;
	margin-bottom:0;
	}
	
div.Honmon dl.Float_6em{
	margin:0;
	padding:0;
	}
	
div.Honmon dl.Float_6em dt{
	width:7em;
	float:left;
	}
	
div.Honmon dl.Float_6em dd{
	margin-left:7em;
	margin-bottom:0;
	}
	
/*リスト（デザインあり・リンク集などで使用）*/

div.Honmon ul.Custom{
	list-style:none;
	margin:0;
	padding:0;
	}
	
div.Honmon ul.Custom li {
	margin-bottom:20px;
	margin-left:10px;
	line-height:100%;
	padding-left:14px;
	background-image:url(images/li_circle_glay.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	background-color:#fff;
	}

	

/* --◆◆プラグインダウンロード◆◆------------------ */

div.GetPlugin {
	width:500px;
	background-color:#f5f5f5;
	margin-top:30px;
	padding:5px;
	margin-left:auto;
	margin-right:auto;
	}
	
div.GetPlugin img{
	float:left;
	}
	
div.GetPlugin p{
	margin:0;
	margin-left:100px;
	text-indent:0;
	text-align:left;
	font-size:0.8em;
	line-height:130%;
	}



/* --◆◆トピックス（topics/index.html）◆◆------------------ */

table.Topics {
	font-size:0.8em;
	margin:0px 10px 20px 10px;
	border-top:1px solid #ddd;
	}
	
table.Topics th {
	width:5em;
	white-space:nowrap;
	padding:5px 10px 5px 5px;
	text-align:right;
	vertical-align:top;
	border-bottom:1px solid #ddd;
	}
	
table.Topics td {
	padding:5px 10px 5px 0px;
	vertical-align:top;
	border-bottom:1px solid #ddd;
	}
	
/* --◆◆登録速報（flash/index.html）◆◆------------------ */

table.Flash {
	font-size:0.8em;
	margin:0px 10px 20px 10px;
	border-top:1px solid #ddd;
	}
	
table.Flash th {
	width:5em;
	white-space:nowrap;
	padding:5px 10px 5px 5px;
	text-align:right;
	vertical-align:top;
	border-bottom:1px solid #ddd;
	}
	
table.Flash td {
	padding:5px 10px 5px 0px;
	vertical-align:top;
	border-bottom:1px solid #ddd;
	}
	
table.Flash td.Label {
	color:#f00;
	width:7em;
	text-align:right;
	}
	
	
/* --◆◆更新情報などのテーブル（/index.html,products/index.html）◆◆------------------ */
	
table.WhatsNew {
	margin-bottom:15px;
	font-size:0.8em;
	border-top:4px solid #113863;
	}
	
table.WhatsNew tr {
	background-color:#ededed;
	}
	
table.WhatsNew tr.zebra {
	background-color:#f5f5f5;
	}
	
table.WhatsNew th {
	padding:3px 5px 3px 5px;
	font-weight:normal;
	text-align:right;
	white-space:nowrap;
	}
	
table.WhatsNew td {
	padding:3px;
	}
	

/* --◆◆枠無しテーブル（recruit/recruit.htmlで使用）◆◆------------------ */
	
table.Noborder {
	border:0;
	font-size:1em;
	}
	
table.Noborder th {
	border:0 !important;
	background-color:#FFF !important;
	padding:0 !important;
	font-weight:normal !important;
	text-align:right !important;
	vertical-align:top !important;
	line-height:150% !important;
	}
	
table.Noborder td {
	border:0 !important;
	padding:0 !important;
	vertical-align:top !important;
	line-height:150% !important;
	}
	
	
/* --◆◆1カラムのページ用定義（左メニュー無し）◆◆------------------ */
	
div.Column {
	width:580px;
	margin-top:30px;
	}
	
div.Column p,ul,ol,dl {
	text-align:left;
	margin-top:0.5em;
	margin-bottom:1.5em;
	}
	
div.Column h3 {
	border-left:15px solid #7dc243;
	background-color:#f5f5f5;
	padding-left:5px;
	font-size:1.2em;
	text-align:left;
	clear:both;
	}
	
div.Column h4 {
	margin-left:10px;
	margin-bottom:15px;
	font-size:1em;
	color:#7dc243;
	border-bottom:1px dashed #ccc;
	text-align:left;
	clear:both;
	}
	
div.Column h4.Sub {
	margin-left:5px;
	padding:2px 2px 2px 5px;
	background-color:#e1f6ce;
	font-size:1em;
	color:#333;
	border-bottom:none;
	}
	
div.Column h5 {
	margin-left:10px;
	font-size:1em;
	color:#7dc243;
	border-bottom:1px dashed #ccc;
	text-align:left;
	}
	
div.Column h6 {
	margin-left:10px;
	font-size:1em;
	text-align:left;
	}
	
div.Column h6.Caption {
	margin-left:0;
	margin-bottom:0;
	font-size:0.8em;
	}

	
div.Column img.img_L {
	float:left;
	margin:10px 30px 15px 15px;
	}
	
div.Column p,dl,ul,ol {
	margin-left:15px;
	}	

div.Column dl dt {
	font-weight:bold;
	padding-left:16px;
	background-image:url(images/li_circle_green.gif);
	background-position:0px 3px;
	background-repeat:no-repeat;
	}
	
div.Column dl dd {
	margin-left:15px;
	margin-bottom:0.7em;
	}
	
div.Column ol {
	padding:0;
	}
	
div.Column ol li {
	padding-left:1.2em;
	list-style-position:inside;
	text-indent:-1.2em;
	}
	
div.Column ul {
	list-style:none;
	padding:0;
	}
	
div.Column ul li {
	padding-left:16px;
	background-image:url(images/li_circle_green.gif);
	background-position:0px 2px;
	background-repeat:no-repeat;
	}

div.Column ul li ul{
	margin-top:0.5em;
	}
	
div.Column ul li ul li {
	background-image:url(images/li_circle_glay.gif);
	}
	
div.Column dl dd ul li {
	background-image:url(images/li_circle_glay.gif);
	}
	
div.Column li {
	margin-bottom:0.5em;
	}
	
div.Column li dl {
	margin-left:0;
	background:#f5f5f5;
	}
	
div.Column img {
	margin-bottom:15px;
	}
	
/*レイアウト用テーブル（写真入りの説明などの場合）*/
	
div.Column table.Layout {
	margin-bottom:15px;
	font-size:0.8em;
	}
	
div.Column table.Layout td {
	vertical-align:top;
	padding:2px;
	line-height:130%;
	}
	
div.Column table.Layout td img {
	margin:0;
	}
	

/*汎用表組*/

div.Column table.TypeA {
	font-size:0.8em;
	margin:0 auto 25px auto;
	border-collapse:collapse;
	border:1px solid #999;
	}
	
div.Column table.TypeA caption.Title{
	font-size:1.2em;
	font-weight:bold;
	text-align:left;
	}
	
div.Column table.TypeA caption.Title_S{
	font-size:1em;
	font-weight:bold;
	text-align:left;
	}
	
div.Column table.TypeA th {
	background-color:#f3ffe8;
	white-space:nowrap;
	border-top:none;
	border-left:none;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	padding:7px;
	}
	
div.Column table.TypeA td {
	border-top:none;
	border-left:none;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	padding:7px;
	}
	
div.Column table.TypeA tr.Right {
	text-align:right;
	}
	
div.Column table.TypeA tr.Center {
	text-align:center;
	}
	
div.Column table.TypeA td.Right {
	text-align:right;
	}
	
div.Column table.TypeA td.Center {
	text-align:center;
	}

	
/* --◆◆サイトマップ（sitemap/index.html）◆◆------------------ */

table#Sitemap {
	width:580px;
	}
	
table#Sitemap td {
	width:290px;
	}
	
table#Sitemap td dl {
	width:275px;
	margin:0px 0px 10px 0px;
	padding:0;
	border:1px solid #7dc243;
	}
	
table#Sitemap td dl dt {
	padding:2px 2px 2px 5px;
	background-color:#f3ffe8;
	}
	
table#Sitemap td dl dd {
	margin:0;
	padding:0;
	}
	
table#Sitemap td dl dd ul {
	margin:5px 0 0 0;
	padding:0;
	list-style-type:none;
	}
	
table#Sitemap td dl dd ul li {
	margin:0px 0px 5px 20px;
	padding-left:16px;
	background-image:url(images/li_circle_glay.gif);
	background-position:0px 2px;
	background-repeat:no-repeat;
	}








/* --◆◆◆◆2007530以降　新規追加◆◆◆◆------------------ */
/* --◆◆カテゴリ内ナビ（ページ下部テキスト）◆◆------------------ */

p.SubNavi_top {
	margin:10px 0px 20px 0px;
	padding:7px 0px 0px 0px;
	text-align:center;
	font-size:0.8em;
	color:#999;
	}
	
p.SubNavi_top a:link{
	color:#666;
	}
	
p.SubNavi_top a:visited{
	color:#666;
	}
	
p.SubNavi_top a:hover{
	color:#666;
	text-decoration:underline;
	}
	
	
/* --◆◆企業情報（文字右寄せ）◆◆------------------ */
div.org_r {
	margin: -15px 0px 0px 0px;
	padding:0;
	text-align:right;
	font-size:10px;
	}
	
	
/* --◆◆先輩の声（インデックス）◆◆------------------ */

table#voi {
	width:260px;
	border:1px solid #7dc243;
	}		

table#voi2 {
	width:560px;
	border:1px solid #7dc243;
	}		

div#Products div.Block {
	width:600px;
	margin-top:30px;
	}
	
div#Products div.Block h2 {
	margin-top:1em;
	margin-bottom:1em;
	}
	
div#voi div.Block h2 {
	text-align:left;
	border-left:15px solid #7dc243;
	background-color:#f5f5f5;
	padding-left:5px;
	font-size:1.2em;
	clear:both;
	}
	
.ent {
	text-align:left;
	font-size:1em;
	border-bottom:1px solid #ccc;
	}

/* --◆◆採用（緑リスト）◆◆------------------ */
div.Honmon div.Block ul {
	list-style:none;
	padding:0;
	}
	
div.Honmon div.Block ul li {
	padding-left:16px;
	background-image:url(images/li_circle_green.gif);
	background-position:0px 2px;
	background-repeat:no-repeat;
	}

/*表組（アクセスマップ　最寄り駅で使用）*/
	
div.access table {
	width:330px;
	font-size:0.8em;
	border-collapse:collapse;
	border: 1px solid #ddd;
	border-bottom:none;
	border-right:none;
	}

div.access table th {
	background-color:#f3ffe8;
	white-space:nowrap;
	border-top:none;
	border-left:none;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	padding:7px;
	}

div.access table td {
	border-top:none;
	border-left:none;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	padding:7px;
	}

div.access img{
	float: right;
	}

div.club img{
	float: right;
	}

div.newpara { 
	clear: right;
	}


/* ------------------------------------
▼追加▼
------------------------------------ */

/* お役立ち情報 */

div#useful div.BreadCrumb {
	border-top:2px solid #7dc243;
	border-bottom:2px solid #7dc243;
}
div#useful div.Column h4 {
	margin-left:10px;
	margin-bottom:15px;
	font-size: 20px;
	color:#7dc243;
	border-bottom:1px dashed #ccc;
	text-align:left;
	clear:both;
	}
div#useful span.qu {
	 color: #6699ff;
	 font-weight: bold;
}
div#useful .r_img {
	margin-left: 10px;
	margin-bottom: -5px;
}
div#useful .intro {
	border: 1px dotted #7dc243;
	padding-top: 13px;
	background-color: #efffe2;
}
div#useful .d_line {
	border-bottom: 1px dotted #7dc243;
	margin: 10px 0 10px 0;
}
.notes {
	width: 550px;
	border: 1px solid #7dc243;
	background-color: #f7ffea;
	padding: 10px;
	text-align: left;
}
.notes .txt12 {
	font-size: 12px;
	line-height: 170%;
}
.notes .n_img {
	margin-left: 10px;
	margin-bottom: 0;
	float: right;
}



