@charset "utf-8";

/* --------------------共通スタイル-------------------- */

/* コンテンツ　エリア */

.contents1 {
	width: 501px;
	margin-left: 26px;
}

.contents2 {
	width: 529px;
	margin-left: 12px;
}


/* ----------共通見出し---------- */

#comonsense h3,
#glossary h3,
#potsize h3 {
	margin-bottom: 1.5em;
}

#concept h3,
#comonsense h4,
#glossary h4,
#potsize h4 {
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 1em;
	padding-left: 20px;
	font-size: 0.75em;
	font-weight: normal;
	line-height: 1.6em;
}

#concept h3,
#glossary h4,
#potsize h4 {
	background-image: url(../img/icon_blue.gif);
}


/* ----------共通　破線つき囲み---------- */

.concept_box2,
.comonsense_box,
.glossary_box,
.howtoraise_box {
	width: 529px;
	background: url(../img/line_dot.gif) no-repeat left bottom;
	padding-bottom: 1em;
	margin-bottom: 1em;
}


/* ----------観葉植物の育て方---------- */

/* 見出し */

.howtoraise1_head {
	margin-bottom: 20px;
	margin-left: 12px;
}


/* 小見出し */

#howtoraise1 h4 {
	margin-bottom: 1em;
	font-size: 1em;
	font-weight: normal;
}

#howtoraise1 h5 {
	background: url(../img/icon_blue.gif) no-repeat left center;
	margin-bottom: 1em;
	padding-left: 20px;
	font-size: 0.875em;
	font-weight: normal;
	line-height: 1.5em;
}


/* 植物一覧表 */

.tb_plant_list1 {
	width: 501px;
	border-collapse: collapse;
	background: url(../img/line_dot.gif) no-repeat left bottom;
	margin-bottom: 1em;
}

.tb_plant_list2 {
	width: 501px;
	border-collapse: collapse;
	margin-left: 15px;
}

.tb_plant_list1 td,
.tb_plant_list2 td {
	width: 102px;
	vertical-align: top;
	text-align: center;
	padding-bottom: 1.5em;
}

.tb_plant_list1 td .photo,
.tb_plant_list2 td .photo {
	margin-bottom: 0.5em;
}

.tb_plant_list1 td .photo img,
.tb_plant_list2 td .photo img {
	border: 1px solid #979700;
}

.tb_plant_list1 .cell_space,
.tb_plant_list2 .cell_space {
	width: 31px;
}


/* ----------観葉植物の育て方　詳細---------- */

/* 植物名 */

.howtoraise2_head {
	width: 529px;
	background-color: #EEEEEE;
	border-collapse: collapse;
	margin-bottom: 2em;
}

.howtoraise2_head td {
	padding: 0 10px;
	vertical-align: middle;
}

.howtoraise2_head td.cell_head {
	text-align: left;
}

.howtoraise2_head td.cell_btn {
	text-align: right;
}

.howtoraise2_head .btn_back {
	font-size: 0.625em;
}

.howtoraise2_head .btn_back a {
	background: url(../img/icon_3dot.gif) no-repeat right center;
	padding-right: 10px;
	color: #660000;
}

#howtoraise2 h3 {
	background: url(../img/icon_blue.gif) no-repeat left center;
	padding-left: 20px;
	font-size: 0.875em;
	font-weight: normal;
	line-height: 1.07em;
}

#howtoraise2 h4 {
	background: url(../img/icon_ssikaku01.gif) no-repeat left -3px;
	margin-bottom: 1em;
	padding-left: 15px;
	font-size: 0.75em;
	font-weight: normal;
}


/* 植物説明 */

#howtoraise2 .tb_detail {
	width: 529px;
	border-collapse: collapse;
}

#howtoraise2 .tb_detail td.cell_photo {
	width: 236px;
	text-align: left;
	vertical-align: top;
}

#howtoraise2 .tb_detail td.cell_comment {
	width: 293px;
	text-align: left;
	vertical-align: top;
}

#howtoraise2 .tb_detail dt {
	background: url(../img/icon_ssikaku01.gif) no-repeat left -3px;
	margin-bottom: 0.25em;
	padding-left: 15px;
}

#howtoraise2 .tb_detail dd {
	margin-bottom: 1em;
}

#howtoraise2 .tb_size,
#howtoraise2 .tb_reference {
	border-collapse: collapse;
}

#howtoraise2 .tb_size th,
#howtoraise2 .tb_size td,
#howtoraise2 .tb_reference th,
#howtoraise2 .tb_reference td {
	font-weight: normal;
	vertical-align: top;
}

* html body #howtoraise2 .tb_size th,
* html body #howtoraise2 .tb_reference th  {
	font-size: 0.75em;
	line-height: 1.3em;
}

* html body #howtoraise2 .tb_size td,
* html body #howtoraise2 .tb_reference td {
	font-size: 0.75em;
	line-height: 1.3em;
}

