@charset "utf-8";
/* CSS Document */
/* clearfix */
.clearfix:after { content:"."; display:block; clear:both; height:0; visibility:hidden; }
.clearfix { display:inline-block; }

/* for macIE \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }

@media screen and (min-width:240px) and ( max-width:480px) {
#news {
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
}
#news h3{
    margin: 0 0 10px 0;
	padding:1.3% 0 1% 2%;
	width:98%;
	line-height: 1.6em;
	font-size: 130%;
	font-weight:normal;
	border: 1px solid #757500;
	-moz-border-radius: 20px;    /* Firefox */
	-webkit-border-radius: 20px; /* Safari,Chrome */
	border-radius: 20px;         /* CSS3 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #fdfec8), color-stop(0.00, #fff));
    background: -webkit-linear-gradient(#fff, #fdfec8);
    background: -moz-linear-gradient(#fff, #fdfec8);
    background: -o-linear-gradient(#fff, #fdfec8);
    background: -ms-linear-gradient(#fff, #fdfec8);
    background: linear-gradient(#fff, #fdfec8);
}	
#newsWrap{
	margin:0 0 15px 0;
	padding:0;
	width:95%;
	height: auto;
	}

ul#newsList{
	margin:0 0 15px;
	padding:0;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.5em;
}
ul#newsList a{
	color:#f60;
	text-decoration:underline !important;
}
ul#newsList a:link{
	color:#f60;
	text-decoration:underline !important;
	}
ul#newsList a:hover{
	color: #e4916c;
	text-decoration:underline !important;
	}
	
ul#newsList li{
	color:#666;
	font-size:100%;
	margin:0;
	padding:5px 0;
	margin-bottom:3px;
	border-bottom:1px dotted #ccc;
	line-height:150%;
	list-style-type:none;
}

.catName{
	display:inline-block;
	padding:3px 8px;
	border:1px solid #ccc;
	border-radius:6px;
	font-size:11px;
	line-height:100%;
	margin:0 2px;
}


.newMark{
	display:inline-block;
	border:1px solid #F00;
	padding:1px 4px;
	font-size:11px;
	line-height:100%;
	background:#F00;
	color:#fff;
	box-shadow:1px 1px 1px #999;
	border-radius:8px;
	font-style:italic;
}
.comment{
	display:block;
	padding:3px 0;
	overflow:hidden;
	width:100%;/* 本文部分の幅。ここは特に設置ページ合わせて変更下さい */
	color:#000;

}
.thumbNailWrap{
	margin:0 auto;
	display:block;
	width:100%;
	height: auto;
	overflow:hidden;
	line-height:1.5em:
}

/* Pager style（外部化可） */
.pager{
	text-align:right;
	padding:10px;
	clear:both;
}


#up_ymd{
	text-align:right;
	font-size:13px;
	margin:20px 10px;
}
.detailUpfile{
	margin:5px 0 35px;
	text-align:center;
}
.backORcloseBtn{
	text-align:center;
	padding:0.3em 1em;
	width:200px;
	line-height:100%;
	margin:15px auto 0 auto;
}
.backORcloseBtn a{
	display:inline-block;
	padding:4px 15px;
	border:1px solid #aaa;
	color:#999;
	border-radius:6px;
	text-decoration:none;
	font-size:100%;
	line-height:1.5em;
}

.detailText{
	padding:0 0 30px 0;
	line-height:1.5em;
	font-size:100%;
	}
.detailUpfile img{
	max-width:100%;
	height:auto;
}
.pNav{
	margin:0 0 10px 0;
	padding:5px;
	font-size:100%;
	line-height:1.5em;
	border:1px solid #999;
	-moz-border-radius: 12px;    /* Firefox */
-webkit-border-radius: 12px; /* Safari,Chrome */
border-radius: 12px;         /* CSS3 */
}


.pNav a{
	color:#f60;
	text-decoration:underline !important;
	}
	
.pNav a:link{
	color:#f60;
	text-decoration:underline !important;
	}
.pNav a:hover{
	color: #e4916c;
	text-decoration:underline !important;
	}


/*ページャーボタン*/
.pager a{
    border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;
    color: #333;
    font-size: 12px;
    padding: 3px 7px 2px;
    text-decoration: none;
	margin:0 1px;
}

/*現在のページのボタン*/
.pager a.current{
    background: #999;
    border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;
    color: #fff;
    font-size: 12px;
    padding: 3px 7px 2px;
	margin:0 1px;
    text-decoration: none;
}

