@charset "utf-8";

* {
    margin: 0;
}

body {
    font-family: 'メイリオ', Meiryo,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Helvetica','Arial',sans-serif;
    margin: 0px;
    padding: 0px;
    border: 0px;
    background-image: url(../img/bgpt.jpg);
    background-repeat: repeat-x;
}

a {
    text-decoration: none;
    color: #fff;
}
a:visited {
    color: #fff;
}

#wrap {
    margin: 0 auto;
    padding: 0 20px 0 20px;
    border: 0;
    width: 960px;
//    background-color: rgba( 255, 255, 255, 0.8 );
    background: #fff;
    border-radius: 15px 15px 0 0;
}

#header {
    width: 960px;
    height: 75px;
    padding: 10px 0 0 0;
}

#logo {
    width: 500;
    float: left;
}

#studentmenu {
    display: none;
}

#studentmenu ul {
    list-style: none;
    padding: 0;
}
#studentmenu ul li {
//  position: relative;
    float: right;
    transition: 1.0s;
    background: #45f;
    margin: 0 0 5px 0;
//  padding: 10px;
    border-radius: 7px;
}
#studentmenu ul li a {
    display: block;
    padding: 5px 10px 5px 10px;
    border-radius: 7px;
}
#studentmenu ul li:hover {
    filter: alpha(opacity=60);
    opacity: .6;
}

#privacy {
    margin: -8px 0 0 0;
    font-size: 80%;
    float: right;
}
#privacy a {
    color: #45f;
    transition: .3s;
}
#privacy a:hover {
    filter: alpha(opacity=60);
    opacity: .6; 
}

.slider-wrapper{
    width: 100%;
    margin-bottom: 15px;
}

#topmenu {
    clear: both;
    margin: 0;
    width: 100%;
    margin-bottom: 0px;
}

#photo {
    padding: 0;
//    width: 960px;
    margin: 0 -20px 0 0;
    overflow: hidden;
}

#photo li { 
    display: inline;
    margin: 0 20px 20px 0; 
    width: 176px;
    float: left;
    position: relative;
}

#photo li a { 
    display: block; 
    width: 176px; 
    height: 176px; 
    overflow: hidden; 
} 
#photo img { 
    width: 176px; 
    height: 176px;
    transition: .3s ease-in-out; 
} 

#photo a:hover img { 
    transform: scale(1.1, 1.1); 
    -webkit-transform: scale(1.1, 1.1); 
    -moz-transform: scale(1.1, 1.1); 
    -o-transform: scale(1.1, 1.1); 
    -ms-transform: scale(1.1, 1.1); 
    filter: alpha(opacity=70);
    opacity: .7;
} 

#photo p { 
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    text-shadow: 2px 2px 1px #000;
    margin: 0;
    padding: 5px 0 5px 3%;
    width: 97.5%;
    background: #209;
    filter: Alpha(opacity=70);
    opacity: 0.7;
}

#banner_space {
    width: 176px;
    padding: 0;
    float: left;
    position: relative;
}
#banner_space img {
    width: 176px;
    height: 86px;
    transition: .3s ease-in-out; 
}
#banner_space a:hover img{
    transform: scale(1.0, 1.0); 
    -webkit-transform: scale(1.0, 1.0); 
    -moz-transform: scale(1.0, 1.0); 
    -o-transform: scale(1.0, 1.0); 
    -ms-transform: scale(1.0, 1.0); 
    filter: alpha(opacity=60);
    opacity: .6;
}

#news {
    clear: both;
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
    padding: 3px;
    border-radius: 5px;
    background: linear-gradient(-90deg, #fff, #45f);
    color: #fff;
    margin-bottom: 10px;
}

#news_box {
	height: 250px;
	width: 100%;
	border: 1px solid #fff;
	overflow-x: hidden;
	overflow-y: scroll;
    background: #fff;
}
#news_acl {
    clear: both;
}
#news_day {
	float: left;
	width: 90px;
	margin-top: 10px;
	margin-left: 10px;
    color: #555;
}
#news_title_oshirase {
    float: left;
	margin: 10px 0px 5px 5px;
	width: 85%;
    color: #555;
}
#news_title_oshirase:before {
    font-size: 70%;
    color: #fff;
    padding: 3px;
    margin: 10px;
    content: "お知らせ";
    background: #4a7ff6;
    border-radius: 3px;
}
#news_title_enter {
    float: left;
    margin: 10px 0px 5px 5px;
	width: 85%;
    color: #555;
}
#news_title_enter:before {
    font-size: 70%;
    color: #fff;
    padding: 3px;
    margin: 10px;
    content: "入試関連";
    background: #fb5c9f;
    border-radius: 3px;
}
#news_text {
	float: right;
	margin-top: 0px;
	margin-left: 14px;
	width: 85%;
    color: #555;
}

