@charset "utf-8";
/* html */
html {
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	display: block;
	width: auto;
	height: 100%;
	margin: 0px;
	padding: 0px;
	/*background: #fff;*/
	background: url(../images2/bg_search2.svg);
	font-size: 16px;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 175%;
	color: #272727;
}
a:link { text-decoration: none; color: #2654a5;}
a:visited { text-decoration: none; color: #2654a5;}
a:hover { color: #f8b500; text-decoration: none;}
a:active { color: #99CC00}

p {
	margin: 0px;
	padding: 0px;
}

/* custom */
.TI1 {
	text-indent: 1em;
}
.TAL {
	text-align: left;
}
.TAR {
	text-align: right;
}
.TAC { 
    text-align: center;
}
.CB {
	clear: both;
}
.FL {
	float: left;
}
.FR {
	float: right;
}
.mtBlock {
	margin-top: 10px;
}

/*コンテンツ（全体）*/
#contentsAreaBg {
	display: block;
	width: 100%;
	/*background: #fff;*/
}
#contentsAreaOuter {
	display: block;
	width: 100%;
	max-width: 1024px;
	margin: 0px auto;
	/*border-left: 1px solid rgba(255,255,255,0.3);*/
	/*border-right: 1px solid rgba(255,255,255,0.3);*/
	/*box-shadow: 0px -3px 2px rgba(0,0,0,0.3);*/
	/*background: #EFEFEF;*/
	/*background: #fff;*/
}

#contentsArea {
	display: block;
	position: relative;
	width: 100%;
	/*max-width: 1024px;*/
	box-sizing: border-box;
	margin: 0px auto;
	/*border: 1px solid #f00;*/
	/*background: #8C9DAF;*/
	padding: 0px;
	color: #fff;
}

/*********エリア　ヘッター部*********/
/*メインメニューエリア*/
#mainmenu {
	display: table;
	position: relative;
	width: 100%;
	padding: 0px;
	line-height: 125%;
	background: #fff;
	box-shadow: 0px 3px 2px rgba(0,0,0,0.3);
	clear: both;
	z-index: 100;
}
/*メインメニューエリア インナー*/
#mainmenu_inner {
	display: table;
	position: relative;
	width: 1024px;
	max-width: 1024px;
	height: 80px;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	/*background-size: cover;*/
}
/*トップページ用*/
body.indexPage div#mainmenu_inner {
	width: 100%;
	max-width: none;

}
/*ロゴマーク*/
#rogo_sbwArea {
	/*display: block;*/
	display: flex;
    align-items: center;
	position: absolute;
	top: 12px;
	left: 30px;
    line-height: 1.25;
	color: #007F54;
    /* text-align: left;*/
}
#rogo_sbwArea div:first-child {
	margin-right: 10px;
}
#rogo_sbwArea div:last-child span {
	font-size: 87.5%
}

/*SNSマーク*/
.rogo_snsArea {
	display: block;
	position: absolute;
	top: 24px;
	right: 30px;
}
.rogo_snsArea img:nth-child(1) {
	margin-right: 12px;
}

/*メインメニュー*/
#mainmenu_inner ul {
	display: block;
	position: absolute;
	top: 24px;
	/*right:108px;*/
	right:128px;
	width: auto;
	margin: 0px;
	padding: 0px;
}
#mainmenu_inner ul li{
	display: flex;
	align-items: center;
	justify-content: center;
	width: auto;
	float: left;
	height: 32px;
	padding: 0em 1.25em;
	font-weight: 600;
	color: #272727;
	list-style: none;
	white-space: nowrap;	
}
#mainmenu_inner ul li:nth-child(2) {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
#mainmenu_inner ul li a{
	border-top: 3px solid rgba(255,255,255,0);
	border-bottom: 3px solid rgba(255,255,255,0);
}
#mainmenu_inner ul li a:hover{
	border-bottom: 3px solid #99CC00;
}

