@charset "utf-8";
/* CSS Document */
/* font */ 
#nav, #news, #mainContents h3, #about .aboutInner h3 { font-family:"Shin Maru Go Medium", sans-serif; }
#footer .copyright, #mainContents .contents p, .researchBox .textBox .date {font-family:"Shin Maru Go Light", sans-serif; }
.researchBox .textBox h3 a, .scopeBox .textBox h3 a {font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
#moya .jh_moya {font-family:"Takamodern"; }

body.top {
	background-image: url(/core/img/bg.jpg);
	background-repeat: repeat;
}
#header {
	width:100%;
	background: url(/core/img/mainBg_sp.png) repeat left top;
}
#header h1 {
	height:83px;
	display: block;
	text-indent: -9999px;
	background: url(/core/img/768/h1.png) no-repeat center top;
		-webkit-background-size: contain;
	background-size: contain;
}
.mainImage_sp img {
	width:100%;
	height:100%;
}
ul#ten {
	display:none;
}
.aboutCoS {
	width: 70%;
	margin: 15px 5% 20px 5%;
	padding: 5% 10%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 3px #000000;
	-webkit-box-shadow: 0px 0px 3px #000000;
	box-shadow: 0px 0px 3px #000000;
	background: #FFFFFF url(../img/arrow03.png) no-repeat 20px center;
	background-size:8px 9px;
}
.aboutCoS a img {
	width:86%;
	margin:0 12%;
}
#news {
	width:100%;
	margin:10px auto 50px auto;
	color:#FFFFFF;
}
#news h2 {
	width:90%;
	padding:0 5%;
}
#news h2 img {
	width:100%;
	display:block;
}
.slide {
	width:90%;
	padding:0 5%;
}
.owl-carousel {
	width:100%;
	margin: 20px auto 0 auto;
	display:block;
	overflow:hidden;
}
.owl-carousel .item {
	width:100%;
	float:left;
}
.owl-carousel .item a .news_ph {
	width:100%;
	margin-bottom:10px;
	cursor:grab;
		-webkit-transition:  opacity 0.2s ease-out; -moz-transition:  opacity 0.2s ease-out; -ms-transition:  opacity 0.2s ease-out; -o-transition:  opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}
.owl-carousel .item a .news_ph img {
	width:100%;
}
.owl-carousel .item a .news_ph:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity:0.7;
		-webkit-transition:  opacity 0.2s linear; -moz-transition:  opacity 0.2s linear; -ms-transition:  opacity 0.2s linear; -o-transition:  opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
.owl-carousel .item .day {
	font-size:80%;
}
.owl-carousel .item a {
	text-decoration:none;
	color:#ffffff;
		-webkit-transition:  color 0.2s ease-out; -moz-transition:  color 0.2s ease-out; -ms-transition:  color 0.2s ease-out; -o-transition:  color 0.2s ease-out;
	transition: color 0.2s ease-out;
}
.owl-carousel .item a:hover {
	color: #FFED00;
		-webkit-transition:  color 0.2s linear; -moz-transition:  color 0.2s linear; -ms-transition:  color 0.2s linear; -o-transition:  color 0.2s linear;
	transition: color 0.2s linear;
}
#mainContents {
	width:90%;
	margin:0 5% 15px 5%;
	padding:0;
	color:#FFFFFF;
}
#mainContents h2 {
	width:100%;
}
#mainContents h2 img {
	width:100%;
}
#mainContents .contents {
	width: 80%;
	margin:0 10% 25px 10%;
}
#mainContents .contents h3 a {
	display:block;
	margin: 0 0 0.4em 0;
	padding: 3px 0 3px 30px;
	color:#FFFFFF;
	font-size:120%;
	vertical-align: middle;
	text-decoration:none;
	background:url(/core/img/arrow05.png) no-repeat left center;
	transition: all 0.2s;
}
#mainContents .contents h3 a:hover {
	background:url(/core/img/arrow05_h.png) no-repeat 7px center;
}
	
#mainContents .contents .contents_ph {
	width: 100%;
	margin-bottom:10px;
	padding-top:17px;
}
#mainContents .contents .contents_ph a {
		-webkit-transition:  opacity 0.2s ease-out; -moz-transition:  opacity 0.2s ease-out; -ms-transition:  opacity 0.2s ease-out; -o-transition:  opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}
#mainContents .contents .contents_ph a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity:0.7;
	
		-webkit-transition:  opacity 0.2s linear; -moz-transition:  opacity 0.2s linear; -ms-transition:  opacity 0.2s linear; -o-transition:  opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
#mainContents .contents .contents_ph a img {
	width:100%;
}
#mainContents .contents p {
	padding: 0 0.5em;
	font-size:95%;
}

