@charset "utf-8";
p,h1,h2,h3,h4,h5,h6,ul ,dl,dt,dd{
	margin:0px;
	font-size:12px;
	padding: 0%;
}

body {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #333;
	background-color: #ffffff;
	background-repeat: repeat-x;
	background-image: url(../img/line-img.jpg);
	font-family: "メイリオ",Meiryo,Arial,Helvetica,sans-serif,"ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3";
	font-size: 12px;
}

li {
	list-style:none
}

img {
	border: 0;
}
/*  Link Color  */

a {
	color:#333;
	text-decoration: none;
}
a:link {
}

a:visited {
}

a:hover {
	color:#933;
	text-decoration: none;
}

a:active {
	font-weight: none;
}



#navibar {
	width:1024px;
	height:40px;
	text-align: left;
	padding-top: 31px;
	background-image: url(../img/top-navi.jpg);
	background-repeat: no-repeat;
}

#navibar li {
	float:left;
	list-style-type:none;
}

#navibar #btn00 {
	height:34px;
	width:180px;
	text-indent:-9999px;
}

#navibar #btn01 a {
	text-decoration:none;
	height:37px;
	width:119px;
	display:block;
	background-image:url(../img/navi-btn-01.jpg);
	text-indent:-9999px;
}

#navibar #btn01 a:hover {
	background-image:url(../img/navi-btn-11.jpg);
}


#navibar #btn02 a {
	text-decoration:none;
	height:37px;
	width:119px;
	display:block;
	background-image:url(../img/navi-btn-02.jpg);
	text-indent:-9999px;
}

#navibar #btn02 a:hover {
	background-image:url(../img/navi-btn-12.jpg);
}


#navibar #btn03 a {
	text-decoration:none;
	height:37px;
	width:119px;
	display:block;
	background-image:url(../img/navi-btn-03.jpg);
	text-indent:-9999px;
}

#navibar #btn03 a:hover {
	background-image:url(../img/navi-btn-13.jpg);
}


#navibar #btn04 a {
	text-decoration:none;
	height:37px;
	width:119px;
	display:block;
	background-image:url(../img/navi-btn-04.jpg);
	text-indent:-9999px;
}

#navibar #btn04 a:hover {
	background-image:url(../img/navi-btn-14.jpg);
}


#navibar #btn05 a {
	text-decoration:none;
	height:37px;
	width:119px;
	display:block;
	background-image:url(../img/navi-btn-05.jpg);
	text-indent:-9999px;
}

#navibar #btn05 a:hover {
	background-image:url(../img/navi-btn-15.jpg);
}



#side-btn #btn02 a {
	text-decoration:none;
	height:78px;
	width:289px;
	display:block;
	background-image:url(../img/l-btn-02.jpg);
	text-indent:-9999px;
	background-repeat: no-repeat;
}

#side-btn #btn02 a:hover {
	background-image:url(../img/l-btn-12.jpg);
	background-repeat: no-repeat;
}





.twoColHybRtHdr #container {
	width: 1024px;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
	padding: 0px;
	height: auto;
} 
.twoColHybRtHdr #header {
	width: 900px;
	height: 217px;
	margin-right: auto;
	margin-left: auto;
} 
.twoColHybRtHdr #header h1 {
	margin: 0; /* #header div の最後のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間の原因不明のスペース）が回避されます。div の周囲に境界線が適用されている場合は、境界線によってマージンの相殺が回避されるため、この操作は不要です */
	padding: 10px 0; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
}

