/*////////////////////////////
■1. リセット
////////////////////////////*/
div,
.Contents h1,
.Contents h2,
.Contents h3,
.Contents h4,
.Contents p,
.Contents ul,
.Contents ol,
.Contents li,
.Contents dl,
.Contents dt,
.Contents dd,
.Contents img,
.Contents table,
.Contents tr,
.Contents td {
	margin: 0;
	padding: 0;
}

/* clearfix */
.InfoList:after,
.TabMenu ul:after,
ul.AList0:after,
ul.AList1:after,
ul.AList2:after,
dl:after,
div:after {  
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both;  
}
.InfoList,
.TabMenu ul,
ul.AList0,
ul.AList1,
ul.AList2,
dl {  
	display: inline-block;  
	zoom: 100%;  
}

/*
.InfoList,
.TabMenu ul,
ul.AList0,
ul.AList1,
ul.AList2,
dl,
div {  
	display: inline-block;  
	zoom: 100%;  
}
*/

.clear {
	clear: both;
}
#foot_space,
#head_space {
	width: 100%;
}
/*////////////////////////////
■. タイトル・サブタイトル　585px系
////////////////////////////*/
.Contents .PositionTitle {
	background: #E5E5E5 url(/common/img/bg_position.jpg) no-repeat left top;
	font-size: 100%;
	font-weight: bold;
	width: 577px;
	line-height: 30px; /* TEXTを上下中央に配置すにはボックス要素のheightとline-heightを同じ値にする */
	height: 30px;
	margin: 0 0 10px 0;
	padding: 0 0 0 8px;
}
.Contents .LogoBlock {
	margin: 0px 0px 5px;
	padding: 0px;
}
.Contents h1.Title {
	margin: 0px 0px 13px;
	padding: 0px;
}
.Contents h1.TitleBlank {
	margin: 0px 0px 13px;
	padding: 0 15px;
	background: url(/school/img/title/title_blank.gif) no-repeat left top;
	width: 555px;
	height: 40px;
	line-height: 40px;
	font-size: 100%;
}
.Contents h1.TitleBlank a {
	text-decoration: none;
	color: #000000;
}


/*////////////////////////////
■. コンテンツ　570px系
////////////////////////////*/
.ContentInner {
	width: 570px;
	margin: 0 10px 0 0;
	padding: 0;
	overflow: hidden;
}
.ContentInner h2 {
	font-size: 100%;
	line-height: 120%;
	margin: 10px 0;
	padding: 0 0 0 5px;
	color: #333366;
	border-left: 12px solid #333366;
	clear: both;
	margin: 10px 0;
}
.ContentInner h3 {
	margin: 15px 0 5px 0;
	padding: 0 0 0 3px;
	color: #000000;/*
	border-left: 12px solid #333366;*/
	clear: both;
	font-size: 87.5%;
}
.ContentInner h4 {
	font-size: 75%;
	line-height: 120%;
	margin: 5px;
	padding: 0;
	color: #000000;
	clear: both;
}
.Contents .SubTitleBlank {
	background: url(img/title/subtitle_rep.gif) repeat-x 1px 1px;
	margin: 20px 0 5px 0;
	padding: 1px 10px 0 10px;
	height: 23px;
	line-height: 23px;
	font-size: 87.5%;
	color: #333333;
	border-top: 1px solid #999999;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #999999;
}
.sub_h2 {
	font-size:90%;
	}
.ContentInner .SubTitleBar {
	border: 1px solid #cccccc;
	background: url(img/title/subtitle_bar_rep.gif) repeat-x left top;
	margin: 0 0 5px 0;
	padding: 0 10px;
	height: 22px;
	line-height: 22px;
	font-size: 87.5%;
	color: #333333;
}
.ContentInner div.Section.CatchBox {
	border: 1px solid #999999;
	width: 568px;
}
.ContentInner .CatchBox .SubTitleBar,
.ContentInner .CatchBox .SubTitleBlank {
	border-top: none;
	border-left: none;
	border-right: none;
	margin-top: 0;
}
.CatchBox img.PacImage {
	border: 0;
	float: left;
	padding: 0 5px;
	margin: 0;
}

/*////////////////////////////
■. コンテンツ　285px系
////////////////////////////*/
.ContentInner .BoxLeft {
	width: 275px;
	float: left;
	padding: 0;
}
.ContentInner .BoxRight {
	width: 275px;
	float: right;
	padding: 0 5px 0 0;
}

