@charset "utf-8";

/*---------------------------------------------
	Browser Default Initialization
  ---------------------------------------------*/

@import "module.css";
html {
	overflow-y: scroll;
}

body, div, dl, dt, dd, ul, ul li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td,
section, nav, article, aside, hgroup, header, address,
figure, figcaption {
	margin: 0;
	padding: 0 ;
	line-height: 160%;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
q:before ,q:after {
	content: '';
}
object, embed {
	vertical-align: top;
}
hr, legend {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
img, abbr, acronym, fieldset {
	border: 0;
}
img {
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}
ul li {
	list-style-type: none;
}

strong,
b{
	font-weight:bold;
}

.clfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
/* ------ Body ------ */

body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #333333;
	font-size: 16px;
	line-height: 160%;
	text-align: left;
	letter-spacing: -0.001em;		/* iOS4でのテキストの隙間への対応 */
	-webkit-text-size-adjust: 100%;		/* 文字サイズの自動調整機能のキャンセル */
}

.win body {

font-family:'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}


/* ------ Anchor ------ */

a {
	outline: none;
}

a:link {
	text-decoration: none;
	color: #188ED6;
}
a:visited {
	text-decoration: none;
	color: #188ED6;
}
a:hover {
	text-decoration: underline;
	color: #188ED6;
}
a:active {
	text-decoration: underline;
	color: #188ED6;
}

/*-----------------------------------------------------	*/
/*	for all						*/
/*-----------------------------------------------------	*/

/* ------ General Settings ------ */

/* フルードイメージ対応 */
img {
	max-width: 100%;
	height: auto;
}
.ie8 img {
	width: auto;
}

p {
	font-size: 96%;
}

.img {
	text-align: center;
}

.text-center {
	text-align: center;
}

body {
	background-color: #F5F5ED;
}

#container {

	width: 100%;
	margin: 0 auto;
}

/* ------ Font ------ */

/* 各ブラウザに対応したWebフォントを指定 */
@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot');
	src:url('fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('fonts/icomoon.woff') format('woff'),
		url('fonts/icomoon.ttf') format('truetype'),
		url('fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* ------ Column ------ */

.row {
	max-width: 1000px;
	margin: 0 auto;
}
.row:after {
	content: "";
	display: block;
	clear: both;
}

/* 各カラムを横並びにし、左マージンを設定 */
.col {
	float: left;
	background:#FFF;
	margin-left:1%;
}

/* 左端のカラムの左マージンを削除 */
.col:first-child,
.col.left {margin-left: 0;}

/* カラムの左右を入れ替えるための設定 */
.col.right {
	float: right;
	margin-left: 1%;/*10px*/
}

	
/* 各カラムの幅を％で設定 */
.one-second {width: 49.5%;}/*495px*/
.one-third {width: 31.972789115%;}
.one-fourth{width: 23%;}/*230px*/
.three-fourth{width: 74%;}/*740px*/
.topLogo {width: 28.0%;}

/* ------ Header ------ */

header {
	width: 100%;
	background:url(../images/hreader_bg.jpg) repeat-x #FFF bottom center;
	height:auto;
}

header .col{

}

header .logo {
	text-align:left;
	margin:0 atuo;
	-webkit-background-size: 240; 	  	
	background-size: 240;
	padding-bottom:8px;
	padding-top:2px;
	width:86%;
	height:auto;
}

.topLogo  {
	margin:6px 0 10px;
}

/* ------ SNS ------ */

#sns {
	width:19%;/*190px*/
	height: auto;
	float: right;
	margin-top:10px;
}

#sns div#btn {
	float:right;
}
#sns div#btn {
	padding:0;
}

#fbBtn{
	float:left;
	margin-left:10px;/*10px*/

}
#twBtn{
	float:left;
}


#search-box_sp{
	display:none;
		}
		
#search-box {
	clear:right;
	float: left !important;
	margin-top:6px;
	padding:0 !important;
	width:100% !important;
}

#___gcse_0{
	padding:0 !important;
	margin:0 !important;
}

