@charset "UTF-8";

/* --------------------------------------------------
reset
-------------------------------------------------- */

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
table,
th,
td,
caption,
tbody,
tfoot,
thead,
address,
hr,
input,
label,
form,
fieldset {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

li {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
	font-family: inherit;
}

caption,
th,
td {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

img {
	border: none;
	vertical-align: top;
}

em {
	font-weight: normal;
	font-style: normal;
}

address {
	font-weight: normal;
	font-style: normal;
}

hr {
	display: none;
}

right {
	text-align: right;
}

left {
	text-align: left;
}

center {
	text-align: center;
}

/* -------------------------------------------------- Form*/

button,
fieldset,
form,
input,
label,
legend,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

button,
fieldset,
input,
label,
legend,
select,
textarea {
	font-family: 'ＭＳ ゴシック', monospace;
}

label {
	cursor: pointer;
}

textarea {
	overflow: auto;
}

textarea.text {
	padding: 3px;
	font-family: "ＭＳ ゴシック";
	vertical-align: middle;
}

input.text {
	padding: 3px;
	font-family: "ＭＳ ゴシック";
	vertical-align: middle;
	height: 1em;
}

select.select {
	height: 1.5em;
}

select {
	display: inline-block;
	padding: 4px 6px;
	/*font-size: 14px;*/
	line-height: 20px;
	color: #555555;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

input.check {
	margin-right: 5px;
	vertical-align: -2px;
}

/* -------------------------------------------------- For IE6/7*/

/* for IE7: page zoom bug fix */
*:first-child+html body,
*:first-child+html br {
	letter-spacing: 0;
}

/* --------------------------------------------------
search
-------------------------------------------------- */

/*.search input.text{
	border:none;
	border-top:#000 solid 1px;
	border-left:#000 solid 1px;
	border-bottom:#000 solid 1px;	
	height:17px;
	font-family: "ＭＳ ゴシック";
	font-size:12px;
	vertical-align:bottom;
	float:left;
	position: relative;
	
}
.search a{
	float:left;
}*/

/* --------------------------------------------------
clearfix
-------------------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*/
	/*/
  height: auto;
  overflow: hidden;
  /**/
}


/* --------------------------------------------------
link
-------------------------------------------------- */

a:link {
	color: #000 !important;
	text-decoration: none;
}

a:visited {
	color: #000 !important;
	text-decoration: none;
}

a:hover {
	color: #F88607;
	text-decoration: underline;
}

a:focus {
	outline-color: #000;
	overflow: hidden;
}

#topicPath a:link {
	text-decoration: underline;
}

#topicPath a:visited {
	text-decoration: underline;
}

#topicPath a:hover {
	text-decoration: underline;
}

/* --------------------------------------------------
html
-------------------------------------------------- */

html {}

/* --------------------------------------------------
body
-------------------------------------------------- */

