body {
	margin: 0px;
	padding: 0px;
	font-size: 0.95em;
	line-height: 1.5em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background:url(../img/bg.jpg) center top no-repeat;
	color:#323232;
}

body.index {
/*	background:url(../img/bg_index.jpg) center top no-repeat;*/
}


ul, li{
	list-style:none;
}

ol li{
	list-style:decimal;
}


h1, h2, h3, h4, h6, p, a, img,
dl, dt, dd, ol, ul, li
{
	margin: 0;
	padding: 0;
	border: 0;
}


a{
	text-decoration:none;
	color:#F54969;
}

a:hover{
	text-decoration:underline;
}


.spstyle {
	display:none;
}



table[border="1"]{
	background:#CACACA;
	border-spacing:1px;
	border:none;
}

table[border="1"]>tbody>tr>td{
	background:#FFF;
	border:none;
}

table[border="1"]>thead>tr>th,table[border="1"]>tbody>tr>th{
	background:#FFECEE;
	border:none;
}


table.thead[border="1"]>tbody>tr>th{
	background:#FBFBFB;
	border:none;
	font-weight:normal;
}


.mid_center a {
	color:#fff;
	font-size:0.5em;
}



/* 画像サイズをあわせる */

.thumbs-fit {
    *zoom:1;
    margin:0 auto 40px
}

.thumbs-fit .pickup_img{
    float:left;
    list-style:none;
    width:225px;
    height:140px;
    display:inline-block;
    margin-bottom:10px;
}

.thumbs-fit img {
    overflow:hidden;
    width:225px;
    height:140px;
    object-fit:cover
}



/* アコーディオン */

.slide_title{
	cursor:pointer;
	font-weight:bold;
}


/* サイズを表示させない */

.banner {
color:#fff;
font-size:0em;
}

/* ヘッダー */

#header {
	width:960px;
	height:265px;
	margin:0px auto;
	padding:0px;
	margin-top:0px;
/*	background:url(../img/bg.jpg) center top no-repeat;*/
}


@media screen and (min-width: 640px) and (max-width: 960px) {
#header {
	width:960px;
	height:265px;
	margin:0px auto;
	padding:0px;
	margin-top:0px;
	background:url(../img/bg.jpg) center top no-repeat;
}
}

.header_top {
	height:100px;
}


.logo {
	display:block;
	width:380px;
	height:70px;
	float:left;
	margin-top:5px;
}

#header ul.header_link {
	margin-top:30px;
	width:450px;
	float:right;
	font-size:0.9em;
}

#header ul.header_link li.header_link_seikyu a {
	background:#FF97A6;
	padding:4px 20px;
	margin-left:15px;
	border:1px solid #ffffff;
	border-radius:3px;
}


#header ul.header_link li.header_link_seikyu a:hover {
	background:#FFE9EF;
	border:1px solid #FF3B6A;
	color:#FF3B6A;
}


#header ul.header_link li a {
	float:left;
	color:#000000;
	display:block;
	margin-left:8px;
	padding:5px;

}
	
.header_nav {
	width:960px;
	clear:both;
}

#header .nav {
	width:960px;
	clear:both;
}

#header .nav li a {
	display:block;
	width:160px;
	height:93px;
	float:left;
}

#header .nav li a span {
	display:none;
	}

.people a {
	width:240px;
	height:31px;
	float:left;
	color:#000000;
}


.people a span {
	display:none;
	}

.people li.people_01 a {
	background:url(../img/people_01.png) no-repeat;
}

.people li.people_02 a {
	background:url(../img/people_02.png) no-repeat;
}

.people li.people_03 a {
	background:url(../img/people_03.png) no-repeat;
	width:239px;

}

.people li.people_04 a {
	background:url(../img/people_04.png) no-repeat;
}


#header .nav li.nav01 a {
	background:url(../img/nav_about.png) no-repeat;
}

#header .nav li.nav02 a {
	background:url(../img/nav_study.png) no-repeat;
}

#header .nav li.nav03 a {
	background:url(../img/nav_admissions.png) no-repeat;
}

#header .nav li.nav04 a {
	background:url(../img/nav_campus.png) no-repeat;
}

#header .nav li.nav05 a {
	background:url(../img/nav_career.png) no-repeat;
}