#search-box .gsc-control-cse .gs-spelling,
#search-box .gsc-control-cse .gs-result
#search-box .gs-title, .gsc-control-cse
#search-box .gs-result .gs-title * {

    text-align: left !important;
	float:left !important;

}	
#search-box .gsc-control-cse,
#search-box .gsc-control-cse-ja{
	padding:0 !important;
}

#search-box input.gsc-search-button	{
	padding:6px 14px 8px !important;
	}
#search-box .gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 6px;
		line-height:1.2;
}
#search-box #___gcse_0,
#search-box .gsc-control-wrapper-cse,
#search-box .gsc-control-cse,
#search-box .gsc-control-cse-ja,
#search-box #gsc-iw-id1{
		width:100% !important;
		padding:0 !important;
}

/* ------ Global Navi ------ */

#gnav {
	float: left;
	width: 52.0%;/*540px*/
	padding:0;
	margin:0;
	height: auto;
}

#gnav ul {
	padding:0;
	margin:0;

}
#gnav li {
	float: left;
	width: 33.0864197531%;/*178.6666px*//* 33.086419752%*/
	padding:0;
	margin:0;

}

#gnav a {
	display:block;
	z-index: 2000;
	padding-top: 66px;
	font-size: 96%;
	text-decoration: none;
	color: #888888;
	text-align: center;
	padding-bottom:11px;
}

/*
#gnav li:first-child {
	border-left:1px solid #C3C3C3;}
#gnav li {
	border-right:1px solid #C3C3C3;}
*/
/* katei_gakusyu */
#hL a:link,
#hL a:visited {
	border-bottom:10px solid #3ABFA4;
	background:url(/common/images/ico_gNavi01.png) no-repeat center 25px;
	border-left:1px solid #C3C3C3;
	border-right:1px solid #C3C3C3;
}
/* katei_gakusyu ov */
#hL a:hover,
#hL a:active,
#homelearning #hL a{
	color: #FFF;
	background:url(/common/images/ico_gNavi01_on.png) no-repeat center 25px #3ABFA4;
}

/* jyuken */
#adm a:link,
#adm a:visited {
	border-bottom:10px solid #FFB120;
	background:url(/common/images/ico_gNavi02.png) no-repeat center 25px;
	border-right:1px solid #C3C3C3;
	
}
/* jyuken ov */
#adm a:hover,
#adm a:active,
#admissions #adm a{
	color: #FFF;
	background:url(/common/images/ico_gNavi02_on.png) no-repeat center 25px #FFB120;
}

/* shusyoku */
#shu a:link,
#shu a:visited {
	border-bottom:10px solid #3388CC;
	background:url(/common/images/ico_gNavi03.png) no-repeat center 23px;
	border-right:1px solid #C3C3C3;
		
}
/* shusyoku ov */
#shu a:hover,
#shu a:active,
#shukatsu #shu a{
	color: #FFF;
	background:url(/common/images/ico_gNavi03_on.png) no-repeat center 23px #3388CC;
}

/* ------ Article ------ */

article {
	background-color: #F5F5ED;
	padding-bottom: 50px;
}


article a:hover img{opacity:0.8;
filter: alpha(opacity=80);        /* ie lt 8 */
-ms-filter: "alpha(opacity=80)";  /* ie 8 */
-moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
-khtml-opacity: 0.8;              /* Safari 1.x */
zoom:1;
}


/* ------ main ------ */

#main {
	padding-top:10px;
}

#main section{
	padding:0 68px 30px;
	border-bottom:1px solid #E5E5E5;
	background:#FFF;
}
#main section:last-child{
	border-bottom:none !important;
}
#main section:after{
	content:"."; 
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0;
}

#main .conSns{
	width:100%;
	text-align:center;
	margin:20px auto;
	height:60px;
	display:block;
	clear:both;
}
#main .conSns a:hover{
	text-decoration:none;
}


#main .conSns div{
	display:inline-block;
	*display: inline;  
    .*zoom: 1;

}
#main .conSns div span{
	display:none;
}
#main .conSns .conFb{
	background:url(/common/images/conFb_tw.png) 0 0 no-repeat;
	background-size:60px 60px;
	width:60px;
	height:60px;
	padding-right:10px;
		behavior: url(/common/images/PIE.htc);
	position:relative;
}


