@charset "utf-8";

/*--------------------------------------------------------
共通
--------------------------------------------------------*/
/*body*/
body { margin: 0; padding: 0; background-color: #FFF;}
body.bg{ margin: 0; padding: 0; background: #FFF url(../images/bg.gif) repeat-y 0px;}

/*余白*/
.mb4 { margin-bottom: 4px;}
.mb6 { margin-bottom: 6px;}
.mb8 { margin-bottom: 8px;}
.mb12 { margin-bottom: 12px;}
.mb16 { margin-bottom: 16px;}
.mb24 { margin-bottom: 24px;}
.mb32 { margin-bottom: 32px;}

.mt4 { margin-top: 4px;}
.mt6 { margin-top: 6px;}
.mt8 { margin-top: 8px;}
.mt12 { margin-top: 12px;}
.mt16 { margin-top: 16px;}
.mt24 { margin-top: 24px;}
.mt32 { margin-top: 32px;}

/*基本フォント*/
.base-s {
	line-height:125%;
	color:#333;
	font-family:"ＭＳ Ｐゴシック";
	font-size:80%;
}
.base-ss {
	line-height:125%;
	color:#333;
	font-family:"ＭＳ Ｐゴシック";
	font-size:70%;
}
.base-s-b {
	line-height:125%;
	color:#333;
	font-family:"ＭＳ Ｐゴシック";
	font-weight:bold;
	font-size:80%;
}
.base-m {
	line-height:125%;
	color:#333;
	font-family:"ＭＳ Ｐゴシック";
	font-size:90%;
}
.base-m-b {
	line-hight:125%;
	color:#333;
	font-family:"ＭＳ Ｐゴシック";
	font-weight:bold;
	font-size:90%;
}
.base-m-b em {
	font-style:normal;
	color:#f00;
}
.sub-ss {
	line-height:125%;
	color:#6480D1;
	font-family:"ＭＳ Ｐゴシック";
	font-size:70%;
}
.sub-s,
.abstract {
	line-height:125%;
	color:#6480D1;
	font-family:"ＭＳ Ｐゴシック";
	font-size:80%;
}

.abstract {
	color:#36C;
}

.sub-s-b {
	line-height:125%;
	color:#6480D1;
	font-family:"ＭＳ Ｐゴシック";
	font-weight:bold;
	font-size:80%;
}


a:link { font-family: "ＭＳ Ｐゴシック"; line-height: 125%; color: #33378D;}

/*トップ*/
.top-catch { font: 80%/125% "ＭＳ Ｐゴシック"; color: #6480D1;}

/*ヘッダー*/
.hdr-hdl {
	padding:0px 0px 0px 8px;
	color:#666;
	font:12px/125% "ＭＳ Ｐゴシック";
	vertical-align:top;
}

.hdr-hdl .topSentence {
	font-weight:normal;
	font-size:93%;
	padding:7px 0 0 0;
}
.hdr-hdl .headerAccount {
	margin:6px 0 0 0;
	vertical-align:bottom;
}

.hdr-hdl2{
	color:#666;
	font:12px/125% "ＭＳ Ｐゴシック";
}

.hdr-hdl-area {
	padding-right:8px;
	color:#666;
	font:12px/125% "ＭＳ Ｐゴシック";
}

/*フッター*/
#foot-link .linkBlock { margin: 0px 0px 12px 0px;}
#foot-link table{ border-top:solid 1px #000000; border-bottom:solid 1px #000000;}
#foot-link .logo { margin-right:8px;vertical-align:text-bottom;}
#foot-link .title { font: bold 12px/125% "ＭＳ Ｐゴシック"; color: #000000;  padding-top:10px; padding-bottom:6px;}
#foot-link .houjin { border-top:solid 1px #999999;padding-top:4px; padding-bottom:10px;margin-top:4px;}
#foot-link .text { font: 11px/140% "ＭＳ Ｐゴシック"; color: #000000;}
#foot-link .text span { font-weight: bold;}

/*見出し*/
h1,h2,h3 { margin: 0; }
h1 { font-weight:bold;
	 font-size:110%; 
}
.mds-01 { font: bold 80%/125% "ＭＳ Ｐゴシック"; color: #FFF;}
.mds-err { font: bold 140%/125% "ＭＳ Ｐゴシック"; color: #FF3300;}

/*注釈*/
.notes-s { font: 80%/125% "ＭＳ Ｐゴシック"; color: #FF3300;}
.notes-m-b { font: bold 90%/125% "ＭＳ Ｐゴシック"; color: #FF3300;}

/*パンくず*/
.breadcrumbs{ width: 610px; font: 11px "ＭＳ Ｐゴシック"; color: #000000; margin:0 0 8px 0; text-align: left;}

/*エラー*/
tr.err-bg { background-color: #FFCC66;}
tr.error-bg { background-color: #FFCC66;}
.stp-err { font: bold 80%/125% "ＭＳ Ｐゴシック"; color: #FFF;}

/*ボタン*/
.stp-btn-01 { font: 12px/125% "ＭＳ Ｐゴシック"; padding-top: 4px; padding-bottom: 4px; background-color: #FFCC66}
.stp-btn-02 { font: 12px/125% "ＭＳ Ｐゴシック"; padding-top: 4px; padding-bottom: 4px; background-color: #DDDDDD}

/*画像*/
img { margin: 0px;}

/*Copyright*/
.copyright { font: 11px/125% "ＭＳ Ｐゴシック"; color: #333333}

/* 回り込み解除 */
.clear {
	margin:0;
	padding:0;
	font-size:0;
	clear:both;
}

/*----------------------------
stepへの誘導
----------------------------*/
.stepForm {
	margin:0;
	padding:0;
}
.stepFormFrame {
	border-left:2px solid #EE4F93;
	border-right:2px solid #EE4F93;
	border-collapse:collapse;
	width:603px;
	background:#FEF8FB;
}
.stepFormSelect {
	padding:7px 0 0 10px;
	vertical-align:top;
	text-align:center;
}
.stepFormSelect div {
	margin:0 auto 20px;
	width:232px;
}
.stepFormSelect table {
	margin:0 auto;
	border-collapse:collapse;
}
.stepFormSelect .male {
	padding-right:20px;
}
.stepFormSelect table td img {
	margin-right:5px;
	vertical-align:middle;
}
.stepFormButton {
	padding:15px 10px 0;
	width:317px;
	vertical-align:top;
}
.stepFormButton2 {
	padding:25px 10px 0 10px;
	width:317px;
	vertical-align:top;
	text-align:center;
}
.stepFormButton div {
	margin-bottom:5px;
	text-align:center;
}
.stepFormButton2 div {
	margin-bottom:5px;
	text-align:center;
}
.stepFormButton p {
	margin:5px 0 0;
	padding:0 0 0 1em;
	text-indent:-1em;
	font-weight:bold;
}
.arrowStepFrame {
	margin:5px 0;
}

.stepParent {
	font-size:80%;
}
.topPage .stepParent {
	font-weight:bold;
}

/*----------------------------
.topPage
----------------------------*/
.topPage .monthlyCampaign {
	margin-bottom:24px;
}
.topPage .monthlyCampaign,
.topPage .monthlyCampaign table {
	width:603px;
}
.topPage .monthlyCampaign table {
	border-collapse:collapse;
}

.topPage .monthlyCampaign table th,
.topPage .monthlyCampaign table td {
	padding:8px 10px;
	border:1px solid #D9CACA;
}
.topPage .monthlyCampaign table th {
	width:11em;
	background-color:#FFFFEE;
	font-weight:normal;
	text-align:left;
}

.topPage .monthlyCampaign table td.title,
.topPage .monthlyCampaign table tr.caption th {
	font-weight:bold;
	color:#800040;
}

.topPage .monthlyCampaign table td.title {
	padding:5px 5px 5px 30px;
	border-bottom:1px solid #f99;
	background:url(/images/icon_campaign.gif) 7px center no-repeat;
	font-size:115%;
}

.topPage .monthlyCampaign table tr.caption th {
	padding:3px;
	border:1px solid #f99;
	width:auto;
	background-color:#FFD9D9;
	font-size:105%;
	text-align:center;
	z-index:1;
}


/*----------------------------
#menu
----------------------------*/
#menu a{text-decoration:none;}
#menu a:hover{text-decoration:underline;color:#33378D;}
#menu .menu { font: 11px/125% "ＭＳ Ｐゴシック"; color: #33378D;}
#menu .menu-txt {font: bold 12px/125% "ＭＳ Ｐゴシック" ; color: #33378D;}
#menu .menu-txt-com {font:12px/125% "ＭＳ Ｐゴシック" ; color: #33378D;}
#menu .border {border-bottom: 1px dashed #33378D;}

#menu .links{
	margin:0 auto;
	width:113px;
	color: #33378D;
	font: 11px/125% "ＭＳ Ｐゴシック";
}

#menu .links ul{
	margin:0;
	padding:0 15px 0 35px;
	border-left:2px solid #fff;
	border-right:2px solid #fff;
	text-align:left;
	list-style:disc outside;
}
#menu .links li{
	margin:1px 0;
	padding:0px;
} 

.menu-sub { font: 12px/125% "ＭＳ Ｐゴシック";}
.bookmark { text-align:center;}
.bookmark input{ font-size:12px; width: 10em; margin: 6px 0 15px 0;}

/*----------------------------
#topics
----------------------------*/
#topics {
	margin:0 auto 16px;
	width:136px;
	text-align:left;
	background:url(/images/menu_bg.gif) repeat-y left top;
	border:1px solid #6480D1;
}

#topics ul {
	list-style-position:outside;
	padding-left:10px;
	margin:0 0 5px 15px;
	font: 11px/125% "ＭＳ Ｐゴシック"; 
	color: #33378D;
}

/*----------------------------
#secure
----------------------------*/
#secure .secureBlock {margin: 0px 0px 6px 0px;}
#secure .text {font: 11px/125% "ＭＳ Ｐゴシック"; color: #333333;}

/*----------------------------
#topContents
----------------------------*/
#topcontents h3 {
	margin:0;
	color:#F30;
	font:bold 80%/125% "ＭＳ Ｐゴシック";
}

/*----------------------------
#topNews
----------------------------*/
#topNews {width:602px; text-align:left; margin:24px 0 16px;}
#topNews h2 {margin: 0 0 16px; font: bold 80%/125% "ＭＳ Ｐゴシック"; color: #FFF; background:#6480D1; padding:2px 2px 2px 8px;}
#topNews dl {margin: 0px 0px 4px 0px; font: 80%/125% "ＭＳ Ｐゴシック";}
#topNews dt {background: url(/images/marker.gif) no-repeat; background-position:top left; padding: 0 0 0 1em;}
#topNews dd {padding: 0 0 4px 1em; margin:0;} 
#topNews .update {margin: 0px 0px 24px 0px; font: 80%/125% "ＭＳ Ｐゴシック"; text-align:left;}

/*----------------------------
#contents
----------------------------*/
#contents .title-box { height: 32px; border-top: 1px solid #A7CEF3; border-bottom: 1px solid #A7CEF3; vertical-align: middle;}
#contents .catch-box { width: 100px; font: bold 80%/125% "ＭＳ Ｐゴシック"; color: #FFF; text-align: center; background-color: #6480D1; padding: 3px 5px;}
#contents h2 {font: bold 125%/125% "ＭＳ Ｐゴシック"; color: #6480D1; margin: 0px 0px 0px 8px;}
#contents h2.parent {font: bold 90%/125% "ＭＳ Ｐゴシック"; color: #333333; margin: 0px 0px 0px 0px;}
#contents h3 {font: bold 90%/125% "ＭＳ Ｐゴシック"; color: #333333; margin: 0px 0px 0px 0px;}
#contents h4 {margin: 0px 0px 0px 0px;}
#contents .comic{margin: 22px 0 15px;}

#contents .compare {
	margin:0 auto;
	border:1px solid #6480d1;
	width:580px;
	max-width:578px;
}

#contents .compare table {
	border-top:1px solid #666;
	border-left:1px solid #666;
	border-collapse:collapse;
	width:100%;
	line-height:125%;
	color:#333;
	font-family:"ＭＳ Ｐゴシック";
	font-size:80%;
}

#contents .compare th {
	background-color:#e3f1ff;
	font-weight:normal;
}

#contents .compare th,
#contents .compare td {
	padding:5px;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	text-align:center;
}


/*----------------------------
#contents yahoo知恵袋
----------------------------*/
#contents .knowledge {
	border-top:1px solid #A7CEF3;
}

#contents .knowledge h3 {
	color: #6480d1;
}

#contents .knowledge th {
	padding:8px 0 0;	
	text-align:left;	
}

#contents .knowledge td {
	padding:3px 0;	
}

#contents .knowledge {
	color:#A7CEF3;
}

