@charset "Shift_JIS";

/* 基本タグの初期化（原則追加変更不可）
--------------------------------------------------------------*/
body {
	margin:0;
	padding:0 10px;
	font-size:small;
/*	color:#817F80; 初期デザイン色*/
	color:#666666;
	background-color:#FFF;
}
h1,h2,h3,h4,form,p {
	margin:0;
	padding:0;
}
img {
	margin:0;
	border:none;
}
h1{
	padding-bottom:15px;
}
p{
	line-height:1.3;
}
ul,ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* マージン：上方向
--------------------------------------------------------------*/
.mt0 {
	margin-top:0px !important;
}
.mt2 {
	margin-top:2px !important;
}
.mt5 {
	margin-top:5px !important;
}
.mt7 {
	margin-top:7px !important;
}
.mt9 {
	margin-top:9px !important;
}
.mt8 {
	margin-top:9px !important;
}
.mt10 {
	margin-top:10px !important;
}
.mt13 {
	margin-top:13px !important;
}
.mt15 {
	margin-top:15px !important;
}
.mt20 {
	margin-top:20px !important;
}
.mt25 {
	margin-top:25px !important;
}
.mt30 {
	margin-top:30px !important;
}
.mt35 {
	margin-top:35px !important;
}
.mt40 {
	margin-top:40px !important;
}
.ml10{
	margin-left:10px !important;
}
.ml15{
	margin-left:15px !important;
}

/* 基本リンク色
------------------------------------*/
a:link, a:active {
	color:#0307FF;
	text-decoration:underline;
}
a:visited {
	color:#800080;
	text-decoration:underline;
}
a:hover {
	color:#ff0000;
	text-decoration:underline;
}


/* 基本色
------------------------------------*/
.error{
	color:#FF0037;
}

/* indent
------------------------------------------------------------------------------------------*/
.indent{
	padding-left:1em;
	text-indent:-1em;
}


/* 汎用スタイル
--------------------------------------------------------------*/
.imgBlock {
	display:block;
}
/* 行揃え */

/* 20070704追加--> */
.alignR {
	text-align: right !important;
}
.alignL {
	text-align: left !important;
}
.alignC {
	text-align: center !important;
}
/* 縦位置 */
.vat {
	vertical-align:top !important;
}
.vam {
	vertical-align:middle !important;
}
.vab {
	vertical-align:bottom !important;
}
/* <--20070704追加 */

/* 回り込み（汎用）
--------------------------------------------------------------*/
.floLeft {
	float:left;
}
.floRight {
	float:right;
}
/* クリア ----------------*/
.floatClear {
	display:block;
	clear:both;
	width:auto;
	height:1px;
	overflow:hidden;
	margin:0 0 -1px 0;
	padding:0;
	font-size:1px;
	background:transparent;
}

/* 全てのページに共通する定義（原則追加変更不可）
------------------------------------------------------------------------------------------*/
#WRAPPER {
	width:950px;
	margin:0 auto;
	padding:0;
	text-align:left;
	background-color:#FFFFFF;
}



/* 汎用インデント
----------------------------------------*/
/* H1以下 */
.indentH1 {
	margin:10px 0 0 20px;
}
/* H2以下 */
.indentH2 {
	margin:15px 0 0 20px;
}



/* ボタンレイアウト
---------------------------------*/
/* 横一列に並ぶタイプ */
.btnLINE {
	margin-top:20px;
	text-align:center;
}
.btnLINE img {
	margin:0 5px;
}
.btnLINE input {
	margin:0 5px;
}
/* 左右に分かれるタイプ */
.btnSEPARATE {
	width:520px;
	margin:15px 0 0 5px;
}


/* MAIN
--------------------------------------------------------------*/
#MAIN{
	width:950px;
	margin:10px auto 0;
	padding:0px;
	text-align:left;
}

/* LEFTCONTENTS
--------------------------------------------------------------*/
#LEFTCONTENTS{
	float:left;
	width:640px;
}