#main .conSns .conTw{
	background:url(/common/images/conSns_tw.png) 0 0  no-repeat;
	background-size:60px 60px;
	width:60px;
	height:60px;
		behavior: url(/common/images/PIE.htc);
	position:relative;
}
#main .conSns .conline{
	display:none;
}

#main #navPage p{
	margin:0;
}
#main #navPage .prev a{
	display:block;
	float:left;
	width:40%;
	padding-left:10px;
	background:transparent url(/common/images/for_ico_navPrev.gif) no-repeat left .3em;
	top:0;
	left:0;
}

#main #navPage .next a{
	display:block;
	float:right;
	width:40%;
	text-align:right;
	padding-right:19px;
	background:transparent url(/common/images/for_ico_navNext.gif) no-repeat right .3em;
	top:0;
	right:0;
}

/* ------ inquiry main h ------ */

.inquiry #main h1{
	text-align:left;
	color:#333333;
	font-size:170%;
	font-weight:bold;
	margin:30px 0 40px;
	border-left:8px solid #333333;
	padding-left:10px;
}
.inquiry #main h2{
	margin-bottom:10px;
	font-weight:bold;
	font-size:110%;
}
.inquiry #main h2.hom{
	color:#3ABFA4;
	background:url(/homeLearning/images/ico_homelearning.png) no-repeat center left;
	padding-left:30px;
	background-size:20px auto;
}
.inquiry #main h2.adm{
	color:#FFB120;
	background:url(/admissions/images/ico_adm.png) no-repeat center left;
	padding-left:30px;
	background-size:20px auto;
}
.inquiry #main h2.shu{
	color:#3387CC;
	background:url(/shukatsu/images/ico_shukatsu.png) no-repeat center left;
	padding-left:30px;
	background-size:20px 16px;
}
.inquiry #main ul{
		font-size:90%;
	margin-bottom:18px;
}
.inquiry #main ul li{
	padding-bottom:7px;
		background:url(/common/images/for_ul_mk1.gif) no-repeat 8px 8px;
	padding-left:30px;
}

.inquiry #main ul li ul{
	margin-bottom:0;
}
.inquiry #main ul li ul li{
	padding-bottom:7px;
	background:url(/common/images/for_ul_mk2.gif) no-repeat 8px 8px;
	padding-left:30px;
}

/* ------ Sidebar ------ */
#side{	float: left;
	margin-left: 2%;	
	width: 24%;
	text-align:center;
}	
#side h2{
	padding:3px 0 3px 10px;
	color:#FFF;
	font-weight:bold;
	line-height:1.0;
}	
#side div{
}
#side .sideNavi,
#side .sideFb,
#side .sideNews,
#side .sideBnr p{
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	background:#FFF;
	clear:both;
}
.sideNavi{
	margin-bottom:10px;
}
.sideNavi h2{
	background:#32322A;
	margin-bottom:10px;
	padding:0;
}
.sideNavi p{
	margin-bottom:5px;
}
.sideNavi p:first-child{
	padding-top:10px;
}
.sideNavi p:last-child{
	margin-bottom:10px;
}

.sideFb h2{
	background:#3B5998;
	text-align:left;
	padding:0;
	margin-top:10px;}

#side .sideBnr{
	text-align:center;
}
#side .sideBnr p{
	text-align:left;
	font-size:85%;
	margin-top:10px;
}
#side .sideBnr p span{
	padding:8px 12px;
	float:none;
	display:block;
}
#fb-root {
   display: none;
}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{ width: 100%!important;
-webkit-overflow-scrolling:touch;
overflow:hidden;
}
/*------movieNews------------------*/
#side .movieNews h2 {
background: #923B7B;
    padding: 0 !important;
    line-height: 1.0;
}

#side .movieNews {
border-right: 1px solid #CCCCCC;

border-bottom: 1px solid #CCCCCC;