#footer {
	width: 100%;
	padding-top:20px;
	line-height:1.3em;
	background: url(/core/img/footerBg.png) repeat-x left top;
		-webkit-background-size: contain;
	background-size: contain;
}
#footer .nwuLink {
	width:200px;
	margin:0 auto 15px auto;
}
#footer .nwuLink img {
	width:100%;
}
#footer .coreLink {
	text-align:center;
	color:#FFFFFF;
	margin-bottom:10px;
}
#footer .coreLink b {
	color:#8ec31e;
}
#footer .coreLink i {
	color: #FF00E3;
	font-style:normal;
	font-weight:bold;
}
#footer .coreLink span {
	font-size:90%;
	line-height:10px;
}
#footer .copyright {
	font-size:80%;
	color:#BDBDBD;
	text-align:center;
}
#saburo {
	width: 100%;
	margin: 20px 0;
	padding: 30px 0;
	background-color: #F1F1F1;
	border-top: 1px solid #539B5C;
	border-bottom: 1px solid #539B5C;
}
#saburo h2 {
	width:80%;
	margin:0 10% 30px 10%;
}
#saburo h2 img {
	width:100%;
}
#saburo .reservation a {
	display: block;
	width: 80%;
	margin: 0 10% 1em 10%;
	padding: 20px 0;
	text-align: center;
	background-color: #ffffff;
	text-decoration: none;
	font-size: 120%;
	font-weight:bold;
	color: #426513;
	border: 1px solid #EDEDED;
}
#saburo .reservation a:hover {
	color:#FFFFFF;
	background-color:#426513;
}
#saburo .about_saburo {
	text-align:center;
	color:#426513;
}
.access {
	width:90%;
	margin:0 5% 20px 5%;
}
.access a img {
	width:100%;
}
/********** sub **********/

#subHeader {
	width: 100%;
	background: url(/core/img/headerLine.png) repeat-x left bottom;
}
#subHeader h1 a {
	width:70%;
	height:60px;
	margin-left:7px;
	float: left;
	display:block;
	text-indent:-9999px;
	background: no-repeat url(../img/h1_sub.png) left top;
		-webkit-background-size: contain;
	background-size: contain;
}
#nav ul {
	display:none;
	
	width:96%;
	margin:0 2% 20px 2%;
	background:url(/core/img/bg.jpg) repeat left top;
	
		-moz-box-shadow: 0px 10px 4px #000000; -webkit-box-shadow: 0px 0px 4px #000000;
	box-shadow: 0px 0px 4px #000000;
}
#nav ul li {
	border-bottom: 1px solid #B9DFAF;
}
#nav ul li:last-child {
	border:none
}
#nav ul li a {
	padding:1.3em;
	display:block;
	text-decoration:none;
	color:#FFFFFF;
}
.btn {
	padding:10px 0;
	float:right;
}

/*** bamburger ***/
.tcon {
	width: 40px;
	appearance: none;
	border: none;
	cursor: pointer;
		display: -webkit-flex;
		display: -ms-flexbox;
	display: flex;
		-webkit-justify-content: center; -ms-flex-pack: center;
	justify-content: center;
		-webkit-align-items: center; -ms-flex-align: center;
	align-items: center;
	height: 40px;
	transition: 0.2s;
		-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none;
	user-select: none;
	background: transparent;
	outline: none; }
  .tcon > * {
    display: block; }
  .tcon:hover, .tcon:focus {
    outline: none; }
  .tcon::-moz-focus-inner {
    border: 0;
}
.tcon-menu__lines {
	width: 40px;
	height: 5.71429px;
	display: inline-block;
	border-radius: 2.85714px;
	transition: 0.2s;
	background: #535353;
	position: relative;
}
.tcon-menu__lines::before, .tcon-menu__lines::after {
	width: 40px;
	height: 5.71429px;
	display: inline-block;
	border-radius: 2.85714px;
	transition: 0.3s;
	background: #535353;
	content: '';
	position: absolute;
	left: 0;
		-webkit-transform-origin: 2.85714px center;
	transform-origin: 2.85714px center;
	width: 100%;
}
.tcon-menu__lines::before { top: 10px; }
.tcon-menu__lines::after { top: -10px; }
.tcon-transform .tcon-menu__lines {
	-webkit-transform: scale3d(.8, .8, .8);
	transform: scale3d(.8, .8, .8);
}
.tcon-menu--arrow { width: auto; }
.tcon-menu--arrow.tcon-transform .tcon-menu__lines::before, .tcon-menu--arrow.tcon-transform .tcon-menu__lines::after {
	top: 0;
	width: 22.22222px;
}
.tcon-menu--arrow.tcon-transform .tcon-menu__lines::before {
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}
.tcon-menu--arrow.tcon-transform .tcon-menu__lines::after {
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}
.tcon-menu--arrowup { width: auto; }
.tcon-menu--arrowup.tcon-transform {
		-webkit-transform: scale3d(.8, .8, .8) rotate3d(0, 0, 1, 90deg);
	transform: scale3d(.8, .8, .8) rotate3d(0, 0, 1, 90deg);
}
.tcon-visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px; }
.tcon-visuallyhidden:active, .tcon-visuallyhidden:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
/*** hamburger END ***/

#footer_sub {
	width: 100%;
	margin-top:-20px;
	line-height:1.3em;
	padding:50px 0 30px 0;
	background: url(/core/img/footerBg_sub.png) repeat-x left top;
		-webkit-background-size: contain;
	background-size: contain;
}
#footer_sub .nwuLink {
	width:200px;
	margin:0 auto 15px auto;
}
#footer_sub .nwuLink img {
	width:100%;
}
#footer_sub .coreLink {
	text-align:center;
	color:#FFFFFF;
	margin-bottom:20px;
}
#footer_sub .coreLink b {
	color:#8ec31e;
}
#footer_sub .coreLink i {
	color: #FF00E3;
	font-style:normal;
	font-weight:bold;
}
#footer_sub .copyright {
	font-size:80%;
	color:#BDBDBD;
	text-align:center;
}