#howtoraise2 .tb_size th,
#howtoraise2 .tb_reference th {
	text-align: right;
}


/* 植物データ */

#howtoraise2 .tb_data {
	width: 529px;
	border-collapse: collapse;
	border: 1px solid #999999;
}

#howtoraise2 .tb_data th,
#howtoraise2 .tb_data td {
	border: 1px solid #999999;
	padding: 0.5em;
	font-size: 0.75em;
	font-weight: normal;
	line-height: 1.3em;
	vertical-align: middle;
}

#howtoraise2 .tb_data th {
	width: 9em;
	background-color: #E6E5F5;
	text-align: center;
}

* html body #howtoraise2 .tb_data th {
	width: 10em;
}

*+html body #howtoraise2 .tb_data th {
	width: 10em;
}

#howtoraise2 .tb_data td {
	background-color: #F6F6F6;
}

#howtoraise2 .tb_data td table {
	border-collapse: collapse;
	border-style: none;
}

#howtoraise2 .tb_data td table th,
#howtoraise2 .tb_data td table td {
	background-color: transparent;
	border-style: none;
	padding: 0;
	font-size: 1em;
	text-align: left;
	vertical-align: top;
}

* html body #howtoraise2 .tb_data td table th,
* html body #howtoraise2 .tb_data td table td {
	font-size: 0.75em;
	line-height: 1.3em;
}

#howtoraise2 .tb_data td table th.cell_season {
	width: 4em;
}

#howtoraise2 .tb_data td table th.cell_insect {
	width: 3em;
}

#howtoraise2 .tb_data td table td.cell_pb05 {
	padding-bottom: 0.5em;
}


/* 補足 */

#howtoraise2 dl.howtoraise2_list dt {
	background: url(../img/icon_ssikaku01.gif) no-repeat left -3px;
	padding-left: 15px;
}

#howtoraise2 dl.howtoraise2_list dd {
	margin-left: 15px;
}


/* ----------観葉植物 用語集---------- */

#glossary_menu {
	width: 553px;
	border-bottom: 2px solid #CCCCCC;
	margin-bottom: 0.5em;
}

#glossary_menu ul {
	list-style-type: none;
	font-size: 0.875em;
}

#glossary_menu li {
	float: left;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 12px;
}

#glossary_menu li a {
	background: url(../img/bt_icon.gif) no-repeat left center;
	padding-left: 20px;
	color: #336699;
}

#glossary h4.note {
	background-image: none;
	margin-bottom: 0.5em;
	padding-left: 0;
	color: #FF0000;
	font-size: 0.75em;
	font-weight: normal;
	line-height: 1.2em;
}

.btn_next,
.btn_back {
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: right;
}

#glossary dt {
	background: url(../img/icon_ssikaku01.gif) no-repeat left -3px;
	margin-top: 1em;
	padding-left: 15px;
	color: #994400;
}

#glossary dd {
	margin-left: 15px;
}


/* ----------観葉植物の常識・非常識---------- */

#comonsense_column1 {
	width: 525px;
	border-top: 1px solid #CC6600;
	border-right: 4px solid #CC6600;
	border-bottom: 1px solid #CC6600;
	border-left: 4px solid #CC6600;
	margin-bottom: 2em;
	padding: 10px;
}

* html body #comonsense_column1 {
	width: 553px;
}

#comonsense h4 span {
	display: none;
}

#comonsense h4.num1 {
	background-image: url(../img/icon_blue01.gif);
}

#comonsense h4.num2 {
	background-image: url(../img/icon_blue02.gif);
}

#comonsense h4.num3 {
	background-image: url(../img/icon_blue03.gif);
}

#comonsense h4.num4 {
	background-image: url(../img/icon_blue04.gif);
}

#comonsense h4.num5 {
	background-image: url(../img/icon_blue05.gif);
}

#comonsense h4.num6 {
	background-image: url(../img/icon_blue06.gif);
}

#tb_comonsense1 {
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
	margin-bottom: 0.5em;
}

#tb_comonsense1 th,
#tb_comonsense1 td {
	border: 1px solid #CCCCCC;
	background-color: #FCFCFC;
	padding: 0.25em 0.5em;
	font-size: 0.75em;
	font-weight: normal;
	vertical-align: top;
}

#tb_comonsense1 th {
	text-align: center;
}

#tb_comonsense1 th.cell_colored1 {
	background-color: #EEFFEE;
}

#tb_comonsense1 th.cell_colored2 {
	background-color: #FFEEEE;
}



/* ----------彩植健美.jpって？---------- */

.concept_box1 {
	width: 500px;
	background: url(../img/line_dot.gif) no-repeat left bottom;
	padding-right: 15px;
	padding-bottom: 1em;
	padding-left: 14px;
	margin-bottom: 1em;
}

* html body .concept_box1 {
	width: 529px;
}

.concept_box1 .caption {
	margin-top: 0.5em;
	font-size: 0.625em;
	text-align: right;
}

