@charset "utf-8";
@import url(base.css);


		#contenttitle{
			background-image:url(../news/images/img_content.jpg);
		}



/********************************** index **********************************/



@media screen and (max-width:980px){
#globalheader{border-bottom:none;}
}


	#contenttitle{
		margin-bottom:-25px;
	}
	



			#newslist .inner{
				max-width:840px;
				width:90%;
				margin:30px auto;
				padding:20px 5%;
				border-radius:10px;				
			}

		@media screen and (max-width:420px){

			#newslist .inner{
				margin:10px auto;
			}

		}


			#newslist ul{
				width:100%;
				margin:30px 0;
			}


			#newslist li{
				border-bottom:1px dashed #ccc;
				list-style:none;
				padding:10px 2%;
			}
			#newslist li:nth-of-type(1){
				border-top:1px dashed #ccc;
			}

#newslist li{zoom:1;}
#newslist li:after{
  content: ""; 
  display: block; 
  clear: both;
}


			#newslist li a{
				display:block;
				width:96%;
				text-decoration:none;
			}

			#newslist li a:hover{
				text-decoration:underline;
			}

				#newslist li .date{
					display:block;
					width:120px;
					font-size:0.9em;
					float:left;
				}

				#newslist li p{
					width:calc(100% - 120px);
					margin:0;
			word-break:break-all;
			word-wrap:break-word;
					float:right;
				}

			@media screen and (max-width:640px){

				#newslist li .date{
					width:100%;
					float:none;
				}

				#newslist li p{
					width:100%;
					float:none;
				}

			}
		







