@charset "utf-8";
@import "mp.css";
@media print {
	body {
		zoom: 0.75;
	}

	* html body {
		zoom: 0.65;
	}

	*+html body {
		zoom: 0.65;
	}

	#wrapper,
	#wrapper.ideamanagement03 .box_wrapper,
	#service.snavi03 #wrapper .dl01,
	#service.snavi03 #wrapper .photo_box,
	#service.snavi04 #wrapper .inner_box,
	.ideamanagement02 .box01 {
		display: table!important;
		background: none!important;
	}

	#main_column, 
	#sub_column,
	#contents .boxl,
	#contents .box_r,
	#service.snavi03 #wrapper .dl01 dt,
	#service.snavi03 #wrapper .dl01 dd,
	#service.snavi03 #wrapper .photo_box li,
	#service.snavi04 #wrapper .l_box,
	.ideamanagement02 .box01 .box_img,
	.ideamanagement02 .box01 .p01 {
		display: table-cell!important;
		float: none!important;
		vertical-align: top;
	}
	
	#contents .boxl,
	.ideamanagement02 .box01 .p01 {
		padding-right: 20px;
	}

	* html #wrapper,
	* html #wrapper.ideamanagement03 .box_wrapper,
	* html #service.snavi03 #wrapper .dl01,
	* html #service.snavi03 #wrapper .photo_box,
	* html #service.snavi04 #wrapper .inner_box,
	* html .ideamanagement02 .box01 {
		display: block!important;
	}

	* html #main_column,
	* html #contents .boxl,
	* html #service.snavi03 #wrapper .dl01 dt,
	* html #service.snavi03 #wrapper .photo_box li,
	* html #service.snavi04 #wrapper .l_box,
	* html .ideamanagement02 .box01 .p01 {
		float: left!important;
	}
	
	* html #service.snavi04 #wrapper .l_box {
		margin-right: 5px!important;
	}
	
	* html #sub_column,
	* html #contents .box_r,
	* html #service.snavi03 #wrapper .dl01 dd,
	* html .ideamanagement02 .box01 .box_img {
		float: right!important;
	}

	*+html #wrapper,
	*+html #wrapper.ideamanagement03 .box_wrapper,
	*+html #service.snavi03 #wrapper .dl01,
	*+html #service.snavi03 #wrapper .photo_box,
	*+html #service.snavi04 #wrapper .inner_box,
	*+html .ideamanagement02 .box01 {
		display: block!important;
	}

	*+html #main_column,
	*+html #contents .boxl,
	*+html #service.snavi03 #wrapper .dl01 dt,
	*+html #service.snavi03 #wrapper .photo_box li,
	*+html #service.snavi04 #wrapper .l_box,
	*+html .ideamanagement02 .box01 .p01 {
		float: left!important;
	}
	
	*+html #sub_column,
	*+html .box_r,
	*+html #service.snavi03 #wrapper .dl01 dd,
	*+html .ideamanagement02 .box01 .box_img {
		float: right!important;
	}
}

/* reset
--------------------------------------------------------------*/
body,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,p,div,address,pre,a,map,form,table,textarea,input {
	margin: 0;
	padding: 0;
	font-size: 100.01%;
	font-family: "ＭＳ Ｐゴシック","MS P Gothic","メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,sans-serif;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	line-height: 1.3;
}

h1,h1 a,
h2,h2 a,
h3,h3 a,
h4,h4 a,
h5,h5 a,
h6,h6 a,
dt,dt a {
	font-weight: bold;
}

hr {
	display: none;
}

img {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
	line-height: 0;
	font-size: 0;
}
a img {
	display: inline;
	vertical-align: top;
}

ul,
ol {
	list-style: none;
}

table {
	border-collapse: collapse;
}

th {
	text-align: left;
}

a:link,
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover,
a:active {
	text-decoration: underline;
	color: #000;
}
a:focus {
	outline: none;
}

body {
	background-color: #fff;
	font-size: 81.25%;
	color: #000;
}
html>/**/body {
	font-size: 13px;
}

/* end reset
--------------------------------------------------------------*/


/* common parts
--------------------------------------------------------------*/
/* clearfix */
.clearfix:after,
.clearfix_list li:after,
.clearfix_list dl:after {
	content: url(../images/spacer.gif);
	display: block;
	clear: both;
	height: 0;
}
.clearfix,
.clearfix_list li,
.clearfix_list dl {
	display: inline-block;
}
.clearfix,
.clearfix_list li,
.clearfix_list dl {
	display: block;
}

/* margin */
.mb1em {
	margin-bottom: 1.3em;
}

/* text-align */
.align_center {
	text-align: center;
}

.align_right {
	text-align: right;
}

/* indent */
.text_list_dot,
.text_list_dot li,
.text_list_dot dd {
	padding-left: 0.5em;
	text-indent: -0.5em;
}

/* remarks */
.remarks {
	text-indent: -1em;
	padding-left: 1em;
}

/* block01 */
.block01 {
	padding: 10px;
	background-color: #efefef;
}

.block01_inner {
	padding: 20px;
	border: 1px solid #afafaf;
	background-color: #fff;
}

/* block02 */
.block02 {
	padding: 15px 0 5px;
	background-color: #efefef;
}

.block02 .title {
	margin: -15px 0 12px;
}

.block02_shadow {
	margin: 0 13px 8px 15px;
	border-right: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}

.block02_inner {
	padding: 20px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #fff;
}

/* block03 */
.block03 {
	background: url(../images/line_dot02v.gif) repeat-y 0 0;
}

.block03_inner01 {
	background: url(../images/line_dot02.gif) repeat-x 0 0;
}

.block03_inner02 {
	padding: 21px;
	background: url(../images/line_dot02.gif) repeat-x 0 100%;
}


/* block04 */
.block04 {
	padding: 2px;
	border: 1px solid #878787;
}

.block04_inner {
	padding: 23px;
	border: 1px solid #bfbfbf;
}

/* adobe_reader */
.adobe_reader .bnr {
	float: left;
}

.adobe_reader .txt {
	float: right;
	width: 545px;
}

/* lead_block */
.lead_block {
	margin: 0 16px 35px;
}

.lead_block .copy {
	margin-bottom: 25px;
}

/* decimal01 */
ul.decimal01 li {
	padding-left: 1.1em;
	text-indent: -1.1em;
}

/* def_list01 */
.def_list01 {
	padding: 1px 0 1px 1px;
	border: 1px solid #afafaf;
	background-color: #fff;
}

.def_list01 dl {
	background-repeat: repeat-y;
	background-position: 0 0;
}

.def_list01 dt,
.def_list01 dd {
	float: left;
	padding: 7px 12px;
}

.def_list01 dt {
	border-top: 1px solid #c7c7c7;
	color: #fff;
}

.def_list01 dd {
	border-top: 1px solid #afafaf;
}

.def_list01 dl.first dt,
.def_list01 dl.first dd {
	border-top: none;
}

.def_list_w150 dl {
	background-image: url(../images/bg_dt150.gif);
}

.def_list_w150 dt {
	width: 126px;
}

.def_list_w150 dd {
	width: 568px;
}

/* pagetop_mid */
.pagetop_mid {
	height: 10px;
	margin-top: 10px;
	overflow: hidden;
	text-align: right;
}

/* context_link */
.context_link {
	margin: 15px 15px 0;
}

.context_link li {
	background-repeat: no-repeat;
}

.context_link li.prev {
	float: left;
	padding-left: 8px;
	background-image: url(../images/icon_arrow05.gif);
	background-position: 0 48%;
}

.context_link li.next {
	float: right;
	padding-right: 8px;
	background-image: url(../images/icon_arrow02.gif);
	background-position: 100% 48%;
}

/* end common parts
--------------------------------------------------------------*/


/* common layout
--------------------------------------------------------------*/
/* line-height */
#main_column p,
#main_column li,
#main_column dt,
#main_column dd,
#main_column a {
	line-height: 1.4;
}

#wrapper {
	width: 100%;
}

/* header */
#header {
	width: 100%;
	background: #961518 url(../images/bg_header.gif) repeat-x 0 0;
}

#header .header_inner {
	width: 100%;
	background: url(../images/bg_header_inner.gif) no-repeat 50% 0;
}

#pagetop {
	width: 980px;
	height: 80px;
	margin: 0 auto;
	padding: 0 1px;
	background: url(../images/bg_header_inner.gif) no-repeat 50% 0;
}

#pagetop .logo {
	float: left;
	margin-top: 7px;
}

#pagetop .link {
	float: right;
	width: 326px;
	margin-top: 12px;
}

#pagetop .navi {
	width: 182px;
	margin-bottom: 12px;
	padding-left: 145px;
	text-align: right;
}

#pagetop .navi li {
	float: left;
	height: 14px;
	padding-left: 19px;
}

#pagetop .language {
	float: left;
}

#pagetop .language li {
	float: left;
}

#pagetop .search {
	float: right;
	width: 162px;
	background: url(../images/header_bg_search.gif) no-repeat 0 0;
}

#pagetop .search #search_txt {
	float: left;
	width: 126px;
	height: 16px;
	margin-top: 5px;
	padding-left: 5px;
	border: 0 none;
	background-color: transparent;
	color: #cd9192;
	outline: none;
}

#pagetop .search #search_btn {
	float: right;
	width: 25px;
	height: 25px;
	border: 0 none;
	background-image: url(../images/header_btn_search.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	cursor: pointer;
}

#pagetop .search input.rollover {
	background-image: url(../images/header_btn_search_on.gif);
}

#key_visual,
#key_visual_flash {
	width: 100%;
	background-color: #000;
}

#key_visual .key_visual_inner {
	width: 100%;
	background: #262626 url(../images/bg_key_visual_inner.gif) repeat-y 50% 0;
}

#key_visual .title {
	width: 980px;
	margin: 0 auto;
	padding: 0 1px;
	background-color: #000;
}

#key_visual .key_visual_inner .title {
	background-color: #1c1c1c;
}

/* gnavi */
#gnavi {
	width: 100%;
	background: url(../images/bg_gnavi.gif) repeat-x 0 0;
}

#gnavi ul {
	width: 980px;
	margin: 0 auto;
	padding: 0 1px;
	background-color: #8b1417;
	background-image: url(../images/bg_gnavi_shadow.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

*html #gnavi ul {
	background-image: url(../images/bg_gnavi_shadow.gif);
}

#gnavi li {
	float: left;
}

#gnavi li.index {
	padding-left: 1px;
}

/* contents */
#contents {
	width: 980px;
	margin: 20px auto;
	padding: 0 1px;
}

#main_column {
	float: left;
	width: 750px;
}

#sub_column {
	float: right;
	width: 230px;
}

/* pagetop_link */
#pagetop_link {
	width: 980px;
	margin: 0 auto 12px;
	padding: 0 1px;
}

