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

#news .blockInner {
	padding-left:60px;
	padding-right:60px;
}
#news h3 {	
	font-size:161.6%;
	font-weight:normal;
}
#news .newslist { border:none;}
#news .newslist ul {}
#news .newslist li {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
    position: relative;
	padding-left:110px;
}

#news .newslist li .item {
	position:absolute;
	left:0;
	_left:-110px;
}
#news .newslist li .day {
	position:absolute;
	left:20px;
	_left:-90px;
}

#news .newslist li a:link,
#news .newslist li a:visited{ color: #268A43;}

/* ----------------------------------------------------- */
/* index
/* ----------------------------------------------------- */
#infoArea {}
#infoArea li { 
	display:inline-block;
	*display: inline;  
    *zoom: 1;
	*margin-right:10px; 
	
	}
#infoArea li.mR0 { margin-right:0;}
#infoArea li a { display:block;}

/* ----------------------------------------------------- */
/* main 2nd page
/* ----------------------------------------------------- */

div#pagePathNavi{
	padding:15px 19px;
	border-bottom:1px solid #CCC;
	background:url(../../img/common/bg_shadowvisual.gif) repeat-x left top;
}

*html div#pagePathNavi{text-align:left;}/*for IE6*/

div#pagePathNavi a,
div#pagePathNavi span{
	line-height:1.1em;
	display:inline-block;
	padding-left:20px;
	font-size:85%;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	background:url(../img/common/arrow_pagepath.gif) no-repeat 2px 0.2em;
	text-decoration:none;
	color:#444;
}

/*for IE6*/
*html div#pagePathNavi a,
*html div#pagePathNavi span{ background-position:2px 0;}
/*for IE7*/
*+html div#pagePathNavi a,
*+html div#pagePathNavi span{ background-position:2px 0;}

div#pagePathNavi a:hover{text-decoration:underline; color:#0152be;}

div#pagePathNavi a.home{background-image:none; padding-left:0;}

div#pagePathNavi span{/* font-weight:bold;*/}

.column {
	margin-top:22px;
	width:100%;
}
.column .blockInner {
	padding-left:40px;
	padding-right:40px;
}

h3 {
	margin-bottom: 10px;
	font-size:123.1%;
}

h4 {
	font-size:123.1%;
	margin-top:20px;
	margin-bottom:10px;
}

/* categorylist
/* ----------------------------------------------------- */
/* index / business
/* ----------------------------------------------------- */
.mainlist {
	border: solid 1px #eee;
	padding-bottom:15px;
}
.mainlist,
.categorylist { 
}
.categorylist {
	background:#e9fce3;
	margin-top:30px;
}
.mainlist ul {}
.categorylist ul {
	padding-top:0.5em;
	padding-bottom:0.5em;
}
.mainlist li,
.categorylist li {
	display:inline-block;
	*display: inline;  
    *zoom: 1; 
	line-height:1.5em;
	padding-left:25px;
	width:127px;
}

.mainlist li .item,
.categorylist li .item{
	position:relative;
	left:-3px;
	
}
.mainlist li a{
	display:block;
}
.categorylist li a{
	color:#268a43; 
	display:block;
}

.mainlistunit img {
	display:inline-block;
	*display: inline;  
    *zoom: 1; 
}

/* officeContainer
/* ----------------------------------------------------- */
.officeContainer table {
	background:#eee;
	width:300px;
}

.officeContainer table th { 
	padding-left:20px;
	text-align:left; 
	font-weight:normal;
}

.officeContainer table tr.sokoitems th {
	padding:10px 0 10px 10px; 
	font-weight:bold;
}
.officeContainer table tr.sokoitems th,
.officeContainer table tr.sokoitems td { border-bottom:solid 1px #fff;}

.officeContainer table tr.sokoitems01 th,
.officeContainer table tr.sokoitems01 td,
.officeContainer table tr.sokoitems02 th,
.officeContainer table tr.sokoitems02 td  { 
	border-bottom:none;
	padding-left:10px;
}
.officeContainer table tr.sokoitems02 th{ font-weight:bold;}

.officeContainer table td { 
	padding:10px 10px 10px 0; 
	text-align:right; 
	white-space: nowrap;
}

.office_map { position:relative;}
.pic_02_on a {
	background:url(../office/img/pic_02_on.gif) 0 0 no-repeat;
	position:absolute;
	top:20px;
	right:70px;height:57px; width:179px;
}
.pic_03_on a {
	background:url(../office/img/pic_03_on.gif) 0 0 no-repeat;
	position:absolute;
	top:112px;
	right:15px;height:61px; width:162px;
}
.pic_02_on a:hover { background:url(../office/img/pic_02_on.gif) -179px 0 no-repeat;}
.pic_03_on a:hover { background:url(../office/img/pic_03_on.gif) -162px 0 no-repeat;}

/* privaccy / poricy
/* ----------------------------------------------------- */
.risk_service_frame { position:relative;}
.risk_service_frame .leadbox {
	position:absolute;
	top:0;
	width:30em;
}

/* privaccy / poricy
/* ----------------------------------------------------- */
.numberList ul{
	position:relative;
}
.numberList li { 
	padding-left:1.5em;
	padding-bottom:1em;
} 
.numberList li .item {
	position:absolute;
	left:0;
}

.policyList ul {}

.policyList li {
	padding-left:1.5em;
	padding-top:1em;
	padding-bottom:1em;
}

.policyList li h3 {
	position:relative;
	left:-1.5em;
	font-size:100%;
}
.policyList li h3 .border_bottom_dotted { padding-bottom:2px;}

.fontB {
	font-weight:bold;
}

/* diskitemList
/* ----------------------------------------------------- */
.diskitemList ul {}
.diskitemList li {
	padding-left:1.5em;
	padding-bottom:0.5em;
	position:relative;
}
.diskitemList li .item {
	position:absolute;
	left:0;
}
.diskitemList li a {
	background:#dbf8dd;
	display:inline-block;
	*display: inline;  
    *zoom: 1; 
}


#contact .diskitemList ul { padding-left:15px;}

/* table
/* ----------------------------------------------------- */
table,
.contactList table,
#contact table,
#contact form table  {
	border-collapse: collapse;
	border-spacing: 0;
	width:100%;
}
table th { padding:10px 0 10px 10px;}
table td{ 
	border-bottom: solid 1px #eee;
	padding:10px 0;
}