/* #sidebar1 に関するヒント：
1. 単位は相対単位であるため、サイドバーで余白を使用することは回避してください。標準に準拠したブラウザでは、余白は全体の幅に追加されるため、実際の幅が不特定の幅になります。 
2. サイドバーの値の単位として em が使用されているので、その幅が初期設定のテキストサイズに応じて変化することに注意してください。
3. 「.twoColHybRtHdr #sidebar1 p」ルールで見られるように、div の端と div に含まれるエレメントの間のスペースは、エレメントに左マージンと右マージンを適用することによって設定できます。
*/
.twoColHybRtHdr #sidebar1 {
	float: right;
	width: auto; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	background: #EBEBEB;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	height: auto;
	margin-top: 10px;
	padding-top: 5px;
}
.twoColHybRtHdr #sidebar1 h3, .twoColHybRtHdr #sidebar1 p {
	margin-left: 2px; /* サイドバーに配置されるすべてのエレメントに左マージンと右マージンが設定されている必要があります */
	margin-right: 2px;
}

/* #mainContent に関するヒント：
1. #mainContent と #sidebar1 の間のスペースは、#mainContent div の右マージンによって設定されます。#sidebar1 div に含まれるコンテンツの量に関係なく、#sidebar1 div のスペースは維持されます。#sidebar1 のコンテンツが終了した後のスペースに #mainContent div のテキストを挿入するには、この右マージンを削除します。
2. #mainContent div の幅より広いエレメントが #mainContent div 内に配置されると、フローティングエレメントの落下（フローティング状態ではない #mainContent 領域がサイドバーの下に配置されること）が発生する可能性があります。ハイブリッドレイアウトの場合（全体の幅の単位はパーセント、サイドバーの単位は em）、使用可能な幅を正確に計算できない場合があります。ユーザーのテキストサイズが平均よりも大きい場合、#sidebar1 div が広くなるため、#mainContent div のスペースが狭くなります。クライアントが Contribute を使用してコンテンツを追加する予定である場合は、この制限に注意してください。
3. 下の Internet Explorer の条件分岐コメントでは、#mainContent に「hasLayout」を設定するのにズームプロパティが使用されます。これにより、いくつかの IE 固有のバグを回避できます。
*/
.twoColHybRtHdr #mainContent {
	margin-top: 0;
	margin-right: 15em;
	margin-bottom: 0;
	margin-left: 10px;
} 
.twoColHybRtHdr #footer {
	background-image: url(../img/footer-line.jpg);
	background-repeat: repeat-x;
	height: 186px;
	width: auto;
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #02466D;
	clear: both;
	background-color: #31516A;
	overflow: hidden;
} 
.twoColHybRtHdr #footer p {

}

/* 再使用できる各種クラス */
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#top {
	background-image: url(../img/design-02.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 183px;
	width: 900px;
}
#top p {
	float: right;
	width: 207px;
}
#header-line {
	background-image: url(../img/top-line.jpg);
	background-repeat: repeat-x;
	background-color: #020F17;
}
#side-btn {
	float: left;
	width: 293px;
	height: auto;
}
#main-container {
	width: 1024px;
	background-image: url(../img/main-bg-img.jpg);
	background-repeat: no-repeat;
}
.side-box {
	height: auto;
	width: auto;
}
#contents {
	float: right;
	height: 350px;
	width: 596px;
	background-image: url(../img/design-02_17.jpg);
	background-repeat: no-repeat;
}
.cts-box {
	height: 120px;
	width: 590px;
	border: thin dotted #333;
	margin-top: 300px;
}
#service {
	background-image: url(../img/service.jpg);
	background-repeat: no-repeat;
	height: 64px;
	width: 80px;
	position: relative;
	top: 300px;
}
.cts-box #service-text {
}
#service-text li {
	list-style-type: none;
	list-style-position: inside;
	margin-left: 4px;
	list-style-image: url(../img/list-pt.jpg);
	font-size: 14px;
	line-height: 25px;
}
.footer-line {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #F00;
	border-right-color: #F00;
	border-bottom-color: #F00;
	border-left-color: #F00;
}
#sub-01 {
	background-image: url(../img/design-03.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 183px;
	width: 900px;
}
#sub-01 p {
	float: right;
	width: 207px;
}