/* SUBWIN
--------------------------------------------------------------*/
#SUBWIN{
	margin:0 auto;
	padding:0 10px;
	text-align:left;
}
/* HEADER
--------------------------------------------------------------*/
#SUBWIN #SUBHEADER{
	margin:10px 0 0 0;
	background-image: url(/kensaku/member/images/header_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color:#FD8F47;
	border-bottom:2px solid #FFD78A;
}
#SUBWIN #SUBHEADER #HEADERBODY{
	width:582px;
	background-repeat: no-repeat;
	background-position: 0 0;
	padding:0px 0px;
}
#SUBWIN #SUBHEADER #HEADERBODY td{
	vertical-align:middle;
}
#SUBWIN #SUBHEADER #LOGO{
	width:88px;
	padding:0px;
	margin:0px;
	vertical-align:top;
}
#SUBWIN #SUBHEADER #TXT{
	font-size:80%;
	padding:3px 0 2px 5px;
	color:#FFF;
}


/* RIGHTCONTENTS
--------------------------------------------------------------*/
#RIGHTCONTENTS{
	float:right;
	width:300px;
}

#RIGHTCONTENTS h2 {
	background:none;
	margin:15px 0 0 0 !important;
	padding:0;
}
#RIGHTCONTENTS h2 img {
	display:block;
}

#RIGHTCONTENTS ul.linklist{
	margin:8px 0 0 10px;
}
#RIGHTCONTENTS ul.linklist li{
	padding:0px 0 0px 7px;
	margin-bottom:3px;
	background-image: url(/kensaku/images/r_navi_arrow.gif);
	background-repeat: no-repeat;
	background-position:0 3px;
}

#RIGHTCONTENTS ul.cateLinkList {
	margin:10px 0 0 10px;
	display:inline-block;
}
#RIGHTCONTENTS ul.cateLinkList:after {
	content: url(/kensaku/images/space.gif);
	display: block;
	clear: both;
	height: 0;
}
#RIGHTCONTENTS ul.cateLinkList li {
width:130px;
	margin-bottom:5px;
	background:url(/kensaku/pages/common_img/bullet/bullet_cir_r_area.gif) no-repeat 0 2px;
	padding-left:15px;
	font-weight:bold;
	float:left;
}
#RIGHTCONTENTS ul.cateLinkList li.current span a {
	color:#807F7F;
}

#RIGHTCONTENTS ul.subcateLinkList {
	margin:10px 0 0 10px;
}
#RIGHTCONTENTS ul.subcateLinkList li {
	margin-bottom:5px;
	background:url(/kensaku/pages/common_img/bullet/bullet_cir_r_area.gif) no-repeat 0 2px;
	padding-left:15px;
	font-weight:bold;
}
#RIGHTCONTENTS ul.subcateLinkList li ul {
	margin:5px 0 0 0;
	display:inline-block;
}
#RIGHTCONTENTS ul.subcateLinkList li ul:after {
	content: url(/kensaku/images/space.gif);
	display: block;
	clear: both;
	height: 0;
}
#RIGHTCONTENTS ul.subcateLinkList li ul li {
	background:none;
	padding:0;
	font-weight:normal;
	float:left;
	white-space:nowrap;
}
#RIGHTCONTENTS ul.subcateLinkList li.current span a {
	color:#807F7F;
}
#RIGHTCONTENTS ul.subcateLinkList ul li.current a {
	color:#807F7F;
}

#RIGHTCONTENTS p.link {
	margin-left:20px;
}
#RIGHTCONTENTS p.link a {
	background:url(/kensaku/pages/common_img/bullet/bullet_tri_r_area.gif) no-repeat 0 2px;
	padding-left:10px;
}


#RIGHTCONTENTS .column {
	border:solid 1px #CCC;
	background-color:#FFF;
}
#RIGHTCONTENTS .columnC {
	margin:10px 7px;
}

#RIGHTCONTENTS .newKuchikomi {
	margin-top:10px;
	border:solid 1px #ffe7b9;
}
#RIGHTCONTENTS .newKuchikomi h3 {
	font-size:100%;
	font-weight:normal;
	background-color:#ffe7b9;
	color:#ff6407;
	padding:4px 5px;
}
#RIGHTCONTENTS .newKuchikomi ul {
	padding:10px 0 0 10px;
}
#RIGHTCONTENTS .newKuchikomi ul li {
	background:url(/kensaku/pages/common_img/icon/ico_opinion.gif) no-repeat 0 2px;
	padding:0 0 0 20px;
	margin-bottom:5px;
}
#RIGHTCONTENTS .newKuchikomi ul li span {
	font-size:80%;
	color:#666;
}

