/*
Theme Name: ISO27001
Theme URI: http://phpbb.xwd.jp/viewforum.php?f=20
Description: This theme uses it to test for ME. based on the famous <a href="http://www.lrm-corp.jp/">LRM</a>.
Version: 3.0
Author: LRM
Author URI: http://www.lrm-corp.jp/
*/

@charset "UTF-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var,optgroup{font-style:inherit;font-weight:inherit;}
del,ins{text-decoration:none;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{*font-size:100%;}


em {
 font-weight:bold;
 color:#c00;
 font-style:normal;
}

a:hover{
 text-decoration:none;
}

a:active{
 color:#666;
}

.clear {
 font-size:0px;
 clear:left;
}

.error {
 color:#c00;
}

.bold{
	font-weight:bold;
}
.cl_orange{
	color:#f27900;
}
.cl_navy{
	color:#003366;
}
.cl_red{
	color:#cc0000;
}
.bgLightblue{
	background-color:#ECF3F9;
}

.bgGlay{
	background-color:#f6f6f6;
}

.must {
 color:#c00;
 font-weight:bold;
}

.images {
 margin:0px 10px 10px 0px;
}

.totop {
 text-align:right;
 margin:10px 0px 0px 30px;
}

.l_link {
 text-align:left;
 margin:10px 0;
}

.r_link {
 text-align:right;
 margin:10px 0;
}

.f_l {
 float:left;
}

.f_r {
 float:right;
}
p.pageTop{
	text-align:right;
	font-size:12px;
}

p.pageTop a{
	background-image:url("images/ico_pagetop.gif");
	background-position:right 3px;
	background-repeat:no-repeat;
	padding-right:15px;
}

div#content .mb5{
	margin-bottom:5px;
}
.fs12{
	font-size:12px;
}
.fs16{
	font-size:16px;
}

.fs24{
	font-size:24px;
}

.pl15{
	padding-left:15px;
}

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

.mt30 {
 margin-top:30px;
}
div#content .mb0{
	margin-bottom:0;
}
.mb10{
	margin-bottom:10px;
}

.mb20{
	margin-bottom:20px;
}

img  {
 vertical-align: top;
}

span.lock {
 background-image: url("images/ico_rock.jpg");
 background-repeat: no-repeat;
 background-position: left center;
 padding-left: 18px;
}

/* ================ container ================== */
body{
 font-size: 14px;
 font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
 text-align:center;
 line-height: 1.5;
}

/*-----clearfix-----*/
.clearfix:before,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {clear: both;}
.clearfix {zoom: 1;} /* IE < 8 */
.clear{ clear:both;}

/* ================ container ================== */

div#container{
 text-align:left;
 color:#333;
 padding-bottom:50px;
 border-top:4px solid #ccc;
}

/* ================ header ================== */

div#header {
 font-size:12px;
 margin-top:15px;
}

div#header div.h_content {
 width:940px;
 margin:0 auto;
}

div#header p.h_mail {
 margin-left:10px;
}

/* ================ gnavi ================== */

div#gnavi {
 background:url("images/gnavi_bg.gif") repeat-x;
 height:45px;
 margin-top:15px;
}

div#gnavi ul {
 margin:0 auto;
 width:940px;
}

div#gnavi li {
 width: 188px;
 float: left;
}

div#gnavi li a {
 background-image: url("images/gnavi_btn.gif");
 background-repeat: no-repeat;
 height: 45px;
 display: block;
 text-indent: -9999px;
}

div#gnavi ul a#home{background-position:0 -45px;}
div#gnavi ul a#service{background-position:-188px -45px;}
div#gnavi ul a#fee{background-position:-376px -45px;}
div#gnavi ul a#works{background-position:-564px -45px;}
div#gnavi ul a#company{background-position:-752px -45px;}
div#gnavi ul a#home:hover{background-position:0 0;}
div#gnavi ul a#service:hover{background-position:-188px 0;}
div#gnavi ul a#fee:hover{background-position:-376px 0;}
div#gnavi ul a#works:hover{background-position:-564px 0;}
div#gnavi ul a#company:hover{background-position:-752px 0;}