#sub-01 h1 {
	font-size: 12px;
	font-weight: lighter;
	color: #FFF;
	text-align: right;
	line-height: 19px;
}
#footer-navi {
	font-size: 12px;
	text-align: left;
	width: 300px;
	padding-top: 0px;
	float: left;
	text-indent: 15px;
}
#footer-navi li {
	list-style-type: square;
	list-style-position: inside;
	line-height: 16px;
}
#footer p {
}
#footer-text {
	height: 85px;
	text-align: left;
	width: 590px;
	float: right;
}
#footer-text p {
	line-height: 16px;
}
#footer-l-box {
	width: 300px;
	float: left;
}
#footer-box {
	width: 1024px;
	height: 136px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/footer-bg-img.jpg);
	background-repeat: no-repeat;
}
#return {
	height: 25px;
	width: auto;
	text-align: center;
	font-size: 10px;
	clear: both;
}
#top h1 {
	font-size: 12px;
	font-weight: lighter;
	color: #FFF;
	text-align: right;
	line-height: 19px;
}
#sub-contents {
	height: auto;
	width: 600px;
	float: right;
	font-size: 12px;
}
.title {
	height: 97px;
	width: 590px;
}


.image {
	border: medium solid #999;
	height: auto;
	width: 584px;
	margin-bottom: 15px;
}
.image ul li {
	list-style-position: inside;
	list-style-image: url(../img/list-pt.jpg);
	font-size: 14px;
	font-weight: bolder;
	color: #666;
	line-height: 30px;
	text-indent: 10px;
}
.color {
	font-weight: lighter;
	color: #000;
}
.car-size {
	height: auto;
}
.cyui {
	border: thin dotted #999;
	text-indent: 20px;
	line-height: 25px;
}
#space {
	height: 400px;
}
.copyright {
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-top: 30px;
}
#form {
	font-size: 12px;
	color: #333;
	background-image: url(../img/bg-img-03.jpg);
	border: thin dotted #666;
	width: 600px;
}
#contact-cts {
	height: auto;
	width: 600px;
	float: right;
	font-size: 12px;
}
.midashi-h1 {
	font-size: 16px;
	font-weight: bold;
	color: #F63;
	border-bottom-width: medium;
	border-left-width: 5px;
	border-bottom-style: double;
	border-left-style: double;
	border-bottom-color: #666;
	border-left-color: #666;
	background-color: #FFF;
	text-indent: 5px;
	margin-top: 30px;
}
.cts-box-2 {
	font-size: 12px;
	line-height: 25px;
	color: #666;
}
#confirm-container {
	font-size: 12px;
	color: #333;
}
#confirm-container table tr td p {
	background-image: url(../img/bg-img-03.jpg);
	height: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #F30;
}
.midashi-h2 {
	font-size: 16px;
	font-weight: bold;
	color: #F63;
	border-bottom-width: medium;
	border-left-width: 5px;
	border-bottom-style: double;
	border-left-style: double;
	border-bottom-color: #666;
	border-left-color: #666;
	text-indent: 5px;
	margin-top: 30px;
	background-image: url(../../../img/bg-img-03.jpg);
	height: 20px;
}
#sub-02 {
	background-image: url(../img/contact-design.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 183px;
	width: 900px;
}
#sub-02 p {
	float: right;
	width: 207px;
}
#sub-02 h1 {
	font-size: 12px;
	font-weight: lighter;
	color: #FFF;
	text-align: right;
	line-height: 19px;
}
#sub-03 {
	background-image: url(../img/design-about.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 183px;
	width: 900px;
}
#sub-03 p {
	float: right;
	width: 207px;
}
#sub-03 h1 {
	font-size: 12px;
	font-weight: lighter;
	color: #FFF;
	text-align: right;
	line-height: 19px;
}
.about-1 {
	height: 250px;
}
.list {

}
.list li {
	list-style-position: inside;
	list-style-image: url(../img/list-pt.jpg);
	text-indent: 10px;
	line-height: 25px;
}
.table-font-size {
	font-size: 12px;
	color: #333;
}
.table {
	background-color: #999;
	font-size: 12px;
	font-weight: lighter;
	color: #666;
}
.table tr td {
	background-color: #FFF;
}
#falsh {
	height: 304px;
	width: 1024px;
	text-align: center;
	background-image: url(../img/fl-bg-img.jpg);
	background-repeat: no-repeat;
}
#main-btn {
	width: 600px;
	height: 500px;
	float: left;
	overflow: hidden;
}
.l-side-space {
	width: 100px;
	text-indent: -9999px;
	float: left;
	height: 498px;
}
#main-btn p {
	float: left;
}
.low_navi {
	font-size: 10px;
	color: #FFF;
	text-align: right;
	width: 400px;
	float: none;
	clear: both;
}
#license-top {
	background-image: url(../img/license-top.jpg);
	height: 129px;
	width: auto;
}
#license-mid {
	width: auto;
	background-image: url(../img/license-mid.jpg);
	overflow: hidden;
}

