@charset "utf-8";
/*
Theme Name: tpl_021_rwd
Theme URI: http://theme.o2gp.com/
Description: tpl_021_rwd
Version: 1.0
Author: o2 Group
Author URI: http://theme.o2gp.com/
Tags: simple

	o2 Group v1.0
	 http://theme.o2gp.com/

	This theme was designed and built by o2 Group,
	whose blog you will find at http://theme.o2gp.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* =Reset default browser CSS.
Based on work by Eric Meyer:http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline;}
:focus{outline:0;}

ol, ul{list-style: initial;}
table{border-collapse:separate;border-spacing:0;}
caption, th, td{font-weight:normal;text-align:left;}
blockquote:before, blockquote:after,q:before, q:after{content:"";}
blockquote, q{quotes:"" "";}
a img{border:0;padding-left:  3px;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block;}
/* -------------------------------------------------------------- */

body{color:#333;font-size:14px;font-family: 'MS UI Gothic';line-height:1.5;-webkit-text-size-adjust:100%;overflow-x: hidden;}
img {
    max-width:  100%;
}
li.news-contents{
	width:700px;
	list-style:  none;
}

/* リンク設定
------------------------------------------------------------*/
a{color:black;text-decoration:none;}
a:hover{color: initial;}
a:active, a:focus {outline:0;}

/*追加css*/

/*ヘッダーナビlogo横*/
.header-nav{
	float:right;
	width:40%;
}
.ycu{
	 float:right;
	margin-top:10px;
}
.hn2{
	margin-top:10px;
	float:right;
}
.hn2 li{
	list-style:none;
}
.hn2 li a {
    margin-left: 16px;
    font-size:  .8rem;
}
.news-top ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.news-top .news-contents ul li{
	clear: both;
	margin: 0 0 1em;
}
.news-top .news-contents ul li span{
	display: block;
	float: left;
	width: 6em; /*カテゴリー名による*/
	margin: 0 10px 10px 0;
	padding: 5px;
	text-align: center;
	font-size: 10px;
}
.news-top .news-contents ul li span.ymd{
	display: inline;
	float: none;
	padding: 0 5px;
	font-size: 13px;
	color: #f9f9f9;
}

/*見出しcss*/
h1 {
  position: relative;
  padding: .5em 1em .5em 2em;
  border: 1px solid #80c2695c;
  margin: 30px 30px 15px;
  font-size: 1.2rem;
}
h1::after {
  position: absolute;
  top: .5em;
  left: 1em;
  content: '';
  width: 8px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #80c269;
}
p.top-p{
	padding:0 80px;
}
.top-link{
	display: block;
	text-align:  right;
	margin-right:  30px;
	margin-top: 20px;
} 
.top-link a{
	color: #649bff;
}
/*アクセスページ*/
.map{
	width:700px;
	height:250px;
}
.address{
	width: 50%;
	height:100%;
	float: left;
}
.map-img{
	width: 40%;
	height:100%;
	float: right;
}

.access{
	width: 30%;
	height:240px;
	display:inline-block;
	vertical-align:  top;
	padding: 20px 0;
	margin: 0 1%;
	text-align:  center;
}
.add{
	text-align:center;
	line-height: 2;
	font-size:  .8rem;
}
.access-img img{
	max-width:  100%;
}

/*プログラム*/
.program-box{
	height: 58px;
	margin: 40px;
}
.box-left{
	width: 35%;
	margin-right:  4%;
	height:100%;
	float: left;
	font-weight:  bold;
	border-right:  1px solid #ddd;
	box-sizing:  border-box;
}
.box-right{
	width: 60%;
	height:100%;
	float: right;
}
.span-box{
	background-color: #80c269;
	display: inline-block;
	border: 1px solid #80c269;
	width: 200px;
	padding:  8px;
	margin: 15px;
	text-align: left;
	position: relative;
	color: #000 !important;
}
.span-box:after{
	content:'?';
	position:absolute;
	right:12px;
}

a.span-box:hover{color: initial;}
.footer-ycu{
	float:right;
	margin-top:50px;
}

/*経営学*/
.manage-cont{
	margin:20px;
}
.manage-cont-left{
	float:left;
	width:50%;
}
.manage-cont-right{
	float:right;
	width:50%;
}
.clear {
    clear: both;
}
/* フォーム
------------------------------------------------------------*/
input, textarea{
vertical-align:middle;
max-width:90%;
line-height:24px;
height:24px;
padding:1px 5px;
border:1px solid #ccc;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
}

textarea{
height:auto;
line-height:1.5;
}

input[type="submit"],input[type="reset"],input[type="button"]{
padding:3px 10px;
background:#cf6a88;
border:0;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:1.5;
height:auto;
font-size:110%;
color:#fff;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
background:#a74864;
cursor:pointer;
}

/*アクセスページ*/
.map{
	padding:inherit;
	margin: 50px 50px;
}
.address{
	float: left;
}
.map-img{
	width: 300px;
	float: right;
}


/* 全体
------------------------------------------------------------*/
#wrapper{
margin:0 auto;
padding:0 1%;
width:98%;
position:relative;
}
.breadcrumbs {width: 1150px;margin: 20px auto;font-family:  "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;}

.breadcrumbs > span {
    margin-right: 6px;
    margin-left:  6px;
    display:  inline-block;
}
.inner{
margin:0 auto;
width:100%;
}


/*************
/* ヘッダー
*************/
#header{height:110px;font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;}

#header h1{
padding:5px 0 10px 15px;
font-size:10px;
font-weight:normal;
}

