@charset "utf-8";
/* CSS Document */


/***********************************

index

***********************************/

/* mainImg 
¥á¥¤¥ó»­Ïñ¡¢¥«¥ë©`¥»¥ë¤ÏpowerCMSé_°k‚È¤ÇÔO¶¨¤·¤Æ¤¤¤ë
»­Ïñ¥µ¥¤¥º¤Ï‰ä¸ü¿ÉÄÜ¡£¸ß¤µ¤ò‰ä¸ü¤·¤¿ˆöºÏ¤Ï±³¾°»­Ïñ¤Î¸ß¤µ¤âÍ¬¤¸Êý‚Ž¤Ë‰ä¸ü¤¹¤ë¡£	
				**********/

					
/*#index-mainImg{
	background-image: url(/img/index/bg_mainImg.png);
	background-repeat: repeat-x;
	text-align:center;
}

#index-mainImg img{
	margin:0 auto;
}
#mainImg-thumnail{
	width:100%;
	margin: 0 auto;
	background-color: #EBEBEA;
	padding: 15px 0;
}
#mainImg-thumnail #mainImg-thumnail-inner{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
#mainImg-thumnail #mainImg-thumnail-inner p.btn-left{
	position: absolute;
	top:40%;
	left: 5%;
}
#mainImg-thumnail #mainImg-thumnail-inner p.btn-right{
	position: absolute;
	top:40%;
	right: 5%;
}
#mainImg-thumnail ul{
	width:740px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

#mainImg-thumnail ul li {
	width:200px;
	position: relative;
}
#mainImg-thumnail ul li img{
	width:100%;
}
#mainImg-thumnail ul li span.caption{
	display: block;
	width:190px;
	background: rgba(255,255,255,0.7);
	position: absolute;
	bottom:0;
	text-align: right;
	font-size: 0.7em;
	padding:3px;
}*/

/* mainArea */
#index-mainArea{
	clear:both;
	background:#fff url(../img/bg02.png) repeat 0 0;
	padding:20px 0;
}
#index-mainArea p{
	margin:5px 0;
}
/* leftside */
#index-mainArea #main #leftside{
	float:left;
	width:570px;
}


/* newsbox */
#newsbox{
	background-color:#dae4f4;
	border-top:2px solid #0942B7;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	/*height:550px;*/
}
#newsbox #tabarea{
	height:55px;
	position:relative;
}
#newsbox #newsttl{
	display:block;
	padding-left:20px;
	padding-top:20px;
	color:#0844a0;
	/*text-indent:-9000px;*/
}
#newsbox ul#newstub{
	position:absolute;
	right:0;
	bottom:0;
}
#newsbox ul#newstub li{
	display:block;
	float:left;
	width:60px;
	font-size:0.7em;
	text-align:center;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	background-color:#ededed;
	padding:5px;
}
#newsbox ul#newstub li .pc-img{
	font-size:0.7em;
}
#newsbox ul#newstub li a{
	display:block;
}
#newsbox ul#newstub li a:link{
	text-decoration:none;
	color:#000;
}


/*ßx’k¥¿¥Ö*/
#newsbox ul#newstub li.on{
	display:block;
	float:left;
	width:60px;
	font-size:0.7em;
	text-align:center;
	border-top:1px solid #0e5ec2;
	border-left:1px solid #0e5ec2;
	background-color:#0e5ec2;
	padding:5px;
	color:#fff;
}
#newsbox ul#newstub li.on .pc-img{
	font-size:0.7em;
	color:#fff;
}
#newsbox ul#newstub li.on a{
	text-decoration:none;
	display:block;
}



#newsbox #newslist{
	padding:30px 20px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color:#fff;
}
#newsbox #newslist ul li{
	border-bottom:1px dotted #ccc;
	padding:10px 0;
	font-size:0.8em;
}
#newsbox #newslist ul li img{
	float:left;
	margin-right:10px;
}

/* newsbtn */
#newsbox #newspage-btn {
	text-align:center;
	background-color: #ededed;
	padding: 2% 0;
	font-size:0.8em;
}
#newsbox #newspage-btn a:link{
	text-decoration: none;
	color:#000;
}

