@charset "utf-8";
/*----------------------
		import
-----------------------*/
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
p,
a,
img,
ul,
li {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 160%;
  color: #211c04;
  font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
p {
  color: #333333;
}
li {
  list-style: none;
}
a {
  color: #000099;
}
a:visited {
  color: #660066;
}
a:hover {
  color: #0066cc;
}
/* ----------------------------------------------
	This style definition is common.
------------------------------------------------- */
/* LESS Document */
/*----------------------
		layout
-----------------------*/
.m0 {
  margin: 0px;
}
.mb0 {
  margin-bottom: 0px;
}
.mb05 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mt0 {
  margin-top: 0px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt150 {
  margin-top: 150px;
}
.mr0 {
  margin-right: 0px;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr30 {
  margin-right: 30px;
}
.mr40 {
  margin-right: 40px;
}
.mr50 {
  margin-right: 50px;
}
.ml0 {
  margin-left: 0px;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml30 {
  margin-left: 30px;
}
.ml40 {
  margin-left: 40px;
}
.ml50 {
  margin-left: 50px;
}
.pb0 {
  padding-bottom: 0px;
}
.pb05 {
  padding-bottom: 05px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb50 {
  padding-bottom: 50px;
}
.padding {
  padding: 0px;
}
.pt0 {
  padding-top: 0px;
}
.pt05 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pt50 {
  padding-top: 50px;
}
.pr0 {
  padding-right: 0px;
}
.pr5 {
  padding-right: 5px;
}
.pr10 {
  padding-right: 10px;
}
.pr20 {
  padding-right: 20px;
}
.pr30 {
  padding-right: 30px;
}
.pr40 {
  padding-right: 40px;
}
.pr50 {
  padding-right: 50px;
}
.pl0 {
  padding-left: 0px;
}
.pl5 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pl20 {
  padding-left: 20px;
}
.pl30 {
  padding-left: 30px;
}
.pl40 {
  padding-left: 40px;
}
.pl50 {
  padding-left: 50px;
}
.tll {
  text-align: left;
}
.tlc {
  text-align: center;
}
.tlr {
  text-align: right;
}
/* list */
.flr {
  float: right;
}
.fll {
  float: left;
}
/* wide */
.w5 {
  width: 5%;
}
.w10 {
  width: 10%;
}
.w15 {
  width: 15%;
}
.w20 {
  width: 20%;
}
.w25 {
  width: 25%;
}
.w30 {
  width: 30%;
}
.w33 {
  width: 33.3%;
}
.w35 {
  width: 35%;
}
.w40 {
  width: 40%;
}
.w45 {
  width: 45%;
}
.w50 {
  width: 50%;
}
.w55 {
  width: 55%;
}
.w60 {
  width: 60%;
}
.w65 {
  width: 65%;
}
.w70 {
  width: 70%;
}
.w75 {
  width: 75%;
}
.w80 {
  width: 80%;
}
.w85 {
  width: 85%;
}
.w90 {
  width: 90%;
}
.w95 {
  width: 95%;
}
.w100 {
  width: 100%;
}
.vat {
  vertical-align: top;
}
.vab {
  vertical-align: bottom;
}
.vabl {
  vertical-align: baseline;
}
.vam {
  vertical-align: middle;
}
.fz10 {
  font-size: 10px;
}
.fz12 {
  font-size: 12px;
}
.fz14 {
  font-size: 14px;
}
.fz16 {
  font-size: 16px;
}
.fz18 {
  font-size: 18px;
}
.fz20 {
  font-size: 20px;
}
/* img */
img {
  border: 0px; vertical-align:bottom;
}
a.img_hover:hover img {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  -ms-filter: "alpha(opacity=75)";
}
/* link */
a:link {
  color: #333333;
  text-decoration: none;
}
a:visited {
  color: #333333;
}
a:hover {
  color: #333333;
  text-decoration: underline;
}
/* list */
ul,
li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
/* link_style */
.link_st {
  color: #3F65CB;
  text-decoration: none;
}
/* clearfix */
.cf {
  zoom: 1;
}
.cf:before,
.cf:after {
  display: table;
  content: "";
}
.cf:after {
  clear: both;
}
/*----------------------
		mixin
-----------------------*/

.bgimg {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.trs {
  transition: all  0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
/*
@media only screen and (-webkit-min-device-pixel-ratio: 2),
(min--moz-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
	
}
*/
/*----------------------
		index
-----------------------*/
#mainarea {
  width: 960px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.8;
}
#mainarea #feature-data p {
  font-size: 12px;
  color: #999999;
  margin-bottom: 10px;
  text-align: right;
}
#mainarea #title h2 {
  height: 0;
  overflow: hidden;
  text-indent: -999999px;
  width: 960px;
}
#mainarea #edus-eye {
  margin-bottom: 40px;
}
#mainarea #edus-eye span {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #3399FF;
  border-bottom: 2px solid #99CCFF;
  margin-bottom: 5px;
  padding-bottom: 05px;
}
#mainarea .section {
  margin-bottom: 40px;
  padding: 20px;
  border: 6px solid #99CCFF;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
#mainarea .section h3 {
  font-size: 24px;
  color: #3399FF;
  background: #FFFFCC;
  border-left: 12px solid #3399FF;
  margin: 0 0 20px;
  padding: 10px;
  line-height: 1.2;
}
#mainarea .section h4 {
  font-size: 20px;
  border-left: 12px double #3399FF;
  line-height: 0;
  margin: 0 0 10px;
  padding: 10px;
  display: inline-block;
}
#mainarea .section h5 {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  margin: 0 0 10px 0;
}
#mainarea .section p {
  margin-bottom: 10px;
}
#mainarea .section span {
  font-weight: bold;
  color: #FF9900;
}
#mainarea .section .read {
  zoom: 1;
  margin-bottom: 40px;
}
#mainarea .section .read:before,
#mainarea .section .read:after {
  content: "";
  display: table;
  clear: both;
}
#mainarea .section .schedule table {
  background-color: #CCCCCC;
  border-collapse: separate;
  border-spacing: 1px;
  width: 100%;
}
#mainarea .section .schedule table th {
  padding: 5px;
  background-color: #99CCFF;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}
