  @charset "utf-8";
header:after,
nav:after,
article:after,
.box:after,
.movie-list:after,
.clearfix:after {
	content: ""; 
	display: block; 
	clear: both;
}

body {
	background: #fff url(../content/bg_body.png) no-repeat right top fixed;
}
body,td,th,p {
	font-family: "¥Ò¥é¥®¥ÎÍè¥´ Pro W4","¥Ò¥é¥®¥ÎÍè¥´ Pro","Hiragino Maru Gothic Pro","¥Ò¥é¥®¥Î½Ç¥´ Pro W3","Hiragino Kaku Gothic Pro","HGÍè?????M-PRO","HGMaruGothicMPRO";
	color: #333;
	line-height: 160%;
}

h1,h2,h3,h4,h5 {
	font-family: "¥Ò¥é¥®¥ÎÍè¥´ Pro W4","¥Ò¥é¥®¥ÎÍè¥´ Pro","Hiragino Maru Gothic Pro","¥Ò¥é¥®¥Î½Ç¥´ Pro W3","Hiragino Kaku Gothic Pro","HGÍè?????M-PRO","HGMaruGothicMPRO";
}

figure {
	margin: 0;
	padding: 0;
	display: block;
}
img {
	vertical-align:bottom;
	border: 0;
}



/* common 
--------------*/

/** box **/

.contents .box-c {
	background: rgba(160,160,160,0.3);
	padding: 20px;
}
.contents {
	padding-top: 20px;
}
.contents .box {
	margin-top: 20px;
}

/** hr **/

hr {
	border: 1px solid 333;
	margin: 20px 0px;
}

/** link **/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 10px;
	font-size: 12px;
}
#page-top a {
	background: #999;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 10px 0;
	text-align: center;
	display: block;
	border-radius: 6px;
	z-index: 9999;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
}

a {
	text-decoration: none;
	color: #27398F;
}
a:hover {
	text-decoration: underline;
	color: #069;
}


/** text **/

h1 {
	font-size: 20px;
	margin: 0px;
}
h2 {
	font-size: 21px;
}
h3 {
	font-size: 18px;
}
.h2-bdr,.h3-bdr {
	display: inline;
	padding-bottom: 4px;
	border-bottom: 1px solid #000;
}

h2 span,.h3-info span {
	font-size: 12px;
	font-weight: normal;
}
h2 span {
	padding-left: 10px;
	font-family:"£Í£Ó £ÐÃ÷³¯", "MS PMincho","¥Ò¥é¥®¥ÎÃ÷³¯ Pro W3", "Hiragino Mincho Pro", "serif";
}
h4,h5 {
	font-size: 16px;
}
h4.bline {
	border-bottom: 1px solid #999;
}
small {
	font-family:"£Í£Ó £ÐÃ÷³¯", "MS PMincho","¥Ò¥é¥®¥ÎÃ÷³¯ Pro W3", "Hiragino Mincho Pro", "serif";
	font-size: 11px;
}
.alert {
	color: #8D0003;
}
.rd {
	border: 1px solid #999;
	padding: 4px 20px;
	margin: 10px;
}

/* figure */
figure {
	text-align: center;
}
/* poster */
.poster {
}
.poster img {
	box-shadow:rgba(102, 102, 102, 0.4) 0px 0px 6px 3px;
	-webkit-box-shadow:rgba(102, 102, 102, 0.4) 0px 0px 6px 3px;
	-moz-box-shadow:rgba(102, 102, 102, 0.4) 0px 0px 6px 3px;
}

/* movie */
.movie-list {
	background: rgba(255,255,255,0.3);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
	height: 620px;
	overflow-y: scroll;
}
.movie {
	width: 280px;
	height: 300px;
	display: block;
	float: left;
	margin: 10px 10px;
}
moviecaption .movie-title {
	display: block;
	border-bottom: 1px dotted #999;
}


/* header
--------------*/
header {
	background: url(/publiclectures/content/bg_header.png) no-repeat right top;
	padding: 0px;
}
header #logotitle {
	float: left;
}

