@charset "utf-8";
/* CSS Document */

/*===== 共通スタイル ===========================================*/

p{
	line-height:1.6;
	padding-bottom:1.5em;
	text-align:justify;
	text-justify: distribute;
}

/*=== margin ===*/

.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}

/*=== padding ===*/

.pt5{padding-top:5px;}
.pt10{padding-top:10px;}
.pt20{padding-top:20px;}
.pt30{padding-top:30px;}
.pt40{padding-top:40px;}

.pr10{padding-right:10px;}
.pr20{padding-right:20px;}
.pr40{padding-right:40px;}

.pl5{padding-left:5px;}
.pl10{padding-left:10px;}
.pl40{padding-left:40px;}

.pb10{padding-bottom:10px;}
.pb20{padding-bottom:20px;}

/*=== input size ===*/

.ipt3{ width:3em;}
.ipt5{ width:5em;}
.ipt10{ width:10em;}
.ipt15{ width:15em;}
.ipt20{ width:20em;}
.ipt25{ width:25em;}
.ipt30{ width:30em;}
.ipt35{ width:35em;}
.ipt40{ width:40em;}
.ipt45{ width:45em;}


.ipt_h2{ height:2em;}
.ipt_h3{ height:3em;}
.ipt_h4{ height:4em;}
.ipt_h5{ height:5em;}
.ipt_h6{ height:6em;}
.ipt_h7{ height:7em;}
.ipt_h8{ height:8em;}
.ipt_h10{ height:10em;}
.ipt_h15{ height:15em;}

.ipt_30{ width:300px;}
.ipt_38{ width:380px;}

a:hover img.overwhite{
	cursor:pointer;
	filter: alpha(opacity=80);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	-moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8;              /* Safari 1.x */
	opacity:0.8;
	zoom:1;
}


/*===== サービスページ ===========================================*/

div#sec_main{
	margin:0;
	padding:0;
	background:url(../images/sec_page_bg.png) repeat-y 0px;
	overflow:hidden;
}

div#sec_page{
	margin:0;
	padding:0;
	background:url(../images/sec_page_top.png) no-repeat 0px top;
	overflow:hidden;
}

/*===== サービスページ ===========================================*/

.p1{
	line-height:1.6;
	padding-bottom:1.5em;
	padding-left:15em;
	text-align:justify;
	text-justify: distribute;
}

/*= サイドメニュー =*/

div#sec_side_right img{
	padding-top:5px;
}

/* めでぃつぶ */
#nav_meditsubu {
	margin: 10px 0;
	padding: 5px;
	border: 5px solid #eee;
}
#nav_meditsubu h2 img {
	display: block;
	width: 136px;
	margin: 0 auto;
}
#nav_meditsubu ul li {
	margin: 8px 0 0 0;
	padding: 8px 0 0 0;
	border-top: 2px dotted #ccc;
}
#nav_meditsubu ul li span {
	padding: 0 0 0 10px;
	font-size: 10px;
	font-weight: bold;
}

/* めでぃたび */
#nav_interview {
	margin: 30px 0;
	padding: 5px;
	border: 5px solid #eee;
}

#nav_interview a {
	display: block;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

#nav_interview h2 img {
	display: block;
	width: 136px;
	margin: 0 auto;
}
#nav_interview ul li {
	margin: 8px 0 0 0;
	padding: 8px 0 0 0;
	border-top: 2px dotted #ccc;
}
#nav_interview ul li span {
	padding: 0 0 0 10px;
	font-size: 10px;
	font-weight: bold;
}
#nav_interview ul li .img_wrap {
	display: inline-block;
	width: 30%;
}
#nav_interview ul li .img_wrap img {
	max-width: 100%;
	vertical-align:super;
}
#nav_interview ul li .cont_wrap {
	display: inline-block;
	width: 65%;
	font-size: 10px;
}
#nav_interview a h3:before {
	content: "■";
}
#nav_interview a:visited{
    color: #006699;
}
#nav_interview a:hover{
    color: #FF9900;
}
#nav_interview a:active{
    color: #006699;
}


/*導入事例*/
#nav_case {
	margin: 30px 0;
}
#nav_case h2 {
	margin: 10px 0;
	padding: 7px 0;
	color: #fff;
	background: #333;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
#nav_case li {
	margin: 5px 0;
	padding: 5px 0;
	border-bottom: 1px dotted #666;
}
#nav_case li:last-child {
	border: none;
}
#nav_case a {
	display: block;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