/*写真*/
#mainPhotoArea {
	display: block;
	position: relative;
	/*width: 1024px;*/
	width: 100%;
	max-width: 100%;
	height: auto;
	line-height: 0;
	background: #000;
	overflow: hidden;
}
#mainPhoto img {
	width: 100%;
	/*margin-top: -230px;*/
	margin-top: 0%;
	margin-bottom: 0%;
	opacity: 1;
}
/*ロゴマーク*/
#mainRogo {
	display: block;
	position: absolute;
	/*top: 216px;*/
	top: 25%;
	left:50%;
	margin-left: -75px;
	z-index: 500;
}
#mainRogo img {
	width: 150px;
}
/*Gマーク*/
#gMark {
	display: block;
	position: absolute;
	width: 146px;
	height: 90px;
	bottom: 20px;
	right: 20px;
	z-index: 500;
}
#gMark img {
	width: 100%;
}
/*縦書きリード分*/
#textLead {
	display: block;
	position: absolute;
	/*top: 216px;*/
	top: 25%;
	right:10%;
	z-index: 500;
	writing-mode: vertical-rl;
	font-size: 93.75%;
	line-height: 185%;
	font-family: serif;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgb(0,0,0,0.35);
}
/*写真キャプション*/
#photoCaption {
	display: block;
	position: absolute;
	/*top: 216px;*/
	bottom: 1em;
	left: 0%;
	z-index: 500;
	font-size: 15px;
	line-height: 125%;
	background: rgba(0,0,0,0.35);
	padding: 0.5em;
}


/*写真リスト*/
#photo_top {
	display: block;
	position: relative;
	overflow: hidden;
}
#photo_top ul {
	display: block;
	margin: 0px;
	padding: 0px;
}
#photo_top ul li {
	display: block;
	position: absolute;
}
#photo_top ul li:last-child {
	position:relative;
}

#listPhoto {
	display: block;
	position: absolute;
	width: 100%;
	bottom: 0px;
	left: 0px;
	white-space: nowrap;
	background: #000;
	z-index: 200;
}

#listPhoto ul {
	margin: 0px;
	padding: 0px;
}
#listPhoto li {
	display: block;
	float: left;
	width: 20%;
	/*height: 158px;*/
	overflow: hidden;
	list-style: none;
	box-shadow: -2px 0px 2px rgb(0,0,0,0.3);
}
#listPhoto li img {
	width: 100%;
	opacity: 1;
}

#innerLeft {
	display: block;
	float: left;
	background: url(../images/yuki.png) no-repeat 0px 5px;
}
#innerLeft div {
	height: auto;
	padding: 0.65em 3em 0em 45px;
	color: #2654A5;
	font-size: 156.25%;
	line-height: 100%;
}
#innerRight {
	display: block;
	float: right;
}
#innerRight div {
	display: block;
	float: left;
}
#innerRight a:link,
#innerRight a:visited {
	display: block;
	width: auto;
	height: 2em;
	padding: 1em 3em 0.25em 3em;
	color: #555;
}
#innerRight a:hover {
	background: rgba(38,84,165,0.5);
	color: #fff;
}
#innerRight div:nth-child(1) {
	border-left: 1px solid rgba(255,255,255,0.5);
}
#innerRight div:nth-child(2) {
	border-right: 1px solid rgba(255,255,255,0.5);
	border-left: 1px solid rgba(255,255,255,0.5);
}

/*写真タイトル部*/
#titleImageArea {
	display: block;
	position: relative;
	width: auto;
	max-width: 1024px;
	margin: 0px auto;
	/*border: 1px solid #f00;*/
	padding:0px;
	line-height: 0%;
}
#titleBt{
	display: table;
	position: absolute;
	top: 20px;
	right: 42px;
}
#titleBt img{
	width: 218px;
	margin-bottom: 12px;
	border: 1px solid #fff;
	box-shadow: 3px 3px 2px rgba(0,0,0,0.5);
}
#titleTextInner2 {
	display: table;
	margin-left: 68px;
	padding-top: 12px;
}
#orgaName {
	display: block;
	margin-bottom: -4px;
	padding: 0px;
	font-size: 450%;
	font-weight: bold;
	text-align: center;
	line-height: 135%;
	color: #878787;
}
#orgaNameSub {
	display: block;
	margin-bottom: -4px;
	font-size: 146.25%;
	font-weight: normal;
	text-align: center;
	line-height: 125%;
	color: #878787;
}
#orgaNameEng {
	display: block;
	width: 275px;
	margin: -1em auto 0px auto;
	font-size: 100%;
	font-weight: normal;
	text-align: center;
	line-height: 125%;
	color: #000;
}
#subtitle {
	display: block;
	position: absolute;
	top: 35px;
	left: 358px;
	width: 27em;
	margin-left: -13.5em;
	text-align: center;
	color: #fff;
	font-family: serif;
	font-size: 125%;
	line-height: 175%;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.35);
}