/* ================ breadcrumbs ================== */
div#breadcrumbs {
 font-size:12px;
 min-height:30px;
 height: auto !important;
 height: 30px;
 background-color:#EDEDF3;
 border-bottom:1px solid #BFCED8;
}

div#breadcrumbs ul {
 width:940px;
 margin:0 auto;
 padding: 5px 0;
}

div#breadcrumbs li {
 display:inline;
 margin-left:5px;
}

/* ================ mainVisual ================== */

div#mainVisual{
 background-color:#EFEFEF;
 height:260px;
 border-bottom:1px solid #BFCED8;
}

div#mainVisual p{
 margin:0 auto;
 width:960px;
}

div#mainVisual p img{
 margin-top:5px;
}

/* ================ wapper ================== */

div#wrapper{
	width:940px;
	margin:10px auto 0;
	padding:0 10px;
}

/* ================ content ================== */

div#content{
 width:680px;
 float:right;
 line-height:1.4;
}
div#area p,
div#content p {
 margin-bottom:1em;
}

div#content h1.pageTitle,
div#main h1.pageTitle{
 font-size: 20px;
 padding:15px 0;
 border-top:4px solid #134E73;
 border-bottom:2px solid #E6E6E6;
 margin-bottom:25px;
}
div#area h2,
div#content h2,
div#main h2 {
	margin-bottom:1em;
}

div#content h2.bor_b{
 border-bottom:2px solid #0193D0;
 padding: 6px 0;
 margin-top:1em;
}

div#content h3,
div#main h3 {
	font-size: 16px;
	width:665px;
	height:35px;
	border-left:8px solid #336699;
	border-top:1px solid #134E73; 
	background-color:#f6f6f6;
	padding:10px 0 0 7px;
	margin:30px 0 10px 0;
}

div#area h4,
div#content h4 {
	font-size:14px;
	background-image:url("images/ttl_bg_point.gif");
	background-repeat:no-repeat;
	background-position:left top;
	padding: 0 0 2px 15px;
	line-height:1;
	margin:30px 0 15px 0;
}

div#content h5,
div#content h6 {
 font-size:12px;
 margin-bottom:10px;
 margin-top:20px;
}

div#content h5.fs15t{
	font-size:15px;
	margin-bottom:0;

}

div#content h5.fs16t{
	font-size:16px;
	margin-bottom:0;
}

div#content p.txt {
 margin:10px;
}

div#content .point {
 color:#c00;
 font-size:16px;
}
div#content div.sectionBox{
	margin-bottom:25px;
}
div#content .consulPoint{
	background:none;
	border:0;
	background-color: #F6F6F6;
	border-left: 8px solid #336699;
	border-top: 1px solid #134E73;
	padding:10px;
	
}

div#content div.planlist p {
 margin:10px;
}

div#content div.planlist p.btn_detailplan {
 text-align:right;
}

div#content ul {
 margin:10px 10px 20px 10px;
}

div#content ul li {
	background-image: url("images/arrow02.gif");
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left:13px;
	margin-bottom: 5px;
}

div#content div.voiceBox {
 padding:10px;
 border:5px solid #BFCED8;
 margin-bottom:10px;
}

div#content p.voiceImg,
div#content p.voiceTtl,
div#content p.voiceTxt{
 float:left;
}

div#content p.voiceImg{
 margin:0 8px 0 0;
}

div#content p.voiceTtl,
div#content p.voiceTxt{
 width:340px;
 margin:5px 0 8px 0;
}

p.memberImg{
 float:left;
}

p.memberImg{
 margin:0 12px 12px 0;
}

p.memberName{
 font-size:16px;
 margin-bottom: 8px;
}

p.memberTtl,
p.memberTxt{
 width:440px;
 margin:5px 0 8px 0;
}
div#content ul.results{
	margin:0;
	margin-right:5px;
}
ul.results li{
	font-size:14px;
}
ul.profile{
	list-style: none;
}
div#content ul.profile li{
	padding-left:0;
	text-indent: -1em; /*最初の行だけ1em（1文字）分、左に動かす*/
	background:none;
}
div.profile_box{
	float:left;
	width: 395px;
}
div#content div.profile p{
	margin-bottom:0;
}
div#content p.about_course {
 height:20px;
 width:350px;
 font-size:14px;
 color:#FFF;
 background-color:#08427C;
 margin:5px 3px;
 padding:6px;
}

