@charset "utf-8";
/* ****************************************************
other.css
***************************************************** */

/* Index [ other.css ]
=================================
1: recruit
2: attention
3: map
4: text_change
99: clearfix
=================================*/

/* 1:recruit
------------------------------------ */
img.outlink-icon {
	margin-left: 8px;
}


/* 2:attention
------------------------------------ */
#attention ul.att01 {
	margin-bottom: 15px;
}

#attention ul.att01 li {
	display: block;
	text-indent: -1em;
	padding-left: 1em;
}

#attention ul.att01 li ul {
	padding-left: 1.5em;
}


/* 3:map
------------------------------------ */
/* topic-path */
#map #contents #content-body #topic-path {
	margin: 8px 8px 5px 8px;
}
/* heading */
.design-h4 {
	margin-top: 15px;
	padding: 8px 0 0 0;
	background: none;
	border-top: 2px solid #dfdfdf;
}

.design-h4 span {
	display: block;
	margin-bottom: 10px;
	padding-left: 12px;
	background: url(../images/common_bg06.gif) no-repeat left center;
}

#map div.column03 .inner-double .design-h4 {
	margin-left: 10px;
}

/* txtlink */
#map .txtlink a {
	padding-left: 17px;
}

/*----- column03 -----*/
#map div.column03 {
	margin-left: -10px;
}

#map div.product {
	margin-bottom: 10px;
	/*background: url(../../map/images/index_ex01.gif) no-repeat 10px bottom;*/
	background: url(../../map/img/index_ex01.gif) no-repeat 10px bottom;
}

/* inner-col */
#map div.column03 .inner-col {
	display: inline;
	float: left;
	width: 310px;
	margin-left: 10px;
}

#map div.column03 .col-long {
	width: 320px;
	margin-left: 0;
}

#map div.column03 .prod {
	width: 230px;
}

#map div.column03 .inner-col ul {
	padding: 0 10px 10px 10px;
}

#map div.column03 .inner-col ul li {
	margin-bottom: 3px;
}

#map div.column03 .inner-col dl {
	padding: 0 10px 10px 10px;
}

#map div.column03 .inner-col dl dt {
	margin-bottom: 3px;
}

#map div.column03 .inner-col dl dd ul {
	padding: 0;
}

#map div.column03 .inner-col dl dd ul li {
	margin: 0;
	padding-left: 6px;
	background: url(../images/common_bg17.gif) no-repeat 0 0.5em;
}

/* inner-double */
#map div.column03 .inner-double {
	float: left;
	width: 640px;
	margin-left: 0;
}

#map div.column03 .inner-double .inner-col {
	margin-left: 10px;
}


/* 4:text_change
------------------------------------ */
.text-change-lead {
	margin: 25px 0;
}
.caption-asterisk02 {
	padding-left:1em;
	text-indent:-1em;
	display:block;
	font-size: 83%;
}
	
div.anchor-area {
	width: auto;
}
div.illust-area {
	margin: 25px 0;
}
div.illust-area p {
	color: #132754;
	font-weight: bold;
}

/* 99:clearfix
------------------------------------ */
#map .column03:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#map .column03 {
	min-height: 1px;
}

/* for IE6 */
* html #map .column03 {
	height: 1px;
}

/* for IE7 */
*:first-child+html #map .column03 {
	zoom: 1;
}
