@charset "utf-8";

/*-----

   news singl CSS

-----------------------------*/
#primary {
	padding: 120px 0 0 0;
	width: 768px;
	margin: 0 auto;
}


.entry-content{

}

.entry-content h1{
	border-bottom: 1px solid #CCC;
	font-size: 25px;
	margin: 0 0 16px;
}

.entry-content h2{
	border-bottom: 1px dotted #CCC;
	font-size: 23px;
	margin: 0 0 16px;
}

.entry-content h3{
    font-size: 21px;
}

.entry-content h4{
    font-size: 19px;
}

.entry-content h5{
    font-size: 18px;
}

.entry-content h6{
    font-size: 17px;
}

pre {
    /* Mozilla */
    white-space: -moz-pre-wrap;

    /* Opera 4-6 */
    white-space: -pre-wrap;

    /* Opera 7 */
    white-space: -o-pre-wrap;

    /* CSS3 */
    white-space: pre-wrap;

    /* IE 5.5+ */
    word-wrap: break-word;
}