#header .nav li.nav06 a {
	background:url(../img/nav_center.png) no-repeat;
}


.people li.people_01 a:hover {
	background:url(../img/people_01_on.png) no-repeat;
}

.people li.people_02 a:hover {
	background:url(../img/people_02_on.png) no-repeat;
}

.people li.people_03 a:hover {
	background:url(../img/people_03_on.png) no-repeat;
	width:239px;

}

.people li.people_04 a:hover {
	background:url(../img/people_04_on.png) no-repeat;
}


#header .nav li.nav01 a:hover {
	background:url(../img/nav_about_on.png) no-repeat;
}

#header .nav li.nav02 a:hover {
	background:url(../img/nav_study_on.png) no-repeat;
}

#header .nav li.nav03 a:hover {
	background:url(../img/nav_admissions_on.png) no-repeat;
}

#header .nav li.nav04 a:hover {
	background:url(../img/nav_campus_on.png) no-repeat;
}

#header .nav li.nav05 a:hover {
	background:url(../img/nav_career_on.png) no-repeat;
}

#header .nav li.nav06 a:hover {
	background:url(../img/nav_center_on.png) no-repeat;
}




/* 全体 */


#main {
	width:960px;
	margin:0px auto;
}



#main_wrapper {
	width:960px;
	min-height:400px;

}

.main_img {
	width:960px;
	height:240px;
	margin-top:2px;
	margin-bottom:20px;
}


/* slidshow */

.slide_left {
	width:730px;
	height:240px;
	float:left;
}


.slide_area {
	width:730px;
	height:240px;
}

.main_img ul.main_img_link {
	float:right;
	width:230px;
	margin-top:1px;
}


.main_img ul.main_img_link li a {
	display:block;
	margin-bottom:2px;
	border:1px solid #FF97A6;
}

/*
.main_img ul.main_img_link li.sub_img04 a {
	border:1px solid #FF2257;
	box-shadow:0px 0px 2px #FF2257;
}
*/


.main_img ul.main_img_link li a:hover {
	border:1px solid #FF2257;
}

/*
.main_img ul.main_img_link li.sub_img04 a:hover {
	border:1px solid #FF97A6;
}
*/

.main_img ul.main_img_link li.sub_img05 a img {
	text-align: center;
	display: block;
	margin: 1px auto;
}



.index h2 {
	color:#4C4C4C;
	font-size:1.2em;
	background:url(../img/icon_star.png) left center no-repeat;
	padding:5px 0px 5px 35px;
	margin-bottom:20px;
	border-bottom:#FFE1E7 3px dotted;
}

.page_nation {
        float:left;
        margin-top:10px;
	width:730px;
}

#next,#prev,#jquery-cycle-toggle {
        float:left;
	cursor:pointer;
	font-size:0.9em;
}

#next {
	background:url(../images/icon_tri_pink.png) right center no-repeat;
        padding-right:18px;
        padding-left:5px;
}

#prev {
	background:url(../images/icon_tri_pink_left.png) left center no-repeat;
        padding-left:20px;
        padding-right:5px;
}


#pager {
        float:right;
	cursor:pointer;
}


#pager a {
        border:1px solid;
        padding:2px 5px;
        margin:5px 2px;
}

#pager a:hover {
        background:#FEE3E8;
}

#jquery-cycle-toggle {
    width:4em;
    margin:0px 5px;
    padding:0px 5px;
    text-align: center;
    border: 1px solid #FEE3E8;
    background-color: #FEE3E8;
    cursor: pointer;
}

#jquery-cycle-toggle:hover {
    background-color: #FEE3E8;
}


/* スライドショー下バナー */


/*
.mid_left {
	width:325px;
	float:left;
}

.mid_center {
	width:320px;
	float:left;
}

.mid_center span{
	display:block;
	float:left;
}

.mid_right {
	width:310px;
	float:right;
}
*/


/* 左コンテンツ */

.index #left_content {
	width:230px;
	float:left;
	margin-top:10px;
	margin-right:20px;
}

#left_content .row{
	clear:both;
	display: none;
}

.bosyu {
	margin-bottom:50px;
}

.bosyu_list li {
	margin-bottom:10px;
}