background: #FFF;	
	margin: 0 0 10px;
}

#side .movieNews .m_list-news {

    text-align: left;
    font-size: 75%;
    padding: 3px 6px;

}
#side .movieNews .m_list-news dt {
float: left;
padding: 0.7em 0;
font-size: 90%;

}
#side .movieNews .m_list-news dd{
    border-bottom: 1px dotted #ccc;
    padding: 0.5em 0 0.5em 3.5em;

}
#side .movieNews .m_list-news dd:last-child{
    border-bottom: none;

}
#side .movieNews .m_list-news dd a {
	color: #923B7B;

}
/*----------------------------*/
#footerBtn{
}
#footerBtn:after{
	content:"."; 
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0;
}
#footerBtn li{
	float: left;
	width: 295px;
	display: inline-block;
}
#footerBtn li:first-child{
	margin: 0 10px 0 0;
}

/* ------ Page Top ------ */

#page-top {
	max-width: 1000px;
	margin:0 auto;
}
#page-top p {
	font-size: 68%;
	width:12%;
	float:right;
}
#page-top a {
	display: block;
	padding: 8px 3px;
	text-align: center;
	text-decoration: none;
	line-height: 25px;
	color:#FFF;
}
#page-top a:after {
	content: "\67";
	font-family: 'icomoon';
	font-size: 11px;
	font-weight: normal;
	margin-left: 5px;
	color:#FFF;
}
#page-top a:link,
#page-top a:visited {
	background-color: #32322A;
}
#page-top a:hover,
#page-top a:active {
	background-color: #4F4F42;
}

/* ------ Footer ------ */

footer {
	background-color: #32322A;
	text-align:center;
	padding-top:30px;
	clear:right;
}

footer nav {
	margin: 0 0 15px;
}

footer nav li {
	display: inline-block;
	padding: 0 5px 0 10px;
	border-left: solid 1px #ddd;
	font-size: 68%;
	/display:inline;/zoom:1;
}
footer nav li:first-child {
	padding-left: 0;
	border-left: none;
}

footer nav a:link,
footer nav a:visited {
	color: #FFF;
	text-decoration: none;
}
footer nav a:hover,
footer nav a:active {
	color: #FFF;
	text-decoration: underline;
}

#copyright {
	padding-bottom: 60px;
}

#copyright p {
	font-size: 62%;
	color: #FFF;
}


#gnav-sp,
#headerLinks,
.menuBox01{
	display:none;

}

.spOn{
	display:none;
	}
	
	
/*-----------------------------------------------------	*/
/*	for 640px - 999px				*/
/*-----------------------------------------------------	*/

@media screen and (min-width: 741px) and (max-width: 999px) {
}



/*-----------------------------------------------------	*/
/*	for - 480px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 740px) {
.pcOn,
.sideFb,
.sideNavi{
	display:none;
	}
.spOn{
	display:block;
	}	
	/* ------ Column ------ */

	/* 各カラムの横並びを解除し、縦１列に並べる */
	#side,
	.col,
	.col.left,
	.col.right {
		float: none;
		width: auto;
		margin-left: 0;
	}
	.row_p{
	margin: 0 auto;
}
	/* ------ Header ------ */

	header {
		padding-top: 0;
		position:relative;
		height:110px;
	}
	.topLogo  {
	margin:0 auto 8px;
	width:100%;
}

	header .col {
}
	header .logo {
	text-align:center;
	width:192px;
	height:auto;
	padding-top:8px;
	padding-bottom:10px;
	margin:0 auto 2px;
	
}
	header .row:before {
		display: none;
	}

	header .col:first-child {
		height: 90px;
	}

	header h1 {
		margin: 0 auto;
		padding-top: 10px;
	}
		/* ------ spNavi ------ */	
	.spOn{
		display:block;
	}
	
	.spNavi{
	border-top:1px solid #CCCCCC;
		background:#FFF;
	padding:10px;
	}
	.spNavi:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
		.spNavi div.entry{
			width:49%;
			float:left;
			margin-right:2%;
	}	

		.spNavi div.entry p{
			margin-bottom:6px;
	}	
	
			.spNavi div.entry p:last-child{
			margin-bottom:0 !important;
	}		
			.spNavi div.pr{
			width:49%;
			float:left;
	}
	
			.spNavi div.pr p{
margin-bottom:6px;
	}
			.spNavi div.entry p:last-child{
			margin-bottom:0;
	}

	/* ------ Global Navi ------*/

