/*
	Theme Name:  甲南女子学園（子テーマ）
	Theme URI:   http://underscores.me/
	Author:      Konan Girls High School
	Author URI:  http://www.konan-gs.ed.jp/
	Template:    konan
	Description: 甲南女子学園子テーマ。使用・編集する際はこちらのテーマで。ベーステーマにunderscores（http://underscores.me/）を使用しています。親テーマはブランクテーマなので、親のCSSは継承していません。
	Version:     1.0.0
	License:     GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: konan
*/

/* -----------------------------------------------------------------------
 * common.css [サイト全体に関わるスタイル]
 * -------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
## Reset #################################################################
----------------------------------------------------------------------- */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
img, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

fieldset, img {
  border: 0;
}

img {
  vertical-align: bottom;
}

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

ol, ul {
  list-style: none;
}

caption, th {
  font-weight: normal;
  text-align: left;
}

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

/* -----------------------------------------------------------------------
## Base ##################################################################
----------------------------------------------------------------------- */
body {
  font: 13px/1.4 Verdana,Arial,'メイリオ',Meiryo,'ヒラギノ角ゴPro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
  position: relative;
}

* html body {
  font-size: small;
}

*:first-child + html body {
  font-size: small;
}

a {
  text-decoration: none;
}

a:link {
  color: #000;
}

a:visited {
  color: #000;
}

a:active {
  color: #000;
}

a:hover {
  text-decoration: underline;
  color: #000;
}

br.pc {
  display: inline;
}
.sp {
  display: none;
}

/* -----------------------------------------------------------------------
## Site header ###########################################################
----------------------------------------------------------------------- */
.siteHeader {
  position: relative;
  z-index: 1;
  min-width: 1010px;
  min-height: 40px;
  background: transparent url(/wp-content/themes/konan_child/img/header/bg_header.png) repeat-x left top;
}

.siteHeader_nav {
  width: 1010px;
  margin: 0 auto;
  padding: 7px 0 0;
  text-align: right;
}

.siteHeader_nav li {
  display: inline-block;
  margin-left: 10px;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
}

.siteHeader_nav .search {
  margin-left: 14px;
}

.siteHeader_nav .search .screen-reader-text {
  display: none;
}


.siteHeader_nav .search input[type='search'] {
  width: 147px;
  height: 14px;
  padding: 2px;
  vertical-align: top;
  border: 1px solid #ccc;
}

.siteHeader_nav .search input[type='submit'] {
  width: 90px;
  height: 20px;
  margin-left: 5px;
  border: none;
  outline: none;
  /*background: transparent url(/wp-content/themes/konan_child/img/header/btn_search.png) no-repeat left top;*/
}

.siteHeader_nav .search input[type='submit']:focus {
  outline: none;
}

/* -----------------------------------------------------------------------
## Site footer ###########################################################
----------------------------------------------------------------------- */
.siteFooter {
  min-width: 1010px;
  padding-top: 1px;
  border-top: 1px solid #dfdfdf;
}

/*.siteFooter_inner {
  background: transparent url(/wp-content/themes/konan_child/img/footer/bg_footer_sitemap.png) repeat;
}
*/

.siteFooter_inner {
  background: #f3ead5;
}

.siteFooter .sitemap {
  position: relative;
  width: 1010px;
  margin: 0 auto;
  padding: 9px 0 19px;
}

.siteFooter .sitemap_contents {
  float: left;
  width: 145px;
  padding: 10px;
  border-left: 1px solid #dfdfdf;
}

.siteFooter .sitemap_contents:first-child {
  border-left: none;
}

.siteFooter .sitemap_heading,
.siteFooter .sitemap_etc li {
  font-size: 1.077em;
}

.siteFooter .sitemap_heading {
  margin-bottom: 5px;
}

.siteFooter .sitemap_contents dd {
  font-size: .769em;
  line-height: 1.6;
}

.siteFooter .sitemap_contents.sitemap_etc {
  line-height: 2.142;
  padding: 5px 10px 10px;
}

.siteFooter .sitemap .pict01 {
  position: absolute;
  top: 198px;
  left: -8px;
}

.siteFooter .sitemap .pict02 {
  position: absolute;
  top: 167px;
  left: 357px;
}

.siteFooter .sitemap .pict03 {
 position: absolute;
  top: 204px;
  left: 590px;
}