/*ニュース*/
.text_sentTilte {
	display: table;
	margin-bottom: 0.5em;
	border-left: 5px solid #2654A5;
	padding: 0em 0em 0em 0.5em;
	font-size: 150%;
	font-weight: normal;
	line-height: 125%;
	color: #2654A5;
}
.text_sentTilte span {
	font-size: 50%;
	line-height: 125%;
}
.text_sentTilte2 {
	display: table;
	margin-bottom: 0.5em;
	border-left: 5px solid #2654A5;
	padding: 0em 0em 0em 0.5em;
	font-size: 125%;
	font-weight: normal;
	line-height: 125%;
	color: #2654A5;
}
#ul_news {
	display: block;
	margin: 0px;
	padding: 0px 0px 25px 0px;
	
}
#ul_news a:link,
#ul_news a:visited {
	color: #fff;
}
#ul_news a:hover {
	color: #ffeab2;
}
#ul_news li {
	margin: 0px 0px 0.25em 0px;
	/*border-bottom: 1px dashed rgba(255,255,255,0.5);*/
	padding: 0.1em 0px 0.15em 0px;
	list-style-position: inside;
	list-style: none;
	font-weight: normal;
}
span.date_news {
	padding-right: 1.5em;
}

/*トピックス*/
.areaTopicOuter {
	display: table;
	/*float: left;*/
	/*width: 241px;*/
	width: 100%;
	margin-right: 15px;
	overflow: hidden;
}
.areaTopic {
	display: block;
	position: relative;
	width: auto;
	max-width: 1024px;
	border: 1px solid #ADADAD;
	padding: 15px;
	background: #fff;
}
.titleTopic {
	display: block;
	margin-bottom: 0.75em;
	border-bottom: 1px solid #8C9DAF;
	padding-top: 0em;
	/*padding-right: 50px;*/
	padding-bottom: 0.75em;
	font-weight: bold;
	font-size: 112.5%;
	color: #2654A5;
	cursor: pointer;
}
.pege_contents2 .titleTopic {
	cursor: default;
}
.toppege .titleTopic {
	padding-right: 50px;
}
.honbunTopic {
	display: block;
	width: ;
	height: auto;
	margin-top: ;
	margin-left: 175px;
	overflow: hidden;
	color: #464749;
	overflow: hidden;
}
.honbunTopic p {
	display: table;
	width: 100%;
	font-size: 81.25%;
	text-align: justify;
	text-indent: 0em;
}
.photoTopic {
	display: block;
	float: left;
}
.detailinfo {
	display: table;
	width: 150px;
	margin: 0px 0px;
	padding: 0.2em 0em;
	color: #fff;
	text-align: center;
	background: #9EA2BE;
	font-size: 81.25%;
}
.labelKouen {
	display: block;
	float: left;
	width: auto;
	padding-right: 0.5em;
	font-size: 81.25%;
	color: #2654A5;
}
.titleKouen {
	display: block;
	float: left;
	width: auto;
}
	
