@charset "utf-8";
body {
	background-color: #FFFFFF;
	background-image: url(../img_cmn/bg.gif);
}
a {
	text-decoration: none;
	color: rgba(36,62,120,1.00);
}
a:hover {
	color: #CC0000;
}
.clearright {
	height: 0;
	line-height: 0;
	font-size: 0;
	clear: right;
	display:block;
}
h2 {
	display: none;
}
#wrap {
	background-image: url(../img_cmn/hd_bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	width: 100%;
}
main .ct {
	padding-bottom: 3em;
	padding-top: 180px;
}
section {
	clear: right;
}
section.box {
	background-color: rgba(255,255,255,0.60);
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.30);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.30);
	margin-bottom: 3em;
}
section.box h4 {
	background-color: rgba(76,103,164,0.50);
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	font-size: 160%;
	font-weight: bold;
	margin-bottom: 1em;
	text-align: left;
}

/*フッタ設定*/
footer {
	background-image: url(../img_cmn/ft_bg2.png);
	background-repeat: repeat-x;
	background-position: center top;
	font-size: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 70px;
	text-align: right;
	padding-bottom: 15px;
}

/*ページ内リンク用設定*/
#page-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	font-size: 12px;
}
#page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 80px;
	padding-right: 0;
	padding-left: 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	-moz-opacity: 0.5;
	opacity: 0.5;
	filter: alpha(opacity=50);
	height: 80px;
	line-height: 80px;
}
#page-top a:hover {
	text-decoration: none;
	-moz-opacity: 0.9;
	opacity: 0.9;
	filter: alpha(opacity=90);
	background-color: #FC0;
}

/* 共通ナビゲーション */
#navi ul,
.navi ul {
	height: 40px;
	width: 100%;
	margin: 0px auto 30px;
	clear: both;
	line-height: 40px;
}
#navi ul li,
.navi ul li {
	height: 40px;
	display: block;
	text-align: center;
	background-color: rgba(201,201,201,1.00);
	color: rgba(180,180,180,1.00);
}
#navi ul .prev,
.navi ul .prev {
	width: 150px;
	float: left;
}
#navi ul .prev a,
.navi ul .prev a {
	width: 100%;
}
#navi ul .next,
.navi ul .next {
	width: 150px;
	float: right;
	margin-top: -40px;
}
#navi ul .next a,
.navi ul .next a {
	width: 100%;
}
#navi ul .home,
.navi ul .home {
	width: 150px;
	margin-left: auto;
	margin-right: auto;
}
#navi ul .home a,
.navi ul .home a {
	width: 100%;
}
#navi ul li a,
.navi ul li a {
	height: 40px;
	display: block;
	background-color: rgba(95,130,206,1.00);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.30);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.30);
	color: rgba(255,255,255,1.00);
}
#navi ul li a:hover,
.navi ul li a:hover {
	color: rgba(255,255,0,1.00);
	background-color: rgba(36,62,120,1.00);
}

footer .ct::after {
	clear: both;
	width: 100%;
	display: block;
	content: "";
}


@media screen and (max-width:800px) {
.pc {
	display: none;
}
.pc_inline {
	display: none;
}
.sp {
	display: block;
}
.sp_inline {
	display: inline;
}
section.box {
	padding: 5%;
}
.ct {
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#wrap {
	padding-top: 10px;
	background-image: url(../img_cmn/hd_bg2.png);
	background-repeat: repeat-x;
	background-position: center top;
}
header {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	min-height: 103px;
	margin-bottom: 15px;
}
/*header h1 {
	position: absolute;
	top: 10px;
	left: 10px;
}*/
header h1 {
	float: left;
	margin-left: 10px;
}
nav {
	padding: 0px;
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 65px;
	margin-bottom: 15px;
	background-image: url(../img_cmn/spMenuBG.png);
}
nav h1 {
	display: block;
	float: left;
	max-width: 30%;
	width: 150px;
}
main {
	clear: both;
	padding-top: 10px;
}
main .ct {
	padding-top: 0px;
}
main h3 {
	float: none;
	margin-bottom: 2em;
	text-align: center;
	max-width: 50%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}


/*フッタ設定*/
footer {
	text-align: center;
	height: 200px;
}
footer #copyright a img {
	float: none;
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
}

/*ページ内リンク用設定*/
#page-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	font-size: 12px;
}
#page-top a {
	width: 80px;
	height: 80px;
	line-height: 80px;
}
#page-top a:hover {
	text-decoration: none;
	-moz-opacity: 0.9;
	opacity: 0.9;
	filter: alpha(opacity=90);
	background-color: #FC0;
}

/* 共通ナビゲーション */
#navi ul .prev,
.navi ul .prev {
	width: 30%;
}
#navi ul .next,
.navi ul .next {
	width: 30%;
}
#navi ul .home,
.navi ul .home {
	width: 30%;
}
}

@media screen and (min-width:801px) and (max-width:1200px) {
.pc {
	display: block;
}
.pc_inline {
	display: inline;
}
.sp {
	display: none;
}
.sp_inline {
	display: none;
}
.slidemenu {
	display: none;
}
section.box {
	padding: 5%;
}
.ct {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 210px;
	padding-right: 30px;
}
#wrap {
	padding-top: 10px;
}
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
header {
	width: 150px;
	float: left;
	margin-left: 0;
	margin-right: auto;
}
header h1 {
	float: left;
	width: 150px;
	margin-bottom: 15px;
	margin-left: 30px;
}
header .nav {
	width: 150px;
	float: left;
	clear: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 30px;
}
.nav.fixed {
	margin-left: 0px;
	position: fixed;
	top: 10px;
	left: 30px;
}
main h3 {
	float: right;
	margin-bottom: 2em;
}
/*footer*/
footer #copyright  {
	text-align: left;
	float: left;
}
footer #copyright p {
	margin-bottom: 5px;
}
}

@media screen and (min-width:1201px) {
.pc {
	display: block;
}
.pc_inline {
	display: inline;
}
.sp {
	display: none;
}
.sp_inline {
	display: none;
}
.slidemenu {
	display: none;
}
.nav.fixed {
	position: fixed;
	top: 10px;
}
section.box {
	padding: 5%;
}
.ct {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 240px;
}
#wrap {
	padding-top: 10px;
}
.container {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
header {
	width: 190px;
	float: left;
	margin-left: 0;
	margin-right: auto;
}
header h1 {
	float: left;
	width: 190px;
	margin-bottom: 15px;
	margin-left: 0px;
}
header .nav {
	width: 190px;
	float: left;
	clear: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
main h3 {
	margin-bottom: 2em;
	float: right;
}

/*footer*/
footer #copyright  {
	text-align: left;
	float: left;
}
footer #copyright p {
	margin-bottom: 5px;
}
}
