@charset "utf-8";
/* CSS Document */

@media only screen and (max-width: 599px) { /* device-width: 320px ～ 599px  for Smartphone */

#contentsArea article h1 {
    font-size: 16px;
	margin-top: -10px;
}

#contentsArea article nav.pageNav {
    margin: 20px 0 -10px;
    padding: 0 0 16px;
}

#contentsArea article nav.pageNav ul li a {
    margin: 5px 7px 0px 0px;
}

#contentsArea article p img {
	max-width: 100%; /* width:100% -> max-width:100%*/
	height: auto;    /* height:100% -> height:auto*/
}

/* table */
#contentsArea article div.newsBlock01 table td,
#contentsArea article div.newsBlock01 table th {
	width: 100%;
	display: inline-block;
	float: left;
}

#contentsArea article div.newsBlock01 table th {
	border: none;
	padding-bottom: 0;
}

}


#contentsArea {
	width: auto;
	padding: 0;
	float: none;
}

#contentsArea article,
#contentsArea article p,
#contentsArea article table {
    width: 100%;
}

#contentsArea article .alignC {
	text-align: center;
}

#contentsArea article .alignR {
	text-align: right;
}


/* img size */

#contentsArea article p img {
	width: auto;
}

p.keyvisual img,
#contentsArea article p.imageTextCenter01 img,
#contentsArea article p.imageTextCenter02 img,
#contentsArea article img.fluidImg {
	max-width: 100%; /* width:100% -> max-width:100%*/
	height: auto;    /* height:100% -> height:auto*/
}

#contentsArea article .unit img
#contentsArea article .imageArea img,
#contentsArea article img.fixImg {
    width: inherit;
	height: inherit;
}

/* h2 */
#contentsArea article h2 {
	background: none;
	width: auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	border: solid 1px #aaa;
	
/* SVG as background image (IE9/Chrome/Safari/Opera) */ 
background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc1NTYiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNFQUVBRUEiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNGRUZFRkUiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c1NTYpIiAvPgo8L3N2Zz4=);

	background-color: #dedede;
	background-image: -webkit-linear-gradient(bottom, #fff, #fdfdfd 20%, #fafafa 21%, #eaeaea 96%, #fff);
	background-image: -moz-linear-gradient(bottom, #fff, #fdfdfd 20%, #fafafa 21%, #eaeaea 96%, #fff);
	background-image: -o-linear-gradient(bottom, #fff, #fdfdfd 20%, #fafafa 21%, #eaeaea 96%, #fff);
	background-image: linear-gradient(to top, #fff, #fdfdfd 20%, #fafafa 21%, #eaeaea 96%, #fff);

	padding-bottom: 8px;
}

#contentsArea article h2 span {
	background: none;
	padding-bottom: 0;
	padding-right: 4px;
}

#contentsArea article .graph h3 {
	margin-bottom: 20px;
}

/* btn link */

#contentsArea article a.btnLink_01 {
	display: block;
	padding: 6px 10px;
	text-align: center;
	text-decoration: none;
	width: auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #cacaca;

background: rgb(244,255,252); /* Old browsers */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZmZmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2MwZGNlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  rgba(244,255,252,1) 0%, rgba(192,220,232,1) 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,255,252,1)), color-stop(99%,rgba(192,220,232,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(244,255,252,1) 0%,rgba(192,220,232,1) 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(244,255,252,1) 0%,rgba(192,220,232,1) 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(244,255,252,1) 0%,rgba(192,220,232,1) 99%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(244,255,252,1) 0%,rgba(192,220,232,1) 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4fffc', endColorstr='#c0dce8',GradientType=0 ); /* IE6-8 */
}

#contentsArea article a.btnLink_01 span {
	display: inline-block;
	padding: 2px 24px 2px 0;
}

#contentsArea article a.btnLink_01 span.toPC {
	background: url(/about/investors/smp/special/img/icon_pc_002.png) right center no-repeat;
	background-size: 19px 19px;
}


/* footerBacktop */

.footerBacktop {
    float: right;
    position: fixed;
    bottom: 3%;
    right: 3%;
}

.footerBacktop a {
    display: block;
    padding: 4px 10px 2px;
	text-decoration: none;
    background: #6B95BF;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	opacity: 0.7;
}

.footerBacktop a span,
.footerBacktop a span:hover,
.footerBacktop a:hover span {
	color: #fff;
	font-size: 240%;
	font-weight: bold;
	text-decoration: none;
	opacity: 1;
}


/* pageNav */

nav.pageNavFix {
	display: none;
	position: fixed;
	top: 0px;
	background: #000;
	width: 100%;
	z-index: 10;
}

nav.pageNavFix ul li {
	display: inline-block;
}

nav.pageNavFix ul li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 4px 4px;
}

nav.pageNavFix ul li.current a {
	color: #00a2ff;
}


/* flipsnap */
#contentsArea article .viewport {
	overflow:hidden;
    width:320px;
margin: 20px 0;
}
 
#contentsArea article .flipsnap {
    overflow:hidden;
    width:1000%;
}
 
#contentsArea article .item {
    float: left;
width: 299px;
margin-right: 1px;
}

#contentsArea article .item p span {
color: #fff;
text-align: center;
display: block;
width:100%;
height: 200px;
line-height: 200px;
background: #999;
}