#contents .knowledge .answer {
	padding:3px 0 8px;	
	border-top:1px solid #999;
}


/*----------------------------
#voice 利用者の口コミ
----------------------------*/
#voice{
	margin:0 auto 20px;
	width:580px;
	text-align:left;
	font: 80%/125% "ＭＳ Ｐゴシック";
}

#voice .title-box h2{
	border-top:1px solid #A7CEF3;
	border-bottom:1px solid #A7CEF3;
	height:32px;
	vertical-align:middle;
}

#voice h2{
	font: bold 125%/125% "ＭＳ Ｐゴシック";
}

#voice h3{
	padding:0 0 3px 5px;
	border-bottom:2px solid #A7CEF3;
	font: bold 100%/125% "ＭＳ Ｐゴシック";
	color:#6480D1;
}

#voice .lead{
	margin:0 auto 25px;
	color:#333;
}

#voice ul{
	margin:10px 0 30px;
	padding:0;
	list-style:none;
	color:#333;
}

#voice li{
	margin:0 0 10px;
	padding:0 0 10px 15px;
	border-bottom:1px dotted #8BBCED;
	background:url(/voice/images/marker.gif) no-repeat 2px 1px;
}

/* #voice .backnumber */
#voice .backnumber ul{
	list-style:none;
	color:#333;
}
#voice .backnumber ul li{
	margin:0;
	padding:0 0 10px 15px;
	border:none;
	background:url(/voice/images/marker.gif) no-repeat 2px 1px;
}
#voice .backnumber ul ul{
	margin:0 10px;
	padding:0;
}
#voice .backnumber ul ul li{
	margin:0;
	padding:0 0 5px 20px;
	border:none;
	background:url(/voice/images/arrow.gif) no-repeat 2px 1px;
}

