@charset "utf-8";
/*@import "base.css";*/

html, body {
	height:100%;
	margin:0;
	color:#333;
	font-size:14px;
	line-height:1.8em;
}
.inner {
	width:980px;
	margin:0 auto;
}
.center {
	text-align:center;
}
.right{
	text-align:right;!important
	}
.mb15 {
	margin-bottom:20px;
}
.mb20 {
	margin-bottom:20px;
}
.mb40_{
	margin-top:-40px;
	}
a:hover img{
	transition:0.4s;
	opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
	}
/*-------------------------------
	総合トップページここから
-------------------------------*/

body.topStyle {
}
/*-------------------------------
	#wrapper
-------------------------------*/

.topStyle div#wrapper {
	min-width:960px;
	min-height:100%;
	_height:100%;
}

.topStyle div#login_btn {
	position: fixed;
    right: 2%;
    top: 0;
}
/*-------------------------------
	#header
-------------------------------*/

.topStyle div#header {
	width:980px;
	height:60px;
	margin:0 auto;
	text-align:center;
	padding:0 0 5px;
}
/*-------------------------------
	#topMain
-------------------------------*/

.topStyle div#topMain {
	width:100%;
	height:404px;
	background:#F8F7E9;
	text-align:center;
}
.topStyle article{
	padding:40px 0;
}
.topStyle h2{
	width:100%;
	height:60px;
	margin:0;
	padding:30px 0;
	background:#F8F7E9;
	color:#539A19;
	font-size:22px;
	}
.topStyle h2 span{
	margin-top:10px;
	display:block;
	font-size:18px;
	}
.topStyle h3 {
	margin:0 auto 40px;!important
	font-size:18px;
	font-weight:bold;
	position: relative;
	display: inline-block;
	padding: 0 40px;
}
.topStyle h3:before, h3:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 20px;
	height: 3px;
	background-color: #A0CC46;
}
.topStyle h3:before {
	left:0;
}
.topStyle h3:after {
	right: 0;
}
.topStyle h4 {
	font-size:16px;
	background:#F5F4E7;
	padding:10px 0;
	text-align:center;
	margin:0 0 20px;
	}
.topStyle h5 {
	color:#539A19;
	font-size:18px;
	margin:0 0 20px;
}

/*-------------------------------
	塾長メッセージ
-------------------------------*/

.topStyle .message{
	width:100%;
	background:linear-gradient(#FDFCF7, #F2EFDC);
	padding:40px 0 0;
	margin-bottom:20px;
}
.topStyle .message_box{
	width:840px;
	padding:0 70px;
	margin:0 auto;
	line-height:2em;
	}
.topStyle .message_box div{
	display:inline-block;
	vertical-align:top;
	}
.topStyle .message_box div img{
	margin-right:30px;
	}

/*-------------------------------
	卒業生
-------------------------------*/

.topStyle article#graduate .graduate_box{
	margin-bottom:40px;
	}

.topStyle article#graduate ul{
	list-style:none;
	margin:0;
	padding:0;
	font-size:0;
	}
.topStyle article#graduate ul li{
	display:inline-block;
	/*margin-right:2px;*/
	width:96px;
	border-right:#fff solid 2px;
	vertical-align:top;
	margin:0 0 5px;
	}
.topStyle article#graduate ul li p{
	height:40px;
	text-align:center;
	background:#f3f3f3;
	font-size:11px;
	padding:5px 2px 0;
	margin:0;
	line-height:1.5em;
	}
.topStyle article#graduate ul li p span{
	font-size:10px;
	display:block;
	color:#666;
	}
	
/*-------------------------------
	これまでの維新政治塾
-------------------------------*/

.topStyle article#history .history_img{
	font-size:0;
	margin-bottom:30px;
	}

.topStyle article#history .history_img img{
	display:inline-block;
	margin:0 6.66px 0 0;
	}
.topStyle article#history .history_img img:nth-child(4n){
	margin-right:0;
	}
.topStyle article#history .history_btn{
	
	}
.topStyle article#history .history_btn ul{
	padding:0;
	font-size:0;
	}
.topStyle article#history .history_btn li{
	list-style:none;
	display:inline-block;
	margin:0 10px 0 0;
	}
.topStyle article#history .history_btn li:last-child{
	margin-right:0;!important
	}

/*-------------------------------
	ログイン
-------------------------------*/


.topStyle div#loginArea {
	margin:0 auto;
	padding:40px 0;
	text-align:center;
	border-top:2px #ccc dotted;
}

.topStyle div#loginArea .login_box{
	width:530px;
	height:220px;
	padding:30px 0 0;
	margin:0 auto;
	background:#F5F4E7;
	}

/*.topStyle div#topMain div.inner div#loginArea div.head {
	margin-bottom:19px;
	text-align:center;
}
*/
#passwordArea {
	position:relative;
	margin:0;
}
#passwordArea label {
	color:#999;
	position:absolute;
	top:13px;
	left:95px;
}
#passwordArea br {
	display:none;
}
.topStyle div#loginArea .login_box label {
	display:block;
	font-size:14px;
}
.topStyle div#loginArea .login_box input.passwordForm {
	display:block;
	width:342px;
	height:40px;
	border:1px solid #dbdfd3;
	margin:0 auto 20px auto;
	padding:4px 9px;
	color:#6a6a6a;
	text-align:left;
	font-size:18px;
	font-weight:bold;
}
.topStyle div#loginArea .login_box input#image-btn {
	width:360px;
	height:53px;
	background:url(../img/login_btn02.jpg) no-repeat left center;
	cursor:pointer;
	border:none;
}
.topStyle div#loginArea .login_box input#image-btn:hover{
	transition:0.3s;
	opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
	}
