@charset "utf-8";
/****************************
BASE CSS READING (NOT IE 4)
****************************/

/* ---------------------------------------------
　elements initialization 
------------------------------------------------ */

* {
	box-sizing: border-box;
}
	

body{
	margin:0;
	padding:0;
	text-align:center;
	height:100%;
	line-height:1.7;
	overflow-x:hidden;
}

a img, fieldset, img{
	border:0;
	vertical-align:top;
}

blockquote, dd, div, dl, dt, fieldset, form,
h1, h2, h3, h4, h5, h6, input, li, ol, p, pre,
select, span, textarea, td, th, ul{
	margin:0;
	padding:0;
}

abbr, acronym{
	border:0;
}

address, caption, cite, code, dfn, em, th, strong, var{
	font-style:normal;
	font-weight:normal;
}

caption, th{
	text-align:left;
}

code, kbd, pre, samp, tt{
	font-family:monospace;
	line-height:100%;
}

	/* for IE7 */
	*+html code, kbd, pre, samp, tt{
		font-size:108%;
	}

h1, h2, h3, h4, h5, h6{
	font-size:100%;
	font-weight:normal;
}

input, select, textarea{
	font-size:100%;
}

ul li{
	list-style:none;
}

ol {
	margin-left: 23px;
}

q:before, q:after{
	content:'';
}

table{
	border-collapse:collapse;
	border-spacing:0;
	font-size:100%;
}

hr{
	display: none;
}

strong, em{
	font-weight: bold;
}


/* ------ font --------------------------------- */

body{
	font-size:14px;
	color: #333;
	font-family: "メイリオ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", Osaka ;
}


/* ------ links color -------------------------- */

