@charset "utf-8";

/*==================================================

	■サイト毎のモジュール貼り付け用CSSファイル
	※モジュール用CSSや単発のCSSはこちらに記述

===================================================*/

/*==================================================

　　共通モジュール

===================================================*/

/*　見出し　*/

h3,h4{
	font-size: 1em;
}


/*　テキスト変換　*/

.textTrans{
	text-transform: uppercase;
}

.textReset{
	font-size: 100.01%;
}

.textSmall{
	font-size: 0.85em;
}

.textColor{
	color:#754C24;
}

.textRed{
	color: #e01e1e;
}

.tc01{
	color: #69ba00;
}

.tc02{
	color: #ff7200;
}

.tc03{
	color: #007eff;
}

.tc04{
	color: #a83fcf;
}

.tc05{
	color: #ff00ae;
}

.tc06{
	color: #9cb9bd;
}


.textBold,
#mainContents table.companyTable01 td.textBold{
	font-weight: bold;
}


/*　マージン調節 　*/

.tmargin10{
	margin-top: 10px;
}

.tmargin15{
	margin-top: 15px;
}

.tmargin20{
	margin-top: 20px;
}

.tmargin30{
	margin-top: 30px;
}

.bmargin5{
	margin-bottom: 5px;
}

.bmargin10{
	margin-bottom: 10px;
}

.bmargin15{
	margin-bottom: 15px;
}

.bmargin20{
	margin-bottom: 20px;
}

.bmargin30{
	margin-bottom: 30px;
}

.bmargin60{
	margin-bottom: 60px;
}

.lmargin5{
	margin-left: 5px;
}

.lmargin10{
	margin-left: 10px;
}

.lmargin15{
	margin-left: 15px;
}

.lmargin20{
	margin-left: 20px;
}

/*　パディング調整　*/

.lpadding5{
	padding-left: 5px;
}

.lpadding10{
	padding-left: 10px;
}

.bpadding15{
	padding-bottom: 15px;
}

.bpadding30{
	padding-bottom: 30px;
}

.padding10{
	padding: 10px;
}

/*　行間設定用　*/

.lineheight15{
	line-height: 1.5em;
}

/*　フロート設定用　*/

.alignleft{
	float: left;
}

.alignright{
	float: right;
}

/*　text-align設定用　*/

.textalignleft{
	text-align: left;
}

.textalignright{
	text-align: right;
}

.textaligncenter{
	text-align: center;
}

/*　ページトップ　*/
p.pagetop{
	text-align: right;
	width: 954px;
	margin: 14px auto;
	padding: 0px;
	bottom: 0px;
}


/* ぱんくず：画像なし01
--------------------------------------------------- */
.topicPathBasic{
	font-size: 81.25%;
	margin-left: 4px;
	padding-bottom: 8px;
}

.topicPathBasic dl{
	padding: 8px 0px 0px 15px;
}

.topicPathBasic dt{
    margin-right:6px;
    padding-right:6px;
    float:left;
}

.topicPathBasic dd{
    padding-top: 2px;
}

.topicPathBasic_single{
	font-size: 81.25%;
	height: 48px;
	background: url(../img/topicpath_bg_single.png) no-repeat left top;
	margin-left: 4px;
}

.topicPathBasic_single dl{
	padding: 20px 0px 0px 15px;
}

.topicPathBasic_single dt{
    margin-right:6px;
    padding-right:6px;
    float:left;
}

.topicPathBasic_single dd{
    padding-top: 2px;
}




/*==================================================

　　ページ別モジュール

===================================================*/


/*　トップページ
---------------------------------------------------*/

.mainC01{
	margin-bottom: 20px;
	background: url(../../img/mainC01_bg.png) no-repeat center bottom;
}

.mainC01 .mainC01T{
	background: url(../../img/mainC01t.png) no-repeat center top;
	padding: 15px 0;
}

.mainC01 ul{
	float: right;
	margin-right: 15px;
	margin-bottom: 15px;
}

.mainC01 ul li{
	float: left;
	margin-left: 10px;
}

.mainC01 h3{
	padding-bottom: 15px;
}

.mainC01 h4{
	padding: 5px 0px 5px 35px;
	font-size: 1.1em;
	background: url(../../img/mainC01_h4_bg.png) left top no-repeat;
	margin-left: 15px;
	width: 470px;
}