#contact-mid {
	background-image: url(../img/license-mid.jpg);
	width: 100%;
	min-height: 1000px; 
	overflow: hidden;
}
#license-bottom {
	background-image: url(../img/license-bottom.jpg);
	height: 135px;
	width: auto;
}
#license-main-container {
	width: auto;
	overflow: hidden;
}
#top-r-box {
	width: 400px;
	float: right;
	overflow: visible;
	height: 497px;
}
#topicpath {
	font-size: 10px;
	clear: both;
	margin: 0px;
	padding: 0px;
}
#topicpath li {
	display: inline;
}
#update-top {
	background-image: url(../img/update-top.jpg);
	height: 129px;
	width: auto;
}
#update-contents {
	height: auto;
	margin: 0px;
	padding: 0px;
}
#question-top {
	background-image: url(../img/question-top.jpg);
	height: 129px;
	width: auto;
}
#question-contents {
	height: auto;
	margin: 0px;
	padding: 0px;
}
#contact-top {
	background-image: url(../img/contact-top.jpg);
	height: 129px;
	width: auto;
}
#contact-contents {
	height: auto;
	margin: 0px;
	padding: 0px;
}
.header-link {
	font-size: 10px;
	float: right;
	width: 450px;
	margin-top: -20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
	padding: 0px;
}
.header-link li {
	line-height: 10px;
}
.in-contents {
	height: 380px;
	width: auto;
	font-size: 12px;
	color: #FFF;
	font-weight: bolder;
	background-image: url(../img/update-bg.jpg);
	padding-top: 70px;
	background-repeat: no-repeat;
	padding-left: 70px;
}
#sitemap-contents {

}
#sitemap-mid {
	background-image: url(../img/license-mid.jpg);
	width: auto;
}
#sitemap-mid ol li {
	text-indent: 20px;
	line-height: 30px;
}
#site-top {
	height: 129px;
	width: auto;
	background-image: url(../img/sitemap-top.jpg);
}
#sitemap-mid ul {
	display: block;
	width: 200px;
	margin-left: 350px;
	padding-top: 50px;
}


#sitemap-contents {
	height: auto;
	width: auto;
}
#sitemap-mid ul li {
	line-height: 30px;
}
#dl-btn {
	display: block;
	padding-left: 400px;
}
.tittle-btm {
	font-size: 14px;
	line-height: 20px;
	color: #333;
	font-weight: bolder;
}