#pagetop_link .pagetop {
	text-align: right;
}

/* footer */
#footer {
	width: 100%;
	min-height: 40px;
	height: auto !important;
	height: 40px;
	background: #c4c4c4 url(../images/bg_footer.gif) repeat-x 0 0;
}

#footer .footer_inner {
	position: relative;
	width: 980px;
	margin: 0 auto;
	padding: 0 1px;
	background: #c4c4c4 url(../images/bg_footer.gif) repeat-x 0 0;
}

#footer .navi {
	width: 691px;
	margin-left: 1px;
	padding: 14px 0 10px 8px;
	background: url(../images/icon_arrow03.gif) no-repeat 0 50%;
}

#footer .navi a {
	font-size: 84.62%;
}

#footer address {
	position: absolute;
	right: 0;
	top: 13px;
	width: 281px;
}

/* topic_path */
#topic_path {
	font-size: 84.62%;
}

#topic_path ul {
	padding-left: 10px;
}

#topic_path li {
	display: inline;
	padding-right: 4px;
	padding-left: 10px;
	background: url(../images/icon_arrow02.gif) no-repeat 0 40%;
	color: #ad3d40;
}

#topic_path li.home {
	padding-left: 0;
	background: none;
}

/* end common layout
--------------------------------------------------------------*/


/* category_top
--------------------------------------------------------------*/
.category_top #pagetop {
	height: 77px;
}

.category_top #topic_path {
	width: 980px;
	margin: 16px auto 0;
	background: url(../images/category/bg_topic_path.gif) repeat-y 0 0;
}

.category_top #contents {
	margin-top: 14px;
}

.category_top #main_column {
	width: 980px;
	float: none;
}

.category_top .entrance {
	width: 980px;
	margin-bottom: 18px;
	background: url(../images/category/bg_entrance_rep.gif) repeat 0 0;
}

.category_top .entrance_col01 {
	width: 333px;
}

.category_top .entrance_col02 {
	width: 666px;
}

.category_top .entrance ul {
	padding-bottom: 15px;
	background: url(../images/category/bg_entrance_btm.gif) repeat-x 0 100%;
}

.category_top .entrance li {
	float: left;
	width: 314px;
	padding-right: 19px;
}

.category_top .entrance li.last {
	padding-right: 0;
}

.category_top .entrance .info {
	width: 284px;
	padding: 13px 0 0 15px;
}

.category_top .entrance .info .txt {
	float: left;
	width: 158px;
}

.category_top .entrance .info .img {
	float: right;
	width: 115px;
}

/* end category_top
--------------------------------------------------------------*/


/* under_layer
--------------------------------------------------------------*/
.under_layer #pagetop {
	height: 77px;
}

.under_layer #key_visual .title {
	height: 145px;
}

.under_layer #contents {
	margin-top: -36px;
	margin-bottom: 0;
	padding-bottom: 20px;
	background: url(../images/bg_contents.gif) repeat-y 100% 0;
}

.under_layer #topic_path {
	padding: 9px 0 19px;
}

.under_layer #topic_path ul {
	min-height: 17px;
	height: auto !important;
	height: 17px;
	padding-left: 16px;
}

.under_layer #main_column {
	width: 765px;
	padding-right: 25px;
	border-top: 1px solid #fff;
	background-color: #fff;
}

.under_layer #sub_column {
	width: 190px;
	border-top: 1px solid #fff;
}

.under_layer #sub_column #snavi {
	margin-bottom: 30px;
	background-color: #404040;
}

.under_layer #sub_column #snavi ul {
	width: 170px;
	margin: 0 auto;
	padding: 11px 0 10px;
}

.under_layer #sub_column #snavi ul ul {
	margin-bottom: -1px;
	padding-top: 1px;
	padding-bottom: 0;
}

.under_layer #sub_column #snavi li {
	padding-top: 1px;
	padding-bottom: 1px;
	border-top: 1px solid #535353;
}

.under_layer #sub_column #snavi li.first {
	padding-top: 0;
	border-top: none;
}

.under_layer #sub_column .banner {
	margin-bottom: 30px;
}

.under_layer #sub_column .banner li {
	margin-bottom: 10px;
}

.under_layer #pagetop_link {
	margin-bottom: 0;
	padding-bottom: 12px;
	background: url(../images/bg_contents.gif) repeat-y 100% 0;
}

.under_layer #pagetop_link .pagetop {
	padding-right: 10px;
}

/* end under_layer
--------------------------------------------------------------*/


/* news_entry_list
--------------------------------------------------------------*/
#main_column .news_entry_list li {
	margin-bottom: 7px;
	padding-bottom: 8px;
	background: url(../images/line_dot01.gif) repeat-x 0 100%;
}

#main_column .news_entry_list .category {
	float: left;
	width: 87px;
	padding-left: 15px;
}

#main_column .news_entry_list dl {
	float: left;
	width: 653px;
}

#main_column .news_entry_list .date {
	float: left;
	width: 6em;
	margin-right: -6.8em;
	padding-left: 0.8em;
	background: url(../images/icon_arrow02.gif) no-repeat 0 0.5em;
	font-weight: normal;
}

#main_column .news_entry_list .title {
	padding-left: 6.8em;
}

/* end news_entry_list
--------------------------------------------------------------*/


/* index
--------------------------------------------------------------*/
#index #key_visual {
	height: 335px;
}

#index #key_visual_flash {
	background-color: #282828;
}

#index #key_visual .title {
	position: relative;
	background: url(../../images/bg_title.gif) repeat-y 0 0;
}

#index #key_visual .title_nofla_onjs {
	display: none;
}
#index #key_visual .title .img {
	width: 860px;
	margin: 0 auto;
}

#index #key_visual .title .btn {
	position: absolute;
	right: 80px;
	bottom: 20px;
}

#index #key_visual .title .btn a {
	display: block;
	width: 226px;
	height: 70px;
	overflow: hidden;
}

#index #key_visual .title .btn a:hover {
	width: 224px;
	height: 68px;
	border: 1px solid #9c1316;
}

#index #key_visual .title .btn a img {
	display: block;
}

#index #key_visual .title .btn a:hover img {
	margin: -1px 0 0 -1px;
}

/* service */
#index #main_column .service {
	width: 741px;
	margin-bottom: 25px;
	background: url(../../images/bg_service_rep.gif) repeat 0 0;
}

#index #main_column .service_inner {
	padding-bottom: 9px;
	background: url(../../images/bg_service_btm.gif) repeat-x 0 100%;
}

#index #main_column .service dl {
	float: left;
	width: 231px;
	padding-right: 16px;
}

#index #main_column .service dl.right {
	padding-right: 0;
}

#index #main_column .service dt {
	margin-bottom: 8px;
}

#index #main_column .service dd {
	margin-left: 16px;
	padding: 0 10px 4px 10px;
	background: url(../images/icon_arrow01.gif) no-repeat 0 0.5em;
}

/* news */
#index #main_column .news {
	width: 725px;
}

#index #main_column .news .title_block {
	position: relative;
	width: 725px;
	height: 27px;
	margin-bottom: 12px;
}

#index #main_column .news .title_block .btn {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
}

#index #main_column .news .title_block .btn li {
	display: inline;
}

#index #main_column .news .title_block .btn li.archive {
	margin-left: -4px;
}


#index #main_column .news .news_entry_list dl {
	width: 613px;
}

/* sub_column */
#index #sub_column .web_magazine {
	margin-bottom: 20px;
}

#index #sub_column .pickup {
	margin-bottom: 20px;
	background-color: #f0ecd7;
}

#index #sub_column .pickup .title {
	margin-bottom: 7px;
}

#index #sub_column .pickup ul {
	padding: 0 10px 5px;
}

#index #sub_column .pickup li {
	margin-bottom: 5px;
}

/* end index
--------------------------------------------------------------*/


/* recruit
--------------------------------------------------------------*/
html {
	height: 100%;
}
#recruit {
	position: relative;
	min-height: 450px;
	height: 100% !important;
}

*html #recruit {
	padding-bottom: 120px;
}

#recruit #footer {
	position: absolute;
	bottom: 0;
}

/* index */
#recruit .index #contents {
	position: absolute;
	top: 52%;
	width: 100%;
	margin: 0 -2px;
}

/*#recruit .index #contents {
	width: 980px;
	margin: 0 auto;
	padding: 150px 1px 180px;
}*/

#recruit .index #contents .open {
	width: 980px;
	margin: 0 auto;
	text-align: center;
}

#recruit .index #contents .open img {
	display: inline;
}

/* end recruit
--------------------------------------------------------------*/


/* news
--------------------------------------------------------------*/
#news .under_layer #sub_column #snavi li a {
	display: block;
	padding: 8px 10px 8px 22px;
	background-image: url(../images/icon_arrow02.gif);
	background-repeat: no-repeat;
	background-position: 11px 50%;
	color: #fff;
}

#news .under_layer #sub_column #snavi li.current a,
#news .under_layer #sub_column #snavi li a:hover {
	background-color: #535353;
	background-image: url(../images/icon_arrow04.gif);
	text-decoration: none;
}

#news #main_column .title01 {
	margin-bottom: 16px;
	border-top: 1px solid #afafaf;
	background: url(../../news/images/bg_m_year_rep.gif) repeat-y 0 0;
}

#news #main_column .title01_join {
	margin-bottom: 0;
}

#news #main_column .title01 .title {
	padding: 10px 15px 14px 16px;
	background-image: url(../../news/images/bg_m_year_btm01.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
}

#news #main_column .title01_join .title {
	background-image: url(../../news/images/bg_m_year_btm02.gif);
}

#news #main_column .title01 .title span {
	display: block;
	min-height: 21px;
	height: auto !important;
	height: 21px;
	padding: 2px 0 0 15px;
	background: url(../../news/images/icon_m_year.gif) no-repeat 0 50%;
	font-size: 125%;
	font-weight: bold;
}

#news #main_column .entry_detail {
	background: url(../../news/images/bg_entry_detail_rep.gif) repeat-y 0 0;
}

#news #main_column .entry_detail_inner {
	padding: 12px 30px 30px;
	background: url(../../news/images/bg_entry_detail_btm.gif) no-repeat 0 100%;
}

#news #main_column .entry_detail .entry_title {
	padding-bottom: 1px;
	background: url(../images/line_dot01.gif) repeat-x 0 100%;
}

#news #main_column .entry_detail .entry_title .title {
	padding: 10px 15px;
	background: url(../images/bg_slash01.gif) repeat 0 0;
}

#news #main_column .entry_detail .category_date {
	margin-bottom: 1px;
	padding: 10px 15px;
	background: url(../images/line_dot01.gif) repeat-x 0 100%;
}

#news #main_column .entry_detail .category_date .category {
	float: left;
	padding-right: 10px;
}

#news #main_column .entry_detail .category_date .date {
	float: left;
}