#news_box a {
	color: #555;
	text-decoration: none;
    cursor: pointer;
    cursor: hand; //ie6
}
#news_box a:visited {
	color: #555;
}
#news_box a:hover {
	color: #555;
    text-decoration: underline;
    font-weight: bold;
}

#footer {
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(80, 0, 255, .7)),url("../img/ftimg.jpg");
    background-repeat: no-repeat;
    background-position: center;
}

#fmenu {
//    clear: both;
    width: 960px;
    height: 240px;
    margin: 0 auto;
    padding: 20px 10px 10px 10px;
    position: relative;
}
#navi1 {
    list-style-type: none;
    float: left;
    width: 33%;
    color: #fff;
    text-shadow: 2px 2px 1px #000;
}
#navi2 {
    list-style-type: none;
    float: left;
    width: 33%;
    color: #fff;
    text-shadow: 2px 2px 1px #000;
}
#navi3 {
    list-style-type: none;
    float: left;
    width: 33%;
    color: #fff;
    text-shadow: 2px 2px 1px #000;
}

#fmenu ul {
    list-style-type: none;
    font-size: 90%;
//    width: 30%;
}
#fmenu a {
    color: #fff;
}
#fmenu a:hover {
    text-decoration: underline;
}

#ft_sinfo {
    position: absolute;
    font-size: 90%;
    color: #fff;
    bottom: 10px;
    right: 10px;
}


#topics {
    width 100%;
    padding: 1px 0px;
    background: linear-gradient(180deg, rgba(255, 180, 225, 1), rgba(255, 255, 255, 1));
    border-radius: 10px;
    box-shadow: 3px 3px 10px #aaa;
    margin-bottom: 20px;
}
#topics h1 {
    color: #fff;
    font-size: 120%;
    text-shadow: 1px 1px 2px #555;
}
#topics ul, li {
  list-style-type: none;
  padding: 0;
}
#topics a {
    color: #555;
    font-size: 80%;
    cursor: pointer;
    cursor: hand; //ie6
}
#topics .owl-carousel li:hover {
    transition: .5s;
    filter: alpha(opacity=60);
    opacity: .6;
}

#topics .owl-carousel {
  width: 87%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #topics .owl-carousel {
    width: 87%;
  }
}

#topics .owl-theme .owl-controls .owl-nav .owl-prev,
#topics .owl-theme .owl-controls .owl-nav .owl-next {
  font-size: 32px;
  font-size: 2rem;
  position: absolute;
  top: 25%;
  margin: 0;
  padding: 0 20px;
  -webkit-transform: scaleX(0.5);
  transform: scaleX(0.5);
}
@media screen and (max-width: 640px) {
  #topics .owl-theme .owl-controls .owl-nav .owl-prev,
  #topics .owl-theme .owl-controls .owl-nav .owl-next {
    padding: 0 10px;
  }
}

#topics .owl-theme .owl-controls .owl-nav .owl-prev {
  left: -60px;
}
@media screen and (max-width: 640px) {
  #topics .owl-theme .owl-controls .owl-nav .owl-prev {
    left: -30px;
  }
}

#topics .owl-theme .owl-controls .owl-nav .owl-next {
  right: -60px;
}
@media screen and (max-width: 640px) {
  #topics .owl-theme .owl-controls .owl-nav .owl-next {
    right: -30px;
  }
}



#overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  display: none;
  z-index: 11;
 }
#overlay_topics {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  display: none;
  z-index: 11;
 }

#modalWindow {
  width: 700px;
//  height: 980px;
//  position: fixed;
  border: 2px solid #45F;
  background-color: #FFF;
  border-radius: 10px;
  box-shadow: 10px 10px 30px #999;
  display: none;
  z-index: 12;
}
#modalWindow_topics {
  width: 700px;
  border: 2px solid #fda425;
  background-color: #FFF;
  border-radius: 10px;
  box-shadow: 10px 10px 30px #999;
  display: none;
  z-index: 12;
}

#form button {
  font-size: 200%;
  font-weight: bold;
  color: #FFF;
  background-color: #45F;
  border: solid 2px #FFF;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  box-shadow: 0px 5px 10px #444;
  transition: .4s;
  float: right;
  margin-top: -20px;
  margin-right: -15px;
}
#form_topics button {
  font-size: 200%;
  font-weight: bold;
  color: #FFF;
  background-color: #fda425;
  border: solid 2px #FFF;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  box-shadow: 0px 5px 10px #444;
  transition: .4s;
  float: right;
  margin-top: -20px;
  margin-right: -15px;
}