/*----------------------------
#contents #copa
----------------------------*/
#contents #copa {
	width:600px;
}

#contents #copa h2 {
	margin:0 0 12px;
}

#contents #copa h3 {
	margin-bottom:0.5em;
	padding-left:15px;
	width:600px;
	min-height:16px;
	line-height:16px;
	background:url(/contents/copa/images/ttl_bg.gif) no-repeat left center;
	font: bold 90%/125% "ＭＳ Ｐゴシック"; color:#F69;	
	text-align:left;
}

#contents #copa hr {
	border-color:#999;
	border-style:dashed;
	height:1px;
}

#contents #copa .installment{
	width:4.5em;
	height:1.5em;
	line-height:25px;
	background-color:#FF0000;
	color: #FFF;
	font-weight: bold;
	vertical-align:middle;
	text-align:center;
}

#contents #copa .renewal{
	font: 80%/125% "ＭＳ Ｐゴシック"; color: #878787;
	text-align:right;
}

#contents #copa .point-pink {
	color: #F69;
	font-weight: bold;
}

#contents #copa .color-box {
	 font: 70%/125% "ＭＳ Ｐゴシック"; color: #333;
}

#contents #copa .color-box img{
	margin-bottom:5px;
	border:1px solid #666;
}

/*----------------------------
#contents #copa #profile
----------------------------*/
#contents #copa #profile {
	margin-top:30px;
	text-align:left;
}

