 @import "base.css";
/* 
------------------------------------------------------------ */
/* 基本class*/
html>body{font-size:15px;}
*html body{font-size:96%;}
*+html body {font-size:96%}
.cb {
	clear:both;
	line-height:0% !important;
	height:0px !important;}
.right-top {float:right;}
.left-top {float:left;}
.right-txt {text-align:right;}
.left-txt {text-align:left;}
.center-txt {text-align:center !important;}
.ssf {font-size:12px !important; line-height:120%!important; font-weight:normal !important;}
.sf {font-size:80% !important; line-height:120%!important;}
.sfm {font-size:90% !important; line-height:150%!important;}
.bf {font-weight:bold;}
/*画像をウインドウサイズに合わせて可変*/
img{
    max-width: 100%;
    height: auto;
    width /***/:auto;　/*IE8のみ適用*/
}
/* 
------------------------------------------------------------ */
.cf {
	zoom:1;/*for IE 5.5-7*/
}
.cf:after {/*for modern browser*/
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
}

/* 共通スタイル開始 */
/* 
------------------------------------------------------------ */

a {color:#6a328f; text-decoration:underline;}
a:hover {color:#9864ba;	text-decoration:underline;}

/**/
#main-wrapper  a img {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}
#main-wrapper  a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

body {
	color:#333333;
	margin:0;
	padding:0;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	line-height:160%;
	background-color:#ffffff;
	text-align:center;
	font-size:14px;	
	}
	
/* 背景を可変 */	
body {
	background-size:cover;/*背景画像で全体を覆う*/
	/*background-size:100% auto; 背景画像を横幅いっぱいに表示*/
}



/* 基本
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.inblock-txt{
	display:inline-block !important;
	font-weight:normal !important;
}


.btside {
	padding:10px;
	border-top:solid #dcdcdc 1px;
	border-bottom:solid #dcdcdc 1px;
	
	background-color:#D2D2D2;
}
.btside a{
	background:#6a328f url(../images/arrow_w.png) 95% center no-repeat !important;
	color:#ffffff !important;
	background-size:6px auto !important;
}
.btside a:hover{
	background:#9864ba url(../images/arrow_w.png) 95% center no-repeat !important;
	color:#ffffff !important;
	background-size:6px auto !important;
}

.color{
	color:#eb6e8f;
}

strong{
	color:#eb6e8f;
}
.box-border strong{
	font-size:120%;
}

.border-non{
	border:none !important;
}

.bg{
	background-color:#f8f8f8;
}

.none{
	background:none !important;
	padding:0 !important;
}

.indent-list{
	margin-left:25px;
}


.icon-txt{
	display:inline-block !important;
	padding:0.2em 1em;
	line-height:1em;
	background-color:#eb6e8f;
	color:#ffffff;
}

.top-p{padding-top:25px !important;}
.top-m{margin-top:25px !important;}
.top-ps{padding-top:8px !important;}
.top-ms{margin-top:8px !important;}
.top-pn{padding-top:0px !important;}
.top-mn{margin-top:0px !important;}
.top-pbn{padding-bottom:0px !important;}
.top-mbn{margin-bottom:0px !important;}

.bottom-m{margin-bottom:25px !important;}
.bottom-ms{margin-bottom:15px !important;}


.innerbox{padding-top:15px;}

.innerbox h2,
.innerbox h3,
.innerbox h4{
	font-size:100% !important;
	padding:0em;
	margin-top:0 !important;
	margin-bottom:0.5em;
	font-weight:600 !important;
	line-height:125% !important;
}

h3.icon-title,
h4.icon-title,
h5.icon-title{
		margin:0 0 0.5em 0em !important;
		padding:0 0 0 1.1em !important;
		background:url(../images/icon_title.png) left center no-repeat !important;
		background-size:0.8em 0.8em !important;
}
h3.icon-title{font-size:130% !important;}
h4.icon-title{font-size:110% !important;}
h5.icon-title{font-size:100% !important;}

.title{
	padding:0.5em 0 0.5em 0.8em !important;
	margin:0 0 0.8em 0em !important;
	border-bottom:none !important;
	color:#333333 !important;
	font-weight:600 !important;
	border-left:solid #eb6e8f 3px;
}
h2.title{font-size:130% !important;}
h3.title{font-size:130% !important;}
h4.title{font-size:110% !important;}
h5.title{font-size:100% !important;}


.title-t{
	padding:0.5em 0 0.5em 0em !important;
	margin:0 0 0.8em 0em !important;
	border-bottom:none !important;
	color:#333333 !important;
	font-weight:600 !important;
	font-size:130% !important;
	border-left:none !important;
}

.page-full-title h2 span,
.page-full-title h3 span,
.page-full-title h4 span{
	font-size:70% !important;
	display:inline-block;
	margin-left:1.5em;}



.border-b{
	border-bottom:solid #dcdcdc 1px !important;
	padding-bottom:15px !important;
}
.border-b-p{
	border-bottom:solid #eb6e8f 1px !important;
	padding-bottom:15px !important;
}


.border-top{
	border-top:solid #adadad 1px;
	margin-top:15px !important;
	padding-top:15px !important;
}
.border-bottom{
	border-bottom:solid #adadad 1px;
	margin-bottom:15px !important;
	padding-bottom:15px !important;
}


.border-top-m{
	border-top:solid #adadad 1px;
	margin-top:25px !important;
	padding-top:25px !important;
}




/*ボタン関係*/



.contents-inner a[href^="http"] {
	display:inline-block;
   background: url(/common/images/icon_blank_g.png) 95% center no-repeat;
	background-size:auto 1em;
	padding-right:3em;
} 

table a[href^="http"] {
	display:inline-block;
	padding-right:3em; 
   background: url(/common/images/icon_blank_g.png) 95% center no-repeat;
	background-size:15px auto !important;
} 


.contents-inner a[href$=".pdf"] {
	display:inline-block;
	padding-right:1.8em;  
    background: url(/common/images/icon_pdf.png) right center no-repeat;
	background-size:auto 1.5em;
}  
.contents-inner a[href$=".PDF"] {
	display:inline-block;
	padding-right:1.8em;  
    background: url(/common/images/icon_pdf.png) right center no-repeat;
	background-size:auto 1.5em;
}  
* html .contents-inner a.pdf{
	display:inline-block;
	padding-right:1.8em;  
    background: url(/common/images/icon_pdf.png) right center no-repeat;
	background-size:auto 1.5em;
}  

table a[href$=".pdf"] {
	display:inline-block;
	padding-right:1.8em;  
    background: url(/common/images/icon_pdf.png) right center no-repeat;
	background-size:auto 1.5em !important;
} 



.btn a{
	display:inline-block;
	border:solid #69318e 1px;
}

.btnlink a{
	display:block !important;
	padding:10px;
	border:solid #69318e 1px;
	text-decoration:none;
	background:#ffffff url(/common/images/arrow_p.png) 95% center no-repeat;
	background-size:10px auto !important;
}
.btnlink a:hover{
	background:#f9f7fa url(/common/images/arrow_p.png) 95% center no-repeat;
	
}


.btnlink a[href^="http"] {
	display:block !important;
   background:#ffffff url(/common/images/icon_blank_g.png) 95% center no-repeat;
	background-size:20px auto !important;
	padding-right:2em;
} 

.btnlink a[href^="http"]:hover {
	display:block !important;
   background:#f9f7fa url(/common/images/icon_blank_g.png) 95% center no-repeat;
	background-size:20px auto !important;
	padding-right:2em;
} 



.btnlink a[href$=".pdf"] {
    background:#ffffff url(/common/images/icon_pdf.png) 95% center no-repeat;
	background-size:30px auto !important;
	padding-right:3em !important;
}  
* html .btnlink a.pdf{   
    background:#ffffff url(/common/images/icon_pdf.png) 95% center no-repeat;
	background-size:30px auto !important;
	padding-right:3em !important;
} 
.btnlink a[href$=".pdf"]:hover {
    background:#f9f7fa url(/common/images/icon_pdf.png) 95% center no-repeat;
	background-size:30px auto !important;
	padding-right:3em !important;
}  
* html .btnlink a.pdf:hover{   
    background:#f9f7fa url(/common/images/icon_pdf.png) 95% center no-repeat;
	background-size:30px auto !important;
	padding-right:3em !important;
}  





.btnlink-b a{
	display:inline-block;
	background-color:#eb6e8f;
	padding-right:0.8em;
	line-height:110%;
	color:#ffffff;
	text-decoration:none;
}

.btnlink-b a span{
	display:inline-block;
	padding:0.8em 1.5em 0.8em 1em;
	background:url(/common/images/arrow_w.png) right center no-repeat;
	background-size:10px auto !important;
}

.btnlink-b a[href^="http"]{
	background:none!important;
	background-color:#eb6e8f!important;
	padding-right:0.8em!important;
	line-height:110%!important;
	color:#ffffff!important;
	text-decoration:none!important;
}
.btnlink-b a[href^="http"] span{
	display:inline-block!important;
	padding:0.8em 1.5em 0.8em 1em !important;
	background:url(/common/images/icon_blank_w.png) right center no-repeat !important;
	background-size:15px auto !important;
}

.btnlink-b a[href$=".pdf"]{
	background:none!important;
	background-color:#eb6e8f!important;
	padding-right:0.8em!important;
	line-height:110%!important;
	color:#ffffff!important;
	text-decoration:none!important;
}
.btnlink-b a[href$=".pdf"] span{
	display:inline-block!important;
	padding:0.8em 1.5em 0.8em 1em !important;
	background:url(/common/images/icon_pdf.png) right center no-repeat !important;
	background-size:auto 1em !important;
}


.btnlink-b a:hover{
	background-color:#ffa0b9 !important;
}

.titlelink{
	margin-top:-5px;
	float:right;
	
}
.titlelink a{
	font-size:15px !important;
}

/*ボックス関係*/

.inlinebox{
	display:inline;
}

.box-border{
	border:solid #dcdcdc 1px;
	padding:15px;
}

.box-border-p{
	border:solid #ffa0b9 3px;
	padding:15px;
}

.box-border-b{
	border:solid #f5f5f5 5px;
	padding:15px;
}


.box-g{
	background-color:#f1f1f1;
}
.box-g-inner{
	background-color:#f1f1f1;
	padding:15px;
}

.box-p{
	background-color:#f9f7fa;
}
.box-p-inner{
	background-color:#f9f7fa;
	padding:15px;
}


.img span{
	font-size:80%;
	line-height:120%;
	display:block;
	text-align:center;
	padding-top:0.5em;
}
.img-1col .img p{
	font-size:80%;
	line-height:120%;
	display:block;
	text-align:left;
	padding-top:0.5em;
}


/*レイアウト*/

.box-3col{
}
.box-3col .left{
	width:31%;
	float:left;
}
.box-3col .center{
	width:31%;
	float:left;
	margin-left:3.5%;
}
.box-3col .right{
	width:31%;
	float:right;
}
.box-3col .box-border{
	width:26.9%;
}


.box-2col{
}
.box-2col .left{
	width:48%;
	float:left;
}
.box-2col .right{
	width:48%;
	float:right;
}
.box-2col .box-border{
	width:44.5%;
}


/*リスト関連*/
.cbox ul{
	margin-left:1.5em;
}


/*画像回り込み関連*/

.img-3col{
}
.img-3col .left{
	width:31%;
	float:left;
}
.img-3col .center{
	width:31%;
	float:left;
	margin-left:3.5%;
}
.img-3col .right{
	width:31%;
	float:right;
}
.img-3col .left span,
.img-3col .center span,
.img-3col .right span{
	font-size:80%;
	line-height:120%;
	display:block;
	text-align:center;
	padding-top:0.5em;
}
.img-3col .left p,
.img-3col .center p,
.img-3col .right p{
	font-size:80%;
	line-height:120%;
	display:block;
	text-align:left;
	padding-top:0.5em;
}


.img-2col{
}
.img-2col .left{
	width:48%;
	float:left;
}
.img-2col .right{
	width:48%;
	float:right;
}
.img-2col .left span,
.img-2col .right span{
	font-size:80%;
	line-height:120%;
	display:block;
	text-align:center;
	padding-top:0.5em;
}
.img-2col .left p,
.img-2col .right p{
	font-size:80%;
	line-height:120%;
	display:block;
	text-align:left;
	padding-top:0.5em;
}




.img-1col{
}
.img-1col .img{
	width:100%;
}
.img-1col .img img{
	width:100%;
}
.img-1col .img span{
	font-size:80%;
	line-height:120%;
	display:block;
	text-align:center;
	padding-top:0.5em;
}
.img-1col .img p{
	font-size:80%;
	line-height:120%;
	display:block;
	text-align:left;
	padding-top:0.5em;
}



.img-left .img{
	width:20%;
	float:left;
	margin-right:20px;
	margin-bottom:15px;
}
.img-left .img span{
	font-size:80%;
	line-height:120%;
	display:block;
	text-align:center;
	padding-top:0.5em;
}
.img-left .img p{
	font-size:80%;
	line-height:120%;
	display:block;
	text-align:left;
	padding-top:0.5em;
}
.img-left .title{
	margin-left:23% !important;
}


.img-right .img{
	width:20%;
	float:right;
	margin-left:20px;
	margin-bottom:15px;
}
.img-right .img span{
	font-size:80%;
	line-height:120%;
	display:block;
	text-align:center;
	padding-top:0.5em;
}
.img-right .img p{
	font-size:80%;
	line-height:120%;
	display:block;
	text-align:left;
	padding-top:0.5em;
}



.img-right-m .img{
	width:35%;
	float:right;
	margin-left:20px;
	margin-bottom:15px;
}
.img-right-m .img span{
	font-size:80%;
	line-height:120%;
	display:block;
	text-align:center;
	padding-top:0.5em;
}
.img-right-m .img p{
	font-size:80%;
	line-height:120%;
	display:block;
	text-align:left;
	padding-top:0.5em;
}
.img-right-m h3{
	
}


.imgL .img{
	width:40% !important;
}
.imgM .img{
	width:30% !important;
}
.imgS .img{
	width:20% !important;
}





/*table　基本*/
.contents-inner table{
	width:100%;
	border-collapse:collapse;
	font-size:100%;
	line-height:140%;
}
.contents-inner table th,
.contents-inner table td{
	padding:0.8em 0.5em;
	vertical-align:top;
	border:solid #dcdcdc 1px;
}
.contents-inner table th{
	background-color:#efedf1;
}
.contents-inner table td{
	background-color:#f9f9f9;
}

.v-middle{
	vertical-align:middle !important;
}
.t10{width:10%;}
.t12{width:13%;}
.t15{width:10%;}
.t16{width:16%;}
.t20{width:20%;}
.t30{width:30%;}
.t40{width:40%;}
.t50{width:50%;}
.t60{width:60%;}


.contents-inner table.no-border th,
.contents-inner table.no-border td{
	padding:0.8em 0.5em;
	vertical-align:top;
	border:none;
	border-bottom:solid #dcdcdc 1px;
}
.contents-inner table.no-border th{
	background-color:#efedf1;
	width:15%;
	text-align:center;
	font-weight:normal;
}
.contents-inner table.no-border td{
	background-color:#f9f9f9;
	text-align:left;
}


.contents-inner table.non th,
.contents-inner table.non td{
	padding:0.8em 0.5em;
	vertical-align:top;
	border:none;
	border:none;
}
.contents-inner table.non th{
	background-color:#f9f9f9;
	width:15%;
	text-align:center;
	font-weight:normal;
}
.contents-inner table.non td{
	background-color:#f9f9f9;
	text-align:left;
}


/*その他デザインレイアウト*/
.listblock span{
	display:inline-block;
	margin-right:2%;
	font-size:90%;
}

.listblock-div div{
	display:inline-block;
	width:23%;
	min-width:23%;
	max-width:25%;
	margin-right:2%;
	font-size:90%;
	float:left;
	line-height:125%;
	padding-bottom:10px;
	
}
.listblock-div div span{
	font-size:80%;
	margin-left:10px;
}
.listblock-div div p{
	font-size:80%;
	line-height:110%;
}



.listblock-div2 div{
	display:inline-block;
	width:23%;
	min-width:23%;
	max-width:25%;
	margin-right:2%;
	font-size:90%;
	float:left;
	line-height:125%;
	padding-bottom:10px;
	
}
.listblock-div2 div span{
	font-size:80%;
	margin-left:10px;
}
.listblock-div2 div p{
	font-size:80%;
	line-height:110%;
}






.teacher-block .box-3col {
	margin-top:-15px !important;
	clear:both;
	
}

.teacher-block .box-3col .left{
	width:32.5%;
	float:left;
}
.teacher-block .box-3col .center{
	width:32.5%;
	float:left;
	margin-left:1.3%;
}
.teacher-block .box-3col .right{
	width:32.5%;
	float:right;
}

.teacher-block .box-3col div.left,
.teacher-block .box-3col div.center,
.teacher-block .box-3col div.right{
	background-color:#f1f1f1;
	display:table;
	margin-top:15px !important;
}
.teacher-block .box-3col div .img{
	display:table-cell;
	vertical-align:middle;
	height:99px;
	width:90px;
	
}
.teacher-block .box-3col div .img img{
	width:90px;
}
.teacher-block .box-3col div .txt{
	display:table-cell;
	vertical-align:middle;
	
	line-height:125%;
	padding:5px 10px;
	font-size:90%;
}
.teacher-block .box-3col div .txt span{
	font-size:80%;
	margin-left:10px;
}
.teacher-block .box-3col div .txt p{
	margin-top:0.5em;
	font-size:90%;
	line-height:110%;
}
.teacher-block a{
	background:none !important;
	text-decoration:none;
	color:#333333;
	padding:0 !important;
	margin:0 !important;
	margin-bottom:-1px !important;
	display:block;
	border-bottom:solid #9864ba 1px;
}

.teacher-block-list{
	margin-top:15px;
	padding:15px 0 0 0;
	border-top:solid #dcdcdc 1px;
}


.teacher-block-list a{
	padding:0 !important;
	margin:0 !important;
	background:none !important;
}
.teacher-block a:hover,
.teacher-block-list a:hover{
	color:#9864ba;	
	
}

.teacher-block div.cb{
	height:0 !important;
}


.dep-index{
	margin-top:2em;
}
.dep-index h3{
	background-color:#b498c7;
	color:#ffffff !important;
	padding:0 !important;
	margin:0 !important;
}
.dep-index h3 a{
	display:block;
	
	color:#ffffff;
	text-decoration:none;
	background:#b498c7 url(../images/arrow_w.png) 95% center no-repeat;
	background-size:13px auto;
	padding:1em 1em;
}
.dep-index h3 a:hover{
	color:#9864ba;	
	background:#b498c7 url(../images/arrow_p.png) 95% center no-repeat;
	background-size:13px auto;
}



.dep-index .full{
	
	background-color:#f8f8f8;
	margin-bottom:30px;
	border:solid #b498c7 5px;
	border-top:none;
	padding-bottom:15px;
}


.dep-index .full strong{
	display:block;
	clear:both;
	border-bottom:solid #b498c7 1px;
	padding-bottom:0.5em;
	padding-top:1em;
	margin-bottom:1em;
	padding-left:20px;
}
.dep-index .full ul{
	margin:0;
	padding:10px 15px 25px 15px;
}
.dep-index .full ul li{
	list-style:none;
	width:31%;
	margin:10px 1%;
	float:left;
}
.dep-index .full ul li span{
	display:block;
	text-align:center;
	background:#eeeeee url(../images/arrow_p.png) 95% center no-repeat;
	background-size:10px auto;
	padding:1em 1em 1em 0;
}
.dep-index .full ul li a{
	text-decoration:none;
	color:#666666;
	display:block;
	border:solid #ffffff 3px;
	line-height:120%;
}
.dep-index .full ul li span a{
	text-decoration:none;
	
}
.dep-index .full ul li a:hover{
	color:#9864ba;
}

.dep-index .left{
	width:48%;
	float:left;
}
.dep-index .right{
	width:48%;
	float:right;
}

.dep-index .left h3 a,
.dep-index .right h3 a{
	padding:0 5px 5px 5px;
	background:none;
}
.dep-index .left h3 a span,
.dep-index .right h3 a span{
	display:block;
	color:#ffffff;
	text-decoration:none;
	background:#b498c7 url(../images/arrow_w.png) 95% center no-repeat;
	background-size:13px auto;
	padding:1em 1em;
}
.dep-index .left h3 a:hover span,
.dep-index .right h3 a:hover span{
	color:#9864ba;	
	background:#b498c7 url(../images/arrow_p.png) 95% center no-repeat;
	background-size:13px auto;
}




.dep-concept h4{
	font-size:19px;
	border-bottom:solid #b498c7 1px;
	padding-bottom:20px;
	margin-bottom:20px;
	font-weight:500;
}
.dep-concept h4 span{
	font-size:60% !important;
	margin-right:10px;
	font-weight:bold;
}
.dep-concept strong{
	font-size:110%;
}
.dep-concept .box-border{
	border:solid #dcdcdc 3px;
	padding:20px;
}

.dep-concept .top-m{
	margin-top:20px !important;
}

.dep-concept .c01{
	float:left;
	width:43%;
	margin-top:20px !important;
}
.dep-concept .c02{
	float:right;
	width:43%;
	margin-top:20px !important;
}
.dep-concept .c03{
	float:left;
	width:43%;
	margin-top:20px !important;
}
.dep-concept .c04{
	float:right;
	width:43%;
	margin-top:20px !important;
}

.dep-concept .cfull{
	clear:both;
	float:none;
	width:94%;
	margin-top:20px !important;
}



.kakomon table{
	font-size:80%;
}
.kakomon table th,
.kakomon table td{
	padding:0.5em 0.5em;
}



#info_list ul{
	
}
#info_list li{
	display:block;
	background:url(../images/arrow_p.png) left center no-repeat;
	background-size:8px auto;
	padding-left:15px;
	list-style:none;
	padding-top:0.5em;
	padding-bottom:0.5em;
	margin-left:-15px;
	line-height:120%;
	border-bottom:solid #dcdcdc 1px;
}
#info_list li a{
	display:inline-block;
	text-decoration:none;
	padding-top:0.5em;
	padding-bottom:0.5em;
	
}