.pager a:hover{
    background:#999;
    color: #fff;
}

.overPagerPattern{
	padding:0 2px ;	
}

/* /Pager style */

}

@media screen and (min-width:481px) and ( max-width:800px) {
#news {
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
}
#news h3{
    margin: 0 0 10px 0;
	padding:1.3% 0 1% 2%;
	width:98%;
	line-height: 1.6em;
	font-size: 150%;
	font-weight:normal;
	border: 1px solid #757500;
	-moz-border-radius: 20px;    /* Firefox */
	-webkit-border-radius: 20px; /* Safari,Chrome */
	border-radius: 20px;         /* CSS3 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #fdfec8), color-stop(0.00, #fff));
    background: -webkit-linear-gradient(#fff, #fdfec8);
    background: -moz-linear-gradient(#fff, #fdfec8);
    background: -o-linear-gradient(#fff, #fdfec8);
    background: -ms-linear-gradient(#fff, #fdfec8);
    background: linear-gradient(#fff, #fdfec8);
}	
#newsWrap{
	margin:0 0 15px 0;
	padding:0;
	width:95%;
	height:200px;
	overflow:auto;
	}

ul#newsList{
	margin:0 0 15px;
	padding:0;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.5em;
}
ul#newsList a{
	color:#f60;
	text-decoration:underline !important;
}
ul#newsList a:link{
	color:#f60;
	text-decoration:underline !important;
	}
ul#newsList a:hover{
	color: #e4916c;
	text-decoration:underline !important;
	}
	
ul#newsList li{
	color:#666;
	font-size:100%;
	margin:0;
	padding:5px 0;
	margin-bottom:3px;
	border-bottom:1px dotted #ccc;
	line-height:150%;
	list-style-type:none;
}

.catName{
	display:inline-block;
	padding:3px 8px;
	border:1px solid #ccc;
	border-radius:6px;
	font-size:11px;
	line-height:100%;
	margin:0 2px;
}


.newMark{
	display:inline-block;
	border:1px solid #F00;
	padding:1px 4px;
	font-size:11px;
	line-height:100%;
	background:#F00;
	color:#fff;
	box-shadow:1px 1px 1px #999;
	border-radius:8px;
	font-style:italic;
}
.comment{
	display:block;
	padding:3px 0;
	float:left;
	overflow:hidden;
	width:75%;/* 本文部分の幅。ここは特に設置ページ合わせて変更下さい */
	color:#000;

}
.thumbNailWrap{
	display:block;
	width:25%;
	float:left;
	height: auto;
	overflow:hidden;
	line-height:1.5em:
}

/* Pager style（外部化可） */
.pager{
	text-align:right;
	padding:10px;
	clear:both;
}


#up_ymd{
	text-align:right;
	font-size:13px;
	margin:20px 10px;
}
.detailUpfile{
	margin:5px 0 35px;
	text-align:center;
}
.backORcloseBtn{
	text-align:center;
	padding:0.3em 1em;
	width:200px;
	line-height:100%;
	margin:15px auto 0 auto;
}
.backORcloseBtn a{
	display:inline-block;
	padding:4px 15px;
	border:1px solid #aaa;
	color:#999;
	border-radius:6px;
	text-decoration:none;
	font-size:100%;
	line-height:1.5em;
}

.detailText{
	padding:0 0 30px 0;
	line-height:1.5em;
	font-size:100%;
	}
.detailUpfile img{
	max-width:100%;
	height:auto;
}
.pNav{
	margin:0 0 10px 0;
	padding:5px;
	font-size:100%;
	line-height:1.5em;
	border:1px solid #999;
	text-align:left;
	-moz-border-radius: 12px;    /* Firefox */
-webkit-border-radius: 12px; /* Safari,Chrome */
border-radius: 12px;         /* CSS3 */
}


.pNav a{
	color:#f60;
	text-decoration:underline !important;
	}
	
.pNav a:link{
	color:#f60;
	text-decoration:underline !important;
	}
.pNav a:hover{
	color: #e4916c;
	text-decoration:underline !important;
	}


/*ページャーボタン*/
.pager a{
    border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;
    color: #333;
    font-size: 12px;
    padding: 3px 7px 2px;
    text-decoration: none;
	margin:0 1px;
}

/*現在のページのボタン*/
.pager a.current{
    background: #999;
    border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;
    color: #fff;
    font-size: 12px;
    padding: 3px 7px 2px;
	margin:0 1px;
    text-decoration: none;
}

.pager a:hover{
    background:#999;
    color: #fff;
}

