@charset "utf-8";
/****************************
common CSS READING (NOT IE 4)
****************************/

/* common modules
------------------------------------------------ */

.small    { font-size:87%;  }
.x-small  { font-size:78%;  }

.large    { font-size:107%; }
.x-large  { font-size:120%; }

.attention{ color: #FF3366;   }
.bold     { font-weight:bold; }

.center{ text-align: center; }
.right { text-align:right;   }
.left  { text-align:left;    }

/* 2106/11/28　マージン設定追加 */
.section10{ margin-top:10px; }
.section20{ margin-top:20px; }
.section30{ margin-top:30px; }

.float-l{ float: left;  }
.float-r{ float: right; }
.clear  { clear: both;  }

.img-l{ float:left;  margin:0 25px 10px 0; }
.img-r{ float:right; margin:0 0 10px 25px; }

.nowrap         { white-space:nowrap; }
.nomargintop    { margin-top: 0 !important; }
.content .nocss { maring:0; padding:0; border:none; background:none; }

/* --- anchor --- */

.anchor{
	background:url(/themes/kagawa_in_school/images/icon_arrow01.png) no-repeat 0 0.4em;
	padding-left:13px;
}

/* --- openwin --- */

.openwin{
	padding:0 5px;
	vertical-align:middle;
}

/* --- links color --- */

.container a:link,
.container a:visited,
.container a:hover,
.container a:active{
	text-decoration:none;
}
.container a:link          { color:#666666; }
.container a:visited       { color:#333333; }
.container a:hover,a:active{ color:#666666; text-decoration:underline; }


/* --- 現在地 --- */

.global-navigation li a.active{
	color:#84ae60;
}


/* ---------------------------------------------
　content幅
------------------------------------------------ */

.container {
	width:980px;
	margin: 0 auto;
	text-align:left;
}

.content {
	width:100%;
}

.right-content {
	width:19.89%;
	float:right;
}

.main-content {
	width:74.99%;
	float:left;
	margin-left:0;
	
}

/*　キービジュアル　*/

.keyvisual {
	margin-top:20px;
}

.keyvisual ul {
	margin-top:0;
	z-index:1;
}


/* ------ topic-path --------------------------- */

.topic-path {
	text-align:left;
	margin:20px 0 0;
	font-size:87%;
}

.topic-path a,
.topic-path a:link,
.topic-path a:hover,
.topic-path a:visited,
.topic-path a:active {
	color:#0b72ba;
}

/* ------ pagetop ------------------------------ */

.pagetop{
	clear:both;
	margin: 10px auto 0;
	text-align:right;
	font-size:86%;
}

.pagetop a,
.pagetop a:link,
.pagetop a:hover,
.pagetop a:visited,
.pagetop a:active {
	display:inline-block;
	padding:0 0 0 16px;
	background:url(/themes/kagawa_in_school/images/icon_gotop.png) no-repeat 0 0.4em;
}


/* title */

.container h1 a,
.container h2 a,
.container h3 a,
.container h4 a,
.container h5 a{
	color:#333;
}

.container h1 {
	font-size:186%;
	font-weight:bold;
	margin:20px 0 0;
	padding:0 0 10px 10px;
	border-bottom:3px solid #ccc;
}

.main-content h2 {
	font-size:129%;
	font-weight:normal;
	padding:5px 15px;
	border:1px solid #ddd;
	box-shadow:inset 0 -2px 0 0 #84ae60;
	background:#f1f4ef;
}

.main-content h3 {
	font-size:129%;
	padding:5px 15px;
	border-bottom:3px solid #84ae60;
}

.main-content h3.kcaption02{
	font-size:129%;
	font-weight:normal;
	padding:5px 15px;
	border:1px solid #ddd;
	box-shadow:inset 0 -2px 0 0 #84ae60;
	background:#f1f4ef;
}


.main-content h4 {
	font-size:129%;
	padding:3px 15px;
	background:#f1f4ef;
}

.main-content h5{
	font-size:129%;
	padding:0 12px;
	border-left:3px solid #84ae60;
}

.main-content .subtitle {
	margin-top:5px;
}

.date {
	font-size:78%;
}

/* ------ local-navigation --------------------- */

.local-navigation{
	margin:30px 0 20px;
	background:#fff;
}

.local-navigation h2{
	margin:0;
	padding:10px 15px;
	font-size:115%;
	font-weight:bold;
	color:#fff;
	background-color:#84ae60;
}

.local-navigation > ul{
	margin:0;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}

.local-navigation ul li{
	border-top:1px dotted #ccc;
}

.local-navigation ul li:first-child{
	border:none;
}

.local-navigation ul li a{
	display:block;
	cursor:pointer;
	background:url(/themes/kagawa_in_school/images/icon_swich.png) 10px 8px no-repeat;
	padding:5px 5px 5px 35px;
	font-size:93%;
}

.local-navigation ul li a:hover{
	background:#f2f4ef url(/themes/kagawa_in_school/images/icon_swich.png) 10px 8px no-repeat;
}

.local-navigation li a.active{
	background:url(/themes/kagawa_in_school/images/icon_swich2.png) 10px 8px no-repeat;
}

.local-navigation li li a.active{
	background:none;
}

.local-navigation ul li li a{
	display:block;
	cursor:pointer;
	background:none;
	padding:0;
}

.local-navigation ul li li a:hover{
	background:none;
}

.local-navigation ul li ul{
	margin:0 0 0 18px;
	background:url(/themes/kagawa_in_school/images/icon_local01.png) no-repeat 0 100%;
}

.local-navigation ul li li{
	border:none;
	font-size:86%;
	padding:0 10px 0 18px;
	margin:0 0 5px;
	background:url(/themes/kagawa_in_school/images/icon_local02.png) no-repeat 2px 0.7em;
	border:none;
}

.local-navigation ul li li:last-child {
	background:none;
}

.local-navigation ul a:hover{
	color:#567935;
	text-decoration:none;
}

/* ------ table -------------------------------- */

table{
	border-collapse:collapse;
	border:1px solid #dbdbdb;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;

}

table th,
table td{
	padding:10px;
	border:1px solid #dbdbdb;
	background:#fff;
}

table th{
	background:#fafbfa;
	font-weight:bold;
}

table thead th,
th.head {
	background:#f1f4ef;
	text-align:center;
}

/* --- noborder --- */

table.noborder,
table.noborder td,
table.noborder th{
	border:0;
	background: none;
}

/* --- kCalendarList --- */

.kCalendarList table th{
	white-space:nowrap;
	text-align:center;
}

.kCalendarList table tr.Sat th,
.kCalendarList table tr.Sat td{
	background:#ebf3f9;
}

.kCalendarList table tr.Sun th,
.kCalendarList table tr.Sun td,
.kCalendarList table tr.Holi th,
.kCalendarList table tr.Holi td{
	background:#ffeeee;	
}

/* --- longdata --- */

table.longdata th,
table.longdata td{
	padding:0;
	border:1px solid #dbdbdb;
	background:#fff;
}



/* ------ ul ----------------------------------- */


/* --- normal list --- */

.list li{
	background:url(/themes/kagawa_in_school/images/icon_list.png) no-repeat 0 0.5em;
	padding-left:13px;
	margin-bottom:5px;
}

/* --- link list --- */

.link li{
	background:url(/themes/kagawa_in_school/images/icon_arrow01.png) no-repeat 0 0.4em;
	padding-left:15px;
	margin-bottom:5px;
}

.link li ul{
	margin:0;
}

.link li li{
	background:url(/themes/kagawa_in_school/images/icon_arrow02.png) no-repeat 0 0.5em;
	padding-left:10px;
}

/* --- blockquote --- */

blockquote {
	margin:30px 0 0;
	padding:20px 20px 20px 40px;
	border:1px solid #bfbfbf;
	position:relative;
}
blockquote p {
    margin: -10px 20px 0;
}
blockquote:before {
     content: "”";
    font-family: 'Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3','ＭＳ Ｐ明朝','MS PMincho', Georgia, Times, Baskerville, Palatino, serif;
    font-size:100px;
    color: #84ae60;
	position: absolute;
    left:20px;
    top:-10px;
    display: block;
}



/* --- decoration-box --- */

.decoration-box{
	margin:30px 0 0;
	padding:20px;
}

.decoration-box p{
	margin:0;
}

.decoration002{
	background:#f4f4f4;
}


/* --- pager-navigation --- */


.pager-navigation{
	font-size:87%;
	margin:50px 0 0;
}

.pager-navigation a:hover, .pager-navigation a:active{
	text-decoration:none;
}

.pager-navigation ul{
	margin:0 auto;
	text-align:center;
}

.pager-navigation ul li{
	display:inline-block;
	text-align:center;
	margin-right:5px;
	margin-bottom:10px;
	line-height:2.3;
}

.pager-navigation ul li.disabled{
	font-weight: bold; 
}

.pager-navigation ul li a.active{
	background:#bfbfbf;
	border:1px solid #bfbfbf;
	color:#fff;
	line-height:1;
	padding:0.5em;
	position:relative;
}

.pager-navigation ul li a{
	border:1px solid #bfbfbf;
}

.pager-navigation ul li.disabled a{
	border:none;
}

.pager-navigation ul li a:link, 
.pager-navigation ul li a:visited{
	background:#fff;
	color:#666;
	line-height:1;
	padding:0.5em;
	position:relative;
}

.pager-navigation ul li a:hover, 
.pager-navigation ul li a:active{
	background:#bfbfbf;
	color:#fff;
}


/*--- tab -----------------------*/

.tabs {
	padding:0 5px;
	margin-top:10px!important;
}

.tabs > .tab {
	display: inline-block;
	padding:5px 10px;
	background:#fbfbfb;
	border:1px solid #d4721c;
	border-bottom:none;
	margin-left:5px;
}

.tabs > .tab a {
	color:#d4731d;
	text-decoration:none;
}

.tabs > .tab.active a {
	text-decoration:none;
	color:#fff;
}


.tab-contents {
	border-top:1px solid #d4721c;
	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 {
	clear:both;
	float:left;
	width:10em;
	color:#d4721c;
	font-size:86%;
	padding-top:10px;
}

.tab-content.font-green dt{
    color: #5e8c36;
}

.tab-content dd {
	border-bottom:1px solid #ececec;
	padding:10px 0 5px 10em;
}

.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-btn02 {
	float:right;
	margin:20px 0 0;
	line-height:1.2em;
}

.tab-event-btn02 ul {
	margin:0;
}

.tab-event-btn02 li {
	float:left;
}

.tab-event-btn02 .list a {
	color:#000;
	font-size:78%;
	text-decoration:none;
	background:url(/themes/images/icon_arrow_orange.png) no-repeat 0 0.3em;
	padding-left:10px;
	margin-right:10px;
}

.event-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-list */

.news-list dt {
	color:#5e8c36;
	font-size:78%;
	padding-top:5px;
}

.news-list dd {
	border-bottom:1px solid #ececec;
	padding-bottom:5px;
}

.news-list dd a {
	color:#333;
	text-decoration:none;
}

.news-list dd a:hover {
	color:#666;
	text-decoration:underline;
}

/* ------ index ------------------------- */

.index{
	border:1px solid #ddd;
	border-top:none;
	padding:15px;
}

.index ul{
	margin:0;
	float:left;
	width:50%;
	font-size:93%;
}


/* kInputList */

ul.kInputList{
	overflow:hidden;
	margin-top:0;
	border:1px solid #ddd;
	border-top:none;
	padding:15px;
}

.kInputList li{
	width:50%;
	background:url(/themes/kagawa_in_school/images/icon_arrow01.png) no-repeat 0 0.4em;
	padding-left:15px;
	margin-bottom:5px;
	float:left;
	box-sizing: border-box;
}


/* line-ki */
ul.line-ki{
	margin-top:30px;
	border:1px solid #ddd;
	padding:15px;
}

/* __Summary List  */

.kSummaryList {
}
.kSummaryList div.Column2 {
}
.kSummaryList div.Column1 {
}
.kSummaryList dl {
	float: left;
	border: 1px solid #ddd;
	width: 350px;
	vertical-align: top;
}
.kSummaryList dl.Right {
	float			: right;
}
.kSummaryList div.Column1 dl {
	padding-bottom:16px;
}
.kSummaryList dl dt {
	padding: 5px 15px;
	box-shadow: inset 0 -2px 0 0 #84ae60;
	background: #f1f4ef;
}

.kSummaryList dl dd {
	padding: 9px 9px 8px 12px;
	line-height: 1.3;
}
.kSummaryList dl dd span.Photo {
	float: right;
	padding: 0 0 10px 9px;
}
.kSummaryList dl dd a.Detail {
	padding	: 0 0 0 10px;
}

.kSummaryList p{
	margin-top:0;
}

/* ------ contact ------------------------- */

.MailForm th{ width:30%;}

.MailForm td{ line-height:2.5;}

.MailForm .contact-flow img{
	width:100%;
}

input.btn-confirm,
input.btn-send{
	background:#ca2323;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border:1px solid #ca2323;
	color:#fff;
	height:56px;
	width:279px;
	text-align:center;
	line-height:50px;
	margin:30px 20px;
	font-size:18px;
	font-weight:bold;
	cursor: pointer;
}

input.btn-confirm:hover,
input.btn-send:hover{
	background:#a80f0f;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border:1px solid #a80f0f;
	cursor: pointer;
}

input.btn-back{
	background:#c0c0c0;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border:1px solid #c0c0c0;
	color:#fff;
	height:56px;
	width:279px;
	text-align:center;
	line-height:50px;
	margin:30px 20px;
	font-size:18px;
	font-weight:bold;
	cursor: pointer;
}

input.btn-back:hover{
	background:#a5a5a5;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border:1px solid #a5a5a5;
	cursor: pointer;
}

.icon-require,
.MailForm th span{
	background:#ca2323;
	color:#fff;
	margin-left:5px;
	padding:2px 5px;
	font-size:11px;
}

.MailForm th span{
	display:block;
	float:right;
}

.MailForm table input.Middle{ width:100%; height:30px;}
.MailForm table input.Short{ width:100%; height:30px;}
.MailForm table input.Short2{ width:10%; height:30px;}
.MailForm table input.Long  { width:80%; height:30px;}
.MailForm table textarea.Inq,
.MailForm table textarea.SpTop{ width:100%;}

.MailForm .Error {
	background: url(/themes/kagawa/images/point_err.gif) no-repeat 0 0.3em;
	padding: 0 0 0 20px;
	margin: 0 0 2px;
	font-weight: bold;
	color: #CC0000;
}

.btn-top a,
.btn-top a:link,
.btn-top a:visited{
	display:block;
	background:#ca2323;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border:1px solid #ca2323;
	color:#fff;
	height:56px;
	width:279px;
	text-align:center;
	line-height:56px;
	margin:0 auto;
	font-size:18px;
	font-weight:bold;
	cursor: pointer;
}

.btn-top a:hover,
.btn-top a:active{
	display:block;
	background:#a80f0f;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border:1px solid #a80f0f;
	cursor: pointer;
	text-decoration:none;
}

/* ------ layout frame ------------------------- */

.content .layout-frame {
	clear: both;
	margin-left: -20px;
}

.content .layout-3col {
	margin-left: -15px;
}

.content .layout-unit {
	float: left;
	display: inline;
	margin-left: 20px;
}

.content .layout-3col .layout-unit {
	margin-left: 15px;
}

/* 720px */
.grid-1 { width: 60px; }
.grid-2 { width:110px; }
.grid-3 { width:170px; }
.grid-4 { width:230px; }
.grid-5 { width:290px; }
.grid-6 { width:350px; }
.grid-7 { width:410px; }
.grid-8 { width:470px; }
.grid-9 { width:530px; }
.grid-10{ width:590px; }
.grid-11{ width:650px; }


/* ------------------------------------------------------
 sp設定
-------------------------------------------------------*/

@media only screen and (max-width:1024px) {
	
	/* common modules
	------------------------------------------------ */
	
	.img-l{ float:none; display:block; margin:0 auto 10px; }
	.img-r{ float:none; display:block; margin:0 auto 10px; }
	
	/* --- anchor --- */

	.anchor {
		position: relative;
		display: block;
		padding: 10px 25px 10px 10px;
		background:#84ae60;
		color:#fff;
	}
	
	.anchor:after {
		position: absolute;
		top: 50%;
		right: 15px;
		display: block;
		content: '';
		width: 8px;
		height: 8px;
		margin-top: -4px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	a.anchor:link,
	a.anchor:visited,
	a.anchor:hover,
	a.anchor:active{
		color:#fff;
	}

	/* ---------------------------------------------
	　content幅
	------------------------------------------------ */
	
	.container {
		width:100%;
		margin: 0 auto;
		text-align:left;
	}
	
	.content {
		width:100%;
	}
	
	.right-content {
		width:100%;
		float:none;
	}
	
	.main-content {
		width:100%;
		float:none;
		margin-left:0;
		
	}
	
	/* img */
	
	.content img{
		max-width:100%;
		height: auto;
	}
	
	.content .asmillerGalleryBlock li img.asmillerGalleria_thumb{
		max-width:80px;
		height:auto;
	}
	
	/*　キービジュアル　*/
	
	.keyvisual {
		margin-top:20px;
	}
	
	.keyvisual img{
		max-width:100%;
		height: auto;
	}
	
	.keyvisual ul {
		margin-top:0;
		z-index:1;
	}
	
	
	/* ------ topic-path --------------------------- */
	
	.topic-path {
		display:none;
	}
	
	/* ------ pagetop ------------------------------ */
	
	.pagetop{
		clear:both;
		margin: 10px auto 0;
		text-align:right;
		font-size:86%;
	}
	
	.pagetop a,
	.pagetop a:link,
	.pagetop a:hover,
	.pagetop a:visited,
	.pagetop a:active {
		display:inline-block;
		padding:0 0 0 16px;
		background:url(/themes/kagawa_in_school/images/icon_gotop.png) no-repeat 0 0.4em;
	}
	
	
	/* title */
	
	
	.container h2 a,
	.container h3 a,
	.container h4 a,
	.container h5 a{
		color:#333;
	}
	
	.container h1 {
		font-size:129%;
		font-weight:normal;
		color:#333;
		margin:0;
		padding:10px 0 10px 10px;
		border-bottom:none;
		background:#fff;
	}
	
	.container h1 a:link,
	.container h1 a:visited,
	.container h1 a:hover,
	.container h1 a:active{
		color:#333;
	}
	
	.main-content h2 {
		font-size:129%;
		font-weight:normal;
		padding:5px 15px;
		border:1px solid #ddd;
		box-shadow:inset 0 -2px 0 0 #84ae60;
		background:#f1f4ef;
	}
	
	.main-content h3 {
		font-size:115%;
		margin-left:10px;
		margin-right:10px;
		padding:5px;
		border-bottom:3px solid #84ae60;
	}
	
	
	.main-content h4 {
		font-size:115%;
		margin-left:10px;
		margin-right:10px;
		padding:3px;
		background:#f1f4ef;
	}
	
	.main-content h5{
		font-size:115%;
		margin-left:10px;
		margin-right:10px;
		padding:0 12px;
		border-left:3px solid #84ae60;
	}
	
	.cat-icon {
		display:block;
	}
	
	.cat-icon .tag02,
	.cat-icon .tag03,
	.cat-icon .tag04,
	.cat-icon .tag05,
	.cat-icon .tag06,
	.cat-icon .tag07,
	.cat-icon .tag08 {
		margin:0 6px 2px 0;
	}
	
	.main-content p{
		margin-left:10px;
		margin-right:10px;
	}
	
	/* banner */
	
	.banner ul{ margin:0 auto;}
	
	.banner li{
		margin:0 20px 13px;
		text-align:center;
	}
	
	
	/* ------ local-navigation --------------------- */

	.local-navigation{
		margin:30px 0 0;
		padding:10px;
		background:#e4e8e0;
	}
	
	.local-navigation h2{
		margin:0;
		padding:10px 15px;
		font-size:115%;
		font-weight: normal;
		color:#fff;
		text-align:center;
		background-color:#84ae60;
	}
	
	.local-navigation > ul{
		margin:0;
		border-bottom:1px solid #ccc;
		border-left:1px solid #ccc;
		border-right:1px solid #ccc;
		background:#fff;
	}
	
	.local-navigation ul li{
		border-top:1px solid #ccc;
	}
	
	.local-navigation ul li:first-child{
		border:none;
	}
	
	.local-navigation ul li a{
		display:block;
		cursor:pointer;
		background:url(/themes/kagawa_in_school/images/icon_sm_swich.png) 10px 50% no-repeat;
		background-size:13px 13px;
		padding:14px 5px 14px 35px;
		font-size:93%;
	}
	
	.local-navigation ul li a:hover{
		background:#f2f4ef url(/themes/kagawa_in_school/images/icon_sm_swich.png) 10px 50% no-repeat;
		background-size:13px 13px;
	}
	
	.local-navigation li a.active{
		background:url(/themes/kagawa_in_school/images/icon_sm_swich2.png) 10px 50% no-repeat;
		background-size:13px 13px;
	}
	
	.local-navigation ul li li a{
		display:block;
		cursor:pointer;
		background:none;
		padding:14px 5px 14px 35px;
		background:url(/themes/kagawa_in_school/images/icon_sm_local02.png) no-repeat 10px 50%;
		background-size:13px 13px;
	}
	
	.local-navigation ul li li a:hover{
		background:none;
	}
	
	.local-navigation ul li ul{
		margin:0;
		background:#dfe8d9;
		border-top:1px solid #ccc;
	}
	
	.local-navigation ul li li{
		border-top:1px solid #ccc;
		font-size:100%;
		padding:0;
		margin:0;
		background:none;
	}
	
	.local-navigation ul li li:last-child {
		background:none;
	}
	
	.local-navigation ul a:hover{
		color:#567935;
		text-decoration:none;
	}
	
	/* ------ table -------------------------------- */
	
	table{
		width:94%;
		margin-left:3%;
		margin-right:3%;
		border:none;
		border-collapse:collapse;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block; 
		width: auto; 
		position: relative; 
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		white-space: nowrap;
		background-image:url(/themes/kagawa_in_school/images/text_table.png);
		background-repeat:no-repeat;
		background-position:0 0;
		background-size:240px auto;
		padding-top:30px;
	}

	.table-sp {
		width: auto!important;
		white-space: normal;
		background-image: none;
		display: table;
	}
	
	.kCalendarList table{
		width:94%;
		margin-left:3%;
		margin-right:3%;
		border:none;
		border-collapse:collapse;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		position: relative; 
		overflow-x: none;
		-webkit-overflow-scrolling: touch;
		white-space:normal;
		background-image:none;
		background-repeat:no-repeat;
		background-position:0 0;
		background-size:auto;
		padding-top:0px;
	}
	
	
	/* ------ ul ----------------------------------- */
	
	
	/* --- normal list --- */
	
	.list{
		margin-left:10px;
		margin-right:10px;
	}
	
	.list li{
		background:url(/themes/kagawa_in_school/images/icon_list.png) no-repeat 0 0.5em;
		padding-left:13px;
		margin-bottom:5px;
	}
	
	/* --- link list --- */
	
	.link{
		margin-left:10px;
		margin-right:10px;
		border:1px solid #ccc;
	}
	
	.link li{
		background:none;
		padding-left:0;
		margin-bottom:0;
		border-top: 1px solid #ccc;
	}
	
	.link li:first-child{
		border-top:none;
	}
	
	.link li ul{
		margin:0;
		border-top: 1px solid #ccc;
	}
	
	.link li li{
		background:none;
		padding-left:10px;
	}
	
	.link li a {
		position: relative;
		display: block;
		padding: 10px 25px 10px 10px;
	}
	.link li a:after {
		position: absolute;
		top: 50%;
		right: 15px;
		display: block;
		content: '';
		width: 8px;
		height: 8px;
		margin-top: -4px;
		border-top: 1px solid #84ae60;
		border-right: 1px solid #84ae60;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	/* --- blockquote --- */
	
	blockquote {
		margin:30px 10px 0;
		padding:0 10px 10px;
		border:none;
		position:relative;
		background:#eaf0e6;
	}
	blockquote p {
		margin: 0;
		padding:10px 0 0;
	}
	blockquote:before {
		 content: "";
		font-family: 'Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3','ＭＳ Ｐ明朝','MS PMincho', Georgia, Times, Baskerville, Palatino, serif;
		font-size:1px;
		color: #84ae60;
		position: absolute;
		left:20px;
		top:-10px;
		display: block;
	}
	
	
	
	/* --- decoration-box --- */
	
	.decoration-box{
		margin:30px 10px 0;
		padding:10px;
	}
	
	.decoration-box p{
		margin:0;
	}
	
	.decoration002{
		background:#fff;
		border:1px solid #94a08c;
	}
	
	/* 一覧 */
	
	p.list-btn{ margin:0 -10px;}
	.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: 30px;
		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{
		clear:both;
		margin: 10px auto 0;
		text-align: center;
		font-size:100%;
	}
	
	.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,
	.pagetop a:link,
	.pagetop a:hover,
	.pagetop a:visited,
	.pagetop a:active {
		text-decoration:none;
		color:#666;
		padding:0;
		display:block;
		padding:0;
		background:#efefef;
	}
	
	/* --- pager-navigation --- */

	.pager-navigation ul li{
		display:inline-block;
		text-align:center;
		margin-right:10px;
		line-height:3.5;
	}
	
	.pager-navigation ul li a.active{
		background:#bfbfbf;
		border:1px solid #bfbfbf;
		color:#fff;
		line-height:1;
		padding:0.5em 1em;
		position:relative;
	}
	
	.pager-navigation ul li a{
		border:1px solid #bfbfbf;
	}
	
	.pager-navigation ul li a:link, 
	.pager-navigation ul li a:visited{
		background:#fff;
		color:#666;
		line-height:1;
		padding:0.5em 1em;
		position:relative;
	}
	
	.pager-navigation ul li a:hover, 
	.pager-navigation ul li a:active{
		background:#bfbfbf;
		color:#fff;
	}
	
	/*--- tab -----------------------*/

	.tabs {
		padding:0 5px;
		margin-top:10px!important;
	}
	
	.tabs > .tab {
		display: inline-block;
		padding:5px;
		background:#fbfbfb;
		border:1px solid #b0b0b0;
		border-bottom:none;
		margin-left:5px;
	}
	
	.tabs > .tab a {
		color:#d4731d;
		text-decoration:none;
	}
	
	.tabs > .tab.active a {
		text-decoration:none;
		color:#fff;
	}
	
	
	.tab-contents {
		border-top:1px solid #b0b0b0;
		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 {
		float:none;
		width:100%;
		color:#5e8c36;
		font-size:78%;
		padding:5px 0 0 10px;
	}
	
	.tab-content dd {
		border-bottom:1px solid #b0b0b0;
		padding:0 0 5px;
		min-height:3em;
	}
	
	.tab-content dd a {
		display:block;
		color:#333;
		text-decoration:none;
		padding:0 35px 0 10px;
		background: url(/themes/images/icon_arrow03.png) no-repeat 96% 0;
		background-size:15px 20px;
	}
	
	.tab-content dd a:hover {
		color:#666;
		text-decoration:underline;
	}
	
	.event-area {
		width:100%;
		position:relative;
	}
	
	.tab-event-btn02 {
		float:right;
		margin:20px 0 0;
		line-height:1.2em;
	}
	
	.tab-event-btn02 ul {
		margin:0;
	}
	
	.tab-event-btn02 li {
		float:left;
	}
	
	.tab-event-btn02 .list a {
		color:#000;
		font-size:78%;
		text-decoration:none;
		background:url(/themes/images/icon_arrow_orange.png) no-repeat 0 0.3em;
		padding-left:10px;
		margin-right:10px;
	}
	
	
	/* kInputList */

	ul.kInputList{
		padding:0;
		margin-left:10px;
		margin-right:10px;
		border:1px solid #ccc;
		border-top:none;
	}
	
	.kInputList li{
		width:100%;
		float:none;
		background:none;
		padding-left:0;
		margin-bottom:0;
		border-top: 1px solid #ccc;
	}
	
	.kInputList li:first-child{
		border-top:none;
	}
	
	.kInputList li ul{
		margin:0;
		border-top: 1px solid #ccc;
	}
	
	.kInputList li li{
		background:none;
		padding-left:10px;
	}
	
	.kInputList li a {
		position: relative;
		display: block;
		padding: 10px 25px 10px 10px;
	}
	.kInputList li a:after {
		position: absolute;
		top: 50%;
		right: 15px;
		display: block;
		content: '';
		width: 8px;
		height: 8px;
		margin-top: -4px;
		border-top: 1px solid #84ae60;
		border-right: 1px solid #84ae60;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	/* __Summary List  */

	.kSummaryList {
	}
	.kSummaryList div.Column2 {
	}
	.kSummaryList div.Column1 {
	}
	.kSummaryList dl {
		float: none;
		border: 1px solid #ddd;
		width: 94%;
		margin-left:3%;
		margin-right:3%;
		vertical-align: top;
	}
	.kSummaryList dl.Right {
		float: none;
	}
	.kSummaryList div.Column1 dl {
		padding-bottom:16px;
	}
	.kSummaryList dl dt {
		padding: 5px 15px;
		box-shadow: inset 0 -2px 0 0 #84ae60;
		background: #f1f4ef;
	}
	
	.kSummaryList dl dt a,
	.kSummaryList dl dt a:link{
		background: url(/themes/kagawa_in_school/images/icon_arrow01.png) no-repeat 0 0.3em;
		padding-left: 15px;
		margin-bottom: 5px;
		color:#333;
	}
	
	.kSummaryList dl dd {
		padding: 9px 9px 8px 12px;
		line-height: 1.3;
		overflow:hidden;
	}
	.kSummaryList dl dd span.Photo {
		float: right;
		padding: 0 0 10px 9px;
	}
	.kSummaryList dl dd a.Detail {
		padding	: 0 0 0 10px;
	}
	
	.kSummaryList p{
		margin-top:0;
	}
	
	/* ------ layout frame ------------------------- */

	.content .layout-frame {
		clear: both;
		margin-left: 0;
	}
	
	.content .layout-3col {
		margin-left: 0;
	}
	
	.content .layout-unit {
		float: none;
		display: block;
		margin-left: 0;
	}
	
	.content .layout-3col .layout-unit {
		margin-left: 0;
	}
	
	/* 720px */
	.grid-1 { width:100%; }
	.grid-2 { width:100%; }
	.grid-3 { width:100%; }
	.grid-4 { width:100%; }
	.grid-5 { width:100%; }
	.grid-6 { width:100%; }
	.grid-7 { width:100%; }
	.grid-8 { width:100%; }
	.grid-9 { width:100%; }
	.grid-10{ width:100%; }
	.grid-11{ width:100%; }
	
	/* ------ contact ------------------------- */
	
	.MailForm{	width:100%;}
	
	.MailForm table {
		width:94%;
		margin-left:3%;
		margin-left:3%;
		border:none;
		border-collapse:collapse;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		position: relative; 
		overflow-x: none;
		-webkit-overflow-scrolling: touch;
		white-space:normal;
		background-image:none;
		background-repeat:no-repeat;
		background-position:0 0;
		background-size:auto;
		padding-top:0px;
	}
	
	.MailForm tbody,
	.MailForm tr,
	.MailForm th,
	.MailForm td{
		width:100%;
        display:block;
        border-top:none;
	}
	
	.MailForm tr:first-child th{ border-top:1px solid #dbdbdb; }

	input.btn-confirm,
	input.btn-send{
		display:block;
		background:#ca2323;
		border-radius:5px;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
		border:1px solid #ca2323;
		color:#fff;
		height:56px;
		width:300px;
		text-align:center;
		line-height:50px;
		margin:20px auto 0;
		font-size:18px;
		font-weight:bold;
		cursor: pointer;
	}
	
	input.btn-confirm:hover,
	input.btn-send:hover{
		background:#a80f0f;
		border-radius:5px;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
		border:1px solid #a80f0f;
		cursor: pointer;
	}
	
	input.btn-back{
		display:block;
		background:#c0c0c0;
		border-radius:5px;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
		border:1px solid #c0c0c0;
		color:#fff;
		height:56px;
		width:300px;
		text-align:center;
		line-height:50px;
		margin:20px auto 0;
		font-size:18px;
		font-weight:bold;
		cursor: pointer;
	}
	
	input.btn-back:hover{
		background:#a5a5a5;
		border-radius:5px;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
		border:1px solid #a5a5a5;
		cursor: pointer;
	}
	
	.icon-require,
	.MailForm th span{
		background:#ca2323;
		color:#fff;
		margin-left:5px;
		padding:2px 5px;
		font-size:11px;
	}
	
	.MailForm .Error {
		background: url(/themes/kagawa/images/point_err.gif) no-repeat 0 0.3em;
		background-size:7px auto;
		padding: 0 0 0 20px;
		margin: 0 0 2px;
		font-weight: bold;
		color: #CC0000;
	}

}