@CHARSET "UTF-8";

/***** Smart Phone *****/
header
{
	height: 100px;
}

.header_cell_c
{
}

.header_cell_r,
.header_cell_c
{
	display: none;
}

.com_infomation
{
	background: silver;
	text-align: center;
	font-size: 0.8rem;
	display: inline-block;
	padding: 5px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.com_infomation_tbl
{
	display: table;
	margin: auto;
}

.com_infomation_row
{
	display: table-row;
}

.com_infomation_cell
{
	display: table-cell;
}

.menu_opener
{
	background: -webkit-linear-gradient(#b8d2ef, #286cb8);
	background: -moz-linear-gradient(#b8d2ef, #286cb8);
	background: linear-gradient(#b8d2ef, #286cb8);
	text-align: center;
	cursor: pointer;
	line-height: 1;
	color: white;
	padding: 10px;
}

.menu_opener span
{
	font-size: 0.7rem;
}

nav
{
	background: -webkit-linear-gradient(#b8d2ef, #286cb8);
	background: -moz-linear-gradient(#b8d2ef, #286cb8);
	background: linear-gradient(#b8d2ef, #286cb8);
}

.menu_wrapper
{
	width: 100%;
	margin: auto;
}

.menu-item
{
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	transition: 0.7s;
	border: 1px solid silver;
	background: -webkit-linear-gradient(#b8d2ef, #286cb8);
	background: -moz-linear-gradient(#b8d2ef, #286cb8);
	background: linear-gradient(#b8d2ef, #286cb8);
}

.menu-item:NOT(:FIRST-CHILD)
{
	border-top: none;
}

.menu-item:HOVER
{
	background: rgba(255, 255, 255, 0.4);
}

.current-menu-item,
.current_page_item
{
	background: -webkit-linear-gradient(#4388d6, #1a4270);
	background: -moz-linear-gradient(#4388d6, #1a4270);
	background: linear-gradient(#4388d6, #1a4270);
}

.current-menu-item:HOVER,
.current_page_item:HOVER
{
	background: -webkit-linear-gradient(#4388d6, #1a4270);
	background: -moz-linear-gradient(#4388d6, #1a4270);
	background: linear-gradient(#4388d6, #1a4270);
}

nav a
{
	display: inline-block;
	padding: 10px;
	text-align: center;
	color: white;
	text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.4);
	line-height: 1;
	width: 100%;
}

nav a span
{
	font-size: 0.7rem;
}





.clumbs_wrapper
{
	padding: 10px 10px 40px 10px;
	margin: auto;
	font-size: 0.8rem;
}

.main_content
{
	width: calc(100% - 20px);
	margin: auto;
}

.wp-pagenavi
{
	margin: 20px 0;
}

footer
{
	padding: 30px 10px;
	background: -webkit-linear-gradient(#b8d2ef, #286cb8);
	background: -moz-linear-gradient(#b8d2ef, #286cb8);
	background: linear-gradient(#b8d2ef, #286cb8);
}

.footer_cell
{
	font-size: 0.8rem;
	color: white;
}

.footer_title
{
	line-height: 1.5;
}

.footer_school_info
{
	background: white;
	color: black;
	padding: 10px;
	line-height: 2;
	vertical-align: middle;
}

.footer_school_link
{
	padding: 10px;
}

.footer_school_link a
{
	color: white;
}

.copyright
{
	color: white;
	text-align: center;
	font-size: 0.7rem;
}

.pagetop_link
{
	display: inline-block;
	position: fixed;
	bottom: -100px;
	right: 10px;
	padding: 10px;
	line-height: 1;
	background: #286cb8;
	color: white;
	font-size: 2rem;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	z-index: 100;
}

/***** Tablet *****/
@media screen and (min-width:768px)
{
	.header_inner
	{
		display: table;
		width: 768px;
		margin: auto;
	}

	.header_cell_l,
	.header_cell_c,
	.header_cell_r
	{
		display: table-cell;
	}

	.header_cell_l
	{
		text-align: left;
	}

	.header_cell_c
	{
		vertical-align: middle;
		text-align: right;
	}

	.header_cell_r
	{
		text-align: right;
	}

	.menu_opener
	{
		display: none;
	}

	nav
	{
		display: block;
	}

	.menu_wrapper
	{
		display: table;
		width: 768px;
		border-collapse: separate;
		border-spacing: 10px 0;
		width: auto;
	}

	.menu-item
	{
		display: table-cell;
		vertical-align: middle;
		border: none;
	}

	.clumbs_wrapper
	{
		width: 768px;
		padding: 10px 0 40px 0;
	}

	.main_content
	{
		width: 768px;
	}

	footer
	{
		padding: 30px 0 0 0;
	}

	.footer_tbl
	{
		display: table;
		width: 768px;
		margin: 0 auto 20px auto;
	}

	.footer_cell
	{
		display: table-cell;
	}
}

/***** PC *****/
@media screen and (min-width:1024px)
{
	.header_inner
	{
		width: 1024px;
	}

	.menu_wrapper
	{
		width: 1024px;
	}

	.clumbs_wrapper
	{
		width: 1024px;
	}

	.main_content
	{
		width: 1024px;
	}

	.footer_tbl
	{
		width: 1024px;
	}
}