.panel-wrapper table {
	background-color: #FFF;
	border: 1px dotted #999;
	text-align: left;
}
.panel-wrapper table tr th {
	background-color: #06C;
	color: #FFF;
	font-weight: normal;
}
.ship-lisence dt {
	font-size: 14px;
	line-height: 3ex;
	background-color: #036;
	color: #CCC;
	font-weight: normal;
	float: left;
	height: 150px;
	width: auto;
	text-align: center;
}
.ship-lisence {
	height: 150px;
}
.ship-lisence dd {
}
.th1 {
	font-size: 12px;
	line-height: 2.7em;
	color: #FFF;
	background-color: #333;
	border-bottom-style: solid;
	border-bottom-width: 6px;
	border-bottom-color: #FFF;
	font-weight: normal;
}
.up-cmts {
	line-height: 1.8em;
	font-size: 12px;
	width: 480px;
	padding-left: 40px;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #CCC;
	height: 100%;
	float: left;
}
.up-cmts-btm {
	width: 100%;
	height: 150px;
	padding-top: 30px;
	clear: both;
}
.up-cmts-btm dl dt {
	font-size: 14px;
	color: #FFF;
	background-color: #666;
	line-height: 2em;
	text-indent: 10px;
	margin-bottom: 10px;
}
.up-cmts-btm dl dd {
	font-size: 12px;
	line-height: 2em;
	border-left-width: 30px;
	border-left-style: dashed;
	border-left-color: #036;
	margin-bottom: 15px;
	font-weight: bolder;
	color: #666;
	text-indent: 10px;
}
dl .ulbx {
	height: 150px;
	width: 100px;
}
.uRimg {
	float: right;
}
.in-contents table {
	text-align: left;
}
.nittei {
	width: 90%;
	padding-left: 50px;
	overflow: hidden;
}
.txR {
	text-align: right;
}
.charge h1 {
	font-size: 16px;
	font-weight: bold;
	color: #F30;
	line-height: 2em;
	border-bottom-width: thin;
	border-left-width: 30px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #666;
	border-left-color: #666;
	text-indent: 10px;
}
.charge {
	width: 310px;
	float: left;
	padding-top: 30px;
}
.bLine {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
.LnkBtn {
	float: left;
	width: 400px;
	padding-top: 30px;
}
.LnkBtn p {
	padding-bottom: 20px;
}
#schedule-mid {
	width: 100%;
}
#schedule-btm {
	width: 100%;
	padding-top: 20px;
}
.nittei-1 {
	padding-left: 80px;
}
.nittei-1 table {

}
.nittei-1 h1 {
	font-size: 16px;
	color: #333;
	padding-top: 20px;
}
.nittei-1 table {
	width: 70%;
}
#schBtn p {
	float: left;
}
#schBtn {
	width: 100%;
	height: 80px;
}
.schTx {
	width: 70%;
	padding-left: 50px;
}
.schTx dd {
}
.schTx dt {
	border-bottom-width: thin;
	border-left-width: 30px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #039;
	border-left-color: #039;
	line-height: 1.8em;
	text-indent: 10px;
	font-size: 14px;
	color: #333;
	margin-top: 20px;
	font-weight: bold;
}
.schTx dd {
	line-height: 2.2em;
	font-size: 12px;
	text-indent: 30px;
}
.bold {
	color: #930;
}
.nittei-2 {
	width: 75%;
	padding-left: 50px;
}
.nittei-2 h1 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-top: 20px;
	border-top-width: 10px;
	border-top-style: double;
	border-top-color: #333;
	line-height: 3em;
}
.tilte {
	font-size: 16px;
	font-weight: bolder;
	color: #FFF;
	background-color: #333;
	line-height: 2em;
	text-indent: 50px;
}
.title-2 {
	border-left-width: thick;
	border-left-style: groove;
	border-left-color: #06c;
	border-top-width: medium;
	border-top-style: none;
	border-top-color: #06C;
	margin-top: 20px;
	font-size: 14px;
	color: #FFF;
	background-color: #003;
	border-bottom-style: groove;
	line-height: 2.2em;
}
#reqTBx dl dd {
	font-size: 12px;
	line-height: 2.5em;
	text-indent: 30px;
}
.reqTBxIn li {
	font-size: 12px;
	line-height: 1.5em;
}
.reqTBxIn {
	display: block;
	border: 1px dotted #C30;
	width: 50em;
	margin-bottom: 30px;
	clear: both;
}
.reqTBxIn li h2 {
	background-color: #900;
	color: #FFF;
	font-size: 14px;
	line-height: 2em;
}
.clear {
	clear: both;
}
#reqTBx dl dt {
	background-color: #CCC;
	height: 25px;
}
.photo {
	float: left;
	height: 250px;
}
span {
	color: #000;
	text-decoration: underline;
}
#rBxBnr {
	height: 60px;
	width: 170px;
	position: relative;
	top: 50px;
	left: 100px;
	overflow: visible;
}
#rBxBnr ul li {
	font-size: 12px;
	font-weight: bold;
	color: #09C;
	line-height: 1em;
}
#question-mid {
	width: 720px;
	margin-left: 80px;
}
#question-mid dl dt h1 {
	font-size: 16px;
}
#question-mid dl dt h1 img {
	vertical-align: text-top;
}
#question-mid dl dd {
	font-size: 12px;
	line-height: 2em;
}
#question-mid ol li {
	list-style-image: url(../img/listMc.jpg);
	font-size: 12px;
	line-height: 2em;
}
#access-mid {
	background-image: url(../img/update-bg.jpg);
	width: 100%;
	background-repeat: no-repeat;
}
.map-add h1 {
	font-size: 16px;
	font-weight: bolder;
	color: #666;
}

