@charset "utf-8";
/* サイぼうくんの　お天気ぼうさい探検隊　sub-CSS */

header{
	position:relative;
	height:170px;
}

h1 {
    left: 0;
    position: absolute;
    top: 20px;
    z-index: 15;
}

h2 {
    left: 240px;
    position: relative;
    top: 20px;
}

p.top_img02 {
    left: -65px;
    position: absolute;
    top: 20px;
    z-index: 10;
}

p.balloon{
	z-index:10;
	top:-280px;
	right:-250px;
	position:absolute;
}

p.hukidashi{
	z-index:10;
	top:60px;
	right:120px;
	position:absolute;
}

p.to_top{
	z-index:100;
	top:50px;
	right:10px;
	position:absolute;
}

#contents{
	width:980px;
	margin:0 auto;
}

.mb10 { margin-bottom: 10px !important;}

/*--leftside--*/
#Lside{
	float:left;
}

div.cont_ttl01{
	background:url(../img/sub_img02.png) no-repeat;
	height:222px;
	width:375px;
}

#Lside p{
	width:375px;
	display:table;
	height:200px;
}

#Lside span{
	display:table-cell;
	width: 100%;
	margin: auto;
	vertical-align:middle;
	padding: 0 50px 0 30px;
	text-align:center;
	font-size:20px;
	color:#fff;
}
	#Lside span strong{
		font-size:28px;
		font-weight:bold;
	}

div.cont_ttl02{
	background:url(../img/sub_img03.png) no-repeat;
	height:222px;
	width:375px;
	cursor:pointer ;
}

div.cont_ttl02:hover{
	background:url(../img/sub_img02.png) no-repeat;
}

div.cont_ttl02 span{
	color:#000 !important;
}

div.cont_ttl02:hover span{
	color:#FFF !important;
}

#Lside a{
	text-decoration:none !important; 
}

/*--rightside--*/

#Rside{
	float:right;
	width:600px;
}

#Rside div{
	border-radius:20px;
	border:#79b4c4 5px solid;
	background:#fff; 
	padding:22px 28px;
}

#Rside div ul li{
	font-size:22px;
	font-weight:bold;
	height:1.55em;
}

#Rside div ul li img{
	vertical-align:middle;
	padding-right:10px;
}

#Rside div ul li a{
	color:#000;
	text-decoration:none;
	display:inline-block;
}

#Rside div ul li a:hover span{
	background:url(../img/over.gif) repeat-x;
	background-position:bottom;
}

/*
#Rside div ul li a:hover{
	background:url(../img/over.gif) repeat-x;
	background-position:bottom;
}
*/

/*----all----*/
.pdL40 {
	padding-left: 40px;
}

.all_content {
	width:100%;
}

.all_content > div{
	width:100%;
	border-radius:20px;
	border:#79b4c4 5px solid;
	background:#fff; 
	padding:22px 28px;

}

.all_content div div.scroll{
	height: 500px;
	overflow-y: scroll;
}



.all_content div ul li ul li ul{
	padding-left: 20px;
}

.all_content div ul > li {
	min-height: 100px;
	margin-bottom: 20px;
	font-size: 130%;
	font-weight: bold;
}

.all_content div ul li ul li {
	list-style-type: disc;
	list-style-position: inside;
	display: list-item;
	width: 100%;
	float: none;
	min-height: auto;
	font-size: 90%;
	font-weight: normal;
	margin-bottom: 0;
	color: #FFA329;
}

.all_content div ul li ul li ul li{
	color: #BDEA50;
}

.all_content div ul li ul li ul li ul li{
	color: #50C9EA;
}

.all_content div ul li a{
	color: #dd3e14;
	text-decoration: none;
}

.all_content div ul li ul li a,
.all_content div ul li span{
	color: #5286B5;
}

.all_content div ul li > ul {
	margin-bottom: 20px;
}

.all_content div ul li a:hover{
	text-decoration: underline;
}

#main_block {
    position: relative;
    top: 0px;
    width: 1000px;
    padding-bottom: 50px;
}

#main_block .Inner {
    width: 980px;
    overflow: hidden;
    margin: 0px auto;
    position: relative;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    border: 5px solid #7EB7C8;
    padding: 50px;
    box-sizing: border-box;
}

.to_top.credit {
	right: 30px;
	top: 50px;
}

.credit h2 {
	top: 15px;
	left: 260px;
}

.credit table {
	width: 100%;
	font-size: 18px;
	border-collapse: separate;
	border-spacing: 0px 5px;
}

.credit th {
	background: #FFF3B8;
	vertical-align: middle;
	font-weight: bold;
	color: #444;
}

.credit td,
.credit th {
	padding: 10px 10px 10px 20px;
}

.credit td {
	background: #FFF;
}

.credit table .small {
	font-size: 0.7em;
	display: inline-block;
	margin-top: 20px;
}


.button {
    display: inline-block;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.4);
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    background: #FFF;
}

.button.subtop a {
    display: block;
    color: #333;
    font-weight: bold;
    border: solid 1px #ccc;
    padding: 10px 50px 10px 20px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    text-decoration: none;
    background: url(../img/arrow_ico.png) 90% center no-repeat;
}

.button.subtop a:hover {
	opacity:0.7;
}