.mainC01 h4.border{
	clear: both;
	border-top: 1px dotted #CCC;
	margin-right: 15px;
	padding-top: 15px;
	background: url(../../img/mainC01_h4_bg.png) left 8px no-repeat;
	width: 455px;
}

.mainC01 h5{
	padding: 5px 0px 5px 35px;
	font-size: 1.1em;
	margin-left: 15px;
	width: 470px;
}

.mainC01 h5.border{
	clear: both;
	border-top: 3px dotted #CCC;
	margin-right: 15px;
	padding-top: 15px;
	width: 455px;
}

.mainC01 h6{
	padding: 5px 0px 5px 35px;
	font-size: 2.1em;
	color: blue;
	background: url(../../img/mainC01_h4_bg.png) left top no-repeat;
	margin-left: 15px;
	width: 470px;
}

.mainC01 h6.border{
	clear: both;
	border-top: 1px dotted #CCC;
	margin-right: 15px;
	padding-top: 15px;
	background: url(../../img/mainC01_h4_bg.png) left 8px no-repeat;
	width: 455px;
}

.mainC01 p{
	width: 490px;
	margin: 0px auto;
}

.mainC01 p.txtarea{
	margin: 10px 15px 10px 30px;
}
	
.mainC{
	background:url(../../img/mainC_bg.png) bottom;
	width: 520px;
}

.mainCtitle{
	position: relative;
}

.mainC dl dt{
	padding: 10px 0px 5px 30px;
}

.mainC dl dt img{
	margin-left: 5px;
	margin-top: -5px;
}

.mainC dl dd{
	background:url(../img/line.png) left bottom no-repeat;
	margin: 0px 1px;
	padding-left: 14px;
	padding-bottom: 15px;
}

.mainC dl dd.lastChild{
	background: none;
}


.mainC dl dd .icon{
	background:url(../img/gray_icon.png) no-repeat left top;
	padding-left: 15px;
}


.moreicon{
	position: absolute;
	right: 49px;
	top: 6px;
}

.rssicon{
	position: absolute;
	right: 8px;
	top: 10px;
}

.rssicon.rssicon2{
	top: 11px;
}


/*　セカンドページ
---------------------------------------------------*/

.second #mainContents h3{
	background: url(../img/2nd_mainC_h3_b.png) no-repeat left bottom;
	margin-bottom: 10px;
}

.second #mainContents h3 .title{
	display: block;
	width: 496px; /* 520-12*2 */
	background: url(../img/2nd_mainC_h3_t.png) no-repeat left top;
	padding: 12px;
	color: #FFF;
}

.second #mainContents h4{
	background: url(../img/2nd_mainC_h4_b.png) no-repeat left bottom;
	margin-bottom: 10px;
}

.second #mainContents h4 .title{
	display: block;
	width: 496px;
	background: url(../img/2nd_mainC_h4_t.png) no-repeat left top;
	padding: 12px;
}

.second #mainContents h4.half{
	background: url(../img/2nd_mainC_h4_b.png) no-repeat left bottom;
	margin-bottom: 10px;
}

.second #mainContents h4.half .title{
	display: block;
	width: 238px;
	background: url(../img/2nd_mainC_h4_t.png) no-repeat left top;
	padding: 12px;
}


.second #mainContents p{
	padding: 0 12px;
	width: 496px;
	line-height: 1.8em;
	font-size: 0.99em;
}

.second #mainContents p.img{
	margin-bottom: 20px;
	padding: 0;
}

.second #mainContents p.point{
	padding: 0;
	margin: 0 auto 20px;
	background: url(../img/2nd_mainC_point_bg.png) no-repeat left bottom;
	width: 520px;
}

.second #mainContents p.point img{
	display: block;
}

.second #mainContents p.point span{
	display: block;
	padding: 15px;
}

.second #mainContents div.subText{
	padding: 0;
	margin: 0 auto 20px;
	width: 520px;
	background: url(../img/2nd_mainC_subText_bg.png) no-repeat left bottom;
}

.second #mainContents div.subText p{
	display: block;
	padding: 15px;
	background: url(../img/2nd_mainC_subText_top.png) no-repeat left top;
	font-size: 0.9em;
}