.bosyu_list li a {
	display:block;
	height:auto;
	border:1px solid #FF97A6;
	margin-bottom:10px;
	padding-right:1px;
	padding-top:1px;
}

.bosyu_list li a:hover {
	border:1px solid #FF2257;
}

.bosyu_list li a span {
	display:none;
}

.bosyu_list li.bosyuu_01 {
	background:url(../img/bosyu_img_seikyu.png) right center no-repeat;
	width:220px;
}

.bosyu_list li.bosyuu_02 {
	background:url(../img/bosyu_img_campus.png) right center no-repeat;
	width:220px;
}

.bosyu_list li.bosyuu_03 {
	background:url(../img/bosyu_img_admissions.png) right center no-repeat;
	width:220px;
}

.bosyu_list li.bosyuu_04 {
	background:url(../img/bosyu_img_cmlink.png) right center no-repeat;
	width:220px;
}


.bosyu_list li.bosyuu_05 {
	background:url(../img/bosyu_img_donation.png) right center no-repeat;
	width:220px;
}



.bosyu_list li.bosyuu_01 a {
	background:url(../img/bosyu_text_seikyu.png) 1px center no-repeat;
	width:220px;
	height:65px;

}

.bosyu_list li.bosyuu_02 a {
	background:url(../img/bosyu_text_campus.png) 1px center no-repeat;
	width:220px;
	height:65px;

}

.bosyu_list li.bosyuu_03 a {
	background:url(../img/bosyu_text_admissions.png) 1px center no-repeat;
	width:220px;
	height:48px;

}

.bosyu_list li.bosyuu_04 a {
	background:url(../img/bosyu_text_cmlink.png) 1px center no-repeat;
	width:220px;
	height:48px;

}

.bosyu_list li.bosyuu_05 a {
	background:url(../img/bosyu_text_donation.png) 1px center no-repeat;
	width:220px;
	height:48px;

}


.index .bosyu a.aketanblog {
	display:none;
}

/*
#left_content .cal_month {
	background:#DCFCFF;
}
*/


#left_content .cal_month table {
	width:100%;
}

.calendarhead {
	padding-bottom:10px;
}
	
.cal_sp {
	margin-top:10px;
/*	width:200px;*/
/*	padding:5px;*/
	border:1px solid #FF97A6;
	background:url(../img/icon_tri_pink.png) 10px center no-repeat;
	padding:5px 0px 5px 30px;
}
	
.cal_sp a {
	width:100%;
	display:block;
	font-weight:bold;
}

.cal #calendar {
	text-align:center;
}	


.cal #calendar tbody a {
	text-decoration:underline;
}

.cal #calendar tbody a:hover {
	text-decoration:none;
}


/* 中央コンテンツ */

#center_content {
	min-height:400px;
	margin:10px 0px 80px 0px ;
	float:left;
}

#pickup img {
	display:block;
}

#pickup a span.pickup_day {
	display:block;
	margin:10px 0px 5px 0px;
}

#pickup {
	min-height:350px;
}

#pickup ul li {
	width:228px;
	margin:0px 6px;
	float:left;	
}

#pickup a {
	color:#2EAD9C;
	font-weight:bold;
}


.myPic {
	margin-bottom:15px;
}


#news {
	clear:both;
}

#news .news_list {
	width:480px;
	height:750px;
	overflow:auto;
	margin-left:10px;
}

.blog13 {
	color:#04A7D0;
	padding:2px 5px;
	font-weight:bold;
	border:#A8E4F3 2px solid;
	font-size:0.6em;
	border-radius:5px;
	margin-left:10px;
}


.blog2 {
	color:#FC7500;
	padding:2px 5px;
	font-weight:bold;
	border:#FFCDA2 2px solid;
	font-size:0.6em;
	border-radius:5px;
	margin-left:10px;
}


#pickup .blog2 {
	color:#323232;
	padding:0px 0px;
	font-weight:normal;
	border:none;
	font-size:0.6em;
	margin-left:0px;
}




#news .news_list li {
	width:97%;
	padding:10px 0px;
	margin-bottom:15px;
	border-bottom:#E7E7E7 1px solid;
}


#news a {
	font-weight:bold;
	background:url(../img/icon_tri_pink.png) left center no-repeat;
	padding:0px 0px 0px 20px;
}
	