#news #main_column .entry_detail .entry_body {
	width: 675px;
	padding: 15px 15px 5px;
	background: #f6f6f6 url(../images/line_dot01.gif) repeat-x 0 100%;
}

#news #main_column .entry_detail .entry_body p {
	margin-bottom: 1em;
}

#news #main_column .entry_detail .entry_body p img {
	display: inline;
}
/* end news
--------------------------------------------------------------*/


/* privacy contact
--------------------------------------------------------------*/
#privacy .contact .block02 p {
	padding-top: 18px;
}

#privacy .contact .block02 a:link,
#privacy .contact .block02 a:visited {
	text-decoration: underline;
}

#privacy .contact .block02 a:hover,
#privacy .contact .block02 a:active {
	text-decoration: none;
}

#privacy .contact .block02 img.pdf {
	display: inline;
	padding: 0 3px 2px;
	vertical-align: bottom;
}

#privacy .contact .block02 .remarks {
	font-size: 84.62%;
}

#privacy .contact .block02 .def_list01 dt {
	font-weight: normal;
}

#privacy .contact .block02 .def_list_w150 dd {
	width: 518px;
}

#privacy .contact .block02 .box01 {
	margin-top: 18px;
	padding-top: 18px;
	background: url(../images/line_dot01.gif) repeat-x 0 0;
}

#privacy .contact .block02 .box01 dl {
	padding-bottom: 18px;
	background: url(../images/line_dot01.gif) repeat-x 0 100%;
}

/* end privacy contact
--------------------------------------------------------------*/


/* ml common
--------------------------------------------------------------*/
#ml .form_btn {
	margin-top: 20px;
	text-align: center;
}

/* ml common
--------------------------------------------------------------*/


/* ml index
--------------------------------------------------------------*/
#ml .index .box01 .txt01 {
	margin-bottom: 5px;
}

#ml .index .box01 .txt01 span {
	color: #9a1623;
}

#ml .index .box01 .txt02 {
	padding-left: 1.1em;
	font-weight: bold;
	color: #9a1623;
}

#ml .index .box01 .txt02 span {
	padding-left: 30px;
	background: url(../images/icon_arrow02.gif) no-repeat 22px 48%;
}

#ml .index .box01 .txt02 span a {
	font-weight: bold;
}

#ml .index .box01 .txt02 span a:link,
#ml .index .box01 .txt02 span a:visited,
#ml .index .box01 .txt02 span a:hover,
#ml .index .box01 .txt02 span a:active {
	color: #9a1623;
}

#ml .index .box01 .remarks {
	color: #666;
}

#ml .index .form_btn li {
	display: inline;
	padding: 0 8px;
}

/* end ml index
--------------------------------------------------------------*/


/* ml form_group
--------------------------------------------------------------*/
#ml .form_group .lead_block .remarks {
	color: #666;
}

#ml .form_group .def_list01 dt,
#ml .form_group .def_list01 dd {
	font-size: 92.31%;
}

#ml .form_group .def_list01 dt {
	width: 136px;
	padding-right: 7px;
	padding-left: 7px;
}

#ml .form_group .def_list01 dt .remarks {
	padding-left: 0;
	text-indent: 0;
	font-size: 91.67%;
	font-weight: normal;
}

#ml .form_group .def_list01 .example {
	padding-left: 10px;
	color: #666;
}

#ml .form_group .def_list01 input.text {
	width: 292px;
	min-height: 15px;
	height: auto !important;
	height: 15px;
	padding: 4px 3px;
	border: 1px solid #8c8c8c;
	background-color: #efefef;
}

#ml .form_group .def_list01 .radio li {
	float: left;
	width: 175px;
	padding: 3px 10px 3px 0;
}

#ml .form_group .def_list01 .radio li.wide {
	width: 360px;
}

#ml .form_group .def_list01 .radio li label {
	padding-left: 4px;
}

/* end ml form_group
--------------------------------------------------------------*/


/* ml form_group_c
--------------------------------------------------------------*/
#ml .form_group_c .block01_inner {
	padding-bottom: 18px;
}

#ml .form_group_c .block01 .text {
	float: left;
	width: 549px;
}

#ml .form_group_c .block01 .text input {
	width: 541px;
	min-height: 15px;
	height: auto !important;
	height: 15px;
	padding: 4px 3px;
	border: 1px solid #8c8c8c;
	background-color: #efefef;
}

#ml .form_group_c .block01 .btn {
	float: right;
	width: 136px;
	height: 29px;
}

/* end ml form_group_c
--------------------------------------------------------------*/


/* company about
--------------------------------------------------------------*/
#company .about .def_list01 dl.address .txt {
	width: 479px;
}

#company .about .def_list01 dl.address .btn {
	width: 89px;
	padding: 9px 0;
}

#company .about .def_list01 dl.address .btn p {
	height: 13px;
	padding-left: 11px;
	background: url(../images/line_dot02v.gif) repeat-y 0 0;
}

#company .about dd dl,
#company .about dd dt,
#company .about dd dd {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}

#company .about .def_list01 dd dl {
	width: 568px;
	margin-bottom: 0.2em;
}

#company .about .def_list01 dd .list01 dt {
	clear: left;
	float: left;
	width: 6.5em;
	margin-right: -6.5em;
	font-weight: normal;
	color: #000;
}

#company .about .def_list01 dd .list01 dd {
	width: 15em;
	padding-left: 6.5em;
}

#company .about .def_list01 dd .list02 dt {
	clear: left;
	float: left;
	width: 448px;
	margin-right: -458px;
	font-weight: normal;
	color: #000;
}

#company .about .def_list01 dd .list02 dd {
	padding-left: 458px;
	width: 110px;
}

/* end company about
--------------------------------------------------------------*/


/* company group
--------------------------------------------------------------*/
#company .group .title_block {
	position: relative;
	width: 765px;
	height: 48px;
	margin-top: 30px;
}

#company .group .first {
	margin-top: 0;
}

#company .group .title_block ul {
	position: absolute;
	top: 11px;
	right: 11px;
	width: 477px;
}

#company .group .title_block li {
	float: left;
}

#company .group .group_list {
	padding-top: 7px;
}

#company .group .group_list .title {
	padding: 7px 6px 4px;
	border-bottom: 2px solid #951215;
}

#company .group .group_list li {
	margin-top: 10px;
	padding: 0 0 1px 1px;
	border: 1px solid #afafaf;
	background-color: #fff;
}

#company .group .group_list li .name {
	padding: 8px 10px;
	color: #444;
	vertical-align: middle;
}

#company .group .group_list li .name a {
	padding-left: 12px;
}

#company .group .group_list li dl {
	width: 743px;
	margin-right: -1px;
}

#company .group .group_list li .address {
	border-top: 1px solid #afafaf;
	background: url(../images/bg_dt150.gif) repeat-y 0 0;
}

#company .group .group_list li dt,
#company .group .group_list li dd {
	float: left;
	padding: 7px 10px;
}

#company .group .group_list li dt {
	width: 130px;
	background-color: #8c8c8c;
	font-weight: normal;
	color: #fff;
}

#company .group .group_list li .address dd {
	width: 455px;
}

#company .group .group_list li .address dd.map {
	width: 106px;
	height: 13px;
	margin-top: 10px;
	padding: 0 0 0 11px;
	background: url(../images/line_dot02v.gif) repeat-y 0 0;
}

#company .group .group_list li .address dd.map img {
	display: block;
}

#company .group .group_list li .contact dt {
	border-top: 1px solid #c7c7c7;
}

#company .group .group_list li .contact dd {
	width: 201px;
	border-top: 1px solid #afafaf;
}

/* end company group
--------------------------------------------------------------*/


/* map
--------------------------------------------------------------*/
#map #wrapper {
	background-color: #2b2b2b;
}

#map #map_header {
	width: 100%;
	background: url(../../company/images/map/bg_header.gif) repeat-x 0 0;
}

#map #map_header .map_header_inner {
	position: relative;
	width: 640px;
	height: 60px;
}

#map #map_header .btn {
	position: absolute;
	top: 15px;
	right: 20px;
}

#map #map_header .btn li {
	float: left;
	padding-left: 3px;
}

#map #map_footer {
	width: 100%;
	background: url(../../company/images/map/bg_footer.gif) repeat-x 0 0;
}

#map #map_contents {
	width: 580px;
	padding: 30px;
	background-color: #2b2b2b;
}

#map .title {
	margin-bottom: 10px;
	padding: 8px 10px;
	background-color: #b3b3b3;
}

#map #gmap {
	width: 580px;
	height: 400px;
	background-color: #fff;
}

#map #gmap .loading {
	padding-top: 192px;
	text-align: center;
}

#map #gmap_link {
	margin-top: 3px;
}

#map #gmap_link a:link,
#map #gmap_link a:visited {
	text-decoration: underline;
	color: #fff;
}

#map #gmap_link a:hover,
#map #gmap_link a:active {
	text-decoration: none;
	color: #fff;
}

#map .access {
	margin-top: 10px;
	padding: 20px;
	border: 1px solid #7d7d7d;
	background-color: #fff;
}

#map .access li {
	line-height: 1.4;
}

@media print {
	#map {
		_zoom: 1;
	}
	#map #wrapper,
	#map #map_contents {
		background-color: #fff;
	}
	#map #map_contents {
		margin: 0 auto;
	}
	#map #map_header .btn,
	#map #gmap_link {
		display: none;
	}
	#map #map_header,
	#map #map_footer {
		width: 640px;
		margin: 0 auto;
	}
}

/* end map
--------------------------------------------------------------*/


/* sitemap
--------------------------------------------------------------*/
#sitemap .title_block {
	width: 765px;
	margin: 20px 0 15px;
	background: url(../../sitemap/images/bg_m_rep.gif) repeat-y 0 0;
}

#sitemap .title_block_first {
	margin-top: 0;
}

#sitemap .title_block_inner {
	background: url(../../sitemap/images/bg_m_btm.gif) no-repeat 0 100%;
}

#sitemap .title_block .title {
	padding: 14px 16px;
	background: url(../../sitemap/images/bg_m_top.gif) no-repeat 0 0;
}

#sitemap .title_block .title a {
	padding-left: 17px;
	background: url(../../sitemap/images/icon_m_arrow.gif) no-repeat 0 0.45em;
	display: block;
	font-size: 115.39%;
}

#sitemap .list01 ul {
	width: 765px;
	margin-bottom: 7px;
	background: url(../../sitemap/images/line_dot.gif) repeat-x 0 100%;
}

#sitemap .list01 ul.col01 {
	width: 373px;
}

#sitemap .list01 ul ul {
	width: 337px;
	margin-top: 8px;
	margin-bottom: 0;
	background: none;
}

#sitemap .list01 li {
	width: 337px;
	padding: 0 10px 8px 26px;
	background: url(../images/icon_arrow02.gif) no-repeat 16px 0.4em;
}