.second #mainContents dl.half{
	background: url(../img/2nd_mainC_halfp_b.png) no-repeat left bottom;
	padding: 0 0 15px;
	margin: 0;
	width: 250px;
}

.second #mainContents dl.half dt{
	display: block;
	background: url(../img/2nd_mainC_halfp_t.png) no-repeat left top;
	padding: 0;
	margin-bottom: 10px;
}

.second #mainContents dl.half dt span{
	background: url(../img/2nd_mainC_halfp_point.png) no-repeat 4px 8px;
	display: block;
	padding: 15px 15px 15px 48px;
	font-weight: bold;
}

.second #mainContents dl.half dt img{
	margin: 10px;
}

.second #mainContents dl.half dd{
	width: 222px;
	padding: 0 14px 10px;
	font-size: 0.95em;
	line-height: 1.5em;
}

.second #mainContents p.p_backtop{
	width: 520px;
	margin: 10px 0 30px;
	padding: 0;
	text-align: right;
}

/*　道コンを知ろう about ディレクトリ
---------------------------------------------------*/

/*　年間試験スケジュール　*/

.second table.schedule_year{
	width: 480px;
	margin:10px auto 10px;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #a8e1ea;
	border-left: 1px solid #a8e1ea;
	table-layout:fixed;
}

.second table.schedule_year caption{
	text-align: left;
	font-weight: bold;
	padding-bottom: 5px;
}

.second table.schedule_year th{
	padding: 5px;
	border-right: 1px solid #a8e1ea;
	border-bottom: 1px solid #a8e1ea;
	line-height: 1.5em;
	text-align: center;
	background-color : #ebf9fa;
	font-size: 0.9em;
}

.second table.schedule_year th.side{
	width: 100px;
}

.second table.schedule_year td{
	border-right: 1px solid #a8e1ea;
	border-bottom: 1px solid #a8e1ea;
	line-height: 1.5em;
	text-align: center;
	font-size: 0.85em;
	white-space: nowrap;
}



/*　道コンを受験しよう procedure ディレクトリ
---------------------------------------------------*/

/*　事務局会場受験について　*/

ul.list{
	margin-left: 10px;
}

ul.list li{
	margin: 0 0 5px;
	padding: 3px 20px 0;
	background : url(/book/img/libg.png) no-repeat left 5px;
	font-size: 1em;
	vertical-align: middle;
}

ul.list_nobold{
	margin-left: 10px;
}

ul.list_nobold li{
	margin: 0 0 5px;
	padding: 0 20px;
	background : url(/book/img/libg.png) no-repeat left 5px;
	font-size: 1em;
	vertical-align: middle;
}


table.jimukyoku{
	width: 100%;
	margin: 0 auto 20px;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #a8e1ea;
	border-left: 1px solid #a8e1ea;
}

table.jimukyoku td{
	padding: 5px;
	border-right: 1px solid #a8e1ea;
	border-bottom: 1px solid #a8e1ea;
	text-align: right;
}

table.jimukyoku th{
	padding: 5px;
	border-right: 1px solid #a8e1ea;
	border-bottom: 1px solid #a8e1ea;
	background: #ebf9fa;
	text-align: center;
}

table.jimukyoku th.side{
	text-align: left;
	width: 150px;
}


dl.books{
	width: 480px;
	margin: 0 auto 20px;

}

dl.books dt{
	border-left: 5px solid #64c2cd;
	font-weight: bold;
	padding: 2px 10px;
}

dl.books dd{
	font-size: 0.9em;
	color: #666;
	margin: 5px 0 15px 20px;
	padding: 5px 0;
	border-bottom: 1px dashed #a8e1ea;
}



/* データでみる中学・高校受験 Data ディレクトリ
---------------------------------------------------*/

dl.data{
	width: 480px;
	margin: 20px auto 0;
}