/***********************活動内容の紹介************************/
.research {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #EAD8A8;
}
.research .inner {
	width:90%;
	margin:0 auto;
	padding:15px 0; 
	background-color:#FFFFFF;
}
.research .inner h2 {
	margin-bottom:15px;
	padding-bottom:25px;
	border-bottom: 1px solid #D7D7D7;
}
.research .inner h2 img {
	width:90%;
	margin:10px 5%;
}
.researchBox {
	width: 90%;
	margin-bottom: 15px;
	padding: 0 5% 15px 5%;
	border-bottom: 1px solid #D7D7D7;
}
.researchBox .researchPh img {
	width:20%;
	margin-left:5%;
	float:right;
}
.researchBox .textBox {
	width:75%;
	float:left;
}
.researchBox .textBox h3 a {
	text-decoration:none;
	font-size:120%;
	color:#714c1e;
}
.researchBox .textBox .date {
	font-size:90%;
	color:#7C7C7C;
}
/***********************もやもや************************/

#moya {
	width: 100%;
	background-color:#ECECEC;
	background:url(/core/moya/img/bg.gif) repeat top left;
}
#moya .inner {
	width:96%;
	padding:2%;
}
#moya .moyamoya01, #moya .moyamoya02, #moya .moyamoya03 {
	width: 91%;
	margin:0 0 50px 0;
	padding: 3%;
	border-radius: 10px;
}
#moya .moyamoya01 {
	border: 1px solid #a9cdda;
		-moz-box-shadow: 0px 0px 3px #3ecbff;
		-webkit-box-shadow: 0px 0px 3px #3ecbff;
	box-shadow: 0px 0px 3px #3ecbff;
	background: url(/core/moya/img/768/moya03.png) repeat top left;
}
#moya .moyamoya02 {
	border: 1px solid #a9dabd;
		-moz-box-shadow: 0px 0px 3px #1eee4f; -webkit-box-shadow: 0px 0px 3px #1eee4f;
	box-shadow: 0px 0px 3px #1eee4f;
	background: url(/core/moya/img/768/moya04.png) repeat top left;
}
#moya .moyamoya03 {
	border: 1px solid #dabda9;
		-moz-box-shadow: 0px 0px 3px #f76d19; -webkit-box-shadow: 0px 0px 3px #f76d19;
	box-shadow: 0px 0px 3px #f76d19;
	background: url(/core/moya/img/768/moya05.png) repeat top left;
}
#moya h2 {
	width:100%;
	margin:15px 0 10px 0;
}
#moya h2 img {
	width:100%;
}
#moya .slideMoya {
	width:100%;
	line-height:1.5em;
}
#moya .slideMoya img {
	width:100%;
}

/***********************概　要************************/
#about {
	width:100%;
	padding-bottom:30px;
}
#about h2 {
	margin: 0 0 20px 0;
}
#about .aboutInner {
	width:96%;
	padding:0 2%;
}
#about .aboutInner img {
	width:100%;
}
#about .aboutInner h3 {
	width: 94%;
	margin: 0 0 20px 0;
	padding: 5% 3%;
	display: block;
	border-radius: 4px;
	border: 1px solid #A8A8A8;
	background: url(/core/img/close.png) no-repeat  right center;
	background-size: 15px 9px;
		-moz-box-shadow: 0px 0px 3px #ACACAC; -webkit-box-shadow: 0px 0px 3px #ACACAC;
	box-shadow: 0px 0px 3px #ACACAC;
}
#about .aboutInner h3.open {
	background:url(/core/img/open.png) no-repeat  right center;
	background-size: 15px 9px;
}
#about .aboutInner .program01,#about .aboutInner .program02,#about .aboutInner .program03,#about .aboutInner .program04 {
	display:none;
	width:90%;
	margin:0 5% 20px 5%;
}
#about .aboutInner h4 {
	margin:0 0 10px 0;
	padding:5px 0 5px 10px;
	font-size:110%;
	border-left: 5px solid #10C4E1;
}
#about dl.prj, #about dl.result {
	width:96%;
	padding:0 2%;
}
#about dl.prj dt, #about dl.result dt {
	font-weight:bold;
}
#about dl.prj dd, #about dl.result dd {
	margin:0 0 0.5em 0;
	padding: 0 0 0 2em;
	background: url(/core/img/arrow02.png) no-repeat 1em 0.3em;
	background-size: 9px 10px;
}
#about .aboutInner .arrow03 {
	width:50px;
	margin:15px auto;
}
#about .aboutInner .arrow03 img {
	width:100%;
}
#about .school h5 {
	font-size:120%;
	margin:0.5em 0;
	color:#00B42B;
}
#about .school h5 .red {
	color:#F73376;
}
#about .school h5 .blue {
	color: #3292F7;
}
#about .school h5 .yellow {
	color: #F7B232;
}
	
/***********************SCoPE************************/

.scope {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color:#000000;
	background: url(/core/scope/img/bg.jpg) repeat-y center top;
}
.scope .inner {
	width:90%;
	margin:0 5%;
	padding:15px 0;
	background: url(/core/scope/img/dlBg.png) repeat;
}
.scope .inner h2 {
	margin-bottom:20px;
}
.scope .inner h2 img {
	width:100%;
	margin:10px 0;
}