#contents #copa #profile table {
	font: 80%/125% "ＭＳ Ｐゴシック"; color:#666;
}

#contents #copa #profile hr {
	border-color:#09F;
	border-style:solid;
	height:2px;
}

#contents #copa #profile div.profile-box {
	padding:10px;
	border:3px solid #09F;
}


#contents #copa #profile .profile-headline {
	margin-bottom:0px;
	color: #09F;
	font-weight: bold;
}

#contents #copa #profile .profile-category {
	color: #33378D;
	font-weight: bold;
	line-height:20px;
}

/*----------------------------
#contents .konkatsu
----------------------------*/
#contents .konkatsu h2 {
	margin:0 auto;
	padding-left:6px;
	border-left:5px solid #6480D1;
	width:569px;
	color:#6480D1;
	text-align:left;
	/* base_m_b */
	line-hight:125%;
	font-family:"ＭＳ Ｐゴシック";
	font-weight:bold;
	font-size:90%;
}

#contents .konkatsu h3 {
	margin:0 0 10px;
	padding:0;
}

#contents .konkatsu p {
	margin:10px auto 0;
	width:580px;
	text-align:left;
	/* base_s */
	line-height:125%;
	color:#333;
	font-family:"ＭＳ Ｐゴシック";
	font-size:80%;
}