#header a{
color:#333;
}

#header a:hover{
color:#888;
}


/*************
/* ロゴ
*************/
.logo{
float:left;
}

.logo p{float:left;}

.logo img{
width:auto;
float:left;
padding:2px 10px 0 10px;
}

.logo span{display:block;}


/*************
/* 電話番号
*************/
.info{
float:right;
padding-right:20px;
text-align:right;
}

.info .open{font-size:11px;}


/*************
/* ロゴ+電話番号
*************/
.logo,.info .tel{
margin-top:6px;
font-size:20px;
font-weight:bold;
}

.logo span,.info span{
color:#333;
font-size:.6em;
font-weight:normal;
}


/**************************
/* メイン画像（トップページ+サブページ）
**************************/
#mainBanner{clear:both;padding: 0;width:100%;height: 380px;overflow:  hidden;position:  relative;}

#mainBanner img{
max-width:100%;
height:auto;
}


/**************************
/* グリッド
**************************/
.gridWrapper{
clear:both;
padding-bottom:20px;
overflow:hidden;
}

* html .gridWrapper{height:1%;}
	
.grid{
overflow:hidden;
border-radius:5px;
}

.box{
margin:0 5px;
}

.box img{
max-width:100%;
height:auto;
}

.box h3{padding:10px 0 5px;}

.box h3, .box p{text-align:left;}

.box p.readmore{
padding:10px 5px 5px;
text-align:right;
}


/*************
メイン コンテンツ
*************/
section.content article{
padding:20px 0;
margin-bottom:20px;
overflow:hidden;
}

section.toppage article,section.content .archive{border:0;}
section.toppage{margin:0 15px;}


/* アーカイブページ */
section.content .archive{
padding:0;
border-bottom:1px dotted #ccc;
}

section.content p{margin-bottom:5px;}

h1{font-weight:normal;position: relative;padding: .75em 1em .75em 2em;border: 1px solid #80c269;margin: 20px 0;color:black;}
h1.heading::after {
  position: absolute;
  top: .5em;
  left: .5em;
  content: '';
  width: 6px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #80c269;
  border-radius: 0;
}


section.content img{
max-width:90%;
height:auto;
}

.alignleft{
float:left;
clear:left;
margin:3px 10px 10px 0;
}

.alignright{
float:right;
clear:right;
margin:3px 0 10px 10px;
}


/*************
/* サイドバー
*************/
#sidebar article{
clear:both;
margin-bottom:20px;
}

#sidebar ul{padding-top:10px;font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;}

#sidebar li{padding: 10px 0;text-align:  center;list-style:none;position:  relative;}
#sidebar ul > li:first-of-type a{
	border:none;
}
#sidebar li:last-child{
border:0;
margin-bottom:0px;
}


#sidebar li a{font-size:12px;display:block;color:#333;box-sizing:border-box;position:  relative;}
#sidebar li a:hover:after,#sidebar li.current-menu-item a:after,.current-cat a:after{
	content:'';
	height:1px;
	background:#31cc45;
	position:absolute;
	left:20%;
	right:20%;
	bottom:-10px;
}


/*************
/* フッター
*************/
#footer{clear:both;padding:10px 10px 20px 10px;position:  relative;}

* html #footer{height:1%;}

#footer .grid{display: none;padding:10px 0 5px;margin:0;background:transparent;}

#footer #info .logo, #footer #info .info{float:none;}

