@charset "UTF-8";
/*=============================================
 sp
=============================================*/

/*=============================================
 /corporate/index.html
=============================================*/
#sp #idx {
	overflow: hidden;
}
#sp #idx .pg-ttl h2 {
	
}
#sp #idx .corp-col {
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	zoom: 1;	
}
#sp #idx .corp-col h3.swap {
	position: relative;
	z-index: 5;
}
#sp #idx .corp-col p.swap {
	margin-top: 13px;
	position: relative;
	z-index: 5;
}
#sp #idx .corp-col #corp-bg {
	/*position: relative;
	right: -15px;
	top: 0px;
	z-index: 1;*/
}
#sp #idx .vis-col {
	padding-top: 10px;
	padding-bottom: 17px;
	position: relative;
	zoom: 1;
}
#sp #idx .vis-col p.swap {
	margin-top: 17px;
}



/*=============================================
 history
=============================================*/
#sp #hist-wrap {
	padding-bottom: 32px;
}
#sp #history .hist-ttl {
	margin-top: 20px;
	margin-bottom: 17px;	
}
#sp #history .hist-ttl img {
	width: auto;
	height: 36px;
}
#sp #history .hist-line {
	background: url(/corporate/img/pc_hist_line.gif) repeat-y 5px top;
	background-size: 2px auto;
	-webkit-background-size: 2px auto;
}
#sp #history .hist-last-dot {
	background: url(/corporate/img/pc_hist_dot_last.gif) no-repeat left bottom;
	background-size: 11px auto;
	-webkit-background-size: 11px auto;
}
#sp #history .hist-line .dtl {
	padding-left: 20px;
	background: url(/corporate/img/pc_hist_dot.png) no-repeat left 22px;
	background-size: 11px auto;
	-webkit-background-size: 11px auto;
}
#sp #history .hist-line .dtl .dtl-inr .dtl-ttl {
	color: #005baa;
	font-size: 14px;
	line-height: 1.5;
}
#sp #history .hist-line .dtl .dtl-inr {
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px dashed #CCCCCC;
}
#sp #history .hist-line .dtl .dtl-inr .txt-col {
	font-size: 13px;
	margin-top: 10px;	
}

#sp #history .hist-line .first-dtl {
	background: url(/corporate/img/pc_hist_dot_first.png) no-repeat left 0;
	background-size: 11px auto;
	-webkit-background-size: 11px auto;
}
#sp #history .hist-line .first-dtl .dtl-inr {
	padding-top: 0;
	border-top: none;
}
#sp #history .hist-line .last-dtl {
	background: url(/corporate/img/pc_hist_dot_last.png) no-repeat left 12px;
	background-size: 11px auto;
	-webkit-background-size: 11px auto;
}
#sp #history .hist-line .last-dtl .dtl-inr {
	padding-bottom: 0;
	border-bottom: none;
}



#sp #history .hist-navi .pc-nav-txt {
	display: none;
}
#sp #history .hist-navi {
	padding-top: 15px;
	margin-top: 15px;	
}
#sp #history .hist-navi li {
	border-bottom: 1px solid #E7E7E7;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#sp #history .hist-navi li .swap {
	display: block;
	border: 1px solid #999999;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}
#sp #history .hist-navi li .swap img {
	opacity: 1 !important;
}
#sp #history .hist-navi li .swap span {
	display: block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding-top: 8px;
	padding-left: 12px;
	padding-right: 2px;
	height: 37px;
	background: url(/common/img/sp_btn_bg01.png) no-repeat center center;
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
/*#sp #history .hist-navi li .swap:hover,
#sp #history .hist-navi li .swap,*/
#sp #history .hist-navi li .swap.stay {
	border: 1px solid #174c7a;	
}
/*#sp #history .hist-navi li .swap:hover span,*/
#sp #history .hist-navi li span.swap span,
#sp #history .hist-navi li .swap.stay span {
	background-image: url(/common/img/sp_btn_bg02.png);
}
#sp #history .hist-navi li .swap span .txt02 {
	float: right;
	padding-top: 3px;
}


/*===============
 /corporate/history1.html
===============*/
#sp #history01 .dtl01 .f-r {
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 10px;
}
#sp #history01 .dtl01 .f-r img {
	width: 100%;
	height: auto;
}

#sp #history01 .dtl03 .f-img,
#sp #history01 .dtl05 .f-img,
#sp #history01 .dtl08 .f-img {
	float: right;
	padding-left: 12px;
	width: 60%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
#sp #history01 .dtl03 .f-img img,
#sp #history01 .dtl05 .f-img img,
#sp #history01 .dtl08 .f-img img {
	width: 100%;
	height: auto;
}


