/* CSS Document */

main{
	padding-left: 30px;
	padding-right: 30px;
	line-height: 1.6;
}

.mod-categoryHeader{
	margin-top: 1em;
}
p.mod-categoryHeader-title{
	margin-bottom: 60px;
	font-size: 1.2em;
	font-weight: bold;
}
h1{
	margin-bottom: 1em !important;
	font-weight: bold !important;
}


#contents .s5-heading2 {
	border-top: 5px double #797979;
	border-bottom: 5px double #797979;
	background: #F5F5F5;
	padding: 0.5em 0 0.25em 0.5em;
	margin-top: 1em;
	margin-bottom: 1em;
}

.indexArea{
	display: table;
	width: 100%;
	margin-bottom: 4em;
}

.indexArea p.left {
	display: table-cell;
	width: 3.5rem;
	height: auto;
	margin: 0;
	padding: 0.5em;
	border: 1px solid #959595;
	border-right: none;
	background: #ccc;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
}
.indexArea ul.s5-list {
	margin: 0;
	padding: 1.5em 1em 0.5em !important;
	border: 1px solid #959595;
	box-sizing: border-box;
	background-color: #fff;
	font-weight: bold;
}

.indexArea ul li{
	margin-bottom: 0.5em;
}

a.s5-linkV3.s5-linkV3--down:after{
	margin-left: 8px !important;
}

.c5-notice_gray dl{
	margin: 0;
}

.c5-notice_gray dl dt{
	margin-bottom: 5px;
}

p.mod-categoryHeader-title{
	font-size: 1.2em;
	font-weight: bold;
}

section{
	margin-bottom: 4em;
}

section > section{
	margin-bottom: 2em;
}


.c5-notice_gray{
	background-color: #eee;
	padding: 1em 2em;
}

.c5-notice_gray > p{
	margin: 0;
}

.c5-grayArea{
	margin: 2em 0 3em;
	padding: 1em;
	border: 1px solid #959595;
}

.c5-link_button a,
button.c5-link_button{
	background: url(/support/share/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
	border: solid 1px #CCCCCC;
	box-sizing: border-box;
	border-radius: 5px;
	color: #000;
	padding: 0.7em 1em;
	display: inline-block;
}

.c5-link_button a:hover,
button.c5-link_button:hover,
.c5-link_button a:active,
button.c5-link_button:active,
.c5-link_button a:focus,
button.c5-link_button:focus{
	color: #34568e;
	text-decoration: underline;
}
.c5-link_button a span.s5-linkV3{
	color: #333;
}
.c5-link_button a span.s5-linkV3::after{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D'%232F353D'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20x%3D'0px'%20y%3D'0px'%20width%3D'32px'%20height%3D'32px'%20viewBox%3D'0%200%2032%2032'%3E%3Cpath%20d%3D'M25.6%2C16l-16%2C16l-3.2-3.2L19.1%2C16L6.4%2C3.2L9.6%2C0L25.6%2C16z'%2F%3E%3C%2Fsvg%3E");
}

.c5-annotation{
	text-indent: -1em;
	padding-left:1em;
}



dl{
	margin: 0;
}

dl dt{
	margin-top: 1em;
	vertical-align: middle;
	font-weight: bold;
	text-indent: -15px;
	padding-left: 15px;
}

dl dt:before{
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 5px;
	background: #2f353d;
	margin-bottom: 1px;
}


dl dd{
	margin-left: 15px;
}

span{
	display: inline-block;
}

.jump-top-top {
	color: #3865e0;
}
.jump-top-top a img{
	margin-left: 5px;
}

@media (max-width: 640px){
	main{
		padding: 0 10px;
	}
	.c5-notice_gray{
		background-color: #eee;
		padding: 10px 14px;
	}
}

html{
	font-size: 100% !important;
}

.s5-container{
	padding: 0 !important;
	margin-bottom: 2em !important;
}
body{
	font-size: 100% !important;
	padding-top: 0 !important;
}