#nav_case a:hover {
	color: #71AF42;
}
#nav_case a h3:before {
	content: "▶";
	color: #71AF42;
}
#nav_case a h3 {
	text-decoration: underline;
}
#nav_case .img_wrap {
	display: inline-block;
	width: 30%;
}
#nav_case .img_wrap img {
	max-width: 100%;
}
#nav_case .cont_wrap {
	display: inline-block;
	width: 65%;
	font-size: 10px;
}
#nav_case .cont_wrap p span {
	color: #71AF42;
}

/*セミナー*/
#nav_seminar h2 {
	margin: 10px 0;
	padding: 7px 0;
	color: #fff;
	background: #333;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	transition: .4s;
}
#nav_seminar h2:hover {
	background-color: #708090;
}

#nav_seminar li {
	margin: 5px 0;
	padding: 5px 0;
	border-bottom: 1px dotted #666;
}
#nav_seminar li:last-child {
	border: none;
}
#nav_seminar a {
	display: block;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
#nav_seminar a:hover {
	color: #71AF42;
}
#nav_seminar a h3 {
	text-decoration: underline;
}
#nav_seminar .online {
	display: inline-block;
	font-size: 8px;
	background: #ff4500;
	padding: 2px 5px 2px 5px;
	margin-right: 5px;
	color:#ffffff;
	
}
#nav_seminar .offline {
	display: inline-block;
	font-size: 10px;
	background: #0000cd;
	padding: 2px;
	color:#ffffff;
}
#nav_seminar a.seminar_more {
	text-align: right;
	color: #006699;
	font-weight: lighter;
}
#nav_seminar a.seminar_more:before {
	content: ">>さらに表示する";
}
#nav_seminar a.seminar_more:hover {
	text-decoration: underline;
	color: #71AF42;
}

/*= ランキング（IE6用） =

*html div#ranking h2{
	width:190px;
	height:40px;
	text-indent:-9999px;
	background:url(../images/ranking_title.png) no-repeat left top;
}

*html div#ranking ul{
	padding-bottom:10px;
	background:url(../images/side_nav_service_bg.png) no-repeat bottom;
}

*html div#ranking ul li{
	font-size:85%;
	background:url(../images/line.png) no-repeat bottom;
}

*html div#ranking ul li a{
	display:block;
	width:190px;
	padding:0.5em 5px 0.5em 10px;
}

/*= ランキング(モダンブラウザ用) =

div#ranking{
	margin:10px 0 10px;
}

div#ranking h2{
	width:190px;
	height:40px;
	text-indent:-9999px;
	background:url(../images/ranking_title.png) no-repeat left top;
}

div#ranking ul{
	padding-bottom:10px;
	background:url(../images/side_nav_service_bg.png) no-repeat bottom;
}

div#ranking ul li{
	font-size:85%;
	background:url(../images/line.png) no-repeat bottom;
}

div#ranking ul li a{
	display:block;
	width:173px;
	padding:0.5em 5px 0.5em 10px;
}
*/


/*= ランキング(モダンブラウザ用) =*/

div#ranking{
	margin:10px 0 10px;
}

div#ranking h2{
	width:190px;
	padding: 10px 0;
	font-size: 12px;
	text-align: center;
	letter-spacing: 1px;
	color: #fff;
	background: url(../images/sidetit_bg.png) no-repeat;

}
/*div#ranking ul{
	padding-bottom:10px;
	background:url(../images/side_nav_service_bg.png) no-repeat bottom;
}*/

div#ranking ul li{
	font-size:0;
	/*background:url(../images/line.png) no-repeat bottom;*/
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}
div#ranking ul li a.agency_title{
	text-decoration: none;
	color: #333;
	font-weight: bold;
}
div#ranking ul li a.agency_title:hover{
	color: #71AF42;
}
div#ranking ul li:not(:last-child){
	border-bottom: 1px dotted #666;
}

div#ranking ul li a.agency_title {
	display:inline-block;
	width:173px;
	padding:0.5em 5px 8px 10px;
	font-size: 12px;
}

div#ranking ul li a.side_thumbnail{
	display: block;
	padding-top: 10px;
}
div#ranking ul li img {
	display:block;
	width:190px;
	padding: 10px 0 0 0;
	box-shadow: 3px 3px 6px #aaa;
}

div#ranking ul li img:hover {
	opacity: 0.7;
}

div#ranking ul li.more_link {
	margin: -20px 0 0 0;
	background: none;
	text-align: right;
}


