@charset "utf-8";

body {
	background-color: #e7e7e7;
}

a {
	color: #333;
	text-decoration: underline;
}

a:link,
a:visited {
	color: #333;
}
a:hover {
	text-decoration: none;
}

a:active,
a:focus {
	outline: 0;
}
a img:hover {
	opacity: 0.8;
}

p {
	line-height: 180%;
}

footer {
	text-align: center;
	padding: 10px;
}

header#contents {
	background-color: #fff;
	height: 120px;
}

header#contents .inner {
	width: 960px;
	margin: 0 auto;
	display: table;
}

header#contents .inner h1 {
	display: table-cell;
    vertical-align: middle;
}

header#contents .inner div {
	display: table-cell;
    vertical-align: middle;
	padding-left: 15px;
}

header#contents .inner div p {
	font-size: 0.95em;
}

#breadclumb {
	width: 960px;
	margin: 0 auto;
	height: 35px;
	padding-top: 8px;
	font-size: 0.9em;
}

#breadclumb ul li {
	float: left;
	background: url(../img/bc_cursor.png) right no-repeat;
	padding-right: 14px;
	margin-right: 6px;
}

#breadclumb ul li:last-child {
	float: left;
	background: none;
}

#mainnav {
	clear: both;
	width: 960px;
	height: 49px;
	margin: 0 auto;
}

#mainnav ul li {
	float: left;
	height: 49px;
	margin-left: 13px;
}

.contents_box {
	border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
	background-color: #ffffff;
	border: 1px solid #d2d2d2;
	padding: 22px;
	width: 914px;
	margin: 0 auto;
	clear: both;
	display: table;
}

nav {
	display: table-cell;
	width: 195px;
	padding-right: 30px;
	vertical-align: top;
}

nav li {
	margin-bottom: 5px;
}

section.contents {
	width: 689px;
}

section.supportarea {
	width: 100%;
}

section.contents h1 {
	border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	color: #fff;
	background-color: #9c4863;
	line-height: 200%;
	padding: 0 20px;
	font-size: 1.5em;
	margin-bottom: 15px;
}

section.contents h2 {
	color: #9c4863;
	border-bottom: 1px solid #9c4863;
	line-height: 100%;
	padding: 0 0 5px 5px;
	font-size: 1.4em;
	margin-bottom: 10px;
}

section.contents p {
	margin-bottom: 30px;
	padding: 0 5px 5px;
}

section.contents p.back {
	text-align: center;
	margin-bottom: 0;
}




section.contents p img {
	margin: 10px 0 0;
}

section.contents li {
	line-height: 180%;
}
#app .lead {
	padding-bottom: 25px;
}
#app .btns {
	width: 420px;
	margin: 0 auto 43px;
}
#app .android {
	float: left;
}
#app .ios {
	float: right;
}
#app .btns .image {
	margin-bottom: 8px;
}
#app .listWrap {
	width: 580px;
	margin: 0 auto 90px;
}
#app ul.list {
	margin-right: -20px;
}
#app ul.list li {
	float: left;
	width: 180px;
	padding: 0 20px 40px 0;
	text-align: center;
}
#app ul.list li .image {
	margin-bottom: 8px;
}
#app .blocks {
	margin-bottom: 30px;
}
#app .blocks dd {
	margin-bottom: 20px;
	line-height: 180%;
}
#app .block {
	margin-bottom: 23px;
}
.block li span {
	color: #ff0000;
}
#app .block h3 {
	padding-bottom: 9px;
	margin-bottom: 20px;
	border-bottom: 1px solid #E7D3D9;
}
#app .block dl dd,
#app .block ul li {
	padding-left: 0.6em;
	margin-bottom: 10px;
	text-indent: -0.6em;
}
#app ul.links {
	padding-left: 17px;
}
#app ul.links li {
	margin-bottom: 10px;
}
#app .block .backTop {
	padding-top: 10px;
	margin-bottom: 20px;
	text-align: right;
}

dl.error {
	line-height: 180%;
	margin-bottom: 25px;
}

dl.m0 {
	margin-bottom: 0;
}

dl.error dt {
	padding-bottom: 5px;
	font-weight: bold;
}

dl.error dd {
	padding-bottom: 20px;
	padding-left: 30px;
}

dl.error dd img {
	padding: 0 3px;
	vertical-align: middle;
}

.pagetop {
	height: 48px;
	width: 48px;
	background: url(../img/pagetop.png);
}
