@charset "UTF-8";

@import "reset.css";

@font-face {
    font-family: 'mplus';
    src: url('../font/mplus-2c-light.eot');
    src: url('../font/mplus-2c-light.eot?iefix') format('eot'),
         url('../font/mplus-2c-light.woff') format('woff'),
         url('../font/mplus-2c-light.ttf') format('truetype');
}

*{
	line-height: 1.7;
	font-family: 'mplus';
	letter-spacing: 0.05em;
}

html{
	min-width: 640px;
}

body{
	background: #2bb0bc
}

a{
	color: #fdfdfd;
	transition: color 0.4s ease;
}

a:hover, a:focus{
	color: #000;
	text-decoration: underline;
}

#wrap a[target="_blank"]::after{
	content: "(外)";
	font-size: 0.65em;
	font-weight: bold;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6{
	line-height: 1.7em;
	letter-spacing: normal;
	margin-top: 0.5em;
}

h1+h2, h1+h3, h1+h4, h1+h5, h1+h6, h2+h3, h2+h4, h2+h5, h2+h6, h3+h4, h3+h5, h3+h6, h4+h5, h4+h6, h5+h6{
	margin-top: 0;
}

table{
	width: 100%;
}

th{
	font-weight: bold;
	letter-spacing: 0.5em;
	border-bottom: solid 1px #ccc;
	text-align: center;
}

td{
	padding-top: 0.5em;
	border-bottom: dashed 1px #ccc;
}

#head{
	height:80px;
	background:#2bb0bc;
	overflow: hidden;
	font-size: 14px;
}

#headinner{
	max-width:920px;
	margin:0 auto;
	padding: 0 40px;
	position: relative;
}

#navi{
	position: absolute;
	top: 0px;
	right: 40px;
	height: 80px;
	width: 80px;
	transition: width 0.6s ease;
	overflow: hidden;
}

#navi:focus, #navi:hover{
	width: 580px;
}

#navi ul{
	position: absolute;
	top: 0px;
	right: 80px;
	width: 500px;
	height: 80px;
}

#navi ul li{
	width: 100px;
	height: 80px;
	float: left;
	list-style: none;
	background-color: #fdfdfd;
}

#navi ul li a{
	color: #333;
	display: block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	font-size: 1.4em;
	background-color: #2bb0bc;
	text-align: center;
	letter-spacing: normal;
	transition: background-color 0.4s ease;
	border-radius: 100%;
	margin: 0 auto;
	color: #fff;
}

#navi ul li a:focus, #navi ul li a:hover{
	background-color: #E5E542;
	color: #333;
	text-decoration: none;
}

#navibutton1, #navibutton2, #navibutton3{
	position: absolute;
    right: 10px;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 60px;
    height:12px;
    line-height:12px;
    background-color: #fdfdfd;
    border-radius: 7.5px;
}

#navibutton1{
    bottom: 38px;
    top: 0;
}

#navibutton2{
    bottom: 0;
    top: 0;
}

#navibutton3{
    bottom: 0;
    top: 38px;
}

#headinner h1{
	color:#fdfdfd;
	line-height: 80px;
	display: block;
	height: 80px;
	float: left;
	padding-top: 0.435em;
	margin: 0;
}

#wrap_bg{
	width:100%;
	background-color: #fdfdfd;
}

#wrap{
	max-width:880px;
	margin:0 auto;
	padding:10px 60px 50px;
	overflow: hidden;
}

#wrap a{
	color: #2bb0bc;
}

#wrap a:hover,#wrap a:focus{
	color: #61E3ED;
}

div#main{
	opacity: 1;
	transition:opacity 0.3s ease;
}

#update_div{
	height: 300px;
	overflow-y: scroll;
	margin: 1em 0;
}

#update .update_date{
	width:7.5em;
	text-align: center;
}

#footerNavi{
	width: 100%;
	word-spacing: 2em;
	text-align: center;
	line-height: 2.5em;
}

#copy{
	width: 100%;
	text-align: center;
	line-height: 3em;
}

#copy span{
	color: #fdfdfd;
}

/*フッター広告対策*/
footer, .tdftad{
	display: block;
	max-width:920px;
	margin:0 auto !important;
	padding: 0 40px !important;
}