dl.data dt{
	padding: 10px;
	font-weight: bold;
	font-size: 1.5em;
	background: #ebf9fa;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

dl.data dd.date{
	padding-bottom: 5px;
	color: #666;
	font-size: 0.8em;
}

dl.data dd.comment{
	margin-tobbom: 10px;
	padding: 10px;
	line-height: 1.5em;
	border-bottom: 1px dashed #999;	
}

dl.data dd.data{
	padding: 10px 0;
	border-bottom: 1px dashed #999;	
}


table.data_dl{
	width: 480px;
	margin: 0 auto 20px;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px dashed #a8e1ea;
}

table.data_dl caption{
	text-align: left;
	font-weight: bold;
	padding-bottom: 10px;
}

table.data_dl td{
	padding-right: 0.5em;
	border-right: none;
	border-bottom: 1px dashed #a8e1ea;
	line-height: 1.5em;
	text-align: left;
	white-space: nowrap;
}

table.data_dl td.dl{
	text-align: right;
}


/*　入試情報　*/

.second table.nyuushi{
	width: 480px;
	margin:10px auto 10px;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #a8e1ea;
	border-left: 1px solid #a8e1ea;
	table-layout:fixed;
}

.second table.nyuushi caption{
	text-align: left;
	font-weight: bold;
	padding-bottom: 5px;
}

.second table.nyuushi th{
	padding: 5px;
	border-right: 1px solid #a8e1ea;
	border-bottom: 1px solid #a8e1ea;
	line-height: 1.5em;
	text-align: center;
	background-color : #ebf9fa;
	font-size: 0.8em;
}

.second table.nyuushi th.side{
	width: 80px;
}

.second table.nyuushi th.bikou{
	width: 150px;
}

.second table.nyuushi td{
	border-right: 1px solid #a8e1ea;
	border-bottom: 1px solid #a8e1ea;
	line-height: 1.5em;
	text-align: center;
	font-size: 0.85em;
}




/*　知っておこう、受験のこと nyuushi ディレクトリ
---------------------------------------------------*/

/*　入試の流れ　*/

dl.flow_subT{
	width: 480px;
	margin: 0 auto;
}

dl.flow_subT dt{
	display: block;
	background : url(/common/img/flow_subT.png) no-repeat left 5px;
	padding-left: 20px;
	font-weight: bold;
	vertical-align: middle;
	line-height: 1.8em;
}

dl.flow_subT dd{
	margin-bottom: 10px;
	padding-left: 20px;
	line-height: 1.8em;
}

dl.flow_subT dd.imgr{
	margin-bottom: 10px;
	padding-left: 10px;
	float: right;
}

dl.flow_subT dd.imgl{
	margin-bottom: 10px;
	padding-right: 10px;
	float: left;
}

/* 学区市町村表 */

table.gakku{
	width: 480px;
	margin: 0 auto;
	border-collapse: collapse;
	border-spacing: 0;
}

table.gakku caption{
	text-align: left;
	font-weight: bold;
	padding: 10px 5px;
	border-top: 1px solid #64c2cd;
	border-bottom: 1px solid #64c2cd;
	background: #a8e1ea;
}

table.gakku td{
	padding: 5px;
	border-right: none;
	border-bottom: 1px dashed #64c2cd;
	text-align: left;
	font-size: 0.9em;
}



/* 内申点ランク換算表 */


table.naishin{
	width: 480px;
	margin: 0 auto;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #a8e1ea;
	border-left: 1px solid #a8e1ea;
}

table.naishin th{
	width: 45px;
	border-right: 1px solid #a8e1ea;
	border-bottom: 1px solid #a8e1ea;
	background: #ebf9fa;
	font-size: 0.8em;
	font-weight: bold;
	white-space:nowrap;
}

table.naishin td{
	width: 45px;
	padding-right: 0.5em;
	border-right: 1px solid #a8e1ea;
	border-bottom: 1px solid #a8e1ea;
	line-height: 1.5em;
	font-size: 0.95em;
	text-align: center;
}

/* 学習点計算 */

form.gakusyuu table.mini{
	width: 300px;
	margin: 10px 11px 10px;
	border: none;
}

form.gakusyuu table.mini th{
	font-weight: bold;
	color: #00abc5;
	border-right: none;
	border-bottom: 1px solid #a8e1ea;
	background: none;
	text-align: left;
}

form.gakusyuu table.mini td{
	padding-bottom: 5px;
	border-right: none;
	border-bottom: 1px solid #a8e1ea;
	text-align: right;
}

form.gakusyuu table.mini td input{
	width: 100px;
	border: none;
	background:none;
	font-size: 1.5em;
	font-weight: bold;
	color: #f00;
}

form.gakusyuu table{
	width: 496px;
	margin: 10px auto 0;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #a8e1ea;
	border-left: 1px solid #a8e1ea;
}

form.gakusyuu table td{
	border-bottom: 1px solid #a8e1ea;
	border-right: 1px solid #a8e1ea;
	padding: 5px;
	line-height: 1.5em;
	font-size: 0.95em;
	text-align: center;
}

form.gakusyuu table th{
	border-bottom: 1px solid #a8e1ea;
	border-right: 1px solid #a8e1ea;
	padding: 5px;
	color: #00abc5;
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
	background-color : #ebf9fa;
}


form.gakusyuu table td input{
	width: 15px;
	text-align: right;
	padding-right: 1px;
}

form.gakusyuu table td input.gakunen{
	width: 80px;
	border: none;
	background:none;
	text-align:left;
}

form.gakusyuu table td input.t_rank{
	width: 100px;
	text-align:center;
}



/*　スケジュール　schedule ディレクトリ
---------------------------------------------------*/

dl.schedule{
	width: 520px;
	margin: 0 auto;
	padding-bottom: 25px; 
	background: url(/schedule/img/entry_b.png) no-repeat center bottom;
}

dl.schedule dt{
	width: 480px;
	margin: 0 auto;
	background: url(/schedule/img/entry_t.png) no-repeat center top;
	padding: 20px;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px solid #00a0b8;
	vertical-align:middle;
	color: #00abc5;
}

dl.schedule dt.sapporo{
	background: url(/schedule/img/entry_t_sapporo.png) no-repeat center top;
}

dl.schedule dt.kitahiroshima{
	background: url(/schedule/img/entry_t_kitahiroshima.png) no-repeat center top;
}

dl.schedule dt.asahikawa{
	background: url(/schedule/img/entry_t_asahikawa.png) no-repeat center top;
}

dl.schedule dt.hakodate{
	background: url(/schedule/img/entry_t_hakodate.png) no-repeat center top;
}

dl.schedule dt.jitaku{
	background: url(/schedule/img/entry_t_jitaku.png) no-repeat center top;
}

dl.schedule dd{
	width: 480px;
	margin: 0 auto;
	padding: 10px 0 10px;
	border-bottom: 1px dashed #00a0b8;
	line-height: 1.5em;
}

dl.schedule dd.comment{
	width: 440px;
	padding: 10px 20px 10px;
	line-height: 1.5em;
	font-size: 0.9em;
	background-color : #ebf9fa;
}

dl.schedule dd.area{
	border-bottom: 0;
	line-height: 1.5em;

}

dl.schedule dd.table{
	width: 480px;
	margin: 0 auto;
}


dl.schedule dd.table table.time{
	width: 440px;
	margin: 10px auto 0;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}

dl.schedule dd.table table.time th{
	padding: 2px;
	vertical-align: top;
	font-weight: bold;
	background: #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

dl.schedule dd.table table.time td{
	padding: 2px;
	text-align: center;
	background: none;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

dl.schedule dd.table table.time td.hall{
	padding: 2px;
	text-align: center;
	background: none;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	font-size: 0.8em;
}

dl.schedule dd.table table.sc{
	width: 440px;
	margin: 20px auto 0;
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
}

dl.schedule dd.table table td.sc_place{
	border: none;
	white-space: nowrap;
	padding: 2px;
	vertical-align: top; 
}

dl.schedule dd.table table td.sc_address{
	font-size: 0.9em;
	padding: 0 0 10px 30px;
	color: #999;
	border-top: 1px dashed #999;
	border-right: 0;
	border-bottom: 0;
}





/*　道コンリンク集 link ディレクトリ
---------------------------------------------------*/

/* リンク集内の定義リスト */

dl.link_dl{
	width: 480px;
	margin: 0 auto;
	padding: 20px;
}

dl.link_dl dt{
	height: 25px;
	padding: 0 0 0 30px;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.5em;
	vertical-align: middle;
	background : url(/link/img/dtbg.png) no-repeat left center;
}

dl.link_dl dd{
	padding: 10px 10px 10px 30px;
	line-height: 1.5em;
	border-bottom: 1px solid #a8e1ea;
}

dl.link_dl dd.backtop{
	margin-bottom: 20px;
	padding-right: 0;
	text-align: right;
	border: none;
}

/* リンク集内のテーブル用 */

table.link{
	width: 480px;
	margin: 0 auto;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px dashed #a8e1ea;
}

table.link caption{
	text-align: left;
	font-weight: bold;
	padding-bottom: 10px;
}

table.link td{
	padding-right: 0.5em;
	border-right: none;
	border-bottom: 1px dashed #a8e1ea;
	line-height: 1.5em;
	text-align: left;
	vertical-align: top;
}

/* リンク集内のテーブル用 */

table.link_juku{
	width: 480px;
	margin: 0 auto;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #a8e1ea;
	border-left: 1px solid #a8e1ea;
}

table.link_juku caption{
	text-align: left;
	font-weight: bold;
	padding-bottom: 10px;
}

table.link_juku th{
	padding: 4px;
	border-right: 1px solid #a8e1ea;
	border-bottom: 1px solid #a8e1ea;
	line-height: 1.5em;
	text-align: center;
	background-color : #ebf9fa;
}

table.link_juku td{
	padding: 2px;
	border-right: 1px solid #a8e1ea;
	border-bottom: 1px solid #a8e1ea;
	line-height: 1.5em;
	text-align: center;
	font-size: 0.9em;
}

table.link_juku tr{
	height: 2px;
}



/*　書籍紹介　book ディレクトリ
---------------------------------------------------*/

/* 内容紹介用リスト */

ul.book{
	margin: 10px;
}

ul.book li{
	margin: 0 0 5px;
	padding: 0 20px;
	background : url(/book/img/libg.png) no-repeat left center;
	font-size: 0.9em;
	vertical-align: middle;
	font-weight: bold;
}

/* 書籍内容紹介テーブル */

table.book{
	width: 480px;
	margin: 0 auto 20px;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #a8e1ea;
	border-left: 1px solid #a8e1ea;
}

table.book caption{
	text-align: left;
	font-weight: bold;
	padding-bottom: 10px;
}

table.book th{
	padding: 5px;
	border-right: 1px solid #a8e1ea;
	border-bottom: 1px solid #a8e1ea;
	background: #ebf9fa;
	line-height: 1.5em;
	text-align: center;
	font-weight: bold;
	font-size: 0.8em;
	color: #00abc5;
	white-space: nowrap;
}

table.book td{
	padding: 5px;
	border-right: 1px solid #a8e1ea;
	border-bottom: 1px solid #a8e1ea;
	line-height: 1.5em;
	text-align: left;
	font-size: 0.8em;
}

/* 本書解説カラム分割 */

.second #mainContents div.book_img{
	width: 150px;
}

.second #mainContents div.book_text{
	width: 350px;
	text-align: left;
}

.second #mainContents div.book_text p{
	width: 320px;
}