div#content div.about_course {
 width:380px;
 float:left;
}

div#content table{
 margin-top:20px;
}

div#content table,
div#content th,
div#content td,
div#main table,
div#main th,
div#main td {
 border-collapse:collapse;
 border-spacing:0;
 border:1px solid #ccc;
}

table.comparison{
	width:680px;
}

#content th,
#content td {
 padding:5px 10px;
}

div.cfContact{
	background-image:url("images/cf_box_inquiry.gif");
	background-repeat:no-repeat;
	background-position:top left;
	width:345px;
	height:95px;
	padding:25px 0 0 335px;
	margin-bottom:40px;
}

div.blueBox01{
	border:5px solid #BFCED8;
	padding:10px;
}

div.blueBox02{
	padding:20px;
	border:5px solid #BFCED8;
}

div#content div.blueBox01 p,
div#content div.blueBoxCenter01 p{
	margin-bottom:0;
}

div.blueBoxCenter01{
	border:5px solid #BFCED8;
	padding:15px 10px;
	text-align:center;
}

div.bgBlueBox{
	text-align:center;
	background-color:#336699;
	width:540px;
	height:45px;
	margin:0 auto;
	color:#fff;
	padding-top:5px;
	margin-bottom:5px;
}

div.bgBlueBox p{
	font-size:20px;
	font-weight:bold;
}
div#content ul.disc li{
	background:none;
	list-style-type:disc;
	padding-left:0;
	margin-left:20px;
}

div#content ul.noDisc li{
	background:none;
	padding-left:0;
	margin-bottom:0;
}

div#content ul.supCon{
	padding-left:20px;
}

div#content ul.supCon li{
	background:none;
	list-style-type:disc;
	padding-left:0;
	float:left;
	padding-right:25px;
}

ul.fs12 li{
	font-size:12px;
}

div.consultantFeature{
	border-left:8px solid #336699;
	padding-left:20px;
	margin-bottom:20px;
	padding-top:5px;
}
div#content h5.consulIntro{
	font-size:16px;
	margin-top:0;
}

.consulBoxUpper{
	margin-bottom:20px;
}

.consulBox{
	float:left;
}

div#content .consulText p{
	margin-bottom:0.5em;
}

.consulText{
	float:left;
	padding-left: 10px;
	padding-right: 10px;
	width: 190px;
	font-size:12px;
}

.consulImg{
	float:left;
}

div#content p.corseCopy{
	margin:40px 0;
}
div#content p.corseCopy2{
	margin:25px 0;
}

div#content div.textShift p{
	padding-left:15px;
}

/* isms取得までの流れ
-------------------------------------------------------------- */

div#content table.acquisitionFlow{
	width:640px;
	border:none;
	margin-top:0;
}

div#content table.acquisitionFlow .flowTitle{
	background:none;
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
}

div#content table.acquisitionFlow .flowTitle .flowTitle01{
	background:none;
	border:none;
	font-size:16px;
	color:#333;
	padding-bottom:none;
	border-bottom:4px solid #336699;
}

div#content table.acquisitionFlow .flowTitle .flowTitle02{
	border:none;
	color:#333;
	background:none;
	font-size:16px;
	width:440px;
	border-bottom:4px solid #E6E6E6;
	padding-bottom:none;
}

div#content table.acquisitionFlow tr{
	display:block;
}

div#content table.acquisitionFlow tr.dammy{
	background-image:url("images/flow_arrow.gif");
	background-repeat:no-repeat;
	background-position:60px 0px;
	height:10px;
	margin-top:2px;
}

div#content table.acquisitionFlow tr.dammy td{
	border:none;
	width:210px;
}

div#content table.acquisitionFlow td{
	width:430px;
	border:none;
	padding:5px 0 5px 12px;
	font-size:13px;
	border-bottom:#333 1px dotted;
	padding-right:0;
}

div#content table.acquisitionFlow td.sp{
	padding-bottom:0;
}

div#content table.acquisitionFlow th.after{
	border-bottom:none;
	background:none;
	border:none;
	padding:0;
}