ul.indelist{
	margin:0;
	padding:0 1%;
	line-height:150%;
	font-size:90%;
}
.indelist li{
	list-style:none;
	width:23%;
	float:left;
	margin:10px 1% 0 1%;
	display:table;
	
}

.indelist li.nolink span{
	display:table-cell;
	height:100px;
	width:90%;
	padding:0 5%;
	vertical-align:middle;
	text-align:center;
	border:solid #69318e 1px;
	color:#69318e;
	text-decoration:none;
	background:#f8f8f8;
}

.indelist li a{
	display:table-cell;
	height:100px;
	width:90%;
	padding:0 5%;
	vertical-align:middle;
	text-align:center;
	border:solid #eb6e8f 1px;
	color:#69318e;
	text-decoration:none;
	background:url(../images/arrow_p_bottom.png) 95% 80px no-repeat;
	line-height:120%;
}
.indelist li a:hover{
	color:#9864ba;
	background-color:#f9f7fa;
}

.box{
	margin-top:25px;
}
li.note{
	list-style:none;
}
.emblem3 li{
	list-style:none;
	width:31%;
	float:left;
	margin:10px 1% 0 1%;
	text-align:center;
}
.emblem4 li{
	list-style:none;
	width:23%;
	float:left;
	margin:10px 1% 0 1%;
	text-align:center;
}
p.indent{
	text-indent:1em;
	margin-top:15px;
}
.float_right{
	display:block;
	float:right;
	margin-left:1em;
	margin-bottom:1em;
	width:40%;
}
.float_left{
	display:block;
	float:left;
	margin-right:1em;
	margin-bottom:1em;
	width:40%;
}