#contents .konkatsu p span {
	padding-bottom:1px;
	border-bottom:1px dashed #91BBEE;
	line-height:1.5;
}

#contents .konkatsu .recommend {
	margin:0 auto;
	width:580px;
	height:60px;
	background:url(/contents/konkatsu/images/recommend_kkhikaku_04.gif) no-repeat;
}


/*----------------------------
#contents #diagnosis
----------------------------*/
#contents .diagnosisArea {
	width:580px;
	height:350px;
	background:url(/contents/images/background_diagnosis.gif) no-repeat;
}
#contents #diagnosis table {
	margin-top:50px;
	border:1px solid #ccc;
	background-color:#fff;
}
#contents #diagnosis table td {
	padding:10px;
}

#contents .diagnosisText {
	margin-top:10px;
}

/* LP */
#contents .diagnosisRequestArea {
	width:260px;
}
#contents .diagnosisRequestArea p {
	margin:10px 0 0;
	width:250px;
	color:#647FD1;
}

#contents .diagnosisCompanyArea {
	width:320px;
}
#contents .diagnosisCompanyArea dl {
	margin-top:22px;
	width:320px;
	background:url(/sort/images/diagnosis/background_company.gif) repeat-y;
}
#contents .diagnosisCompanyArea dl dt {
	margin:0;
	padding:0;
	width:320px;
	height:29px;
	background:url(/sort/images/diagnosis/frame_company_top.gif) left top no-repeat;
	text-indent:-9999px;
}
#contents .diagnosisCompanyArea dl dd {
	margin:0;
	padding:0 0 7px 6px;
	width:315px;
	background:url(/sort/images/diagnosis/frame_company_bottom.gif) left bottom no-repeat;
}
#contents .diagnosisCompanyArea dl dd div {
	margin:5px 0;
	width:315px;
}
#contents .diagnosisCompanyArea dl dd div a {
	margin:0 3px 5px 0;
	display:block;
	float:left;
	width:73px;
}

/*----------------------------
#singleMother ランディングページ
※レイアウトが共通なのでここに記述
----------------------------*/
#singleMother .title {
	margin:0 auto;
	width:603px;
	min-height:207px;
	height:auto !important;
	height:207px;
	background:url(/sort/images/singlemother/pic_main.jpg) right bottom no-repeat;
	text-align:left;
}
#singleMother .title h2 {
	width:603px;
	height:85px;
	background:url(/sort/images/singlemother/title.gif) no-repeat;
	text-indent:-9999px;
}
#singleMother .title p {
	margin-top:20px;
	width:350px;
	font-size:80%;
	line-height:1.5;
	text-align:left;
	color:#5270CB;
}
#singleMother .listDetail {
	text-align:center;
}
#singleMother .listDetail a {
	margin:0 0 5px 5px;
	display:block;
	float:left;
}

/*----------------------------
#info
----------------------------*/
#info .title-box { height: 32px; border-top: 1px solid #A7CEF3; border-bottom: 1px solid #A7CEF3; vertical-align: middle;}
#info h2 {font: bold 125%/125% "ＭＳ Ｐゴシック"; color: #6480D1; margin: 0px 0px 0px 8px;}

#info ul{
margin:5px 0 0;
padding-left:5px;
list-style-type:none;
}
#info li{
margin:0 0 0 10px;
}