body {
	font-family: Myriad, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", sans-serif;
	font-size: 80%;
	color: #222222;
	line-height: 1.6;
	background: url(https://digitalfukuoka.jp/past/img/common/wall_bg.jpg) repeat;
}


/* -------------------------------------------------- logo*/

.logo {
	margin-top: 5px;
	margin-bottom: 20px;
}

/* --------------------------------------------------
common
-------------------------------------------------- */

.mL40 {
	margin-left: 40px;
}


.attention {
	font-size: 1em;
	color: #EA474C;
}

.noSp {
	margin-right: 0px !important;
}

.Tx {
	display: block;
	padding: 10px;
	margin-bottom: 30px;
	line-height: 1.6;
}

.Tx p {
	line-height: 1.6;
}

.TxBlue {
	font-weight: bold;
	color: #254CA4;

}

.thumbPh {
	width: 135px;
	float: left;
	text-align: center;
	background-color: #FFF;
	display: block;
	margin-right: 10px;
	margin-bottom: 10px;
}

.thumbPh img {
	padding: 2px;

}

.Iconmail {
	background: url(https://digitalfukuoka.jp/past/img/common/icon_Mail.jpg) no-repeat left;
	padding-left: 30px;
}

.date {
	font-size: 0.8em;
	padding-top: 10px;
	padding-bottom: 10px;
}

.date img {
	margin-left: 10px;
	padding-bottom: 10px;
}

.iconLink {
	background: url(https://digitalfukuoka.jp/past/img/common/icon_link.jpg) no-repeat left;
	padding-left: 15px;
}

.icondownload {
	background: url(https://digitalfukuoka.jp/past/img/common/icon_download.jpg) no-repeat left;
	padding-left: 15px;
}

.iconMap {
	background: url(https://digitalfukuoka.jp/past/img/common/icon_map.jpg) no-repeat left;
	padding-left: 15px;
}

.detailInfo {
	border-top: 1px solid #E7E7E7;
	margin-top: 10px;
	margin-bottom: 20px;
	clear: both;
}

.detailInfo p {
	margin-top: 5px;
}

.mgb25 {
	margin-bottom: 25px;
}

/* -------------------------------------------------- Access*/


.Access {
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
}

.MapArea {
	width: 680px;
	margin-top: 10px;
}

/* -------------------------------------------------- category*/
.category {
	background-color: #C30043;
	color: #FFF !important;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 10px;
	font-size: 0.9em;
}

/* --------------------------------------------------

photoLeft

-------------------------------------------------- */

.photoLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #FFF;
	text-align: center;

}

.photoLeft a {}

.photoLeft img {
	padding: 2px;
	text-align: center;
}

.photoLeft a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";

}


/* --------------------------------------------------

photoRight

-------------------------------------------------- */

.photoRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	background-color: #FFF;
	text-align: center;

}

.photoRight a {}

.photoRight img {
	padding: 2px;
	text-align: center;
}


.detailText {
	display: block;
	margin-bottom: 15px;
	clear: both;
}

.detailText p {
	margin-top: 10px;
}

dl .detailItem {}


dl.detailItem dt {
	font-weight: bold;
	font-size: 1.1em;
	margin-top: 10px;
	margin-bottom: 10px;
}

dl.detailItem dd {
	padding-left: 10px;
}



/* --------------------------------------------------
content
-------------------------------------------------- */

#content {
	zoom: 1;
	/*for IE6*/
	letter-spacing: 1px;
	margin: 0 0 50px 40px;
	overflow: hidden;
	text-align: justify;
	width: 980px;
}

#contents_inner {
	float: right;
	overflow: hidden;
	width: 710px;
	margin-left: 20px;
	margin: 0 auto;
	background-color: #FFF;
	/*border-left:1px solid #E7E7E7;*/
	/*border-right:1px solid #E7E7E7;
	border-bottom:1px solid #E7E7E7;*/
}

.Main {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 50px;
	margin-bottom: 20px;
	/*max-height: 1000px;
	min-height: 450px;*/


}

/* --------------------------------------------------
title
-------------------------------------------------- */


.title {
	padding: 10px;

}

.title02 {
	border-left: 5px solid #C30043;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 10px;
	font-size: 1.2em;
	clear: both;
	margin-bottom: 10px;
	margin-top: 10px;
}

.title03 {
	background: url(https://digitalfukuoka.jp/past/img/common/b_arrow.jpg) no-repeat left;
	padding-right: 5px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1em;
	vertical-align: middle;
	clear: both;
}

.title04 {
	font-weight: bold;
	padding-right: 5px;
	padding-left: 15px;
	font-size: 1em;
	vertical-align: middle;
	clear: both;
	text-align: center;
}

.title05 {
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-left: 15px;
	padding-bottom: 5px;
	border-left: 5px solid #000;
	border-bottom: 1px solid #CCC;
	/*background-color:#C5EBEB;*/
	font-size: 1.1em;
	/*font-weight:bold;*/
	position: relative;
	clear: both;
}

.title05 span {
	margin-left: 10px;
}


.title06 {
	font-weight: bold;
	font-size: 1.1em;
	vertical-align: middle;
	clear: both;
}

/* -------------------------------------------------- search*/

.search {
	/*float:left;*/
	margin-right: 5px;
	margin-left: 10px;
	margin-top: 3px;
}

.search input.text {
	width: 140px;
}



/* -------------------------------------------------- menu*/

#menuContainer {
	float: left;
	width: 250px;
	border-top: 5px solid #C30043;
	background-color: #FFF;
}

#menuContainer {
	float: left;
	width: 250px;
	border-top: 5px solid #C30043;
	/*	border-left:1px solid #E7E7E7;*/
	/*border-right:1px solid #E7E7E7;*/
	/*	border-bottom:1px solid #E7E7E7;*/
	background-color: #FFF;
}

#menuContainer ul.banaList {
	margin-left: auto;
	margin-right: auto;
	width: 230px;
	margin-top: 20px;
	/*font-size:0px!important;*/
}

#menuContainer ul.banaList li {
	margin-bottom: 10px;
}

ul#menu li ul li {
	border-bottom: 1px solid #333;
}

ul#menu li ul li a {
	background: #484848;
	color: #B9B9B9 !important;
	display: block;
	padding: 10px 5px 10px 20px;

}