.scopeBox {
	width: 96%;
	margin-bottom: 15px;
	padding: 2%;
}
.scopeBox .scopePh img {
	width:25%;
	margin:1.5em 0 0 0;
	float:right;
}
.scopeBox .textBox {
	width:70%;
	float:left;
}
.scopeBox .textBox h3 a {
	text-decoration: none;
	font-size: 120%;
	color: #f3fffe;
	line-height:1.5em;
}
.scopeBox .textBox .date {
	font-size: 90%;
	color: #E4E4E4;
}

/***********************LADy SCIENCE BOOKLET************************/

.booklet {
	width:100%;
}
.booklet .inner {
	width:90%;
	margin:0 5%;
}
.booklet .inner p {
	text-align:center;
	margin:20px 0;
}
.booklet .inner h2 {
	margin:20px 0 35px 0;
}
.booklet .inner h2 img {
	width:100%;
}
ul.LBook {
	width:100%;
	margin:30px 0 0 0;
}
ul.LBook li {
	width:50%;
	margin:0 25% 30px 25%;
	text-align:center;
}
ul.LBook li img {
	width:100%;
}
ul.LBook li span {
	font-size:110%;
	font-weight:bold;
}
/***********************奈良でまなぶ************************/
#nara {
	width:100%;
}
#nara .inner {
	width:100%;
}
#nara .inner h2 {
	width:90%;
	margin:25px 5%;
}
#nara .inner h2 img {
	width:100%;
}
#nara .club ,#nara .humor {
	width:91%;
	margin:0 0 50px 0;
	padding:4%;
	background-color:#E7E7E7;
}
.slideNara .item {
	margin:0 15%;
}
.slideNara .item img {
	width:70%;
}

/***********************ディープ?アクティブ?ラーニングルーム************************/

#z103 {
	width:100%;
}
#z103 .inner {
	width:96%;
	padding:0 2% 50px 2%;
}
#z103 .inner h2 img {
	width:100%;
	margin:30px 0 50px 0;
}
#z103 .z103Btn a {
	width: 80%;
	margin: 0 10%;
	padding: 5% 0;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	color: #424242;
	display: block;
	text-decoration: none;
		-moz-border-radius: 5px; -webkit-border-radius: 5px;
	border-radius: 5px;
		-moz-box-shadow: 0px 0px 2px #000000; -webkit-box-shadow: 0px 0px 2px #000000;
	box-shadow: 0px 0px 2px #000000;
}
#z103 .z103Btn a:hover {
	color:#FFFFFF;
	background-color:#426513;
}
/***********************リンク************************/
.link_wrap {
	width:94%;
	margin: 0 3% 60px 3%;
}
.link_wrap h2 {
	display:block;
	width:400px;
	height:70px;
	margin: 40px auto 60px auto;
}
.link_wrap ul {
	border-top: 1px dotted #B3A690;
}
.link_wrap ul li {
}
.link_wrap ul li a {
	display: block;
	padding: 15px 0 15px 60px;
	font-size: 120%;
	color:#47433B;
	text-decoration: none;
	border-bottom: 1px dotted #B3A690;
	background:url(/core/img/arrow05_h.png) no-repeat 20px center;
}
.link_wrap ul li a:hover {
	background-color: #FFFCDC;
}
/***********************活動報告************************/
.koto_list {
	width:94%;
	padding:0 3% 60px 3%;
	background-color:#FFFFFF;
}
.koto_list h2 img {
	width:100%;
}
.koto_list h2 {
	padding: 25px 0;
}
.koto_list .prj_list a {
	display:block;
	width: 83%;
	margin: 25px auto;
	padding: 25px 5% 25px 12%;
	border: 1px solid #C0C0C0;
	border-radius: 10px;
	text-decoration:none;
	font-size:120%;
	font-weight:bold;
	color:#6F6F6F;
	background:url(/core/img/arrow06.png) no-repeat 5% center;
	transition: all 0.2s;
}
.koto_list .prj_list a:hover {
	background:url(/core/img/arrow06.png) no-repeat 8% center;
}
.koto {
	width:94%;
	padding:0 3% 60px 3%;
	background-color:#FFFFFF;
}
.koto h2 img {
	width:100%;
}
.koto h2 {
	padding: 25px 0 ;
}
.koto h3 {
	display:block;
	width:88%;
	margin: 0 3% 5px 3%;
	padding:10px 3%;
	font-size:140%;
	border-bottom:#CBCBCB solid 1px;
	border-left:#F380B9 solid 10px;
}
.koto .kotoBox {
	width:88%;
	margin: 30px 6%;
}
.koto .kotoPh {
	width:60%;
	margin: 0 20%;
}
.koto .kotoPh img {
	width:100%;
}
.koto .kotoBox .date {
	font-size:90%;
	color:#6F6F6F;
}
.koto .kotoBox a {
	color:#2A9BF8;
}
.koto .kotoBox a:hover {
	text-decoration:none;
}
/***********************グローバル化推進************************/
.global {
	width:94%;
	padding:0 3% 60px 3%;
	background-color:#FFFFFF;
}
.global h2 img {
	width:100%;
}
.global h2 {
	padding: 25px 0 0 0;
}
.global .globalBox {
	width:88%;
	margin: 30px 6% 40px 6%;
}
.global .globalPh {
	width:225px;
	margin: 0 20px 5px 0;
}
.global .globalPh img {
	width:100%;
	border: #D7D7D7 solid 1px;
}
.global .globalBox .date {
	display:inline-block;
	padding:5px 8px;
	font-size:90%;
	color:#FFFFFF;
	background-color:#4A5753
}
.global .globalBox a {
	display:block;
	color:#4E4E4E;
}
.global .globalBox a:hover {
	text-decoration:none;
}
/***********************授業風景動画************************/
.movie {
	width:92%;
	height:auto;
	margin:30px 4%;
	padding:0;
	background-color:#FFFFFF;
}
.movie .movie_wrap iframe {
	width:100%;
	height:315px;;
	margin: 30px 0;
}
.movie_cap {
	margin: 0 0 30px 0;
	font-size:80%;
	color:#5B5B5B;
	text-align:center;
}

