@charset "UTF-8";
html,
body {
	background-color: #fff;
	width: 100%;
	height: 100%;
}
body > #container {
	height: auto;
}
#wrapper {
	width: 100%;
	height: 100%;
}

/*HEADER*/

#header {
	position: relative;
	width: 100%;
	height: 90px;
	background-image: url(../img/topback.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #0362E4;
}
#sp_header {
	margin-top: 50px;
	position: relative;
	background-image: url(../img/sp_header.jpg);
	background-repeat: no-repeat;
	height: 180px;
	width: 100%;
}
#header_inner {
	position: relative;
	width: 1000px;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
}
#logo {
	position: absolute;
	margin: 27px 0 0 20px;
}
#headerinfo {
	position: absolute;
	margin: 12px 0 0 620px;
}
#mailbtn {
	position: absolute;
	margin: 15px 0 0 920px;
}

/*NAVI*/

#navi {
	position: relative;
	width: 100%;
	height: 91px;
	background-color: #fff;
	filter: Alpha(opacity=80);
	opacity: 0.88;
	overflow: hidden;
}
#navi.sticky {
	position: fixed;
	top: 0px;
	z-index: 2000;
	min-width: 1090px;
}
#navi_inner {
	position: relative;
	width: 1000px;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
}
#globalnavi {
	position: absolute;
	margin: 21px 0 0 20px;
}
#globalnavi li {
	float: left;
}
#first {
	position: absolute;
	margin: -1px 0 0 630px;
	z-index: 500;
}

/*CONTENTS4*/

#contents4 {
	position: relative;
	width: 100%;
	height: 156px;
	background-color: #333;
}
@media screen and (min-width: 320px) and ( max-width: 500px) {
	#contents4 {
		position: relative;
		width: 100%;
		height: 160px;
		background-color: #333;
	}
}
#contents4_inner {
	position: relative;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#seminer {
	position: absolute;
	margin: 25px 0 0 725px;
}
#con4_info {
	position: absolute;
	margin: 25px 0 0 400px;
}
#con4_mailicon {
	position: absolute;
	margin: 25px 0 0 630px;
}
#con4_mailbtn {
	position: absolute;
	margin: 105px 0 0 400px;
}
#con4_gyoumu {
	position: absolute;
	margin: 25px 0 0 30px;
}
#con4_jimusyo {
	position: absolute;
	margin: 25px 0 0 200px;
}
#gyomutext {
	position: absolute;
	margin: 47px 0 0 30px;
	font-size: 11px;
	color: #fff;
	line-height: 1.7em;
}
#jimusyotext {
	position: absolute;
	margin: 47px 0 0 200px;
	font-size: 11px;
	color: #fff;
	line-height: 1.7em;
}

/*SIDE MENU*/

#sidepickup {
	position: absolute;
	margin: 120px 0 0 18px;
}
#sidepickup1 {
	margin: 0 0 0 5px;
}
#sidepickup2 {
	margin: 5px 0 0 5px;
	height:117px;
}
#sidepickup3 {
	margin: 0 0 0 5px;
}
#sidepickup4 {
	margin: 5px 0 0 5px;
}
.sideaccessmap {
	width: 217px;
	height: 158px;
	overflow: hidden;
	position: relative;
	margin: 50px 0 0 30px;
	z-index: 100;
	border: 1px solid #0362E4;
}
.sidemapinfo {
	position: relative;
	margin: 10px 0 0 22px;
}
#sidemailbtn {
	position: absolute;
	margin: 23px 0 0 28px;
	z-index: 1000;
	height: 60px;
	border-bottom: 1px dotted #000;
}
.leftbox {
	position: relative;
	float: left;
	width: 600px;
}
@media screen and (min-width: 320px) and ( max-width: 550px) {
	.leftbox {
		position: relative;
		width: 460px;
	}
}
.rightbox {
	position: relative;
	float: right;
	width: 250px;
	right: 20px;
	height: 100%;
}
#sidemenu {
	position: absolute;
	z-index: 1500;
	height: auto;
	min-height: 100%;
	width: 100%;
}
#sidepickup_pickup {
	position: relative;
	margin: 10px 0 0 8px;
}

/*FOOTER*/

#footerlogo {
	margin-top: 13px;
	position: relative;
	text-align: center;

}


#footer {
	position: relative;
	width: 100%;
	height: 52px;
	background-color: #0362E4;
	background-image: url(../img/footerback.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
@media screen and (min-width: 320px) and ( max-width: 600px) {
	#footer {
		width: 500px;
		height: 70px;
		background-image: url(../img/footerback.jpg);
		background-color: #0362E4;
		background-size: cover;
	}
}
#footer_inner {
	position: relative;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (min-width: 320px) and ( max-width: 600px) {
	#footerlogo {
	margin-top: 23px;
	position: relative;
	width: 90%;
		margin-right: auto;
		margin-left: auto;
}
	
	#footer_inner {
		width: 100%;
	}
}
#contents5 {
	position: relative;
	width: 100%;
	height: 25px;
}
@media screen and (min-width: 320px) and ( max-width: 600px) {
	#contents5 {
		width: 500px;
	}
}
#contents5_inner {
	position: relative;
	width: 1000px;
	height: 25px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (min-width: 320px) and ( max-width: 600px) {
	#contents5_inner {
		position: relative;
		width: 100%;
		height: 25px;
		margin-left: auto;
		margin-right: auto;
	}
}
#address {
	position: absolute;
	margin: 19px 0 0 550px;
}
@media screen and (min-width: 320px) and ( max-width: 600px) {
	#address {
		width: 440px;
		position: absolute;
		margin: 40px 0 0 35px;
		font-size: 14px
	}
}