.w20{
	width:20%;
}

.spblock{
	display:inline !important;
}


.kinmu{
	font-size:90%;
	color:#848484;
}
.interview dt{
	margin-top:15px;
	margin-bottom:15px;
	font-size:150%;
	font-weight:normal;
}

.pc-w{
	width:50%;
}



.get{
	background-color:#ffffff !important;
}
.kigyou-tb{
	width:65% !important;
}


ul.blogs{
	margin:0;
	padding:0;
}
.blogs li{
	list-style:none;
	width:48%;
	margin:10px 1%;
	float:left;
}


.ryugaku-list{
	font-size:80%;
	line-height:115%;
	margin-top:-1em;
}
.ryugaku-list dt{
	font-weight:bold;
	margin-top:1em;
	margin-bottom:0.5em;
}
.ryugaku-list dd{
	margin-left:1em;
	border-bottom:solid #dcdcdc 1px;
	padding:0.1em 0;
}




.clubbox{
	margin-bottom:25px;
	padding-bottom:25px;
	clear:both;
	background:url(../images/line_dot.gif) left bottom repeat-x;
}
.clubbox .data{
	width:60%;
	float:left;
}
.clubbox h4.clubname{
	height:45px;
	padding:0 !important;
	margin:0 !important;
	font-size:160%!important;
	color:#69318e;
}
.clubbox .data table{
	font-size:90%;
	line-height:120%;
}

