@charset "utf-8";
/* CSS Document */

/* reset */
body {
	background: #e8e9eb;
	font: 16px/1 sans-serif;
	letter-spacing: -1px;
	-webkit-text-size-adjust: 100%;
	margin: 0 auto;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
	font: 100%;
}

th {
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	line-height: 1.3;
	padding: 0;
	text-align: left;
}

h1,
h2,
h3,
h4 {
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

img {
	vertical-align: top;
}

a {
	display: inline-block;
	text-decoration: none;
	color: #333;
}
a img {
	border: 0;
}

input[type=submit],
input[type=reset] {
	background: transparent;
}

/* common */
.fs10 {
	font-size: .625rem;
}

.fs12 {
	font-size: .75rem;
}

.fs14 {
	font-size: .875rem;
}

/* header */
#smpHeader {
	background: #fff;
	padding: 7px;
}

/* block */
.toolbar {
	background: #004386;
	color: #fff;
	font-size: .625rem;
	padding: .5em 10px;
	position: relative;
}
.toolbar .button {
	position: absolute;
	top: 0;
	right: 0;
}

.closebtn {
	margin: 20px 0;
	text-align: center;
}
.closebtn a {
	background: #fff;
	border: 1px solid #d9dadb;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	font-size: .875rem;
	padding: .85em 2.35em;
}

.discription {
	margin: 10px 9.68%;
	display: block;
        font-size: .75rem;
	padding: .85em;    
}

.discription img{
	max-width: 100%;
	height: auto;
	width: auto;
}

.pickuplist {
	margin: 16px 9.68%;
}
.pickuplist:after {
	clear: both;
	content: "";
	display: block;
}
.pickuplist li {
	float: left;
	font-size: .75rem;
	margin-bottom: 5.4%;
	text-align: center;
	width: 47.29%;
}
.pickuplist li:nth-child(2n) {
	float: right;
}
.pickuplist li:nth-child(2n+1) {
	clear: both;
}
.pickuplist li img {
	max-width: 100%;
	height: auto;
	width: auto;
}
.pickuplist li a {
	background: #fff;
	border: 1px solid #e3e3e3;
	display: block;
}
.pickuplist li span {
	display: block;
	padding: .5em;
	text-align: center;
}

/* footer */
#smpFooter {
	background: #fff;
	border-top: 1px solid #d9dadb;
	font-size: .75rem;
	margin: 20px 0 0;
	padding: 1em 0 0;
	text-align: center;
}

#comLogo {
	display: block;
	margin: 0 0 1em;
	vertical-align: top;
}

#navLinks {
	margin: 1em;
}

#legalLinks {
	display: inline-table;
	margin: 0 0 1em;
}
#legalLinks li {
	border-left: 1px solid #d9dadb;
	display: table-cell;
	padding: 0 1em;
}
#legalLinks li:first-child {
	border-left: 0;
}

#copyright {
	background: #e3e4e5;
	padding: .5em;
}
#smpFooter .logo_docomo{
	text-align: center;
    padding: 20px 0;
}
