@charset "utf-8";
/* CSS Document 全共通css*/

/* リセット */
html {
	background-color: #FFF;
}
body {
	background-image: url(../images/header/bg.jpg);
	background-position: center top;
	background-repeat: repeat-x;
}
body.top {
	background-image: url(../images/header/bg_top.jpg);
	background-position: center top;
	background-repeat: repeat-x;
}
body, td, th {
	margin: 0;
	padding: 0;
	color: #736b57;
	line-height: 1.7em;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
	font-size: 12px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}
dl, dt, dd, ol, ul, li, p {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
}
/* インライン要素をブロック要素に指定 旧firefoxなど */
article, aside, figure, figcaption, details, footer, header, hgroup, nav, section, summary {
	display: block;
}
strong {
	font-weight: bold;
	font-style: normal;
}
strong span {
	color:#469500;
}
strong.red {
	font-weight: normal;
	color: #e63200;
}
strong.blue {
	font-weight: normal;
	color: #0032e6;
}
strong.green {
	font-weight: normal;
	color: #178a38;
}
strong.orange {
	font-weight: normal;
	color: #ff7200;
}
em {
	color: #e63200;
s font-style:normal;
}
.font_s {
	font-size: 86%;
}
.font_l {
	font-size: 115%;
}
.bold {
	font-weight: bold;
}
.red {
	color: #950027;
}
.green {
	color: #326a44;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.photo_right {
	float: right;
	margin-left: 20px;
}
.photo_left {
	float: left;
	margin-right: 20px;
}
.lefter {
	float: left;
}
.righter {
	float: right;
}
a {
	color:#349200;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	font-weight:bold;
}
img {
	border: none;
}
.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/  
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */  

/* float背景のバグ処理 */
.clearfix {
	overflow: hidden;
}
/* float背景のバグ処理 IE */
* html .clearfix {
	zoom: 1;
}
/* 画像リンク */ /*色つきはサイズ注意*/
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
/* 画像リンク */ /*オーバー用透過なし*/
a:hover img.noopa {
	opacity: 1.0;
	filter: alpha(opacity=100);
}
/*PC非表示*/


/* 基本レイアウト */
#wrapper {
	width: 100%;
	margin: 0 auto;
}
#container {
	width: 960px;
	margin: 0 auto;
}
#header {
	width: 960px;
	height:95px;
	margin: 0 auto 0 auto;
}
#gnav {
	width: 960px;
	height: 50px;
	margin: 0 auto 8px auto;
}
#contents {
	width: 960px;
	margin: 0 auto;
}
#contents #main {
	float:right;
	width:696px;
	overflow:hidden;
}
#contents #sidenav {
	float:left;
	width:246px;
}
#footer {
	width: 100%;
	margin-top:50px;
	padding:20px 0;
	background-color:#f4f3ef;
	border-top:solid 1px #e7d8bf;
}
/* 以上基本レイアウト */


/*ヘッダー*/
#header h1 {
	float:left;
	width: 243px;
}
#header #header_nav {
	float:right;
	/*margin-top:19px; 161202-h2追加より変更*/
	margin-top: 7px;
}

/* -- 追加161202 --*/
#header #header_nav h2 {
	margin: 0 0 8px;
	padding: 0;
	text-align: right;
	line-height:1.2;
	color: #698C00;
	letter-spacing: -0.02em;
	width: 717px;
	font-size: 10px;
	-webkit-transform:scale(0.9);
	-moz-transform:scale(0.9);
	-ms-transform:scale(0.9);
	-o-transform:scale(0.9);
	transform:scale(0.9);
	-webkit-transform-origin:right;
	-moz-transform-origin:right;
	-ms-transform-origin:right;
	-o-transform-origin:right;
	transform-origin:right;
}

#header #header_nav .btn {
	float:right;
	margin-left:3px;
	background-color:#FFF;
	line-height:0;
}
/*/ヘッダー*/

