@charset "utf-8";
/***************************************************************
*
* このファイルは雛型です。date：2019.06.11
* 使用する場合はこのファイルをコピーし、このコメント欄を削除して
* ください。
*
***************************************************************/
/*--------------------------------------------------------------
  CONTENTS
----------------------------------------------------------------
1.0 - Elements
  1.1 - Elements Common
  1.2 - Elements Media Query ( > 750px )
  1.3 - Elements Media Query ( > 960x )
2.0 - Forms
  2.1 - Forms Common
  2.2 - Forms Media Query ( > 750px )
  2.3 - Forms Media Query ( > 960x )
3.0 - Accessibility
  3.1 - Accessibility Common
  3.2 - Accessibility Media Query ( > 750px )
  3.3 - Accessibility Media Query ( > 960x )
4.0 - Alignments
  4.1 - Alignments Common
  4.2 - Alignments Media Query ( > 750px )
  4.3 - Alignments Media Query ( > 960x )
5.0 - Clearings
  5.1 - Clearings Common
  5.2 - Clearings Media Query ( > 750px )
  5.3 - Clearings Media Query ( > 960x )
6.0 - Header
  6.1 - Header Common
  6.2 - Header Media Query ( > 750px )
  6.3 - Header Media Query ( > 960x )
7.0 - Navigation
  7.1 - Navigation Common
  7.2 - Navigation Media Query ( > 750px )
  7.3 - Navigation Media Query ( > 960x )
8.0 - Widgets
  8.1 - Widgets Common
  8.2 - Widgets Media Query ( > 750px )
  8.3 - Widgets Media Query ( > 960x )
9.0 - Main
  9.1 - Main Common
  9.2 - Main Media Query ( > 750px )
  9.3 - Main Media Query ( > 960x )
10.0 - Sideber Left
  10.1 - Sideber Left Common
  10.2 - Sideber Left Media Query ( > 750px )
  10.3 - Sideber Left Media Query ( > 960x )
11.0 - Sideber Right
  11.1 - Sideber Right Common
  11.2 - Sideber Right Media Query ( > 750px )
  11.3 - Sideber Right Media Query ( > 960x )
12.0 - Footer
  12.1 - Footer Common
  12.2 - Footer Media Query ( > 750px )
  12.3 - Footer Media Query ( > 960x )
13.0 - Media
  13.1 - Media Common
  13.2 - Media Media Query ( > 750px )
  13.3 - Media Media Query ( > 960x )
--------------------------------------------------------------*/
/************************
 1.0 - Elements START
************************/
/*** 1.1 - Elements Common START ***/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

header, main, footer{
  width:100%;
}

html {
  /*min-width:1200px;*/
  /* スクロールバーの分だけ画面がずれるのを防ぐ */
  /*overflow-y: scroll;*/
}

body {
  font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  background-color: #fdfcf1;
  background-color: #FFF;
}
/*** 1.1 - Elements Common END ***/
/*** 1.2 - Elements Media Query ( > 750px ) START ***/
/*** 1.2 - Elements Media Query ( > 750px ) END ***/
/*** 1.3 - Elements Media Query ( > 960x ) START ***/
/*** 1.3 - Elements Media Query ( > 960x ) END ***/
/*** 1.0 - Elements END ***/

/************************
  2.0 - Forms START
************************/
/*** 2.1 - Forms Common START ***/
a {
  text-decoration:none;
}

img {
  vertical-align: bottom;
  width:100%;
}

.noliststyle {
  list-style: none;
}

.topic-date {
    color:#FF4500;
}

.topic-title {
    color:#2F4F4F;
}

.topic p {
    margin:10px 0 20px 1.0em;
}

hr.newsborder {
    border-top: 1px #8c8b8b dotted;
    width:100%;
    margin-bottom:10px;
}

.text {
  display: inline-block;
}
/*** 2.1 - Forms Common END ***/
/*** 2.2 - Forms Media Query ( > 750px ) START ***/
/*** 2.2 - Forms Media Query ( > 750px ) END ***/
/*** 2.3 - Forms Media Query ( > 960x ) START ***/
/*** 2.3 - Forms Media Query ( > 960x ) END ***/
/*** 2.0 - Forms END ***/

/************************
  3.0 - Accessibility START
************************/
/*** 3.1 - Accessibility Common START ***/
.sitewidth {
  width:100%; /* サイトの横幅 */
}
.pc {
  display: none;
}