/*****************************************************END********************************************************/

/********************************************(min-width:768px)start**********************************************/
@media screen and (min-width:768px){
#header h1 {
	height:133px;
	background: url(/core/img/768/h1.png) no-repeat center top;
		-webkit-background-size: contain;
	background-size: contain;
}
#news h2 img {
	visibility:hidden;
}
#news {
	width:90%;
	padding:0 5%;
}
#news h2 {
	width:100%;
	padding:0;
	background: url(/core/img/title_news.png) no-repeat center top;
		-webkit-background-size: contain;
	background-size: contain;
}
.owl-carousel .item {
	width:98%;
}
#mainContents {
	width:90%;
}
#mainContents h2 img {
	visibility:hidden;
}
#mainContents h2 {
	width:100%;
	padding:0;
	background: url(/core/img/title_contents.png) no-repeat center top;
		-webkit-background-size: contain;
	background-size: contain;
}
#mainContents .contents {
	width:40%;
	float:left;
	margin:0 5%;
}
#mainContents .contents .contents_ph {
	padding-top:17px;
	background: url(/core/img/contentsBg.jpg) no-repeat center top;
}
#mainContents .contents p {
	height:5em;
	padding: 0 0.5em;
	font-size:95%;
}
.aboutCoS {
	width: 70%;
	margin: 15px 5% 20px 5%;
	padding: 3% 10%;
}
.aboutCoS a img {
	width:70%;
	margin:0 15%;
}
#saburo h2 {
	width:60%;
	margin:0 20% 30px 20%;
}
.access {
	width:640px;
	margin: 30px auto;
}

/********** sub **********/
/***********************活動内容の紹介************************/
.research {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #EAD8A8 url(../research/img/768/bg.png) repeat-y 50% top;
}
.research .inner {
	width:450px;
	min-height:850px;
	margin:0 auto;
	background-color:#FFFFFF;
}
/***********************もやもや************************/
#moya h2 {
	width:60%;
}
#moya h2 img {
	width:100%;
}
/***********************概　要************************/
#about .aboutInner {
	width:92%;
	padding:0 4%;
}
#about .aboutInner img {
	width:80%;
	margin:0 10%;
}
#about .aboutInner h3 {
	font-size:120%;
}
/***********************SCoPE************************/
.scope .inner h2 {
	margin-bottom:15px;
	padding-bottom:25px;
}
.scope .inner h2 img {
	width:70%;
	margin:30px 15%;
}
.scopeBox {
	margin: 0 0 20px 0;
	background-image: url(/core/scope/img/1024/line.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
}
.scopeBox .scopePh img {
	width:25%;
	margin:1.2em 0 2% 0;
	float:right;
}
.scopeBox .textBox {
	width:70%;
	float:left;
}
.scopeBox .textBox h3 a {
	text-decoration: none;
	font-size: 140%;
	line-height:1.7em;
}
.scopeBox .textBox .date {
	margin:0 0 1em 0;
	font-size:100%;
}
/***********************LADy SCIENCE BOOKLET************************/
ul.LBook li {
	width:40%;
	margin:0 5% 30px 5%;
	float:left;
}
ul.LBook li img {
	width:70%;
	margin:0 15%;
}

/***********************奈良でまなぶ************************/
#nara .inner h2 {
	width:80%;
	margin:30px 10%;
}
#nara .inner h2 img {
	width:100%;
}
.slideNara .item img {
	width:100%;
}

/***********************ディープ?アクティブ?ラーニングルーム************************/

#z103 .inner h2 img {
	width:70%;
	margin:50px 15% 100px 15%;
}
#z103 .z103Btn a {
	width:60%;
	margin:0 20%;
	padding:3% 0;
}