.siteFooter .copyright {
  background: #dcdddd;
  position: relative;
}


.siteFooter .copyright::after {
  content: "";
  width: 53px;
  height: 56px;
  background: url(/wp-content/themes/konan_child/img/pict/pict08.png) center / cover no-repeat;
  position: absolute;
  top: -76px;
  right: calc(50% - 472.5px - 30px);
}

@media screen and (max-width: 640px){
  .siteFooter .copyright::after {
    display: none;
  }
}


.siteFooter .copyright_inner {
  font-size: .923em;
  position: relative;
  width: 945px;
  margin: 0 auto;
  padding: 32px 55px 36px 0;
  text-align: right;
  color: #737373;
}

.siteFooter .copyright .pagetop {
  position: absolute;
  top: 24px;
  right: 3px;
}

/* -----------------------------------------------------------------------
## gNavi #################################################################
----------------------------------------------------------------------- */
.gNavi {
  position: relative;
  z-index: 2;
  float: left;
  width: 220px;
  margin-top: -30px;
  margin-bottom: 150px;
}

.gNavi .siteTitle {
  margin-bottom: 8px;
  border: 1px solid #e6e5e5;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 5px rgba(9, 1, 3, 0.25);
}

.gNavi .siteTitle img {
  border-radius: 2px;
}

.gNavi .siteTitle a:hover {
  opacity: .7;
}

.gNavi .pict {
  position: relative;
}

.gNavi .pict img {
  position: absolute;
  top: 56px;
  left: 12px;
}

.gNavi_banner li {
  margin-bottom: 8px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(9, 1, 3, 0.25);
}

.gNavi_banner a {
  line-height: 1;
  display: block;
}

.gNavi_banner a:hover {
  opacity: .7;
}

.gNavi_entrance li {
  margin-bottom: 8px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 5px rgba(9, 1, 3, 0.25);
}

.gNavi_entrance a {
  line-height: 1;
  display: block;
}

.gNavi_entrance a:hover {
  opacity: .7;
}

.gNavi_entrance img {
  border-radius: 2px;
}

.gNavi_school {
  margin: 0 0 20px;
  padding: 5px 0 8px;
  border-radius: 2px;
  background: #b10049;
  box-shadow: 0 0 5px rgba(9, 1, 3, 0.25);
}

.gNavi_school > ul {
  border-bottom: 1px solid #d40088;
  background: #fff;
}

.gNavi_school > ul > li {
  border-top: 1px solid #d40088;
  border-bottom: 1px solid #7b0015;
}

.gNavi_school > ul > li > a {
  line-height: 1;
  display: block;
  background: #b10049 url(/wp-content/themes/konan_child/img/icon/ic_arrow03.png) no-repeat 200px center;
}

.gNavi_school > ul > .active img {
  background: #b10049;
}

.gNavi_school a:hover {
  opacity: .85;
}

.gNavi_school .subNavi {
  font-size: .923em;
  font-weight: bold;
  display: none;
  padding-bottom: 10px;
  background: #da7aa2;
}

.gNavi_school .subNavi.active {
  display: block;
}

.gNavi_school .subNavi a {
  display: block;
  padding: 13px 20px 12px;
  color: #fff;
  border-bottom: 1px solid #ca497e;
  background: url(/wp-content/themes/konan_child/img/icon/ic_arrow03.png) no-repeat 200px center;
}

.gNavi_school .subNavi a:hover {
  text-decoration: none;
  opacity: 1;
  color: #b10049;
  background: url(/wp-content/themes/konan_child/img/icon/ic_arrow02.png) no-repeat 200px center;
}

.gNavi_school .subNavi a.active {
  color: #b10049;
  background: url(/wp-content/themes/konan_child/img/icon/ic_arrow02.png) no-repeat 200px center;
}

.gNavi_etc {
  font-size: .923em;
  text-align: center;
}

.gNavi_etc a {
  line-height: 1;
  display: block;
  margin: 0 0 10px;
  padding: 9px 0;
  color: #fff;
  border-radius: 5px;
  background: #8a8a8a;
}

.gNavi_etc a:hover {
  text-decoration: none;
  opacity: .85;
}
.gNavi_student a {
  background: none;
  box-shadow: 0 0 5px rgba(9, 1, 3, 0.25);
  padding: 0;
}
.gNavi_student a:hover {
  opacity: .7;
}