.sp {
  display: block;
}

.wrap-w {
  width:100%;
  padding:10px 0;
}

.wrap-c0 {
  /*background: url("/image/kirakira.jpg") ;*/
  background-color: #FFCC00;
  padding: 10px 0;
}

.wrap-c1 {
  background-color: #F4F4E8;
  margin: 20px 0;
  padding: 10px 0;
}

.wrap-c2 {
  padding:10px 0;
  background-color: #FFEBC3;
}

.col-bgcolor1 {
  background-color: #ffebc3;
  background-color: #f8f0df;
}

.width-spmargin {
  width:95%;
}

.borderRadius {
  border: #FFFFFF 5px solid;
  border-radius: 5px;
}

#page-top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #0A6C2D;
  opacity: 0.6;
  border-radius: 10%;
  z-index: 99999;
}

#page-top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
  text-align: center;
}

#page-top a::before {
  font-family: FontAwesome;
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
/*** 3.1 - Accessibility Common END ***/
/*** 3.2 - Accessibility Media Query ( > 750px ) START ***/
@media screen and (min-width:751px) {
  .sitewidth {
    width:1200px; /* サイトの横幅 */
  }

  .pc {
    display: block;
  }

  .sp {
    display: none;
  }
  
  .width-spmargin {
    width:100%;
  }
  
  .wrap-c0 {
    /*background-color: #FFCC00;*/
  }
}
/*** 3.2 - Accessibility Media Query ( > 750px ) END ***/
/*** 3.3 - Accessibility Media Query ( > 960x ) START ***/
/*** 3.3 - Accessibility Media Query ( > 960x ) END ***/
/*** 3.0 - Accessibility END ***/

/************************
4.0 - Alignments START
************************/
/*** 4.1 - Alignments Common START ***/
.textalignLeft {
  text-align: left;
}
.textalignRight {
  text-align: right;
}
.textalignCenter {
  text-align: center;
}

.floatLeft {
  float:left;
}

.floatRight {
  float:right;
}

.margin-center {
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
}

.margin-height10 {
  margin:10px 0;
}

.padding-height10 {
  padding: 10px 0;
}
/*** 4.1 - Alignments Common END ***/
/*** 4.2 - Alignments Media Query ( > 750px ) START ***/
/*** 4.2 - Alignments Media Query ( > 750px ) END ***/
/*** 4.3 - Alignments Media Query ( > 960x ) START ***/
/*** 4.3 - Alignments Media Query ( > 960x ) END ***/
/*** 4.0 - Alignments END ***/

/************************
5.0 - Clearings START
************************/
/*** 5.1 - Clearings Common START ***/
.clear {
  content: "";
  clear:both;
  display:block;
}
/*** 5.1 - Clearings Common END ***/
/*** 5.2 - Clearings Media Query ( > 750px ) START ***/
/*** 5.2 - Clearings Media Query ( > 750px ) END ***/
/*** 5.3 - Clearings Media Query ( > 960x ) START ***/
/*** 5.3 - Clearings Media Query ( > 960x ) END ***/
/*** 5.0 - Clearings EMD ***/

/************************
6.0 - Header START
************************/
/*** 6.1 - Header Common START ***/
.header-top {
  min-height: 50px;
}

.header-top-h1 {
  position: absolute;
  left:0;
  top:0;
  text-indent: -9999px;
}
.header-top-sp {
  /*padding:10px 5px;*/
  display: table;
  width:100%;
  vertical-align: middle;
  padding: 10px 0;
  height: 30px;
  margin-right: 50px;
}

.header-top-sp-cell {
  display: table-cell;
  width:118px;
  padding:0 0 0 5px;
}

.header-top-sp-cell a {
  display: block;
}

.header-top-tel {
  display: table-cell;
  vertical-align: middle;
  color:#484848;
  font-size: small;
  text-align: center;
}

.header-top-spwrap {
  margin-right: 50px;
  height: 50px;
}
/*** 6.1 - Header Common END ***/
/*** 6.2 - Header Media Query ( > 750px ) START ***/
@media screen and (min-width:751px) {
  .header-top {
    height:150px;
    /*background:url('/image/pc/top-header-pc.png');
    background-repeat:no-repeat;
    margin-left: auto;
    margin-right: auto;
    margin:0 auto;
  	margin-bottom: 10px;
    text-indent: -9999px;*/
    margin-left: auto;
    margin-right: auto;
    margin:0 auto;
  }
}
/*** 6.2 - Header Media Query ( > 750px ) END ***/
/*** 6.3 - Header Media Query ( > 960x ) START ***/
/*** 6.3 - Header Media Query ( > 960x ) END ***/
/*** 6.0 - Header END ***/