/*--------------------------------
#linkページ用
--------------------------------*/
#link h2 {font: bold 140%/125% "ＭＳ Ｐゴシック"; margin: 0px 0px 0px 0px;}
#link h3 {font: bold 90%/125% "ＭＳ Ｐゴシック"; color: #000; background-color: #CCC; border:solid 1px #999; margin-bottom:8px; padding:3px; text-align:left; width: 580px;}
#link .category {width: 580px;}
#link .category td {padding: 5px;}
#link .list {border-top: 1px solid #CCC; border-left: 1px solid #CCC; margin-bottom:16px; width: 580px;}
#link .list th {font: 80%/125% "ＭＳ Ｐゴシック"; border-bottom: 1px solid #CCC; border-right: 1px solid #CCC; text-align:left; vertical-align:top; padding: 5px; width:30%;}
#link .list td {font: 80%/125% "ＭＳ Ｐゴシック"; border-bottom: 1px solid #CCC; border-right: 1px solid #CCC; text-align:left; vertical-align:top; padding: 5px; width:70%;}

/*--------------------------------------------------------
area用
--------------------------------------------------------*/
#area h1.areaTitle{
	width:600px;
	font: bold 115%/125% "ＭＳ Ｐゴシック";
	color: #333;
	background: #FFF;
	background:url(/images/area_top_ttl_01.gif) no-repeat right bottom;
	min-height:32px;
	height:auto !important;
	height:32px;
}
#area h1.areaTitle span{
  font: bold 135%/125% "ＭＳ Ｐゴシック";
  color: #333;
  background: #FFF;
  font-weight:bold;
}
/*#area div.imgTitle{
	vertical-align:bottom;
	text-align:right;
	margin:-32px 0 0 auto;
	padding:0 9px 0 0;
}*/

#area {width:602px; text-align:left; margin-bottom:16px;}
#area h2 {margin:16px 0 8px; font: bold 80%/125% "ＭＳ Ｐゴシック"; color: #FFF; background:#6480D1; padding:2px 2px 2px 8px;}
#area h3 {margin-bottom:0;font: bold 80%/125% "ＭＳ Ｐゴシック";color: #333; background: #FFF url(/images/menu_arrow.gif) no-repeat left center; padding-left:1em;}
#area h3.box {margin:16px 0 8px; font: bold 80%/125% "ＭＳ Ｐゴシック"; color: #FFF; background:#6480D1; padding:2px 2px 2px 8px;
}

#area .line {
	border-bottom:1px solid #CED3EA;
	border-top:1px solid #CED3EA;
	background-color:#E3F1FF;
	padding:3px 0;
	line-height:125%;
	color:#6480D1;
	font-family:"ＭＳ Ｐゴシック";
	font-weight:bold;
	font-size:90%;
	text-align:center;
	vertical-align:bottom;
}
#area .line span {
	line-hight:125%;
	font-family:"ＭＳ Ｐゴシック";
	font-weight:bold;
	font-size:131%;
	font-style:normal;
	color:#f00;
}
#area .catchBlock {margin: 0px 0px 24px 0px;}
#area .catch {font: 12px/125% "ＭＳ Ｐゴシック"; color: #333;}
#area .label {font: 90%/125% "ＭＳ Ｐゴシック"; color: #333;}
#area .lead {font: bold 90%/125% "ＭＳ Ｐゴシック"; color: #F60; padding:0.5em 0 0.2em;}
#area .list td {width:50%; vertical-align:top;}
#area ul {font: 80%/125% "ＭＳ Ｐゴシック"; margin:2px 0 16px; padding-left:1em; list-style-type:none;}

#area .office-list {
  margin:0 0 16px 5px;
  border-collapse:collapse;
  width:592px;
  font: 80%/125% "ＭＳ Ｐゴシック";
}

#area .office-list caption {
	text-align:right;
}

#area .office-list td,
#area .office-list th {
	border:1px solid #999;
}

#area .office-list th {
  padding:0 5px;
  white-space:nowrap;
  background-color: #e3f1ff;
}

#area .office-list td {
	padding-left:3px;
}

#area .area-list {
	margin-bottom:16px;
}

#area .area-list ul {
	margin:0;
	width:602px;
}

#area .area-list li {
	margin:0;
	padding: 0 10px 3px 0;
	float:left;
	width:190px;
	list-style: none;
}
#area .comment {
  margin:0 0 16px 5px;
  border-collapse:collapse;
}
#area .comment h3 {
  margin:0;
  padding:0;
  font: bold 90%/125% "ＭＳ Ｐゴシック";
  color: #333;
  background: #FFF;
}
#area .comment p {
  margin:0 0 10px 10px;
  padding:0 5px;
  font: 80%/125% "ＭＳ Ｐゴシック";
  color: #333;
  background: #FFF;
}