#gnav{
	display:none;
	} 
#gnav-sp{
	position:absolute;
	top:20px;
	right:3px;
	display:block;
}

#headerLinks,
.menuBox01{
display:block;
}
.btnBox01{
		display:block;
	}
/* !header
---------------------------------------------------------- */

	#headerIn {
		padding: 0;
	}
		/*#headerLogo {
			float: left;
			padding-top: 2px;
		}*/
		#headerLinks {
			float: right;	
		}
			#headerLinks ul.snsBox01 {
				margin-bottom: 8px;
			}
				#headerLinks ul.snsBox01 li {
					float: right;
				}
				#headerLinks ul.snsBox01 li.twitter iframe {
					width: 70px !important;
				}
			#headerLinks ul.btnBox01 {
			}
				#headerLinks ul.btnBox01 li {
					float: right;
					margin-left: 10px;
				}
				#headerLinks .snsBox01 li.facebook {

				}				
					#headerLinks ul.btnBox01 li a {
						display: block;
						-webkit-border-radius: 3px;
						-moz-border-radius: 3px;
						border-radius: 3px;
					}			
						#headerLinks ul.btnBox01 li a span {
							display: inline-block;
							-webkit-border-radius: 3px;
							-moz-border-radius: 3px;
							border-radius: 3px;
							text-align: center;
							height: 32px;
						}
						#headerLinks ul.btnBox01 li.li01 a span {
							padding: 15px 9px 0;
							height: 21px;
						}
							#headerLinks ul.btnBox01 li.li01 a span span {
								display: block;
								width: 22px;
								height: 20px;
								padding: 0;
								border: none;
								background: url(/common/images/menu_btn_for_sp.gif) no-repeat left top;
								background-size: 100%;
								border-radius: 0;
								text-indent: -9999px;
							}
						header#header.open #headerLinks ul.btnBox01 li.li01 a span {
							padding: 11px 10px 0;
							height: 21px;

						}
							header#header.open #headerLinks ul.btnBox01 li.li01 a span span {
							-webkit-border-radius: 3px;
							-moz-border-radius: 3px;
							border-radius: 3px;
							border:1px solid #9E9E9E;
								width: 14px;
								height: 14px;
								padding: 8px;
								background: url(/common/images/btn_close01.png) no-repeat center center #9E9E9E;
								background-size: 14px;
							}

.menuBox01 {
	display: none;
	width: 100%;
	font-size: 130%;
	position: absolute;
	left: 0;
	top: 86px;
	z-index: 9999;
}
header#header.open .menuBox01 {
	display: block;
}
	nav.menuBox01In {
		position: relative;
		background: /*#F57D7E;*/#222222;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		margin: 0 4px;
	}
	.menuBox01In:after,
	.menuBox01In:before {
		bottom: 100%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}
	.menuBox01In:after {
		border-color: rgba(207, 17, 37, 0);
		border-bottom-color: /*#F57D7E;*/#222222;
		border-width: 9px;
		right: 16px;
		margin-left: -9px;
	}
	.menuBox01In:before {
		border-color: rgba(207, 17, 37, 0);
		border-bottom-color: /*#F57D7E;*/#222222;
		border-width: 9px;
		right: 16px;
		margin-left: -9px;
	}
		nav.menuBox01In ul li {
		}
		nav.menuBox01In ul li a {
				display: block;
				border-bottom: 1px solid #CCCCCC;
				padding: 18px 13px 12px;
				color: #fff;
				font-weight: bold;
				overflow: hidden;
				*zoom: 1;
			}
			nav.menuBox01In ul li.last a {
				border: none;
			}
			nav.menuBox01In ul li a span {
					display: block;
					float: left;
				}
			nav.menuBox01In ul li a span.ico {
					float: right;
					margin-top:8px;
					width: 8px;
					height: 8px;
					border-top: 4px solid #fff;
					border-right: 4px solid #fff;
					-webkit-transform: rotate(45deg);
					-moz-transform: rotate(45deg);
					transform: rotate(45deg);
			
				}