/*COPYRIGHT*/

#copyright {
	margin-top: 5px;
	width: 280px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (min-width: 320px) and ( max-width: 600px) {
	#copyright {
		width: 440px;
		position: absolute;
		margin: 10px 0 0 35px;
		font-size: 15px;
		height: 30px;
	}
}

/*CLEAR FIX*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*¥*/
	/*/
  height: auto;
  overflow: hidden;
  /**/
}
a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	color: #fff;
}
#feed a:link {
	color: #333;
	text-decoration: none;
}
#feed a:visited {
	color: #333;
}

/*PAGETOP*/

.pagetop {
	position: fixed;
	bottom: -50px;
	right: 10px;
	z-index: 10000;
}

/*FONT*/

.fontconfig {
	font-family: "Meiryo UI", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	font-size: 13px;
	line-height: 20px;
}
.win .fontconfig {
	font-family: "Meiryo UI", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	font-size: 13px;
	line-height: 20px;
}
.text1,
.text2,
.text3,
.text4,
.text5,
.text6,
.text7,
.text8,
.text9,
.text10,
.text11,
.text12,
.text13,
.text14{
	font-family: "Meiryo UI", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
}
.text1 {
	font-size: 10px;
	color: #000;
}
@media screen and (min-width: 320px) and ( max-width: 600px) {
	.text1 {
		font-size: 13px;
		color: #000;
	}
}
.text2 {
	font-size: 12px;
	color: #fff;
}
.text4 {
	margin: 20px 0 0 0;
	width: 600px;
	line-height: 1.7em;
	font-size: 12pt;
	background-color:#fff;
	z-index: 900;
}
@media screen and (min-width: 320px) and ( max-width: 600px) {
	.text4 {
		position: relative;
		margin: 25px 0 0 0;
		width: 100%;
		line-height: 1.7em;
		font-size: 13pt;
		z-index: 900;
	}
}
.text5 {
	padding-top: 5px;
	font-size: 12px;
	color: #fff;
}
@media screen and (min-width: 320px) and ( max-width: 600px) {
	.text5 {
		padding-top: 1px;
		font-size: 16px;
		color: #fff;
	}
}
.win .text5 {
	padding-top: 0px;
	font-size: 12px;
	color: #fff;
}
.text7 {
	font-size: 15px;
	color: #000;
	margin-bottom: 15px;
}
.text8 {
	position: relative;
	margin: 80px 0 0 15px;
	line-height: 1.6em;
	width: 100%;
	font-size: 13px;
	text-indent: -1em;
}
@media screen and (min-width: 320px) and ( max-width: 600px) {
	.text8 {
		position: relative;
		margin: 80px 0 0 15px;
		line-height: 1.6em;
		width: 450px;
		font-size: 14px;
		text-indent: -1em;
	}
}
.win .text8 {
	position: relative;
	margin: 60px 0 0 15px;
	line-height: 1.6em;
	width: 100%;
	font-size: 14px;
	text-indent: -1em;
}
.text9 {
	position: relative;
	margin: 0 0 0 15px;
	line-height: 1.6em;
	width: 100%;
	font-size: 13px;
	text-indent: -1em;
}
@media screen and (min-width: 320px) and ( max-width: 600px) {
	.text9 {
		position: relative;
		margin: 0 0 0 15px;
		line-height: 1.6em;
		width: 450px;
		font-size: 13px;
		text-indent: -1em;
	}
}
.win .text9 {
	position: relative;
	margin: 0 0 0 15px;
	line-height: 1.6em;
	width: 100%;
	font-size: 13px;
	text-indent: -1em;
}
.text10 {
	font-size: 15px;
	color: #000;
	line-height: 2em;
	width: 100%;
	background-color:#fff;
}

.text11 {
	position: relative;
	margin: 10px 0 0 0;
	width: 380px;
	line-height: 1.7em;
	font-size: 9pt;
	color: #0099ff;
	float: left;
	background-color:#fff;
	z-index: 1000;
}
@media screen and (min-width: 320px) and ( max-width: 600px) {
	.text11 {
		position: relative;
		margin: 10px 0 0 0;
		width: 460px;
		line-height: 1.7em;
		font-size: 12pt;
		color: #0099ff;
		float: left;
		background-color:#fff;
		z-index: 1000;
	}
}
.text12 {
	position: relative;
	margin: 10px 0 0 0;
	line-height: 1.7em;
	font-size: 9pt;
	color: #0362E4;
	float: left;
	margin-bottom: 100px;
}
.text13 {
	width: 300px;
	line-height: 1.7em;
	font-size: 11pt;
	color: #000;
	margin: 10px 0 0 30px;
	margin-bottom: 100px;
}

.text14 {
	width: 600px;
	line-height: 1.7em;
	font-size: 12pt;
	color: #000;
	margin: 10px 0 0 0;
}
@media screen and (min-width: 320px) and ( max-width: 600px) {
.text14 {
	width: 100%;
	line-height: 1.7em;
	font-size: 13pt;
	color: #000;
	background-color:#fff;
}
}

.innerspace {
	height: 100px;
}
@media screen and (min-width: 320px) and ( max-width: 600px) {
	.innerspace {
		height: 50px;
	}
}
#spseminarbtn {
	position: absolute;
	margin: 30px 0 0 60px;
}
#spmailbtn {
	position: absolute;
	margin: 95px 0 0 340px;
}