.btn_area_top{
  margin-bottom: 20px;
}


/* -----------------------------------------------------------------------
## Main contents #########################################################
----------------------------------------------------------------------- */
.wrapper {
  position: relative;
  z-index: 2;
}

.bg01 {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  min-width: 1010px;
  height: 690px;
  background: transparent url(/wp-content/themes/konan_child/img/bg/bg01.jpg) no-repeat center bottom;
  background-size: cover;
}

.bg02 {
  position: absolute;
  z-index: 1;
  bottom: 230px;
  width: 100%;
  min-width: 1010px;
  height: 636px;
  background: transparent url(/wp-content/themes/konan_child/img/bg/bg02.jpg) no-repeat center top;
  background-size: cover;
}


.container_inner {
  width: 990px;
  margin: 0 auto;
}
@media screen and (min-width: 641px){
  .container_inner {
    padding: 0 10px;
  }
}

.mainContents {
  float: right;
  width: 740px;
}

/* -----------------------------------------------------------------------
## breadcrumb ############################################################
----------------------------------------------------------------------- */
.breadcrumb {
  padding-top: 15px;
}

.breadcrumb li {
  font-size: .923em;
  float: left;
  margin-right: 5px;
  color: #000;
}

.breadcrumb li:first-child .fa {
  vertical-align: bottom;
  font-size: 1.3em;
}

.breadcrumb a {
  margin-right: 3px;
  color: #000;
}

/* -----------------------------------------------------------------------
## 下層ページBase ########################################################
----------------------------------------------------------------------- */
.lower .gNavi .pict img {
  top: 15px;
}

.lower .contentsInner {
  position: relative;
  margin: 25px 0;
  padding: 0 20px 35px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 5px rgba(9, 1, 3, 0.25);
}

.lower .contentsInner .pict {
  position: absolute;
  top: -48px;
  right: 13px;
}

.lower .pageTitle {
  font-size: 1.615em;
  font-weight: bold;
  margin: 0 -20px 20px;
  padding: 26px 30px 26px 70px;
  border-bottom: 1px solid #8a8a8a;
  background: url(/wp-content/themes/konan_child/img/pict/pict06.png) no-repeat 30px center;
}

.lower .heading {
  font-size: 1.385em;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 12px 11px;
  border-bottom: 2px solid #ccc;
}

.lower .heading span {
  display: block;
  padding: 0 0 0 10px;
  border-left: 4px solid #b10049;
}

.lower .block {
  padding-left: 10px;
}

.lower .bg01 {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  min-width: 990px;
  height: 690px;
  background: transparent url(/wp-content/themes/konan_child/img/bg/bg_lower.jpg) no-repeat center bottom;
  background-size: cover;
}

/* -----------------------------------------------------------------------
## infomation ############################################################
----------------------------------------------------------------------- */
section.information {
  margin-bottom: 50px;
	position: relative;
}
section.information a.readmore {
	position: absolute;
	right: 0;
	padding: 3px 10px 3px 22px;
	color: #fff;
	background: #8a8a8a url(/wp-content/themes/konan_child/img/icon/ic_arrow.png) no-repeat 10px center;
	border-radius: 3px;
}

section.information .heading {
  margin-bottom: 0;
}

section.information ul {
  margin: 0;
  padding: 0;
}

section.information ul li {
  padding: 15px 0 15px 9em;
  text-indent: -7em;
  border-bottom: 1px solid #ddd;
  background: url(/wp-content/themes/konan_child/img/arrow_news.gif) no-repeat 1em 21px;
}

section.information ul li span {
  display: inline-block;
  width: 7em;
  text-indent: 0;
}

section.information ul li a {
  text-decoration: none;
  color: #000;
}

section.information ul li a:hover {
  text-decoration: underline;
  color: #AB0404;
}


/* -----------------------------------------------------------------------
## Utilities #############################################################
----------------------------------------------------------------------- */
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  display: block;
  clear: both;
  content: '';
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.mt0 {
  margin-top: 0 !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mt30 {
  margin-top: 30px!important;
}
.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}

.ml0 {
  margin-bottom: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}