.menuboxBg {
	position: absolute;
	top: 86px;
	left: 0;
	width: 100%;
	height: 2000px;
	opacity: 0.7;
	background-color: #000;
}

	/* ------ Article ------ */

	article {
		padding-bottom: 0;
	}

	article p {
		font-size: 90%;
	}



/* ------ main ------ */

#main {
}
#main section{
	padding:0 20px 30px;
	border-bottom:1px solid #E5E5E5;
}
#main section h2 {
	font-size:130%;
	margin:20px 0;
}

#main .conSns .conGo{
	display:none;
}

#main .conSns .conTw{
	padding-right:10px;
}

#main .conSns .conLine{
	background:url(/common/images/conSns_line.png) 0 0 no-repeat;
	background-size:60px 60px;
	width:60px;
	height:60px;							
}



/* ------ mod ------ */
/* 1. float box
=========================================================*/
section .fright{float:none;text-align:center;}
section .fleft{float:none;
text-align:center;}
section .frobject,.flobject{
	text-align:center;
	margin:0 auto 15px;

}
section .frobject{margin-left:0;}
section .flobject{margin-right:0;}


/* ------ inquiry main h ------ */
.inquiry #main h1{
	margin:0 0 15px;
	padding-top:20px;
	border-left:none;

}
	/* ------ News ------ */

	#news {
		margin-top: 0;
		border-bottom: none;
		padding-left:0;
		margin-left:0;
	}

	#news dl a {
		padding: 15px 20px 15px 15px;
	}

	#news dt,
	#news dd {
		font-size: 90%;
	}


	/* ------ #side  ------ */
#side .sideBnr p{
	text-align:center;

}
	
/*-------------------*/
	#side .movieNews {
		width: 100%;
		text-align: center;
		margin: 20px auto;
}
	#side .movieNews h2 img{
	width: 100%;
	text-align: center;
		height: auto;
}
.movieNews .m_list-news {

    text-align: left;
    font-size: 90%;
    padding: 3px 6px;

}

/*----------------------------*/
#footerBtn{
}
#footerBtn:after{
	content:"."; 
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0;
}
#footerBtn li{
	float: none;
	width: 100%;
	display: inline-block;
	text-align: center;
	margin: 0 auto;
}
#footerBtn li:first-child{
	margin: 0 0 10px 0;
}


	/* ------ Page Top ------ */
	#page-top{
		padding:0;
		margin-top:10px;
	}
	
	
	#page-top p {
		font-size: 76%;
		width:100%;
		float:none;

	}

	#page-top a {

	}


	/* ------ mod ------ 
.fleft {
    float: none;
}
.fright{
    float: none;
}
.flobject{
	margin:0 0 10px 15px;
}*/
	/* ------ sns ------ */

#sns,
#search-box{
	display:none;

	}
#search-box_sp{
	display:block;
	width:100%;
	float:left;
	margin:0 auto;
	padding-top:0 !important;
		}
#search-box_sp .cse .gsc-control-cse,
#search-box_sp .gsc-control-cse {
    background-color: #F5F5ED !important;
	border:none !important
}

.gsc-control-cse .gs-spelling,
.gsc-control-cse .gs-result
.gs-title, .gsc-control-cse
.gs-result .gs-title * {
    font-size: 16px;
    text-align: left;
}	
#search-box_sp input#gsc-i-id2{
	padding:0px !important;
	line-height:1.2;
	}

	/* ------ Footer ------ */

	footer {
		border-top: solid 1px #626255;
	}

	footer nav {
		margin-top: 0;
	}

	footer nav ul {
		padding: 0 15px;
		text-align: center;
	}

	#copyright {
		margin-bottom: 0;
		padding: 0 15px 80px;
		text-align: center;
	}



}