#sitemap .list01 li li {
	width: 311px;
	padding-right: 0;
	padding-bottom: 5px;
}

#sitemap .list01 li .list02 li {
	float: left;
	width: 6em;
}

#sitemap .list01 li.left {
	float: left;
}

#sitemap .list01 li.right {
	float: right;
}

/* end sitemap
--------------------------------------------------------------*/


/* service stservice
--------------------------------------------------------------*/
#service .stservice .block01 {
	margin-bottom: 30px;
}

#service .stservice .block01_inner {
	padding: 25px 0 25px 19px;
}

#service .stservice .block01 .title {
	margin-bottom: 35px;
	background: url(../../service/images/stservice/bg_m_atom.gif) no-repeat 232px 0;
}

#service .stservice .block01 .title dt {
	float: left;
	width: 232px;
}

#service .stservice .block01 .title dd {
	float: left;
	width: 441px;
	padding: 4px 15px;
	border-right: 1px solid #b04e50;
	border-left: 1px solid #b04e50;
	background: url(../../service/images/stservice/bg_m_atom.gif) no-repeat 50% 100%;
}

#service .stservice .block01 .remarks {
	margin-bottom: 5px;
	font-size: 84.62%;
}

#service .stservice .block01 #atom_external {
	width: 705px;
	height: 490px;
}

#service .stservice .block01 #atom_external ul {
	position: relative;
	width: 705px;
	height: 490px;
	background: url(../../service/images/stservice/fig_atom.gif) no-repeat 0 0;
}

#service .stservice .block01 #atom_external li a {
	position: absolute;
	display: block;
	width: 104px;
	height: 104px;
	overflow: hidden;
	text-indent: -9999px;
}

#service .stservice .block01 #atom_external li.service01 a {
	top: 66px;
	left: 344px;
}
#service .stservice .block01 #atom_external li.service02 a {
	top: 237px;
	left: 400px;
}
#service .stservice .block01 #atom_external li.service03 a {
	top: 338px;
	left: 254px;
}
#service .stservice .block01 #atom_external li.service04 a {
	top: 237px;
	left: 112px;
}
#service .stservice .block01 #atom_external li.service05 a {
	top: 66px;
	left: 168px;
}

#service .stservice .block01 #atom_external li a:hover {
	background-image: url(../../service/images/stservice/fig_atom_on.gif);
	background-repeat: no-repeat;
}

#service .stservice .block01 #atom_external li.service01 a:hover {
	background-position: -344px -66px;
}
#service .stservice .block01 #atom_external li.service02 a:hover {
	background-position: -400px -237px;
}
#service .stservice .block01 #atom_external li.service03 a:hover {
	background-position: -254px -338px;
}
#service .stservice .block01 #atom_external li.service04 a:hover {
	background-position: -112px -237px;
}
#service .stservice .block01 #atom_external li.service05 a:hover {
	background-position: -168px -66px;
}

/* toggle box */
#service .stservice .block02 {
	position: relative;
	margin-bottom: 17px;
	padding-top: 0;
	padding-bottom: 0;
}

#service .stservice .block02_open {
	margin-bottom: 30px;
}

#service .stservice .block02_shadow {
	width: 736px;
	border-bottom: none;
}

#service .stservice .block02_inner {
	padding: 30px;
}

#service .stservice .block02 .title {
	position: relative;
	width: 765px;
	height: 45px;
	margin-top: 0;
	padding-bottom: 3px;
	background-image: url(../../service/images/stservice/bg_m_light.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
}

#service .stservice .block02_open .title {
	background-image: url(../../service/images/stservice/bg_m_dark.gif);
}

#service .stservice .block02 .title .btn {
	position: absolute;
	top: 11px;
	right: 11px;
	display: none;
	width: 98px;
	height: 24px;
}

#service .stservice .block02 .title .btn a {
	display: block;
	width: 98px;
	height: 24px;
}

#service .stservice .block02_open .title .btn a {
	background-image: url(../../service/images/stservice/btn_close.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#service .stservice .block02_open .title .btn a:hover {
	background-image: url(../../service/images/stservice/btn_close_on.gif);
}

#service .stservice .block02_open .title .btn a img {
	visibility: hidden;
}

#service .stservice .block02 .pagetop_mid {
	position: relative;
	width: 737px;
	height: 10px;
	margin-top: 0;
	margin-right: -1px;
	padding-top: 10px;
	padding-bottom: 13px;
	border-top: 1px solid #e8e8e8;
	background-color: #efefef;
}

#service .stservice .block02 .box01 .lead .txt {
	float: left;
	width: 440px;
}

#service .stservice .block02 .lead .txt dt {
	margin-bottom: 15px;
}

#service .stservice .block02 .box01 .lead .img {
	float: right;
	width: 215px;
}

#service .stservice .block02 .box02 .img {
	margin-top: 25px;
}

#service .stservice .block02 .box02 .img li {
	float: left;
	padding-left: 15px;
}

#service .stservice .block02 .box02 .img li.first {
	padding-left: 0;
}

#service .stservice .block02 .fig {
	margin-top: 25px;
}

/* end service stservice
--------------------------------------------------------------*/







/* kamo add
--------------------------------------------------------------*/
.inner {
	background: url(../images/back01.gif) no-repeat left bottom;
	padding: 20px;
}

.float_l {
	float: left;
}

.float_r {
	float: right;
}


/* company history
--------------------------------------------------------------*/
#company .history p.p01 {
	width: 721px;
	margin: 7px 0 34px 30px;
}

#company .history ul.ul_link,
#service ul.ul_link {
	margin: 0 0 36px 30px;
}

#company .history ul.ul_link li,
#service ul.ul_link li {
	background: url(../../company/images/history/icon.gif) no-repeat left center;
	padding: 0 7px 0 10px;
	display: inline;
}

#company .history .block01 {
	padding: 15px 14px 15px 15px;
}

#company .history .block01 .copy02 {
	position: relative;
	height: 85px;
}

#company .history .block01 .copy02 span {
	position: absolute;
	top: 22px;
	right: 14px;
	_right: 13px;
}

#company .history .block01 .copy02 span a {
	display: block;
	width: 148px;
}

#company .history .block01 .copy02 span img.rollover {
	background-img: url(../../company/images/history/btn_on.gif) no-repeat;
}

#company .history .block01 .def_list_w150 dt {
	width: 127px;
	clear: left;
	float: left;
	padding: 6px 12px;
	font-weight: normal;
}

#company .history .block01 .def_list_w150 dd {
	width: 518px;
	padding: 6px 12px;
}

/* end company history
--------------------------------------------------------------*/

/* company history01
--------------------------------------------------------------*/

#company .history01 .block01 {
	padding: 13px 14px 15px 15px;
}

#company .history01 .box span span {
	display: block;
	padding: 3px 7px 0 7px;
	width: 126px;
	font-size: 80%;
	line-height: 1.2;
	color: #333;
}

#company .history01 .box span span.span01 {
	text-align: center;
}

#company .history01 .box span span.span02 {
	width: 196px;
}

#company .history01 .box span span.span03 {
	width: 208px;
	padding: 9px 0px 0 0px;
}

#company .history01 .box p {
	width: 548px;
}

#company .history01 .box p.p02 {
	width: 470px;
}

#company .history01 .block01 .def_list_w150 dl {
	background: none;
	background-color: #8c8c8c;
}

#company .history01 .block01 .def_list_w150 dt {
	width: 90px;
	clear: left;
	float: left;
	padding: 4px 12px;
	font-weight: normal;
	font-size: 85%;
}

#company .history01 .block01 .def_list_w150 dd {
	width: 555px;
	padding: 4px 12px;
	font-size: 85%;
	background-color: #fff;
}

#company .history01 .block01 .def_list_w114 dl {
	background-image: url(../images/bg_dt114.gif);
}

#company .history01 .block01 .def_list_w114 dt {
	width: 90px;
	clear: left;
	float: left;
	padding: 4px 12px;
	font-weight: normal;
	font-size: 85%;
}

#company .history01 .block01 .def_list_w114 dd {
	width: 555px;
	padding: 4px 12px;
	font-size: 85%;
	background-color: #fff;
}


/* end company history01
--------------------------------------------------------------*/

/* company message
--------------------------------------------------------------*/
#company #key_visual {
	clear: both;
}

#company #pagetop_link {
	clear: both;
}

#company .message .box01 {
	padding: 0 16px 35px;
}

#company .message .box01 .p_box {
	width: 482px;
	float: left;
}

#company .message .box01 .p_box p {
	margin-bottom: 17px;
}

#company .message .box01 .p_box p.right {
	margin-bottom: 26px;
	text-align: right;
}

#company .message .box01 .p_box p.right span {
	padding: 9px 0 0 17px;
	_padding-left: 14px;
	float: right;
	font-size: 115%;
	display: block;
}

#company .message .box01 .p_box p.mb0 {
	margin-left: 3px;
	line-height: 1.6;
	color: #666;
	font-size: 85%;
	clear: both;
}

#company .message .box01 .img_box {
	padding-top: 1px;
	float: right;
}

#company .message #contents {
	padding-bottom: 0;
}


/* end company message
--------------------------------------------------------------*/


/* company organization
--------------------------------------------------------------*/

#company .organization .block01 {
	margin-bottom: 40px;
}

#company .organization .block01 .def_list01 {
	padding: 19px 0 20px 19px;
}

#company .organization .block01 .def_list01 ul {
	padding: 10px 0 4px 0;
}

#company .organization .block01 .def_list01 ul li {
	float: left;
}

#company .organization .block01 .def_list01 .clear {
	clear: both;
}

#company .organization .title_block .block01 {
	margin-bottom: 0;
}

#company .organization .block01 .inner {
	margin: 2px 2px 3px 5px;
	padding: 22px 27px 28px 24px;
	background: url(../images/back01.gif) no-repeat left bottom;
}

#company .organization .block01 .inner p {
	margin-bottom: 25px;
	padding-bottom: 22px;
	background: url(../images/line01.gif) repeat-x left bottom;
}

#company .organization .block01 .inner .ml65 {
	margin-left: 65px;
}

/* end company organization
--------------------------------------------------------------*/


/* company vision
--------------------------------------------------------------*/
#company .vision .box01 {
	margin-bottom: 40px;
	padding: 8px 30px 0 16px;
}

#company .vision .box01 p span {
	padding: 3px 0 0 1px;
	display: inline-block;
	color: #666;
}

#company .vision .block01 {
	margin-bottom: 7px;
}

#company .vision .block01 .def_list01 {
	margin-bottom: 5px;
	padding: 19px 19px 8px 19px;
}

#company .vision .block01 .def_list01 li {
	/margin-bottom: -2px;
}

/* end company vision
--------------------------------------------------------------*/


/* company philosophy
--------------------------------------------------------------*/
#company .philosophy .box01 {
	margin-bottom: 37px;
	padding: 8px 30px 0 16px;
}