/* -----------------------------------------------------------------------
## Google Custom Search Rewrite ##########################################
----------------------------------------------------------------------- */
.search .cse form.gsc-search-box,
.search form.gsc-search-box {
  padding: 0;
  margin-bottom: 0;
}
.search form.gsc-search-box {
  width: auto;
}
.search table.gsc-search-box {
  width: 253px;
  margin-bottom: 0;
}
.search .cse input.gsc-input,
.search input.gsc-input {
  width: 100%;
  padding: 1px 6px;
  border-color: #CCCCCC;
  font-size: 13px;
}
.search .cse table.gsc-search-box td.gsc-input,
.search table.gsc-search-box td.gsc-input {
  padding-right: 22px;
}
.search .cse input.gsc-search-button,
.search input.gsc-search-button {
  height: 20px;
  border-color: #FFFFFF;
  background-color: #FFFFFF;
  color: #b10049;
  font-weight: bold;
  font-size: 12px;
}
.search div.gsc-clear-button {
  position: relative;
  background-image: none;
}
.search div.gsc-clear-button:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  width: 1em;
  height:1em;
  line-height: 1;
  margin: auto;
  content: '\f00d';
  color: #fff;
  font-family: FontAwesome;
}

/* 検索結果 */
.search_result .pagetop {
  text-align: right;
}
#cse {
  margin-bottom: 10px;
}
#cse .gsc-result .gs-title {
  margin-bottom: 5px;
}
#cse .gsc-result-info {
  color: #000;
  font-weight: bold;
}
#cse .cse .gsc-webResult.gsc-result,
#cse .gsc-webResult.gsc-result,
#cse .gsc-imageResult-classic,
#cse .gsc-imageResult-column {
  padding: 0 0 15px;
  border-bottom: 1px dotted #ccc;
}
.cse .gs-webResult .gs-snippet, .gs-webResult .gs-snippet, .gs-fileFormatType, .gs-imageResult .gs-snippet {
  line-height: 1.6;
}
.gs-result .gs-title, .gs-result .gs-title * {
  text-decoration: none;
}
.gs-result .gs-title:hover {
  text-decoration: underline;
}
#cse .cse .gsc-results .gsc-cursor-page.gsc-cursor-current-page,
#cse .gsc-results .gsc-cursor-page.gsc-cursor-current-page {
  color: #fff;
  background-color: #B10049;
  text-shadow: none;
  padding: 5px 10px;
  font-size: 16px;
}
#cse .cse .gsc-webResult.gsc-result,
#cse .gsc-webResult.gsc-result,
#cse .gsc-imageResult-classic,
#cse .gsc-imageResult-column {
  border-left: none;
}
#cse .cse .gsc-webResult.gsc-result:hover,
#cse .gsc-webResult.gsc-result:hover,
#cse .gsc-webResult.gsc-result.gsc-promotion:hover,
#cse .gsc-results .gsc-imageResult-classic:hover,
#cse .gsc-results .gsc-imageResult-column:hover {
  border-left: none;
}
#cse .cse .gsc-cursor-box,
#cse .gsc-cursor-box {
  border: none;
}
#cse .gs-result .gs-title,
#cse .gs-result .gs-title * {
  text-decoration: none;
}
#cse .gs-result .gs-title a {
  padding: 0 0 0 1em;
  background: url(http://www.konan-gs.ed.jp/wp-content/themes/konan_child/img/arrow_news.gif) no-repeat 1px 5px;    
}
#cse .gs-result .gs-title:hover {
  text-decoration: underline;
}
#cse .gs-no-results-result .gs-snippet,
#cse .gs-error-result .gs-snippet {
  padding : 5px;
  margin : 5px;
  border: 1px solid #B10049;
  background-color: #F4D7E3;
}
.gsc-control-cse {
  border-color: #FFFFFF;
  background-color: #FFFFFF;
}
input.gsc-input {
  border-color: #CCCCCC;
}
input.gsc-search-button {
  border-color: #FFFFFF;
  background-color: #FFFFFF;
}
.gsc-tabHeader.gsc-tabhInactive {
  border-color: #B10049;
  background-color: #B10049;
}
.gsc-tabHeader.gsc-tabhActive {
  border-color: #8A8A8A;
  background-color: #8A8A8A;
}
.gsc-tabsArea {
  border-color: #B10049;
}
.gsc-webResult.gsc-result, .gsc-results .gsc-imageResult {
  border-color: #FFFFFF;
  background-color: #FFFFFF;
}
.gsc-webResult.gsc-result:hover, .gsc-imageResult:hover {
  border-color: #000000;
  background-color: #FFFFFF;
}
.gsc-webResult.gsc-result.gsc-promotion:hover {
  border-color: #000000;
  background-color: #FFFFFF;
}
#cse .gs-webResult.gs-result a.gs-title:link,
#cse .gs-webResult.gs-result a.gs-title:link b,
#cse .gs-imageResult a.gs-title:link,
#cse .gs-imageResult a.gs-title:link b {
  color: #B10049;
}
#cse .gs-webResult.gs-result a.gs-title:visited,
#cse .gs-webResult.gs-result a.gs-title:visited b,
#cse .gs-imageResult a.gs-title:visited,
#cse .gs-imageResult a.gs-title:visited b {
  color: #B10049;
}
#cse .gs-webResult.gs-result a.gs-title:hover,
#cse .gs-webResult.gs-result a.gs-title:hover b,
#cse .gs-imageResult a.gs-title:hover,
#cse .gs-imageResult a.gs-title:hover b {
  color: #B10049;
}
#cse .gs-webResult.gs-result a.gs-title:active,
#cse .gs-webResult.gs-result a.gs-title:active b,
#cse .gs-imageResult a.gs-title:active,
#cse .gs-imageResult a.gs-title:active b {
  color: #B10049;
}
.gsc-cursor-page {
  color: #444444;
}
a.gsc-trailing-more-results:link {
  color: #444444;
}
.gs-webResult .gs-snippet, .gs-imageResult .gs-snippet, .gs-fileFormatType {
  color: #333333;
}
.gs-webResult div.gs-visibleUrl, .gs-imageResult div.gs-visibleUrl {
  color: #DA7AA2;
}
.gs-webResult div.gs-visibleUrl-short {
  color: #000000;
}
.gs-webResult div.gs-visibleUrl-short  {
  display: none;
}
.gs-webResult div.gs-visibleUrl-long {
  display: block;
}
.gs-promotion div.gs-visibleUrl-short {
  display: none;
}
.gs-promotion div.gs-visibleUrl-long  {
  display: block;
}
.gsc-cursor-box {
  border-color: #FFFFFF;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
  border-color: #8A8A8A;
  background-color: #FFFFFF;
  color: #444444;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  border-color: #B10049;
  background-color: #B10049;
  color: #444444;
}
.gsc-webResult.gsc-result.gsc-promotion {
  border-color: #CCCCCC;
  background-color: #E6E6E6;
}
.gsc-completion-title {
  color: #444444;
}
.gsc-completion-snippet {
  color: #333333;
}
.gs-promotion a.gs-title:link,.gs-promotion a.gs-title:link *,.gs-promotion .gs-snippet a:link  {
  color: #0000CC;
}
.gs-promotion a.gs-title:visited,.gs-promotion a.gs-title:visited *,.gs-promotion .gs-snippet a:visited {
  color: #0000CC;
}
.gs-promotion a.gs-title:hover,.gs-promotion a.gs-title:hover *,.gs-promotion .gs-snippet a:hover  {
  color: #444444;
}
.gs-promotion a.gs-title:active,.gs-promotion a.gs-title:active *,.gs-promotion .gs-snippet a:active {
  color: #00CC00;
}
.gs-promotion .gs-snippet, .gs-promotion .gs-title .gs-promotion-title-right, .gs-promotion .gs-title .gs-promotion-title-right * {
  color: #333333;
}
.gs-promotion .gs-visibleUrl,.gs-promotion .gs-visibleUrl-short  {
  color: #00CC00;
}

#news .btns {
  text-align: center;
}

#news .btns li {
  display: inline-block;
  width: 310px;
  margin: 0 15px;
}

#news .btns a {
  display: block;
  padding: 10px;
  background: #FFEEEE;
  border-radius: 5px;
  font-weight: bold;
}

#news .btns i {
  color: #b10049;
}


.imgGray{
  -webkit-filter: grayscale(1); /* Webkit */
  filter: gray; /* IE6-9 */
  filter: grayscale(1); /* W3C */
  cursor: default;
}