.overPagerPattern{
	padding:0 2px ;	
}

/* /Pager style */

}

@media screen and (min-width:801px) and ( max-width:1023px) {
#news {
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
}
#news h3{
    margin: 0 0 10px 0;
	padding:1.3% 0 1% 2%;
	width:98%;
	line-height: 1.6em;
	font-size: 150%;
	font-weight:normal;
	border: 1px solid #757500;
	-moz-border-radius: 20px;    /* Firefox */
	-webkit-border-radius: 20px; /* Safari,Chrome */
	border-radius: 20px;         /* CSS3 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #fdfec8), color-stop(0.00, #fff));
    background: -webkit-linear-gradient(#fff, #fdfec8);
    background: -moz-linear-gradient(#fff, #fdfec8);
    background: -o-linear-gradient(#fff, #fdfec8);
    background: -ms-linear-gradient(#fff, #fdfec8);
    background: linear-gradient(#fff, #fdfec8);
}
#newsWrap{
	margin:0 0 15px 0;
	padding:0;
	width:95%;
	height:200px;
	overflow:auto;
	}

ul#newsList{
	margin:0 0 15px;
	padding:0;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.5em;
}
ul#newsList a{
	color:#f60;
	text-decoration:underline !important;
}
ul#newsList a:link{
	color:#f60;
	text-decoration:underline !important;
	}
ul#newsList a:hover{
	color: #e4916c;
	text-decoration:underline !important;
	}
	
ul#newsList li{
	color:#666;
	font-size:100%;
	margin:0;
	padding:5px 0;
	margin-bottom:3px;
	border-bottom:1px dotted #ccc;
	line-height:150%;
	list-style-type:none;
}

.catName{
	display:inline-block;
	padding:3px 8px;
	border:1px solid #ccc;
	border-radius:6px;
	font-size:11px;
	line-height:100%;
	margin:0 2px;
}


.newMark{
	display:inline-block;
	border:1px solid #F00;
	padding:1px 4px;
	font-size:11px;
	line-height:100%;
	background:#F00;
	color:#fff;
	box-shadow:1px 1px 1px #999;
	border-radius:8px;
	font-style:italic;
}
.comment{
	display:block;
	padding:3px 0;
	float:left;
	overflow:hidden;
	width:75%;/* 本文部分の幅。ここは特に設置ページ合わせて変更下さい */
	color:#000;

}
.thumbNailWrap{
	display:block;
	width:25%;
	float:left;
	height: auto;
	overflow:hidden;
	line-height:1.5em:
}

/* Pager style（外部化可） */
.pager{
	text-align:right;
	padding:10px;
	clear:both;
}


#up_ymd{
	text-align:right;
	font-size:13px;
	margin:20px 10px;
}
.detailUpfile{
	margin:5px 0 35px;
	text-align:center;
}
.backORcloseBtn{
	text-align:center;
	padding:0.3em 1em;
	width:200px;
	line-height:100%;
	margin:15px auto 0 auto;
}
.backORcloseBtn a{
	display:inline-block;
	padding:4px 15px;
	border:1px solid #aaa;
	color:#999;
	border-radius:6px;
	text-decoration:none;
	font-size:100%;
	line-height:1.5em;
}

.detailText{
	padding:0 0 30px 0;
	line-height:1.5em;
	font-size:100%;
	}
.detailUpfile img{
	max-width:100%;
	height:auto;
}
.pNav{
	margin:0 0 10px 0;
	padding:5px;
	font-size:100%;
	line-height:1.5em;
	border:1px solid #999;
	-moz-border-radius: 12px;    /* Firefox */
-webkit-border-radius: 12px; /* Safari,Chrome */
border-radius: 12px;         /* CSS3 */
}


.pNav a{
	color:#f60;
	text-decoration:underline !important;
	}
	
.pNav a:link{
	color:#f60;
	text-decoration:underline !important;
	}
.pNav a:hover{
	color: #e4916c;
	text-decoration:underline !important;
	}


/*ページャーボタン*/
.pager a{
    border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;
    color: #333;
    font-size: 12px;
    padding: 3px 7px 2px;
    text-decoration: none;
	margin:0 1px;
}

/*現在のページのボタン*/
.pager a.current{
    background: #999;
    border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;
    color: #fff;
    font-size: 12px;
    padding: 3px 7px 2px;
	margin:0 1px;
    text-decoration: none;
}

.pager a:hover{
    background:#999;
    color: #fff;
}