div#content table.acquisitionFlow td.after{
	border-bottom:none;
}

div#content table.acquisitionFlow th{
	background-color:#336699;
	width:170px;
	color:#fff;
	font-size:13px;
	padding:5px;
	padding-left:10px;
}

table.acquisitionFlow dl{
	background-color:#336699;
}

table.acquisitionFlow dt{
	float:left;
	vertical-align:middle;
	color:#fff;
	font-size:10px;
	padding:3px 5px 0 6px;
	background-color:#336699;
}

table.acquisitionFlow dd{
	padding:3px;
	background-color:#f6f6f6;
	line-height:1.4;
	font-size:12px;
	overflow:hidden;
}
table.acquisitionFlow dd span{

}

a.arrow{
	background-image:url("images/arrow01.gif");
	background-position:left 3px;
	background-repeat:no-repeat;
	padding-left:15px;
}

/* ================ コンサルティングプラン ================== */
div.planTable{
	position:relative;
}

div#content table.plan{
	width:680px;
	font-size:12px;
	text-align:center;
	margin-bottom:15px;
}
div#content table.plan tr.planName th{
	border:none;
	text-align:left;
}
div#content table.plan th,
div#content table.plan td{
	
}

img.imgPosi{
	position:absolute;
	left:110px;
	top:5px;
	z-index:5;
}

div#content table.plan tr.planName th.planTh00{
	background-image: url("images/plan_th_bg.png");
	background-repeat: no-repeat;
	background-position: left top;
	width:178px;
}

div#content table.plan tr.planName th{
	width:125px;
	padding:0;
}


div#content table.plan th{
	text-align:right;
}

#content table.plan td{
	padding:6px 0;
	border:1px solid #ccc;
}

table.plan tr.odd{
	background-color:#f6f6f6;
}

/* ================ navigation ================== */

div#navigation {
	float:left;
	width:230px;
	line-height:1.4;
	font-size:13px;
}

div.navigationContent{
	width:210px;
	padding:15px 10px 5px 10px;
	border-radius: 10px;  /* CSS3*/  
	-webkit-border-radius: 10px; /* Safari,Google Chrome */  
	-moz-border-radius: 10px;/* Firefox */
	background-color:#EDEDF3;
	margin-bottom:20px;
}

div#navigation div.bnr ul{

}

div#navigation div.bnr ul li{
 width:206px;
 height:100px;
 margin:0 0 10px 0;
 background:none;
}

div#navigation div.bnr li a {
 width: 206px;
 display: block;
 border: 2px solid #BFCED8;
}

div#navigation div.bnr li a:hover{
 border:2px solid #2B5F9C;
}

div#navigation div.navibox {
 background:url("images/nnavi_bg_middle.jpg") repeat-y;
 margin-bottom:20px;
}

div#navigation div.menuList{
	background-color: #FFFFFF;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 1em;
	padding-bottom:10px;
}

div#navigation div.boxtop {
 height:10px;
 width:210px;
 background:url("images/nnavi_bg.jpg") no-repeat;
 background-position:top left;
}

div#navigation div.boxbottom {
 height:10px;
 width:210px;
 background:url("images/nnavi_bg.jpg") no-repeat;
 background-position:bottom left;
}

div#navigation h3.mb0{
	margin-bottom:0;
}

div#navigation h3 {
	font-size:14px;
	margin:15px 0 8px -1px;
}
div#navigation h3.noLink{
	color:#333;
	padding: 13px 5px 15px 25px;
	text-decoration:none;
	background-image:url("images/arrow01.gif");
	background-repeat:no-repeat;
	background-position:8px 16px;
	background-color:#f6fafb;
	border:1px solid #A4BAD0;
	width:178px;

}

div#navigation h3 a{
	color:#333;
	padding: 13px 5px 15px 25px;
	text-decoration:none;
	display:block;
	background-image:url("images/arrow01.gif");
	background-repeat:no-repeat;
	background-position:8px 16px;
	background-color:#f6fafb;
	border:1px solid #A4BAD0;
	width:178px;
}


div#navigation h3 a:hover{
	color:#333;
	text-decoration:none;
	background-color:#DFEAF3;
}

