@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	  line-height: 1.8;
	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a,
a:link {
	color: #444;
	text-decoration: none;
}

a:visited {
	color: #444;
	text-decoration: none;
}

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

a:active {
	color: #444;
	text-decoration: underline;
}

@font-face {
    font-family: 'akrobat-bold';
    src: url(../../fonts/akrobat-bold.ttf);
}


/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1160px;
	color: #444;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background: url(../images/body_bg.png) repeat;
}

#container {
	text-align: left;
}

#main {
	margin-bottom: 90px;
}

#wrap {
	width: 1100px;
	margin: 0 auto;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding-top: 31px;
	border-bottom: 5px solid #bbb;
	background: url(../images/h_bg.png) repeat;
}

#gHeader .hBox {
	width: 1320px;
	margin: 0 auto;
}

#gHeader .topBox {
	margin-bottom: 7px;
}

#gHeader h1 {
	float: left;
}

#gHeader .topBox .rBox {
	margin-top: -1px;
	float: right;
}

#gHeader .fontChange li {
	margin-left: 2px;
	display: inline;
	line-height: 1.2;
	font-size: 1.4em;
}

#gHeader .fontChange li a {
	padding: 3px 0px 3px;
	display: inline-block;
	text-align: center;
	min-width: 28px;
	text-decoration: none;
	border: 1px solid #888;
	border-radius: 4px;
}

#gHeader .fontChange li .on,
#gHeader .fontChange li a:hover {
	background-color: #DDD;
}

#gHeader .fontChange .fs {
	margin-left: 5px;
}

#gHeader .fontChange .fm a {
	min-width: 48px;
}

#gHeader .fontChange .contact {
	margin-right: 7px;
	padding-right: 10px;
	background: url(../images/line01.png) no-repeat right center;
}

#gHeader .fontChange .contact a {
	width: auto;
	border: none;
}

#gHeader .fontChange .contact a:hover {
	text-decoration: underline;
	background: none;
}

#gHeader .rBox .tel {
	margin-top: -3px;
	color: #666;
	font-size: 3em;
	text-align: right;
	letter-spacing: 1.5px;
}

#gHeader .rBox .tel span {
	padding: 2px 0 2px 27px;
	display: inline-block;
	line-height: 1;
    font-family: 'akrobat-bold';
	background: url(../images/icon01.png) no-repeat left center;
}

#gHeader .menuBox,
#gHeader .menu {
	display: none;
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi ul {
	padding-left: 1px;
	background: url(../images/line02.png) repeat-y left top;
}

#gNavi li {
	width: 220px;
	float: left;
	text-align: center;
	font-size: 1.6em;
	line-height: 1.2;
}

#gNavi li:first-child {
	width: 219px;
}

#gNavi li a {
	padding: 11px 0 20px;
	display: block;
	color: #666;
	text-decoration: none;
	background: url(../images/line02.png) repeat-y right top;
}

#gNavi li a img {
	margin: 0 auto 6px;
	display: block;
}

#gNavi .on a,
#gNavi li a:hover,
#gNavi li a.active{
	background-color: #EAF1D1;
}

/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {
	width: 770px;
	float: right;
}

/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#sideBar {
	width: 300px;
	float: left;
}

#sideBar .sNavi {
	padding: 20px 0 18px;
	border-radius: 10px;
	background-color: #618D34;
}

#sideBar .sNavi li {
	padding: 0 20px;
	display: block;
	color: #FFF;
	font-size: 1.5em;
	line-height: 1.54;
	text-decoration: none;
}
#sideBar .sNavi li a{
	color: #fff;
}
#sideBar .sNavi li a.active {
		background-color: #81A55D;
}
#sideBar .sNavi li span {
	padding: 16px 25px 16px 30px;
	display: block;
	background: url(../images/icon02.png) no-repeat left center;
	border-bottom: 1px dashed #91B071;
}

#sideBar .sNavi .on a,
#sideBar .sNavi li a:hover {
	background-color: #81A55D;
}

#sideBar .sNavi li:last-child a span {
	border-bottom: none;
}

#sideBar .projectNavi li a span {
	padding: 16px 25px 14px 19px;
	background: none;
}

#sideBar .projectNavi li a span img {
	margin-right: 20px;
	vertical-align: middle;
}

#sideBar #library{
	margin-top: 7px;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 50px 0 38px;
	clear: both;
	background: url(../images/f_bg.png) repeat-y center top;
}

#gFooter .fBox {
	width: 1100px;
	margin: 0 auto;
}

#gFooter .txtBox {
	width: 410px;
	float: left;
}

#gFooter .txtBox .fLogo {
	margin-bottom: 17px;
}

#gFooter .txtBox p {
	color: #FFF;
	line-height: 1.55;
}

#gFooter .txtBox .add {
	margin-bottom: 20px;
	font-size: 1.4em;
	font-weight: 300;
	line-height: 1.6;
}

#gFooter .txtBox .noteList {
	margin-top: 20px;
	color: #FFF;
	line-height: 1.55;
}

#gFooter .naviBox {
	width: 666px;
	float: right;
}