.detailinfo a {
	color: #fff;
}
.honbunTopic p strong {
	color: #2654A5;
}
.textOverflow {
	color: #464749;
}
.textMoreInfo {
	text-align: right;
	font-size: 75%;
}
.textMoreInfo a:link,
.textMoreInfo a:visited {
	color: #fff;
}
.textMoreInfo a:hover {
	color: #ffeab2;
}
.imgTopic {
	display: block;
	position: relative;
	float: left;
	width: 211px;
	height: 136px;
	margin: 0px 15px 15px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 100%;
	overflow: hidden;
}
.imgTopic img {
	margin: 0px;
	border: 0px solid #f00;
	padding: 0px;
	line-height: 100%;
}
.dateTopic {
	display: block;
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;
	padding: 0.2em 0em;
	font-size: 75%;
	color: #fff;
	text-indent: 1em;
	background: rgba(0,0,0,0.65);
}
/*サブメニューB*/
.areaTopicOuter2 {
	display: block;
	float: left;
	width: 256px;
	margin-right: 0px;
	overflow: hidden;
}
.areaTopicOuter2 a:link,
.areaTopicOuter2 a:visited {
	color: #fff;
}
.areaTopicOuter2 a:hover {
	color: #ffeab2;
}
.areaTopic2 {
	display: table;
	width: 100%;
	/*border: 1px solid #fff;*/
	font-size: 81.25%;
	padding: 0px 0px 0px 15px;
}
.titleSubmenuB {
	display: block;
	border-left: 4px solid #fff;
	margin: 0.25em 0px;
	padding: 2px 0px 0px 7px;
}
.titleSubmenuB2 {
	display: block;
	border-left: 4px solid #fff;
	margin: 1.5em 0px 0.25em 0px;
	padding: 2px 0px 0px 7px;
}
.areaTopic2 ul {
	display: block;
	/*width: 100%;*/
	margin: 0px;
	padding: 0px;
}
.areaTopic2 ul li {
	width: 100%;
	list-style-type: none;
	list-style-position: inside;
	margin: 0px 0px 0.25em 11px;
	border-bottom: 1px solid #fff;
	padding: 0px 0px 0px 0px;
}

/*NEWマーク*/
.newmark {
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 81.25%;
	line-height: 125%;
	z-index: 20;
}
.newmarkBG {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0px 100px 62px 0px;
	border-color: transparent #C30D23 transparent transparent;
	z-index: 10;
}
.newmarkBG2 {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0px 100px 62px 0px;
	border-color: transparent #2F4A86 transparent transparent;
	z-index: 10;
}

/*コンテンツ　下側*/
.honbun,
.honbun2 {
	display: block;
	width: auto;
	color: #494949;
	font-size: 87.5%;
}
.honbun3 {
	display: block;
	width: auto;
	margin: 0px 20px;
	/*color: #494949;
	font-size: 87.5%;*/
	line-height: 175%;
	text-align: justify;
}
.nene3 {
	display: block;
	max-width: 1024px;
	margin: auto;
	color: #fff;
	font-size: 87.5%;
}
/*
.honbun ul,
.nene3 ul {
	display: table;
	float: left;
	width: 28%;
	padding-right: 1em;
}

.honbun2 ul {
	display: table;
	float: left;
	width: 19%;
	padding-right: 1em;
}
*/
.honbun2 ul li:nth-child(1),
.nene3 ul li:nth-child(1) {
	list-style-type: none;
	text-indent: -1.25em;
	color: #2654A5;
	font-weight: bold;
	padding-bottom: 0.5em;
}
.nene3 ul li:nth-child(1) {
	font-weight: normal;
	color: #fff;
}
/*
.honbun ul a:link,
.honbun ul a:visited,
.honbun2 ul a:link,
.honbun2 ul a:visited {
	color: #494949;
}
.honbun ul a:hover,
.honbun2 ul a:hover {
	color: #ae0000;
}
*/
.nene3 a:link,
.nene3 a:visited {
	color: #fff;
}
.nene3 a:hover {
	color: rgba(255,255,255,0.5);
}


	
/*スタッフ*/
.contentsLeft2 {
	display: block;
	position: relative;
	float: left;
	width: 62%;
}
.contentsLeft2 h3 {
	font-size: 125%;
	font-weight: normal;
	margin-bottom: 0.75em;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	padding-top: 0.5em;
	padding-bottom: 0.35em;
}
.photoStaff {
	display: table-cell;
	float: left;
	width: 120px;
	height: 160px;
	margin-right: 20px;
	border: 1px solid #fff;
	background: rgba(255,255,255,0.5);
	vertical-align: central;
	text-align: center;
	font-size: 12px;
}
.nameStaff {
	font-size: 125%;
}
.nameKana {
	font-size: 75%;
}
.quali {
	font-size: 87.5%;
}
.areaKeireki {
	display: block;
	margin: 0px 0px 10px 0px;
	border: 3px solid rgba(255,255,255,.5);
	border-radius: 6px;
	padding: 0.5em;
	font-size: 87.5%;
	clear: both;
}