#footer #info .info{
clear:both;
padding:10px 0 0 15px;
text-align:left;
}

#footer .logo{font-size:18px;}

#footer .info .tel,#footer .info .tel span,#footer #info .open{
font-size:12px;
color:#333;
}

ul.footnav{padding: 20px;margin: 20px 0;position:  relative;}
ul.footnav ul{display:block;font-size:  1rem;}

ul.footnav li{display: inline-block;width: 19.5%;vertical-align:  top;box-sizing:  border-box;margin-bottom: 5px;padding:0 7px 0 8px;font-size: 15px;}

#footer a{color:#333;}
#footer a:hover{color:#888;}

#copyright{clear:both;padding:20px 0 50px 0;text-align: right;font-style:normal;font-size:10px;color: #999;}


/* page navigation
------------------------------------------------------------*/
.pagenav{
clear:both;
width:100%;
height:30px;
margin:5px 0 20px;
}

.prev{float:left}
.next{float:right;}

#pageLinks{
clear:both;
text-align:center;
}
.access-img {
    margin-bottom: 10px;
}
a.pdf-link {
    color: #388cff;
    display:  inline-block;
    vertical-align:  top;
    text-decoration:  underline;
}

/* タイポグラフィ
*****************************************************/
.dateLabel{
margin:0 0 10px;
text-align:right;
font:italic 1em "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
strong {
    font-weight:  bold;
}
em {
    font-style:  italic;
}
.post p{padding-bottom:15px;line-height: 1.8;}

.post ul{margin:0 0 10px 10px;}

.post ul li{margin-bottom:5px;background:url(images/bullet.png) no-repeat 0 8px;line-height: 1;margin-left: 10px;}

.post ol{margin:0 0 10px 30px;}

.post ol li{list-style:decimal;}

.post a {
    color: #4899ff;
    text-decoration:  underline;
}
.post h1{margin:20px 0;font-size: 1.2rem;padding-left:  40px;color:#000;}

.post h2{margin: 12px 0;padding-bottom:2px;font-size:130%;font-weight:normal;color:#333;font-weight:  bold;}

.post h3{margin:10px 0;font-size:120%;font-weight:normal;color: #333;font-weight:  bold;border-bottom:1px solid #80c269;}
.post h4 {
    font-size: 1.1rem;
    font-weight:  bold;
    margin-bottom: 6px;
    margin-top: 24px;
    padding-left:  9px;
}
.post blockquote{
clear:both;
padding:10px 0 10px 15px;
margin:10px 0 25px 30px;
border-left:5px solid #ccc;
}
 
.post blockquote p{padding:5px 0;}

.post table{
border-collapse:collapse;
margin:5px auto 15px auto;
}

.post table td{
border-collapse:collapse;
background-color:#F9F9F9;
text-align:left;
padding:8px;
border:1px solid #80c269;
line-height:20px;
}

.post table th{
background-color:#F5F5F5;
text-align:right;
padding:8px;
white-space:nowrap;
color: #151515;
border-top:1px solid #D4D4D4;
border-right:4px solid #D4D4D4;
border-bottom:1px solid #D4D4D4;
border-left:1px solid #D4D4D4;
font-size:13px;
font-weight:normal;
letter-spacing:1px;
background-repeat:repeat-x;
background-position:top;
}


.post dt{font-weight:bold;}

.post dd{padding-bottom:10px;}

.post img{max-width:100%;height:auto;}

img.aligncenter{
display:block;
margin:5px auto;
}

img.alignright, img.alignleft{
padding:4px;
margin:0 0 2px 7px;
display:inline;
}

img.alignleft{margin:0 7px 2px 0;}

.alignright{float:right;}
.alignleft{float:left;}
ul.footnav > li > a {
    display:  block;
    margin-bottom: 20px;
    font-size: 1.2rem;
    text-align:  left;
    padding-left:  8px;
    font-weight:  bold;
}

ul.sub-menu li {
    display:  block;
    width:  100%;
}

.front-notice .notice-cat {
    display:  inline-block;
    margin: 0 130px 30px;
    padding: 8px 0;
    text-align:  center;
    background: #dedede;
    font-size: .7rem;
    width:  96px;
}
.post .front-notice .notice-cat{
	margin:0 60px 30px;
	color: #000;
}
.post .front-notice .notice-date{
	margin-right:0;
	color: #477dff;
}
.front-notice .notice-date {
    display:  inline-block;
    margin-right: 40px;
    font-family:  serif;
}

.front-notice a.notice-title {
    display: inline-block;
    text-decoration:  underline;
}
.post .front-notice a.notice-title{
	color: #477dff;
}
ul.footnav > li:last-of-type >
 ul > li:nth-child(2) {
    margin-top: 40px;
}
ul.footnav:before,ul.footnav:after {
    content: '';
    position: absolute;
    left: -100%;
    right: -100%;
    height:  1px;
    background:  #333;
}
ul.footnav:before{
    top:0;
}
ul.footnav:after{
    bottom:0;
}
#sidebar ul > li:first-of-type a{
	color:#fff;
}
nav#mainNav #menu-item-342,nav#mainNav #menu-item-343,nav#mainNav #menu-item-344{
		display:none;
}
.post a.span-box{
	font-weight: bold;
	color: initial;
	text-decoration:  none;
}
nav#mainNav,footer {
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
/* PC用
------------------------------------------------------------*/
@media only screen and (min-width:1120px){
	
	nav div.panel{
	display:block !important;
	/* float:left; */
	}
nav div.panel ul{
font-size:0;
}
	a#menu{display:none;}
	#sidebar h3.heading {
   
    display:  none;
}
#sidebar #categories-2 h3.heading{
	display:block;
	background: #80c269;
	color: #fff;
	padding: 10px 0;
	text-align: center;
	list-style: none;
	position: relative;
	margin-top: 40px;
}

#sidebar h3.heading::after {
    content: none;
}

