@charset "utf-8";
/* CSS Document */

#new_s {
	width: 680px;
	padding: 30px 20px 60px;
}

#new_s .contents {
	width: 640px;
	line-height: 1.6em;
    font-size: 14px;
}


#new_s div.contents h1 {	
	padding: 20px 0 5px;
	border-bottom: 2px solid #cccccc;
	text-align: center;
	font-size: 120%;
}

#new_s .contents h2 {	
	margin: 15px 0 5px 0;
}

#new_s .contents ul.style1 {	
	list-style:none;
	padding: none !important;
	margin: 15px 0 15px;
}

#new_s .contents ul.style1 li {	
	margin-left:-3em;
}

#new_s .contents .txt_r {
	text-align: right;
}

#new_s .contents table h3 {
	margin-bottom: 3px;
}

#new_s .contents table.style_settei {
	width: 200px;
	border-collapse: collapse;
	font-size:90%;
	text-align: center;
}

/* thの指定 */

#new_s .contents table.style_settei th {
        color:#FFFFFF ;
        font-weight: normal;
        background-color: #E1CD8A;
        border:1px solid #e1cd8a;
        padding: 6px;
}

/* 奇数番目のtrの指定(=2n+1) */
#new_s .contents table.style_settei tr:nth-child(odd) {
        background-color: #fff7dd;
}

/* 偶数番目のtrの指定(=2n) */
#new_s .contents table.style_settei tr:nth-child(even) {
        background-color: #FFFFFF;
		
}

/* 奇数番目のtdの指定(=2n+1) */
#new_s .contents table.style_settei td:nth-child(odd) {
        border:1px solid #e1cd8a;
        text-align: center;
        padding: 6px;
}

/* 偶数番目のtdの指定(=2n) */
#new_s .contents table.style_settei td:nth-child(even) {
        border:1px solid #e1cd8a;
        padding: 6px;
}

#new_s .contents .txt-1 {
	margin: 3px 0 20px 0;
	font-size: 85% !important;
	
}

/* 共通*/
.mg-5 {
	margin-top: 5px;
}
.mg-35 {
	margin-bottom: 35px
}
.Link_icon {
	padding-left: 19px;
	background: transparent url("../../img/icon_02_01.gif") no-repeat scroll 0 0;
	vertical-align:bottom;
	
}
.footer_style {
	width: 680px;
	padding: 10px 0;
	border-top: 1px solid #999999;
	font-size: 12px;
	color: #666666;
	text-align: center;
}


/* 2016.12.1 追加 */
h1.news-title{
	padding: 20px 0 5px;
	border-bottom: 2px solid #cccccc;
	text-align:
	center;font-size:90%;
}

ul.newslist{
	list-style:none;
	padding-left:0;
}

.mb40{
	margin-bottom:40px;
}





