@charset "utf-8";
/* CSS Document */

#contents section{
	margin-bottom: 2em;
	margin-top: 3em;
}

#contents section > section{
	margin-left: 1em;
}
#contents p{
	word-break: break-all;
	margin-left: 1em;
}

#contents p + p{
	margin-top: 0.5em;
}

#contents > div{
	margin-left: 1em;
}

/* list */

#contents ul{
	list-style-type: none;
	margin-left: 0;
	padding:0;
}

#contents ul.disc{
	list-style-type: disc !important;
}

#contents ol{
	padding:0;
	margin-left:1em;
}

#contents ol li{
	margin-bottom: 1em;
}

#contents li{
	margin:0;
	float: none;
}

#contents ul.txtlink li{
	margin-right: 0;
}

#contents section > ul{
	margin-left:1em;
}

#contents ul.disc,
#contents section > ol{
	margin-left:3em;
}

#contents dl,
#contents dl dt,
#contents dl dd{
	margin:0;
	padding:0;
}

#contents section > dl{
	margin-left: 1em;
}

#contents dl dt{
	margin-bottom: 0.5em;
	font-weight: 700;
}
#contents dl dd{
	margin-bottom: 1.5em;
}

/* link */

#contents a.textLink{
	background-position: 0 6px;
	display: inline-block;
	margin: 0.5em 0 0.5em 1.5em;
}

#contents section > p + a.textLink{
	margin-left: 2.5em;
}

#contents ul.txtlink{
	margin-left:1.5em;
}

#contents ul.txtlink.inner > li,
#contents a.textLink.inner{
	background: url(/support/share/images/arrow_underline.gif) no-repeat 0 0.5em !important;
	margin-bottom: 5px;
}

#contents span.textLink{
	background: url(/support/share/images/arrow_black.gif) no-repeat;
	background-position:0 6px;
	padding-left:1em;
	display: inline-block;
}

#contents span.textLink.inner{
	background: url(/support/share/images/arrow_underline.gif) no-repeat 0 0.5em !important;
}

/* annotation */
#contents p.annotation,
#contents ul.annotation{
	margin-left:1em;
}
#contents p.annotation,
#contents ul.annotation li{
	padding-left: 1em;
	text-indent: -1em;
}

#contents ul.annotation li{
	margin-left: 0;
}

#contents p + p.annotation{
	margin-top:0.5em;
}

/* notice*/
#contents .notice_gray {
	border: 1px solid #CCCCCC;
	padding: 1.2em 1em 0.5em;
	margin-bottom: 2em;
}

#contents .notice_gray_b{
	border: 1px solid #CCCCCC;
	background-color: #EBEBEB;
	padding: 20px;
	margin: 1.5em 0 1.5em 1em;
}

#contents .notice_gray_b > p{
	margin-left: 0;
}

#contents .notice_gray_b > ul.disc{
	margin-left: 1.5em !important;
}

@media (max-width: 640px){
	#contents section > section {
		margin-left: 0;
	}
	#contents p{
		margin-left: 0;
	}
	#contents section h3{
		margin-left: 0;
	}
	#contents ul.disc,
	#contents section ol{
		margin-left:2em;
	}
	#contents ul.txtlink{
		margin-left:0.5em;
	}
	#contents p + a.textLink{
		margin-left: 0.5em;
	}
	#contents p.annotation,
	#contents ul.annotation{
		margin-left:0.5em;
	}
	#contents .notice_gray_b{
		margin-left: 5px;
		margin-right: 5px;
	}
}

/*�@btnlist�@*/

#contents .flex{
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	justify-content: space-around;
	-ms-flex-pack: distribute;
	margin: 2em auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 640px) {
	#contents .flex{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

#contents .singleBtn{
	margin: 1em 0;
}

#contents .singleBtn a,
#contents .modalArea ul.btnList li a{
	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;
	width: 46%;
}

#contents .singleBtn a {
	text-decoration: none;
}

#contents .singleBtn a :hover{
	opacity: 0.7;
}

#contents button{
	background-color: #fff;
}
#contents .app-btnArea ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#contents .app-btnArea ul:after{
	content: "";
	display: inline-block;
	width: 23.99%;
}
#contents .app-btnArea ul.app-btnList > li{
	width: calc((100% - 30px) / 4);
	margin-bottom: 8px;
}

#contents .app-btnArea ul.app-btnList > li > button{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: calc(78px + 28px + 5em);
	padding: 10px 1em 0;
	border: 1px solid #ccc;
	border-radius: 5px;
}

#contents .app-btnArea ul.app-btnList > li button img{
	display: block;
	margin: 0 auto;
	margin-bottom: 8px;
}
#contents .app-btnArea ul.app-btnList > li button span{
	display: inline-flex;
	align-items: center;
	height: 5em;
	word-break: break-all;
	text-align: left;
}
@media (max-width: 820px) {
	#contents .app-btnArea ul.app-btnList > li{
		width: 100%;
		max-width: 590px;
	}
}

@media (max-width: 640px) {
	#contents .app-btnArea{
		margin-left: 0;
	}
	#contents .app-btnArea ul.app-btnList{
		flex-direction: column;
	}
	#contents .app-btnArea ul.app-btnList > li{
		width: 100%;
	}
	#contents .app-btnArea ul.app-btnList > li button{
		flex-direction: row;
		justify-content: flex-start;
		height: auto;
		padding: 10px;
	}
	
	#contents .app-btnArea ul.app-btnList > li button img {
		display: inline-block;
		margin: 0 10px 0 0;
	}
	#contents .singleBtn a, 
	#contents .modalArea ul.btnList li a{
		width: 100% !important;
	}
}

@media (max-width: 430px) {
	#contents .singleBtn > a{
		width: 100%;
	}
}
@media (max-width: 320px) {
	#contents p + p {
		margin-top: 5px;
	}
}