.top {
	text-align: right;
	font-size: 10px;
}
.map {
	padding-top: 20px;
	padding-left: 20px;
	width: 780px;
	height: 350px;
}
.map-add {
	color: #666;
	width: 290px;
	float: left;
}
.map-add dl {
	margin-top: 50px;
}
.map-add h2 {
	font-size: 14px;
	color: #036;
}
.map-img {
	width: 430px;
	float: right;
}
#map-link ul li {
	display: block;
	margin-left: 0px;
	padding: 0px;
	border: thin solid #036;
	width: 120px;
}
#map-link {
	height: 150px;
	padding-left: 100px;
	padding-top: 20px;
	width: 500px;
}
.header-link ol li {
	margin-left: 10px;
}
.policy dl dt h1 {
	font-size: 14px;
	color: #333;
	line-height: 2em;
}
.policy dl dd {
	margin-left: 30px;
}
.policy dl ul {
	margin-left: 50px;
}
.policy {
	width: 800px;
	margin-left: 110px;
	line-height: 1.8em;
}
#policy-top {
	background-image: url(../img/top-img-04.jpg);
	background-repeat: no-repeat;
	height: 129px;
}

.policy dl dt h2 {
	font-size: 14px;
	line-height: 2em;
	color: #333;
}
#goukaku-top {
	height: 129px;
	width: auto;
	background-image: url(../img/goukaku-top.jpg);
}
#goukaku-contents {
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 150px;
}
#goukaku-contents table {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}
.gktxt {
	width: 900px;
	padding-left: 60px;
	padding-bottom: 30px;
}
.dltable {
	line-height: 1.5em;
	color: #666;
}
.dltable tr {
	line-height: 1.5em;
	background-color: #F2F2F2;
}
.dltable tr th {
	color: #FFF;
	background-color: #06C;
}
.HdBtn-side {
	display: block;
	padding-left: 120px;
	margin-top: 65px;
}
.HdBtn-side li {
	display: inline;
}
.CtsTb {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.CtsH1 {
	font-size: 24px;
	color: #FFF;
}
.MapTxH1 {
	font-size: 18px;
	color: #06C;
	font-weight: bold;
}
.dlBtn {
	text-align: left;
	display: block;
	width: 100%;
}
.dlBtn table td {
	background-color: #369;
	color: #FFF;
	border: 1px solid #FFF;
	line-height: 2em;
}
.ship-lisence dl {

}
.ship-lisence dl .th1 {


}
.ship-lisence dl dd {


}
.th1 {
	display: block;
	padding-left: 220px;
}
.dlBtn table td {
	text-align: center;
}
.fontdeco-15red {
	font-size: 18px;
	font-weight: bold;
	color: #FFF!important;
}
.title-2 img {

}
.dlBtn table tr td {

}
.fantdeco-12yw {
	font-weight: bold;
	color: #FC0!important;
}
.act-wrap {
	font-size: 14px;
	line-height: 1.7em;
	margin-top: 50px;
	margin-bottom: 150px;
}