div#navigation h4.mt0{
	margin-top:0;
}

div#navigation h4{
	background-color:#f6f6f6;
	padding: 5px 0;
	width:186px;
	padding-left: 20px;
	font-size:14px;
	margin-bottom:8px;
	margin-top:15px;
}

div#navigation h5{
	border:2px solid #ccc;
	padding-left:10px;
}

div.blogArchive{
	border:2px solid #ccc;
	border-top:none;
	padding:5px;
}

div#navigation div.navibox ul {
 margin:10px 10px 20px 10px;
}
div#navigation div.navibox li {
 background-image: url("images/arrow01_bg.gif");
 background-repeat: no-repeat;
 background-position: 0 3px;
 margin-bottom: 8px;
 padding-left: 13px;
}

div#navigation div.nnavi_company {
 width:208px;
 height:155px;
 background:url("images/nnavi_company.jpg") no-repeat;
 margin-left:1px;
}

div#navigation div.nnavi_company ul {
 padding-top:73px;
}

div#navigation div.nnavi_company li {
	background-image: url("images/arrow01.gif");
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left:13px;
}

div#navigation .company_link {
 text-align:center;
 margin:10px 0px;
}

div#navigation div.blog {

}

div#navigation div.blog dl {
 padding:0 10px;
}

div#navigation div.blog dd {
 margin-bottom:10px;
}

div#navigation #map {
 margin-left:16px;
}

div.menuList ul.listContent{

}
div#navigation ul.blogCategory,
div#navigation ul.blogArchive{
	padding-left:10px;
}

div#navigation ul.blogArchive li{
	margin-bottom:2px;
}

ul.listContent {
	padding-right:7px;
}
ul.listContent li{
	background-image:url("images/arrow02.gif");
	background-repeat:no-repeat;
	background-position:10px 5px;
	margin-bottom:5px;
	padding-left:18px;
	font-size:13px;

}
ul.listContent li a{
	color:#0033cc;
	text-decoration:none;
	display:block;
	width:100%;
}
ul.listContent li a:hover{
	text-decoration:underline;
	background-color:#f6f6f6;
}

/* ================ footer ================== */

div#footer {
 clear:both;
 text-align:left;
 background-color:#EFEFEF;
}

div#footer #f_links {
	width:940px;
	margin:0 auto;
	padding:10px 0 5px 0;
}

div#footer div#f_links div.linkBox {
 width: 150px;
 margin-right: 18px;
 margin-bottom: 20px;
 float: left;
}

div#f_links div.linkBox h4 {
 margin-bottom:10px;
 font-size:14px;
 font-weight: normal;
}

div#f_links div.linkBox li {
 font-size:12px;
	background-image: url("images/arrow02_bg.gif");
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left:13px;
	margin-bottom:5px;
}

div#footer #f_body {
 background-color:#004468;
}

div#footer #f_contents {
 margin:0 auto;
 width:940px;
 font-size:12px;
 color:#E4EDED;
 padding-top:30px;
 padding-bottom:30px;
}

#f_contents div#f_logo {
 width:460px;
}

#f_contents div#f_logo h6 {
 float:left;
}

#f_contents div#f_contact {
 width:370px;
 text-align:right;
}

div#f_contact a {
 color:#FFF;
}

#f_contents p.logoImg,
#f_contents p.telImg{
 margin-bottom:8px;
}

ul.fLinkList li{
	float:left;
	display:inline;
	padding:0 10px;
	font-size:12px;
	background-image:url("images/arrow02.gif");
	background-repeat:no-repeat;
	background-position:left center;
}
ul.fLinkList li a{
	color:#004467;
	text-decoration:underline;
}
ul.fLinkList li a:hover{
	text-decoration:none;
}

/* ================ index_page ================== */

body#index div#content div.idx_planbox {
 width:295px;
 float:left;
 border:1px solid #999;
 font-size:12px;
 height:310px;
}

body#index div#content div.idx_planbox p.txt {
 margin:10px;
}

body#index div#content div.idx_planbox ul {
 margin:10px 10px 20px 10px;
 min-height:100px;
 height: auto !important;
 height: 100px;
}

body#index div#content div.idx_planbox p.btn{
 text-align:center;
}