/* rightside */
#index-mainArea #main #rightside{
	width:383px;
	float:right;
}
#index-mainArea #main #rightside #requestBox{
	margin-bottom:20px;
}
#index-mainArea #main #rightside #requestBox ul li.leftbn{
	float:left;
}
#index-mainArea #main #rightside #requestBox ul li.rightbn{
	float:right;
}
#index-mainArea #main #rightside #fuzokuBox{
	clear:both;
	margin-bottom:20px;
	border: solid #ccc 1px;
	padding:10px;
	background-color:#fff;
}
#index-mainArea #main #rightside #fuzokuBox .fuzokulist{
	padding:10px 0 10px 0;
	border-bottom:dotted #ccc 1px;
	clear:both;
}
#index-mainArea #main #rightside #fuzokuBox #no-line{
	padding:10px 0 10px 0;
	border-bottom:none;
	clear:both;
}

#index-mainArea #main #rightside #fuzokuBox .fuzokulist img{
	width:118px;
	float:left;
}

#index-mainArea #main #rightside #fuzokuBox .fuzokulist .txtbox{
	display:block;
	width:230px;
	float:right;
	padding:0;
}
#index-mainArea #main #rightside #fuzokuBox .fuzokulist .txtbox p{
	font-size:0.8em;
	line-height:1.2;
}
#index-mainArea #main #rightside #fuzokuBox .fuzokulist .txtbox p a{
	font-size:1.5em;
	font-weight:bold;
	padding-left:15px;
	background:#fff url(../img/arrow_sidebn.png) no-repeat 0 7px;
}
#index-mainArea #main #rightside #fuzokuBox .fuzokulist .txtbox p a:link{
	text-decoration: none;
	color: #000;
}
#index-mainArea #main #rightside #bnset{
	height:60px;
	margin-top:20px;
	margin-bottom:30px;
}
#index-mainArea #main #rightside #bnset ul li.leftbn{
	float:left;
	margin-bottom:12px;
}
#index-mainArea #main #rightside #bnset ul li.rightbn{
	float:right;
	margin-bottom:12px;
}

#index-mainArea #main #rightside #bnrarea{
	clear: both;
	padding-top:20px;
}
#index-mainArea #main #rightside #bnrarea ul li{
	/*border:1px solid #ccc;
	background-color:#fff;*/
	text-align: center;
	line-height: 5em;
	margin-bottom:5px;
}

/* Ñ§²¿?Ñ§¿Æ */
#index-mainArea #main #rightside #bnbox{
	margin:5px 0;
}
#index-mainArea #main #rightside #bnbox > ul > li {
	padding-right:10px;
	height: 129px;
	margin-bottom:10px;
}
#index-mainArea #main #rightside #bnbox > ul > li:first-child {
	background-image: url(/img/sp/index/contents-bnr01.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
}
#index-mainArea #main #rightside #bnbox > ul > li:nth-child(2) {
	background-image: url(/img/sp/index/contents-bnr02.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
}
#index-mainArea #main #rightside #bnbox > ul > li:last-child {
	background-image: url(/img/sp/index/contents-bnr03.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
}
/*#index-mainArea #main #rightside #bnbox > ul > li > p {
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
	background:#fff url(../img/arrow_sidebn.png) no-repeat 0 7px;
	padding-left: 15px;
	padding-bottom:5px;
} */
#index-mainArea #main #rightside #bnbox > ul > li > a img {
	float:left;
	margin:0;
}
#index-mainArea #main #rightside #bnbox > ul > li > p.gakubuttl{
	display:none;
}
#index-mainArea #main #rightside #bnbox > ul > li > ul {
	float:left;
	margin:10px 0;
}
#index-mainArea #main #rightside #bnbox > ul > li > ul > li {
	background: url(/img/sp/index/link-icon.png) no-repeat left center;
	font-size:0.8em;
	padding-left:10px;
	margin-left: 10px;
}
#index-mainArea #main #rightside #bnbox a:link{
	color:#fff;
	text-decoration:none;
}
#index-mainArea #main #rightside #bnbox a:hover{
	color:#fff;
	text-decoration:underline;
}
#index-mainArea #main #rightside #bnbox a:visited{
	color:#fff;
	text-decoration:none;
}



/***********************************

newslistpage

***********************************/

ul.newslistpage li{
	border-bottom:1px solid #ccc;
	line-height:2;
}
ul.newslistpage li img{
	float:left;
	margin-right:10px;
	margin-top:10px;
}

	



/***********************************

newspage

***********************************/

#blogicon{??/* blogicon */
   -moz-border-radius: 5px;    /* ¹Å¤¤Firefox */
   -webkit-border-radius: 5px; /* ¹Å¤¤Safari,Chrome */
   border-radius: 5px;
   background-color: #000;
   color:#fff;
   font-size:0.8em;
   text-align:center;
   padding:5px 10px;
   margin:20px 0;
   width:20%;
}