#company .philosophy .block01 {
	padding: 10px 12px 10px 15px;
}

#company .philosophy .block01 .inner {
	margin: 2px 0 14px 0;
	padding: 20px 16px 18px 16px;
	background: url(../images/back01.gif) no-repeat left bottom;
	clear: both;
}

#company .philosophy .block01 .inner .center {
	margin-bottom: 36px;
	padding-top: 11px;
	text-align: center;
}

#company .philosophy .block01 .inner .center .mb5 {
	margin: 0 2px 4px 0;
}

#company .philosophy .block01 .inner .center img {
	display: inline;
}

#company .philosophy .block01 .inner ul.ul01 {
	padding-top: 9px;
}

#company .philosophy .block01 .inner ul.ul01 li {
	float: left;
}

#company .philosophy .block01 .mb0 {
	margin-bottom: 4px;
}

#company .philosophy .block01 .inner .box_in {
	padding: 0 5px 5px 4px;
}

#company .philosophy .block01 .inner .img_box {
	float: left;
}

#company .philosophy .block01 .inner .p_box {
	padding-top: 3px;
	width: 550px;
	float: right;
}

#company .philosophy .block01 .inner .p_box .title04 {
	margin: 0 0 10px 2px;
}

#company .philosophy .title_block {
	margin-bottom: 40px;
}

#company .philosophy .title_block02 {
	clear: both;
}

#company .philosophy .title_block02 .block01 .inner {
	margin-bottom: 3px;
	padding: 25px 17px 26px 20px;
}

#company .philosophy .title_block02 .block01 .inner p {
	margin-bottom: 17px;
}

#company .philosophy .title_block02 .block01 .inner p span {
	color: #666;
}

#company .philosophy .title_block02 .block01 .inner .title04 {
	margin-bottom: 15px;
	padding-top: 25px;
	background: url(../images/line01.gif) repeat-x left top;
}

#company .philosophy .title_block02 .block01 .inner ul.ul02 {
	margin-bottom: 28px;
}

/* end company philosophy
--------------------------------------------------------------*/


/* company ideamanagement
--------------------------------------------------------------*/
#company .ideamanagement .box01 {
	margin-bottom: 35px;
	padding: 6px 30px 0 16px;
}

#company .ideamanagement .lead_block p span {
	color: #666;
}

#company .ideamanagement .block01 {
	margin-bottom: 40px;
}

#company .ideamanagement .block01 .def_list01 {
	padding: 0;
}

#company .ideamanagement .block05,
#company .ideamanagement .block06,
#company .ideamanagement .block07 {
	margin-bottom: 40px;
	padding: 12px 13px 35px 15px;
	background-color: #f1d2d2;
}

#company .ideamanagement .inner {
	padding: 20px 20px 19px 15px;
	background: url(../../company/images/ideamanagement/back01.gif) no-repeat left bottom;
}

#company .ideamanagement .inner p {
	margin: 0 0 17px 5px;
}

#company .ideamanagement .inner .title04 {
	margin-bottom: 19px;
	padding: 26px 0 0 0;
	background: url(../images/line01.gif) repeat-x left top;
	clear: both;
}

#company .ideamanagement .inner .box02 {
	margin-bottom: 25px;
	padding: 0 1px;
}

#company .ideamanagement .inner .box02 .float_l {
	padding-top: 3px;
}

#company .ideamanagement .inner .box02 .p_box {
	width: 490px;
	float: right;
}

#company .ideamanagement .inner .box02 .title05 {
	margin-bottom: 3px;
	color: #012b5f;
}

#company .ideamanagement .inner .box02 .p_box p {
	margin-bottom: 1px;
}

#company .ideamanagement .block05 .inner .box02 .p_box a img.rollover {
	background: url(../../company/images/ideamanagement/btn01_on.gif) no-repeat left top;
}

#company .ideamanagement .block05 .inner .box02 .p_box a.a02 img.rollover {
	background: url(../../company/images/ideamanagement/btn02_on.gif) no-repeat left top;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

#company .ideamanagement .block05 .inner .box02 p.f10 {
	margin: 0;
	font-size: 85%;
	line-height: 2.6;
}

#company .ideamanagement .block05 .inner .box02 span {
	display: block;
}

#company .ideamanagement .block06 {
	background-color: #dbe6f7;
}

#company .ideamanagement .block06 .inner {
	background: url(../../company/images/ideamanagement/back02.gif) no-repeat left bottom;
}

#company .ideamanagement .block06 .inner .box02 p {
	margin: 0;
	letter-spacing: 1px;
}

#company .ideamanagement .block06 .inner .box02 p.align_right {
	margin-top: -6px;
}

#company .ideamanagement .block06 .inner .box02 .p_box a img.rollover {
	background: url(../../company/images/ideamanagement/btn04_on.gif) no-repeat left top;
}


#company .ideamanagement .block07 {
	background-color: #d8ecd4;
}

#company .ideamanagement .block07 .inner {
	background: url(../../company/images/ideamanagement/back03.gif) no-repeat left bottom;
}



/* end company ideamanagement
--------------------------------------------------------------*/


/* csr environment
--------------------------------------------------------------*/

#csr .environment .block01 {
	margin-bottom: 30px;
	padding: 12px 10px 13px 15px;
}

#csr .environment .block01 .inner {
	padding: 20px 5px 5px 20px;
	background: url(../images/back01.gif) no-repeat left bottom;
	clear: both;
}

#csr .environment .box02 {
	padding: 26px 30px 42px 30px;
	background: url(../../csr/images/environment/back01.gif) no-repeat left bottom;
}

/* end csr environment
--------------------------------------------------------------*/


/* csr quality
--------------------------------------------------------------*/

#csr .quality .box01 {
	margin-bottom: 36px;
	padding: 7px 30px 0 30px;
}

#csr .quality .block01 {
	margin-bottom: 30px;
	padding: 12px 10px 13px 15px;
}

#csr .quality .block01 .inner {
	padding: 3px 5px 5px 15px;
	background: url(../images/back01.gif) no-repeat left bottom;
	clear: both;
}

#csr .quality .box02 {
	padding: 26px 30px 42px 30px;
	background: url(../../csr/images/environment/back01.gif) no-repeat left bottom;
}


/* end csr quality
--------------------------------------------------------------*/

/* csr overview compliance
--------------------------------------------------------------*/

#csr .overview p.p01 {
	margin: 4px 0 17px 16px;
}

#csr .overview p.p02 {
	margin: 0px 0 31px 16px;
	width: 704px;
}

#csr .overview p.p03 {
	margin: 0px 0 16px 5px;
}

#csr .overview .block01 {
	padding: 14px 14px 14px 15px;
}

#csr .overview .block01 .inner dl.dl01 {
	padding-top: 15px;
	background: url(../images/line01.gif) repeat-x left top;
}

#csr .overview .block01 .inner dl.dl01 dt {
	float: left;
	padding-left: 17px;
	font-weight: normal;
	background: url(../../csr/images/overview/icon01.gif) no-repeat left center;
}

#csr .overview .block01 .inner dl.dl01 dd {
	padding: 3px 0 0 140px;
	_padding: 3px 0 0 137px;
	font-size: 85%;
}

/* csr  compliance
--------------------*/

#csr .overview .block01 .def_list_w150 dt {
	width: 127px;
	padding: 6px 10px;
	font-weight: normal;
}

#csr .overview .block01 .def_list_w150 dd {
	width: 526px;
	padding: 6px 10px;
}

#csr .overview .block01 .inner01 {
	padding: 20px 16px 20px 15px;
}

/* end csr overview compliance
--------------------------------------------------------------*/

/* csr activity
--------------------------------------------------------------*/
#csr .activity p.p01 {
	margin: 5px 0 16px 16px;
}

#csr .activity p.p02 {
	margin: 0px 0 33px 16px;
	width: 704px;
}

#csr .activity p.p03 {
	margin-bottom: 20px;
	color: #012b5f;
}

#csr .activity ul.ul_link {
	margin: 0 0 36px 30px;
}

#csr .activity ul.ul_link li {
	background: url(../../company/images/history/icon.gif) no-repeat left center;
	padding: 0 7px 0 10px;
	display: inline;
}

#csr .activity .block01 {
	padding: 13px 14px 14px 15px;
}

#csr .activity .block01 .inner {
	padding: 18px 20px 20px 20px;
}

#csr .activity .box {
	background: url(../images/line01.gif) repeat-x left bottom;
	margin: 0 1px 18px 1px;
	padding-bottom: 31px;
}

#csr .activity .none {
	background: none;
	margin-bottom: 0;
	padding-bottom: 12px;
}

#csr .activity .box .box01 {
	float: left;
	width: 470px;
}

#csr .activity .box .img {
	float: right;
	width: 200px;
}

#csr .activity .box .img p {
	margin-bottom: 10px;
}

#csr .activity .box .title05 {
	background: url(../../csr/images/activity/icon.gif) no-repeat left 0.3em;
	text-indent: 13px;
}

#csr .activity .inner span {
	display: block;
	text-align: right;
}

/*#csr .activity .inner span img.rollover {
	background: url(../../csr/images/activity/btn_on.gif) no-repeat left top;
}*/


/* end csr activity
--------------------------------------------------------------*/

/* company ideamanagement03
--------------------------------------------------------------*/
#company .float_l {
	float: left;
}

#company .float_r {
	float: right;
}

#company #wrapper.idea {
	background: url(../../company/images/ideamanagement/bg_header.gif)  repeat-x left top;
}
#company .idea #header {
	padding: 0 0 16px;
	margin: 0 auto;
	width: 100%;
	background: url(../../company/images/ideamanagement/header_back.gif)  no-repeat left top;
}

#company .idea #header .hinner {
	width: 745px;
}

#company .idea #header ul {
	padding: 15px 0 0 0;
	float: right;
}

#company .idea #header ul li {
	margin-right: 3px;
	float: left;
}

#company .idea #header .title01 {
	padding: 9px 0 0 20px;
}

#company .idea #contents {
	padding: 0 40px 0 0;
	margin: 0 0 0 40px;
	width: 685px;
}

#company .idea #pagetop_link,
#company .idea #footer .footer_inner {
	width: 695px;
	margin: 0 0 12px 30px;
}

#company .idea .box_top {
	background: url(../../company/images/ideamanagement01/back05.gif) no-repeat left top;
}

#company .idea .box_top p {
	padding: 13px 0 6px 16px;
}

#company .idea .box_text ul.ul01 {
	padding: 6px 0 7px 16px;
	background: url(../../company/images/ideamanagement03/box_bg.gif) repeat-y left top;
}

#company .idea .box_text ul.ul01 li {
	float: left;
}

#company .idea .box_text ul.ul01 li img {
	margin-right: 10px;
}

