@charset	'utf-8';
@import		"dclXhtml1.0Strict.css";
@import		"tagOverride.css";
@import		"pageLayout.css";
@import		"compatibleOldSite.css";


/* フロート調整。
-----------------------------------------------------------------------------*/
.L {
	float: left;
}

.R {
	float: right;
}


/* タイトル設定。
-----------------------------------------------------------------------------*/

.Mttl {
	background-image: url(../img/bg/grayHline5.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	color: #707070;
	font-size: 130%;
	font-weight: bold !important;
}


a.LnkBtn {
	display: block;
	padding: 5px 0 0 25px;
	padding-top: 3px !important;
	width: 200px;
	height: 31px;
	width: 180px !important;
	height: 24px !important;
	background-image: url(../img/bg/greenLnkBtn.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border: 1px solid #93A294;
	text-decoration: none;
	color: #6C7D6D !important;
	font-weight: bold;
	font-size: 120%;
	float: left;
	margin: 0 20px 10px 0;
}



/* 余白調整。
-----------------------------------------------------------------------------*/

.ImgHx {
	display: none;
}

.Ml5 {
	margin-left: 5px;
}

.Mt3 {
	margin-top: 3px;
}

.Mt5 {
	margin-top: 5px;
}

.Mt50 {
	margin-top: 50px !important;
}

.Padd5 {
	padding: 5px;
}

.PaddT5 {
	padding-top: 5px;
}

.PaddLR10 {
	padding: 0 10px;
}

.MTm5 {
	margin-top: -5px;
}


/* 角丸枠。
-----------------------------------------------------------------------------*/

div.GrayCornerWrap,
div.GrayCornerLwrap,
div.GrayCornerRwrap {
	background-color: #E6E6E7;
	padding: 1px;
}

div.GrayCorner,
div.GrayCornerL,
div.GrayCornerR {
	background-color: #ffffff;
}

div.BlueTitle {
	position: relative;
}

div.BlueTitle img.Title {
	position: absolute;
	top: -3px;
	left: 10px;
}


/* リスト関係。
-----------------------------------------------------------------------------*/

ul.VctKhaki li {
	background-image: url(../img/ico/liKhaki.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	line-height: 1.8;
}

ul.VctKhaki li a {
	color: #778b78 !important;
	text-decoration: underline;
}

ul.VctKhaki li a:hover,
ul.VctKhaki li a:active {
	text-decoration: none;
}


ul.VctSky li {
	background-image: url(../img/ico/liSky.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	line-height: 1.8;
}

ul.VctSky li a {
	color: #5b889e !important;
	text-decoration: underline;
}

ul.VctSky li a:hover,
ul.VctSky li a:active {
	text-decoration: none;
}


ul.VctMoss li {
	background-image: url(../img/ico/liMoss.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	line-height: 1.8;
}

ul.VctMoss li a {
	color: #888888 !important;
	text-decoration: underline;
}

ul.VctMoss li a:hover,
ul.VctMoss li a:active {
	text-decoration: none;
}


ul.VctAshSmall li {
	background-image: url(../img/ico/liAshSmall.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	line-height: 1.5;
}

ul.VctAshSmall li a {
	color: #9fa0a0 !important;
	size: 50%;
	text-decoration: none;
}

ul.VctAshSmall li a:hover,
ul.VctAshSmall li a:active {
	text-decoration: underline;
}


ul.TopicPath {
	margin: 0 0 10px 0;
}

ul.TopicPath li {
	float: left;
	padding: 0 10px 0 0;
	margin: 0 0.5em 0 0;
	background-image: url(../img/ico/liTopicPath.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

dl.Grad335,
dl.Grad335 dt,
dl.Grad335 dd {
	margin: 0;
	padding: 0;
}

dl.Grad335 {
	width: 335px;
}

dl.Grad335 dt,
dl.Grad335 dd {
	float: left;
	height: 58px !important;
	height: 78px;
	padding: 5px 0 15px 0;
	margin-bottom: 12px;
	border-bottom: 1px dashed #dddddd;
}

dl.Grad335 dt {
	background-image: url(../img/bg/gradDtDd335Left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 61px !important;
	width: 69px;
	padding-left: 5px;
	padding-right: 3px;
}

dl.Grad335 dd {
	background-image: url(../img/bg/gradDtDd335Right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 255px !important;
	width: 260px;
	padding-right: 5px;
}



































ul.CategoryMenu,
#col2L img {
	margin-bottom: 10px;
}

ul.CategoryMenu li {
	margin: 0;
	padding: 0;
	margin-bottom: 2px;
}

ul.CategoryMenu li a {
	display: block;
	padding: 8px 0 0 2.5em;
	font-weight: bold;
	color: #666666 !important;
	height: 22px !important;
	height: 30px;
	text-decoration: none;
	background-image: url(../img/bg/col2CatgMenu.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

ul.CategoryMenu li a:hover,
ul.CategoryMenu li a:active,
ul.CategoryMenu li.Selected a {
	color: #486489 !important;
	background-image: url(../img/bg/col2CatgMenuOver.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

ul.CheckList,
ul.Satisfaction {
	padding: 10px;
	margin: 1em 0 0.5em 0;
}

ul.CheckList {
	background-color: #F9F7EE;
}

ul.Satisfaction {
	background-color: #F3F5FA;
}

ul.CheckList li,
ul.Satisfaction li {
	padding: 0 0 0 25px;
	margin: 0.5em 0;
}

ul.CheckList li {
	background-image: url(../img/ico/liCheckList.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

ul.Satisfaction li {
	background-image: url(../img/ico/liSatisfaction.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

div.QA p.Q {
	display: block;
	padding: 20px 0 10px 60px;
	margin: 30px 0 0 0;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #9AAFC1;
	background-image: url(../img/ico/embarrasses.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px !important;
	height: 80px;
}

div.QA blockquote {
	margin: 40px 0 70px 40px;
	padding: 0 0 30px 80px;
	background-image: url(../img/ico/solved.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


/* テーブル関係。
-----------------------------------------------------------------------------*/

table.GrayThW100 {
	width: 98%;
	background: #eeeeee;
	margin: 20px 0;
}

table.GrayThW100 th {
	background: #F6F6F6;
}

table.GrayThW100 td {
	background: #ffffff;
}

table.Inner {
	background: none !important;
	width: auto;
}

.Rh3 table.GrayThW100 {
	width: 95%;
}


/* サムネイル記事。
-----------------------------------------------------------------------------*/

div.ThumbArticle {
	background: #eeeeee;
	overflow: hidden;
	margin: 5px 0 0 0;
	padding: 10px;
	padding-top: 7px;
}

div.ThumbArticle a {
	float: left;
	display: block;
	border: 1px solid #cccccc;
	padding: 10px;
	height: 18em;
	width: 147px !important;
	width: 169px;
	text-align: center;
	margin-top: 3px;
	background: #ffffff;
}

div.ThumbArticle a,
div.ThumbArticle a * {
	color: #4d4d4d;
	text-decoration: none;
}

div.ThumbArticle a.Center {
	margin: 3px;
	margin-bottom: 0;
}

div.ThumbArticle h3,
div.ThumbArticle p {
	text-align: left;
}

div.ThumbArticle h3 {
	border: none !important;
	background: none !important;
	padding: 0 !important;
	margin: 5px 0 !important;
	color: #386686;
}

div.ThumbArticle p {
	margin: 0;
}

div.BeforeAfter p.Before {
	display: block;
	float: left;
	padding-right: 50px;
	margin-left: 40px;
	width: 123px !important;
	width: 173px;
	background-image: url(../img/bg/beforeAfter.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

div.BeforeAfter p.After {
	display: block;
	float: left;
	width: 123px;
	margin-left: 30px;
}

div.BeforeAfter img {
	margin: 10px 0;
}


/* 処理ステップ。
-----------------------------------------------------------------------------*/

.Step h3 {
	padding: 4px 0 0 8px !important;
	font-size: 15px;
	height: 21px !important;
	height: 25px;
	color: #3D597E;
	background: url(../../common/img/bg/h3Step.gif) !important;
	background-repeat: no-repeat !important;
	background-position: left center;
}

.Step h3 ins {
	margin: 0 1em 0 0;
	text-decoration: none;
	color: #ffffff;
}

.Step .Flow {
	background: url(../../common/img/bg/stepFlow.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 15px 0;
}

.Step .Flow p {
	padding: 0 0 0 60px !important;
}


/* ページング
--------------------------------------------------------------------------*/

.Paging {
	float: none;
	width: 90% !important;
	width: 95%;
	padding: 0 1em;
	border-top: 1px dashed #cccccc;
}

.Paging div.Description {
	width: 47%;
	float: left;
	text-align: left;
	padding: 0.5em 0 0 0;
}

.Paging div.Number {
	width: 47%;
	float: right;
	text-align: right;
	padding: 0.5em 0 0 0;
}