ul#menu li ul li a:hover {
	background: #f43e7e;
	color: #FFF !important;
	display: block;
	padding: 10px 5px 10px 20px;
	text-decoration: none;
}

ul#menu li ul li.selected a {
	background: #f43e7e;
	color: #FFF !important;
	display: block;
	padding: 10px 5px 10px 20px;
	text-decoration: none;
}

/* -------------------------------------------------- fontSize Language*/


.LangArea {
	background: #E7E7E7;
	padding: 2px;
	margin-top: 20px;
}

ul.Language {
	/*margin-left:2px;*/
}

ul.Language li {
	display: inline;
	float: left;
	/*font-size:0px;*/
	margin: 2px;
}

.fontSize {
	float: right;
	overflow: hidden;
	position: relative;
	/*width:220px;*/
	display: block;
	margin-top: 10px;
	clear: both;
	font-size: 90%;
	/*font-size:11px!important;*/

}

.fontSize dt {
	float: left;
	margin-right: 5px;
	/*width:60px;*/
	/*font-size:11px!important;
	line-height:12px;*/
	font-size: 90%;
	color: #666666;
	vertical-align: middle;


}

.fontSize dd {
	margin-right: 1px;
	cursor: pointer;
	display: block;
	float: left;
	padding: 0;
	/*width:37px;*/

}

dl.backNumber {
	margin-top: 10px;
	margin-bottom: 10px;
	vertical-align: middle;
	margin-bottom: 5px;
}

dl.backNumber dt {
	float: left;
	margin-right: 10px;
	font-weight: bold;
	background-color: #666;
	color: #FFF;
	padding: 10px 5px 10px 10px;
	display: block;

}

dl.backNumber dd {
	padding: 6px;
	padding: 7px\9;
	display: block;
	background-color: #CCC;
}

* html dl.backNumber dd {
	padding: 9px;
	display: block;
	background-color: #CCC;
}

/* --------------------------------------------------
topicPath
-------------------------------------------------- */

#topicPath {
	font-size: 90%;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
	z-index: 0;
	border-bottom: 1px solid #E7E7E7 !important;
	clear: both;
}

/*#topicPath ul{
	border-bottom:1px splid #CCCCCC!important;
	display:block;
}
*/
#topicPath a {
	float: left;
	/*padding:5px;*/
	margin: 0 5px 0 0;
	display: block;
	/*padding:0 15px 0 0;*/
}

#topicPath img {
	white-space: nowrap;
	margin: 5px;
	float: left;
}


/*#topicPath li a,
#topicPath li span {
	display: block;
	white-space: nowrap;
	background: url(https://digitalfukuoka.jp/past/img/common/path.gif) no-repeat right;
	padding: 0 15px 0 0;
}*/

/* --------------------------------------------------
Paging
-------------------------------------------------- */

#Paging {
	margin-bottom: 0;
	margin-left: auto;

	margin-right: auto;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	font-size: 0.8em;
	clear: both;
}

.pagenavi {
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 5px;
}

.pagenavi a,
.pagenavi a:link,
.pagenavi a:active {
	margin: 2px;
	text-decoration: none;
	border: 1px solid #000;
	color: #000;
	background-color: #FFFFFF;
	height: 28px;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
}

.pagenavi a:hover {
	border: 1px solid #000;
	color: #FFFFFF !important;
	background-color: #000;
}

.pagenavi span.next_page,
.previous_page {
	margin: 2px;
	color: #000;
	border: 1px solid #000;
	background-color: #FFFFFF;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
}


.pagenavi em.current {
	margin: 2px;
	font-weight: bold;
	border: 1px solid #000;
	color: #FFFFFF;
	background-color: #000;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
}

/* --------------------------------------------------  table */



.tablebase {
	padding: 5px;
	width: 100%;
	margin-bottom: 20px;
}

.tablebase table {
	font-size: 90%;
	margin: 0px;
	padding: 0;
	width: 100%;

}

