@import url(http://fonts.googleapis.com/css?family=Roboto:400,500,700);
/* Global Styles */

html, body {
	height: 100%;
	width: 100%;
}
body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, sans-serif;
	font-family: 'Roboto', sans-serif;
}
h2 {
	font-size: 30px;
	line-height: 40px;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 20px;
}
h3 {
	font-size: 20px;
	line-height: 30px;
	font-family: 'Roboto', sans-serif;
}
h4 {
	font-size: 17px;
	line-height: 24px;
	font-family: 'Roboto', sans-serif;
}
.note {
	font-size: 12px;
	color: #838383;
}
.lead {
	font-size: 17px;
	line-height: 26px;
}
.lead-s {
	font-size: 15px;
	line-height: 22px;
	font-weight:bold;
}
.text_blue {
	color: #009fe8;
}
.text_white {
	color: #ffffff;
}
.push50 {
	margin-top: 50px;
}
.filter {
	cursor: pointer;
}
/*Vegas CSS for Slideshow*/
.vegas-loading {
	border-radius: 10px;
	background: #000;
	background: rgba(0,0,0,0.7);
	background: url("../img/loading.gif") no-repeat center center; /* Loading Gif by http://preloaders.net/ */
	height: 32px;
	left: 20px;
	position: fixed;
	top: 20px;
	width: 32px;
	z-index: 0;
}
.vegas-overlay {
	background: transparent url("http://surfmandu.com/demo/slidefolio/css/overlays/01.png");
	opacity: 0.5;
	z-index: -1;
}
.vegas-background {
	max-width: none !important; /* counteracts global img modification by twitter bootstrap library */
	z-index: -2;
}
.vegas-overlay, .vegas-background {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
/*Vegas CSS for Slideshow*/

.vert-text {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #f1f1f1;
}
.vert-text h1 {
	padding: 0;
	margin: 0;
	font-size: 4.5em;
	font-weight: 700;
}
#Grid .mix {
	opacity: 0;
	display: none;
	/*max-height:230px;*/
	height: 230px;
	overflow: hidden;
}
#Grid .mix img {
	width: auto;
	/* width: auto;*/
	max-height: 230px;
}
/* Navbar */
#nav {
	margin-bottom: -20px;
}
.navbar {
	border-radius: 0px !important;
	height:auto;
	min-height:40px !important;
}
.navbar-new {
	background-color: rgba(0, 129, 232, 0.9);
	/*height: 60px;*/
	/*padding-top: 10px;*/
}
}
.navbar-header img {
	margin-top:10px;
	margin-bottom:10px;
}
/* login-top add ogawa */
.login-top {
    position: absolute;
    top: 1em;
    right: 1em;
    font-size: 1.1em !important;
}

.navbar-new .navbar-text {
	color: #f1f1f1;
}
.navbar-new .navbar-nav > li > a {
	color: #f1f1f1;
}
/* login add ogawa */
.navbar-new .navbar-nav > li > a.login {
    padding: 5px 10px;;
    margin-top: 0.6em;
    margin-left: 0.6em;
    font-size: 1.1em;
    /*color: rgba(0, 129, 232, 0.9);*/
}
.navbar-new .navbar-nav > li > a.login:hover {
    color: #f1f1f1;
}
.navbar-new .navbar-nav > li > a:hover, .navbar-new .navbar-nav > li > a:focus {
	background-color: rgba(0, 0, 0, 0.8);
}
.navbar-new .navbar-toggle {
	border-color: #dddddd;
}
.navbar-new .navbar-toggle:hover, .navbar-new .navbar-toggle:focus {
	background-color: #000000;
}
.navbar-new .navbar-toggle .icon-bar {
	background-color: #cccccc;
}
.navbar-new .navbar-collapse, .navbar-new .navbar-form {
	border-color: #e6e6e6;
}
.navbar-new .navbar-nav > .dropdown > a:hover .caret, .navbar-new .navbar-nav > .dropdown > a:focus .caret {
	border-top-color: #333333;
	border-bottom-color: #333333;
}
.navbar-new .navbar-nav > .open > a, .navbar-new .navbar-nav > .open > a:hover, .navbar-new .navbar-nav > .open > a:focus {
	background-color: #e7e7e7;
	color: #555555;
}
.navbar-new .navbar-nav > .open > a .caret, .navbar-new .navbar-nav > .open > a:hover .caret, .navbar-new .navbar-nav > .open > a:focus .caret {
	border-top-color: #555555;
	border-bottom-color: #555555;
}
.navbar-new .navbar-nav > .dropdown > a .caret {
	border-top-color: #777777;
	border-bottom-color: #777777;
}

