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

/*---メインイメージ----------------------------------------*/
#pagetitle_image {
	background:url(../images/event_title.jpg) no-repeat; 
	width:890px;
	height:79px; 
	margin:0 auto;
	padding:0;
	}
#pagetitle_image span {display:block;text-indent:-99999px;}
/*---メインイメージ----------------------------------------*/

#left_con{
	font-size:14px;
}

h2#page_title{
	color:#FFF;
	background-color:#00A0C6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding:20px;
	font-size: 22px;
	margin:15px 0;
}

.daigakumei{
	padding-bottom:10px;
	border-bottom:1px dotted #888;
	margin-bottom:20px;
}
.daigakumei th{
	background-color:#F2F2F2;
	padding:10px 30px;
}
.daigakumei td{
	padding:10px;
}




#event h3{
	background-color:#f2f2f2;
	padding:20px;
	font-size:18px;
	color:#333;
	position:relative;
	margin-top:40px;
	border-left:3px solid #00A0C6;
	line-height:1.4;
	margin-bottom:20px;
}

#event h4{
    color: #333;
    font-size: 14px;
	padding: 5px 0;
	margin-top:30px;
    border-bottom: 1px solid #00A0C6;
    -webkit-box-shadow: 0 1px 0 #ccc;
    -moz-box-shadow: 0 1px 0 #ccc;
    box-shadow: 0 1px 0 #ccc;
    text-shadow: #aaa 0px 1px 1px;
	line-height:1.4;
}
 
#event h4:first-letter{
    font-size:22px;
}

#event p{
	padding-top:10px;
}

/*---リスト　inlineblock------------------------------------------*/

#event ul.inlineBlock{
	margin:15px 0 0 0;
	padding:0;
}

#event ul.inlineBlock li{
	list-style:none;
	display:inline-block;
	margin: 5px 1em 0 0;
}
/*---リスト　inlineblock------------------------------------------*/

/*---番号リスト------------------------------------------*/
#event ol.autoNum{
	margin:20px 0 0 0;
	padding: 0 ;
	counter-reset: li;
}

#event ol.autoNum li{
	position:relative;
	list-style:none;
	padding:15px 15px 15px 28px;
	border:1px solid #ccc;
	background:#fafafa;
	margin: 20px 0 0 18px;
}

#event ol.autoNum li:before {
	display: inline-block;
	content: counter(li);
	counter-increment: li;
	width: 36px;
	height: 36px;
	line-height:36px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #0082AA;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 50%;
	left: -18px;
	margin-top:-18px;
	font-size:14px;
}

#event ol.autoNum li:after {
	content:"";
	display:block;
	height:0;
	clear:both;
}

#event ol.autoNum li p{
	margin:0;
	padding:0;
}
/*---番号リスト------------------------------------------*/

/*---1マイ写真 中央------------------------------------------*/
#event .boxImg_C{
	max-width:90%;
	width:auto;
	height:auto;
	margin:0 auto;
}

#event .boxImg_C img{
	max-width:100%;
	margin: 0 auto;
	padding: 3px;
	background: #fdfdfd;
	box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.1);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	display:block;
}

#event .boxImg_C .cap{
	display:block;
	color:#888;
	width:100%;
	margin:0 auto;
	padding-top:5px;
	text-align:center;
}

#event .boxImg_C.no-frame img{
	max-width:100%;
	margin: 0 auto;
	padding: 3px;
	background: none;
	box-shadow: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

/*---1マイ写真 中央------------------------------------------*/

/*---1マイ写真 右------------------------------------------*/
#event .boxImg_R{
	max-width:36%;
	float:right;
	margin-left:2%;
}

#event .boxImg_R img{
	max-width:100%;
	margin: 0;
	padding: 3px;
	background: #fdfdfd;
	box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.1);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

#event .boxImg_R .cap{
	display:block;
	color:#888;
	width:100%;
	margin:0 auto;
	padding-top:5px;
	text-align:center;
}