.btn_detail {
	position:absolute;
	right:163px;
}
.btn_detail a{ display:block;}
.contactList table { border-top:solid 1px #ccc;}
.contactList table tr,
.contactList table td { border-bottom:solid 1px #ccc;}
.contactList table th { background:#e1f8e5;}

#contact table { 
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
}
#contact table th,
#contact form table th {
	background:#e1f8e5;
	font-weight:normal;
	text-align:center;
}
#contact table th, 
#contact table td {
	padding: 3px 10px;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}

#contact h3 { margin-bottom:0;}

.diskitemList h3 { padding-left:20px;}

#contact form table { 
	border-left: none;
	margin-bottom:30px;
}
#contact form table th,
#contact form table td { 
	padding: 5px 0 5px 10px;
	text-align:left;
	border-right: none;
	border-bottom: solid 1px #ccc;
}

/* form
/* ----------------------------------------------------- */
.list1 { width:18em;}
.list2 { width:4em;}
.list3 { width:30em;}
textarea {
    height: 200px;
    width: 448px;
}
.pagemove input {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	width:auto
}

.pagemove {
	margin:0 auto;
	text-align:center;
}
.pagemove imput { display:inline-block;}

.pagemove .resetBtn{
	background:url(../inquiry/img/btn_reset.gif) no-repeat; 
	cursor: pointer;
	height: 30px;
	position:relative;
	top:-9px;
	top:0px\9 ;
    width: 83px;
}
@media screen and (-webkit-min-device-pixel-ratio : 0 ) {
	.pagemove .resetBtn{
		top:-17px;
	}
}

.errorframe,
.thanksframe {
	padding:1em;
	border:solid 1px #FF3333;
}

.thanksframe {
	border:none;
	margin:0 auto;
	width:25em;
}

/* unitbox
/* ----------------------------------------------------- */
.unitbox,
.unitboxRe {
	margin-top:20px;
	overflow:hidden;
	padding-bottom:20px;
	clear:both;
	*height:1%;
	*zoom: 1;
}
.unitboxInner {
	overflow:hidden;
}
.floatbox,
.unitboxInner .floatbox {
	float:left;
	margin-right:45px;
	clear:both;
	*height:1%;
	*zoom: 1;
}
.unitboxRe .floatbox,
.unitboxRe .unitboxInner .floatbox {
	float:right;
	margin-left:20px;
	margin-right:0;
	clear:both;
	*height:1%;
	*zoom: 1;
}

.followbox h4,
.unitboxInner .followbox h4 { 
	margin-bottom:5px;
	position:relative;
	left:-15px;
}

.unitboxRe .followbox h4,
.unitboxRe .unitboxInner .followbox h4 { 
	position:relative;
	left:0;
	margin-top:0;
}

.unitbox h5 {
	margin-bottom:5px;
	line-height:1.3em;
}
.border_bottom_dotted {
	border-bottom: dotted 1px #999999;
}
.border_bottom_solid {
	border-bottom: solid 1px #999999;
	padding-bottom: 2px;
}

/* link
/* ----------------------------------------------------- */
.pageback {
	text-align:center;
}
.pageback a { 
	display:block;
	margin:30px auto 0;
	width:198px;
}
.contentsfooter {
	position:relative;
	right:8px;
	bottom:0;
	width:100%;
	*right:6px;
}
a.pageTopAnchor { background: url(../img/common/arrow_4.gif) no-repeat 0 0;}
a.pageTopAnchor:hover { background: url(../img/common/arrow_5.gif) no-repeat 0 0;}
a.pageTopAnchor, a.pageTopAnchor:hover {
    display: block;
    float: right;
    height: 23px;
    overflow: hidden;
    padding-left: 20px;
    width: 96px;
}

.sentence a {
    background: none repeat scroll 0 0 #DBF8DD;
    display: inline-block;
}


/* ----------------------------------------------------- */
/* sitemap
/* ----------------------------------------------------- */ 
#sitemap .mainlist { border:none;}
#sitemap .mainlist li { 
	width:638px;
	padding-left:0;
}


/* ----------------------------------------------------- */
/* IE
/* ----------------------------------------------------- */
/* office
/* ----------------------------------------------------- */ 
.pic_02_on a { *right:110px;}
.pic_03_on a { *right:55px;}

/* privaccy / poricy
/* ----------------------------------------------------- */ 
.numberList li .item { *left:-1em;}
.policyList li h3 { *left:-2.5em;}

/* form
/* ----------------------------------------------------- */ 
.pagemove .resetBtn{ *top:-4px;}
#contact h3 { *margin-bottom: 5px;}