/*Main Section*/
#maincontainer .contents-wrapper{
	width: 90%;
    max-width: 1200px;
	margin: 0px auto;
	padding: 90px 0px 100px ;
}
#maincontainer .contents-wrapper p{
	text-align: left;
}
#maincontainer img {
    display: block;
    width: 100%;
    max-width: 800px;
    margin: 0 auto 2em auto ;
    text-align: center;
}

.up_ymd{
	display: inline-block;
}
#up_ymd{
    text-align: right !important;
    font-size: 14px !important;
    margin: 0 0 40px 0
}


.detailUpfile{
	margin:5px 0 35px;
	text-align:left;
}

.detailUpfile a{
	font-size: 15px;
	background-repeat: no-repeat;
	background-position: 15px 8px;
	-webkit-background-size: 15px auto;
	-moz-background-size: 15px auto;
	background-size: 15px auto;
	padding:10px 20px 10px 40px;
	text-decoration: none;
	border:#ccc solid 1px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	background-color: #fff;
	
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	white-space: nowrap;
}
.detailUpfile a.pdf{
	background-image: url(../images/file_icon_pdf.png);
}
.detailUpfile a.xls{
	background-image: url(../images/file_icon_excel.png);
}
.detailUpfile a.doc{
	background-image: url(../images/file_icon_word.png);
}
.detailUpfile a.ppt{
	background-image: url(../images/file_icon_powerpoint.png);
}
#maincontainer #news-nav p{
	color: #666;
	font-size: 13px;
}
#maincontainer #news-nav p a{
	color: #666;
}
#up_ymd{
    font-size: 14px !important;
    margin: 0 0 40px 0
}
#maincontainer .pageback{
	height: 40px;
	line-height:40px;
	padding: 0em;
    text-align: center;
	text-decoration: none;
	display: block;
}
#maincontainer .pageback a{
    display: block;
	width:100%;
	height: 40px;
	line-height:40px;
	padding: 0em;
    text-align: center;
	text-decoration: none;
    background: #fff;
	letter-spacing: 0.08em;
	font-size: 16px;
	color: #333;
	box-sizing: border-box;
	border: 1px solid #555;
}
#maincontainer .pageback a:hover{
    text-decoration: none;
    color: #fff;
	background:  #ad99c7;
	border: 1px solid #ad99c7;
}
#maincontainer .pageback ::after  {
    content: '';
	position: absolute;
	top: 14px;
	right: 15px;
	width: 16px;
	height: 16px;
	display: block;
     background: url("../images/inner_link_arrow.png") no-repeat left center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
}
#maincontainer .pageback:hover {
}
.link-page a:hover {
	text-decoration: none;
    color: #fff;
	background: #76bbcc;
}
#maincontainer .pageback a:hover::after{
    right: 10px;
}

/* transition */
.pageback a,
.pageback a:hover,
.pageback a::after{
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
#up_ymd{
    text-align: right;
    font-size: 14px !important;
    margin: 0 0 40px 0
}

#newsWrap dl{
	margin: 0px 0px 40px 0px;
	text-align: left;
}
#newsWrap dt{
	padding: 15px 0px 0px 5px;
	margin: 0;
	line-height: 1.7em;
	color: #333;
    font-size: 15px;
}
#newsWrap dd{
	margin: -1.7em 0px 0px 0px;
	line-height: 1.7em;
	padding: 0px 0px 15px 6.5em;
	color: #000;
	font-size: 15px;
	border-bottom: 1px solid #ccc;
}
/* Safari */
_::-webkit-full-page-media, _:future, :root #newsWrap dd {
    padding: 0px 0px 15px 7em;
}
#newsWrap dd a{
	color: #000;
}
#newsWrap dd a:hover{
	color: #999;
	text-decoration: none;
}
/* Pager style（外部化可） */
#maincontainer .pager{
	text-align:center!important;
	padding:10px;
	clear:both;
    margin:0 3px;
}
/*ページャーボタン*/
#maincontainer .pager a{
    border: 1px solid #999;
    color: #999;
    font-size: 14px;
    padding: 5px 10px;
    text-decoration: none;
	margin:0 3px;
	box-sizing: border-box;
}
#maincontainer .pager a:hover{
    color: #fff;
    background-color: #ad99c7;
    text-decoration: none;
	border: 1px solid #ad99c7;
}
#maincontainer .pager a.current{
	color: #fff;
    background-color: #999;
    text-decoration: none;
}

/* transition */
.pager a,
.pager a:hover,
#access p.address a,
#access p.address a:hover{
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.newMark{
    display: inline-block;
	font-size: 10px;
    font-weight: bold;
    line-height: 10px;
	padding: 2px 7px;
	margin: 6px 5px 0px 0px !important;
	color: #fff;
	background-color: #ad99c7;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
    width: 2.3em;
}
#news a{
    color: #000;
}
#news dd a:hover{
    color: #999;
    text-decoration: none;
}





/* =======================================
Tablet
=========================================*/

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

}
/* ===================================
Smart Phone 
=====================================*/

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

@media screen and (max-width: 500px) {
      
#maincontainer img {
    max-width: 100%;
}
#news-nav{
    margin: 30px 0;
}
#news-nav p{
   font-size: 13px;
}

#newsWrap dt{
	padding: 10px 0px 0px 5px;
	margin: 0;
    font-size: 14px;
}
#newsWrap dd{
	margin: -1.7em 0px 0px 0px;
	padding: 0px 0px 10px 7em;
	color: #000;
	font-size: 14px;
}

.up_ymd{
	display: inline-block;
}

	
.newMark{
	font-size: 10px;
    line-height: 10px;
	padding: 2px 7px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
    width: 2.3em;
	bottom: 15px;
}


	
#maincontainer .pageback {
	height: 36px;
	line-height:26px;
}
#maincontainer .pageback a{
    display: block;
	width:100% !important;
	position: relative;
	height: 36px;
	line-height:33px;
	font-size: 15px;
}

#maincontainer .pageback ::after  {
    content: '';
	position: absolute;
	top: 11px;
	right: 12px;
	width: 13px;
	height: 13px;
     background: url("../images/link-arrow.png") no-repeat left center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
}

#maincontainer .pageback a:hover::after{
    right: 10px;
}	

/* Pager style（外部化可） */
#maincontainer .pager{
	text-align:center;
	padding:10px;
	clear:both;
    margin:0 3px;
}
/*ページャーボタン*/
#maincontainer .pager a{
    font-size: 13px;
    padding: 5px 10px;
	margin:0 3px;
}
	
}