/*= サイドメニュー（IE6用） =*/

*html div.service_nav h2{
	width:190px;
	height:40px;
	text-indent:-9999px;
	background:url(../images/side_nav_service.png) no-repeat left top;
}

*html div.service_nav ul{
	padding-bottom:10px;
	background:url(../images/side_nav_service_bg.png) no-repeat bottom;
}

*html div.service_nav ul li{
	font-size:85%;
	background:url(../images/line.png) no-repeat bottom;
}

*html div.service_nav ul li a{
	display:block;
	width:190px;
	padding:0.5em 5px 0.5em 10px;
}

/*= サイドメニュー(モダンブラウザ用) =*/

div.service_nav h2{
	width:190px;
	height:40px;
	text-indent:-9999px;
	background:url(../images/side_nav_service.png) no-repeat left top;
}

div.service_nav ul{
	padding-bottom:10px;
	background:url(../images/side_nav_service_bg.png) no-repeat bottom;
}

div.service_nav ul li{
	font-size:85%;
	background:url(../images/line.png) no-repeat bottom;
}

div.service_nav ul li a{
	display:block;
	width:173px;
	padding:0.5em 5px 0.5em 10px;
}
.advertiser_name {
	padding: 0 20px;
	word-break: break-all;
}

/*= サイドメニュー割引・資料掲載バナー =*/
#rightbar_banner{
	color: #ffffff;
	display: inline-block;
	text-decoration: none;
	width: 85%;
	border: solid 5px #eee;
	line-height: 25px;
	font-size: 18px;
	padding:12px 10px 10px 10px;
	text-align: center;
	overflow: hidden;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(100, 100, 100, 0.99);
	margin-bottom:10px;
}
#rightbar_banner:hover{
	opacity: 0.8;
}
#rightbar_banner i{
	margin-left: 5px;
}
#rightbar_banner.discount{
	background-color:#3dbbed;
}
#rightbar_banner.publish{
	background-color:#136ab2;
}

.top_side_banner {
    margin-bottom: 10px;
    display: block;
}
.top_header_bannar img:hover{
	opacity: 0.8;
}
.top_side_banner img {
    width: 100%;
}
.top_side_banner img:hover{
	opacity: 0.8;
}

/*= サイドバー広告メニュー絞り込み =*/
#ad_type_list_side {
	margin: 10px 0;
	padding: 5px;
	border: 5px solid #eee;
}
#ad_type_list_side > h2 {
	padding: 7px 0;
	color: #000;
	background: #d6e4e8;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
#ad_type_list_side > .ad_type_list_inner {
	padding: 5px 10px 13px;
}
#ad_type_list_side > .ad_type_list_inner > h3 {
	margin-top: 10px;
}

/*= コンテンツエリア =*/

.d-border{
	padding:10px 0 10px;
}

.p_box1{
	margin:20px 0 0;
	width:600px;
}
.p_box1 .bg_box {
	padding: 10px 20px;
	background: #f5f5f5;
}
.p_box1 h2{
	font-size:1.3em;
	color:#0066FF;
	margin-top:10px;
	margin-bottom:0.5em;
	padding-left:25px;
	background:url(../images/c_marker.png) no-repeat left center;
}

.p_box1 ul li{
	list-style-type:disc;
	margin-left:4em;
}

/*= （共通）料金ボックス =*/

div.fee{
	margin-top:20px;
	width:605px;
	background:url(../images/fee_bg.gif) no-repeat left bottom;	
}

div.fee h2{
	height:20px;
	font-size:1.3em;
	color: #000066;
	padding:1em 2em;
	background:url(../images/fee_title.png) no-repeat left top;
}

div.inner{
	padding:20px 30px;
}

div.inner table{/*= 料金テーブル指定 =*/
	width:550px;
	border-collapse:separate;
}

div.inner table th{
	border-top:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	background:#76a9da;
	color:#FFFFFF;
	font-weight:bold;
	padding:0.5em 20px;
	vertical-align:top;
}

div.inner table td{
	padding:0.5em 20px;
	border-top:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	background:#FFFFFF;
}

div.inner ul{
	padding:10px 0 0 20px;
	font-size:90%;
}

div.inner p{
	width:400px;
	float:left;
}

/*= （共通）お問い合わせボタンエリア =*/