/*////////////////////////////
■. コンテンツ　190px系
////////////////////////////*/
.ContentInner .Relative {
	position: relative;
}
.ContentInner .Box3Left {
	width: 180px;
	float: left;
	padding: 0 4px;
	height: 100%;
}
.ContentInner .Box3Right {
	width: 180px;
	padding: 0 4px;
	float: right;
	height: 100%;
}

/*////////////////////////////
■. コンテンツ　テキスト
////////////////////////////*/
.ContentInner .Section {
	margin: 20px 0 10px;
	clear: both;
	width: 100%;
}

.ContentInner p {
	font-size: 75%;
	line-height: 140%;
	margin: 0 5px 0.5em 5px;
	padding: 0;
}
.ContentInner ul {
	list-style: disc;
	margin: 5px;
}
.ContentInner li {
	font-size: 75%;
	line-height: 140%;
	margin: 0 0 0.1em 0;
}
.ContentInner ul li {
	margin-left: 15px;
}

.ContentInner ul.AList0 {
	list-style: none;
	margin: 5px 5px;
}
.ContentInner ul.AList0 li {
	margin: 0 0 3px 0;
}
.ContentInner ul.AList0 li a {
}

.ContentInner ul.AList1 {
	list-style: none;
	margin: 5px 3px 10px;
}
.ContentInner ul.AList1 li {
	margin: 0 0 5px 0;
}
.ContentInner ul.AList1 li a {
	background: url(img/tool/go_mark_red.gif) no-repeat 0 2px;
	padding: 2px 0 2px 16px;
	min-height: 16px;
	display: inline-block;
}

.ContentInner ul.AList2 {
	list-style: none;
	margin: 5px 3px 10px;
}
.ContentInner ul.AList2 li {
	margin: 0 0 5px 0;
}
.ContentInner ul.AList2 li a {
	background: url(img/tool/list_yaji_s.gif) no-repeat 2px 2px;
	padding-left: 16px;
	min-height: 16px;
	display: inline-block;
}
.ContentInner ul.AList2 li div {
	padding-left: 16px;
}


.ContentInner ol{
	list-style: decimal;
	margin: 5px;
}

.ContentInner ol li{
	margin-left: 25px;
}



a.GoRed {
	background: url(img/tool/go_mark_red.gif) no-repeat 0 2px;
	padding: 2px 0 2px 16px;
	min-height: 16px;
	display: inline-block;
	margin: 0 5px;
}
a.GoRed:root {
	display: block;
}

a.GoWhite {
	background: url(img/tool/go_mark_siro.gif) no-repeat 0 2px;
	padding-left: 16px;
	min-height: 16px;
	display: inline-block;
	margin: 0 5px;
}
a.GoForm {
	background-image: url(3dmyhome/img/btn_goform2.gif);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	width: 178px;
	height: 24px;
	text-indent: -9999px;
	overflow: hidden;
}
a.GoForm:hover {
	background-position: left bottom;
}

.MainImageBox {
	background: #FFF1D5;
	height: 213px;
}

.MainImageBox img.MainImage {
	float: left;
	padding: 0 10px 0 0;
	vertical-align: middle;
}
.MainImageText {
	padding: 15px 10px 0 0;
	width: 265px;
	float: right;
}
.MainImageText p {
	font-size: 87.5%;
	line-height: 150%;
}

.Contents .PositionTitleImage {
	margin: 0px 0px 15px;
	padding: 0px;
}
.Contents .LogoProduct {
	margin: 0px 0px 15px;
	padding: 0px;
}

/* TabMenu */
.ContentInner .TabMenu {
	margin: 0 0 10px 0;
	width: 100%
}
.ContentInner .TabMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 3px solid #FF9966;
	width: 100%;
}

.ContentInner .TabMenu ul li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
.ContentInner .TabMenu ul li a {
	font-weight: bold;
	display: block;
	margin: 0;
	padding: 6px 15px 2px;
	text-decoration: underline;
	background: #FFFFFF;
	color: #000000;
}
.ContentInner .TabMenu ul li.TabMenuOn a {
	background: #FF9966;
	color: #FFFFFF;
	text-decoration: none;
}
.ContentInner .Left {
	margin: 0;
	float: left;
	padding: 0 10px 0 5px;
}