#RIGHTCONTENTS .select {
	width:220px;
	vertical-align:middle;
}
#RIGHTCONTENTS .column h3.area {
	background-color:#FFE7B9;
	font-weight:normal;
	color:#FF6407;
	font-size:1em;
	padding:5px;
}
#RIGHTCONTENTS .column .listM li {
	background:url(/common_img/bullet/bullet_cir_r_area.gif) no-repeat 0 2px;
	padding-left:12px;
	margin-bottom:5px;
}

#RIGHTCONTENTS .teachMeList {
	margin:5px 0;
}
#RIGHTCONTENTS .teachMeList li {
	background:url(/common_img/icon/ico_question_s.gif) no-repeat 0 2px;
	padding-left:14px;
	margin-bottom:5px;
}





/* REPORT
--------------------------------------------------------------*/
#REPORT {
	margin-top:20px;
	width:640px;
}
#REPORT .contribution {
	border:1px solid #FD8E01;
	border-top:5px solid #FD8E01;
	width:298px;
	padding:5px 9px 9px 9px;
}
#REPORT .facility {
	border:1px solid #3a5;
	border-top:5px solid #3a5;
	width:640px;
	padding:5px 9px 9px 9px;
}
#REPORT .regist {
	border:1px solid #FD8E01;
	border-top:5px solid #FD8E01;
	width:292px;
	padding:5px 9px 9px 9px;
}

#REPORT .contributionttl {
	width:100%;
	background:url(/kensaku/images/icon_contribution.gif) no-repeat 0 0;
	padding-left:42px;
	height:46px;
	font-weight:bold;
}
#REPORT .contributionttl h2 {
	margin:0;
	padding:0;
	background-color:#fff;
	color:#666666;
}

#REPORT .registttl {
	width:100%;
	background: url(/kensaku/images/icon_shisetsu.gif) no-repeat 8px 0;
	padding-left:53px;
	height:46px;
	font-weight:bold;
}
#REPORT .registttl h2 {
	margin:0;
	padding:0;
	background-color:#fff;
	color:#666666;
}
#REPORT .registttl h2 span {
	color:#BC5617;
	margin:0;
}

#REPORT .text {
	margin:0px auto;
	margin-top:5px;
	width:295px;
}
#REPORT .text span {
	color:#FD8E01;
	font-weight:bold;
}
#REPORT .link {
	margin-top:5px;
	text-align:right;
}
#REPORT .link a {
	background:url(/kensaku/pages/common_img/bullet/bullet_cir_r_area.gif) no-repeat 0 2px;
	padding-left:15px;
}
#REPORT .registBtn {
	margin-top:10px;
	text-align:center;
}
#REPORT .registBtn img {
	vertical-align:middle;
	margin-left:10px;
}

/* REPORT 1column
--------------------------------------------------------------*/
#COLUMNREPORT{
	margin-top:20px;
	width:550px;
}
#COLUMNREPORT .contribution{
	border-top:5px solid #FD8E01;
	border-left:1px solid #FD8E01;
	border-right:1px solid #FD8E01;
	width:540px;
	padding:5px 9px 0px 9px;
}
#COLUMNREPORT .contributionBtn{
	border-left:1px solid #FD8E01;
	border-right:1px solid #FD8E01;
	border-bottom:1px solid #FD8E01;
	padding:0px 9px 9px 9px;
}
#COLUMNREPORT .contributionttl {
	background-image: url(/kensaku/images/icon_contribution.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left:42px;
	height:46px;
	font-weight:bold;
	width: 520px;
}

#COLUMNREPORT .contributionttl span {
	color:#FD8E01;
	font-size:medium;
}


#COLUMNREPORT .text {
	margin:0px auto;
	margin-top:5px;
	width:510px;
}
#COLUMNREPORT .text span {
	color:#FD8E01;
	font-weight:bold;
}





/*--------------------------------------------------------------*/
/* Google MAP
--------------------------------------------------------------*/
#map {
	border:solid 1px #C1957B;
	width:528px;
	height:318px;
	margin-top:15px;
}
#map img {
	display:block;
}



/*--------------------------------------------------------------*/
/* ログイン前レポート詳細（ちら見せログインページ）
--------------------------------------------------------------*/

/* 会員番号お持ちの方
--------------------------------------------------------------*/
#LOGIN .memberLogin {
	float:right;
	width: 285px;
}

#LOGIN .memberLoginC {
	padding: 10px 10px 0 7px;
	border-top:solid 1px #CCC;
	border-left:solid 1px #CCC;
	border-right:solid 1px #CCC;
}