#company .idea .box_text ul.ul01 li select {
	width: 532px;
	text-indent: 2px;
	color: #909090;
}

#company .ideamanagement03 #contents .banner {
	margin-bottom: 1px;
}

#company .ideamanagement03 #contents .boxl {
	width: 440px;
	float: left;
}

#company .ideamanagement03 #contents .title02 {
	padding: 1px 10px 6px 14px;
	font-size: 115%;
	border-bottom: 1px solid #094492;
	background: url(../../company/images/ideamanagement03/title02_back.gif) no-repeat left top;
}

#company .ideamanagement03 #contents .title03 {
	font-size: 105%;
	color: #012b5f;
}

#company .ideamanagement03 #contents .title04 {
	margin-bottom: 17px;
	padding: 10px 0 9px 16px;
	font-size: 105%;
	color: #212121;
	background: url(../../service/images/so_case01/title03_back.gif) repeat-x bottom;
}

#company .ideamanagement03 #contents .title04 span {
	display: block;
	padding: 0 10px 0 13px;
	background: url(../../company/images/ideamanagement03/icon01.gif) no-repeat left 2px;
}

#company .ideamanagement03 #contents .box01 {
	width: 250px;
}

#company .ideamanagement03 #contents .box01 span {
	padding: 6px 0 2px;
	font-size: 85%;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: #b9b9b9;
	display: block;
}

#company .ideamanagement03 #contents .box01 ul {
	padding: 16px 0 16px 20px;
	border: 1px solid #c3c3c3;
	line-height: 1.5;
}

#company .ideamanagement03 #contents .box01 ul li {
	padding-left: 18px;
	font-size: 85%;
}

#company .ideamanagement03 #contents .box01 ul li.bg01 {
	background: url(../../company/images/ideamanagement03/icon02.gif) no-repeat left top;
}

#company .ideamanagement03 #contents .box01 ul li.bg02 {
	background: url(../../company/images/ideamanagement03/icon03.gif) no-repeat left top;
}

#company .ideamanagement03 #contents .box01 ul li.bg03 {
	background: url(../../company/images/ideamanagement03/icon04.gif) no-repeat left top;
}

#company .ideamanagement03 #contents .innerbox {
	padding: 17px 30px 17px 21px;
	background: url(../../company/images/ideamanagement03/box_bg02.gif) repeat-y left top;
}

#company .ideamanagement03 #contents .innerbox .box_p {
	width: 303px;
	float: right;
}

#company .ideamanagement03 #contents .innerbox .box_p p.fs {
	font-size: 85%;
}

#company .ideamanagement03 #contents .box_r {
	width: 225px;
	float: right;
}

#company .ideamanagement03 #contents .box_r span {
	display: block;
}

#company .ideamanagement03 #contents .box_r ul li {
	margin-bottom: 21px;
	width: 225px;
	float: left;
}

#company .ideamanagement03 #contents .box_r ul li span.text {
	padding: 8px 0 6px 10px;
	line-height: 1.4;
	font-size: 85%;
	background-color: #f4f4f4;
}

/* end company ideamanagement03
--------------------------------------------------------------*/

/* ir index
--------------------------------------------------------------*/


#ir .boxtext ul.ul01 {
	padding: 6px 0 7px 16px;
	background: url(../../company/images/ideamanagement03/box_bg.gif) repeat-y left top;
}

#ir .boxtext ul.ul01 li {
	float: left;
}

#ir .boxtext ul.ul01 li img {
	margin-right: 10px;
}

#ir .boxtext ul.ul01 li select {
	width: 532px;
	color: #000;
}
#ir .index #contents .box01 {
	padding-bottom: 8px;
	border: 2px solid #b04e50;
}

#ir .index #contents .box01 p.bg {
	margin: 1px 1px;
	padding: 7px 11px 5px 13px;
	color: #911316;
	font-size: 100%;
	font-weight: bold;
	background-color: #f8eded;
}

#ir .index #contents .box01 p.bg span {
	font-size: 85%;
	font-weight: normal;
	color: #212121;
	float: right;
}

#ir .index #contents .box01 p.border {
	padding: 10px 0 0 14px;
	border-top: 1px solid #daadae;
	font-size: 145%;
	font-weight: bold;
}

/* end ir index
--------------------------------------------------------------*/

/* company ideamanagement01
--------------------------------------------------------------*/
#company .ideamanagement01 .box01 {
	margin-bottom: 38px;
}

#company .ideamanagement01 .box01 .box_img {
	float: right;
	width: 225px;
}

#company .ideamanagement01 .box01 .box_img p {
	padding: 9px 20px 7px 10px;
	line-height: 1.4;
	font-size: 85%;
	background: #f4f4f4;
}

#company .ideamanagement01 .box01 p.p01 {
	float: left;
	width: 435px;
	line-height: 1.8;
}

#company .ideamanagement01 .box02 {
	clear: both;
}


#company .ideamanagement01 .box02 .box03 {
	padding-top: 20px;
	margin-right: 15px;
	width: 335px;
	float: left;
	background: url(../../company/images/ideamanagement01/back06.gif) no-repeat left top;
}

#company .ideamanagement01 .box02 .mr0 {
	margin-right: 0;
}

#company .ideamanagement01 .box02 .box03 .title03 {
	margin: 0 0 11px 23px;
}

#company .ideamanagement01 .box02 .box03 p.p01 {
	margin: 0 25px 47px 21px;
	font-size: 105%;
	line-height: 2;
	font-weight: bold;
}

#company .ideamanagement01 .box02 .box03 dl.dl01 {
	margin: 0 25px 20px 22px;
	line-height: 1.8;
}

#company .ideamanagement01 .box02 .box03 dl.dl01 dt {
	float: left;
}

#company .ideamanagement01 .box02 .box03 dl.dl01 dd {
	margin-bottom: 4px;
	padding-left: 12px;
	_padding-left: 9px;
}

#company .ideamanagement01 .box02 .box03 ul.ul01 {
	margin: 0 25px 20px 22px;
	line-height: 1.8;
}

#company .ideamanagement01 .box02 .box03 ul.ul01 li {
	margin-bottom: 4px;
	padding-left: 1em;
	text-indent: -1em;
}

#company .ideamanagement01 p.p02 {
	margin: 14px 0 22px 0;
}

#company .ideamanagement01 .title05 {
	padding: 10px 20px 10px 77px;
	background: url(../../company/images/ideamanagement01/title05_back01.gif) no-repeat left top;
}

#company .ideamanagement01 .title05_02 {
	padding: 10px 20px 10px 77px;
	background: url(../../company/images/ideamanagement01/title05_back02.gif) no-repeat left top;
}

#company .ideamanagement01 .title05 span,
#company .ideamanagement01 .title05_02 span {
	display: block;
	padding: 0 0 10px 15px;
	background: url(../../company/images/ideamanagement01/title05_line.gif) repeat-x bottom;
}

#company .ideamanagement01 .box04 {
	padding: 0 0 21px 0;
	background: url(../../company/images/ideamanagement01/back08.gif) no-repeat left bottom;
}

#company .ideamanagement01 .box04 .box05 {
	float: left;
	width: 313px;
}

#company .ideamanagement01 .box04 .box05 .title06 {
	padding: 4px 10px;
	margin-bottom: 10px;
	background: #adadad;
	color: #fff;
}

#company .ideamanagement01 .box04 .box05 .title06 span {
	font-size: 85%;
}

#company .ideamanagement01 .box04 .box05 ul.ul01 li {
	margin-right: 10px;
	float: left;
}

#company .ideamanagement01 .box04 .box05 ul.ul01 li.w143 {
	margin-right: 0;
	width: 143px;
	font-size: 85%;
	line-height: 1.6;
}

#company .ideamanagement01 .box07 {
	padding: 20px 20px 13px;
	background: url(../../company/images/ideamanagement01/back07.gif) no-repeat left top;
}

#company .ideamanagement01 .box07 li {
	margin-bottom: 10px;
}

#company .ideamanagement01 .p03 {
	font-weight: bold;
	padding: 0 10px;
}

/* end company ideamanagement01
--------------------------------------------------------------*/

/* company ideamanagement02
--------------------------------------------------------------*/
#company .ideamanagement02 .box01 .box_img {
	float: right;
	width: 225px;
}

#company .ideamanagement02 .box01 .box_img p {
	padding: 9px 20px 7px 10px;
	line-height: 1.4;
	font-size: 85%;
	background: #f4f4f4;
}

#company .ideamanagement02 .box01 p.p01 {
	float: left;
	width: 440px;
	line-height: 1.8;
}

#company .ideamanagement02 .box01 p.p01 span {
	font-weight: bold;
	color: #012b5f;
}

#company .ideamanagement02 .title03 {
	padding: 5px;
	font-size: 115%;
	background: url(../../company/images/ideamanagement02/title03_back01.gif) no-repeat left bottom;
}

#company .ideamanagement02 .title03 img {
	float: left;
}

#company .ideamanagement02 .title03 span {
	padding: 5px 0 0 82px;
	display: block;
}

#company .ideamanagement02 .box02 {
	padding-top: 21px;
	background: url(../../company/images/ideamanagement02/back01.gif) no-repeat left top;
}

#company .ideamanagement02 .box02 .title04 {
	margin: 0 0 14px 23px;
}

#company .ideamanagement02 .box02 p {
	margin: 0 0 15px 21px;
}

#company .ideamanagement02 .title05 {
	padding: 10px 20px 10px 77px;
	background: url(../../company/images/ideamanagement02/ttl_back01.gif) no-repeat left top;
}

#company .ideamanagement02 .title05_02 {
	padding: 10px 20px 10px 77px;
	background: url(../../company/images/ideamanagement02/ttl_back02.gif) no-repeat left top;
}

#company .ideamanagement02 .title05 span,
#company .ideamanagement02 .title05_02 span {
	display: block;
	padding: 0 0 10px 15px;
	background: url(../../company/images/ideamanagement01/title05_line.gif) repeat-x bottom;
}

#company .ideamanagement02 .box03 {
	padding-bottom: 20px;
	background: url(../../company/images/ideamanagement01/back08.gif) no-repeat left bottom;
}

#company .ideamanagement02 .box04 {
	margin: 0 21px 0 21px;
}

#company .ideamanagement02 .box04 p.p01 {
	width: 419px;
}

#company .ideamanagement02 .box04 .box_img {
	width: 204px;
}

#company .ideamanagement02 .box04 .box_img p {
	background: #f9f9f9;
}

#company .ideamanagement02 .box05 {
	padding: 21px 21px 0 21px;
	background: url(../../company/images/ideamanagement01/back07.gif) no-repeat left top;
}

#company .ideamanagement02 .box05 dl.dl01 {
	margin-bottom: 10px;
	background: url(../../company/images/ideamanagement02/line01.gif) repeat-x left bottom;
}

#company .ideamanagement02 .box05 dl.dl01 dt {
	float: left;
	padding-bottom: 10px;
}