.ContentInner .Right {
	margin: 0;
	float: right;
	padding: 0 5px 0 10px;
}
.ContentInner .Tabler {
	margin: 0  5px 0 15px;
	padding: 0;
	clear: both;
	width: 550px;
}
.ContentInner .Tabler dl {
	clear: both;
	line-height: 140%;
	margin: 0 0 5px 0;
	padding: 0;
}
.ContentInner .Tabler dt {
	font-weight: bold;
	width: 5em;
	font-size: 75%;
	float: left;
	border-left: 4px solid #CCCCCC;
	padding: 0 0 0 3px;
	color: #555555;
}
.ContentInner .Tabler dd {
	font-weight: normal;
	font-size: 75%;
	padding-left: 70px;
	padding-right: 20px;
}

.ContentInner .Tabler dl.Full {
	width: 550px;
}
.ContentInner .Tabler dl.Half {
	width: 265px;
	float: left;
	clear: none;
}
.ContentInner .Tabler dl.Half a {
	white-space: nowrap;
	color: #000000;
}


/**/
.ContentInner blockquote {
	background-color: #E8E8FF;
	padding: 10px;
	margin: 10px 10px 10px 20px;
}
.ContentInner .contentBody blockquote p {
	padding: 0;
	margin: 0;
}


/* SpecTable*/
table.SpecTable {
	width: 565px;
	border-collapse: collapse;
	margin: 0 1px;
	padding: 0;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	font-size: 75%;
	line-height: 140%;
}

table.SpecTable th {
	width: 150px;
	font-weight: bold;
	text-align: left;
	padding: 6px;
	margin: 0;
	background-color: #DDDDDD;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
table.SpecTable td {
	text-align: left;
	padding: 6px;
	margin: 0;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

/* PointTable*/
table.PointTable {
	width: 565px;
	border-collapse: collapse;
	margin: 0 1px;
	padding: 0;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}

table.PointTable th {
	font-size: 75%;
	line-height: 140%;
	width: 150px;
	font-weight: bold;
	text-align: left;
	padding: 6px;
	margin: 0;
	background-color: #FFFFCC;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	white-space: nowrap;
}
table.PointTable td {
	text-align: left;
	margin: 0;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 0;
}

/* PriceTableBlue*/
table.PriceTableA {
	width: 565px;
	border-collapse: collapse;
	margin: 0 1px;
	padding: 0;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	font-size: 75%;
	line-height: 140%;
}

table.PriceTableA th {
	font-weight: bold;
	text-align: center;
	padding: 2px 6px;
	margin: 0;
	background-color: #CCCCFF;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
table.PriceTableA td {
	text-align: left;
	margin: 0;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 2px 6px;
}

/* PriceTableOrange*/
table.PriceTableB {
	width: 565px;
	border-collapse: collapse;
	margin: 0 1px;
	padding: 0;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	font-size: 75%;
	line-height: 140%;
}

table.PriceTableB th {
	font-weight: bold;
	text-align: center;
	padding: 2px 6px;
	margin: 0;
	background-color: #FFCC66;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
table.PriceTableB td {
	text-align: left;
	margin: 0;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 2px 6px;
}




/* 指導案ダウンロード */
.ContentInner div.Section.contentDownload {
	clear: both;
	border: 1px solid #CCCCCC;
	background-color: #F2F2F2;
	padding: 10px 15px;
	margin: 0 0 10px 0;
	width: 538px;
}

.contentDownload h3 {
	background: url(3dmyhomels2/img/title/download_h3.gif) no-repeat left top;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 160px;
	border-style: none;
}

.ContentInner div.Section.contentPrint {
	clear: both;
	border: 1px solid #CCCCCC;
	background-color: #F2F2F2;
	padding: 10px 15px;
	margin: 0 0 10px 0;
	width: 538px;
}
.ContentInner div.Section.contentPrint p {
	line-height: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
}
/* 購入申込書ダウンロード */
.ContentInner div.Section.DownloadPurchaser {
	margin: 0 0 20px;
	width: 568px;
	border: 1px solid #333333;
	background: #F2F2F2;
}
.DownloadPurchaser h3 {
	color: #FFFFFF;
	background: #DD0000;
	border-bottom: 1px solid #333333;
	border-left: none;
	margin: 0;
	padding: 3px 5px;
	font-size: 75%;
	font-weight: bold;
}

.DownloadPurchaser .downloadReader {
	margin: 5px;
}
/* AdobeReaderダウンロード */
.downloadReader {
	font-size: 83%;
	margin: 0;
	padding: 5px 20px;
	width: 518px;
	clear: both;
	border-top: 1px dashed #CCC;
}
.downloadReader .readerBanner {
	float: left;
	border: 0;
	width: 98px;
}
.downloadReader p {
	margin: 0;
	padding: 0;
}

/* DownloadBox */
.downloadBox {
	margin: 5px auto;/*
	background-color: #FFFFFF;*/
	padding: 10px 20px;
	width: 528px;
}
.downloadBox .iconPdf {
	float: left;
	border: 0;
	width: 40px;
}
.downloadBox p {
	margin: 0;
	padding: 0;
}


/* ListTandem 縦並びのリスト */
.ListTandem {
	margin: 0;
	padding: 5px 10px;
	border-bottom: 1px dotted #999999;
	clear: both;
	width: 550px;
}

.ListTandem .thumb {
	float: right;
	width: 105px;
	padding: 5px 0 0 0;
}
.ListTandem .thumb a img {
	border: 1px solid #999999;
}

.ListTandem .listP {
	float: left;
	width: 420px;
}

.ListTandem h3 {
	margin: 0 0 5px;
}

.ListTandem h3 em {
	margin: 0 0 0 1em;
	font-style: normal;
	color: #339900;
	font-size: 90%;
}

.ListTandem h4 {
	padding: 0;
	margin: 0 0 0.5em 10px;
	font-size: 75%;
	line-height: 125%;
	font-weight: bold;
}
.ListTandem p {
	padding: 0;
	margin: 0 0 0.5em 10px;
	clear: both;
}
.ListTandem ul.InfoList {
	margin: 0 0 0.2em 10px;
	padding: 0;
	list-style: none;
	border-left: 1px solid #ccc;
}
.ListTandem ul.InfoList li {
	padding: 0 5px;
	margin: 0;
	display: block;
	float: left;
	border-right: 1px solid #ccc;
	font-size: 62.5%;
}
/*////////////////////////////
■. トップの導入事例一覧
////////////////////////////*/
#SchoolTop .ListTandem {
	margin: 0 0 10px 0;
	padding: 0 10px 10px;
	border-bottom: 1px dotted #999999;
	clear: both;
}

#SchoolTop .ListTandem .thumb {
	float: left;
	width: 105px;
	padding: 3px 0 0 0;
}
#SchoolTop .ListTandem .thumb a img {
	border: 1px solid #999999;
}

#SchoolTop .ListTandem .listP {
	padding: 0;
	float: right;
	width: 445px;

}