#LOGIN .memberLogin h2 {
	padding:0;
}
#LOGIN .error {
	color:#FF0000;
	padding-bottom: 5px;
}

#LOGIN .logininput {
	width:195px;
	margin-left:5px;
}

#LOGIN .loginCheck {
	font-size:80%;
	padding-left:110px;
	text-indent:-55px;
}
#LOGIN .loginCheck input {
	margin-right:2px;
}

/* リンクリスト */
#LOGIN .memberLogin ul.linkList {
	margin-top:7px;
	font-size:80%;
	line-height:1.2em;
}
#LOGIN .memberLogin ul.linkList li img {
	margin-right: 5px;
}
#LOGIN .memberLogin ul.linkList li {
	background:url(/common_img/pic_dash_gray.gif) repeat-x left top;
	padding:7px 0;
}


/* 会員番号をお持ちでない方
--------------------------------------------------------------*/
#LOGIN .nonMember {
	float: left;
	width: 345px;
}
#LOGIN .nonMemberC {
	padding: 18px 9px 7px 7px;
	border-top:solid 1px #CCC;
	border-left:solid 1px #CCC;
	border-right:solid 1px #CCC;
	zoom: 1;	/* for ie */
}
#LOGIN .nonMember h2 {
	padding:0;
}

#LOGIN .nonMemberC ul {
	list-style:none;
	margin:0 3px 15px 5px;
}
#LOGIN .nonMemberC ul li {
	color:#F8293D;
	font-weight:bold;
	background:url(https://women.benesse.ne.jp/community/img/bullet_dot_gry.gif) no-repeat 0 0.4em;
	padding:0 0 0 8px;
	margin:0 0 10px 0;
}


/* ハイブリッド広告 2009/06/18 追加 */
#MEGAIMPRESSION .column {
	margin-top: 10px;
	border:solid 1px #D6D6D6;
	padding: 10px;
	zoom: 1;	/* for ie */
}
#MEGAIMPRESSION .thumnail {
	width:80px;
	float:left;
}
#MEGAIMPRESSION .column div.right {
	width:188px;
	float:right;
}
#MEGAIMPRESSION .column h3 {
	font-size:1em;
	background:url(http://women-rsc.benesse.ne.jp/top_img/2008/common_img/bullet/bullet_cir_r_ylw.gif) no-repeat 0 2px;
	padding-left:12px;
	letter-spacing:-1px;
	font-weight: normal;
}

#MEGAIMPRESSION .column p {
	margin-top:4px;
	font-size: 1em;
}

#MEGAIMPRESSION .last {
	border-bottom:none;
}

/*--------------------------------------------------------------
 * 会員登録（初めて利用します）20090622
 *--------------------------------------------------------------*/
#LEFTCONTENTS .firstRegist {
	width: 640px;
	margin-left: 5px;
	margin-top: 13px;
	margin-bottom: 13px;
	background: url(/kensaku/images/bg_firstjoin.gif) no-repeat;
	height: 60px;
}
#LEFTCONTENTS .firstjoinBtn {
	margin: 9px 0 9px 10px;
	float: left;
}
#LEFTCONTENTS .firstjoinTxt {
	margin: 15px 0 9px 12px;
}


/*--------------------------------------------------------------
 * 各施設TOP施設情報の追加・修正・削除枠デザイン修正 20130705
 *--------------------------------------------------------------*/
#REPORT .linkTopLeft {
	float:left;
	margin-top:5px;
	margin-left:12px;
	background:url(/kensaku/pages/common_img/bullet/bullet_cir_r_area.gif) no-repeat 0 2px;
	padding-left:15px;
	width: 110px;
}

#REPORT .linkTopLeftNoText {
	float:left;
	margin-top:5px;
	margin-left:12px;
	padding-left:15px;
	width: 110px;
}

#REPORT .linkTopRight {
	float:left;
	margin-top:5px;
	background:url(/kensaku/pages/common_img/bullet/bullet_cir_r_area.gif) no-repeat 0 2px;
	padding-left:15px;
	width: 140px;
}

#REPORT .textTopRight {
	float:right;
	margin-top:2px;
	font-size: 88%;
	width: 125px;
}

.ad_center_transparent ins {
      vertical-align:bottom;
    }

.ad_center_transparent {
      background-color: transparent;
      text-align:center;
      border-style:none;
      box-shadow:none;
      margin:10px 0;
    }

.ad_lect_double {
      float:left;
      margin: 0 9px;
      width:300px;    }

