@charset "UTF-8";
/* CSS Document */

/* Read Next */

.btn_app {
	display:none;
	
	margin:1em auto;
	width:auto;
	text-align:center;
}
.btn_app a{
	display:block;
	width:100%;
	padding:.6em 2em .6em 3em;
	border-radius:5px;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	background:#F7931E url(images/arrow_btn.png) no-repeat 1.5em center;
}
.btn_app a:hover{
	background-color:#F30;
}

@media only screen and (max-width: 1199px) {
	.btn_app {
		display:block;
	}
}


.page-header{
	margin:30px 0 20px;
	padding:0 !important;
	font-weight:900;
	font-size:200%;
	color:#666;
}

.section-header h2{
	background:none !important;
	padding:0 2% !important;
	margin:0 !important;
}

.news .section{
	overflow:hidden;
}
.topic-container{
	width:70%;
	float:left;
	padding-left:15px;
}
.topic-menu{
	width:25%;
	float:right;
	padding:0 0 1em;
	margin-right:2%;
	border-radius:10px;
	background:#eee;
}
.topic-menu h3{
	text-align:center;
	background:#0071BC;
	border-radius:8px;
	color:#FFF;
	margin:10px;
	padding:10px 0;
	font-weight:900;
}
.topic-menu ul{
	list-style:none;
	font-size: 120%;
	text-align:center;
}

.english .topic-menu ul li{
	text-align:left;
	padding-left:.8em;
}


.topic-menu ul a.link-no{
	color:#aaa;
}
.topic-menu ul a.link-no:hover{
	text-decoration:none;
}

blockquote p{
	margin:0;
}

@media only screen and (max-width: 641px) {
	.topic-container{
		width:100%;
		float:none;
		padding-left: 0;
	}
	
	.topic-menu{
		width:100%;
		float:none;
		padding:0 0 1em;
		margin:0;
		border-radius:0;
		background:#FFF;
	}
	.topic-menu h3{
	}
	.topic-menu ul{
		border-top:1px dotted #999;
	}
	.topic-menu ul a{
		display:block;
		padding:.3em;
		border-bottom:1px dotted #999;
	}
	
}

.news .row{
	margin-bottom:1.5em;
	padding-bottom:1.5em;
	border-bottom:1px solid #999;
}

.row h3{
	color:#333;
	border-bottom:2px solid #333;
	padding:3px 0 0 0;
	margin:.3em 0;*/
	margin-bottom:1em;
	font-weight:900;
	font-size:140%;
	text-align:left;
}

.row .section-pic{
	margin-bottom:60px;
	text-align:center;
}

.row .section-pic img{
	margin:20px 0;
}

.row .section-pic .pic-ats{
	display:block;
	font-size:120%;
	margin-top:20px;
	color:#333;
	text-align:left;
}
.row .section-pic .pic-ats:hover{
	text-decoration:none;
}

.row .section-pic .pic-click{
	display:block;
	font-weight:900;
	font-size:120%;
}

.row .section-pic img.news-shizushin{
	border:4px solid #ddd;
	margin:0;
}



.row table{
	border-top:1px solid #999;
}
.row dl{
	border-top:1px solid #999;
	margin-bottom:1.5em;
}

.row dt{
	width:10%;
	float:left;
	clear:both;
	padding:5px 0;
	white-space:nowrap;
}
.row dd{
	margin-left:10%;
	padding:5px 0;
}

.caution{
	color:red;
}


@media only screen and (max-width: 641px) {
	.page-header{
		padding-left:.5em !important;
	}
	.section-header{
		background-image:none !important;
	}
	.section-header h2{
		padding-top:10px !important;
		padding-bottom:10px !important;
		padding-left:15px !important;
		line-height:1.4 !important;
		height:auto !important;
	}
	.section-header h2 span{
		font-weight:normal;
		font-size:90% !important;
		font-family:Arial, Helvetica, sans-serif;
	}
	
	.caution{
		font-size:small;
	}

	.row .section-pic{
		margin-bottom:30px;
	}


	.row h3
	{
		font-size:103%;
	}

	.row .section-pic .pic-ats,
	.row .section-pic .pic-click {
		font-size: 93%;
	}
		
	.row td,
	.row th
	{
		padding:0;
	}
	
	.row dt{
		width:100%;
		float:none;
		padding-bottom:0;
	}
	
	.row dd{
		margin-left:0;
		padding-left:1em;
		padding-top:0;
		border-bottom:1px solid #999;
	}
	
	
	
}