.photoImg {
	display: table;
	width: 340px;
	height: 255px;
	background: rgba(255,255,255,0.5);
	border: 1px solid #fff;
}



/*戻るボタン*/
#gototop2 {
    position: fixed;
    right: 10px;
    bottom: 50px;
    width: 60px;
    height: 60px;
    z-index: 100;
}

/*コンテンツ関連*/



/*本文*/
#honbunArea {
	display: table;
	position: relative;
	width: auto;
	max-width: 600px;
	margin: 100px auto 0px auto;
	/*border: 1px solid #000;*/
	padding: 0em 1em 1.35em 1em;
	text-indent: 1em;
	text-align: justify;
	line-height: 175%;
	z-index: 10;
}
#honbunArea p {
	padding-bottom: 1.25em;
}
#honbunAreaSp {
	display: table;
	position: relative;
	width: auto;
	max-width: 680px;
	margin: 100px auto 0px auto;
	/*border: 1px solid #000;*/
	padding: 0em 1em 1.35em 1em;
	text-indent: 0em;
	text-align: center;
	line-height: 175%;
	z-index: 10;
}
#honbunAreaSp p {
	padding-bottom: 1.25em;
}
/*左右のエリア*/
#leftArea {
	display: table;
	position: relative;
	float: left;
	width: 12em;
	height: 200px;
	max-width: 1170px;
	margin: 0px auto;
	padding: 0px 30px 0px 0px;
	text-align: center;
	z-index: 10; 
}
#leftArea a {
	display: table;
	width: 100%;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-radius: 0px 4px 4px 0px;
	padding: 0.5em 0em;
	background: rgba(255,255,255,0.5);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
}
#rightArea {
	display: table;
	position: relative;
	float: right;
	width: 12em;
	max-width: 1170px;
	margin: 0px auto;
	padding: 0px 15px;
	z-index: 10;
}
.lagnArea {
	display: block;
	float: right;
	width: 5em;
	text-align: center;
	font-size: 70%;
}
.selectedLang {
	border-bottom: 4px solid #ed7a7c;
}
#langJp {
	display: block;
	width: 29px;
	height: 18px;
	margin: 0px auto;
	border: 1px solid #555;
	background: url(../images/flag.png) no-repeat -1px -1px;
	background-size: auto 20px;
	cursor: pointer;
}
#langEs {
	display: block;
	width: 29px;
	height: 18px;
	margin: 0px auto;
	border: 1px solid #555;
	background: url(../images/flag.png) no-repeat -36px -1px;
	background-size: auto 20px;
	cursor: pointer;
}
#langEn {
	display: block;
	width: 29px;
	height: 18px;
	margin: 0px auto;
	border: 1px solid #555;
	background: url(../images/flag.png) no-repeat -71px -1px;
	background-size: auto 20px;
}
.pdfdl {
	display: block;
	float: none;
	width: auto;
	height: auto;
	margin: 36px 0px;
	border: 2px solid #ccc;
	border-radius: 6px;
	padding: 65px 5px 5px 5px;
	background: url(../images/pdfmark.png) no-repeat 50% 10px;
	background-size: auto 54px;
	text-align: center;
	font-size: 81.25%;
	line-height: 135%;
}
.pdfdl ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.pdfdl ul li:nth-child(2) {
	margin: 4px 0px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 4px 0px;
}

