@charset "utf-8";

/* /bd/message/***.html Common CSS Document */

#contents p {
    margin: 0 0 1.25em;
}

h2.title {
    font-size: 14px;
    border-bottom: 1px solid #343434;
}

#contents section {
    margin-bottom: 3em;
}

#contents p.annotation, #contents ul.annotation li {
    margin-top: 0.5em;
    padding-left: 1em;
    text-indent: -1em;
}

#contents section h3.gray {
    font-size: 1.2rem;
    border-left: 5px solid #878789;
    line-height: 1.3;
    padding: 0.3em 0.5em;
    margin-bottom: 1.5em;
}

/* model */

dl.t_model {
    width: 80%;
    margin-bottom: 2em;
}

dl.t_model dt {
    background-color: #808080;
    color: #ffffff;
    padding: 0.5em 1em;
	font-size: 1.1em;
}

dl.t_model dd {
    padding: 1em;
    border: 1px solid #ccc;
}



/* button */

#contents div.btnList ul {
    list-style: none;
    margin-left: 0;
    display: flex;
}

#contents div.btnList ul li {
    width: 39%;
    margin-right: 10px;
}

#contents div.btnList ul li a {
    background: url(/support/share/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
    border: solid 1px #CCCCCC;
    border-radius: 5px;
    color: #333;
    padding: 1em 0.75em;
    display: block;
    box-sizing: border-box;
}

#contents div.btnList ul li a span.textLink {
    background: url(/support/share/images/arrow_underline.gif) no-repeat left 0.4em;
    background-position: 0 5px;
    display: inline-block;
    padding: 0 5px 0 10px;
    font-weight: 700;
    margin-left: 5px;
}

/* table */
#contents th {
    background: #E3E3E3;
    padding: 7px 2px;
    border: #CCC 1px solid;
    text-align: center;
    font-weight: normal;
}

#contents td {
    border: 1px solid #CCC;
    padding: 1em;
}

#contents table tbody th {
    background-color: #fff;
    text-align: left;
    padding: 0.2em 0.3em;
}

#contents table thead th {
    font-weight: bold;
}

#contents table thead th:first-child {
    width: 20%;
}

#contents table tbody td.color {
    text-align: center;
}

#contents table tbody th {
    padding: 0.6875em 0.875em 0.625em;
    border: thin solid #a5a5a5;
    vertical-align: middle;
}

#contents table tbody ul {
    margin: 1em 0 0 0.5em;
    padding: 0 0 0 0.5em;
}


#contents table p.img-left {
		margin: 0;
}

@media screen and (max-width: 640px) {
	
	/* model */
	dl.t_model {
		width: 100%;
		margin-bottom: 2em;
	}

	/* button */
	#contents div.btnList ul {
		display: block;
	}
	#contents div.btnList ul li {
		width: 100%;
		margin-bottom: 10px;
	}
	
	/* table */
	#contents table {
		width: 100%;
	}
	
	#contents table thead th:first-child {
		width: auto;
	}
	
	#contents table p.img-left img {
		max-width: 80%;
    	min-width: 20px;
	}
	
	#contents div.pct img {
		max-width: 100%;
	}
}