#news a span,#pickup a span.pickup_day {
	color:#3C3C3C;
	display:block;
	text-decoration:none;
	font-weight:bold;
}

#news a span:hover {
	text-decoration:none;
}



/* 右コンテンツ */

#right_content {
	width:200px;
	float:right;
	margin:30px 0px 0px 0px;
}


#right_content a {
	display:block;
}

.index .banner_area ul {
	margin:10px 0px;
}

.index .banner_area ul li {
	background:url(../img/icon_tri_pink.png) 10px center no-repeat;
	padding:5px 0px 5px 30px;
	border-bottom:#FFC9D8 2px dashed;
        margin-bottom: 10px;
}


a.aketanblog {
	display:block;
	background:url(../img/aketanblog_off.png) !important;
	background-repeat:no-repeat!important;
	width:200px;
	height:62px;
        margin-bottom: 10px;	
}

a.aketanblog:hover {
	background:url(../img/aketanblog_on.png) no-repeat;	
}

a.aketanblog span {
	display:none;
}

.index .banner_area img {
  transition: 0.5s;
}
.index .banner_area img:hover {
  opacity: 0.6;
  transition: 0.5s;
}


.index .banner_area table tr td {
	padding:7px 0px;
}

.twitter {
	margin-top:10px;
}


/* フッター */

#footer {
	clear:both;
	background:url(../img/footer_bg.png) repeat-x;
	height:250px;
	min-width:960px;
	margin-top:100px;
}


#footer .footer_wrapper {
	width:960px;
	margin:0px auto;

}

#footer .logo {
	width:380px;
	height:100px;
	margin:20px 0px;
}

#footer .footer_link {
	width:500px;
	font-size:13px;
	float:right;
	margin-top:30px;
	margin-right:30px;
}

#footer .footer_link ul li {
	float:left;
	margin-right:20px;
	color:#F54969;
}

#footer .footer_address {
	clear:both;
	font-size:14px;

}

#footer .footer_address span {
	margin-right:10px;
}



/* 下層ページ */

#main {
	clear:both;
}

.under_page {
	clear:both;
}

.under_page .open{
	display:none;
}

.under_page #main_wrapper {
	width:960px;
	margin-bottom:30px;
	clear:both;
}

.under_page .main_img {
	width:960px;
	height:140px;
	margin-bottom:10px;
}

.pankuzu {
	padding:5px;
	border-bottom:#B3B3B3 1px dotted;
	margin-bottom:50px;
}

.pankuzu a,.pankuzu span {
	padding:0px 5px;
}

.pankuzu a.link_index {
	background:url(../img/icon_home.png) left center no-repeat;
	padding-left:30px;
}

#main_content {
	width:700px;
	float:right;
}

#left_content .left_blogtit {
	width:196px;
	background:url(../img/left_menu.png);
	background-size:100%;
	padding:12px 10px 12px 10px;
	color:#ffffff;
	font-weight:bold;
	font-size:1.2em;
}

#left_content .left_blogtit a {
	color:#ffffff;
}

#left_content .left_menu {
	margin-bottom:20px;
	font-size:0.95em;
}

#left_content .left_menu li a,#left_content .left_menu li p {
	display:block;
	padding:10px 0px 10px 43px;
	background:url(../img/icon_star.png) 5px center no-repeat;
	border-bottom:#FFC0C6 1px solid;
	font-weight:bold;
	color:#4D4D4D;
}



.under_page .left_menu {
	border:solid 2px #FF97A6;
	
	-moz-border-radius: 5px;
     -webkit-border-radius: 5px;
border-radius: 5px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
-moz-box-shadow: 3px 3px 3px #c6c9c9;
-webkit-box-shadow: 3px 3px 3px #c6c9c9;
box-shadow: 3px 3px 3px #c6c9c9;
filter: progid:DXImageTransform.Microsoft.Shadow(strength = 3, direction = 135, color = '#c6c9c9');
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 3, Direction = 135, Color = '#c6c9c9')";
/*Shadows look very different in IE (Only cardinal directions supported)*/
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element should have a background-color*/
/*All filters must be placed together*/
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
}




#left_content .left_menu li ul li {
	background:none;
}