@media (max-width: 993px) {
	.navbar-new .navbar-nav > li > a {
	font-size:12px;
	padding-left:7px;
	padding-right:7px;
}
}

@media (max-width: 767px) {
	.navbar-new .navbar-nav > li > a {
	font-size:14px;
	border-bottom:#ffffff 1px dotted ;
}
	.navbar-new .navbar-nav {
		margin-top:0px;
		margin-bottom:0px;}

}

@media (max-width: 767px) {
.navbar-new .navbar-nav .open .dropdown-menu > li > a {
	color: #777777;

}
.navbar-new .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-new .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #333333;
	background-color: transparent;
}
.navbar-new .navbar-nav .open .dropdown-menu > .active > a, .navbar-new .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-new .navbar-nav .open .dropdown-menu > .active > a:focus {
	color: #555555;
	background-color: #e7e7e7;
}
.navbar-new .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-new .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-new .navbar-nav .open .dropdown-menu > .disabled > a:focus {
	color: #cccccc;
	background-color: transparent;
}
}
.navbar-new .navbar-link {
	color: #777777;
}
.navbar-new .navbar-link:hover {
	color: #333333;
}
/*Navbar */


.header {
	display: table;
	height: 100%;
	width: 100%;
	position: relative;
}
.btn-top {
	color: #f1f1f1;
	background: none repeat scroll 0 0 rgba(0, 159, 232, 1.0);
	font-size: 16px;
}
.btn-top:hover, .btn-top:focus, .btn-top:active, .btn-top.active {
	color: #009fe8;
	background-color: #ffffff;
	border-color: #009fe8;
}
.btn-info {
	color: #009fe8;
	background-color: #ffffff;
	border-color: #009fe8;
	font-size: 20px;
}
.btn-info:hover, .btn-top:focus, .btn-top:active, .btn-top.active {
	color: #f1f1f1;
	background: none repeat scroll 0 0 rgba(0, 159, 232, 1.0);
}
/* about us */

.about_us {
	padding: 100px 0px 0px 0px;
	background: url(../img/about_bg.jpg) no-repeat fixed;
	background-size: cover;
 *zoom: 1;
	position: relative;
	z-index: 200 !important;
}
/* Services */