#sidebar ul > li:first-of-type {
    background:  #80c269;
    margin-bottom: 10px;
    color: #fff;
}

#sidebar ul > li:first-of-type a:hover:after,#sidebar ul > li.current-menu-item:first-of-type a:after{
	border-color:transparent;
}
#sidebar #categories-2 ul > li:first-of-type {
    background: initial;
    margin-bottom:  0;
    color: initial;
}
#sidebar #categories-2 ul > li:first-of-type a{
	color:initial;
}

#sidebar ul li.current-menu-item::after{
    content:'';
    background:green;
    height:1px;
    bottom:0;
    left:20%;
    right:20%;
}
  nav#mainNav{
	clear:both;
	z-index:200;
	position:relative;
	}
	nav#mainNav:before,nav#mainNav:after{
		content:'';
		position:absolute;
		background: #80c269;
		left:0;
		right:0;
		height:1px;
	}
	
	nav#mainNav .inner{
	width:932px;
	padding:0 14px;
	}

	nav#mainNav ul li{
	display: inline-block;
	position:relative;
	}
	nav#mainNav li:last-child{}

	nav#mainNav ul li a{
	display: block;
	text-align: center;
	_float:left;
	font-size: 1.1rem;
	width:184px;
	height: 60px;
	line-height: 60px;
	color:#333;
	}

	nav#mainNav ul li a span,nav#mainNav ul li a strong{display:block;}

	nav#mainNav ul li a span{
	color:#cdcdcd;
	font-size:10px;
	}
	
	nav#mainNav ul ul{width:160px;background:#f9f9f9;}
	nav#mainNav ul li ul{display:none;}

	nav#mainNav ul li:hover ul{
	display:block;
	position:absolute;
	top: 60px;
	z-index:500;
	width:  100%;
	}
	
	nav#mainNav ul li li{
	margin:0;
	float:none;
	width: 100%;
	border:0;
	font-size:  .8rem;
	}
  nav#mainNav li li:last-child{border:0;}
	
	nav#mainNav ul li li a{
	width:auto;
	height:auto;
	padding:10px;
	font-size: 110%;
	text-align:left;
	border:0;
	line-height:  30px;
	}
h3.program-h3 {
    display:  inline-block;
    border-bottom: 1px solid #333;
    margin-left: 40px;
    line-height:  1;
    padding: 0 12px;
}
	nav#mainNav ul li li span{padding:0 10px;}
	
	nav#mainNav li.current-menu-item li a{
	color:#333;
	}

	nav#mainNav li.current-menu-item > a, nav#mainNav li.current-menu-ancestor > a, nav#mainNav li a:hover, nav#mainNav li.current-menu-item li a:hover{
	color: #1a1a1a;
	background: #5ab33b;
	color: #fff;
	}
	
	#mainBanner{
    text-align:  center;
}

	#header,#wrapper,.inner{
	width: 1120px;
	padding:0;
	margin:0 auto;
	}
	
	#wrapper{padding-bottom:20px;}
	.breadcrumbs {width: 1150px;margin: 20px auto;font-family:  "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;}

.breadcrumbs > span {
    margin-right: 6px;
    margin-left:  6px;
    display:  inline-block;
}
	#main{
	float:left;
	width:717px;
	padding: 15px 15px 15px 42px;
	}
	
	#sidebar{
	float:right;
	width:195px;
	padding:15px 0 15px 15px;
	overflow:hidden;
	}
	
	.logo{width:500px;}
	
	/* グリッド全体 */
	.gridWrapper{
	display:table;
	border-collapse:separate;
	border-spacing:20px;
	}
	
	/* グリッド */
	.grid{
	width:300px;
	display:table-cell;
	}
}