header #menu {
	float: right;
}

/** header title **/

header #title h1 {
	display: block;
	text-indent: -9999px;
	background: url(/publiclectures/content/title.png) no-repeat top left;
	background-size: contain;
}

/* contents
--------------*/


/** centering **/
header,
nav,
.contents,
.cntr,
footer {
	margin: 0 auto;
}

/** align **/
.align-l {
	text-align: left;
}
.align-r {
	text-align: right;
}
.align-c {
	text-align: center;
}



/* map */
.map {
	width: 100%;
	height: 200px;
	border: 1px solid #999;
}

/** list **/
.contents ul{
	list-style: none;
	padding: 0px;
}
.contents ol{
	padding: 0px;
	list-style-position: inside;
}
.contents li {
	padding-bottom: 10px;
}


/** information comment **/
.comment {
}
.comment .more {
	position: relative;
	z-index: 0;
}
.comment .onhidden {
	height: 180px;
	overflow-y: hidden;
}
.comment .morebtn {
	position: absolute;
	width: 120px;
	bottom: 0px;
	right: 0px;
	z-index: 999;
	background: rgba(100,160,180,0.9);
	border-radius: 5px;
}
.comment .morebtn a {
	color: #fff;
}
.comment .chair {
	margin-top: 30px;
}


/** table **/
.tbl-p {
	margin: 20px 10px 30px;
	border-bottom: 1px solid #999;
	width: 96%;
}
.tbl-p th,
.tbl-p td {
	padding: 5px;
	vertical-align: top;
}
.tbl-p th {
	border-bottom: 1px dotted #999;
}
.tbl-p th:nth-child(2n+0) {
	width: 34%;
}
.tbl-p caption {
	text-align: left;
}


/* footer
--------------*/
footer {
	border-top: 1px solid #666;
	margin-top: 30px;
	font-size: 12px;
	text-align: center;
}



/*** media ***/

/** mobile + tablet **/
@media screen and (max-width: 768px){
	img.img-r {
		max-width: 100%;
		height: auto;
		width /***/:auto;
	}
/** wrapper **/
	header,
	nav,
	.contents,
	footer {
		width: 100%;
	}

/* header
--------------*/

/** header-logo **/
header #logo {
	width: 120px;
}
header #title h1 {
	width: 250px;
	height: 57px;
	display: block;
	text-indent: -9999px;
	background: url(/publiclectures/content/title.png) no-repeat top left;
	background-size: contain;
}


}

/*------------------
 mobile css 
 -------------------*/
@media screen and (max-width : 667px){


/* menu
--------------*/
.js #menu,nav small {
	display:none;
}
 
.js .slicknav_menu {
	display:block;
}

a.todaitv {
	color: #ff9d12 !important;
}
.sub_menu{
	position: inherit;
	}

/** list **/
ul.navi {
	padding: 0px;
	margin: 0px;
	list-style: none;
}



/** pagemenu **/
.pagemenu {
	padding: 0;
	font-size: 0px;
}
.pagemenu li {
	font-size: 14px;
	margin: 5px 10px;
}
.pagemenu li a {
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
.pagemenu li a:hover {
	border-bottom: 1px solid #ccc;
}


/** dl **/
.contents .dl-hz {
	line-height: 160%;
}
.contents .dl-hz dt {
	font-weight: bold;
}
.contents .dl-hz dd {
	margin-bottom: 20px;
}
	
	
.img-l {
	margin: 10px;
	border-radius: 10px;
	
}

}/* end mobile */


/*** media ***/
/** tablet + pc **/

@media screen and (min-width: 668px){
/* menu
--------------*/
.slicknav_menu {
	display:none;
}


/* header
--------------*/

header #logotitle {
	width: 270px;
}
header #menu {
	margin-top: 70px;
	text-align: right;
}


/** header-logo **/
header #logo {
	width: 180px;
}

