@charset "utf-8";
/* CSS Document */



/* ============================================
      body
	  font-size 12px : 80%;
	            13px : 86.6666666667%
				14px : 93.3333333333%
				15px : 100%
				16px : 106.6666666667%
				17px : 113.3333333333%
				18px : 120%
				22px : 146.6666666667%;
				26px : 173.3333333333%
============================================ */
body {
	margin: 0;
	padding: 0;
	font: 15px/1.231 Verdana,Geneva,Arial,Helvetica,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック";
	background: #fff;
	-webkit-text-size-adjust: 100%;
	color: #000;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;	
	box-sizing:border-box;
	word-break:break-all;	
}

img {
	width: 100%;
}

a img {
	border: none;
}

a:link {
-webkit-transition-duration:500ms;
-moz-transition-duration:500ms;
transition-duration:500ms;
}
a:visited {
-webkit-transition-duration:500ms;
-moz-transition-duration:500ms;
transition-duration:500ms;
}

/*.notation */
.notation {
	font-size: 80%;
	 margin: 0.4em 0;
}

.notation dt {
    clear: both;
    display: inline;
    float: left;
    margin: 0 -2em 0 0;
    padding: 0.2em 0;
    width: 2em;
}

.notation dd {
    margin-left: 0.8em;
    padding: 0.2em 15px 0.2em 10px;
}

/* ============================================
      #wrapper
============================================ */
#wrapper {
	overflow:hidden;
	width: 95%;
	margin: 0 auto;
}


/* ============================================
      header
============================================ */
header {
	margin: 20px 0 27px;
}

.logo {
	width: 55.4635761589%;
	float: left;
}

.gsi {
	width: 37.2516556291%;
	float: right;
}



/* ============================================
      article
============================================ */
article {
	width: 99.3421052632%;
	margin: 0 auto;
}

h1 {
	margin-bottom: 9px;
	font-size: 80%;
}

.pickup,
.bnr {
	margin-bottom: 22px;
}

.note{
	text-align:right;
}

/* ============================================
      nav
============================================ */
.mainNav {
	margin-bottom: 22px;
	background: #f3f3f3;
	border: 1px solid #b9b9b9;
	border-radius: 5px;
}

.mainNav h2 {
	padding: 11px 4%;
	font-weight: bold;
	color: #fff;
	border-bottom: 1px solid #cacaca;
	border-radius: 5px 5px 0 0;
	background: #c9cacc;
	background: -moz-linear-gradient(top,  #c9cacc 0%, #777879 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c9cacc), color-stop(100%,#777879));
	background: -webkit-linear-gradient(top,  #c9cacc 0%,#777879 100%);
	background: linear-gradient(to bottom,  #c9cacc 0%,#777879 100%);
}

.what h2 {
	background: #4f90d5;
	background: -moz-linear-gradient(top,  #4f90d5 0%, #0054a9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4f90d5), color-stop(100%,#0054a9));
	background: -webkit-linear-gradient(top,  #4f90d5 0%,#0054a9 100%);
	background: linear-gradient(to bottom,  #4f90d5 0%,#0054a9 100%);
}

.target h2 {
	background: #a95400;
	background: -moz-linear-gradient(top,  #d5904f 0%, #a95400 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d5904f), color-stop(100%,#a95400));
	background: -webkit-linear-gradient(top,  #d5904f 0%,#a95400 100%);
	background: linear-gradient(to bottom,  #d5904f 0%,#a95400 100%);
}

.mainNav li {
	font-weight: bold;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #cacaca;
}

.mainNav li:last-child {
	border-bottom: none;
}

.mainNav li a {
	padding: 15px 4%;
	display: block;
	position: relative;
}

.mainNav li a:before,
.moreDetail li a:before {
	content: "";
	width: 18px;
	height: 18px;
	border-radius: 3px;
	background-image: url(/about/investors/smp/img/icon_arrow_menu_001.png);
	background-repeat: no-repeat;
	background-position:  center center;
	background-color: #a8aaab;
	position: absolute;
	right: 8px;
	background-size: 8px 12px;
}

.moreDetail li a:before {
	background-color: #7b8d93;
}

.what li a:before {
	background-color: #4f90d5;
}

.target li a:before {
	background-color: #d5904f;
}

.mainNav li a:link,
.mainNav li a:visited {
	color: #000;
	text-decoration: none;
}

.pc {
	width: auto;
	margin: 0 5px;
	vertical-align: top;
}

/* ============================================
      line
============================================ */
.line h2 {
	margin-bottom: 8px;
	padding: 0 4%;
	font-weight: bold;
}

/*.moreDetail*/
.moreDetail {
	margin-bottom: 22px;
	background: #f3f3f3;
	border: 1px solid #b9b9b9;
	border-radius: 5px;
}

.moreDetail li {
	font-weight: bold;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #cacaca;
}

.moreDetail li:first-child {
	border-radius: 5px 5px 0 0;
}

.moreDetail li:last-child {
	border-bottom: none;
}

.moreDetail li a {
	padding: 15px 4%;
	display: block;
	position: relative;
	font-weight: bold;
}

.moreDetail li.pc {
	margin: 0;
}

.moreDetail li.pc a:before {
	content: "";
	width: 19px;
	height: 19px;
	background: url(/about/investors/smp/img/icon_pc_001.gif) center center no-repeat;
	position: absolute;
	right: 8px;
	background-size: 19px 19px;
}

.moreDetail li a:link,
.moreDetail li a:visited {
	color: #000;
	text-decoration: none;
}

/* ============================================
      link underline
============================================ */
#contentsArea article ul.linkList01 li a,
#contentsArea article ul.linkList02 li a,
#contentsArea article .newsBlock01 table td a {
	text-decoration: underline;
}

#wrapper #contentsArea article ul.linkList01 li a:hover,
#wrapper #contentsArea article ul.linkList02 li a:hover,
#wrapper #contentsArea article .newsBlock01 table td a:hover {
	color: #7f99b2;
}



/* ============================================
      footerBackTop
============================================ */
div.footerBacktop p{
	clear:both;
	margin:30px 0 0 0;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

div.footerBacktop p a{
	background:url(/component/c_common/img/bg_backtop.gif) no-repeat left 5px;
	padding:0 0 0 10px
}

div.footerBacktop p a:link,
div.footerBacktop p a:visited {
	color: #036;
	text-decoration: none;
}

div.footerBacktop p a:hover {
	color: #036;
	text-decoration: underline;
}


/* ============================================
      footer
============================================ */
footer {
	margin: 22px 0 0;
	padding: 12px 22px;
	background: #e7e7e7;
	text-align: center;
	font-size: 80%;
}

footer ul {
	margin-bottom: 5px;
}

footer li {
	display: inline-block;
	margin: 0 20px 6px 0;
}

footer li a:link {
	color: #036;
}

footer li a:visited {
	color: #4D3380;
}


/* ============================================
      clearfix
============================================ */
.clearfix:after,
.mainArea:after,
.categoryTop:after,
.notation:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix,
.mainArea,
.categoryTop,
.notation {
	display: inline-table;
	min-height: 1%;
}
* html .clearfix,
* html .mainArea,
* html .categoryTop,
* html .notation{
	height: 1%;
}
.clearfix,
.mainArea,
.categoryTop,
.notation {
	display: block;
}

.clear {
	clear: both;
}