div.contact{
	margin-top:20px;
	margin-left:7px;
	padding:25px 0 0 30px;
	font-size:1.1em;
	font-weight:bold;
	width:600px;
	height:90px;
	position:relative;
	background:url(../images/contact_bg.png) no-repeat top left;
}

div.contact img{
	position:absolute;
	top:15px;
	left:370px;
}

/*= （共通）特徴 =*/
/*
*html .summary{
	width:600px;
	padding:20px;
	margin-top:10px;
	border: #95CAFF 1px solid;
	background: #DFEFFF;
}

.summary{
	width:560px;
	padding:20px;
	margin-top:10px;
	border: #95CAFF 1px solid;
	background: #DFEFFF;
}

.summary h2{
	font-size:140%;
	padding-bottom:0.5em;
	border-bottom:1px dotted #95CAFF;
}

.summary h3{
	font-size:1.3em;
	margin-top:20px;
	padding-left:25px;
	color:#0066FF;
	background:url(../images/c_marker.gif) no-repeat left center;
}

.summary ol{
	padding:0 15px 0 20px;
}

.summary ol li{
	padding-top:1em;
	list-style-type:disc;
}

.summary ul li{
	padding-top:0.3em;
	margin-left:2em;
	list-style-type:disc;
}

.summary ul{
	margin-bottom:10px;
}

.summary p{
	padding:1em;
}
*/
/*= （共通）注意事項 =*/

*html .attention{
	width:600px;
	margin-top:20px;
	padding:20px;
	background:#F3F3F3;
}

.attention{
	width:560px;
	margin-top:20px;
	padding:20px;
	background:#F3F3F3;
}

.attention h2{
	font-size:1.3em;
	padding:10px;
}

.attention p{
	margin-left:1em;
}

.attention ol li{
	color:#333333;
	margin-left:3em;
	list-style-type:decimal;
}

.attention ul li{
	color:#333333;
	margin-left:3em;
	list-style-type:disc;
}

/*= ターゲティングテーブル用 =*/

.targeting{
	width:560px;
}

.targeting th{
	padding:0.5em 2em;
	border:#CCCCCC 1px solid;
	background: #FFFFCC;
}

.targeting td{
	padding:0.5em 2em;
	border:#CCCCCC 1px solid;
	background:#FFFFFF;
}

/*= キャンペーン用 =*/

.camp{
	margin-top:20px;
	padding:10px;
}

.camp h3{
	padding:10px 0 0 20px;
}

.camp p{
	width:460px;
	padding:10px 50px 10px;
}

.backcolor{
	margin-top:10px;
	padding:10px;
	width:550px;
	border:8px solid #FFE1D2;
}

/*= サイトマップ =*/

#sitemap ul li{
	margin-left:1.5em;
	list-style-type:square;
}

*html #sitemap h2{
	font-size:1.2em;
	width:600px;
	margin:2em 0 1em;
	color:#0066FF;
	padding:10px 20px;
	border: #CAE4FF 1px solid;
	background-image:url(../images/h_bg.png);
	background-repeat: repeat-x;
	background-position: left center;
}

#sitemap h2{
	font-size:1.2em;
	margin:2em 0 1em;
	color:#0066FF;
	padding:10px 20px;
	border: #CAE4FF 1px solid;
	background:url(../images/h_bg.png) repeat-x left center;
}

#sitemap h3{
	color:#0066FF;
	padding:2px 10px;
	border-left:#0066FF 5px solid;
}

#sitemap ul{
	margin-top:10px;
}

#sitemap ul li{
	padding-top:0.5em;
}

.clear{
	clear:both;
	padding:20px 20px 0 0;
}

*html .ad_inner{
	padding-top:10px;
	width:190px;
	float:left;
}

.ad_inner{
	padding-top:10px;
	padding-left:10px;
	width:200px;
	float:left;
}

*html .sol_inner{
	padding-top:10px;
	width:280px;
	float:left;
}

.sol_inner{
	padding-top:10px;
	padding-left:10px;
	width:300px;
	float:left;
}

/*= ボックススタンダードモデル =*/

.standard{
	width:600px;
}

.standard h2{
	margin-top:20px;
	margin-left:10px;
}

.standard h3{
	margin-top:20px;
	margin-left:10px;
}

.standard h4{
	margin-top:10px;
	margin-left:20px;
}

.standard p{
	padding:0.5em 0 1em 20px;
	width:580px;
}

.standard ul li{
	margin-left:1.5em;
}

/*= 補足・注意書き =*/

.att{
	font-size:0.8em;
}