a:link,
a:visited,
a:hover,
a:active{
	text-decoration:underline;
}
a:link          { color:#2563a8; }
a:visited       { color:#6b4967; }
a:hover,a:active{ color:#1d8c73; }


/* ------ clearfix scheme ---------------------- */

div:after {
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}

/**************************************************
------------------------------------------------

　base modules

------------------------------------------------
***************************************************/

/* ---------------------------------------------
　header
------------------------------------------------ */

.header {
	background: url(/themes/kagawa_in_school/images/bg_header.png) repeat-x 0 0;
}

.header-inner {
	width: 980px;
	margin: 0 auto;
	position: relative;
	height: 174px;
}

.header .logo {
	position: absolute;
	top: 27px;
	left:0;
}

.header .logo img{
	width:150px;
	height:37px;
}

.header li {
	float:left;
}

.header-utility-navigation {
	width:365px;
	position:absolute;
	top:35px;
	left:350px;
	font-size:78%;
}

.header-utility-navigation li {
	display:inline;
	margin-left:10px;
}

.header-utility-navigation a {
	background:url(/themes/kagawa_in_school/images/icon_arrow01.png) no-repeat 0 0.4em;
	padding-left:10px;
	margin-bottom:5px;
	color:#000;
	text-decoration:none;
}

.header-serch {
	width:160px;
	height:23px;
	position:absolute;
	top:32px;
	right:90px;
}

.serch-box {
	background: #fff;
    border: 1px solid #d2d2d2;
    height: 23px;
    margin: 0;
    width: 128px;
}

.serch-btn {
	margin:0 0 0 -6px;
}

.fontsize {
	width:80px;
	height:22px;
	position:absolute;
	top:33px;
	right:0;
}

.fontsize dt {
	float:left;
	margin-right:3px;
}

.fontsize dd {
	float:left;
}

.fontsize #df,
.fontsize #zuf,
.fontsize #zdf {
        cursor:pointer;
}

.target-navigation {
	background:#84ae60;
	width:100%;
	position:absolute;
	top:74px;
	left:0;
}

.target-navigation li {
	width:16.65%;
	float:left;
	color:#fff;
	border-right:1px solid #a1c186;
}

.target-navigation li:last-child {
	border:none;
}

.target-navigation a {
	display:block;
	width:100%;
	color:#fff;
	background:#84ae60;
	padding:5px 0;
	text-decoration:none;
}


.target-navigation a:hover {
	background:#99ba7b;
}

.global-navigation {
	top:130px;
	left: 0;
	position: absolute;
}
.global-navigation > ul {
	position:relative;
}

.global-navigation > ul > li > a {
	border-left:1px solid #6f6f6f;
	font-weight: bold;
	padding:10px 24px;
}

.global-navigation > ul > li.last a {
	border-right:1px solid #6f6f6f;
	padding-left:23px;
	padding-right:23px;
}

.global-navigation a:link,
.global-navigation a:hover,
.global-navigation a:active,
.global-navigation a:visited {
	color: #000;
	text-decoration: none;
}

.global-navigation a:hover {
	color: #84ae60;
}

.global-navigation .submenu {
	background:#fff;
	/*border:10px solid #84AE60;*/
	border:10px solid #b5dc93;
	padding:15px 20px;
	margin-top:30px;
	position:absolute;
	top:0;
	left:0;
	text-align:left;
	width:980px;
	z-index:4;
}

.submenu-unit h2 {
	font-weight:bold;
	padding-bottom:5px;
	border-bottom:2px solid #78bc46;
}

.global-navigation .submenu-unit li {
	float:none;
}

.global-navigation .submenu .submenu-unit {
	width:220px;
	display:block;
	float:left;
	font-weight:normal;
	margin-right:13px;
}

.global-navigation .submenu .submenu-unit > ul {
	margin-top:10px;
}

.global-navigation .submenu .submenu-unit.last {
	margin-right:0;
}

.submenu-unit li  {
	background:url(/themes/kagawa_in_school/images/icon_arrow01.png) no-repeat 0 0.2em;
	padding:0 0 0 10px;
	line-height:1.2em;
	margin-bottom:10px;
}

.global-navigation .submenu a {
	font-weight:normal;
	padding:0;
	border-right:none;
}

.global-navigation .last .submenu-unit li a {
	border-right:none;
	padding:0;
}

.global-navigation .submenu .sub-all {
	text-align:center;
	width:100%;
	padding:10px 60px 0;
	clear:both;
	float:none;
}

.global-navigation .submenu .sub-all a {
	background:#e5f7d7;
	display:block;
	border:1px solid #78bc46;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#448b0f;
	font-weight:bold;
}

.global-navigation .submenu .sub-all a:hover,
.global-navigation .submenu .sub-all a:active {
	color:#99ba7b;
}

.submenu .sub-all a span {
	background:url(/themes/kagawa_in_school/images/icon_arrow01.png) no-repeat 0 0.4em;
	padding-left:10px;
}


/* ---------------------------------------------
　container
------------------------------------------------ */

.container h2,
.container h3,
.container h4,
.container h5,
.container p,
.container ul,
.container ol,
.container dl,
.container table {
	margin-top: 30px;
}

.banner li {
	margin-bottom:13px;
}

/* ---------------------------------------------
　bx-slider
------------------------------------------------ */

.bx-wrapper {
    margin: 0 auto;
    padding: 0;
    position: relative;
}
.bx-wrapper img {
    display: block;
    max-width: 100%;
}
.bx-wrapper .bx-viewport {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    transform: translateZ(0px);
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: -30px;
    position: absolute;
    width: 100%;
}
.bx-wrapper .bx-pager {
    color: #666;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    padding-top: 0;
    text-align: center;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #bdbeb9;
    border-radius: 7px;
    display: block;
    height: 14px;
    margin: 0 5px;
    outline: 0 none;
    text-indent: -9999px;
    width: 14px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #84ae60;
}
.bx-wrapper .bx-prev {
    left: 20px;
}
.bx-wrapper .bx-next {
    right: 20px;
}
.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
	background:url(/themes/kagawa_in_school/images/icon_prev.png) no-repeat 0 0;
}
.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
	background:url(/themes/kagawa_in_school/images/icon_next.png) no-repeat 0 0;
}
.bx-wrapper .bx-controls-direction a {
    height: 46px;
    margin-top: -16px;
    outline: 0 none;
    position: absolute;
    text-indent: -9999px;
    top: 45%;
    width: 30px;
    z-index: 3;
}
.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

.pickup .bx-wrapper .bx-controls-direction a {
    height: 42px;
    margin-top: -20px;
    outline: 0 none;
    position: absolute;
    text-indent: -9999px;
    top: 40%;
    width: 24px;
    z-index: 3;
}
.pickup .bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