/*　個人情報保護方針
---------------------------------------------------*/

.second #mainContents dl.privacy{
	width: 490px;
	margin: 0 auto;
	padding: 12px;
}

.second #mainContents dl.privacy dt{
	clear: both;
	float: left;
	width: 20px;
	font-weight: bold;
}

.second #mainContents dl.privacy dd{
	padding-left: 20px;
	width: 450px;
	margin-bottom: 1em;
}


/*　会社概要
---------------------------------------------------*/

#mainContents table.companyTable{
	width: 480px;
	margin: 0 auto 20px;
    border-top: 1px solid #a8e1ea;
	border-left: 1px solid #a8e1ea;
    border-collapse:collapse;
    empty-cells: show;
    line-height:150%;
}

#mainContents table.companyTable th,td{
    width:20%;
    padding:8px;
    border-right: 1px solid #a8e1ea;
	border-bottom: 1px solid #a8e1ea;
    font-weight:normal;
    text-align:left;
}

#mainContents table.companyTable th{
    border-right: 1px solid #a8e1ea;
	border-bottom: 1px solid #a8e1ea;
	background-color: #ebf9fc; /* 左セルの背景色の変更 */
}



#mainContents table.companyTable td{
    border-right: 1px solid #a8e1ea;
	border-bottom: 1px solid #a8e1ea;
    width:80%;
}



/* googleMap マップ表示サイズ
---------------------------------------------------*/

#mainContents div#gmap{
	width: 480px;
	height: 400px;
	margin: 20px auto;
	border: 1px solid #ccc;
}