/*----------------------------
area用stepへの誘導
----------------------------*/
#area .stepForm {
	margin:0;
	padding:0;
}
#area .stepAreaFormFrame {
	border-left:2px solid #EE4F93;
	border-right:2px solid #EE4F93;
	border-collapse:collapse;
	width:398px;
	background:#FEF8FB;
}
#area .stepAreaFormSelect {
	padding:7px 0 0 10px;
	vertical-align:top;
	text-align:left;
}
#area .stepAreaFormSelect div {
	margin:0 auto 5px auto;
	width:185px;
}
#area .stepAreaFormSelect table {
	margin:0 auto 0 0;
	border-collapse:collapse;
}
#area .stepAreaFormSelect .male {
	padding-right:10px;
}
#area .stepAreaFormSelect table td img {
	vertical-align:middle;
}
#area .stepAreaFormSelect table tr td input {
	margin:3px 3px 0 0;
}
.stepAreaFormButton {
	padding:7px 8px 0 5px;
	width:200px;
	vertical-align:top;
}
.stepAreaFormButton2 {
	padding:25px 10px 0 10px;
	width:317px;
	vertical-align:top;
	text-align:center;
}
#area .stepAreaFormButton div {
	margin-bottom:5px;
	text-align:center;
}
#area .stepAreaFormButton2 div {
	margin-bottom:5px;
	text-align:center;
}
.stepAreaFormButton p {
	margin:5px 0 0;
	padding:0 0 0 1em;
	text-indent:-1em;
	font-weight:bold;
}
#area .arrowAreaStepFrame {
	text-align:center;
}
#area .arrowAreaStepFrame img {
	margin:0 0 5px 0;
}

#area .comQuality {
	text-align:left;
	margin:0;
	widows:600px;
}
#area .stepAreaParent {
	font-size:80%;
	font-weight:bold;
	margin:3px 0;
}
/*#area .topPage .stepParent {
	font-weight:bold;
}*/

/*--------------------------------------------------------
company_quality用
--------------------------------------------------------*/
.comQuality {
	text-align:left;
	margin-left:25px;
	widows:600px;
}
.comQuality2 {
	background-color:#FEF8FB;
	width:580px;
	/width:600px;
	margin:5px auto 15px auto;
	padding:10px;
	border:solid 1px #eee;
	text-align:left;
}

/*--------------------------------------------------------
TOP動的化用
--------------------------------------------------------*/
.stepFormFrame p.userLogin {
color:#dd2d04;
font-size:77%;
text-align:center;
padding:5px 0 0 0;
margin:0;
font-weight:normal;
}
.stepFormFrame .nickName {
color:#dd2d04;
font-size:77%;
font-weight:bold;
line-height:125%;
text-align:center;
padding:5px 0 0 0;
margin:0;
}

/*.headerAccount {
	vertical-align:bottom;
	text-align:left;
	margin-left:25px;
	margin-top:2px;
}*/
.hdr-hdl .headerAccount a {
margin:0 3px;
}
.hdr-hdl .headerAccount span {
padding-left:5px;
}

/*---------------------------------------
#colorcoordinate *promo レイアウトの関係でしかたなく
----------------------------------------*/
/* IE-expression (fix png alpha) imgタグ用 */
* html #colorcoordinate .detailArea .profileBox img {
	behavior: expression(
		this.style.filter = this.src.match(/\.png$/) ? "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "')" : this.style.filter,
		this.src = "/images/spacer.gif",
		this.style.behavior = "none"
	);
}

#colorcoordinate .main {
	margin-bottom:26px;
}

#colorcoordinate .detailArea {
	width:561px;
	text-align:left;
}
#colorcoordinate .detailArea h2 {
	margin:0 0 16px;
}
#colorcoordinate .detailArea h2.info {
	padding-top:28px;
	clear:both;
}

#colorcoordinate .detailArea p em {
	font-style:normal;
	font-weight:bold;
	color:#f00;
}