#form button:hover {
  border: solid 2px #45F;
  background: #FFF;
  color: #45F;
}
#form_topics button:hover {
  border: solid 2px #fda425;
  background: #FFF;
  color: #fda425;
}

#disp_detail {
    margin: 0;
    padding: 0;
}
#disp_detail_topics {
    margin: 0;
    padding: 0;
}

#f_bar {
    font-size: 120%;
    background-color: #45F;
    color: #FFF;
    padding: 5px 10px 5px 10px;
}
#f_bar_topics {
    font-size: 120%;
    background-color: #fda425;
    color: #FFF;
    padding: 5px 10px 5px 10px;
}
#f_date {
    color: #000;
    font-size: 80%;
    background-color: #72b4fe;
    border-radius: 0 0 5px 0;
    padding: 3px 10px 3px 10px;
    margin-right: 10px;
    float: left;
}
#f_date_topics {
    color: #000;
    font-size: 80%;
    background-color: #fbceb5;
    border-radius: 0 0 5px 0;
    padding: 3px 10px 3px 10px;
    margin-right: 10px;
    float: left;
}
#f_title {
    width: 100%;
    color: #000;
    font-size: 150%;
    background-color: #d3e0ee;
    padding: 3px 0 5px 0;
}
#f_title_topics {
    width: 100%;
    color: #000;
    font-size: 150%;
    background-color: #e5d1bf;
    padding: 3px 0 5px 0;
}
#f_body {
    clear: both;
    color: #000;
    font-size: 100%;
    padding: 20px 10px 20px 10px;
}
#f_body_topics {
    clear: both;
    color: #000;
    font-size: 100%;
    padding: 20px 10px 20px 10px;
}

#quickmenu {
    width: 100%;
}
.kengakukai{
    display: inline;
    float: left;
    width: 52%;
    height: 100%;
    border: solid 2px #8f8ffb;
    text-align: center;
    line-height: 1.5em;
    padding: 14px 0 7px 0;
    margin-right: 1%;
    margin-bottom: 20px;
}
.fontb{
    font-size: 130%;
    font-weight: bold;
    color: #8f8ffb;
}
.fonts{
    font-size: 90%;
    color: #8f8ffb;
}
.ctot_area{
    display: inline;
    float: left;
//    width: 39%;
    margin-right: 1%;
}
.ct_box,.oc_box{
    font-size: 100%;
    background-color: #8f8ffb;
    color: #ffffff;
    text-align: center;
    line-height: 1.2em;
    padding: 5px 0 3px 0;
}
.ct_box{
    margin-bottom: 1%;
}
.seikyu{
    height: 100%;
    float: left;
//    border: 2px dotted #888888;
    padding: 3px 3px 0 3px;
}
.fonts2{
    font-size: 90%;
    color: #a71757;
}
#quickmenu a{
    display: block;
    transition: .7s;
    cursor: pointer;
    cursor: hand; //ie6
}
#quickmenu a:hover{ 
    opacity: .4;
}


#overlay_qm {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 11
 }

#modalWindow_ct {
  width: 700px;
  height: 720px;
  border: 2px solid #D04255;
  background-color: #FFF;
  border-radius: 10px;
  display: none;
  z-index: 12
}
#form_ct button {
  font-size: 1.2em;
  color: #D04255;
  background-color: #FFF;
  border: solid 2px #FFF;
  border-radius: 3px;
  transition: .4s;
  float: right;
  margin-top: -27px;
}
#form_ct button:hover {
  background: #333;
  color: #FFF;
}
#f_title_ct {
    text-align: left;
    font-size: 90%;
    background-color: #D04255;
    color: #FFF;
    padding: 10px 10px 10px 10px;
}
.mdform_ct {
    border: 0px;
    margin: 0px;
    overflow: hidden;
    width: 100%;
    height: 100%;    
}

#modalWindow_req {
  width: 700px;
  height: 710px;
  border: 2px solid #D04255;
  background-color: #FFF;
  border-radius: 10px;
  display: none;
  z-index: 12
}
#form_req button {
  font-size: 1.2em;
  color: #D04255;
  background-color: #FFF;
  border: solid 2px #FFF;
  border-radius: 3px;
  transition: .4s;
  float: right;
  margin-top: -27px;
}
#form_req button:hover {
  background: #333;
  color: #FFF;
}
#f_title_req {
    font-size: 90%;
    background-color: #D04255;
    color: #FFF;
    padding: 10px 10px 10px 10px;
}
.mdform_req {
    border: 0px;
    margin: 0px;
    overflow: hidden;
    width: 100%;
    height: 100%;    
}
