﻿@charset "utf-8";

/* 獣医療情報（animal-medicine-info/index.html）のスタイルシート */ 


/* メインカラムの詳細　********************************************************************************/ 
/* トップページ　********************************************************************************/ 
#maincol{background-color: #FFFFFF;  
 float: right; 
 display:inline; 
 position: relative; 
 width:773px; 
 }
.long-box{
  float:left;
  clear:both;
  width:773px;
  }
.title{
  float:left;
  clear:both;
  }
.contents{
	float:left;
	clear:both;
	width: 773px;
  }
.sub-title{
	display:block;
	float:left;
	clear: both;
	padding-top: 0px;
	padding-bottom: 7px;
	}
.medical-info-view{
	float:left;
	clear: both;
	padding-top: 20px;
	}
.medical-info-view img{
	border: 1px solid #CCCCCC;
	}		
.text-area{
	float:left;
	width:460px;
	line-height: 22px;
	padding-top: 20px;
	padding-left: 16px;
	}
.second{
   padding-top:20px;
   }
.information-part{
	float:left;
	clear:both;
	width: 740px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ebebeb;
   }
.day{
	float:left;
	clear:both;
	background-attachment: scroll;
	background-image: url(../images/medicine-info-arrow.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 35px;
	margin-bottom: 7px;
	margin-top: 6px;
   }  
.part-title{
	float:left;
	padding-left: 30px;
	margin-bottom: 7px;
	margin-top: 6px;
   }
.part-title p,.part-subtitle p{
    margin:0px;
	padding:0px;
	}
.part-subtitle-area{
	float:left;
	clear: both;
	width: 705px;
	margin-left: 35px;
	margin-bottom: 6px;
   }   
.part-subtitle{
	float:left;
	background-attachment: scroll;
	background-image: url(../images/medicine-info-listmark.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 12px;
	}
.use-left-margin{
    margin-left:10px;
	}