body#index div#content div.shinki,
body#index div#content div.option {
 margin-right:10px;
}

body#index div#content div.shinki {
 background:url("images/cidx_bg_shinki.jpg") no-repeat;
 background-position:right bottom;
}

body#index div#content div.unyo {
 background:url("images/cidx_bg_unyo.jpg") no-repeat;
 background-position:right bottom;
}

body#index div#content div.option {
 background:url("images/cidx_bg_option.jpg") no-repeat;
 background-position:right bottom;
}

body#index div#content div.seminar {
 background:url("images/cidx_bg_seminar.jpg") no-repeat;
 background-position:right bottom;
}


/* ================ content_page ================== */

#content .contactform {
	margin-top:30px;
}

#content .contactform p {
	margin-top:10px;
}

/* ================ contact_page ================== */


div#main,
div#main table {
 width:710px;
}

div#main p {
 margin:10px 0px;
}

div#main table {
 margin-top:20px;
}

div#main th,
div#main td {
 padding:10px;
}

div#main th {
 width:150px;
 background-color: #EFEFEF;
}

div#main th.btn {
 background: none;
}

div#main input.btn_contact {
 padding:5px;
 margin:10px;
}
input.btn_space{
	padding:5px;
}

/* ================ isms_unyou page redesign(20100614)================== */
#content #blonze {
	float: left;
	width: 190px;
	margin-right: 50px;
}
#content #silver {
	float: left;
	width: 190px;
	margin-right: 50px;
}
#content #gold {
	float: left;
	width: 190px;
}
#content #price{

}
#content #price p {
	margin: 0px;
	padding: 0px;
}
#content #price ul {
	height: 130px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin: -8px 0px 0px;
	padding: 10px 0px 0px;
}
#content #price li {
	font-size: 14px;
	margin: 0px 0px 0px 15px;
	line-height: 160%;
}
#content #price p {
	margin-top: 15px;
}
#content #notation {
	width: 650px;
	padding-bottom: 10px;
	padding-left: 30px;
	clear: both;
	border: 1px solid #CCCCCC;
	margin-top:20px;
}
#content #application {
	width: 600px;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-top: 20px;
	background-color: #F3F3F7;
}
#content #application img {
	margin-right: 36px;
	margin-left: 62px;
}

#content .service {
	width: 300px;
}
#content .service img {
	float: left;
}
#content .service dl {
	width: 195px;
	float: left;
}
#content .service dt {
	font-size: 12px;
	font-weight: bold;
	padding-left: 5px;
	line-height: 130%;
	margin-bottom: 10px;
}
#content .service dd {
	padding-right: 10px;
	line-height: 140%;
}
#content .f_left {
	float: left;
}
#content #performance {
	padding-left: 10px;
}
#performance ul {
	float: left;
}
#performance li {
	margin-right: 25px;
}
#content #performance p {
	clear: both;
}

/* ================ isms_zenkokutaiou page redesign(20100621)================== */

#content #areamap {
	background-image: url("images/bg_areamap.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	height: 460px;
	font-size: 14px;
	margin: -20px 0px 0px;
	padding: 0px;
}

#content #zenkoku {
	margin-top: 10px;
}

#content #areamap .txt {
	padding-top: 10px;
}

#content #areamap dl {
	margin-top: 10px;
	margin-left: 30px;
}

#content #areamap #osaka {
	background-image: url("images/bg_icon_osaka.jpg");
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 40px;
	padding-left: 40px;
	margin-bottom: 10px;
}

#content #areamap #tokyo {
	background-image: url("images/bg_icon_tokyo.jpg");
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 40px;
	padding-left: 40px;
	margin-bottom: 10px;
}

#content #areamap #fukuoka {
	background-image: url("images/bg_icon_fukuoka.jpg");
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 43px;
	padding-left: 40px;
	margin-bottom: 10px;
}


