/* このcssはPC版で表示した時に使われます */
/* min-width:500px→500px以上で適用 */

/*■初期設定*/

body{
	color:#000000;/*通常のテキストカラー*/
}

a{
	color:#ffc000;/*通常のリンクテキストカラー*/
	text-decoration:none;/*マウスが乗った時下線を表示（つけない場合は underline を none へ）*/
}

a:hover{
	color:#000000;/*マウスが乗った時の通常のリンクテキストカラー*/
	text-decoration:none;/*マウスが乗った時下線を表示（つけない場合は underline を none へ）*/
}

/*■フォントサイズ調整*/
body {
	font-family:'メイリオ',Meiryo;/*フォント種*/
	text-align:left;
}

/* ここからは、headerの設定 */
h1{
	margin:0;
}

h1 .pc{
	display:block;
	width:100%;
	float:center;
	margin:none;
}

h1 .sp{
	display:none;
	width:100%;
	float:center;
	margin:none;
}

/* ここからは、メインの部分の設定 */
.main{

	margin:5px 2%;
}

.all{
	display:flex; /* 小要素を横に並べるという指定 */
	margin:none;
}

.kikaku{
	position:relative;
	margin:5px;
	list-style: none;               /* リストの黒丸をなしに */
	width: 50%;
}

.kikaku img{
	width:100%;
}

.kikaku .pc{
	display:block;
	width:100%;
	float:center;
	margin:none;
}

.kikaku .sp{
	display:none;
	width:100%;
	float:center;
	margin:none;
}

.link .pc{
	width:100%;
	margin:0;
	position:absolute;
	bottom:-1%;
	right:0%;
}

.link .sp{
	display:none;
}


.main p{
    font-size:0.8rem;
    text-align: center;
}

.main p a{
    color:#00a800;
}



#opencampus{
    text-align:center;
	color:#000000;
	font-size:300%;
}

#opencampusDate{
    text-align:center;
	color:#000000;
	line-height: 0.5;
}


#day{
	font-size:300%;
	color:#0085C7;
}
#hour{
	font-size:300%;
	color:#F4C300;
}
#minute{
	font-size:300%;
	color:#009F3D;
}
#second{
	font-size:300%;
	color:#DF0024;
}

#a,
#b,
#c,
#d,
#e{
	font-size:200%;
}



/* ここからはページのフッターの設定、適当に読み飛ばして*/
.copy{
	height:20px;
	font-size:10px;
	text-align:right;
	padding:2px;
	margin:4px 0 0 0;
}
.copy a{
	text-decoration:none;
}
.p-copy{
	height:20px;
	font-size:10px;
	text-align:right;
	padding:2px;
	margin:4px 0 0 0;
}