/*= （共通）段落内リスト余白 =*/

.list_inner{
	padding:20px;
	margin:0.5em 0;
}

.list_inner li ul li{
	line-height:2em;
	font-size:0.9em;
}

/*= （共通）会員登録 =*/

.overflow{/*=規約=*/
	width:550px;
	height:150px;
	overflow:scroll;
	border:#EEEEEE 3px solid;
	background:#f9f9f9;
}

.agreement{/*=規約ボックス=*/
	padding:20px;
	margin: 20px 0px 20px 0px;
	border:#EEEEEE 2px solid;
	background:#FFFFFF;
}

.agreement h4{
	margin-top:20px;
}

.agreement p{/*=規約内段落=*/
	padding:10px 10px 0;
}

/*= （共通）フォームテーブル =*/

.indispensable:before{
	content: "※";
}
.indispensable{
	margin-left:0.5em;
	padding:0.2em 0.8em;
	color:#c00;
	font-size:80%;
	font-weight:normal;
	background:#fff;
	border-radius: 4px;
	font-weight: bold;
}
.sub_indispensable {
	margin-left:0.5em;
	padding:0.2em 0.8em;
	color:#FFFFFF;
	font-size:80%;
	font-weight:normal;
	background:#177EE5;
}

.add_form{
	width:600px;
	border: #93c1d0 3px solid;
	border-collapse:collapse;
}

.add_form th{
	padding:1em 1em;
	/*background:#d6e4e8 url(../images/th_bg.png) no-repeat;*/
	background: #93c1d0;
	border:#93c1d0 1px solid;
	border-bottom: 1px solid #fff;
	vertical-align:top;
}

.add_form td{
	padding:1em 1em;
	background: #FFFFFF;
	border:#93c1d0 1px solid;
}
.add_form input{
	padding: 5px;
	border: 1px solid #eee;
	border-radius: 3px;
	cursor: pointer;
}
.add_form input:focus{
	border:#4ac 1px solid;
	box-shadow: 0px 0px 3px #4ac;
}
.add_form .indispensable {
	padding: 2px 5px 0;
	color: #cc0000;
	background: #fff;
	font-weight: bold;
	border-radius: 3px;
}

.supple{
	font-size:90%;
	color:#666666;
}

.wide_button{
	padding:0.5em 3em;
}
.tf550{
	width:550px;
	height:40px;
}

/*= お悩み事例 =*/

.case{
	width:600px;
	padding:20px 0 20px;
	overflow:hidden;
}

*html .case_box{
	float:left;
	width:190px;
	height:247px;
	margin-left:7px;
	padding:60px 20px 10px;
	position:relative;
	background:url(../images/case_list.png) no-repeat left top;
}

html[xmlns] .case_box{
	float:left;
	width:150px;
	height:177px;
	padding:60px 20px 10px;
	margin-left:10px;
	position:relative;
	background:url(../images/case_list.png) no-repeat left top;
}

.case_box h2{
	color:#FFFFFF;
	font-size:1.5em;
	font-style: italic;
	position:absolute;
	top:25px;
	right:30px;
}

.case_box h3{
	margin-bottom:10px;
}

.case_box p{
	font-size:95%;
}

.case_btn{
	position:absolute;
	top:200px;
	left:17px;
}

.nayami{
	font-size:90%;
	font-weight:bold;
	color:#0066FF;
}

/*= 事例詳細ページ =*/

*html #case_answer h1{
	font-size:1.4em;
	width:600px;
	color:#196fa0;
	padding:245px 0 30px 30px;
	height:58px;
	background:url(../images/case_h.png) no-repeat left top;
}

#case_answer h1{
	font-size:1.4em;
	width:570px;
	color:#196fa0;
	padding:245px 0 0 30px;
	height:58px;
	background:url(../images/case_h.png) no-repeat left top;
}

.case_bg{
	padding-bottom:30px;
	background:url(../images/case_bg_r.png) no-repeat left bottom;
}

.case_bg p{
	width:500px;
	padding:10px 50px 1em;
}

.case_bg strong{
	font-size:1.3em;
	color:#fc8800;
}

/*= サイトポリシー =*/

.list_inner li{
	margin-top:5px;
	margin-left:2em;
	list-style-type:disc;
}

.list_inner li ul{
	padding:10px 0 10px;
}

.list_inner li ul li{
	margin-left:-5px;
	margin-top:0;
	list-style-type: none;
}