#left_content .left_menu li ul li a {
	font-size:0.95em;
	display:block;
	padding:5px 0px 5px 43px;
	margin-left:0px;
	background:url(../img/icon_tri_pink.png) 20px center no-repeat;
	border-bottom:#FFC0C6 1px dashed;
	font-weight:normal;
	color:#4D4D4D;
}


#left_content .left_menu li ul {
	border-bottom:#FFC0C6 1px solid;
	padding-bottom:5px;
}

#left_content .left_menu li ul li:last-child {
	border-bottom:none;
}


#left_content .left_menu li ul li:hover {
	background:#FFF7FA;
}


#left_content .left_menu li ul li{
	background:#ffffff;
}




#left_content .left_menu li:hover {

background: #fff4f4; /* Old browsers */
background: -moz-linear-gradient(top,  #fff4f4 0%, #ffe9e2 82%, #fcf2f2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff4f4), color-stop(82%,#ffe9e2), color-stop(100%,#fcf2f2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fff4f4 0%,#ffe9e2 82%,#fcf2f2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fff4f4 0%,#ffe9e2 82%,#fcf2f2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fff4f4 0%,#ffe9e2 82%,#fcf2f2 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fff4f4 0%,#ffe9e2 82%,#fcf2f2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff4f4', endColorstr='#fcf2f2',GradientType=0 ); /* IE6-9 */

}

#left_content .left_menu li a:hover {
	color:#E9546B;




}

/*
#left_content .left_menu li a:hover,#left_content .left_menu li p:hover {
	color:#E9546B;
}
*/

.under_page #left_content .blog_wrapper {
	background:#FFE9E9;
	margin-top:10px;
}

.under_page #left_content .blog_wrapper a.aketanblog {
	margin:0px auto;
	padding:5px 0px;
}

.under_page #left_content {
	width:220px;
	float:left;
}

.under_page h1 {
	border-left:5px solid #FF5F7E;
	padding:30px;
	line-height:1.25em;
	margin-bottom:25px;
	color:#4D4D4D;
}

.event h1 {
	margin-bottom:15px;
}

.under_page h2 {
	background:url(../img/icon_star.png) left center no-repeat;
	padding:15px 0px 15px 35px;
	border-bottom:#FF97A6 3px double;
	color:#4D4D4D;
	margin-top:40px;
	margin-bottom:25px;
}

.under_page h3 {
	color:#4D4D4D;
	border:#FF97A6 1px solid;
	padding:10px 15px;
	margin:35px 0px 10px 0px;
	font-size:1.2em;
	background:#FFEFEF;
}


.under_page h3 a {
	background:url(../img/icon_tri_red.png) left center no-repeat;
	padding-left:20px;
}


.under_page h4 {
	color:#4D4D4D;
	background:url(../img/icon_tri_red.png) 15px center no-repeat;
	padding:5px 0px 5px 35px;
	margin:30px 0px 10px 0px;
	border-bottom:#FF97A6 1px solid;
	font-size:1.1em;
	font-weight:bold;
}

.under_page .page {
	clear:both;
	width:700px;
}

.under_page .page a {
	color:#F54969;
}

.under_page .page ul{
	padding-left:10px;
}

.under_page .page ul li {
	background:url(../img/icon_tri_pink.png) left center no-repeat;
	padding:5px 0px 5px 25px;
	color:#4D4D4D;
	margin:0px 15px;
	border-bottom:#B3B3B3 1px dotted;
}

.under_page .full_page ul li {
	background:url(../img/icon_tri_pink.png) left center no-repeat;
	padding:5px 0px 5px 25px;
	color:#4D4D4D;
	margin:0px 15px;
	border-bottom:#B3B3B3 1px dotted;
}

.under_page .page p {
	margin-left:25px;
	line-height:1.85em;
}

.under_page .page ol {
	padding:5px 0px;
	margin-left:50px;
}

.under_page .page ol li {
	padding:5px 0px 5px 15px;
	list-style:decimal;
}

.under_page .page table {
	margin:20px 0px;
}

.under_page .page table p {
	margin:0px 0px 0px 0px;
}

.under_page .page table ul {
	margin:0px 0px 0px 0px;
	padding-left:0px;
	padding-right:10px;

}

.under_page .page table ul li {
	margin:0px 0px 0px 0px;
}