/*検索*/
#searchAreaTop {
	display: table;
	position: relative;
	float: right;
	width: auto;
	top: 10px;
	right: 0px;
	margin: 0px 0px 0px 20px;
	border: 0px solid #f00;
	padding: 0px 0px 0px 0px;
	font-size: 75%;
	white-space: nowrap;
}
#searchAreaTop input {
	float: left;
}
#bt_search {
	margin-top: 4px;
	margin-left: 5px;
}
#searchAilabo {
	display: table;
	width: 18em;
	margin: 0px;
	border: 2px solid #e1e1e1;
	border-radius: 8px;
	padding:0.5em;
	color: #96acc3;
}
#searchAilaboTop {
	display: table;
	width: 18em;
	margin: 0px;
	border: 0px solid #e1e1e1;
	border-radius: 8px;
	padding:0.5em;
	color: #96acc3;
}
.cate1 {
	display: table;
	margin-bottom: 4px;
	border: 1px solid rgba(255,255,255,0.75);
	border-radius: 4px;
	padding: 0.35em 0.5em 0.25em 0.5em;
	background: #57637B;
	font-size: 75%;
	color: #fff;
	line-height: 125%;
}
.cate2 {
	display: table;
	width: 5em;
	margin-bottom: 4px;
	border: 1px solid rgba(255,255,255,0.75);
	border-radius: 4px;
	padding: 0.35em 0.5em 0.25em 0.5em;
	background: #abc250;
	font-size: 75%;
	color: #fff;
	line-height: 125%;
	text-align: center;
}

p.areatitleMember {
	display: block;
	margin: 20px 0px 20px 0px;
	/*border: 3px solid rgba(255,255,255,.5);*/
	border-radius: 6px;
	padding: 0.35em 0.5em 0.25em 0.5em;
	font-size: 100%;
	font-weight: normal;
	color: #8C9DAF;
	background: rgba(255,255,255,0.8);
}
p.areatitleMember span {
	border-left: 4px solid #8C9DAF;
	padding-left: 7px;
}

.contLeft {
	display:block;
	float: left;
	width: 100%;
}
.contRight {
	display:block;
	float: right;
	width: 100px;
}
.contLeft2 {
	display:block;
	float: left;
	width: 49%;
}
.contRight2 {
	display:block;
	float: right;
	width: 49%;
}
.contLeftKiji {
	display:block;
	float: left;
	width: 68%;
}
 
 

@media only screen and (max-width :480px){
#contentsAreaB {
	width: auto;
}
.areaTopicOuter {
	margin: 10px;
}
#titleBt {
	display: none;
	position: relative;
	top: 0px;
	right: 0px;
	width: auto;
	margin: 10px auto;
}
#mainmenu,
#mainmenu_inner {
	width: 100%;
	padding: 0px;
}
#innerLeft,
#innerRight {
	float: none;
	width: 100%;
	background: none;
}
#innerLeft {
	background: #2654A5;
	color: #fff;
}
#innerLeft div {
	color: #fff;
}
#innerRight div {
	display: none;
	width: 100%;
	float: none;
	border-top: 1px solid #fff;
	border-right: 0px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 0px solid #fff;
	text-align: center;
}
#innerRight div:nth-child(2) {
	border-top: 0px solid #fff;
}
#innerRight div:last-child {
	border: 0px solid #fff;
}
#innerLeft div {
	padding: 10px;
	text-align: center;
}
#searchAreaTop form {
	display: none;
}
.photoTopic {
	float: none;
}
.honbunTopic {
	margin-left: 0px;
}
.contLeft2,
.contRight2 {
	float: none;
	width: 100%;
}
.honbun {
	padding: 0px 10px;
}
.honbun ul,
.honbun2 ul,
.nene3 ul {
	float: none;
	width: auto;
}
#titleImg {
	display: none;
}
#header {
	display: none;
}
.areaTopicOuter {
	width: auto;
}
.toppege .photoTopic p:nth-child(1),
.toppege .honbunTopic p.data_day,
.toppege .honbunTopic p.data_place {
	display: none;
}
.toppege .photoTopic p:nth-child(2){
	display: block;
	width: auto;
	margin-bottom: 0.5em;
}
.toppege .titleKouen p:nth-child(1) {
	font-weight: bold;
	font-size: 87.5%;
}
.labelKouen,
.titleKouen {
	float: none;
}

#subtitle {
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	width: 95%;
	margin: 0px auto;
	padding: 0.75em 0em;
	text-align: center;
	/*color: #2654a5;*/
	color: #fff;
	font-family: serif;
	font-size: 81.25%;
	line-height: 155%;
	text-shadow: none;
}

.blockLeft {
	float: none;
	width: auto;
	
}
.blockRight {
	float: none;
	width: auto;
	
}
}