#SchoolTop .ContentInner .ListTandem h3 {
	margin: 0 0 5px;
	padding: 0;
	border: none;
}

#SchoolTop .ContentInner .ListTandem h3 a {
}

#SchoolTop .ListTandem h4 {
	padding: 0;
	margin: 0 0 0.5em 10px;
	font-size: 75%;
	line-height: 125%;
	font-weight: bold;
}
#SchoolTop .ListTandem p {
	padding: 0;
	margin: 0 0 0.5em 0;
}
#SchoolTop .ListTandem ul.InfoList {
	margin: 0 0 0.2em 10px;
	padding: 0;
	list-style: none;
	border-left: 1px solid #ccc;
}
#SchoolTop .ListTandem ul.InfoList li {
	padding: 0 5px;
	margin: 0;
	display: block;
	float: left;
	border-right: 1px solid #ccc;
	font-size: 62.5%;
}


a.GoDetail {
	background-image: url(img/tool/btn_godetail.gif);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	width: 129px;
	height: 23px;
	text-indent: -9999px;
	overflow: hidden;
}
a.GoDetail:hover {
	background-position: left bottom;
}


/*////////////////////////////
■. ライン装飾
////////////////////////////*/
.BorderDotted {
	border: 1px dotted #999999;
}
.BorderDottedTop {
	border-top: 1px dotted #999999;
	width: 100%;
}
.BorderDottedRight {
	border-right: 1px dotted #999999;
}
.BorderDottedBotom {
	border-botom: 1px dotted #999999;
}
.BorderDottedLeft {
	border-left: 1px dotted #999999;
}