@media only screen and (max-width: 959px){
	*{
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
         -o-box-sizing:border-box;
        -ms-box-sizing:border-box;
            box-sizing:border-box;
	}
	#sidebar h3.heading {
   
    display:  none;
}
.access{
	margin: 0 1%;
}
p.top-p{
	padding:0 40px
}

#sidebar h3.heading::after {
    content: none;
}

#sidebar ul > li:first-of-type {
    background:  #80c269;
    margin-bottom: 10px;
}

#sidebar ul li.current-menu-item::after{
    content:'';
    background:green;
    height:1px;
    bottom:0;
    left:20%;
    right:20%;
}

	.header-nav{
	float:none;
	width:100%;
}
	#header {
    height: 140px;
    padding:  0 10px;
    position:  relative;
}
	
	nav#mainNav{
	clear:both;
	width:100%;
	margin:0 auto;
	padding:0;
	border:1px solid #e4e4e4;
	border-left:0;
	border-right:0;
	}

	nav#mainNav a.menu{
	position: absolute;
	top: 15px;
	right: 15px;
	}

	nav#mainNav a#menu span{
	/* padding-left:10px; */
	/* color:#333; */
	}
	nav#mainNav a.menu span:before{}
	nav#mainNav a.menuOpen span:before{content: none;}

	nav#mainNav a#menu:hover{cursor:pointer;}

	nav .panel{
	display:none;
	width:100%;
	position:relative;
	right:0;
	top:0;
	z-index:1;
	}
	
	nav#mainNav ul{margin:0;padding:0;}

  nav#mainNav ul li{
	float:none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.2;
	}

	nav#mainNav ul li a,nav#mainNav ul li.current-menu-item li a{
	color:#333;
	display: block;
	padding: 8px 10px;
	text-align:left;
	border-bottom: 1px solid #ddd;
	}
	
 	nav#mainNav ul li a span{padding-left:10px;}
	
	
	nav#mainNav ul > li:last-child a{border:0;}
	nav#mainNav ul li li:last-child a{border-bottom: 1px solid #ddd;}
 
	nav#mainNav ul li.current-menu-item a,nav#mainNav ul li a:hover,nav#mainNav ul li.current-menu-item a,nav#mainNav ul li a:active, nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-item li a:active{
	color:#888;
	}

	nav#mainNav ul li li{
	float:left;
	border:0;
	}

	nav#mainNav ul li li a, nav#mainNav ul li.current-menu-item li a, nav#mainNav ul li li.current-menu-item a{
	padding-left:40px;
	}

	nav div.panel{float:none;}
	
	#main{padding-top:15px;}
	section.toppage{margin:0;}
	#sidebar{padding-bottom:15px;}
	#sidebar article{padding:7px 8px;}
	
	#footer .grid,#footer ul.footnav{float:none;width:100%;padding: 10px 0 20px;text-align:center;}
	ul.footnav li{float:none;display:inline-block;width: 19.3%;}
	ul.sub-menu li{width:100%;display:block;text-align:left;}
	.grid{
	float:left;
	width:32%;
	margin:10px 0 0 1%;
	}

	#footer .grid img,#footer .info{float:none;}
	#footer .grid p{display:block;}
	#footer #info .info{float:none;text-align:center;}
	#footer.logo,#footer .info{width:100%;float:none;}
	#footer .logo p{float:none;display:block;	}
	#footer .logo img{float:none;padding:0;}
}