/*===============
 /corporate/history2.html
===============*/
#sp #history02 .dtl03 .f-l {
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 10px;
}
#sp #history02 .dtl03 .f-l img {
	width: 100%;
	height: auto;
}
#sp #history02 .dtl04 .f-img,
#sp #history02 .dtl05 .f-img {
	float: right;
	padding-left: 12px;
	width: 60%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
#sp #history02 .dtl04 .f-img img,
#sp #history02 .dtl05 .f-img img {
	width: 100%;
	height: auto;
}
#sp #history02 .dtl07 .img img {
	width: 100%;
	height: auto;	
}


/*===============
 /corporate/history3.html
===============*/
#sp #history03 .dtl .cap {
	color: #005baa;
}
#sp #history03 .dtl .cap .date {
	float: left;
}
#sp #history03 .dtl .cap p {
	overflow: hidden;
	margin-top: 0 !important;
}


#sp #history03 .dtl03 .f-r,
#sp #history03 .dtl08 .f-l,
#sp #history03 .dtl11 .f-r,
#sp #history03 .dtl14 .img,
#sp #history03 .dtl16 .img,
#sp #history03 .dtl17 .f-r,
#sp #history03 .dtl18 .img,
#sp #history03 .dtl19 .f-r {
	float: right;
	padding-left: 12px;
	width: 60%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
#sp #history03 .dtl03 .f-r img,
#sp #history03 .dtl08 .f-l img,
#sp #history03 .dtl11 .f-r img,
#sp #history03 .dtl14 .img img,
#sp #history03 .dtl16 .img img,
#sp #history03 .dtl17 .f-r img,
#sp #history03 .dtl18 .img img,
#sp #history03 .dtl19 .f-r img {
	width: 100%;
	height: auto;
}
#sp #history03 .dtl14 .img,
#sp #history03 .dtl16 .img,
#sp #history03 .dtl18 .img {
	margin-top: 10px;	
}
#sp #history03 .dtl14 .dtl-f-r .dtl-ttl,
#sp #history03 .dtl16 .dtl-f-r .dtl-ttl {
	padding-top: 20px;	
}

#sp #history03 .dtl18 .dtl18_box .dtl-ttl {
	width:100%;
}



/*=============================================
 /corporate/group.html
=============================================*/
#sp #group .lead-col {
	margin-top: 35px;
	display: table;
	
}
#sp #group #cts-idt .pagetop {
	font-size: 13px;
	text-align: right;
	margin-top: 20px;
}
#sp #group .lead-col .img,
#sp #group .lead-col .txt {
	display: table-cell;
	vertical-align: middle;
}
#sp #group .lead-col .txt {
	padding-left: 17px;
	font-size: 13px;
	line-height: 1.4;
}
#sp #group .lead-col .img img {
	width: 100px;
	height: auto;
}
#sp #group .dtl-wrap {
	margin-top: 30px;
}
#sp #group .anc-navi {
	margin-top: 5px;
	margin-bottom: -5px;
}
#sp #group .anc-navi li {
	float: left;
	white-space: nowrap;
	font-size: 13px;
}
#sp #group .dtl-wrap .ttl01 {
	padding-top: 25px;
} 
#sp #group .dtl-wrap dl {
	font-size: 13px;	
}
#sp #group .dtl-wrap dt {
	padding-top: 15px;
	padding-bottom: 6px;
	border-bottom: 1px dotted #CCCCCC;
}
#sp #group .dtl-wrap dd {
	margin-top: 6px;	
}
#sp #group .dtl-wrap dt a.icn-blank {
	display: block;
	padding-left: 18px;
	background: url(/common/img/pc_icn_blank.gif) no-repeat left 7px;
	background-size: 9px auto;
	-webkit-background-size: 9px auto;
}
#sp #group .dtl-wrap .no-ttl {
	margin-top: 10px;
}

/*=============================================
 /corporate/outline.html
=============================================*/
/*---------------
 sp access map
---------------*/
#sp #outline .spMap01,
#sp #outline .spMap02 {
	max-width: 440px;
	display:block;
}
#sp #outline .spMap01 {
	margin-bottom:20px;
}

#sp #outline .map01  img,
#sp #outline .map02  img {
	width: 100%;
	height: auto;
}

#outline .textTop {
	vertical-align:top !important;
}

#sp #outline .pcMap01, 
#sp #outline .pcMap02 {
	display:none;
}

#sp #outline .map01 p{
	margin-bottom:10px;
}
#sp #outline .map02  {
	margin-bottom:20px;
}
#sp #outline .map02 p{
	margin-bottom:5px;
}
#sp #outline .map03 p{
	margin-bottom:20px;
}