.pickup .bx-wrapper .bx-prev {
    background-position: 0 0;
	background:url(/themes/kagawa_in_school/images/icon_box_prev.png) no-repeat 0 0;
    left: -45px;
}
.pickup .bx-wrapper .bx-next {
    background-position: -43px 0;
	background:url(/themes/kagawa_in_school/images/icon_box_next.png) no-repeat 0 0;
    right: -45px;
}


/* ---------------------------------------------
　content幅
------------------------------------------------ */

.container {
	width:980px;
	margin: 0 auto;
	text-align:left;
}

.content {
	width:100%;
}

.left-content {
	width:19.89%;
	float:left;
}

.right-content {
	width:19.89%;
	float:right;
}

.main-content {
	width:55.1%;
	float:left;
	margin-left:25px;
}

/*　キービジュアル　*/

.keyvisual {
	margin-top:20px;
}

.keyvisual ul {
	margin-top:0;
	z-index:1;
}


/* ---------------------------------------------
　slide-box
------------------------------------------------ */

.pickup {
	margin-top:55px;
}

.pickup h2 {
	margin-top:0;
}

.pickup .bx-wrapper {
	margin-left:-33px;
	width:100%;
}

.slide-area {
	margin-top:20px;
}

.slide-area dl {
	margin-top:0;
}

.slide-box {
	float:left;
}

.slide-box dd {
	line-height:1.2em;
	padding-top:10px;
}

.slide-box a {
	color:#666;
	text-decoration:none;
}

.slide-box a:hover {
	text-decoration:underline;
}


/* title */

.pickup-title {
	font-size:128%;
	font-weight:bold;
}

.main-content h2 {
	font-size:114%;
	font-weight:bold;
}


/* top-important */

.top-important{
	margin-top:30px;
}

.top-important a:link, 
.top-important a:active, 
.top-important a:visited{
	text-decoration:none;
	color:#333;
}

.top-important a:hover{
	text-decoration:underline;
	color:#D54345;
}

.top-important h2{
	margin:0;
	padding:5px 20px;
	display:inline-block;
	color:#fff;
	font-size:100%;
	text-align:left;
	border-bottom:none;
	background:#ca2323;
}

.top-important dl{
	padding:10px 10px 0;
	margin:0;
	border:1px solid #ca2323;
}

.top-important dt{
	float:left;
	clear:left;
	width:9em;
	color:#cb2626;
}

.top-important dd{
	padding:0 0 10px 11em;
	color:#333;
}


/* tab */

.tabs {
	padding:0 5px;
	margin-top:10px!important;
}

.tabs > .tab {
	display: inline-block;
	padding:5px 10px;
	background:#fbfbfb;
	border:1px solid #b0b0b0;
	border-bottom:none;
	margin-left:5px;
}

.tabs > .tab a {
	color:#333;
	text-decoration:none;
}

.tabs > .tab.active a {
	text-decoration:none;
	color:#fff;
}


.tab-contents {
	border-top:1px solid #c4c4c4;
	background:#fff;
}

.tab-contents > .tab-content {
  display: none;
}

.tab-contents > .tab-content dl {
	margin-top:10px;
}

.tab-contents > .tab-content.active {
  display: block;
}

.tab-content dt {
	color:#5e8c36;
	font-size:78%;
	padding-top:5px;
}

.tab-content dd {
	border-bottom:1px solid #ececec;
	padding-bottom:5px;
}

.tab-content dd a {
	color:#333;
	text-decoration:none;
}

.tab-content dd a:hover {
	color:#666;
	text-decoration:underline;
}

.event-area {
	width:100%;
	position:relative;
}

.tab-event-btn {
	position:absolute;
	top:48px;
	right:0;
	line-height:1.2em;
}

.tab-event-btn ul {
	margin:0;
}

.tab-event-btn li {
	float:left;
}

.tab-event-btn .list a {
	color:#000;
	font-size:78%;
	text-decoration:none;
	background:url(/themes/kagawa_in_school/images/icon_arrow_orange.png) no-repeat 0 0.3em;
	padding-left:10px;
	margin-right:10px;
}

.news-area .tabs > .tab {
	padding:2px 6px;
	font-size:92%;
	margin-left:1px;
}