/********************************************(min-width:768px)END**********************************************/
}
/********************************************(min-width:1023px)START**********************************************/
@media screen and (min-width:1023px){
.wrap930 {
	width:930px;
	margin:0 auto;
	padding:0 10px;
}
#header {
	height:484px;
	background: url(/core/img/mainBg.png) repeat left top;
}
#header h1 {
	width: 550px;
	height: 95px;
	margin: 0 auto;
	background-image: url(/core/img/h1.png);
}
.mainImage_sp {
	display:none;
}
.mainImage {
	width: 930px;
	height: 389px;
	margin: 0 auto;
	background: url(/core/img/cloud.png) no-repeat center top;
}
ul#ten {
	width: 930px;
	height: 389px;
	display:block;
	position:relative;
}
ul#ten li.ten01, ul#ten li.ten02, ul#ten li.ten03, ul#ten li.ten04, ul#ten li.ten05, ul#ten li.about {position:absolute;}
ul#ten li.ten01 {
	width: 197px;
	height: 171px;
	top: 157px;
	left: 26px;
}
ul#ten li.ten02 {
	width: 150px;
	height: 150px;
	top: 9px;
	left: 325px;
}
ul#ten li.ten03 {
	width: 140px;
	height: 135px;
	top: 16px;
	left: 522px;
}
ul#ten li.ten04 {
	width: 143px;
	height: 149px;
	top: 228px;
	left: 774px;
}
ul#ten li.ten05 {
	width: 168px;
	height: 167px;
	top: 81px;
	left: 693px;
}
ul#ten .about {
	width: 150px;
	height: 150px;
	top: 78px;
	left: 128px;
}
.aboutCoS {
	display:none;
}
#news {
	width:930px;
	margin:20px auto 50px auto;
	padding:0 10px;
	color:#FFFFFF;
}
#news h2 {
	width:930px;
	padding:0;
	background: url(/core/img/title_news.png) no-repeat center top;
}
.slide {
	width:100%;
	padding:0;
}
.owl-carousel {
	width:950px;
}
.owl-carousel .item {
	width:225px;
	margin:0 5px;
}
.owl-carousel .item a .news_ph {
	width:225px;
	margin-bottom:10px;
}
#mainContents {
	width:930px;
	margin:0 auto 30px auto;
	padding:0 10px;
	color:#FFFFFF;
}
#mainContents h2 {
	width:930px;
	height:50px;
	margin-bottom:15px;
}
#mainContents h2 img {
	width:930px;
}
#mainContents .contents {
	width: 300px;
	margin:0 5px 25px 5px;
	float:left;
}
#mainContents .contents .contents_ph {
	width: 300px;
	height: 167px;
	margin-bottom:0;
	padding-top:17px;
	background: url(/core/img/contentsBg.jpg) no-repeat center top;
}

#mainContents .contents .contents_ph a img{
	width:300px;
}

#footer {
	height: 190px;
	padding-top:20px;
	background: url(/core/img/footerBg.png) repeat-x left top;
}
#footer .nwuLink {
	margin:0 auto 20px auto;
}
#saburo {
	width: 890px;
	margin: 20px auto;
	padding: 15px 20px;
	border-radius: 10px;
	border: 1px solid #539B5C;
}
#saburo h2 img {
	display:none;
}
#saburo h2 {
	width: 450px;
	height: 60px;
	display: block;
	margin: 0;
	float: left;
	background: url(/core/img/h2_saburo.png) no-repeat left center;
	background-size: 450px auto;
}
#saburo .reservation {
	float:right;
}
#saburo .reservation a {
	display: block;
	width: 400px;
	margin: 0 auto;
	padding: 15px 0;
	text-align: center;
}
#saburo .reservation a:hover {
	color:#FFFFFF;
	background-color:#426513;
}
#saburo .about_saburo {
	width:900px;
	float:right;
	margin:15px 0 0 0;
	padding:5px;
	text-align:center;
	color:#426513;
}
.access {
	width:500px;
}
.access a img:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity:0.7;
}

/********** sub **********/

#subHeader {
	width:100%;
	height:171px;
	margin:0 auto;
	padding:0;
	background-color:#FFFFFF;
}
#subHeader .logo {
	width:930px;
}
#subHeader h1 a {
	width: 550px;
	height: 83px;
	margin: 10px auto;
	float:none;
	background: url(/core/img/h1.png) no-repeat top center;
}
#subHeader .btn {
	display:none;
}

#nav ul.first {
	display:block;
	
	width:930px;
	height:26px;
	margin:0 0 5px 0;
	padding-top:10px;
	background:none;
		-moz-box-shadow:none; -webkit-box-shadow:none;
	box-shadow:none;
}
#nav ul.first li {
	float:left;
	border-bottom:none;
}
#nav ul.first li a {
	height:26px;
	padding:0;
	display:block;
	text-decoration:none;
	color:#FFFFFF;
	text-indent:-9999px;
}
#nav ul.first li a.menu01 {
	width:75px;
	background: url(/core/img/menu01_off.png) no-repeat left center;
}
#nav ul.first li a.menu01:hover {
	background: url(/core/img/menu01_on.png) no-repeat left center;
}
#nav ul.first li a.menu02 {
	width:157px;
	background: url(/core/img/menu02_off.png) no-repeat left center;
}
#nav ul.first li a.menu02:hover {
	background: url(/core/img/menu02_on.png) no-repeat left center;
}
#nav ul.first li a.menu03 {
	width:117px;
	background: url(/core/img/menu03_off.png) no-repeat left center;
}
#nav ul.first li a.menu03:hover {
	background: url(/core/img/menu03_on.png) no-repeat left center;
}
#nav ul.first li a.menu04 {
	width:74px;
	background: url(/core/img/menu04_off.png) no-repeat left center;
}
#nav ul.first li a.menu04:hover {
	background: url(/core/img/menu04_on.png) no-repeat left center;
}
#nav ul.first li a.menu05 {
	width:115px;
	background: url(/core/img/menu05_off.png) no-repeat left center;
}
#nav ul.first li a.menu05:hover {
	background: url(/core/img/menu05_on.png) no-repeat left center;
}
#nav ul.first li a.menu06 {
	width:205px;
	background: url(/core/img/menu06_off.png) no-repeat left center;
}
#nav ul.first li a.menu06:hover {
	background: url(/core/img/menu06_on.png) no-repeat left center;
}
#nav ul.first li a.menu07 {
	width:104px;
	background: url(/core/img/menu07_off.png) no-repeat left center;
}
#nav ul.first li a.menu07:hover {
	background: url(/core/img/menu07_on.png) no-repeat left center;
}
#nav ul.first li a.menu08 {
	width:83px;
	background: url(/core/img/menu08_off.png) no-repeat left center;
}
#nav ul.first li a.menu08:hover {
	background: url(/core/img/menu08_on.png) no-repeat left center;
}