.tablebase th {
	width: 150px;
	text-align: left;
	vertical-align: middle;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	background: url(https://digitalfukuoka.jp/past/img/common/suquare.jpg) no-repeat left;
	background-color: #D5E9FD;
	letter-spacing: 0.5px;
	border-bottom: 1px solid #FFF;
}


.tablebase td {
	padding: 15px 15px;
	vertical-align: top;
	background-color: #F4FAFF;
	border-right: 1px solid #D5E9FD;
	border-bottom: 1px solid #D5E9FD;
}

.tablebase td.bgBlue {
	background-color: #F4FAFF;
}


.tablebase td span {
	margin-right: 5px;
	margin-left: 5px;
	vertical-align: middle;
}

.tablebase02 {
	width: 100%;
	font-size: 90%;
	margin: 0px;
	padding: 0;
	border-bottom: 1px solid #000;
}

.tablebase02 table {
	font-size: 90%;
	margin: 0px;
	padding: 0;
	width: 100%;
}


.tablebase02 th {
	padding: 10px;
	text-align: left;
	color: #000;
	background-color: #E7E7E7;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	/*border-top:1px solid #000;
	border-right:1px solid #000;*/
	font-weight: normal;
	font-size: 1em;
	word-break: break-all;
}

.tablebase02 td {
	padding: 10px;
	border-top: 1px solid #000;
	text-align: left;
	font-size: 1em;
	word-break: break-all;
}

.tablebase02 td p {
	padding-left: 10px;
}



.thTitle {
	text-align: left;
	vertical-align: middle;
	background-color: #E7E7E7 !important;

}

.txtC {
	text-align: center !important;
}

.txtL {
	text-align: left !important;
	width: 400px;
	padding: 5px;
}

.txtM {
	text-align: left !important;
	width: 250px;
	padding: 5px;
}

.txtS {
	text-align: left !important;
	width: 120px;
	padding: 5px;
}

.exTxt {
	color: #000;
	font-size: 80%;
	margin-top: 5px;
}

.ExampTx {
	color: #666666;
	margin-top: 5px;
	margin-bottom: 5px;
}

ul.fList {}

ul.fList li {
	margin-bottom: 5px;

}

ul.checkBox01 {
	margin-top: 5px;
	float: left;
	width: 220px;
}

.checkBox01 li {
	margin-bottom: 5px;
	text-align: left;
	display: block;
	vertical-align: middle;
}

.checkBox01 li input {
	vertical-align: middle;
}

ul.checkBox02 {
	margin-top: 5px;
	clear: both;
}

.checkBox02 li {
	margin-bottom: 5px;
	text-align: left;
	display: block;
	vertical-align: middle;

}

.checkBox02 li input {
	vertical-align: middle;
}

.infoTx {
	background-color: #FFFFFF !important;
	width: 640px;
	height: 200px;
	overflow-y: scroll;
	border: 1px solid #E7E7E7;
	padding: 10px;

}

/*----エラーメッセージ----*/

.error-message {
	color: #D50000;
	font-size: 80%;
	margin-top: 5px;
	font-weight: normal !important;
}


/* -------------------------------------------------- blockList*/

.blockList {
	margin-right: -10px;
}

.blockList li {
	width: 330px;
	_width: 324px;
	margin-right: 10px;
	float: left;
}

.blockList li dl {
	width: 210px;
	_width: 200px;
}

/* --------------------------------------------------

btn

-------------------------------------------------- */
ul.BtnArea {
	margin-left: auto;
	margin-right: auto;

	display: block;
	clear: both;
}

ul.BtnArea li {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 40px;
	margin-bottom: 40px;
}

.BtnArea02 {
	width: 290px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
}



div.btnA {
	background-color: #092F8F;
	text-align: center;
	cursor: pointer;
}

div.btnA a {
	width: 290px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFF !important;
	display: block;
	font-size: 100%;
	overflow: hidden;
	text-decoration: none !important;
	background: url("https://digitalfukuoka.jp/past/img/common/BL_arrow.jpg") no-repeat scroll 13px 16px;
}

div.btnA a:hover {
	background: url("https://digitalfukuoka.jp/past/img/common/BL_arrow.jpg") no-repeat scroll 13px 16px;
	background-color: #BDCEFB;
	color: #000 !important;
	text-decoration: none;
	display: block;

}

div.btnB {
	background-color: #C30043;
	text-align: center;
	cursor: pointer;
}

div.btnB a {
	width: 290px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFF !important;
	display: block;
	font-size: 100%;
	overflow: hidden;
	text-decoration: none !important;
	background: url("https://digitalfukuoka.jp/past/img/common/BL_arrow.jpg") no-repeat scroll 13px 16px;
}

div.btnB a:hover {
	background: url("https://digitalfukuoka.jp/past/img/common/BL_arrow.jpg") no-repeat scroll 13px 16px;
	background-color: #FFB0CC;
	color: #000 !important;
	text-decoration: none;
	display: block;
}

.btnC {
	background-color: #999999;
	text-align: center;
	cursor: pointer;
}

.btnC a {
	width: 290px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFF !important;
	display: block;
	font-size: 100%;
	overflow: hidden;
	text-decoration: none !important;
	background: url("https://digitalfukuoka.jp/past/img/common/BL_arrow.jpg") no-repeat scroll 13px 16px;
}

.btnC a:hover {
	background: url("https://digitalfukuoka.jp/past/img/common/BL_arrow.jpg") no-repeat scroll 13px 16px;
	background-color: #E7E7E7;
	color: #000 !important;
	text-decoration: none;
	display: block;
}

.BtnPrint {
	margin-top: 10px;
	text-align: right;
	cursor: pointer;
}


.topLine {
	border-top: 1px solid #E7E7E7;
	clear: both;
}

/* --------------------------------------------------

newsList

-------------------------------------------------- */

.newsList {
	border-bottom: 1px solid #E7E7E7;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10xp;
}

.newsList p {
	line-height: 1.2em;
	font-size: 0.9em;
}


/* --------------------------------------------------
footer
-------------------------------------------------- */

#footer {
	clear: both;
	_padding-top: 0;
	width: 98%;
	margin-top: 20px;
	position: relative;
	color: #C30043;
	bottom: 0;
	height: 180px;
	left: 0;
}