/*グローバルメニュー*/
#gnav li {
	list-style:none;
	float:left;
	height: 50px;
}
#gnav li img {
	height: 50px;
}
#gnav a:hover {
}
/*/グローバルメニュー*/


/*サイドナビ*/
#sidenav .entry_list_waku {
	width:247px;
	/*margin-bottom:11px;*/
	margin-bottom:8px;
	background-image:url(../images/sidenav/bg_mdl.png);
	background-repeat:repeat-y;
}
#sidenav .entry_list_waku .tit {
	padding-top:5px;
	background-image:url(../images/sidenav/bg_top.png);
	background-position:center top;
	background-repeat:no-repeat;
	text-align:center;
	line-height:0;
}
#sidenav .entry_list_waku .entry_list {
	width:237px;
	margin:0 auto;
	color:#766954;
}
#sidenav .entry_list_waku .entry_list a:hover {
	font-weight:bold;
}
#sidenav .entry_list_waku .entry_list .entry {
	width:227px;
	padding:7px 5px;
	background-image:url(../images/sidenav/bar.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	line-height:18px;
}
#sidenav .entry_list_waku .entry_list .entry .photo {
	float:left;
	width:48px;
	border:solid 1px #dfd7ca;
	margin-right:6px;
	line-height:0;
}
#sidenav .entry_list_waku .entry_list .entry .entry_tit {
	float:left;
	width:170px;
}
#sidenav .entry_list_waku .entry_list .entry .entry_tit .date {
	font-size:10px;
	line-height:14px;
	color:#766954;
}
#sidenav .entry_list_waku .entry_list .entry .entry_tit .course {
	font-size:10px;
	line-height:14px;
}
#sidenav .entry_list_waku .entry_list_btn {
	padding:5px 0 9px 0;
	background-image:url(../images/sidenav/bg_btm.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	text-align:center;
	line-height:1;
}
#sidenav .entry_list_btm {
	height:9px;
	line-height:0;
}
#sidenav .entry_list_waku .entry_list dl {
	margin:0 10px;
	padding:7px 5px;
	background-image:url(../images/sidenav/bar.png);
	background-position:center bottom;
	background-repeat:no-repeat;
}
#sidenav .entry_list_waku .entry_list dl.last {
	background-image:none;
}
#sidenav .entry_list_waku .entry_list dl dt {
	font-weight:bold;
	color:#a09b8f;
}
#sidenav .entry_list_waku .entry_list dl dd {
	margin-left:12px;
	line-height:1.5em;
}


#sidenav .ban01 {
	width:247px;
	margin-bottom:5px;
}
#sidenav .ban02 {
	width:247px;
}
#sidenav .block {
	margin-bottom:20px;
}
#sidenav .twitter {
	margin-top:20px;
}


#sidenav .banner-column {
	box-sizing: border-box;
	width: 247px;
	height:70px;
	margin-bottom: 8px;
	background:transparent url(../images/sidenav/bg_bnr-column01.png) no-repeat;
	padding:12px 0 0 85px;
	line-height: 20px;
	font-size: 12px;
}
#sidenav .banner-column a {
		display: block;
}

/*/サイドナビ*/



/*フッター*/
#pagetop {
	width: 890px;
	height: 30px;
	margin: 0 auto 0 auto;
	text-align: right;
	line-height: 30px;
}
#pagetop a {
	color:#fff;
	font-weight:bold;
}
#footer #footer_inside {
	width: 960px;
	margin:0 auto;
}
#footer #footer_logo {
	float:left;
	width:243px;
}
#footer #footer_nav {
	float:left;
	width: 710px;
	color:#81745f;
	line-height:2.5em;
}
#footer #footer_nav a {
	color: #81745f;
	margin-bottom:10px;
	width:980px;
	margin: 0 auto;
	text-decoration:none;
}
#footer #footer_nav a:hover {
	text-decoration:underline;
	font-weight:normal;
}
/*/フッター*/


.pagetop {
	clear: both;
	margin: 15px auto;
	text-align: right;
}
