@media screen and (min-width: 960px) and (max-width:1159px){
/*
 IEでcss3-mediaqueries.jsを使用するため、@mediaをCSS内で使用
 また、@charsetは書いてはいけない
*/


body{
	background:#FFFFFF url("../../top/img/bgi_body.gif") no-repeat center 120px fixed;
}

/*** コンテナ ***/
.sn_container{
	position:relative;
	width:960px;
	margin:0px auto 0px auto;
}

/*** ヘッダー ***/
#sn_header{
	width:100%;
	height:85px;
	position:fixed;
	left:0px;
	top:0px;
/*
	background:transparent url("../img/bgi_header.gif") repeat-x left top;
*/
	background-color:#FCFCFC;
	border-bottom:solid 1px #DDD;
	z-index:10000;
}

#sn_util_line{
	position:absolute;
	left:230px;
	top:2px;
	margin:0px;
	width:540px;
	text-align:right;
}

#sn_catchcopy{
	font-size:85%;
	padding:0px 90px 0px 0px;
}

#sn_util_line p{
	display:inline;
}

#sn_util_line input{
	margin:0px 0px 0px 5px;
}

#sn_main_logo{
	width:210px;
	margin:0px 0px 0px 6px;
}

#sn_main_logo a{
	padding:10px 0px 0px 0px;
}

/*** グローバルナビゲーション ***/
#sn_gnav{
	position:absolute;
	left:230px;
	top:23px;
}

#sn_gnav ul{
	margin:0px;
	border:solid 1px #EEE;
}

#sn_gnav li{
	float:left;
	width:90px;
/*
	font-size:93%;
*/
}

#sn_gnav li a{
	height:28px;
	line-height:30px;
	width:90px;
}

.sn_gnav_current,
#sn_gnav li a:hover{
}

/*** 左サブナビゲーション ***/
#sn_snav{
	position:absolute;
	left:0px;
	top:85px;
	background-color:#FCFCFC;
	border-top:solid 1px #EEEEEE;
	border-left:solid 1px #DDD;
	border-right:solid 1px #DDD;
	border-bottom:solid 1px #DDD;
	border-radius:0px 0px 5px 5px;
}

#sn_snav ul{
	width:220px;
	margin:0px;
	padding:0px 0px 10px 0px;
/*
	background:url("../img/bgi_lnav_b.png") no-repeat left bottom;
*/
}

#sn_snav li a{
	padding:0px 0px 0px 0px;
/*
	background:url("../img/bgi_lnav.png") no-repeat left top;
*/
}

#sn_snav li span{
}

#sn_snav .sn_snav_span_2{
}
#sn_snav .sn_snav_span_2 a{
	width:210px;
}


/*** 現在地表示 ***/
#sn_breadcrumb{
	position:absolute;
	left:235px;
	top:62px;
}
#sn_breadcrumb ul{
}

#sn_breadcrumb li{
}

#sn_breadcrumb a{
}

#sn_breadcrumb a:hover{
}

/*** コンタクトエリア ***/
#sn_contact{
	position:absolute;
	left:690px;	/* rightだとIE7でバグ */
	top:5px;
}

#sn_contact p{
}

#sn_contact ul{
	float:right;
}

#sn_contact ul li{
	width:80px;
}

#sn_contact ul a{
	width:80px;
	height:26px;
}

#sn_contact ul a:hover{
}

#sn_contact address{
}

#sn_contact address img{
}

#sn_contact address a{
}


/*** フッター ***/
#sn_footer{
}

#sn_footer_inner{
	padding:25px 30px 10px 30px;
}

#sn_copyright{
}

#sn_copyright p{
	margin:0px 0px 8px 0px;
	border-bottom:solid 1px #CCCCCC;
}

#sn_footer_link{
}

#sn_footer_link a{
}

#sn_footer_link a:hover{
}

.sn_footer_link_list_1 li{
	width:132px;
}

.sn_footer_link_list_1 li.sn_long{
	width:203px;
}


/*** メインコンテンツ ***/
#sn_contents{
	width:770px;
	margin:0px 0px 0px 190px;
}

#sn_contents:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

#sn_contents_inner{
	display:box;
	display:-moz-box;
	display:-webkit-box;
	display: -ms-flexbox;	/* IE10 */
	padding:0px 0px 0px 39px;
	border-left:solid 1px #DDD;
	border-bottom:solid 1px #DDD;
	background-color:rgba(255,255,255,0.9);
	font-size:116%;
}

#sn_contents_full #sn_contents_inner,
.page-template-page_price_list-php #sn_contents_inner{
	display:block;
	border-right:solid 1px #DDDDDD;
}

.sn_section_02_l{
	width:298px;
}

.sn_section_02_r{
	width:182px;
}


/*
#sn_contents_full{
	padding:0px 20px 0px 0px;
}
*/
#sn_contents_full_inner{
	padding:103px 20px 0px 0px;
}

#sn_contents_l,
#sn_contents_r{
	padding-top:103px;
}

#sn_contents_l{
	width:540px;
	margin:0px 20px 0px 0px;
}

#sn_contents_r{
	width:169px;
	background-color:rgba(51,51,51,0.05);
	border-right:solid 1px #DDD;
}

.sn_contents_r_inner{
	padding:0px 9px 0px 10px;
}

#sn_contents_r p{
	margin:0px 0px 10px 0px;
}

#sn_contents_r a{
	color:#666666;
	text-decoration:underline;
}

.sn_list_img img{
	width:100%;
}

/*** プロフィール ***/
.sn_prof_l,
.sn_prof_r{
	padding-bottom:15px;
}

.sn_prof_l{
	float:left;
	width:150px;
}

.sn_prof_l img{
	width:130px !important;
	background-color:#FFFFFF;
	padding:4px;
	border-top:solid 1px #EEEEEE;
	border-right:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
	border-left:solid 1px #EEEEEE;
}

.sn_prof_r{
	float:right;
	width:330px;
}

.sn_prof_r dl{
	font-size:85%;
}

.sn_prof_r dt{
	width:6em;
	font-weight:bold;
}

.sn_prof_r dd{
	margin:0px 0px 10px 7em;
}

.sn_blog_content{
	line-height:180%;
}

.post{
	margin:0px 0px 40px 0px;
}

/*
.post .sn_section_03{
	background-color:#FFFFFF;
}
*/

.post .sn_title_03 a{
	text-decoration:none;
}

.sn_section_01{
	margin:0px 0px 30px 0px;
}

.sn_instructor_index{
	margin-top:-50px;
	padding-top:50px;
}

.post .sn_dl_2col dd p{
	margin-bottom:3px;
}

/*** ニュースRSS ***/
#sn_contents_r #sn_news_rss ul{
	margin:0px !important;
}

#sn_contents_r #sn_news_rss li{
	margin:0px 0px 10px 0px;
	list-style-type:none;
	line-height:1.4em;
}

#sn_contents_r #sn_news_rss li a{
	text-decoration:none;
}

#sn_contents_r #sn_news_rss li a:hover{
	text-decoration:underline;
}



}/*** @mediaの設定 ここまで ***/


