@charset "utf-8";

/*ALL SET*/
body,div,h1,h2,h3,h4,ul,li,dl,dt,dd,p,a,form,table,tr,td,p,img{
	margin:0;
	padding:0;
	font-style:normal;
	text-decoration:none;
	list-style:none;
	font-weight:normal;
	border:none;
}

/*CLEAR*/
.clearfix:after{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}

.clearfix{
	min-height:1px;
	display:inline-block;
	display:block;
}

*html .clearfix{
	height:1px;
	/*\*//*/
	height:auto;
	overflow:hidden;
	/**/
}

.clear{clear:both;}

body{
	letter-spacing:0.1em;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	border-top:4px solid #0087dd;
	width:100%;
}

/*=======================================================
PC SET
=======================================================*/
@media screen and (min-width:769px){
	body{
		min-width:980px;
	}

	/* HEAD SET*/
	header{
		width:930px;
		margin:5px auto 20px auto;
	}

	header h1{
		font-size:12px;
		color:#666;
		margin:0 0 25px 10px;
	}
	header .logo{
		display:block;
		float:left;
		width:567px
	}

	header .entry_set{
		float:right;
		width:196px;
	}

	/* CONTENTS SET */
	/* left contents */
	.contents{
		width:930px;
		margin:0 auto 30px auto;
	}

	.contents .left_c{
		width:220px;
		float:left;
	}

	.contents .left_c h3{
		background:#7cd0fc;
		padding:5px 0 5px 5px;
		margin:0 0 5px 0;
		font-size:14px;
		color:#fff;
		font-weight:bold;
		text-align:center;
		border-bottom:1px solid #0b4f76;
	}

	.contents .left_c .con_list li{
		margin:0 0 5px 0;
	}

	/* right contents */
	.contents .right_c{
		width:670px;
		float:right;
		padding:5px;
	}

	.contents .right_c .oyakudachi{
		margin:0 0 20px 0;
	}


	.contents .right_c .oyakudachi li{
		float:left;
		margin:0 0 0 15px;
		width:152px;
		text-align:center;
	}

	.contents .right_c .oyakudachi li a{
		font-size:14px;
		text-decoration:underline;
		color:#676a59;
	}

	.contents .right_c .oyakudachi li a:hover{
		opacity:0.6;
		color:#ae4dbc;
	}


	/* FOOTER */
	footer{
		background:#414040;
		padding:30px 0 30px 0;
		min-width:960px;
	}

	footer .assist{
		margin:0 auto 15px auto;
		width:850px;
	}

	footer .assist li{
		float:left;
		border-right:1px solid #8a8585;
		padding:0 8px 0 8px;
	}

	footer .assist li a:hover{opacity:0.6;}

	footer .assist li.cut{
		border:none;
	}

	footer .assist li a{
		color:#e7e5e5;
		font-size:12px;
	}

	footer .copy{
		display:block;
		text-align:center;
		font-size:11px;
		color:#8a8585;
	}
}/*PC END*/
/*=======================================================
SP SET
=======================================================*/
@media screen and (max-width:768px){
	/* HEAD SET*/
	header{
		width:100%;
		margin:5px 0;
	}

	header h1{
		font-size:14px;
		color:#666;
		margin:0 0 10px 0;
		text-align:center;
	}
	header .logo{
		display:block;
		width:100%;
		margin:0 auto 10px auto;
		text-align:center;
	}

	header .logo img{
		width:95%;
		display:block;
		margin:0 auto 0 auto;
	}

	header .entry_set{
		width:80%;
		display:block;
		margin:0 auto 0 auto;
		text-align:center;
	}

	/* CONTENTS SET */
	/* left contents */
	.contents{
		width:95%;
		padding:0 5px;
		margin:0 auto 20px auto;
	}

	.contents .left_c{
		width:100%;
		margin:0 0 10px 0;
	}

	.contents .left_c h3{
		background:#7cd0fc;
		padding:5px 0;
		margin:0 0 5px 0;
		font-size:14px;
		color:#fff;
		font-weight:bold;
		text-align:center;
		border-bottom:1px solid #0b4f76;
	}

	.contents .left_c .con_list li{
		margin:0 0 5px 0;
		width:100%;
		text-align:center;
	}

	/* right contents */
	.contents .right_c{
		width:100%;
	}

	.contents .right_c .oyakudachi{
		margin:0 0 20px 0;
	}


	.contents .right_c .oyakudachi li{
		margin:0 0 15px 0;
		width:100%;
		text-align:center;
	}

	.contents .right_c .oyakudachi li img{
		width:50%;
		display:block;
		margin:0 auto 2px auto;
	}

	.contents .right_c .oyakudachi li a{
		font-size:16px;
		text-decoration:underline;
		color:#676a59;
	}

	.contents .right_c .oyakudachi li a:hover{
		opacity:0.6;
		color:#ae4dbc;
	}


	/* FOOTER */
	footer{
		background:#414040;
		padding:30px 0 30px 0;
		width:100%;
	}

	footer .assist{
		margin:0 auto 15px auto;
		width:98%;
	}

	footer .assist li{
		float:left;
		border-right:1px solid #8a8585;
		padding:0 8px 0 8px;
	}

	footer .assist li a:hover{opacity:0.6;}

	footer .assist li.cut{
		border:none;
	}

	footer .assist li a{
		color:#e7e5e5;
		font-size:12px;
	}

	footer .copy{
		display:block;
		text-align:center;
		font-size:11px;
		color:#8a8585;
	}
}