#nav ul.second {
	display:block;
	
	width:609px;
	height:26px;
	margin:0 auto 5px auto;
	background:none;
		-moz-box-shadow:none; -webkit-box-shadow:none;
	box-shadow:none;
}
#nav ul.second li {
	float:left;
	border-bottom:none;
}
#nav ul.second li a {
	height:26px;
	padding:0;
	display:block;
	text-decoration:none;
	color:#FFFFFF;
	text-indent:-9999px;
}
#nav ul.second li a.menu09 {
	width:181px;
	background: url(/core/img/menu09_off.png) no-repeat left center;
}
#nav ul.second li a.menu09:hover {
	background: url(/core/img/menu09_on.png) no-repeat left center;
}
#nav ul.second li a.menu10 {
	width:222px;
	background: url(/core/img/menu10_off.png) no-repeat left center;
}
#nav ul.second li a.menu10:hover {
	background: url(/core/img/menu10_on.png) no-repeat left center;
}
#nav ul.second li a.menu11 {
	width:206px;
	background: url(/core/img/menu11_off.png) no-repeat left center;
}
#nav ul.second li a.menu11:hover {
	background: url(/core/img/menu11_on.png) no-repeat left center;
}

/***********************活動内容の紹介************************/

.research {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #EAD8A8 url(../research/img/bg.png) repeat-y 50% top;
}
.research .inner {
	width:550px;
	margin:0 auto;
	background-color:#FFFFFF;
}
.research .inner h2 {
	border:none;
}
.research .inner h2 img {
	width:400px;
	margin:10px 75px;
}
.researchBox {
	width: 490px;
	margin:0 30px 25px 30px;
	padding:0;
	border-bottom: none;
}
.researchBox .researchPh img {
	width:142px;
	margin:0 0 30px 0;
	float:right;
}
.researchBox .researchPh a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity:0.7;
}
.researchBox .textBox {
	width:330px;
	float:left;
}
.researchBox .textBox h3 a {
	text-decoration:none;
	font-size:120%;
	color:#714c1e;
}
.researchBox .textBox h3 a:hover {
	text-decoration:underline;
}
.researchBox .textBox .date {
	font-size:90%;
	color:#7C7C7C;
}
/***********************もやもや************************/

#moya .inner {
	width:930px;
	margin:0 auto;
	padding:20px 10px;
}
#moya h2 img {
	display:none;
}
#moya h2 {
	display:block;
	width:500px;
	height:88px;
	margin:10px auto;
}
#moya h2.mt01 {
	background: url(/core/moya/img/h2_moya01.png) no-repeat top center;
	background-size: 500px 88px;
}
#moya h2.mt02 {
	background: url(/core/moya/img/h2_moya02.png) no-repeat top center;
	background-size: 500px 88px;
}
#moya h2.mt03 {
	background: url(/core/moya/img/h2_moya03.png) no-repeat top center;
	background-size: 500px 88px;
}
#moya .moyamoya01, #moya .moyamoya02, #moya .moyamoya03 {
	width:900px;
	padding: 15px 0;
	margin:0 auto 60px auto;
}

/***********************概　要************************/
#about {
	background:url(/core/about/img/bg.png) repeat left top;
}
#about h2 img {
	display:none;
}
#about h2 {
	width: 930px;
	height: 494px;
	background: url(/core/about/img/title.png) no-repeat center top;
}
#about .aboutInner {
	width:930px;
	margin:0 auto;
	padding:0 10px;
	background-color:#FFFFFF;
}
#about .aboutInner h3 {
	width: 94%;
	margin: 0 0 20px 0;
	padding: 15px;
	display: block;
	border-radius: 4px;
	border: 1px solid #A8A8A8;
	background: none;
	box-shadow:none;
}
#about .aboutInner .program01,#about .aboutInner .program02,#about .aboutInner .program03,#about .aboutInner .program04 {
	display:block;
	width:90%;
	margin:0 5% 20px 5%;
}

/***********************SCoPE************************/
.scope .inner {
	width: 930px;
	margin: 0 auto;
	padding: 10px;
}
.scopeBox .scopePh img {
	width:200px;
	margin:20px 0;
	float:right;
}
/***********************LADy SCIENCE BOOKLET************************/
.booklet .inner {
	width:930px;
	margin:0 auto;
}
.booklet .inner h2 img {
	width:700px;
	margin:0 115px;
}
ul.LBook li {
	width:250px;
	margin:30px;
	float:left;
}
ul.LBook li img {
	width:100%;
	margin:0;
}
ul.LBook li a img:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity:0.7;
}
/***********************奈良でまなぶ************************/
#nara .inner {
	width:980px;
	margin:30px auto;
}
#nara .inner h2 {
	width:600px;
	margin:30px auto;
	display:block;
}
#nara .club, #nara .humor {
	width:980px;
	margin:0 0 50px 0;
	padding:0;
	background-color:#FFFFFF;
}
#nara .club .slideNara, #nara .humor .slideNara {
	background-color: #F5FFEA;
	padding: 20px;
}
.slideNara, .humor {
	margin: 60px 0;
}