.services {
	background: url(../img/flow_bg.png) rgba(0,0,0,0.5);
	padding: 40px 0px 50px 0px;
 *zoom: 1;
	margin-top: 50px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
.service-item {
	margin-bottom: 15px;
	background: #ffffff;
	padding: 10px;
 *zoom: 1;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.service-item h4 {
	background-color: #009fe8;
	color: #ffffff;
	text-align: center;
	font-size: 15px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.active {
	background: #3071A9 !important;
	border: 1px solid #BBBBBB !important;
 *zoom: 1;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}
.label {
	border-radius: 0px !important;
}
label.valid {
	width: 24px;
	height: 24px;
	background: url("../img/valid.png") center center no-repeat;
	display: inline-block;
	text-indent: -9999px;
}
label.error {
	font-weight: bold;
	color: red;
	padding: 2px 8px;
	margin-top: 2px;
}
/*講師*/

.lecturer {
	background: #ededed;
	padding: 60px 0px 50px 0px;
	margin-top: -20px;
 *zoom: 1;
	position: relative;
	z-index: 50 !important;
}
.lecturer-item {
	margin-bottom: 15px;
	background: #ffffff;
 *zoom: 1;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.lecturer-item img {
	width: 100%;
	height: auto;
	border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-top-right-radius: 4px;
}
.lecturer-item h4 {
	padding-left: 10px;
	padding-right: 10px;
}
.lecturer-item p {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px
}
.lec_name {
	font-size:0.9em;
	border-top: #D0D0D0  1px dotted;
	padding-top:10px;}
.lec_name span {
	background-color:#009fe8;
	color:#ffffff;
	padding:4px;
	margin-right:5px;
		border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;}
.youtube  {
    width: 640px;
	margin: 0 auto;
    position:relative; /* add ogawa 20150704*/
	}
.youtube video {
	width: 640px;
	height:360px;
}

@media (max-width: 640px) {
    .youtube video {
    	width: 100%;
    		height: auto;
    	margin: 0 auto !important;
    }
    
    .youtube  {	width: 100%;
    
    }
}
/* add ogawa 20150704 */
.link-contact {
    position:absolute;
    width:210px;
    top: 15%;
    left: 24%;
    margin-left:-105px;
}
.link-entry {
    position:absolute;
    width:320px;
    top: 15%;
    left: 68%;
    margin-left:-160px;
    background:#FFA500;
}
.link-entry:hover {
    background:#fff;
    border:1px solid #FFA500;
    color:#FFA500;
}
li.entry-menu {
    background:#FFA500;
    color:#fff;
}
li.login-menu {
    background:#00ABDE;
    color:#fff;
}

/*サンプル*/

.sample {
	background: #ffffff;
	padding: 60px 0px 50px 0px;
	margin-top: -20px;
 *zoom: 1;
	position: relative;
	z-index: 40 !important;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}
/*料金*/

.price {
	background: #009fe8;
	color: #ffffff;
	padding: 60px 0px 50px 0px;
	margin-top: -20px;
 *zoom: 1;
	position: relative;
	z-index: 30 !important;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}
.price_tbl {
	font-size: 18px;
	width: 100%;
	margin-top: 10px;
	font-size:1.2em;
}
.price_tbl td {
	border-bottom: 1px solid #ffffff;
	padding: 10px;
	text-align: center;
}

/*ご利用環境*/
.user {
	background: #ededed;
	padding: 60px 0px 50px 0px;
	margin-top: -20px;
 *zoom: 1;
	position: relative;
	z-index: 25 !important;
}
.user_title {
		background-color:#009fe8;
	color:#ffffff;
	padding:4px;
	margin-right:5px;
		border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-align:center
	}
.user_table td	{
	padding-right:10px;
	padding-bottom:5px;
	}
/*faq*/
.faq {
	background: #ffffff;
	padding: 60px 0px 50px 0px;
	margin-top: -20px;
	z-index: 20 !important;
}
.faq_box {
	background-color: #eaf7fa;
	padding: 10px;

	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.faq_a {
	background: url(../img/faq_a_icon.png) no-repeat left top;
	padding-left: 40px;
	min-height: 24px;
	height: auto !important;
	height: 24px;
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 15px;
}
.faq_q {
	background: url(../img/faq_q_icon.png) no-repeat left top;
	padding-left: 40px;
	font-weight: bold;
	min-height: 24px;
	height: auto !important;
	height: 24px;
	font-size: 15px;
	line-height: 24px;
}
/*お問い合わせ*/
.telnum {
	font-size: 36px;
	letter-spacing: 0.1em
}
img.placeholder {
	height: 100%;
	width: 100%;
}
/* Overlay */
.overlay {
	background-color: rgba(0, 0, 0, 0.48);
	border: 0 solid rgba(255, 255, 255, 0.2);
	bottom: 0;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	transition: all 0.3s ease 0s;
	z-index: 9;
	height: 100%;
	width: 100%;
	cursor: pointer;
}
.overlay:hover {
	opacity: 1;
}
.overlay i, .overlay span.title {
	color: #FFFFFF;
	font-size: 20px;
	position: relative;
	top: -60px;
	transition: all 0.3s ease 0s;
}
.overlay span.title {
	font-size: 20px;
}
.overlay:hover i, .overlay:hover span.title {
	top: 10px;
}
span.valign {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
/* Contact */
#contact {
	background: url(../img/flow_bg.png) repeat scroll 0 0 rgba(0, 0, 0, 0.8);
	color: #f1f1f1;
	padding: 50px 0;
 *zoom: 1;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}
#team {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.79);
	color: #f1f1f1;
	padding: 50px 0;
	border-top: 1px solid #D1D1D1 !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
 *zoom: 1;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}
.modal-body {
	width: auto !important;
	height: auto !important;
	text-align: center !important;
}
.modal-dialog {
	width: 60% !important;
}
.close {
	opacity: 0.4;
}
.modal-body img {
	margin: 0 auto;
}

/* add ogawa */
table.price_tbl td {
	text-align: left;
	/*padding-left: 8em;*/
	padding-left: 6em;
}
table td.price_sub {
	text-align: left;
	padding-left: 4em;
}
.digest {
    background: #ededed;
    padding: 60px 0px 50px 0px;
    /*margin-top: -20px;*/
    z-index: 50 !important;
}
}

p.center {
    text-align: center;
}

/* Footer */

footer {
	padding: 20px 0;
	background: #f1f1f1;
}

/* responsive */
/* Small devices (tablets, 768px and up) */