.clubbox .data table th{
	width:30% !important;
}


.clubbox .data table a[href^="http"] {
	word-break: break-all;
	
} 

.clubbox .img{
	width:35%;
	float:right;
	margin-top:45px;
}

.clubbox h5{
	
	margin:15px 0 0.5em 0em !important;
	padding:0 0 0 1.1em !important;
	background:url(../images/icon_title.png) left center no-repeat !important;
	background-size:0.8em 0.8em !important;
}


.clubbox  .li{
	margin-top:15px;
}


.doukoukaibox .data{
	width:auto !important;
	float:none !important;
}

.doukoukaibox  .img{
	width:35%;
	float:right;
	margin-left:25px;
	margin-bottom:1em;
	margin-top:45px;
}



.chioki-list{
	margin-left:25px;
	margin-top:15px;
}



.lessen h3{
	font-size:180% !important;
}

.lessen-t-box{
	padding-left:5%;
}
.lessen-t-box p{
	width:29%;
	float:left;
	margin:5px 1%;
	padding:0 0 5px 0;
	
	background-color:#ffffff;
	text-align:center;
	position:relative;
}
.lessen-t-box p img{
	display:block;
	max-width:90%;
	margin:5px auto 0 auto;
}
.lessen-t-box p span{
	display:block;
	text-align:center;
	background:#f9f9f9;
	margin-top:10px;
	position:absolute;
	bottom:0;
	width:100%;
	border-top:solid #dcdcdc 1px;
}
.lessen-t-box p span a{
	display:inline-block;
	background:#f9f9f9 url(../images/arrow_p.png) left center no-repeat;
	background-size:8px auto;
	padding:8px 0 8px 15px;
	line-height:120%;
	font-size:90%;
}