@media only screen and (max-width:640px){
	nav .panel{
		padding: 0px 30px 30px;
	}
	nav .panel li{
		list-style:none;
	}
	nav#mainNav ul li li a, nav#mainNav ul li.current-menu-item li a, nav#mainNav ul li li.current-menu-item a{
		padding-left:20px;
	}
	.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 38px;
  height: 31px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #93de8d;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0px;
}
.menu-trigger span:nth-of-type(2) {
  top: 14px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(14px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-14px) rotate(45deg);
}
	#header{height: 50px;margin-right: 63px;margin-bottom: 10px;border-right: 1px solid #ddd;}
	
	#header h1,.logo,.info{text-align:center;}
	
	.logo,.info{clear:both;width:100%;float:none;}
	
	.logo p{float:none;display:block;}
	.logo img{float:none;padding:0;}
	
	.box img{
	float:left;
	margin-right:5px;
	}
	
	.box h3{padding-top:0;}
ul.footnav li{float:none;display:block;width: 100%;}
	ul.sub-menu li{width:100%;display:block;text-align:left;}
	ul.footnav > li > a{text-align:center;padding: 10px;margin: 20px;}
  .alignleft,.alignright,img.alignleft,img.alignright{float:none;display:block;margin:0 auto 10px;}
}

@media only screen and (max-width:480px){
	#mainBanner img{
		max-width: none;
		position:  relative;
		max-height: 100%;
		left: -180px;
	}
	.grid{width:100%;margin:10px 0;}
	.box img{max-width:100px;}
	#mainBanner h2,#mainBanner p{font-size:80%;}
	.front-notice .notice-cat,.post .front-notice .notice-cat{
		margin: 0;
	}
	p.top-p{
		padding: 8px;
	}
	.access{
		width:100%;
		margin: 20px 0;
		padding:0;
	}
	.box-left,.box-right,.manage-cont-left,.manage-cont-right{
		float:none;
		width:100%;
	}
	.manage-cont-right{
		text-align:center;
	}
	.manage-cont{
		padding:0;
		margin:0;
	}
	.program-box{
		height:auto;
	}
	.post ul li{
		line-height:1.5;
	}
	.ycu,.hn2 {
    display:  none;
}
h1 {
    margin:  0;
    padding: .4em;
    border-left: 15px solid #80c269;
    margin-bottom:  10px;
}

#wrapper {
    margin:  0;
    width:  100%;
    padding:  0;
}

h1:after,h1.heading:after {
    content: none;
}

li.news-contents {
    margin: 10px 35px 10px 25px;
    padding: 10px 0;
    border-bottom: 1px solid #aaa;
}

.front-notice .notice-cat {
    float:  right;
    margin:  0;
    padding: 4px;
}

.front-notice .notice-date {
    float:  left;
    color: #44a3f5;
}

li.news-contents a {
    height: 30px;
    width: 230px;
    display: block;
}

.front-notice a.notice-title {
    display:  block;
    color: #44a3f5;
}

.footer-ycu {
    float:  none;
    text-align:  center;
    font-size:  12px;
    text-decoration:  underline;
}

#copyright {
    float:  none;
    text-align:  center;
    margin-bottom: 40px;
}
#footer .grid, #footer ul.footnav{
	display:none;
}
#footer {
    margin-top: 20px;
    border-top: 1px solid #555;
    padding-top: 20px;
}
.breadcrumbs {
    width:  auto;
    margin: 8px 0;
}

#main {
    padding-top: 8px;
}

section.content article {
    padding: 20px 16px;
}

.pagenav {
    padding: 16px;
}
#sidebar li:nth-child(n + 2) {
    display:  inline-block;
    width:  49%;
}
.map {
    width:  auto;
    padding:  0;
    margin: 40px 0;
    height:  auto;
}

.address,.map-img {
    width:  auto;
    float: none;
    margin: 10px 0;
}
nav#mainNav  ul  li.menu-item-has-children {
    padding-top: 40px;
}

nav#mainNav #menu-item-342, nav#mainNav #menu-item-343, nav#mainNav #menu-item-344 {
    display:  block;
}

nav#mainNav ul li a, nav#mainNav ul li.current-menu-item li a {
    position:  relative;
}

nav#mainNav ul > li:last-child a{
	border-bottom:1px solid #ddd;
}
nav#mainNav ul li a:after {
    position: absolute;
    content: '>';
    right: 12px;
    color: #39c839;
}
}

li.news-contents{
	width:auto;
}

.gsc-input-box {
    height: 30px !important;
}

.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
    width:  17px !important;
    height:  17px !important;
    margin-top:  0 !important;
}

.gsib_a {
    padding: 2px !important;
}




#gs_id50,#gs_id50 tbody,#gs_id50 tr,#gs_id50 td {
    height:  100%;
}
#gsc-i-id1 {
    min-height:  24px;
}