#company .ideamanagement02 .box05 dl.dl01 dd {
	padding: 0 0 10px 87px;
}

#company .ideamanagement02 .box05 dl.dl01.bg_n {
	margin-bottom: 0;
	background: none;
}

#company .ideamanagement02 .box06 img {
	float: right;
}

#company .ideamanagement02 .box06 .box_p {
	float: left;
	width: 435px;
}

#company .ideamanagement02 .box06 .box_p p {
	margin-bottom: 20px;
	line-height: 1.5;
}

#company .ideamanagement02 .box06 .box_p p.p01 {
	color: #012b5f;
	font-weight: bold;
}

#company .ideamanagement02 .box06 .box_p p.mb0 {
	margin-bottom: 0;
}

#company .ideamanagement02 .img_start {
	margin: 6px 0 0;
	text-align: center;
}

#company .ideamanagement02 .img_start img {
	display: inline;
}

/* end company ideamanagement02
--------------------------------------------------------------*/

/* service so_case01
--------------------------------------------------------------*/
#service .float_l {
	float: left;
}

#service .float_r {
	float: right;
}

.popup #wrapper {
	background: url(../../company/images/ideamanagement/bg_header.gif)  repeat-x left top;
}

#service .so_case01 #header {
	padding: 0 0 16px;
	margin: 0 auto;
	width: 100%;
	background: url(../../service/images/so_case01/header_back.gif) no-repeat 0 0;
}
#service .so_case01 #header .hinner {
	width: 745px;
}

#service .so_case01 #header ul {
	padding: 15px 0 0 0;
	float: right;
}

#service .so_case01 #header ul li {
	margin: 0 3px 0 0;
	float: left;
}

#service .so_case01 #header .title01 {
	padding: 9px 0 0 20px;
}

#service .so_case01 #contents {
	padding: 0 40px 0 0;
	margin: 0 0 0 40px;
	width: 685px;
}

#service .so_case01 #contents .detail_wrap {
	margin: 0 0 25px;
	padding:0 0 4px 0;
	background: url(../../service/images/so_case01/bg_ttl.gif) no-repeat left bottom;
}
#service .so_case01 #contents .detail_wrap .detail {
	padding: 0 9px 0 0;
	font-size: 145%;
	background: url(../../service/images/so_case01/title02_back.gif) no-repeat left top;
}

#service .so_case01 #contents .detail span.ttl {
	margin: 0 0 0 93px;
	padding:14px 0 0 0;
	display: block;
	float: none;
}

#service .so_case01 #contents .detail span {
	margin: 16px 7px 0 0;
	display: inline-block;
	float: right;
}

#service .so_case01 #contents .detail .float_l {
	margin: 0 15px 0 0;
	float: left;
}

#service .so_case01 #contents .title03 {
	margin-bottom: 17px;
	padding: 5px;
	font-size: 105%;
	color: #212121;
	background: url(../../service/images/so_case01/title03_back.gif) repeat-x bottom;
}

#service .so_case01 #contents .title03 img {
	float: left;
}

#service .so_case01 #contents .title03 span {
	padding: 5px 0 0 155px;
	display: block;
}

#service .so_case01 #contents p {
	margin: 0 0 26px;
	line-height: 1.38;
}

#service .so_case01 #contents .box {
	margin-bottom: 30px;
	overflow: hidden;
	height: 100%;
}

#service .so_case01 #contents .box .mb20 {
	margin: 0 0 20px;
}

#service .so_case01 #contents .box p {
	margin: 0 0 19px;
	width: 335px;
	float: left;
}

#service .so_case01 #pagetop_link,
#service .so_case01 #footer .footer_inner {
	width: 695px;
	margin: 0 0 12px 30px;
}


/*#service .so_case01 .title03 .dis {
	float: left;
	line-height: normal;
}*/
/* end service so_case01
--------------------------------------------------------------*/
/* service
--------------------------------------------------------------*/
#service #sub_column #snavi ul {
	margin-bottom: 30px;
}

#service #topic_path {
	margin-bottom: 8px;
}

#service .title_box {
	margin: 0 20px 36px 16px;
}

#service .photo_box {
	padding: 10px;
	background-color: #eee;
}

#service .floatl {
	float: left;
}

#service .floatr {
	float: right;
}

/* service areaservice
--------------------------------------------------------------*/
#service .areaservice .photo_box {
	margin-bottom: 40px;
}

#service .areaservice .photo_box02 {
	margin-bottom: 40px;
	padding: 20px 10px 10px;
	background-color: #eee;
}

#service .areaservice .photo_box02 .title03 {
	padding: 0 0 4px 4px;
	margin-bottom: 10px;
	border-bottom: 2px solid #951215;
	line-height: 1.2;
}

#service .areaservice .photo_box02 .sub_box {
	padding: 1px 0 19px 1px;
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid #afafaf;
}

#service .areaservice .photo_box02 .none {
	margin-bottom: 0;
}

#service .areaservice .photo_box02 .sub_box .text_box {
	margin-bottom: 20px;
	border-bottom: 1px solid #afafaf;
}

#service .areaservice .photo_box02 .sub_box .text_box .l_box {
	width: 447px;
	background-color: #8c8c8c;
	border-bottom: 1px solid #c7c7c7;
	float: left;
}

#service .areaservice .photo_box02 .sub_box .text_box .l_box p {
	margin: 6px 10px;
	_margin: 8px 10px;
}

#service .areaservice .photo_box02 .sub_box .text_box img {
	display: inline;
	position: relative;
}

#service .areaservice .photo_box02 .sub_box .text_box .l_box p span {
	margin-left: 9px;
	font-weight: bold;
	color: #fff;
	font-size: 105%;
}

#service .areaservice .photo_box02 .sub_box .text_box .r_box {
	padding: 7px 0 6px 9px;
	width: 286px;
	float: right;
}

#service .areaservice .photo_box02 .sub_box .text_box .r_box img {
	vertical-align: top;
}

#service .areaservice .photo_box02 .sub_box .text_box .r_box ul {
	width: 210px;
	text-align: center;
	float: right;
}

#service .areaservice .photo_box02 .sub_box .text_box .r_box ul li {
	margin-right: 7px;
	width: 41px;
	height: 17px;
	float: left;
	overflow: hidden;
}

#service .areaservice .photo_box02 .sub_box .img_box {
	padding: 0 19px 0 18px;
}

#service .areaservice .photo_box02 .sub_box .img_box p {
	margin: 0 0 16px 1px;
	width: 420px;
}

#service .areaservice .photo_box02 .sub_box .img_box p.red {
	margin: 0;
	padding: 10px 15px 12px;
	width: 397px;
	border: 1px solid #be797a;
	background-color: #fbf0f0;
}

#service .areaservice .photo_box02 .sub_box .img_box p.red span {
	font-weight: bold;
	color: #951215;
}

#service .areaservice .inner_box {
	padding: 2px;
	border: 1px solid #878787;
}

#service .areaservice .inner_box .subinner_box {
	padding: 26px 0 17px 25px;
	border: 1px solid #bfbfbf;
}

#service .areaservice .inner_box .subinner_box dl {
	margin-bottom: 17px;
	width: 328px;
	float: left;
	font-size: 85%;
	color: #212121;
}

#service .areaservice .inner_box .subinner_box dl.mr35 {
	margin-right: 35px;
}

#service .areaservice .inner_box .subinner_box dt {
	float: left;
	clear: left;
	width: 85px;
	font-weight: normal;
}

#service .areaservice .inner_box .subinner_box dt span {
	margin-left: 3px;
}

#service .areaservice .inner_box .subinner_box dd {
	margin-left: 86px;
}
	* html #service .areaservice .inner_box .subinner_box dd {
		margin-left: 86px;
		text-indent: -3px;
	}

#service .areaservice .inner_box .subinner_box .map_box {
	clear: both;
}
/* end areaservice
--------------------------------------------------------------*/

/* soservice
--------------------------------------------------------------*/
#service .soservice .photo_box {
	margin-bottom: 40px;
}

#service .soservice .sub_box {
	padding: 21px 19px 20px;
	border: 1px solid #afafaf;
	background-color: #fff;
}

#service .soservice .sub_box img.mb7 {
	margin-bottom: 7px;
}

#service .soservice .sub_box ul {
	padding: 14px;
	background: url(../../service/images/soservice/btop_back.gif) no-repeat left top;
}

#service .soservice .sub_box ul li {
	margin-right: 8px;
	float: left;
}

#service .soservice .sub_box ul li.none {
	margin-right: 0;
}

#service .soservice dl.dl01 {
	margin-bottom: 10px;
	background: url(../../service/images/soservice/dl_back.gif) repeat-y left bottom;
	clear: both;
	width:765px;
}

#service .soservice dl.dl01.mb40 {
	margin-bottom: 40px;
}

#service .soservice dl.dl01 dt {
	float: left;
	clear: left;
	width:163px;
}

#service .soservice dl.dl01 dd {
	background: url(../../service/images/soservice/dd_back.gif) no-repeat -163px 0;
	font-weight: bold;
	font-size: 115%;
	float:left;
	width:602px;
}

#service .soservice dl.dl01 dd.none {
	margin-bottom: 0;
}

#service .soservice dl.dl01 dd span {
	padding: 18px 30px 7px 20px;
	_padding-left: 17px;
	display: block;
}

#service .soservice .inner_box {
	margin-bottom: 15px;
	padding-bottom: 17px;
	background: url(../../service/images/soservice/inner_back.gif) no-repeat left bottom;
	clear: both;
}
#service .soservice .inner_box .clear {
clear:both;
height:1px;
overflow:hidden;
}
#service .soservice .inner_box .lft_box {
	float:left;
	width:375px;
}
#service .soservice .inner_box .rgt_box {
	float:right;
	width:375px;
}

#service .soservice .inner_box .mr0 {
	margin-right: 0;
}

#service .soservice .inner_box .title_box {
	width: 373px;
	margin: 0;
	height: 50px;
	background: url(../../service/images/soservice/title_box_back01.gif) no-repeat left top;
	position: relative;
	border: 1px solid #afafaf;
	border-bottom: none;
}

#service .soservice .inner_box .title_box.mr15 {
	margin-right: 15px;
}

#service .soservice .inner_box .title_box02 {
	background: url(../../service/images/soservice/title_box_back02.gif) no-repeat left top;
}

#service .soservice .inner_box .title_box .title03 {
	padding: 12px 0 0 15px;
}

#service .soservice .inner_box .title_box a {
	position: absolute;
	top: 13px;
	right: 18px;
}

#service .soservice .inner_box .p_box {
	width: 337px;
	padding: 10px 15px 0;
	margin: 0 4px 0;
}
	* html #service .soservice .inner_box .p_box {
		margin: 0 2px 0;
	}