.lib-calendar-wrapp{
	text-align:right;
}
.lib-calendar{
	width:200px;
	padding:10px 5px 0 5px;
	text-align:center;
	background-color:#ffffff;
	display:inline-block;
	margin-top:12px;
	margin-right:12px;
	border:solid #dcdcdc 1px;
}
.lib-calendar span{
	font-weight:bold;
	color:#69318e;
}
.lib-calendar img{
	vertical-align:bottom;
}


.bunko-img-wrapp span{
	display:block;
	font-size:80%;
	text-align:center;
	margin-top:8px;
	line-height:110%;
}
.bunko-img-wrapp ul{
	margin-top:15px;
	margin-left:0 !important;
}
.bunko-img-wrapp ul li{
	list-style:none;
	width:23%;
	float:left;
	margin:8px 1% !important;
	text-align:center;
	padding:0 !important;
}


.seeds ul li a{
	display:inline-block !important;
	padding-top:0.5em !important;
	padding-bottom:0.5em !important;
}

.kanrenlink ul li a{
	display:inline-block !important;
	padding-top:0.5em !important;
	padding-bottom:0.5em !important;
}



/*年間行事*/
.eventnews-wrapp{
	height:250px;
	overflow:auto;
}
.eventnews-wrapp dl dt,
.eventnews-wrapp dl dd{
	float:left;
	padding:0.2em 0;
}
.eventnews-wrapp dl dt{
	margin-right:1em;
	width:20%;
	clear:both;
}