#mainarea .section .schedule table td {
  background-color: #FFFFFF;
  padding: 10px;
}
#mainarea .btn {
  margin: 0 auto 40px;
  font-size: 24px;
  font-weight: bold;
  line-height: 80px;
  height: 80px;
  text-align: center;
}
#mainarea .btn a {
  position: relative;
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 70%;
  background-color: #FFCC33;
  background: -moz-linear-gradient(top, #ffcc33, #ff9900);
  background: -webkit-gradient(linear, center top, center bottom, from(#ffcc33), to(#ff9900));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFCC33', endColorstr='#FF9900');
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  box-shadow: 0 6px #CC6600;
}
#mainarea .btn a:hover {
  top: 6px;
  color: #FFFFFF;
  background-color: #CC6600;
  background: -moz-linear-gradient(top, #cc6600, #cc6600);
  background: -webkit-gradient(linear, center top, center bottom, from(#cc6600), to(#cc6600));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#CC6600', endColorstr='#CC6600');
  border-radius: 5px;
  text-decoration: none;
  box-shadow: none;
}

/* ------------------------------------- contents */

#main {
}
#main #content{
}
#main #content-innr{
	width:960px;
	margin:0 auto;
	padding:0 0 40px 0;
}
#main p {
	font-size:16px;
	line-height:170%; margin-bottom:20px;
}
#main h2.mainttl {
	background: url(/img/features/corp/2015/150630/title.jpg) top left no-repeat;
	text-indent:-999999px;
	width:960px;
	height:250px;
	overflow:hidden;
}
#feature-data-box{
	background: #FFFFFF;
	padding-top: 5px;
}
#feature-data {
	height:50px;
	line-height:50px;
	width:960px;
	margin:0 auto;
}
#feature-data span {
	float:right;
	font-size:14px;
	color:#999;
}
.fb { font-weight:bold; }
.fcg { color:#168201; }
.fco { color:#ff6600; }
.fce { color:#8b191f; }
.fcn { color:#054872; }
.fcw { color:#ffffff; }
.fcb { color:#032456; }
.fcb2 { color:#3884cf; }
.fcp { color:#ff3399; }
.fcp2 { color:#ea58a7; }
.fcv { color:#af368c; }
.fs12 { font-size:12px; line-height:140%; }
.fs14 { font-size:14px; }
.fs18 { font-size:18px; }
.fs20 { font-size:20px; }
.fs23 { font-size:23px; }
.fs24 { font-size:24px; }
.lh0 { line-height:0%; }
.lh200 { line-height:200%; }
.ovh { overflow:hidden; }
.iee-ttl { font-size:21px; font-weight:bold; color:#ffffff;  background-color:#296489; padding:5px 15px 5px 30px; }
.iee-box { width:908px; background-color:#ffffff; margin:0 auto; padding:15px 20px 0 30px; overflow:hidden; border: 1px solid #cccccc; }
#iee-link { width:960px; background-color:#e46c7d; text-align:right; padding:5px 0; }
#iee-link a:link	{ text-decoration:none; color:#ffffff; }
#iee-link a:visited	{ text-decoration:none; color:#ffffff; }
#iee-link a:hover	{ text-decoration:underline; color:#ffffff; }
#iee-link a:active	{ text-decoration:underline; color:#ffffff; }
#iee-link p	{ font-size:16px; margin:0; }
.iee-bar { width:960px; height:40px; overflow:hidden; margin:0; }
.bgn { background-color:#13426b; width:900px; padding:30px; overflow:hidden; }
.bgyr { background-color:#fffac1; padding:30px; margin-bottom:30px; border-radius: 10px; -webkit-border-radius: 10px; moz-border-radius: 10px; overflow:hidden; }
.bgyr li { font-weight:bold; list-style:disc; font-size:16px; line-height:200%; }
.bgw { background-color:#ffffff; padding:20px; border-radius: 10px; -webkit-border-radius: 10px; moz-border-radius: 10px; overflow:hidden; }
.bgw li { font-weight:bold; list-style:none; font-size:16px; line-height:200%; }
.bgw3 { background-color:#ffffff; width:295px; padding:20px; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; overflow:hidden; }
.bgg { background-color:#ebebeb; width:960px; padding:30px 0; border:#bebebe 1px solid; }
.bgm { background-color:#40a0a9; width:900px; padding:30px; }
.bgg2 { background-color:#c9f6f7; width:960px; padding:30px 0; margin-bottom:50px; }
.bgy { background-color:#fefce7; width:900px; padding:30px; margin-bottom:30px; overflow:hidden; }
.bgy02 { background-color:#f6f4e8; width:940px; padding:10px; margin-bottom:50px; overflow:hidden; }
.bgb { background-color:#ddf1fc; width:900px; padding:30px; margin-bottom:50px; }
.bgb2 { background-color:#c3e1ff; width:920px; padding:20px; margin-bottom:30px; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; }
.bgp { background-color:#fdeff5; width:900px; padding:20px 30px 10px 30px; margin-bottom:20px; }
.bgbd { background-color:#ffffff; width:900px; padding:20px 29px 0 29px; margin-bottom:50px; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border:1px solid #03a1ea; }
.inbox { width:900px; margin:0 30px; }

.midashi001 { background: url(/img/features/corp/2015/150630/midashi001.gif) top left no-repeat; text-indent:-999999px; width:960px; height:80px; overflow:hidden; margin-bottom:20px; }
.midashi002 { background: url(/img/features/corp/2015/150630/midashi002.gif) top left no-repeat; text-indent:-999999px; width:960px; height:80px; overflow:hidden; margin-bottom:20px; }
.midashi003 { background: url(/img/features/corp/2015/150630/midashi003.gif) top left no-repeat; text-indent:-999999px; width:960px; height:80px; overflow:hidden; margin-bottom:20px; }
.komidashi { background-color:#e5e5e5; border-left:#229407 8px solid; padding:3px 0 0 15px; font-size:24px; font-weight:bold; color:#229407; height:40px; line-height:40px; margin-bottom:20px; }

#tbl-bdr { width:900px; margin:auto; }
#tbl-bdr table,#tbl-bdr td,#tbl-bdr th { border-collapse: collapse; border:1px solid #bebebe; font-size:16px; line-height:170%; }
#tbl-bdr table { background-color: #ffffff; }
#tbl-bdr th { background-color: #fffac1; }

.lineb { border-bottom: 1px dotted #aaaaaa; padding-bottom:10px; }
.linebe { border-bottom: 1px solid #8b191f; padding-bottom:10px; margin-bottom:20px; }
.w290 {width:290px;}
.w430 {width:430px;}
.w450 {width:450px; overflow:hidden;}
.w475 {width:475px;}
.w500 {width:500px;}
.w505 {width:505px;}
.w580 {width:580px;}
.w600 {width:600px;}
.w880 {width:880px; overflow:hidden; margin:auto;}
.w960 {width:960px; overflow:hidden;}
.h130 {height:130px;}
.h180 {height:180px;}

#eye{
	
}
#eye .ttl{
	background: #054872;
	padding: 0 16px 0 20px;
	line-height: 32px;
}
#eye .ttl p{
	float: left; margin-bottom:0;
	color: #FFFFFF;
	line-height: 38px;
}
#eye a{
	float: right;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 38px;
	font-size: 18px;
}

/*#tab ul.topmenu { width:960px; margin-bottom:30px; overflow:hidden; }
#tab li { display:inline; list-style-type:none; }
#tab li a { display:block; float:left; text-indent:-5000px; text-decoration:none; overflow:hidden; }
#tab li.tab01 a { width:320px; height:90px; background:url(/img/features/corp/2015/150630/tab01.png) no-repeat; }
#tab li.tab01 a:hover { width:320px; height:90px; background:url(/img/features/corp/2015/150630/tab01_hover.png) no-repeat; }
#tab li.tab02 a { width:320px; height:90px; background:url(/img/features/corp/2015/150630/tab02.png) no-repeat; }
#tab li.tab02 a:hover { width:320px; height:90px; background:url(/img/features/corp/2015/150630/tab02_hover.png) no-repeat; }
#tab li.tab03 a { width:320px; height:90px; background:url(/img/features/corp/2015/150630/tab03.png) no-repeat; }
#tab li.tab03 a:hover { width:320px; height:90px; background:url(/img/features/corp/2015/150630/tab03_hover.png) no-repeat; }*/

#tab ul.topmenu { width:960px; margin-bottom:30px; overflow:hidden; }
#tab li { display:inline; list-style-type:none; }
#tab li a { display:block; float:left; text-indent:-5000px; text-decoration:none; overflow:hidden; }
#tab li.tab03 a { width:320px; height:90px; background:url(/img/features/corp/2015/150630/tab03.png) no-repeat; }
#tab li.tab03 a:hover { width:320px; height:90px; background:url(/img/features/corp/2015/150630/tab03_hover.png) no-repeat; }
#tab li.tab02 a { width:320px; height:90px; background:url(/img/features/corp/2015/150630/tab02.png) no-repeat; }
#tab li.tab02 a:hover { width:320px; height:90px; background:url(/img/features/corp/2015/150630/tab02_hover.png) no-repeat; }
#tab li.tab01 a { width:320px; height:90px; background:url(/img/features/corp/2015/150630/tab01.png) no-repeat; }
#tab li.tab01 a:hover { width:320px; height:90px; background:url(/img/features/corp/2015/150630/tab01_hover.png) no-repeat; }

#cnt03 p { font-size:14px; line-height:160%; margin-bottom:0; }