.BorderSolid {
	border: 1px solid #999999;
	margin: 20px 1px 10px;
	width: 568px;
}
.BorderSolidTop {
	border-top: 1px solid #999999;
}
.BorderSolidRight {
	border-right: 1px solid #999999;
}
.BorderSolidBotom {
	border-botom: 1px solid #999999;
}
.BorderSolidLeft {
	border-left: 1px solid #999999;
}

.Column2Solid {
	background: transparent url(img/bg_border999.gif) repeat-y 280px top;
	padding: 0 0 0 5px;
}
.Column3Solid {
	background: transparent url(img/bg_3column_solid.gif) repeat-y left top;
}
.Column3Dotted {
	background: transparent url(img/bg_3column_dotted.gif) repeat-y left top;
}
.ContentInner .Section.Column2Solid {
	width: 563px;
}
.ContentInner .Section.Column2Solid .BoxRight {
	width: 270px;
}

/* ///////////////////////
■ 授業カリキュラム用テーブル
/////////////////////// */
.Contents table.PlanCurriculumTable {
	width: 569px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-collapse: collapse;
	border-spacing: 0;
	display: block;
	margin: 0 0 10px 0;
}
.PlanCurriculumTable th {
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	white-space: nowrap;
	font-size: 75%;
	text-align: center;
	padding: 5px 0;
	vertical-align: middle;
	background-color: #FFFFCC;
}
.PlanCurriculumTable td {
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	font-size: 75%;
	line-height: 150%;
	padding: 5px 3px;
	vertical-align: top;
}

.PlanCurriculumTable td p.MhPro {
	background: url(img/tool/icon_pro.gif) no-repeat left top;
	padding: 0 0 0 20px;
	margin: 0 0 0.5em 0;
	color: #6F2222;
}
.PlanCurriculumTable td p.MhLS {
	background: url(img/tool/icon_ls2.gif) no-repeat left top;
	padding: 0 0 0 20px;
	color: #003366;
}
.PlanCurriculumTable td h4,
.PlanCurriculumTable td p,
.PlanCurriculumTable td li {
	font-size: 100%;
}
.PlanCurriculumTable td h4 {
	margin: 0 0 0.2em 0;
}
.PlanCurriculumTable td p,
.PlanCurriculumTable td ul,
.PlanCurriculumTable td ol {
	margin: 0 0 1.5em 0;
}
.PlanCurriculumTable td li {
	margin-bottom: 0.4em;
}

/* 学校導入事例 */
.Section#report {
	width: 568px;
	margin: 0 0 25px;
	padding: 0 0 2px;
	border-right: 1px solid #B9B9B9;
	border-bottom: 1px solid #B9B9B9;
	border-left: 1px solid #B9B9B9;
}

.Section#report .sectiontitle {
	background: url(/school/3dmyhome/img/seriestop/bg_case_title.jpg) repeat-x left top;
	color: #fff;
	height: 30px;
	line-height: 30px;
	margin: 0;
}
.ContentInner .Section#report h3 {
	padding-left: 28px;
}

.Section#report .description {
	text-align: left;
	
	margin: 0;
	padding: 3px 10px;
}
.Section#report .CasePickUp {
	height: 208px;
	display: block;
	margin: 0;
	overflow: auto;
	width: 568px;
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
}
.Section#report .CasePickUp .article {
	width: 540px;
	padding: 5px 3px;
	text-align: left;
	margin: 0 auto;
	border-bottom: 1px dotted #B9B9B9;
}
.Section#report .CasePickUp .article h4 {
	margin: 0 0 3px;
	font-size: 87.5%;
	line-height: 120%;
}
.Section#report .CasePickUp .article h4 a img {
	border: 1px solid #666;
	display: block;
	float: left;
	margin: 0 10px 0 0;
}

.Section#report .CasePickUp .article h5 {
	color: #333;
	margin: 0 0 2px;
	padding: 0 0 0 0;
	font-size: 75%;
	line-height: 120%;
}
.Section#report .CasePickUp .article h5 em {
	background-color: #339900;
	color: #fff;
	padding: 2px 5px 1px;
	margin-left: 1em;
	font-style: normal;
	font-weight: normal;
}

.Section#report .CasePickUp .article p {
}

.Section#report .report_foot {
	margin: 0;
	padding: 5px 0;
}
.Section#report .report_foot p {
	margin: 0;
	padding: 0 10px;
	text-align: right;
}