#footerLink {
	float: right;
	overflow: hidden;
	position: relative;
	display: block;
	/zoom: 1;
}

#footerLink li {
	float: left;
	font-size: 90%;
	white-space: nowrap;
}

#footerLink li a {
	padding: 5px 5px;
	border-right: #FFF solid 1px;
	color: #C30043 !important;
	/*	line-height:2;
	font-size:0.8em;
*/
	position: relative;
}

#footer .fleft {
	width: 400px;
	float: left;
	margin-right: 10px;
	display: block;

}

#footer .fleft address {
	text-align: left;
	line-height: 1.4;
	font-size: 90%;
}

#footer .fleft address strong {
	font-size: 1.3em;
	display: block;
	margin-bottom: 0.5em;
}

#footer .fleft address a {
	color: #FFF !Important;
}

#copyright {
	padding: 10px;
	font-size: 80%;
	line-height: 12px;
	text-align: left;
	margin-left: 10px;
}

dl.adname {
	margin: 10px;
	font-size: 12px;
}

dl.adname dt {
	font-weight: bold;
	margin-bottom: 5px;
	letter-spacing: -0.5px;
}

dl.adname dd {}

#NoticeText {
	float: right;
	overflow: hidden;
	position: relative;
	display: block;
	/zoom: 1;
	width: 40%;
	color: #000;
	line-height: 1.2;

	clear: both;
	font-size: 0.8em;
	margin-top: 10px;
}


ul.social {
	margin: 5px;
	clear: both;
	/*overflow: hidden;*/
}

ul.social li {
	display: inline;
	/*float:left;*/
	margin-right: 2px;
	padding: 2px;
}

/*ie08対策*/
ul.social li {
	/*float:left\9; */
	margin-right: 2px\9;
	padding: 2px\9;
}

ul.social li iframe {
	margin: 0 !important;
}

.Fb {
	display: block;
	vertical-align: top;
	/*width: 100px;*/
}

.twitter-share-button {
	width: 90px !important;
}


.tw {
	/*display:block;
	width: 75px;
	vertical-align:top;*/
}

.mixi {

	clear: both;
	/*display:block;
	width: 70px;
	vertical-align:top;*/
}

/* --------------------------------------------------
pageTop
-------------------------------------------------- */
#pageTop {
	margin: 0 auto;
	width: 100%;
	text-align: right;
	position: relative;
	z-index: 100;
}

#pageTop p {
	/*font-size:0;*/
	margin-top: -20px;
	position: fixed;
	bottom: 230px;
	right: 0;
	height: 48px;

	_position: absolute;
	_bottom: 0;
	_right: 0;
}

#pageTop p a {
	display: block;
	text-align: center;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

/* --------------------------------------------------

not_found

-------------------------------------------------- */
.notF {
	margin-top: 50px;
}

.notFTX {
	color: #C30043;
	font-size: 1.2em;
	font-weight: bold;

}

/* --------------------------------------------------

NoticesContents

-------------------------------------------------- */

/*.NoticesContents{
    overflow: hidden;
    width: 600px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:10px;
	background:#FFF;
	}

.NoticesIn{
	padding:15px;
	}
	
.NoticesTx{
	display:block;
	line-height: 1.2;
	}
.NoticesTx p{
	line-height:1.2;
	}

.NoticesBtn{
	width:290px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
	}
*/