/*入試情報*/
.youkouimg {
	text-align:center;
}
.youkouimg a{
	display:inline-block;
	margin:0 5px 10px 5px;
}

/*施設紹介*/
.campusbox{
	width:32%;
	margin:5px 0.5%;
	float:left;
}
.campusbox-m{
	width:65%;
}
.campusinner{
	border:solid #dcdcdc 1px;
	padding:10px;
	font-size:90%;
	line-height:125%;
}
.campusinner .img{
	margin-bottom:10px;
	text-align:center;
}
.campusinner .img-m{
	text-align:center;
}
.campusinner .img-m img{
	display:inline-block;
	width:47%;
}
.campusinner .img-m img.left{
	margin-right:20px;
}
.campusinner h4{
	font-size:100% !important;
	
}


.syusyoku h4{
	border:solid #dcdcdc 1px;
	padding:10px 8px !important;
	background-color:#8B8B8B !important;
	color:#ffffff !important;
}
.syusyoku .border_top{
	margin-top:15px;
}
.syusyoku strong{
	display:block;
	margin-top:10px;
	font-size:100% !important;
	margin-left:2.5%;
}
.syusyoku li{
	background:url(../images/line_dot.gif) left bottom repeat-x;
	padding:0.3em 0;
	margin:0 5%;
}