.under_page .page li p {
	margin:0px 0px 0px 0px;
}


/* NEWS */



.news h3 {
	margin-top:45px;
}

/*
.news h3 {
	border-top:none;
	border-left:none;
	border-right:none;
	background:url(../img/icon_star.png) left center no-repeat;
	color:#4D4D4D;
	border-bottom:3px dotted #E8E5FF;
	padding:10px 0px 5px 35px;
	margin:45px 0px 10px 0px;
	font-size:0.9em;
	font-weight:bold;
}

.news h3 a {
	font-size:1.5em;
	display:block;
	background:url(../img/icon_tri_pink.png) left 5px no-repeat;
	padding-left:none;
}


*/


/* 明短ブログ index */

.blog_box a {
	display:block;
/*	width:300px;*/
	padding:10px;
/*	float:left;*/
/*	margin-left:20px;*/
	margin-bottom:20px;
	border:1px solid #FF8486;
	clear:both;
	color:#1F1F1F;
}

.blog_box a span {
	display:block;
}

.blog_box a img {
	display:block;
	width:200px;
	float:left;
}

.blog_box a span.blog_text {
	width:450px;
	float:right;
}

.blog_date {
	border-top:#B3B3B3 1px dotted;
	padding:10px 15px;
	border-bottom:#B3B3B3 1px dotted;
	margin-bottom:25px;
	font-weight:bold;
}

.blog_date_day {
	float:left;
}
ul.blog_date_cate {
	float:right;
}

ul.blog_date_cate li {
	float:left;
	padding-left:15px;

}

#left_content .left_menu ul.aketan_blog_list li ul {
	margin-bottom:30px;
}

#left_content .left_menu ul.aketan_blog_list li ul li a {
	padding:5px 0px 5px 35px;
}

#left_content .left_menu .aketan_blog span {
	padding:15px;
	font-weight:bold;
	display:block;
	background:url(../img/bg_blog_cate.png) repeat-y ;
	background-size:100%;
}


#left_content .left_menu .aketan_blog {
	padding-bottom:20px;
	background:url(../img/bg_blog_cate2.png) left bottom no-repeat;
}

#left_content .left_menu .aketan_blog_list {
	font-size:0.92em;
}


	
.under_page #left_content h2 span {
	padding:15px;
	font-weight:bold;
	display:block;
	background:url(../img/bg_blog_cate.png) repeat-y ;
	background-size:100%;
	font-size:0.8em;
}


.under_page #left_content h2 {
	background:url(../img/bg_blog_cate2.png) left bottom no-repeat;
	border:0px;
	margin:0px 0px 10px 0px;
	padding:0px 0px 20px 0px;
}



/* イベントカレンダー */

.under_page #left_content .cal {
	margin-bottom:20px;
}


.main_cal h1 {
	margin-bottom:20px;
}

.cal_button {
	width:570px;
	margin:0px auto;
}

.cal_btn {
	display:block;
	font-size:1.25em;
	font-weight:bold;
	width:125px;
	height:auto;
	float:left;
	margin:30px 10px 0px 10px;
	padding:7px 20px;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(247,247,247,1) 50%, rgba(252,252,252,1) 51%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(247,247,247,1)), color-stop(51%,rgba(252,252,252,1)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(247,247,247,1) 50%,rgba(252,252,252,1) 51%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(247,247,247,1) 50%,rgba(252,252,252,1) 51%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(247,247,247,1) 50%,rgba(252,252,252,1) 51%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(247,247,247,1) 50%,rgba(252,252,252,1) 51%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
	
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	
	border:#DDDDDD 2px solid;

}

.cal_btn:hover {
	
	color:#3CB2C0;
	border:#8DD8D5 2px solid;
}




#schedule {
	width:100%;
}

#schedule tr td {
	border-bottom:#AFAFAF 1px dotted;
}


.day_css {
	width:100px;
	padding:3px 10px;
	text-align:center;
}

#schedule .schedule_table tbody tr {
	padding-bottom:10px;
}

#schedule .schedule_table tbody tr td {
	width:550px;
	border-bottom:#4B4B4B 1px dotted;
	padding:5px 0px 0px 15px;
	border-left:#FFD2D3 3px dotted;
}



.today {
	background:#FFFEE7;
}