#gFooter .naviBox .fNavi {
	padding: 4px 0 5px 25px;
	width: calc(100%/3);
	float: left;
	font-weight: 700;
	border-right: 1px solid #FFF;
	font-family: 'Lato', sans-serif;
}

#gFooter .naviBox .wid01 {
	width: 180px;
}

#gFooter .naviBox .wid02 {
	width: 231px;
}

#gFooter .naviBox .fNavi li {
	margin-bottom: 13px;
}

#gFooter .naviBox .fNavi li:last-child {
	margin-bottom: 0;
}

#gFooter .naviBox .fNavi li a {
	display: inline-block;
	color: #FFF;
	font-weight: normal;
}
#gFooter .naviBox .fNavi li {
	width: 85%;
	padding-left: 25px;
	display: inline-block;
	color: #FFF;
	font-size: 1.5em;
	font-weight: normal;
	background: url(../images/icon02.png) no-repeat left 3px;
}

#gFooter .naviBox .fNavi .subNavi {
	margin: 3px 0px 0 18px;
}

#gFooter .naviBox .fNavi .subNavi li {
	margin-bottom: 0;
	line-height: 1.6;
	background: none;
	padding-left: 0;
	font-size:0.9em;
}

#gFooter .naviBox .fNavi .subNavi li a {
	font-weight: normal;
	padding-left: 18px;
	background: url(../images/icon04.png) no-repeat left 6px;
}

.sp {
	display: none !important;
}

@media all and (min-width: 0) and (max-width: 767px) {

	.sp {
		display: block !important;
	}

	.pc {
		display: none !important;
	}

	body {
		min-width: 320px;
	}

	#main {
		margin-bottom: 20px;
	}

	#wrap {
		width: auto;
		margin: 0 20px;
	}

	/*------------------------------------------------------------
		ヘッダー
	------------------------------------------------------------*/
	#gHeader {
		margin-bottom: 20px;
		position: relative;
		padding: 21px 20px 21px;
		border-bottom: none;
	}

	#gHeader .hBox {
		width: auto;
	}

	#gHeader .topBox {
		margin-bottom: 0;
		position: relative;
	}

	#gHeader .topBox h1 {
		float: none;
	}

	#gHeader .topBox .rBox {
		display: none;
	}

	#gHeader .menu {
		position: absolute;
		right: 0;
		top: -11px;
		display: block;
	}

	#gHeader .menuBox {
		position: absolute;
		width: 100%;
		left: 0;
		top: 75px;
		background-color: #FFF;
		z-index: 1000;
	}

	#gHeader .menuBox ul {
		padding: 0 20px 5px;
	}

	#gHeader .menuBox li a {
		padding: 17px 0 17px;
		display: block;
		text-align: left;
		font-size: 1.6em;
		text-decoration: none;
		border-bottom: 1px dotted #97B424;
	}

	#gHeader .menuBox li a img {
		margin-right: 7px;
		width: 25px;
		vertical-align: middle;
		display: inline-block;
	}

	#gHeader .menuBox li:last-child a {
		border-bottom: none;
	}

	/*------------------------------------------------------------
		gNavi
	------------------------------------------------------------*/
	#gNavi {
		display: none;
	}

	/*------------------------------------------------------------
		conts
	------------------------------------------------------------*/
	#conts {
		width: auto;
		float: none;
	}

	/*------------------------------------------------------------
		sideBar
	------------------------------------------------------------*/
	#sideBar {
		margin-top: 20px;
		width: auto;
		float: none;
		display: none;
	}

	#sideBar .sNavi {
		padding: 5px 20px;
	}

	#sideBar .sNavi li {
		padding: 0;
		font-size: 1.4em;
		line-height: 1.7;
	}

	#sideBar .sNavi li span {
		padding: 10px 55px 10px 17px;
		background: url(../images/sp_icon02.png) no-repeat left 17px;
		background-size: 10px 10px;
		border-bottom: 1px dotted #91B071;
	}
	#sideBar .sNavi li a{
		color: #fff;
	}
	#sideBar .sNavi li a:hover {
		background-color: #618D34;
	}

	/*------------------------------------------------------------
		フッター
	------------------------------------------------------------*/
	#gFooter {
		padding: 20px 0 18px;
		background: #9CBC1D;
		overflow: hidden;
	}

	#gFooter .fBox {
		width: auto;
		margin: 0 20px;
	}

	#gFooter .txtBox {
		width: auto;
		float: none;
	}

	#gFooter .txtBox .fLogo {
		margin-bottom: 16px;
	}

	#gFooter .txtBox p {
		line-height: 1.55;
	}

	#gFooter .txtBox .add {
		margin-bottom: 9px;
		font-size: 1.2em;
		line-height: 1.75;
	}

	#gFooter .txtBox .noteList {
		margin-bottom: 2px;
		width: 80%;
	}

	#gFooter .txtBox .noteList li {
		padding-left: 1.3em;
		text-indent: -1.3em;
		line-height: 1.75;
	}

	#gFooter .naviBox {
		display: none;
	}
}

@media all and (min-width: 768px) {
	#gHeader .menuBox {
		display: none !important;
	}
}