.overPagerPattern{
	padding:0 2px ;	
}

/* /Pager style */

}

@media screen and (min-width:1024px) {
#news {
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
}
#news h3{
    margin: 0 0 10px 0;
	padding:1.3% 0 1% 2%;
	width:98%;
	line-height: 1.6em;
	font-size: 150%;
	font-weight:normal;
	border: 1px solid #757500;
	-moz-border-radius: 20px;    /* Firefox */
	-webkit-border-radius: 20px; /* Safari,Chrome */
	border-radius: 20px;         /* CSS3 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #fdfec8), color-stop(0.00, #fff));
    background: -webkit-linear-gradient(#fff, #fdfec8);
    background: -moz-linear-gradient(#fff, #fdfec8);
    background: -o-linear-gradient(#fff, #fdfec8);
    background: -ms-linear-gradient(#fff, #fdfec8);
    background: linear-gradient(#fff, #fdfec8);
}
#newsWrap{
	margin:0 0 15px 0;
	padding:0;
	width:100%;
	height:200px;
	overflow:auto;
	}

ul#newsList{
	margin:0 0 15px;
	padding:0;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.5em;
}
ul#newsList a{
	color:#f60;
	text-decoration:underline !important;
}
ul#newsList a:link{
	color:#f60;
	text-decoration:underline !important;
	}
ul#newsList a:hover{
	color: #e4916c;
	text-decoration:underline !important;
	}
	
ul#newsList li{
	color:#666;
	font-size:100%;
	margin:0;
	padding:5px 0;
	margin-bottom:3px;
	border-bottom:1px dotted #ccc;
	line-height:150%;
	list-style-type:none;
}



.catName{
	display:inline-block;
	padding:3px 8px;
	border:1px solid #ccc;
	border-radius:6px;
	font-size:11px;
	line-height:100%;
	margin:0 2px;
}


.newMark{
	display:inline-block;
	border:1px solid #F00;
	padding:1px 4px;
	font-size:11px;
	line-height:100%;
	background:#F00;
	color:#fff;
	box-shadow:1px 1px 1px #999;
	border-radius:8px;
	font-style:italic;
}
.comment{
	display:block;
	padding:3px 0;
	float:left;
	overflow:hidden;
	width:75%;/* 本文部分の幅。ここは特に設置ページ合わせて変更下さい */
	color:#000;

}
.thumbNailWrap{
	display:block;
	width:25%;
	float:left;
	height: auto;
	overflow:hidden;
	line-height:1.5em:
}

/* Pager style（外部化可） */
.pager{
	text-align:right;
	padding:10px;
	clear:both;
}


#up_ymd{
	text-align:right;
	font-size:80%;
	margin:20px 10px;
}
.detailUpfile{
	margin:5px 0 35px;
	text-align:center;
}
.backORcloseBtn{
	text-align:center;
	padding:0.3em 1em;
	width:200px;
	line-height:100%;
	margin:15px auto 0 auto;
}
.backORcloseBtn a{
	display:inline-block;
	padding:4px 15px;
	border:1px solid #aaa;
	color:#999;
	border-radius:6px;
	text-decoration:none;
	font-size:100%;
	line-height:1.5em;
}

.detailText{
	padding:0 0 30px 0;
	line-height:1.5em;
	font-size:100%;
	}
.detailUpfile img{
	max-width:100%;
	height:auto;
}
.pNav{
	margin:0 0 10px 0;
	padding:5px;
	font-size:100%;
	line-height:1.5em;
	border:1px solid #999;
	-moz-border-radius: 12px;    /* Firefox */
-webkit-border-radius: 12px; /* Safari,Chrome */
border-radius: 12px;         /* CSS3 */
}


.pNav a{
	color:#f60;
	text-decoration:underline !important;
	}
	
.pNav a:link{
	color:#f60;
	text-decoration:underline !important;
	}
.pNav a:hover{
	color: #e4916c;
	text-decoration:underline !important;
	}


/*ページャーボタン*/
.pager a{
    border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;
    color: #333;
    font-size: 12px;
    padding: 3px 7px 2px;
    text-decoration: none;
	margin:0 1px;
}

/*現在のページのボタン*/
.pager a.current{
    background: #999;
    border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;
    color: #fff;
    font-size: 12px;
    padding: 3px 7px 2px;
	margin:0 1px;
    text-decoration: none;
}

.pager a:hover{
    background:#999;
    color: #fff;
}

.overPagerPattern{
	padding:0 2px ;	
}

/* /Pager style */
}