.sat {
	background:#E6FFFE;
}

.sun {
	background:#FFE9ED;
}


.schedule_table .category {
	font-size:0.9em;
	font-weight:bold;
	padding:2px 0px 2px 15px;
	background:url(../img/icon_tri_pink.png) left center no-repeat;
}

.schedule_table .title {
	color:#4D4D4D;
	border-bottom:3px dotted #E8E5FF;
	padding:5px 0px;
	margin:0px 0px 10px 0px;
	font-size:1.2em;
	font-weight:bold;
}

.schedule_table .title a {
	padding-left:35px;
	background:url(../img/icon_star.png) left center no-repeat;
}


/*
.schedule_table .title {
	border-bottom:3px dotted #E8E5FF;
	padding:5px 0px;
	margin:0px 0px 10px 0px;
	font-size:1em;
	font-weight:bold;
}
*/


.schedule_table .middle_box {
 width: 580px;
 max-height:4.5em;
 overflow:hidden;
 text-overflow:ellipsis;
 margin-bottom:10px;
 }


.schedule_table .middle_box img{
	display:none;
}



.middle_box h2,.schedule_table .middle_box h3,.schedule_table .middle_box h4,.schedule_table ul,.schedule_table ul li {
	margin:0px;
	padding:0px;
	background:none;
	border:none;
	font-size:1em;
	font-weight:normal;
	display:inline;
}

.middle_box ol {
	margin-left:25px;
	
}


.schedule_table .time , .schedule_table .date {
	border-left:#FFD3DB 5px solid;
	margin-left:5px;
	padding-left:10px;
	font-size:0.9em;
}


.schedule_table .bottm_box {
	margin-top:5px;
	margin-bottom:15px;
}


.event h3.nittei,.event .naiyou {
	border-top:none;
	border-left:none;
	border-right:none;
	background:url(../img/icon_star.png) left center no-repeat;
	color:#4D4D4D;
	border-bottom:3px dotted #E8E5FF;
	padding:5px 0px 5px 35px;
	margin:10px 0px;
	font-size:1.4em;
	font-weight:bold;
}

.event h3.nittei {
	margin-top:40px;
}

.event .naiyou {
	padding:10px 0px 10px 35px;
	margin:10px 0px 20px 0px;
}


.event .nittei_date,.event .nittei_time{
	font-weight:bold;
	padding:0px 0px 0px 15px;
	background:url(../img/icon_tri_pink.png) left center no-repeat;
}

.under_page .page p.event_cate {
	border-bottom:#BEBEBE 1px dotted;
	border-top:#BEBEBE 1px dotted;
	font-size:0.9em;
	margin:0px 0px 30px 0px;
	padding:5px 20px;
	font-weight:bold;
	color:#323232;	
}


/* ファイルアイコン */


.under_page .page a[href$="pdf"],.under_page .page a[href$="xlsx"], .under_page .page a[href$="xls"],.under_page .page a[href$="docx"], .under_page .page a[href$="doc"], .under_page .page a[href$="pptx"], .under_page .page a[href$="ppt"]{
	padding-right:20px;
	margin-right:3px;
}

.under_page .page a[href$="pdf"], .under_page .page a[href$="PDF"]{
	background-image:url(../icon/ico_pdf.png);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:20px;
}

.under_page .page a[href$="xlsx"], .under_page .page a[href$="xls"]{
	background-image:url(../icon/ico_xls.png);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:20px;
}

.under_page .page a[href$="docx"], .under_page .page a[href$="doc"]{
	background-image:url(../icon/ico_doc.png);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:20px;
}

.under_page .page a[href$="pptx"], .under_page .page a[href$="ppt"]{
	background-image:url(../icon/ico_ppt.png);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:20px;
}


.under_page .page a[href$="pdf"] img ,.under_page .page a[href$="xlsx"] img , .under_page .page a[href$="xls"] img ,.under_page .page a[href$="docx"] img , .under_page .page a[href$="doc"] img , .under_page .page a[target="_pptx"] img , .under_page .page a[target="_ppt"] img {
	vertical-align:-3px;
	margin-right:-20px;
}


/* メールフォーム 入力画面 */



.aform dl{
	padding:10px 0;
	border-bottom:dashed 1px #CCC;
	clear:both;
}