/*サイトマップ*/
.sitemap  ul{
	margin-top:15px;
	margin-left:0;
	
}
.sitemap  ul li{
	list-style:none;
	
}
.sitemap  ul li ul{
	margin-top:0;
}
.sitemap  ul li ul li{
	margin-left:23px;
}
.sitemap a{
	display:block;
	background:url(../images/arrow_p.png) left center no-repeat;
	background-size:8px auto;
	padding:10px 0 10px 15px;
	line-height:120%;
	border-bottom:solid #dcdcdc 1px;
	
}


.sitemap  .box-3col,
.sitemap  .box-2col{
	margin-top:25px;
	
}


/*qa*/

.qa dt {
	background: #F2F2F2 url(/students/images/question.gif) no-repeat 0.5em 0.5em;
	padding: 7px 10px 7px 36px;
	margin-bottom: 7px;
}

.qa dd {
	background: #FFFFFF url(/students/images/answer.gif) no-repeat 0.5em 0.5em;
	padding: 7px 0px 15px 36px;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 18px;
}

.qa dd li{
	list-style:none;
}

.qa .contact .tit {
	color: #6D3A93;
	padding-right: 0.3em;
}

.qa .contact {
	float: right;
	margin-left: 20px;
	margin-bottom:5px;
	padding:4px;
	line-height:1em;
	border:solid #dcdcdc 1px;
}

.qa .ml {
	padding-left: 1.5em;
}

.qa .ml ul {
	color: #6D3A93;
	margin-bottom: 0.5em;
}

.kakomi_01 h3 {
	
}

.kakomi_01 p {
	
}

.kakomi_01 strong {
	
}



/*ニュース、トピックス関連*/

