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

@media screen and (max-width:640px) { 
	.pc{
		display: none !important;
	}
	
	body{
		background:#eeeeee;
	}
	
	/*---------------------
	        HEADER
	---------------------*/
	#header{
		width:100%;
		background-color:#fff;
	}
	
	#header .inner{
		width:100%;
		margin:0 auto;
		position:relative;
	}
	
	#header .inner .logo{
		text-align: center;
		padding:20px 0;
	}
	
	#header .inner .logo img{
		width:80%;
		height:auto;
	}
	
	#header .inner a.tfc{
		padding:7px 18px 11px;
		background-color:#374149;
		position:absolute;
		top:27px;
		right:0;
	}
	
	#header .inner a.tfc span{
		padding-bottom:2px;
		border-bottom: 1px #fff solid;
		
	}
	
	#header .hr{
		width:100%;
		height:6px;
		background-image:url(../images/header-hr.jpg);
		background-repeat: repeat-x;
	}
	
	/*---------------------
	       PANKUZU
	---------------------*/
	.pankuzu{
		width:100%;
		height:40px;
		background-color:#eeeeee;
	}
	
	.pankuzu .arrow0 {
    	padding-top: 5px;
		padding-left:20px;
    	width: 190px;
    	height: 40px;
    	background: #01b3cd;
    	position: relative;
		float:left;
		}
	
	.pankuzu .arrow1 {
    	padding-top: 5px;
    	width: 100px;
    	height: 40px;
    	background: #01b3cd;
    	position: relative;
		-webkit-filter: drop-shadow(2px 0px 0px rgba(355,355,355,1));
		float:left;
		z-index: 100;
		}
 
	.pankuzu .arrow1:after {
    	border-left: 15px solid #01b3cd;
    	border-top: 20px solid transparent;
    	border-bottom: 20px solid transparent;
    	content: "";
    	position: absolute;
    	left: 50%;
    	top: 0;
    	margin-left: 50px;
	}
	
	.pankuzu p{
		color:#fff;
		font-size:18px;
		font-weight:bold;
	}
	
	
	/*---------------------
	       CNT-AREA
	---------------------*/
	#cnt-area{
		width:100%;
		margin: 0 auto;
		background:#fff;
	}
	
	#cnt-area .inner{
		padding:25px 20px;
		font-size:13px;
		text-align: left;
	}
	
	#cnt-area .inner h2{
		font-size:25px;
		font-weight: bold;
		color:#01b3cd;
		margin-bottom:20px;
	}
	
	#cnt-area .inner h3{
		font-size:20px;
		text-align: left;
		color:#01b3cd;
		margin:0 auto 10px;
		font-size:18px;
	}
	
	#cnt-area .inner span{
		font-weight: bold;
	}
	
	#cnt-area .inner p span.right{
		display: block;
		font-weight: normal;
		text-align: right;
		margin-top:20px;
		margin-bottom:50px;
	}
	
	#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;
	}
	
	#cnt-area .inner ul{
		width:100%;
		border:1px solid #aaaaaa;
		text-align: center;
		margin:10px 0;
	}
	
	#cnt-area .inner ul li{
		width:100%;
		padding:10px;
		border-bottom:1px solid #aaaaaa;
	}
	
	#cnt-area .inner ul li:last-child{
		border:none;
	}
	
	#cnt-area .inner ul li.head{
		font-size:16px;
		background:#3d4d55;
		color:#fff;
	}
	
	/*---------------------
	       FOOTER
	---------------------*/
	#footer{
		margin-top:40px;
		background:#333333;
		padding:15px;
	}
	
	#footer .tfc{
		display: block;
		padding:15px;
		margin:15px auto;
		color:#999999;
	}
	
	#footer p{
		font-size:10px;
		color:#666666;
	}
}