.aform dt{
	clear: left;
	float: left;
	width: 240px;
	color: #000;
}

.aform dd{
  margin-left: 240px;
  width:460px;
}

.aform-confirm{
}

.aform .aform-header{
	display:none;
}

.aform span.required{
	background-color:#D70003;
	color:#FFF;
	font-size:80%;
	padding:3px;
	border-radius:3px;
	margin-left:5px;
}

.aform ul, .aform li, .aform p{
	margin:0 !important;
	padding:0 !important;
	list-style:none !important;
	border:0 !important;
	background-image:none !important;
}

.aform li{
	margin-bottom:10px !important;
}

.aform .submit{
	text-align:center;
	padding:20px;
}

.aform .submit input{
	background-color:#A5EFFF;
	border:0;
	padding:20px 60px;
	border-radius:6px;
	font-size:120%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	cursor:pointer;
}

.aform .submit input:hover{
	background-color:#00B2DF;
	color:#FFF;
}

.aform .submit #aform_btn_back{
	background-color:#EEE;
}

.aform .submit #aform_btn_back:hover{
	background-color:#CCC;
}

.aform .aform-input{
	max-width:450px;
	border:solid 1px #ff97a6;
	padding:5px;
	background-color: #FFFEF7;
	/* border-radius */
	border-radius:3px;
	-webkit-border-radius:;
	-moz-border-radius:;

	/* box-shadow */
	box-shadow:rgba(255, 0, 81, 0.04) 0px 0px 2px 3px inset;
	-webkit-box-shadow:rgba(255, 0, 81, 0.04) 0px 0px 2px 3px inset;
	-moz-box-shadow:rgba(255, 0, 81, 0.04) 0px 0px 2px 3px inset;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.aform .aform-text {
	max-width:450px;
}

.aform .aform-input:focus{
	border:solid 2px #ff2257;
}

/* メールフォーム 確認画面 */

#aform-confirm-form dl{
	border:0;
	clear:both;
	padding:0;
}

#aform-confirm-form dt{
	color:#4D4D4D;
	border:#FF97A6 1px solid;
	padding:10px 15px;
	margin:35px 0px 10px 0px;
	font-size:1.2em;
	background:#FFEFEF;
	width:700px;
}

#aform-confirm-form dd{
	margin-left:30px;
	clear:both;
}

#aform_confirm_msg{
	clear:both;
	margin-top:30px !important;
	margin-bottom:20px !important;
	text-align:center;
	font-weight:bold;
	color:#DF0003;
}

#header .addIconHttp{
	margin:0;
	padding:0;
}


/* ページ移動ボタン */

.page_move {
    bottom: 20px;
    font-size: 0.9em;
    font-weight: bold;
    position: fixed;
    right: 20px;
}
.page_move a {
    border-radius: 5px;
	border:#FFFFFF 2px solid;
    color: #fff;
    display: block;
    padding: 10px 5px;
    text-align: center;
    text-decoration: none;
    width: 70px;
}
.page_move img {
    display: block;
    margin: 0 auto;
    padding-bottom: 5px;
}
.page_move a:hover {
    text-decoration: none;
}
.pagetop a {
    background: none repeat scroll 0 0 #F88499;
}
.pageback a {
    background: none repeat scroll 0 0 #76C5CF;
}

.pagetop a:hover {
    background: none repeat scroll 0 0 #EC4F6B;
}
.pageback a:hover {
    background: none repeat scroll 0 0 #2EADBC;
}

/* aki_kouza */

.aki_kouza {
	width:470px;
	height:90px;
	background:url(../images/banner_20160901.jpg);
	float: left;
	position:
}


.kouza_01 {
      display:block;
      margin-left:135px;
      margin-top:60px;
      width:124px;
      height:24px;
      float:left;
}

.kouza_02 {
      display:block;
      margin-right:60px;
      margin-top:60px;
      width:124px;
      height:24px;
      float:right;
}


/* 文化祭 */
.page_bg {
	width:100%;
	background:url(../images/bg_line20161006.jpg) no-repeat center top;
}


.page_bg #main {
	width:90%;
	margin:0px auto;
}

.page_bg .under_page #main_wrapper {
       width:100%;
}

.page_bg table {
	width:100%;
}