@charset "utf-8";
/* CSS Document */

@media only screen and (min-width: 769px) {
/*ここにpc用スタイルを記述*/

}

/* tablet  */
@media only screen and (min-width: 481px) and (max-width: 768px) {
/*ここにtablet用スタイルを記述*/
body .col32 {
    width: 49%;
}
body .marker{
	margin-right:0;
}
body .marker_m2{
	margin-right:2%;
}
body .box_blue {
    width: 48%;
		margin-bottom:15px;
}
body .last{
	margin-bottom:15px !important;
}
}
 
/* smartPhone */
@media screen and (max-width: 480px) {
/*ここにスマホ用スタイルを記述*/
body .col32 {
    float: none;
    width: 100%;
}
body .box_blue {
    width: 100%;
    float: none;
}
body .col70{
	margin-bottom:10px;
}
}

/*-----------------------------
リセット
---------------------------*/
ul, ol, li {
  list-style:none;
}
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, table, th, tr, td, img {
    margin: 0; 
    padding: 0;
}


/*-----------------------------
キャンパスライフ
---------------------------*/
.col32{
	border:solid 1px #CCCCCC;
	padding:15px;
	margin-bottom:2%;
}
.month_april{
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro", Garamond , "Times New Roman", serif;
	text-align:center;
	font-size:300%;
	color:#F7AC98;
	margin-top:-15px;
}
.month_summer{
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro", Garamond , "Times New Roman", serif;
	text-align:center;
	font-size:300%;
	color:#AAD873;
	margin-top:-15px;
}
.month_autumn{
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro", Garamond , "Times New Roman", serif;
	text-align:center;
	font-size:300%;
	color:#CF684C;
	margin-top:-15px;
}
.month_winter{
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro", Garamond , "Times New Roman", serif;
	text-align:center;
	font-size:300%;
	color:#98B4C9;
	margin-top:-15px;
}
.tuki{
	font-size:30%;
}
.month_en{
	font-size:90%;
	text-align:center;
	color:#CCCCCC;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro", Garamond , "Times New Roman", serif;
	margin-top:-14px;
}
.cal_img img{
	width:100%;
	margin:5px 0;
}



/*-----------------------------
クラブ・サークル活動
---------------------------*/
.fcs_ttl {
    padding: 5px 14px;
    background-color: #eae8e1;
    margin-bottom: 12px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
.box_blue {
    width: 65%;
    float: right;
}
.fcs_wrapper {
    margin-bottom: 35px;
}

.ttl_small{
	margin-top: 3px;
}

/*-----------------------------
学生生活サポート
---------------------------*/
.col27 img{
	width:100%;
}
.suport_list{
	margin-bottom:10px;
	border-bottom:dotted 1px #CCCCCC;
}
.suport_list dt{
	font-weight:bold;
	color:#666666;
}
.column{
	clear:both;
	overflow:hidden;
	margin-top:15px;
}

.index_btn {
    height: 44px;
		padding:10px !important;
}
.index_btn:after {
    margin-top: -22px;
}