.info-index-list table th,
.info-index-list table td{
	background-color:none;
	border:none;
	text-align:left;
	font-weight:normal;
	padding:1em 0;
	background:url(../images/line_dot.gif) left bottom repeat-x;
}
.info-index-list table th{
	width:20%;
	color:#828282;
}
.info-index-list table td{
	
}
span.list-pdf{
	margin-right:1em;
}
.cmslist th,
.cmslist td{
	vertical-align:middle !important;
}
.cmslist th{
	font-size:90%;
	width:7em !important;
}
.cmslist td{
	padding-left:1em !important;
}
.cmslist td p{
	display:inline;
}
.cmslist th span{
	display:block;
	font-weight:bold;
	color:#69318e;
}
.cmslist td.img{
	padding-right:1em;
	width:68px;
	padding-left:0 !important;
}
.cmslist td.img img{
	width:68px;
}
.cmslist a{
	color:#333333;
	text-decoration:none;
	background:none !important;
	padding-right:0 !important;
}
.cmslist a:hover{
	color:#9864ba;	
	text-decoration:underline;
}

.cms-data .left{
	float:left;
	color:#979797;
}
.cms-data .left span{
	color:#69318e;
}

.cms-data a{
	background:none !important;
}
.cms-data .btnlink-b a span{
	
	background:url(/common/images/arrow_w.png) right center no-repeat !important;
	background-size:8px auto !important;
}

.cms-debox{
	background:url(../images/line_dot.gif) left bottom repeat-x;
	padding-bottom:25px;
}

.pageN {
	border-top:solid #69318e 1px;
	margin-top:30px;
	padding-top:30px;
}
.pageN a{
	
	background:none !important;
	padding-right:0 !important;
}

.pageN ul{
	margin:0 !important;
}
.pageN .page-navigation-prev{
	list-style:none;
	float:right;
}
.pageN .page-navigation-next{
	list-style:none;
	float:left;
}


.cms-debox img{
	max-width:780px;
}



/*オープンキャンパス*/
.op-main-title{
	padding-top:80px;
	text-align:left;
	color:#ffffff;
	font-weight:500;
	font-size:88px;
	line-height:1em;
}
.op-point{
	width:30%;
	border:solid #69318e 1px;
	line-height:120%;
	padding:15px;
	text-align:center;
	float:right;
	margin-left:1em;
	margin-bottom:1em;
}
.op-point strong{
	display:block;
	font-size:22px;
	color:#69318e;
}
.op-point p{
	margin-top:15px;
	font-size:90%;
}

.op-day{
	font-size:25px;
	color:#69318e;
	margin-right:20px;
	display:inline-block;
	margin-top:5px;
}

.op-p h3{
	padding-top:0 !important;
	font-size:120% !important;
	text-align:center;
	padding-bottom:15px !important;
}
.op-p strong{
	display:block;
	padding-bottom:10px;
}
.op-pbox{
	margin-top:35px;
}
.op-pbox .img{
	width:50%;
	float:right;
	margin-left:1em;
	margin-bottom:1em;
}
.op-pbox h3{
	padding-top:0 !important;
	font-size:120% !important;
	text-align:center;
	padding:8px !important;
	width:40%;
	border:solid #69318e 1px;
	line-height:1em !important;
	color:#69318e !important;
	font-weight:normal !important;
	margin-bottom:20px !important;
}

/*
.opiframe{
	position: relative;
    width: 100%;
    padding: 75% 0 0 0;
	height:400px;
	overflow:hidden;
}
.opiframe iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	
}
*/


.contactBox{
	border:solid #69318e 1px;
	padding:20px;
}
.contactBox strong{
	display:block;
	color:#000000 !important;
	margin-bottom:10px;
}



/*トップバナーアイコン非表示*/

.topbanner a,
.top-banner-area a,
.orig a,
.blok04-bottom-banner a{
	background:none !important;
	padding:0 !important;
	margin:0 !important;
}
.top-banner-area a,
.orig a,
.blok04-bottom-banner a{
	display:block !important;
}
.topbanner a img,
.top-banner-area a img,
.orig a img,
.blok04-bottom-banner a img{
		
}

/*トップニュース基本設定*/
.itembox {
	min-height:68px;
}
.itembox a{
	background:none !important;
	padding-right:0 !important;
	margin-right:0 !important;
}
.itembox .thum img{
	width:68px;
}
.thumpost .txt{
	width:73%;
	float:right;
}


.importantBlock{
	padding:15px;
	background-color:#ffffff;
	margin-bottom:10px;
	color:#FF0004;
}



/*追加*/
.access-leftbox{
	width:33%;
	float:left;
}
.access-rightbox{
	width:63%;
	float:right;
}

.this-point{
	border:solid #6a3a0d 1px;
}
.this-point h4{
	background-color:#6a3a0d;
	color:#fff;
	font-size:14px;
	padding:8px 2.5%;
}
.this-point .leftbox{
	padding:15px 2.5%;
	width:45%;
	float:left;
}
.this-point .rightbox{
	padding:15px 2.5%;
	width:45%;
	float:right;
}