.news-area {
	width:100%;
	position:relative;
}

.tab-news-btn {
	position:absolute;
	top:5px;
	right:0;
	line-height:1.2em;
}

.tab-news-btn ul {
	margin:0;
}

.tab-news-btn li {
	float:left;
}

.tab-news-btn .list a {
	color:#000;
	font-size:78%;
	text-decoration:none;
	background:url(/themes/kagawa_in_school/images/icon_arrow_blue.png) no-repeat 0 0.3em;
	padding-left:10px;
	margin-right:10px;
}

.event-area .tabs > .tab:hover a,
.news-area .tabs > .tab:hover a {
	color:#fff;
}

.event-area .tabs > .tab.active,
.event-area .tabs > .tab:hover {
  	color:#fff;
	background: #df9655; /* Old browsers */
	background: -moz-linear-gradient(top,  #df9655 0%, #d4721b 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#df9655), color-stop(99%,#d4721b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #df9655 0%,#d4721b 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #df9655 0%,#d4721b 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #df9655 0%,#d4721b 99%); /* IE10+ */
	background: linear-gradient(to bottom,  #df9655 0%,#d4721b 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df9655', endColorstr='#d4721b',GradientType=0 ); /* IE6-9 */
}

.news-area .tabs > .tab01.active,
.news-area .tabs > .tab01:hover {
  	color:#fff;
	background: #5876ac; /* Old browsers */
	background: -moz-linear-gradient(top,  #5876ac 0%, #3e609f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5876ac), color-stop(100%,#3e609f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #5876ac 0%,#3e609f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #5876ac 0%,#3e609f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #5876ac 0%,#3e609f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #5876ac 0%,#3e609f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5876ac', endColorstr='#3e609f',GradientType=0 ); /* IE6-9 */
}

.news-area .tabs > .tab02.active,
.news-area .tabs > .tab02:hover {
  	color:#fff;
	background: #d44949; /* Old browsers */
	background: -moz-linear-gradient(top,  #d44949 0%, #c24343 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d44949), color-stop(100%,#c24343)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d44949 0%,#c24343 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d44949 0%,#c24343 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d44949 0%,#c24343 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d44949 0%,#c24343 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d44949', endColorstr='#c24343',GradientType=0 ); /* IE6-9 */
}

.news-area .tabs > .tab03.active,
.news-area .tabs > .tab03:hover {
  	color:#fff;
	background: #ca5d1c; /* Old browsers */
	background: -moz-linear-gradient(top,  #ca5d1c 0%, #b9551a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ca5d1c), color-stop(100%,#b9551a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ca5d1c 0%,#b9551a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ca5d1c 0%,#b9551a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ca5d1c 0%,#b9551a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ca5d1c 0%,#b9551a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ca5d1c', endColorstr='#b9551a',GradientType=0 ); /* IE6-9 */
}

.news-area .tabs > .tab04.active,
.news-area .tabs > .tab04:hover {
  	color:#fff;
	background: #84ae60; /* Old browsers */
	background: -moz-linear-gradient(top,  #84ae60 0%, #799f58 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#84ae60), color-stop(100%,#799f58)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #84ae60 0%,#799f58 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #84ae60 0%,#799f58 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #84ae60 0%,#799f58 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #84ae60 0%,#799f58 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#84ae60', endColorstr='#799f58',GradientType=0 ); /* IE6-9 */
}

.news-area .tabs > .tab05.active,
.news-area .tabs > .tab05:hover {
  	color:#fff;
	background: #286f97; /* Old browsers */
	background: -moz-linear-gradient(top,  #286f97 0%, #25658a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#286f97), color-stop(100%,#25658a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #286f97 0%,#25658a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #286f97 0%,#25658a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #286f97 0%,#25658a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #286f97 0%,#25658a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#286f97', endColorstr='#25658a',GradientType=0 ); /* IE6-9 */
}

.news-area .tabs > .tab06.active,
.news-area .tabs > .tab06:hover {
  	color:#fff;
	background: #574a7c; /* Old browsers */
	background: -moz-linear-gradient(top,  #574a7c 0%, #4f4471 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#574a7c), color-stop(100%,#4f4471)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #574a7c 0%,#4f4471 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #574a7c 0%,#4f4471 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #574a7c 0%,#4f4471 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #574a7c 0%,#4f4471 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#574a7c', endColorstr='#4f4471',GradientType=0 ); /* IE6-9 */
}

.news-area .tabs > .tab07.active,
.news-area .tabs > .tab07:hover {
  	color:#fff;
	background: #e26e8e; /* Old browsers */
	background: -moz-linear-gradient(top,  #e26e8e 0%, #cf6582 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e26e8e), color-stop(100%,#cf6582)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e26e8e 0%,#cf6582 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e26e8e 0%,#cf6582 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e26e8e 0%,#cf6582 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e26e8e 0%,#cf6582 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e26e8e', endColorstr='#cf6582',GradientType=0 ); /* IE6-9 */
}

.news-area .tabs > .tab08.active,
.news-area .tabs > .tab08:hover {
  	color:#fff;
	background: #666666; /* Old browsers */
	background: -moz-linear-gradient(top,  #666666 0%, #5e5e5e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#5e5e5e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #666666 0%,#5e5e5e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #666666 0%,#5e5e5e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #666666 0%,#5e5e5e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #666666 0%,#5e5e5e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#5e5e5e',GradientType=0 ); /* IE6-9 */
}

.tag02 {
	background:#d44949;
	color:#fff;
	display:inline-block;
	width:8em;
	padding:1px 0 0;
	text-align:center;
	margin-left:15px;
}

.tag03 {
	background:#ca5d1c;
	color:#fff;
	display:inline-block;
	width:8em;
	padding:1px 0 0;
	text-align:center;
	margin-left:15px;
}

.tag04 {
	background:#799f58;
	color:#fff;
	display:inline-block;
	width:8em;
	padding:1px 0 0;
	text-align:center;
	margin-left:15px;
}

.tag05 {
	background:#286f97;
	color:#fff;
	display:inline-block;
	width:8em;
	padding:1px 0 0;
	text-align:center;
	margin-left:15px;
}

.tag06 {
	background:#574a7c;
	color:#fff;
	display:inline-block;
	width:8em;
	padding:1px 0 0;
	text-align:center;
	margin-left:15px;
}

.tag07 {
	background:#de597e;
	color:#fff;
	display:inline-block;
	width:8em;
	padding:1px 0 0;
	text-align:center;
	margin-left:15px;
}

.tag08 {
	background:#666;
	color:#fff;
	display:inline-block;
	width:8em;
	padding:1px 0 0;
	text-align:center;
	margin-left:15px;
}

/* ------------------------------------------------------
footer
-------------------------------------------------------*/

.footer {
	margin-top: 90px;
	color: #5f5f5f;
	text-align:left;
}

.footer-inner {
	width:980px;
	margin:0 auto;
}

.footer-sitemap h2 {
	border-bottom:2px solid #84ae60;
	padding:0 0 6px 2px;
	margin-bottom:15px;
	font-size:114%;
	font-weight:bold;
	color:#444;
}

.footer-sitemap h2 a {
	color:#444;
	text-decoration:none;
}

.footer-sitemap h2 a:hover,
.footer-sitemap h2 a:active {
	color: #84ae60;
}

.footer-sitemap {
	padding: 30px 0 0;
	background:#f2f2f2;
	border-bottom:6px solid #84ae60;
	border-top:6px solid #84ae60;
}

.footer-sitemap-frame {
	margin-left:-1.5%;
	width:100%;
	margin-bottom:30px;
}

.footer-sitemap-unit {
	width:23.46%;
	margin-left:1.5%;
	float:left;
}

.footer-navigation li {
	background:url(/themes/kagawa_in_school/images/icon_arrow01.png) no-repeat 2px 0.3em;
	padding-left:12px;
	margin-bottom:10px;
	font-size:92%;
	line-height:1.2em;
}

.footer-navigation a {
	color:#000;
	text-decoration:none;
}

.footer-navigation a:hover,
.footer-navigation a:active {
	text-decoration:underline;
}

.footer-sitemap-btn {
	margin-top:15px;
}

.footer-sitemap-btn a {
	display:block;
	text-align:center;
	text-decoration:none;
	color:#84ae60;
	font-size:92%;
	padding:5px;
	font-weight:bold;
	background:#fff;
	border:1px solid #dfdfdf;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.footer-sitemap-btn a:hover,
.footer-sitemap-btn a:active {
	color:#b0cb96;
}

.footer-utility-navigation {
	padding:23px 0 0;
	border-bottom:1px solid #d3d3d3;
}

.footer-utility-navigation li {
	background:url(/themes/kagawa_in_school/images/icon_arrow01.png) no-repeat 2px 0.2em;
	padding-left:12px;
	margin-bottom:13px;
	font-size:92%;
	line-height:1.2em;
	float:left;
	margin-right:25px;
}

.footer-utility-navigation a {
	color:#5f5f5f;
	text-decoration:none;
}

.footer-utility-navigation a:hover,
.footer-utility-navigation a:active {
	text-decoration:underline;
}

.footer-guide {
	width:980px;
	height:60px;
	position:relative;
	margin-bottom:20px;
	clear:both;
}

.address {
	font-size:85%;
	margin-top:1.5em!important;
}

.copyright {
	color:#959595;
	font-size:78%;
	margin-top:8px;
}

.character {
	position:absolute;
	bottom:0;
	right:0;
}

/* PC非表示 */

.sp{ display:none;}


/* ------------------------------------------------------
 sp設定
-------------------------------------------------------*/

@media only screen and (max-width:1024px) {

	body{
		margin:0;
		padding:0;
		text-align:center;
		width:100%;
		height:auto;
		line-height:1.5;
		overflow-x:hidden;
		-webkit-text-size-adjust: 100%;
	}


	.sp{ display:block;}
	
	.pc{ display:none;}

	/* ---------------------------------------------
	　header
	------------------------------------------------ */

	.header {
		background:none;
	}
	
	.header-inner {
		width: 100%;
		margin: 0;
		position: relative;
		height:140px;
	}
	
	.header .logo {
		position: absolute;
		top:65px;
		left:10px;
	}
	
	.header li {
		float:left;
	}
	
	.header-utility-navigation {
		width:100%;
		position:absolute;
		top:0;
		left:0;
		font-size:11px;
		text-align:left;
		background:#f6f6f6;
		border-bottom:1px solid #d7d7d7;
		padding:5px 0;
	}
	
	.header-utility-navigation li {
		display:inline;
		margin-left:0;
		width:50%;
	}
	
	.header-utility-navigation a {
		background:url(/themes/kagawa_in_school/images/icon_arrow01.png) no-repeat 10px 70%;
		background-size:5px auto;
		padding:5px 10px 0 20px;
		margin-bottom:0;
		color:#666;
		text-decoration:none;
	}
	
	.header-serch {
		width:100%;
		height:46px;
		padding:7px 0;
		position:absolute;
		top:115px;
		right:0;
		background:#f6f6f6;
	}
	
	.serch-box {
		background: #fff;
		border: 1px solid #d2d2d2;
		height: 30px;
		margin: 0;
		width: 78%;
	}
	
	.serch-btn {
		margin:0 0 0 -6px;
		height:30px;
	}
	
	input[type="button"],input[type="text"],input[type="submit"],input[type="image"] {
	   -webkit-appearance: none;
	   border-radius: 0;
	}
	
	.fontsize {
		display:none;
	}
	
	.target-navigation {
		display:none;
	}
	
	.global-navigation {
		display:none;
	}
	
	/* -------------------------------------
	　menu
	------------------------------------- */
	
	/* navibtn */
	
	.header .navibtn{
		position:absolute;
		top:55px;
		right:10px;
	}
	
	#menu{
		display:none;
		position:absolute;
		top:0;
		left:0;
		width:100%;
		z-index:5;
		background-color: rgba(255,255,255,0.6);
	}
	
	#menu .mheader{
		position:relative;
		height:45px;
		background-color:#84ae60;
	}
	
	#menu .mheader h2{
		background:#84ae60;
		color:#fff;
		line-height:45px;
	}

	#menu .mheader p.close01{
		position:absolute;
		right:10px;
		top:10px;
	}
	
	#menu .menu ul{
		font-size:15px;
		text-align:left;
		background:#ffffff;
	}
	
	#menu .menu ul li{
		max-width:100%;
		line-height:50px;
		border-top: 1px solid #999999;
	}
	
	#menu .menu ul li:first-child{
		border-top:none;
	}
	
	#menu .menu ul li{
		display: block;
		padding:0 0 0 10px;
		position: relative;
		background:#fff;
		text-decoration: none;
	}
	
	#menu .menu ul li a:after{
		content:"";
		display: block;
		width:8px;
		height:8px;
		border-top:1px solid #666666;
		border-right:1px solid #666666;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		right:15px;
		top:50%;
		margin-top:-5px;
	}
	
	#menu .menu ul li:last-child{
		border-bottom:none;
	}
	
	#menu .menu dt{
		background:#eaeaea;
		height:45px;
		line-height:45px;
	}
	
	#menu p.close02{
		background:#eaeaea;
		font-size:15px;
		text-align:center;
		padding:10px;
	}
	
	#menu p.close02 a{
		background: #ffffff; /* Old browsers */
		background: -moz-linear-gradient(top, #ffffff 0%, #e1e1e1 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #ffffff 0%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #ffffff 0%,#e1e1e1 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #ffffff 0%,#e1e1e1 100%); /* IE10+ */
		background: linear-gradient(to bottom, #ffffff 0%,#e1e1e1 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1e1e1',GradientType=0 ); /* IE6-9 */
		border-radius:3px;
		border:1px solid #999;
		color:#323232;
		text-decoration:none;
		display:block;
		padding:10px 7px;
	}
	
	#menu p.close02 a img{
		vertical-align:middle;
		margin:-2px 13px 0 0;
	}
	
	#menu li a:link,
	#menu li a:visited,
	#menu li a:hover,
	#menu li a:active{
		text-decoration:none;
		color:#333;
		display:block;
	}
	
	/* title */
	
	.pickup-title {
		font-size:128%;
		font-weight:bold;
		text-align:center;
		margin:0;
	}
	
	/* ---------------------------------------------
	　bx-slider
	------------------------------------------------ */
	
	.bx-wrapper img {
		display: block;
		width: 100%;
	}
	
	.bx-wrapper .bx-pager.bx-default-pager a {
		background: #bdbeb9;
		border-radius: 7px;
		display: block;
		height: 10px;
		margin: 0 5px;
		outline: 0 none;
		text-indent: -9999px;
		width: 10px;
	}
	
	.pickup .bx-wrapper{
		width:85%;
		font-size:12px;
	}
	
	.pickup .bx-wrapper .bx-controls-direction a {
		height: 42px;
		margin-top: -20px;
		outline: 0 none;
		position: absolute;
		text-indent: -9999px;
		top: 40%;
		width: 24px;
		z-index: 3;
	}
	.pickup .bx-wrapper .bx-controls-direction a.disabled {
		display: none;
	}
	
	.pickup .bx-wrapper .bx-prev {
		background-position: 0 0;
		background:url(/themes/kagawa_in_school/images/icon_box_prev.png) no-repeat 0 0;
		background-size:15px 25px;
		left: -20px;
	}
	.pickup .bx-wrapper .bx-next {
		background-position: -43px 0;
		background:url(/themes/kagawa_in_school/images/icon_box_next.png) no-repeat 0 0;
		background-size:15px 25px;
		right: -30px;
	}
	
	.slide-area {
		margin-top:15px;
	}
	
	
	/* ---------------------------------------------
	　content幅
	------------------------------------------------ */
	
	.container {
		width:100%;
		margin: 0 auto;
		text-align:left;
		overflow:hidden;
	}
	
	.content {
		width:100%;
	}
	
	.left-content {
		width:100%;
		float:none;
	}
	
	.right-content {
		width:100%;
		float:none;
	}
	
	.main-content {
		width:100%;
		float:none;
		margin-left:0px;
	}
	
	/*　キービジュアル　*/
	
	.keyvisual {
		margin-top:20px;
	}
	
	.keyvisual ul {
		margin-top:0;
		z-index:1;
	}
	
	.banner{ margin:10px auto;}
	
	.banner li{
		margin:0 20px 13px;
		text-align:center;
	}
	
	.banner li img{
		max-width:100%;
	}

	
	/* top-important */
	
	.top-important{
		margin-right:10px;
		margin-left:10px;
	}
	
	.top-important dt{
		float:none;
		font-size:87%;
		width:auto;
	}
	
	.top-important dd{
		padding:0 0 10px 0;
	}
	
	/* tab */
	
	.tab-content dt {
		color:#5e8c36;
		font-size:78%;
		padding:5px 0 0 10px;
	}
	
	.tab-content dd {
		border-bottom:1px solid #ececec;
		padding-bottom:5px;
		min-height:3em;
	}
	
	.tab-content dd a {
		display:block;
		color:#333;
		text-decoration:none;
		padding:0 35px 0 10px;
		background:url(/themes/kagawa_in_school/images/icon_arrow03.png) no-repeat 96% 0;
		background-size:15px 20px;
	}
	
	.tab-content dd a:hover {
		color:#666;
		text-decoration:underline;
	}
	
	.news-area h2,
	.event-area h2{
		padding-left:15px;
		padding-right:15px;
	}
	
	.news-area .tabs {
		padding:0 0 60px;
		width:100%;
		margin-top:10px!important;
		margin-left:-1px;
		border-top:1px solid #b0b0b0;
	}
	
	.news-area .tabs > .tab {
		width:25%;
		display:block;
		float:left;
		padding:10px 0;
		font-size:10px;
		margin-left:0;
		text-align:center;
		border:none;
		border-left:1px solid #b0b0b0;
		border-bottom:1px solid #b0b0b0;
	}
	
	.news-area .tab-content dt{
		padding:10px 0 0 110px;
		position:relative;
	}
	
	.news-area .tab-content dt span{
		position:absolute;
		top:10px;
		left:10px;
		margin:0;
		padding:3px 5px;
	}
	
	.news-area .tab-content dd{
		padding-left:100px;
	}
	
	/* 一覧 */
	
	p.list-btn{ margin:0;}
	.list-btn a{
		display: block;
		position: relative;
		padding:10px 0;
		margin:0;
		background:#eaeaea;
		text-align:center;
		text-decoration:none;
		font-size:15px;
		color:#666;
	}
	
	.list-btn a:after {
		display: block;
		content: "";
		position: absolute;
		top: 45%;
		right: 20px;
		width: 10px;
		height: 10px;
		margin: -4px 0 0 0;
		border-top: solid 1px #979797;
		border-right: solid 1px #979797;
		-webkit-transform: rotate(45deg);
				transform: rotate(45deg);
	}
	
	
	/* ページトップ */
	
	.pagetop a{
		display:block;
		margin: 10px auto 0;
		height:44px;
		line-height:44px;
		text-align:center;
		background:#efefef;
	}
	
	.pagetop a img{
		vertical-align:middle;
		padding-right:5px;
	}
	
	.pagetop a:link,
	.pagetop a:hover,
	.pagetop a:visited,
	.pagetop a:active {
		text-decoration:none;
		color:#666;
		padding:0;
	}
	
	/* ------------------------------------------------------
	footer
	-------------------------------------------------------*/
	
	.footer {
		margin-top: 0px;
		color: #5f5f5f;
		text-align:center;
	}
	
	.footer-inner {
		width:100%;
		margin:0 auto;
		text-align:center;
	}
	
	.footer-sitemap {
		display:none;
	}
	
	.footer-utility-navigation {
		padding:10px;
		margin:0 auto;
		text-align:center;
		border-bottom:none;
		border-top:1px solid #d3d3d3;
	}
	
	.footer-utility-navigation li {
		background:none;
		padding:0 5px;
		margin:5px 10px;
		font-size:92%;
		line-height:1.2em;
		float:left;
	}
	
	.footer-utility-navigation a {
		color:#5f5f5f;
		text-decoration:none;
	}
	
	.footer-utility-navigation a:hover,
	.footer-utility-navigation a:active {
		text-decoration:underline;
	}
	
	.footer-guide {
		width:100%;
		height:60px;
		position:relative;
		margin-bottom:20px;
		clear:both;
	}
	
	.address {
		font-size:85%;
		margin-top:0!important;
		padding:5px 0;
		background:#efefef;
	}
	
	.copyright {
		color:#fff;
		background:#676767;
		font-size:10px;
		margin-top:0;
		padding:5px 0;
	}
	
	.character {
		display:none;
	}

}