h3 .kategori-01{¡¡/* ¤ªÖª¤é¤» */
   -moz-border-radius: 5px;    /* ¹Å¤¤Firefox */
   -webkit-border-radius: 5px; /* ¹Å¤¤Safari,Chrome */
   border-radius: 5px;
   background-color:#fad942;
   color:#000;
   width:60px;
   font-size:0.5em;
   text-align:center;
   padding:0 10px;
   margin-right:10px;
}
h3 .kategori-02{¡¡/* ¥¤¥Ù¥ó¥È */
   -moz-border-radius: 5px;    /* ¹Å¤¤Firefox */
   -webkit-border-radius: 5px; /* ¹Å¤¤Safari,Chrome */
   border-radius: 5px;
   background-color: #fd9c1f;
   color:#000;
   width:60px;
   font-size:0.5em;
   text-align:center;
   padding:0 10px;
   margin-right:10px;
}
h3 .kategori-03{¡¡/* ÈëÔ‡ */
   -moz-border-radius: 5px;    /* ¹Å¤¤Firefox */
   -webkit-border-radius: 5px; /* ¹Å¤¤Safari,Chrome */
   border-radius: 5px;
   background-color: #f66956;
   color:#000;
   width:60px;
   font-size:0.5em;
   text-align:center;
   padding:0 10px;
   margin-right:10px;
}
h3 .kategori-04{¡¡/* ½ÌÂš†TÄ¼¼¯ */
   -moz-border-radius: 5px;    /* ¹Å¤¤Firefox */
   -webkit-border-radius: 5px; /* ¹Å¤¤Safari,Chrome */
   border-radius: 5px;
   background-color: #9ec210;
   color:#000;
   width:60px;
   font-size:0.5em;
   text-align:center;
   padding:0 10px;
   margin-right:10px;
}
h3 .kategori-05{¡¡/* ¹«¸æ */
   -moz-border-radius: 5px;    /* ¹Å¤¤Firefox */
   -webkit-border-radius: 5px; /* ¹Å¤¤Safari,Chrome */
   border-radius: 5px;
   background-color: #a8c7f9;
   color:#000;
   width:60px;
   font-size:0.5em;
   text-align:center;
   padding:0 10px;
   margin-right:10px;
}



#main-news #back{
	padding:5px 20px;
	background-color:#eaeaea;
	font-size:0.8em;
	margin:30px 0;
}
#main-news #back a:link{
	color:#000;
	text-decoration:none;
}
#main-news #back a:hover{
	text-decoration:none;
	color:#999;
}



/***********************************

sitemap

***********************************/

#rightside ul#sitemappage li{
	padding-left:15px;
	background:#fff url(../img/arrow_sitemap.png) no-repeat 0 6px;
	line-height:1.5;
}
#rightside ul#sitemappage li ul{
	padding-left:20px;
	margin-bottom:15px;
}
#rightside ul#sitemappage li ul li{
	padding-left:15px;
	background:#fff url(../img/arrow_sitemap.png) no-repeat 0 6px;
	line-height:1.5;
}


/***********************************

gakubu

***********************************/

/* gakububack */

.gakubu-backbtn {
	clear:both;
	padding:10px 0px;
	font-size:0.8em;
	text-align:left;
}
.gakubu-backbtn p{
	/*float:right;*/
	padding-left:20px;
	background:#fff url(../img/arrow_gakububack.png) no-repeat 0 center;
}

.gakubu-backbtn p a:link{
	text-decoration:none;
	color:#000;
}
.gakubu-backbtn p a:hover{
	text-decoration:underline;
}
.gakubu-backbtn p a:visited{
	color:#000;
}

/***********************************

campusmap

***********************************/
#photo #close{
	text-align:center;
	margin:20px 0;
}
div.campusmap-thumbnail{
	background-color:#faf6f2;
	padding:20px;
}	
/*table.campusmap-thumbnail td a img{
	margin:0;
	padding:0;
	display:inline;
}*/

/* ±íÄÚ¤Î»­Ïñ¤Ë¥ê¥ó¥¯¤òÙN¤ë¤ÈÉÏ¤Ë¥¹¥Ú©`¥¹¤¬¤Ç¤­¤ë¤Î¤ò»Ø±Ü *
#rightside table td a img{
	margin:0;
	padding:0;
	display:inline;
}
#main-news table td a img{
	margin:0;
	padding:0;
	display:inline;
}