/* ================ customer_case(顧客事例) ================== */
div#voice p{
	font-size:13px;
}
div#voice .small_text{
	font-size:12px;
}
div.index{
	border:1px solid #ccc;
	width:680px;
	margin-bottom:1em;
}
div#content div.index p{
	background-color:#37A9E1;
	padding:6px 0 6px 15px;
	font-size:16px;
	color:#fff;
	margin-bottom:15px;
}
ol.indexList{
	padding-left:12px;
	margin-bottom:15px;
}
div.section_box{
	margin-bottom:50px;
}
div#content h2.normal{
	border-top:2px solid #bbb;
	border-bottom:2px solid #bbb;
	padding-top:5px;
	padding-left:3px;
	padding-bottom:5px;
	font-size:19px;
	margin-bottom:20px;
	
}
div.index ol li{
	list-style-type:decimal;
	margin-left:25px;
	font-size:14px;
}

p.member_text{
	overflow:hidden;
}
p.explanation_text{
	overflow:hidden;
	width:300px;
	font-size:13px;
	padding-right:10px;
}
p.answer_text{
	overflow:hidden;
}
div.member_thumbs .f_l{
	margin-right:8px;
}
div.interview_box_l{
	float:left;
	width:200px;
	margin-right:15px;
	display:inline;
}
div.interview_box_l2{
	float:left;
	width:385px;
	padding-right:15px;
	padding-bottom:10px;
}

div.interview_box_l3{
	float:left;
	width:450px;
	padding-right:15px;
	padding-bottom:10px;
}

div#voice p.dialog{
	font-size:11px;
	font-weight:bold;
	margin-bottom:0;

}
div.interview_box_l img{
	margin-bottom:3px;
	margin-top:10px;
}
div.consultant_box{
	padding:20px;
	margin-bottom:20px;
	line-height:1.8;
	background-color:#ecf5ff;
}
div#content div.consultant_box p{
	margin-bottom:0;
	font-size:12px;
}

ol.result li{
	list-style-type:decimal;
	margin-left:30px;
	font-weight:bold;
	color:#003366;
}
div#content h3.interviewer{
	background:none;
	height:auto;
	font-size:13px;
	margin:0;
	margin-bottom:8px;
	padding:0;
	width:auto;
	color:#f27900;
	border:none;
	margin-top:30px;
}

div#content h3.interviewerTop{
	background:none;
	height:auto;
	font-size:13px;
	margin:0;
	margin-bottom:8px;
	padding:0;
	width:auto;
	color:#f27900;
	border:none;
}

div#content .mb30{
	margin-bottom:30px;
}

div#content h4.customer{
	border:none;
	font-size:13px;
	font-weight:bold;
	margin:0;
	padding:0;
	color: #003366;
	background:none;
	margin-bottom:5px;
}
p.idx_btm_img{
	text-align:center;
	margin-bottom:20px;
}
p.customer_thanks{
	text-align:right;
	border-bottom:2px solid #ccc;
	padding-bottom:10px;
	margin-top:40px;
}

div.summary_l{
	float:left;
	width:420px;
}
div.summary{
	width:500px;
	padding-right:200px;
	background-image:url("images/logo.gif");
	background-repeat:no-repeat;
	background-position:550px 10px;
	margin-bottom:1em;
	padding-left:1em;
}

div.summary_r{
	float:right;
	width:250px;
	text-align:center;
}
div.member_thumbs{
	margin-bottom:12px;
}

div.customerImgBox{
	float:right;
	width:200px;
	margin-bottom:10px;
	text-align:center;
}
.imgCenter{
	text-align:center;
}

/* ================ LRMコンサルティング7つの特徴 ================== */
div#featureBox{
	background-image:url("images/bg_dither.gif");
	background-repeat:repeat-y;
	background-position:left top;
	width:680px;
	padding:10px;
}

div.whiteBox{
	background-color:#fff;
	padding:10px 0 10px 10px;
	width:650px;
	margin-bottom:10px;
}

div.featureText{
	padding-right:220px;
	padding-left:15px;
	background-repeat:no-repeat;
}
h2#featureTitle{
	font-size:20px;
	font-weight:bold;
	padding-top:30px;
	padding-left:13px;
}
.ft01,
.ft02,
.ft03,
.ft04,
.ft05,
.ft06,
.ft07{
	background-position:left-top;
	background-repeat:no-repeat;
}