/*-------------------------------
	#contents
-------------------------------*/

.topStyle div#contents {
	background:#f0f0f0;
	padding:35px 0;
	overflow:hidden;
}
div#contents>div.inner>ul {
	
}
div#contents>div.inner>ul.link {
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
	position:relative;
	width:980px;
}
div#contents>div.inner>ul.link>li {
	float:left;
	margin:0 10px 12px 0;
}
div#contents>div.inner>ul.link>li:nth-child(3n) {
	margin:0 0 12px 0;
}

/*-------------------------------
	#footer
-------------------------------*/

.topStyle div#footer {
	width:100%;
	height:70px;
	padding:30px 0 20px;
	background:#81C131;
	color:#fff;
	font-size:12px;
}
.topStyle div#footer div.inner {
	width:960px;
	margin:0 auto;
}
.topStyle div#footer div#pageTop {
	position: fixed;
    right: 5%;
    bottom: 5%;
}
.topStyle div#footer div.inner p#copyright {
	font-size:11px;
	color:#7d6e3b;
}
/*-------------------------------
	ログイン失敗ページ
-------------------------------*/

body.topErrorStyle {
	background:url(../img/error_bg.gif) repeat-x left top;
}
.topErrorStyle #content {
	position:absolute;
	top:50%;
	left:50%;
	width:490px;
	height:240px;
	margin-top:-170px;
	margin-left:-245px;
	padding-top:50px;
	padding-bottom:50px;
	background:#f9f7ec;
	text-align:center;
}
.topErrorStyle #content p {
	margin-bottom:30px;
}
.topErrorStyle #content div.btn {
	width:228px;
	height:52px;
	margin:0 auto;
}

/*-------------------------------
	下層ページ
-------------------------------*/

.topStyle .jyukucho_box{
	padding:50px;
	background:#F7F6F2;
	}
.topStyle .jyukucho_box figure{
	float:left;
	margin:0 40px 0 0;
	}
.topStyle .jyukucho_box p{
	overflow:hidden;
	margin:0;
	}
.topStyle .jyukucho_box p.title{
	font-size:18px;
	font-weight:bold;
	margin:0 0 15px 0;
	}

.topStyle .table-box .table01{
	font-size:14px;
	border-collapse: collapse;
    border-spacing: 0;
    table-layout:fixed;
	width:100%;
	border:#ddd 1px solid;
	}

.topStyle .table-box .table01 tr th{
	background:#666;
	color:#fff;
	padding:6px 0;
	border:#ddd 1px solid;
	}
.topStyle .table-box .table01 tr th.sec1{
	width:120px;
	}
.topStyle .table-box .table01 tr th.sec2{
	width:125px;
	}
.topStyle .table-box .table01 tr th sec3{
	width:160px;
	}
.topStyle .table-box .table01 tr th.sec4{
	width:200px;
	}
.topStyle .table-box .table01 tr th.sec5{
	width:355px;
	}
.topStyle .table-box .table01 tr td{
	padding:10px;
	border:#ddd 1px solid;
	}
.topStyle .table-box .table01 tr td.item{
	font-weight:bold;
	background:#F6F6F6;
	}

.topStyle #tutor ul.member-list{
	list-style:none;
	padding:0;
	margin:0;
	}
.topStyle #tutor ul.member-list li{
	width:270px;
	height:170px;
	display:inline-block;
	border:#efefef 1px solid;
	padding:20px 20px 0;
	margin:0 17px 20px 0;
	vertical-align:top;
	line-height:1.7em;
	}
.topStyle #tutor ul.member-list li:nth-child(3n){
	margin:0 0 20px 0;
	}
.topStyle #tutor ul.member-list li div{
	vertical-align:top;
	}
.topStyle #tutor ul.member-list li .thumb{
	width:105px;
	display:inline-block;
	margin:0 15px 0 0;
	}
.topStyle #tutor ul.member-list li .thumb img{
	width:105px;
	}
.topStyle #tutor ul.member-list li .info{
	width:145px;
	display:inline-block;
	}
.topStyle #tutor ul.member-list li .info .status{
	font-weight:bold;
	margin:0 0 5px 0;
	}
.topStyle #tutor ul.member-list li .info .name{
	font-size:20px;
	margin:0;
	}
.topStyle #tutor ul.member-list li .info .name-kana{
	font-size:12px;
	color:#666;
	margin:0 5px 0 0;
	}
.topStyle #tutor ul.member-list li .info .comment{
	font-size:13px;
	color:#666;
	margin:0;
	}

/*-------------------------------
	日本維新バナー
-------------------------------*/
.o-ishin_juku {
	text-align: center;
	margin: 0 0 20px 0 !important; 
}
.o-ishin_juku img {
	padding: 0 15px;
}





