#service .soservice .inner_box .p_box.mr20 {
	margin-right: 20px;
}
	* html #service .soservice .inner_box .p_box.mr20 {
		margin-right: 20px;
	}

#service .soservice .inner_box .p_box .title04 {
	min-height:36px;
	margin-bottom: 24px;
	color: #012b5f;
	line-height: 1.35;
}
	* html #service .soservice .inner_box .p_box .title04 {
		height:36px;
	}

#service .soservice .inner_box .p_box .subbox {
	min-height:140px;
	margin-bottom: 18px;
}
	* html #service .soservice .inner_box .p_box .subbox {
		height:140px;
	}
	
#service .soservice .inner_box .p_box .subbox p {
	width: 165px;
	float: left;
	font-size: 85%;
	color: #212121;
}

#service .soservice .inner_box .box_bottom {
	padding-bottom: 10px;
	background: url(../../service/images/soservice/t_box_middle.gif) no-repeat left bottom;
}

#service .soservice .box_servise_detail {
	width: 337px;
	margin: 0 19px;
	background: #f7f7f7 url(../../service/images/soservice/t_box_top.gif) no-repeat left top;
}

#service .soservice .inner_box .subbox02 {
	width: 317px;
	min-height:152px;
	padding: 12px 10px 10px;
	background: url(../../service/images/soservice/t_box_bottom.gif) no-repeat left bottom;
}
	* html #service .soservice .inner_box .subbox02 {
		height:152px;
	}

#service .soservice .inner_box .subbox02 .btnbg {
	background: url(../../service/images/soservice/btn_back02.gif) repeat-y left top;
	color: #fff;
	font-size: 85%;
	text-align: left;
	width: 103px;
}
#service .soservice .inner_box .subbox02 .btnbg span {
	zoom:1;
	display:block;
	background: url(../../service/images/soservice/btn_back01.gif) no-repeat left top;
}
#service .soservice .inner_box .subbox02 .btnbg span span {
	zoom:1;
	display:block;
	padding: 4px 0 2px 0;
	background: url(../../service/images/soservice/btn_back03.gif) no-repeat left bottom;
	text-align:center;
}

#service .soservice .inner_box .subbox02 .inner2 {
	padding: 8px 30px 0 3px;
	font-size: 85%;
	line-height: 1;
}
#service .soservice .inner_box .subbox02 .inner2 li {
text-indent:-0.7em;
margin-left:0.7em;
}


/* end soservice
--------------------------------------------------------------*/
/*so_case
--------------------------------------------------------------*/

#service .so_case .inner_box {
	margin-bottom: 15px;
	padding-bottom: 23px;
	background: url(../../service/images/so_case/inner_back01.gif) no-repeat left bottom;
}

#service .so_case .inner_box02 {
	background: url(../../service/images/so_case/inner_back02.gif) no-repeat left bottom;
}

#service .so_case .inner_box .l_box {
	margin-right: 15px;
	width: 373px;
	float: left;
	border: 1px solid #afafaf;
	border-bottom: none;
}

#service .so_case .inner_box .mr0 {
	margin-right: 0;
}

#service .so_case .inner_box .l_box .total_box {
	padding-top: 4px;
	margin: 0 3px;
	background-color: #efefef;
}

#service .so_case .inner_box .l_box .total_box .btn_box {
	margin: 0 15px 18px;
	padding-bottom: 3px;
	background: url(../../service/images/so_case/line01.gif) repeat-x left bottom;
}

#service .so_case .inner_box .l_box .total_box .btn_box ul {
	padding: 5px 0 0 56px;
	text-align: center;
}

#service .so_case .inner_box .l_box .total_box .btn_box ul li {
	padding-top: 3px;
	margin-right: 7px;
	width: 50px;
	float: left;
}

#service .so_case .inner_box .l_box .total_box .title03 {
	margin: 0 14px 30px;
	color: #012b5f;
}

#service .so_case .inner_box .l_box .img_box {
	margin: 0 18px;
}

#service .so_case .inner_box .l_box .img_box .floatr {
	width: 160px;
	float: right;
}

#service .so_case .inner_box .l_box .img_box .floatr a {
	padding-top: 15px;
	width: 85px;
	float: right;
}

#service .so_case .inner_box .l_box .img_box .text_box {
	padding-bottom: 3px;
	width: 167px;
	float: left;
}

#service .so_case .inner_box .l_box .img_box .text_box p {
	margin: 0 5px 10px 10px;
}

#service .so_case .inner_box .l_box .img_box .text_box p.none {
	margin-bottom: 0;
}

#service .so_case .inner_box .l_box .img_box .text_box p span {
	display: block;
	color: #d15d00;
	font-weight: bold;
}

#service .so_case .inner_box .l_box .img_box .text_box img.poniner {
	margin: 0 0 10px 10px;
}

/* end so_case
--------------------------------------------------------------*/
/* end service
--------------------------------------------------------------*/


/* ir index
--------------------------------------------------------------*/
#ir .clear {
	clear: both;
}

#ir #header {
	padding: 0 0 16px;
	margin: 0;
	width: 100%;
	background: url(../../ir/images/index/header_back.gif) no-repeat left top;
}

#ir #header .hinner {
	width: 745px;
}

#ir #header ul {
	padding: 15px 0 0 0;
	float: right;
}

#ir #header ul li {
	margin-right: 3px;
	float: left;
}

#ir #header .title01 {
	padding: 9px 0 0 20px;
}

#ir #contents {
	padding: 0 40px 0 0;
	margin: 0 auto 0 40px;
	width: 685px;
}

#ir #pagetop_link,
#ir #footer .footer_inner {
	width: 695px;
	margin: 0 0 12px 30px;
}

#ir .box_text ul.ul01 {
	padding: 6px 0 7px 16px;
	background: url(../../company/images/ideamanagement03/box_bg.gif) repeat-y left top;
}

#ir .box_text ul.ul01 li {
	float: left;
}

#ir .box_text ul.ul01 li img {
	margin-right: 10px;
}

#ir .box_text ul.ul01 li select {
	width: 532px;
	color: #909090;
	text-indent: 2px;
}

#ir .index p.image01 {
	text-align: center;
}

#ir .index p.image01 img {
	display: inline;
}

#ir .index #contents .box01 {
	padding-bottom: 8px;
	border: 2px solid #b04e50;
}

#ir .index #contents .phase {
/*
	width: 685px;
	line-height: 2.5;
	padding-left: 160px;
	font-size: 110%;
	color: #212121;
	*/
}

#ir .index #contents .phase {
	padding: 5px;
	font-size: 110%;
	color: #212121;
	background: url(../../service/images/so_case01/title03_back.gif) repeat-x bottom;
}

#ir .index #contents .phase img {
	float: left;
}

#ir .index #contents .phase span {
	padding: 5px 0 0 155px;
	display: block;
}

#ir .index #contents .box02 .boxl {
	width: 435px;
	float: left;
}

#ir .index #contents .box02 .box_r {
	width: 225px;
	float: right;
}

#ir .index #contents .box02 .box_r span {
	padding-bottom: 10px;
}

#ir .index #contents .box02 .box_r span {
	background-color: #f4f4f4;
	display: block;
	line-height: 1.4;
	padding: 8px 0 6px 10px;
	font-size: 85%;
}

#ir .index #contents .title04 span  { 
	padding: 8px 0 7px 136px;
	color: #212121;
	background: url(../../ir/images/index/line01.gif) repeat-x left bottom;
	display: block;
	font-size: 110%;
}

#ir .index #contents .title04 {
	padding-right: 17px;
	background-color: #efefef;
}

#ir .index #contents .box03 {
	padding-top: 4px;
	padding-right: 3px;
	border: 1px solid #afafaf;
	border-top: none;
	background: url(../../ir/images/index/subtitle_back.gif) repeat-x left top;
	clear: both;
}

#ir .index #contents .box03 .box_bg {
	margin: 0 0 3px 3px;
	padding: 20px 15px 14px 17px;
	background-color: #efefef;
}

#ir .index #contents .box03 .box_bg .boxl01 {
	float: left;
	width: 104px;
}

#ir .index #contents .box03 .box_bg .boxl01 span {
	padding: 0 3px;
	font-size: 85%;
	line-height: 1.3;
	display: block;
}

#ir .index #contents .box03 .box_bg .boxl01.voice {
	width: 480px;
}

#ir .index #contents .box03 .box_bg .boxl01.voice li {
	list-style-position: inside;
	list-style-image: url(../../ir/images/index/icon01.gif);
	margin-bottom: 20px;
}

#ir .index #contents .box03 .box_bg p {
	width: 520px;
	float: right;
}

#ir .index #contents .box03 .box_bg p.voice {
	width: 150px;
}

#ir .index #contents .box04 .innerbox01 {
	padding: 16px 16px 16px 21px;
	background: url(../../ir/images/index/box_bg02.gif) repeat-y left top;
}

/* end ir index
--------------------------------------------------------------*/


/* errordoc
--------------------------------------------------------------*/
/* layout */
#errordoc {
	height: 100%;
}

#errordoc #wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#errordoc #pagetop .link {
	display: none;
}

#errordoc #contents {
	margin: 0 auto;
	padding-top: 90px;
	padding-bottom: 130px;
}

#errordoc #footer {
	margin-top: -40px;
	min-width: 982px;
}

#errordoc #footer .navi {
	display: none;
}

/* error_msg */
#errordoc #contents .error_msg {
	width: 720px;
	margin: 0 auto;
	background: url(../../errordoc/images/bg_error_msg_rep.gif) repeat-y 0 0;
}

#errordoc #contents .error_msg .title {
	margin-bottom: 25px;
}

#errordoc #contents .error_msg p {
	padding: 0 35px;
}

#errordoc #contents .error_msg .btm {
	margin-top: 1em;
	padding-bottom: 30px;
	background: url(../../errordoc/images/bg_error_msg_btm.gif) no-repeat 0 100%;
}

#errordoc #contents .error_msg a:link,
#errordoc #contents .error_msg a:visited {
	text-decoration: underline;
	color: #951518;
}

#errordoc #contents .error_msg a:hover,
#errordoc #contents .error_msg a:active {
	text-decoration: none;
	color: #951518;
}

/* end errordoc
--------------------------------------------------------------*/


/* rss index
--------------------------------------------------------------*/
#rss .index .block02 .dot_line {
	margin-top: 15px;
	padding-top: 16px;
	background: url(../images/line_dot02.gif) repeat-x 0 0;
}

#rss .index .block02 .list01 {
	margin: 15px 0;
}

#rss .index .block02 .list01 li {
	float: left;
}

#rss .index .block02 .list01 .txt {
	padding: 0 35px 0 17px;
	background: url(../images/icon_arrow06.gif) no-repeat 0 48%;
}

#rss .index .block02 .list01 .btn {
	padding-right: 20px;
}

/* end rss index
--------------------------------------------------------------*/