.link_info{
	padding:20px;
	background:#F2F2F2;
	border:#CCCCCC;
	margin-left:30px;
}

.link_info table{
	padding:5px;
	border-collapse:collapse;
}

.mediaradar td{
	padding:5px 10px;
}

.hosoku{
	margin-left:30px;
}

/*= （共通）お問い合わせフォーム =*/

fieldset{
	padding:10px 20px 20px;
	margin-bottom:20px;
}

legend{
	font-size:1.5em;
	margin-bottom:10px;
}

.contact_form{
	margin-bottom: 30px;
	border-collapse:collapse;
	border:5px solid #EBEBEB;
}

.contact_form th{
	min-width: 140px;
	padding:10px;
	border-top:1px solid #f5fcff;
	border-left:1px solid #f5fcff;
	border-right:1px solid #a9ccde;
	border-bottom:1px solid #a9ccde;
	background:#d6f0fd url(../images/contact_th.jpg) repeat-x top;
}

.contact_form td{
	padding:10px;
	border-top:1px solid #f8f8f8;
	border-left:1px solid #f8f8f8;
	border-right:1px solid #cfcfcf;
	border-bottom:1px solid #cfcfcf;
	background:#f6f6f6 url(../images/contact_td.jpg) repeat-x top;
}

.contact_form tr.close td {
    background-color: #cccccc;
    background-image: none;
}

.contact_form input{
	padding:0.2em;
}

.post{
	text-align:center;
	margin-top:20px;
	padding:10px;
	background:#F2F2F2;
	border:1px solid #CCCCCC;
}

.ssl_ninsho{
	margin:10px 5px 0;
	width:589;
	height:133px;
	position:relative;
	background:url(../images/ssl_bg.gif) no-repeat left top;
}

.ssl_ninsho p{
	position:absolute;
	top:26px;
	left:25px;
}

/* ダウングレードアンケートフォーム */
.down_anq {
	width: 650px;
}
.down_anq th{
	width: 200px;
}
.down_anq input {
	display: inline-block;
	margin: 5px 5px 5px 0;
	cursor: pointer;
}
.down_anq #anq01text {
	width: 320px;
}
.down_anq textarea {
	width: 100%;
}


/* リードリスト */
.lead_list{
	width:780px;
	border-collapse:collapse;
	border:5px solid #EBEBEB;
}

.lead_list th{
	padding:10px;
	border-top:1px solid #f5fcff;
	border-left:1px solid #f5fcff;
	border-right:1px solid #a9ccde;
	border-bottom:1px solid #a9ccde;
	background:#d6f0fd url(../images/contact_th.jpg) repeat-x top;
}

.lead_list td{
	padding:10px;
	border-top:1px solid #f8f8f8;
	border-left:1px solid #f8f8f8;
	border-right:1px solid #cfcfcf;
	border-bottom:1px solid #cfcfcf;
	background:#f6f6f6 url(../images/contact_td.jpg) repeat-x top;
}

.lead_list tr.close td {
    background-color: #cccccc;
    background-image: none;
}

.lead_list input{
	padding:0.2em;
}


/* メニュー */

.menu {
	font-size: 1.5em;
	width : auto; /* リキッドデザインにするため*/
	height : 50px;
	background-color : midnightblue;
}

.menu ul {
	margin; 0;
	padding: 0;
	width: 960px; /*　横幅の最小値 */
}

.menu li {
	list-style-type: none;
	float: left;
}

.menu li a {
	display: block;
	width: 120px;
	line-height: 50px;
	border-right: solid 1px #ffffff;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	background-color: midnightblue;
}
.menu li a:hover {
	background-color: seagreen;
}


/********** 自社サービス広告 **********/
.adService {
	margin: 10px 0 0 0;
 	padding: 20px 0;
	border-top: 1px dashed #ccc;
}
.adService a {
	display: block;
	margin: 0 0 10px 0;
}
.adService a img {
	width: 190px;
}

/******* 新規会員登録 ******/
.contents-head{
	color: #1D2C52;
	font-weight:bold;
}
.contents-head-main{
	font-size:25px;
	width: 100%;
	height: 30px;
}
.contents-head-sub{
	font-size:13px;
}
.contents-head-en{
	font-size:14px;
	color: #A9A9A9;
	font-weight:400;
	letter-spacing: 0.1em;
}
.contents-head-en:before{
	content: "|";
	padding-left:14px;
	padding-right:4px;
}
hr.border-dotted {
	margin: 24px 0px;
}