/*スマホでもフロート*/
#explore .boxImg_R.spFloat{
}
/*---1マイ写真 右------------------------------------------*/


/*---2マイ写真------------------------------------------*/
#event .boxImg2{
	clear:both;
	padding-top:10px;
	overflow:hidden;
}

#event .boxImg2 .box{
	width:50%;
	float:left;
	text-align:center;
}

#event .boxImg2 .box img{
	max-width:68%;
	margin: 0;
	padding: 3px;
	background: #fdfdfd;
	box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.1);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

#event .boxImg2 .box .cap{
	display:block;
	color:#888;
	width:68%;
	margin:0 auto;
	padding-top:5px;
}
/*---2マイ写真------------------------------------------*/

/*---3マイ写真------------------------------------------*/
#event .boxImg3{
	clear:both;
	padding-top:10px;
}

#event .boxImg3 .box{
	width:33.3%;
	float:left;
	text-align:center;
}

#event .boxImg3 .box img{
	max-width:90%;
	margin: 0;
	padding: 3px;
	background: #fdfdfd;
	box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.1);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

#event .boxImg3 .box .cap{
	display:block;
	color:#888;
	width:90%;
	margin:0 auto;
	padding-top:5px;
}
/*---3マイ写真------------------------------------------*/

/*---動画------------------------------------------*/
#event .videogallery{
	overflow:hidden;
}

#event .voverlay{
	float:left;
	text-align:center;
	display:block !important;
	zoom: 1;
	position: relative;
	vertical-align: top;
	margin: 0 !important;
	font-size:12px !important;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

#event .voverlay img {
	width: 80%;
	display: block;
	height: auto;
	margin: 0 auto;
	border: none;
	padding: 3px;
	background: #fdfdfd;
	box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.1);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

#event .videoR{
	width:30%;
	float:right;
	overflow: visible;
}

#event .videoR .voverlay{
	float:none;
	width:100%;
}
#event .videoR .voverlay img {
	width: 100%;
}

#event .video2{
	padding-top:10px;
}

#event .video2 .voverlay{
	width:40%;
	margin: 0 5% !important;
}

#event .video3{
	padding-top:10px;
}

#event .video3 .voverlay{
	width:33.3%;
	margin: 0 !important;
}
#event .video3 img {
	width: 90%;
}
/*---動画------------------------------------------*/

/*---table------------------------------------------*/
table.basic{
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-collapse:0;
	border-spacing:0;
}

table.basic caption{
	font-size:16px;
	color:#00A0C6;
	text-align:left;
}

table.basic td,
table.basic th{
	padding:10px;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	text-align:left;
	vertical-align:top;
}

table.basic th{
	background:#FFF0EB;
}
table.basic02{
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-collapse:0;
	border-spacing:0;
}
table.basic02 td,
table.basic02 th{
	padding:10px;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	text-align:left;
}

table.basic02 th{
	background:#FFF0EB;
}

table.sp_disp_block td,
table.sp_disp_block th{
	display:table-cell;
}

table td.gray,
table th.gray{
	background:#f2f2f2;
}
/*---table------------------------------------------*/

#event .box_gray{
	margin-top:30px;
	border:1px solid #ccc;
	background:#fafafa;
	padding:15px;
}

#event .box_gray .headline{
	border-left:3px solid #00A0C6;
	padding:2px 0 2px 5px;
}

#event ul,
#event ol{
	padding: 0 0 0 2em;
}

#event ul li,
#event ol li{
	line-height:1.5;
	margin-bottom:10px;	
}

#event .caution{
	margin:0 0 15px;
	padding:5px 10px;
	border:1px solid #f00;
	color:#f00;
}

#event .l_blue_box{
	padding:10px;
	background:#F1F8FF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
/*---外部リンク------------------------------------------*/
.external_link a{
	display:inline-block;
	padding:10px;
	background-color: #00A0C6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color:#FFFFFF;
}
/*---外部リンク------------------------------------------*/