.ft01{background-image:url("images/num01.gif");}
.ft02{background-image:url("images/num02.gif");}
.ft03{background-image:url("images/num03.gif");}
.ft04{background-image:url("images/num04.gif");}
.ft05{background-image:url("images/num05.gif");}
.ft06{background-image:url("images/num06.gif");}
.ft07{background-image:url("images/num07.gif");}

.fi01{background-image:url("images/img_feature01.png"); background-position:right 25px;}
.fi02{background-image:url("images/img_feature02.png"); background-position:470px 40px;}
.fi03{background-image:url("images/img_feature03.png"); background-position:490px 0; height:128px;}
.fi04{background-image:url("images/img_feature04.png"); background-position:475px 0;}
.fi05{background-image:url("images/img_feature05.png"); background-position:455px -5px;}
.fi06{background-image:url("images/img_feature06.png"); background-position:460px 30px;}
.fi07{background-image:url("images/img_feature07.png"); background-position:450px 5px;}

/* ================ ISMS認証取得までの流れ ================== */
div.flow_box{
	padding-left:10px;
	padding-right:10px;
	margin-bottom:35px;
}
.acquisition_textarea{
	float:left;
	width:400px;
	padding-right:10px;
}
img.frame{
	padding:2px;
	border:1px solid #ccc;
}
p.acquisition_img{
	text-align:center;
}
div#content div.flow_box p{
	font-size:14px;
}
dl.term dd{
	margin-bottom:2em;
	font-size:14px;
}
dl.term dt{
	font-weight:bold;
}
/* ================ 会社概要 ================== */
div#area{
	width:940px;
	 margin:0px auto;
}
h1.pageTitle_officeInfo{
	font-size: 20px;
	padding:15px 0;
	border-top:4px solid #134E73;
	border-bottom:2px solid #E6E6E6;
	margin-bottom:15px;
}
div#office_detail{
	width:500px;
	float:left;
}
div#maparea{
	float:right;
	width:400px;
	font-size:13px;
}
div#maparea small{
	padding-left:10px;
}

div#maparea iframe{
	margin-bottom:2em;
}
div#office_detail table.office_outline{
	width:500px;
	font-size:13px;
	margin-top:0;
}
div#office_detail table.office_outline tr th{
	width:25%;
	padding:5px;
	border:1px solid #ccc;
	background-color:#f2f2f2;
}
div#office_detail table.office_outline tr td{
	width:70%;
	border:1px solid #ccc;
	padding:5px;
}
div#media_Results{
	margin-top:10px;
}
div.media_img{
	float:left;
	width:210px;
	margin-right:10px;
}
div.media_img p{
	margin-top:5px;
	font-size:12px;
}
div.media_r{
	float:right;
}
/*-----メディア紹介(コンサル紹介ページ)-----*/

div#content div#media_Results h5{
	margin-top:0;
	font-size:15px;
	margin-bottom:3px;
}

/* ================ form ================== */
form#frm{
	clear:both;
}

form#frm table{
	margin-top:0;
}

input#company,
input#name,
input#mail,
input#tel{
	width:250px;
}
input#comment{
	width:400px;
	height:200px;
}
table label{
	padding-left:3px;
}
.formBtn{
	text-align:center;
	margin-top:20px;
	padding:5px 0;
}

textarea#comment{
	width:500px;
	height:200px;
}


/* ===========ポップアップ=================*/
.tinyTip {
	width:220px;
	padding:8px 0 0 0;
	display:block;
	background:url("images/tips_head.png") 0 0 no-repeat;
}

.tinyTip .content { 
	text-align:left;
	font-size:14px;
	color:#fff;
	width:204px;
	padding:0 8px;
	background:url("images/tips_side.png") 0 0 repeat-y;
}

.tinyTip .bottom {
	width:220px;
	height:20px;
	background:url("images/tips_btm.png") 0 0 no-repeat;
}
img.tTip{
	padding-left:5px;
}


/*----- コンサル対応エリア -----*/
.redBorderBox{
	border:3px solid #BF0D0D;
	padding:10px 8px;
	margin-bottom:20px;
}
div#content .redBorderBox p{
	font-size:20px;
	font-weight:bold;
	margin-bottom:0;
	letter-spacing:-0.05em;
}

div#content p.mb20{
	margin-bottom:20px;
}