/************************
7.0 - Navigation START
************************/
/*** 7.1 - Navigation Common START ***/
nav li {
  list-style: none;
  border-bottom: dotted 1px #FFFFFF;
}

nav li a {
/*
  font-family: "游明朝体", "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
*/
  display: block;
  width: 100%;
  padding: 10px;
  /*color: #363636;*/
  color: #FFFFFF;
  text-decoration: none;
}

.headerMenuButton {
  box-sizing: border-box;
  display: block;
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0;
  padding-top: 35px;
  width: 50px;
  height: 50px;
  /*background: #2e8b57 url("/image/spmenu.png") no-repeat center 10px;*/
  background: #F5A62C url("/image/spmenu.png") no-repeat center 10px;
  background-size: 23px auto;
  line-height: 1;
  text-align: center;
  font-size: x-small;
  color: #FFFFFF;
  border-left: #FFFFFF dotted 1px;
}

.headerMenuButton.active {
  background: #F5A62C url("/image/spmenucl.png") no-repeat center 13px;
  background-size: 17px auto;
}

.headerMenuButtonCL {
  display: none;
  box-sizing: border-box;
  padding-top: 38px;
  margin: 5px auto 0;
  width: 60px;
  height: 60px;
  background: #F5A62C url("/image/spmenucl.png") no-repeat center 13px;
  background-size: 18px auto;
  font-size: x-small;
  color: #FFFFFF;
  text-align: center;
  letter-spacing: -0.05em;
}

.headerGlobalNavList {
  display: none;
  background-color: #F5A62C;
  position: relative;
  z-index: 100;
}