#colorcoordinate .detailArea .profileName {
	margin:20px 0 5px;
	font-size:90%;
	font-weight:bold;
	color:#f06;
}
#colorcoordinate .detailArea .profileBox {
	margin-bottom:28px;
	position:relative;
	border-bottom:1px dotted #999;
	background:url(/promo/colorcoordinate/images/producer_bg.gif) no-repeat;
}
#colorcoordinate .detailArea .profileBox img {
	position:absolute;
	top:-7px;
}
#colorcoordinate .detailArea .profileBox div.profile {
	margin-left:122px;
	width:439px;
	min-height:136px;
	height:auto !important;
	height:136px;
}
#colorcoordinate .detailArea .profileBox div.profile p {
	margin:0;
	padding:10px 0 0;
}
#colorcoordinate .detailArea .profileBox div.profile div {
	padding-left:10px;
	background:url(/promo/colorcoordinate/images/arrow_link.gif) left 0.5em no-repeat;
}

#colorcoordinate .detailArea ul.navStep {
	margin:4px 0 17px;
	padding:0;
	float:left;
	clear:left;
	list-style:none;
}
#colorcoordinate .detailArea ul.navStep li {
	float:left;
}

#colorcoordinate .detailArea .stepBox {
	/*margin-bottom:28px;*/
	padding-bottom:7px;
	border-bottom:1px dotted #999;
	float:left;
}
#colorcoordinate .detailArea .stepBox .stepImage {
	float:left;
	clear:both;
	width:339px;
}
#colorcoordinate .detailArea .stepBox .stepText {
	float:left;
	width:222px;
	font-family:"ＭＳ Ｐゴシック";
	font-size:80%;
	line-height:125%;
	color:#333;
}
#colorcoordinate .detailArea .stepBox .stepText .stepComment01,
#colorcoordinate .detailArea .stepBox .stepText .stepComment02 {
	margin:0;
	padding-left:11px;
	list-style:none;
}

#colorcoordinate .detailArea .stepBox .stepText .stepComment01 {
	margin-bottom:71px;
	padding-top:22px;
}
#colorcoordinate .detailArea .stepBox .stepText .stepComment02 {
	margin-bottom:88px;
}
#colorcoordinate .detailArea .stepBox .stepText .stepComment03 {
	margin-bottom:91px;
}
#colorcoordinate .detailArea .stepBox .stepText .stepComment04 {
	margin-bottom:44px;
}

#colorcoordinate .detailArea .stepBox .stepText .stepComment01 li.step01 {
	text-indent:18px;
	background:url(/promo/colorcoordinate/images/icon_step_01.gif) left 0.2em no-repeat;
}
#colorcoordinate .detailArea .stepBox .stepText .stepComment01 li.step02 {
	text-indent:18px;
	background:url(/promo/colorcoordinate/images/icon_step_02.gif) left 0.2em no-repeat;
}
#colorcoordinate .detailArea .stepBox .stepText .stepComment02 li.step03 {
	text-indent:18px;
	background:url(/promo/colorcoordinate/images/icon_step_03.gif) left 0.2em no-repeat;
}
#colorcoordinate .detailArea .stepBox .stepText .stepComment02 li.step04 {
	text-indent:18px;
	background:url(/promo/colorcoordinate/images/icon_step_04.gif) left 0.2em no-repeat;
}
#colorcoordinate .detailArea .stepBox .stepText .stepComment03,
#colorcoordinate .detailArea .stepBox .stepText .stepComment04,
#colorcoordinate .detailArea .stepBox .stepText div {
	padding-left:11px;
}

#colorcoordinate .detailArea .stepBox .stepText div {
	font-size:85%;
}

#colorcoordinate table {
	margin-bottom:40px;
	border-collapse:collapse;
}
#colorcoordinate table th,
#colorcoordinate table td {
	padding:7px 15px;
	border:1px solid #ccc;
	vertical-align:top;
}

#colorcoordinate table th {
	width:8em;
	background-color:#FFF4F9;
	text-align:left;
}

#colorcoordinate table td strong,
#colorcoordinate table td strong em {
	font-weight:bold;
}
#colorcoordinate table td em {
	font-style:normal;
	color:#f00;
}

#colorcoordinate table td ul,
#colorcoordinate table td ol {
	margin:0;
	padding:0;
	list-style:none;
	font-size:85%;
}
#colorcoordinate table td ul li {
	padding-left:1em;
	text-indent:-1em;
}
#colorcoordinate table td ol li {
	padding-left:1.25em;
	text-indent:-1.25em;
}