/*---外部リンク------------------------------------------*/
.other_link a{
	display:inline-block;
	padding:10px;
	background-color: #389d28;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color:#FFFFFF;
}
/*---外部リンク------------------------------------------*/

/*---学校情報ページリンク------------------------------------------*/
#link{
	background:#00A0C6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding:5px;
}
#link td{
	vertical-align:middle;
	color:#fff;
	padding:5px 10px;
}

#link .link_left{
	background:#FFF;
	color:#00A0C6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align:center;
	width:4em;
	line-height:1.5;
	font-size:12px;
}

#link .link_right{
	text-align:right;
}

#link .link_right a{
	color:#fff;
}
/*---学校情報ページリンク------------------------------------------*/

/*-----------記事ページサイドメニュー------------*/
#bucknmb .manabu {
	background: #00A0C6;
}

#bucknmb .manabu:before{
	border-right: 8px solid #00A0C6;
	border-top: 8px solid #00A0C6;
}
/*-----------記事ページサイドメニュー------------*/

/**
 * タブレット端末用
**/

@media only screen and (min-width: 651px) and (max-width: 960px) {

}


/**
 * スマートフォン端末用
**/

@media only screen and (max-width: 650px) {
#left_con{
	font-size:16px;
	line-height:1.6;
}

h2#page_title{
	padding:10px;
	font-size: 22px;
}

.daigakumei table{
	width:100%;
}

.daigakumei th{
	display:block;
	padding:10px 10px;
}
.daigakumei td{
	display:block;
	padding:10px;
}

#event h3{
	font-size:20px;
}

#event h4{
    font-size: 18px;
}
 
#event h4:first-letter{
    font-size:24px;
}

#event ol.autoNum li{
	padding:23px 15px 15px;
	margin: 38px 0 0 0;
}

#event ol.autoNum li:before {
	top: 0;
	left: 50%;
	margin-left:-18px;
}

/*---1マイ写真 中央------------------------------------------*/
#event .boxImg_C{
	width:100%;
}
/*---1マイ写真 中央------------------------------------------*/

/*---1マイ写真 右------------------------------------------*/
#event .boxImg_R{
	max-width:80%;
	float:none;
	margin:0 auto 20px;
}
#event .boxImg_R img{
	display:block;
	margin:0 auto;
}

/*スマホでもフロート*/
#event .boxImg_R.spFloat{
	float:right;
	margin-left:1ex;
	max-width:40%;
}
/*---1マイ写真 右------------------------------------------*/


/*---2マイ写真------------------------------------------*/
#event .boxImg2{
	padding-top:0;
}

#event .boxImg2 .box{
	width:80%;
	float:none;
	margin:20px auto 0;
}

#event .boxImg2 .box img{
	max-width:100%;
}

#event .boxImg2 .box .cap{
	width:100%;
}
/*---2マイ写真------------------------------------------*/

/*---3マイ写真------------------------------------------*/
#event .boxImg3{
	padding-top:0;
}

#event .boxImg3 .box{
	width:80%;
	float:none;
	margin:20px auto 0;
}

#event .boxImg3 .box img{
	max-width:100%;
}

#event .boxImg3 .box .cap{
	width:100%;
}
/*---3マイ写真------------------------------------------*/

/*---動画------------------------------------------*/

#event .videoR{
	width:80%;
	float:none;
	margin:0 auto 20px;
}

#event .video2,
#event .video3{
	padding-top:0;
}

#event .video2 .voverlay,
#event .video3 .voverlay{
	float:none;
	width:80%;
	margin: 20px auto 0 !important;
}

#event .video2 .voverlay img,
#event .video3 .voverlay img{
	width:100%;
}
/*---動画------------------------------------------*/

/*---table------------------------------------------*/
table.basic{
	width:100%;
}

table.basic caption{
	font-size:18px;
}

table.sp_disp_block td,
table.sp_disp_block th{
	display:block;
}
/*---table------------------------------------------*/

#event .caution{
	margin:0 0 15px;
}

}