.headerGlobalNavList ul li {
  
}
/*** 7.1 - Navigation Common END ***/
/*** 7.2 - Navigation Media Query ( > 750px ) START ***/
@media screen and (min-width:751px) {
  
  nav ul {
    padding-top:5px;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin: 0 auto;
  }
  
  nav li {
    list-style: none;
    width: 16.66%;
  }
  
  nav li a {
    padding: 15px 0 0 0;
    color: #00008B;
    font-size:x-large;
    font-weight:bold;
    text-align: center;
    border-radius:10px 10px 10px 10px;
    line-height:1.0em;
  }
  
  nav li a:hover{
    color:#FFFFFF;
  }

  nav li a.kotei {
    background-color: #FFA500;
  }

  nav li a.red{
    background:linear-gradient(to bottom, #FF9CA9 0%, #FFBAC2 35%, #FFE2E5 100%);
  }

  nav li a.red:hover{
    background:linear-gradient(to bottom, #FE9E1A  0%,#FFD865 35%, #FFF2CC 100%);
  }

  nav li a.blue{
    background:linear-gradient(to bottom, #A3EEFF 0%, #BEF2FF 35%, #E5FAFF 100%);
  }

  nav li a.blue:hover{
    background:linear-gradient(to bottom, #FE9E1A  0%,#FFD865 35%, #FFF2CC 100%);
  }

  nav li a.green{
    background:linear-gradient(to bottom, #B0FFB1 0%, #BEFFC8 35%, #E3FFE7 100%);
  }

  nav li a.green:hover{
    background:linear-gradient(to bottom, #FE9E1A  0%,#FFD865 35%, #FFF2CC 100%);
  }

  nav li a.orange{
    background:linear-gradient(to bottom, #FFDE9D 0%, #FFE6A6 35%, #FFF8DC 100%);
  }

  nav li a.orange:hover{
    background:linear-gradient(to bottom, #FE9E1A  0%,#FFD865 35%, #FFF2CC 100%);
  }

  nav li a.pink{
    background:linear-gradient(to bottom, #FFB591 0%, #FFCAB2 35%, #FFE9DF 100%);
  }

  nav li a.pink:hover{
    background:linear-gradient(to bottom, #FE9E1A  0%,#FFD865 35%, #FFF2CC 100%);
  }

  .nav-under {
    font-size:small;
    color:#00008B;
    line-height: 35px;
  }
}
/*** 7.2 - Navigation Media Query ( > 750px ) END ***/
/*** 7.3 - Navigation Media Query ( > 960x ) START ***/
/*** 7.3 - Navigation Media Query ( > 960x ) END ***/
/*** 7.0 - Navigation END ***/

/************************
8.0 - Widgets START
************************/
/*** 8.1 - Widgets Common START ***/
/*** 8.1 - Widgets Common END ***/
/*** 8.2 - Widgets Media Query ( > 750px ) START ***/
/*** 8.2 - Widgets Media Query ( > 750px ) END ***/
/*** 8.3 - Widgets Media Query ( > 960x ) START ***/
/*** 8.3 - Widgets Media Query ( > 960x ) END ***/
/*** 8.0 - Widgets END ***/

/************************
9.0 - Main
************************/
/*** 9.1 - Main Common START ***/
.main-topimg {
  position: relative;
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
  margin-top: 2px;
}

.frame {
	display: inline-block;
	position: relative;
}

.frame:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background: #fff;*/
	box-shadow: 
	  inset 0 0 20px #FFEBC3 /* 背景色と同じ色 */,
	  inset 0 0 20px #FFEBC3,
	  inset 0 0 20px #FFEBC3,
	  inset 0 0 20px #FFEBC3;
}

.prmsg {
  color:#FFA500;
  margin:15px 0;
}

.col {
  width:80%;
  margin-top:20px;
  margin-bottom: 20px;
}
.col img {
  border:3px #FFFFFF solid;	
  border-radius:10px 10px 10px 10px;
}

.mainNews {
  margin:0 auto;
  max-width: 750px;
  text-align: center;
}

.mainNews h1 {
  /*position: relative;
  color: #FFFFFF;
  display: inline-block;
  margin: 47px 0;
  text-shadow: 0 0 2px white;
  text-shadow: 
    black 2px 0px,  black -2px 0px,
    black 0px -2px, black 0px 2px,
    black 2px 2px , black -2px 2px,
    black 2px -2px, black -2px -2px,
    black 1px 2px,  black -1px 2px,
    black 1px -2px, black -1px -2px,
    black 2px 1px,  black -2px 1px,
    black 2px -1px, black -2px -1px;*/
  margin:50px 30px 30px 30px;
  padding:30px;
  color: #176819;/*文字色*/
  border-top: solid 3px #6ABF51;/*上線*/
  border-bottom: solid 3px #6ABF51;/*下線*/
  border-top: solid 3px #FFBF00;/*上線*/
  border-bottom: solid 3px #FFBF00;/*下線*/
  background-color: #FCF5EB;
  font-size: x-large;
}

.mainNewsArea {
  box-sizing: border-box;
  text-align: left;
  padding:10px 0 10px 10px;
  background-color: #FCF5EB;
}

.mainNewsArea h5 {
  margin:10px 0;
}

.sub-main-title {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  margin:0 auto;
  margin-top:5px;
  padding:0 0 0 10px;
}

h1.sub-main-title {
  font-size:X-large;
  padding:10px 0 10px 0;
  color: #fe9e1a;
  border-top: solid 3px #eaba0b;
  border-bottom: solid 3px #eaba0b;
  position: relative;
  text-align: center;
}

h1.sub-main-title::after {
  position: absolute;
  content: " ";
  display: block;
  left:0;
  border-bottom: solid 3px #ff8000;
  bottom:-3px;
  width: 25%;
}


.mybox{
  margin: 40px 5px 0px 20px;
  padding: 20px 20px 0px 20px;
  position: relative;
}

.mybox:before{
  background-color: #ef858c;
  border-radius: 5px;
  color: #fff;
  content: 'point!';
  padding: 5px 20px;
  position: absolute;
  left: -10px;
  top: -20px;
  transform:skew(15deg,-15deg);
}

.mybox:after{
  border-top: 12px solid #ef858c;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  content: '';
  position: absolute;
  top: 10px;
  left: 15px;
  transform:skew(15deg,-15deg);
}

.sub-mainarea {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
}

.sub-mainarea img{
  /*border:3px #FFFFFF solid;	*/
  /*border-radius:10px 10px 10px 10px;*/
  width:80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
}

.sub-mainarea-col h2{
  font-size: x-large;
  margin:10px 0 20px 0;
  color: #ef858c;
}
.sub-mainarea-col h3 {
  color: #000000;
  padding:0 0 0 20px;
  font-size: large;
}

.sub-mainarea-col h4 {
    color: #04B404;
    color: #000000;
    font-size: medium;
    /*font-weight: bold;*/
  padding: 0 0 0 30px;
}

.sub-mainarea ul {
  box-sizing: border-box;
  margin-bottom: 20px;
  /*padding:0 0 0 20px;*/
}

.sub-mainarea li {
  margin-left: 2.0em;
  text-align: left;
  color: #222222;
  font-size: medium;
  line-height: 1.5em;
}

.yearschedule-word-area {
  position: relative;
  width:100%;
  background: url(/image/sfsc_logo.png) no-repeat center center;
  background-size: contain;
}

.newsstyle h2 {
  color:#000000;
  font-size: medium;
  margin:5px 0;
}

.newsstyle p {
  padding-left:1.0em;
  line-height: 1.5em;
}

.newsstyle table {
}
.newsstyle table,
.newsstyle th,
.newsstyle td {
  line-height: 1.5em;
}

.newsstyle hr {
  margin:20px 0;
}
.daystyle {
  color:#FF0E12;
  line-height: 1.5em;
}

.bkrgba{
  /* 背景画像の透過用css */
  height: 100%;
  /*background: rgba(255,235,195,0.9);*/
  background: rgba(248,240,223,0.9);
}

.spbr::after {
  content: "\A" ;
  white-space: pre;
}

.telnum a{
  color:#484848;
  text-decoration: none;
  font-weight: bold;
}
.gmap-wrap {
  width:95%;
  margin-left: 0;
  margin-right: 0;
  margin:0 auto;
}

.gmap-wrap a {
}

.gmap {
margin-top:10px;
overflow: hidden;
padding-bottom: 80%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

.banner {
  margin-top:60px;
  max-width:50%;
}
/*** 9.1 - Main Common END ***/
/*** 9.2 - Main Media Query ( > 750px ) START ***/
@media screen and (min-width:751px) {
  .main-topimg {
    width:1200px;
    max-width: 100%;
  }
  
  .prmsg {
    width:915px;
    font-size:medium;
    word-wrap: break-word;
    padding: 10px 0 10px 10px;
    margin-left:auto;
    margin-right:auto;
    margin:0 auto;
    margin-top:20px;
    margin-bottom: 20px;
    text-align:center;
    background-image: url(/image/sfsc_logo.png),url(/image/sfsc_logo.png);
    background-repeat: no-repeat,no-repeat;
    background-position: 120px,760px ;
    background-size: contain;
  }

  .prmsg h2 {
    font-size:xx-large;
    color:#FFA500;
  }
  
  .col {
    width:350px;
    margin-top:20px;
    margin-bottom: 20px;
  }
  
  .flexjustifyCenter {
    display: flex;
    justify-content: center;
  }
  
  .flexWrap {
    display: flex;
    flex-wrap: wrap;
  }
  
  .title-add {
  	font: xx-large Times New Roman, Times, serif;
    text-shadow: 2px 2px 4px #A4A4A4;
    color: transparent;
  	position: absolute;
  	right: 10px;
    top:10px;
  }
  
  .flex-container {
    margin-left: auto;
    margin-right: auto;
    margin:0 auto;
    padding:10px 0 10px 0;
    display: -webkit-flex; /* Safari */
    display: flex; 
    -webkit-justify-content: space-around; /* Safari */
    justify-content: space-around;
  }

  .flex-container-list {
    width:350px;
/*    border: #FFFFFF 5px solid;
    border-radius: 5px;*/
  }

  .sub-main-title {
    margin-top:30px;
  }
  
  h1.sub-main-title {
    font-size: xx-large;
    border-top:none;
    text-align: left;
  }
  
  .sub-mainarea ul {
    padding:0 0 0 20px;
  }
  
  .sub-mainarea li {
    margin-left: 2.0em;
    text-align: left;
    color: #222222;
    font-size: large;
  }
  
  .sub-mainarea img{
    width:100%;
  }
  
  .sub-mainarea-col {
    max-width:100%;
    margin-left: auto;
    margin-right: auto;
    margin: 0 auto;
    line-height:normal; 
  }

  .sub-mainarea-col h2{
    font-size: xx-large;
  }
  
  .sub-mainarea-col h3 {
    font-size: x-large;
  }
  
  .sub-mainarea-col h4 {
    font-size: large;
  }

  .yearschedule {
    width:500px;
  }
  
  .yearschedule-word-areaUl {
    position: absolute;
    padding-top:50px;
    margin-right: 100px;
  }
  
  .yearschedule-word-areaUl li {
    font-size: x-large;
    line-height: 2.0em;
    color:#000;
    text-shadow:  #FFF 1px 1px 0, #FFF -1px -1px 0,/*右下、左上*/
        #FFF -1px 1px 0, #FFF 1px -1px 0,/*右上、左下*/
        #FFF 0px 1px 0, #FFF  0-1px 0,/*右、左*/
        #FFF -1px 0 0, #FFF 1px 0 0;/*上、下*/
  }
  
  /*sub-mainarea-col h2が反映されてしまうのでかぶせる*/
  .newsstyle h2 {
    color:#000000;
    font-size: large;
  }
  
  .spbr::after {
    white-space: normal;
  }
  
  .gmap {
    padding-bottom: 56.25%;
  }

  .banner {
   margin-top:30px;
  }
}
/*** 9.2 - Main Media Query ( > 750px ) END ***/
/*** 9.3 - Main Media Query ( > 960x ) START ***/
/*** 9.3 - Main Media Query ( > 960x ) END ***/
/*** 9.0 - Main END ***/

/************************
10.0 - Sideber Left
************************/
/*** 10.1 - Sideber Left Common START ***/
/*** 10.1 - Sideber Left Common END ***/
/*** 10.2 - Sideber Left Media Query ( > 750px ) START ***/
/*** 10.2 - Sideber Left Media Query ( > 750px ) END ***/
/*** 10.3 - Sideber Left Media Query ( > 960x ) START ***/
/*** 10.3 - Sideber Left Media Query ( > 960x ) END ***/
/*** 10.0 - Sideber Left END ***/

/************************
11.0 - Sideber Right
************************/
/*** 11.1 - Sideber Right Common START ***/
/*** 11.1 - Sideber Right Common END ***/
/*** 11.2 - Sideber Right Media Query ( > 750px ) START ***/
/*** 11.2 - Sideber Right Media Query ( > 750px ) END ***/
/*** 11.3 - Sideber Right Media Query ( > 960x ) START ***/
/*** 11.3 - Sideber Right Media Query ( > 960x ) END ***/
/*** 11.0 - Sideber Right  END ***/

/************************
12.0 - Footer
************************/
/*** 12.1 - Footer Common START ***/
footer {
  margin-top:20px;
  /*height:200px;*/
  text-align:center;
  margin-left:auto;
  margin-right:auto;
  border-top:10px #f7db95 solid;
  background-color:#FFA500;
}

.footer-inner {
  margin-left:auto;
  margin-right:auto;
  margin: 0 auto;
  
}

.footer-bottom {
  background-color: #FFA500;
  padding:5px 0;
}

.footer-bottom p {
  color:#FFF;
  margin: 10px 0;
  text-decoration: none;
}

.footer-bottom a {
  color:#FFF;
  text-decoration: none;
}

/*** 12.1 - Footer Common END ***/
/*** 12.2 - Footer Media Query ( > 750px ) START ***/
@media screen and (min-width:751px) {
  .footer-top {
  }

  ul.guide-footer-list {
    display: inline-block;
    margin:0 auto;
    padding:10px 0;
    border-bottom: 1px dotted #FFF;
  }
  .guide-footer-list li{
    list-style: none;
    padding:10px 35px 10px 15px;
    background: url("/image/arrow-green.png") no-repeat left center;
    display: inline-block;
  }

  .guide-footer-list li a{
    color:#FFF;
  }
  
  .guide-footer-list li a:hover {
    color:#FF0000;
  }
}
/*** 12.2 - Footer Media Query ( > 750px ) END ***/
/*** 12.3 - Footer Media Query ( > 960x ) START ***/
/*** 12.3 - Footer Media Query ( > 960x ) END ***/
/*** 12.0 - Footer END ***/

/************************
13.0 - Media
************************/
/*** 13.1 - Media Common START ***/
/*** 13.1 - Media Common END ***/
/*** 13.2 - Media Media Query ( > 750px ) START ***/
/*** 13.2 - Media Media Query ( > 750px ) END ***/
/*** 13.3 - Media Media Query ( > 960x ) START ***/
/*** 13.3 - Media Media Query ( > 960x ) END ***/
/*** 13.0 - Media ***/
