@charset "utf-8";

/*
	==========================================================================
		support chat terms.css
	==========================================================================
*/
#main_area {
	width: 700px;
    margin: 0 auto;
}

 #contents div.comment {
    margin: 2em auto 1em;
}

#contents h1 {
    font-size: 1.5rem;
}

#contents h1.title {
    border-bottom: 2px solid #6b6b6b;
    color: #2f353d;
    margin-bottom: 30px;
}

#contents .comment p {
    margin: 30px auto;
}

#contents a.textLink {
	display: inline;
	margin: 0 3px 0 7px;
	background-position: 0px;
}

#contents ul.annotation span.link_out {
    background: url(/support/share/images/icon_blank.gif) no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 0;
    overflow: hidden;
    padding: 9px 0 0;
    vertical-align: baseline;
    *vertical-align: middle;
    width: 11px;
    margin-left: 3px;
}

#contents ul.annotation {
    margin: 0 0 1em 1.2em;
    padding: 0.5em 0;
}

#contents ul.annotation li {
    list-style: none;
    text-indent: -0.7em;
    font-size: 0.9em;
    margin: 0 0 8px 0 ;
}

a:hover, a:active {
    outline: 0;
    color: #c41230;
    text-decoration: underline;
    background-color: transparent;
}

a:focus {
    outline: thin dotted;
}

@media screen and (max-width: 640px) {
	#main_area {
		width: auto;
	}
}