@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
/* CSS Document */

/*共通CSS*/

html {
    height: 100%;
}

body{
    font-family:Lato,"Noto Sans JP","游ゴシック Medium","游ゴシック体","Yu Gothic Medium",YuGothic,"ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	width:100%;
	height:100%;
	background:#333333;
	text-align: center;
}

a{
	text-decoration: none;
	color:#FFF;
}

a:hover{
	opacity:0.7;
}

.dummy{
	clear:both;
}

.disabled{
	pointer-events:none;
	opacity: 0.5;
}

@media screen and (min-width:641px) { 
	
	.sp{
		display: none !important;
	}
	
	body{
		min-width:980px;
	}
	
	#container{
		width:100%;
		background-color:#eeeeee;
	}
	
	/*---------------------
	        HEADER
	---------------------*/
	#header{
		width:100%;
		height:100px;
		background-color:#fff;
	}
	
	#header .inner{
		width:980px;
		height:100px;
		margin:0 auto;
		position:relative;
	}
	
	#header .inner .logo{
		text-align: left;
	}
	
	#header .inner .logo img{
		width:500px;
		height:auto;
		margin:30px auto;
	}
	
	#header .hr{
		width:100%;
		height:6px;
		background-image:url(../images/header-hr.jpg);
		background-repeat: repeat-x;
	}
	
	/*---------------------
	        NAVI-AREA
	---------------------*/
	#navi-area{
		width:100%;
		height:35px;
		margin-top:6px;
		background-color:#01b3cd;
	}
	
	#navi-area .inner{
		width:980px;
		margin:0 auto;
	}
	
	#navi-area .inner ul li{
		float:left;
		padding:0px 25px;
		margin-top:5px;
		border-right:1px #fff solid;
	}
	
	#navi-area .inner ul li.last{
		border-right:none;	
	}
	
	#navi-area .inner ul li:hover{
		color:#333;
	}
	
	#navi-area .inner ul li.select{
		color:#333;
	}
	
	
	/*---------------------
	       CNT-AREA
	---------------------*/
	#cnt-area{
		width:980px;
		padding:10px;
		margin: 40px auto;
		background:#fff;
	}
	
	#cnt-area .inner{
		width:100%;
		height:100%;
		border:1px solid #000;
		padding:35px 20px;
		text-align: left;
		font-size:13px;
	}
	
	#cnt-area .inner h2{
		font-size:25px;
		font-weight: bold;
		color:#01b3cd;
		margin:0 auto 35px;
		text-align: center;
	}
	
	#cnt-area .inner h3{
		font-size:20px;
		color:#01b3cd;
		margin:0 auto 20px;
	}
	
	#cnt-area .inner span{
		font-weight: bold;
	}
	
	#cnt-area .inner p span.right{
		display: block;
		font-weight: normal;
		text-align: right;
		margin-top:20px;
	}
	
	#cnt-area .inner table.two,
	#cnt-area .inner table.four{
		width:100%;
		border:1px solid #aaaaaa;
		margin:10px 0;
	}
	
	#cnt-area .inner table.two tr.head th,
	#cnt-area .inner table.two tr.head td,
	#cnt-area .inner table.four tr.head td
	{
		font-size:16px;
		color:#fff;
		text-align: center;
		padding:7px;
		background:#3d4d55;
	}
	
	#cnt-area .inner table.two th{
		width:35%;
		background:#eeeeee;
		border:1px solid #aaaaaa;
		vertical-align: middle;
		padding:10px;
	}
	
	#cnt-area .inner table.two td,
	#cnt-area .inner table.four tr td{
		border:1px solid #aaaaaa;
		padding:10px;
		vertical-align: middle;
	}
	
	#cnt-area .inner table.small{
		font-size:12px;
	}
	
	#cnt-area .inner table.small th{
		width:40px;
	}
	
	
	/*---------------------
	       FOOTER
	---------------------*/
	#footer{
		width:100%;
		height:30px;
		background-color:#333333;
	}
	
	#footer p{
		font-size:10px;
		color:#666666;
		padding-top:10px;
	}
}