/** header title **/
header #title {
	width: 270px;
}
header #title h1 {
	height: 65px;
}




/** header menu **/

ul.navi {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
ul.navi li {
	display: inline-block;
	position: relative;
	text-align: center;
}
ul.navi li a {
	background: #000;
	border: 1px solid #000;
	display: block;
	padding: 0px 8px;
	color: #fff;
}
ul.navi li a.todaitv {
	background: #ff9d12;
}
ul.navi li a.todaitv:hover{
	background: #ff7800;
}
ul.navi li small {
	color: #333;
	font-size: 10px;
	display: block;
	padding: 0px 5px;
}

ul.navi li a:hover,
ul.navi li .active {
	text-decoration: none;
	background: #999;
}

.nb01{
	width: 50px;
}
.nb02{
	width: 120px;
}
.nb03{
	width: 120px;
}

header #menu .todaitv {
	width: 90px;
}

.sub_menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1;
	width: 100%;
	text-align: left;
	font-size: 14px;
}
.sub_menu li {
	margin-left: -40px;
	}
.sub_menu li a:hover{
	background: #eee;
	}
.sub_menu li a{
	padding: 0px;
	margin-left: 0px;
	display: block;
	}


/** pagemenu **/
.pagemenu {
	padding: 0;
	font-size: 0px;
}

.pagemenu li {
	display: inline-block;
	text-align: center;
	font-size: 14px;
	margin: 5px 10px;
}
.pagemenu li a {
	display: block;
	text-decoration: none;
	border-bottom: 1px solid rgba(255,255,255,0);
}
.pagemenu li a:hover {
	border-bottom: 1px solid #ccc;
}

/** dl **/
.contents .dl-hz {
	line-height: 180%;
}
.contents .dl-hz dt {
	width: 12em;
	float: left;
	clear: both;
}
.contents .dl-hz dd {
	margin-left: 13em;
	margin-bottom: 20px;
}

.img-l {
	float: left;
	width: 200px;
	margin: 10px;
	margin-right: 30px;
	border-radius: 10px;
	
}

.img-m {
	width: 290px;
	
}

}/** /tablet + pc **/


/*------------------
 pc css 
 -------------------*/
@media screen and (min-width: 769px){

/** wrapper **/
header,
nav,
.contents,
footer {
	width: 960px;
}



/* contents
--------------*/

.box {
	}

.box-left {
	float: left;
}
.box-right {
	float: right;
}
.box-20 {
	width: 16%;
}
.box-30 {
	width: 26%;
}

.box-32 {
	width: 32%;
}
.box-32:nth-of-type(2) {
	margin-left: 20px;
}
.box-40 {
	width: 36%;
}
.box-50 {
	width: 46%;
}
.box-60 {
	width: 56%;
}
.box-70 {
	width: 66%;
}
.box-80 {
	width: 76%;
}

/* footer
--------------*/

}/* end pc */


/** fontello **/
@font-face {
  font-family: 'fontello';
  src: url('/publiclectures/font/fontello.eot?20998854');
  src: url('/publiclectures/font/fontello.eot?20998854#iefix') format('embedded-opentype'),
       url('/publiclectures/font/fontello.woff2?20998854') format('woff2'),
       url('/publiclectures/font/fontello.woff?20998854') format('woff'),
       url('/publiclectures/font/fontello.ttf?20998854') format('truetype'),
       url('/publiclectures/font/fontello.svg?20998854') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('/publiclectures/font/fontello.svg?20998854') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-up-big:before { content: '\e801'; } /* '?' */
.icon-export:before { content: '\e802'; } /* '?' */
.icon-calendar:before { content: '\e803'; } /* '?' */
.icon-user-1:before { content: '\e804'; } /* '?' */
.icon-file-pdf:before { content: '\f1c1'; } /* '?' */

/*------------------
 print css 
 -------------------*/
@media print{

#searchbox,
nav,
#page-top,
.flexslider {
	display: none;
}
body {
	font-size: 12px;
	color: #000;
}
}