/***********************ディープ?アクティブ?ラーニングルーム************************/

#z103 .inner {
	width:960px;
	margin:0 auto;
	padding:0;
}
#z103 .inner h2 {
	width:640px;
	margin:60px auto 100px auto;
}
#z103 .inner h2 img {
	width:640px;
	margin:0;
}
#z103 .z103Btn a {
	width:640px;
	margin:60px auto 160px auto;
	padding:30px 0;
}
#z103 .z103Btn a:hover {
		-moz-box-shadow: 0px 0px 5px #3AA714;
		-webkit-box-shadow: 0px 0px 5px #3AA714;
	box-shadow: 0px 0px 5px #3AA714;
}

/***********************リンク************************/
.link_wrap {
	width:930px;
	min-height:600px;
	margin: 0 auto;
}
.link_wrap h2 {
	display:block;
	width:400px;
	height:70px;
	margin: 40px auto 80px auto;
}
.link_wrap ul {
	border-top: 1px dotted #B3A690;
}
.link_wrap ul li {
}
.link_wrap ul li a {
	display: block;
	padding: 15px 0 15px 60px;
	font-size: 120%;
	color:#47433B;
	text-decoration: none;
	border-bottom: 1px dotted #B3A690;
	background:url(/core/img/arrow05_h.png) no-repeat 20px center;
}
.link_wrap ul li a:hover {
	background-color: #FFFCDC;
}

/***********************活動報告************************/
.koto_list {
	width:930px;
	min-height:600px;
	margin:0 auto 60px auto;
	padding:0;
	background-color:#FFFFFF;
}
.koto_list h2 img {
	display:none;
}
.koto_list h2 {
	display:block;
	width:930px;
	height:230px;
	margin:0;
	padding: 25px 0 0 0;
	background:url(/core/koto/img/h2.png) no-repeat center 25px;
}
.koto_list .prj_list a {
	display:block;
	width: 740px;
	margin: 25px auto;
	padding: 25px 20px 25px 40px;
	border: 1px solid #C0C0C0;
	border-radius: 10px;
	text-decoration:none;
	font-size:120%;
	font-weight:bold;
	color:#6F6F6F;
	background:url(/core/img/arrow06.png) no-repeat 10px center;
	transition: all 0.2s;
}
.koto_list .prj_list a:hover {
	background:url(/core/img/arrow06.png) no-repeat 16px center;
}


.koto {
	width:930px;
	margin:0 auto 60px auto;
	padding:0;
	background-color:#FFFFFF;
}
.koto h2 img {
	display:none;
}
.koto h2 {
	display:block;
	width:930px;
	height:230px;
	margin:0;
	padding: 25px 0 0 0;
	background:url(/core/koto/img/h2.png) no-repeat center 25px;
}
.koto h3 {
	display:block;
	width:800px;
	margin: 0 65px 5px 65px;
	padding:10px 15px;
	font-size:140%;
	border-bottom:#CBCBCB solid 1px;
	border-left:#F380B9 solid 10px;
}
	
.koto .kotoBox {
	width:800px;
	margin: 30px 65px;
}

.koto .kotoPh {
	width:225px;
	height:auto;
	margin: 0 20px 0 0;
	float:left;
}
.koto .kotoPh img {
	width:225px;
	border: #D7D7D7 solid 1px;
}
.koto .kotoBox .date {
	font-size:90%;
	color:#6F6F6F;
}
.koto .kotoBox a {
	color:#2A9BF8;
}
.koto .kotoBox a:hover {
	text-decoration:none;
}
/***********************グローバル化推進************************/
.global {
	width:930px;
	margin:0 auto 60px auto;
	padding:0;
	background-color:#FFFFFF;
}
.global h2 img {
	display:none;
}
.global h2 {
	display:block;
	width:930px;
	height:230px;
	margin:0;
	padding: 25px 0 0 0;
	background:url(/core/global/img/h2.png) no-repeat center 25px;
}
.global .globalBox {
	width:800px;
	margin: 30px 65px 40px 65px;
}
.global .globalPh {
	width:230px;
	margin: 0 20px 0 0;
	float:left;
}
.global .globalPh img {
	width:230px;
	border: #D7D7D7 solid 1px;
}
.global .globalBox .date {
	margin: 0 0 5px 0;
	font-size:90%;
}
.global .globalBox a {
	color:#4E4E4E;
}
.global .globalBox a:hover {
	text-decoration:none;
}
/***********************授業風景動画************************/
.movie {
	width:930px;
	margin:0 auto 160px auto;
	padding:0;
	background-color:#FFFFFF;
}
.movie .movie_wrap iframe {
	width:560px;
	height:315px;
	margin: 30px 185px  10px 185px;
}
.movie_cap {
	margin: 0 0 30px 0;
	font-size:80%;
	color:#5B5B5B;
	text-align:center;
}
/********************************************(min-width:1024px)END**********************************************/
}