@charset "utf-8";
/* CSS Document */


/*----------------------------------------------------------------------------------------------
 共通パーツ
----------------------------------------------------------------------------------------------*/
.back{position:absolute; z-index:-1;}

/*オブジェクトに影を付ける*/
.sh{
	-moz-box-shadow: 1px 1px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 1px 1px 0px rgba(0,0,0,0.1);
	-ms-box-shadow: 1px 1px 0px rgba(0,0,0,0.1);
}
.radius{border-radius:6px;}

.mgt10{margin-top:10px;}
.mgt30{margin-top:30px;}
.mgl15{margin-left:15px;}
.mgl20{margin-left:20px;}
.mgr0{margin-right:0!important;}
.mgr10{margin-right:10px;}
.mgr15{margin-right:15px;}
.mgr30{margin-right:30px;}
.mgr40{margin-right:40px;}
.mgb5{margin-bottom:5px!important;}
.mgb10{margin-bottom:10px!important;}
.mgb15{margin-bottom:15px;}
.mgb20{margin-bottom:20px!important;;}
.mgb30{margin-bottom:30px;}
.mgb40{margin-bottom:40px;}

.pdb15{padding-bottom:15px!important;}

.contblk {
	width:700px;
	background-color:#fff;
	border-radius:6px;
	-moz-box-shadow: 1px 1px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 1px 1px 0px rgba(0,0,0,0.1);
	-ms-box-shadow: 1px 1px 0px rgba(0,0,0,0.1);
	margin-bottom:40px;
}

.contblk h2{
padding:12px;
color:#fff;
font-size:120%;
font-weight:bold;
	background:url(../images/bg_green.png) 0 0 repeat-x;

	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
    -webkit-border-top-left-radius: 6px;  
    -webkit-border-top-right-radius: 6px;  
    -moz-border-radius-topleft: 6px;  
    -moz-border-radius-topright: 6px;  

	-moz-box-shadow: 0px 1px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 1px 0px rgba(0,0,0,0.1);
	-ms-box-shadow: 0px 1px 0px rgba(0,0,0,0.1);
}

.contblk h2 .more{
	padding-left:20px;
	background:url(../images/arrow01.png) 0 50% no-repeat;
	color:#fff;
	float:right;
	font-size:80%;
	font-weight:normal;
	display:inline-block;
		*display: inline; /*IE*/
		*zoom: 1;         /*IE*/
}

.more{
	background:url(../images/arrow02.png) 0 50% no-repeat;
	padding-left:20px;
	margin-left:10px;
	line-height:2;
}
.contblk .inner{padding:15px;}

.cont_ttl{
	font-size:120%;
	font-weight:bold;
	color:#88a933;
	margin-top:;
	margin-bottom:10px;
}

.subttl{
	font-size:110%;
	font-weight:bold;
	color:#d48412;
	margin-bottom:10px;
}

/*ページ内ナビ用のパディング*/
.pnav_pd{padding-top:15px;}

span.num{
	padding:4px 7px 3px 8px;
	margin-right:10px;
	background-color:#88a933;
	color:#fff;
	font-size:90%;
	border-radius:4px;
}

.point_green{
	padding-left:15px;
	margin-left: 2px;
	background:url(../images/icon_list.png) 0 4px no-repeat;
}

.icon_arrow{
	padding-left:20px;
	margin-left: 2px;
	background:url(../images/arrow01.png) 0 0 no-repeat;
}
.indent{
	padding-left:1em;
	text-indent:-1em;
	display:block;
}
.label2{
	font-size:90%;
	color:#fff;
	display:inline-block; *display:inline; *zoom:1;
	border-radius:4px;
	background-color:#928a5d;
	padding:4px 12px 2px 12px;
	line-height:13px;
	margin-right:10px;
}
/*-----------------------
文字装飾
-----------------------*/
.tx_small{font-size:90%;}
.gray{color:#969175;}
.orange{color:#d48412;}
.green{color:#88a933;}

ul.list li{
	margin-right:15px;
	padding-left:15px;
	background:url(../images/icon_list.png) 0 7px no-repeat;
}
ul.list.inline li{
	display:inline-block;
		*display: inline; /*IE*/
		*zoom: 1;         /*IE*/
}

/*-----------------------
テーブル
-----------------------*/
table.stripe{width:100%;}
table.stripe td{ padding:10px;}
table.stripe th{ padding:10px; font-weight:bold;}
table.stripe tr:nth-child(2n) {    /* 偶数番目(2,4,6……番目) */
	background-color:#f6f6f6;
}
table.stripe tr:nth-child(2n+1) {  /* 奇数番目(1,3,5……番目) */
	background-color:#fcfcfc;
}

/*-----------------------
ボタン
-----------------------*/
.btn_large{
	width:500px;
	display:block;
	padding:15px 0;
	margin:30px auto 0 auto;
	text-align:center;
	background-color:#a1c24c;
	border-radius:6px;
	-moz-box-shadow: 1px 1px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 1px 1px 0px rgba(0,0,0,0.1);
	-ms-box-shadow: 1px 1px 0px rgba(0,0,0,0.1);

	color:#fff;
	text-decoration:none;
	font-size:110%;
	font-weight:bold;
	text-shadow:1px -1px 0 #888;
}
.btn_medium{
	width:200px;
	display:inline-block;
		*display: inline; /*IE*/
		*zoom: 1;         /*IE*/
	padding:15px 0;
	text-align:center;
	background-color:#a1c24c;
	border-radius:6px;
	-moz-box-shadow: 1px 1px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 1px 1px 0px rgba(0,0,0,0.1);
	-ms-box-shadow: 1px 1px 0px rgba(0,0,0,0.1);

	color:#fff;
	text-decoration:none;
	font-size:110%;
	font-weight:bold;
	text-shadow:1px -1px 0 #888;
}
.btn_large:hover,
.btn_medium:hover{background-color:#afcf5d;}
.btn_large:hover{background-color:#afcf5d;}

.label{
	font-size:90%;
	color:#fff;
	float:left;
	border-radius:4px;
	background-color:#928a5d;
	padding:4px 12px 2px 12px;
	line-height:13px;
	margin-right:10px;
}


/*-----------------------
リスト
-----------------------*/
ul.normal{ padding-left:20px;}
ul.normal li{ list-style:disc; list-style-position:outside;}

.bold{font-weight:bold;}

/*----------------------------------------------------------------------------------------------
 詳細 / 投稿用
----------------------------------------------------------------------------------------------*/
.entry_area{}
.entry_area h3.underline{
	font-weight:bold;
	font-size:140%;
	padding-bottom:5px;
	border-bottom:1px dashed #888;
	margin:0 0 10px 0;
	color:#00aaff;
}

.entry_area h4{
	font-weight:bold;
/*	font-size:120%;*/
	margin:0 0 5px 0;
}

.entry_area blockquote{
	background:url(../images/icon_blockquote.png) 15px 15px no-repeat;
	background-color:#eee;
	padding:20px 20px 20px 65px;
	margin:20px 0 ;
}

/*リスト関係*/
.entry_area ul{margin:10px 0 10px 15px;}
.entry_area ol{margin:10px 0 10px 20px;}

.entry_area ul.disc li{ list-style-type:disc; list-style-position:inside;}
.entry_area ol.decimal li{ list-style-type:decimal; list-style-position:outside;}

/*画像寄せ*/
img.alignnone { display:block; margin:0 0 20px 0;}
img.aligncenter { display:block; margin:0 auto 20px auto;}
img.alignright { margin: 7px 0 20px 30px; display: inline;}
img.alignleft { margin: 7px 30px 20px 0; display: inline;}
.alignright { float: right;}
.alignleft { float: left;}


/* -----------------------------------------------------------------------------------------------------
 パンくず
-----------------------------------------------------------------------------------------------------*/
.breadcrumb{
	width:940px;
	margin:20px auto;
	padding-left:20px;
	background:url(../images/icon_home.png) 0 0 no-repeat;
	color:#474224;
}
.breadcrumb a{color:#474224; text-decoration:none;}
.breadcrumb a:hover{text-decoration:underline;}
.breadcrumb .current{ font-weight:normal; color:#aa9a6d;}


/* -----------------------------------------------------------------------------------------------------
 ページ送り
-----------------------------------------------------------------------------------------------------*/
.wp-pagenavi{
	margin-top:20px;
	margin-bottom:10px;
	text-align:center;
}
.wp-pagenavi .current{
	padding:4px 6px 4px 8px;
	border-radius:4px;
	margin-right:5px;
	background-color:#88a933;
	color:#fff;	
}
.wp-pagenavi .page,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink{
	padding:4px 6px 4px 8px;
	border-radius:4px;
	margin-right:5px;
	background-color:#d6d5cd;
	text-decoration:none;
}
.wp-pagenavi a{ color:#fff;}
.wp-pagenavi a:hover{background-color:#88a933;}


/*----------------------------------------------------------------------------------------------
 ヘッダー
----------------------------------------------------------------------------------------------*/
#header .inner{ width:980px; margin:0 auto; position:relative;}
#header .site_desc{
	color:#fff;
	float:right;
	font-size:100%;
	width:500px;
	text-align:right;
	margin-top:20px;
}

.logo{ position:absolute; left:-25px;}
#header .btn_area{ float:right; margin-top:20px;}
.hdr_btnmg{
	margin:8px 15px 0 0;
	display:inline-block;
		*display: inline; /*IE*/
		*zoom: 1;         /*IE*/
}

/*----------------------------------------------------------------------------------------------
 フッター 
----------------------------------------------------------------------------------------------*/
.bgtop_green{
	width:100%;
	height:2px;
	background:url(../images/bgtop_01.png) 0 0 repeat-x;
	position:absolute;
	top:-2px;
}

.pagetop{
	width:980px;
	background:url(../images/footer_bird.png) 0 0 no-repeat;
	height:44px;
	position:absolute;
	bottom:0;
	z-index:1;
	padding-top:50px;
}

/*フッターナビ*/
#footer .inner{ width:980px; margin:0 auto; padding:25px 0 28px 0;}

#footer .fnav{
	color:#fff;
	text-align:center;
	font-size:12px;
	cursor:default;
}
#footer .fnav a{color:#fff; text-decoration:none;}
#footer .fnav a:hover{text-decoration:underline;}

.part{margin:0 8px;}

/*白エリア*/
#footer .bgtop_white{
	width:100%;
	height:2px;
	background:url(../images/bgtop_02.png) 0 0 repeat-x;
	position:absolute;
	top:-2px;
}
#footer .ftr_white{background-color:#fff; position:relative;}
.line_lr{
	padding-right:11px;
	padding-left:11px;
	margin-right:11px;
	margin-left:11px;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
}

/*コピーライト*/
#footer .bgtop_baige{
	width:100%;
	height:2px;
	background:url(../images/bgtop_03.png) 0 0 repeat-x;
	position:absolute;
	top:-2px;
}
#footer .ftr_baige{background-color:#e3dccf; position:relative;}
#footer .ftr_baige .inner{padding:15px 0;}



/*----------------------------------------------------------------------------------------------
 グローバルナビ
----------------------------------------------------------------------------------------------*/
#nav {}
#nav ul{ width:980px; height:62px; margin:0 auto;}
#nav ul li{ text-indent:-9999px; float:left;}
#nav ul li a{display:block; height:62px;}
#nav ul li.nav01 a{ background:url(../images/nav.png) 0 0 no-repeat; width:325px;}
#nav ul li.nav02 a{ background:url(../images/nav.png) -325px 0 no-repeat; width:137px;}
#nav ul li.nav03 a{ background:url(../images/nav.png) -462px 0 no-repeat; width:138px;}
#nav ul li.nav04 a{ background:url(../images/nav.png) -600px 0 no-repeat; width:175px;}
#nav ul li.nav05 a{ background:url(../images/nav.png) -775px 0 no-repeat; width:185px;}

/*ロールオーバー時*/
#nav ul li a:hover{ background-image:url(../images/nav_o.png);}

/*bodyIDでオーバー維持*/
body#top .nav ul li.nav01 a{ background:url(../images/nav_o.png) 0 0 no-repeat; width:325px; height:52px;}
body#price .nav ul li.nav02 a{ background:url(../images/nav_o.png) -325px 0 no-repeat; width:137px; height:52px;}
body#coupon .nav ul li.nav03 a{ background:url(../images/nav_o.png) -462px 0 no-repeat; width:138px; height:52px;}
body#style .nav ul li.nav04 a{ background:url(../images/nav_o.png) -600px 0 no-repeat; width:175px; height:52px;}
body#shop .nav ul li.nav05 a{ background:url(../images/nav_o.png) -775px 0 no-repeat; width:185px; height:52px;}


/*----------------------------------------------------------------------------------------------
 サイドコンテンツ
----------------------------------------------------------------------------------------------*/
/*-----------------------
サイドナビ
-----------------------*/
.pagemenu{
	background-color:#fff;
	border-radius:6px;
	-moz-box-shadow: 1px 1px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 1px 1px 0px rgba(0,0,0,0.1);
	-ms-box-shadow: 1px 1px 0px rgba(0,0,0,0.1);
	margin-bottom:20px;
}
.pagemenu .ttl{
	padding:5px 12px;
	color:#fff;
	font-size:110%;
	font-weight:bold;
	
		background:url(../images/bg_green.png) 0 0 repeat-x;
	
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
		-webkit-border-top-left-radius: 6px;  
		-webkit-border-top-right-radius: 6px;  
		-moz-border-radius-topleft: 6px;  
		-moz-border-radius-topright: 6px;  
	
		-moz-box-shadow: 0px 1px 0px rgba(0,0,0,0.1);
		-webkit-box-shadow: 0px 1px 0px rgba(0,0,0,0.1);
		-ms-box-shadow: 0px 1px 0px rgba(0,0,0,0.1);
}
.pagemenu ul.common{padding:5px 10px 5px;}
.pagemenu ul.common li{
	font-size:90%;
	/*margin-right:12px;*/
	margin-top:5px;
	margin-bottom:10px;
	padding-left:15px;
	background:url(../images/icon_list02.png) 0 4px no-repeat;
	display:block;
	
}

/*-----------------------
コースのサイドナビ
-----------------------*/
.pagemenu .course_parent_name{
	background:url(../images/bg_cotton03.png) 0 0 repeat;
	padding:10px 10px;
	margin-bottom:5px;
}

.pagemenu .course_name{
	background:#f2f2f2;
	padding:5px 10px;
	margin-bottom:5px;
	margin-left:15px;
	
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;  
    -webkit-border-bottom-left-radius: 4px;  
    -moz-border-radius-topleft: 4px;  
    -moz-border-radius-bottomleft: 4px; 
}
.pagemenu .course_parent_name a{color:#5D5210;}


.pagemenu .course_type{
	color:#fff;
	background-color:#928a5d;
	padding:3px 4px 1px 6px;
	margin-left:20px;
	border-radius:3px;
	font-size:11px;
}

.pagemenu ul.course_nav{
	margin-left:35px;
	padding-bottom:10px;
}
.pagemenu ul.course_nav li{
	font-size:12px;
	margin-bottom:3px;
	width:175px;
	list-style-type:disc;
	background:none;
	color:#88a933;
}


/*----------------------------------------------------------------------------------------------
 TOP
----------------------------------------------------------------------------------------------*/
/*講座と実習で学ぶ～ブロック*/
.top_mainblank {
	width:950px;
	height:10px;
/*	background:url(../images/top_mainimg_bg.png) 0 0 no-repeat; */
	margin:10px 0;
	padding-top:80px;
	padding-left:30px;
}

.top_mainimg .desc{
/*	font-size:110%;*/
	margin-bottom:30px;
	margin-left:5px;
	line-height:200%;
	color:#614109;
}

.recommend_job{
	padding:20px 15px 15px ;
	background:url(../images/bg_cotton02.png) 0 0 repeat;
	position:relative;
}

.recommend_job ul li{
	margin-right:12px;
	margin-top:5px;
	padding-left:13px;
	background:url(../images/icon_list.png) 0 7px no-repeat;
	display:inline-block;
		*display: inline; /*IE*/
		*zoom: 1;         /*IE*/
}
.recommend_job .osusume{
	width:123px;
	height:30px;
	top:-10px;
	left:5px;
	text-indent:-9999px;
	background:url(../images/tx_recommend.png) 0 0 no-repeat;
	position:absolute;
}


ul.news{ margin-top:5px;}
ul.news li{ margin-bottom:15px; border-bottom:1px dashed #aaa; padding-bottom:15px;}
ul.news li.listend{ margin-bottom:15px; border:0; padding:0;}
ul.news li .thumbnail{ float:left; margin-right:20px;}
ul.news li .txt_area{ padding-top:5px; display:table;}
ul.news li .post_param{ margin-bottom:10px;}
ul.news li .post_name{ font-size:110%; line-height:1.4;}

.date{color:#888; float:left; margin-right:15px;}
.ent_type{
	font-size:90%;
	color:#fff;
	float:left;
	border-radius:4px;
	background-color:#928a5d;
	padding:4px 12px 2px 12px;
	line-height:13px;
	margin-right:15px;
}


/*コース紹介*/
.baige_blk{
	border-radius:6px;
	background-color:#f9f8f2;
	padding:15px;
	margin-bottom:15px;
}

.baige_blk .ttl_orange.intop{
	display:inline-block;
		*display: inline; /*IE*/
		*zoom: 1;         /*IE*/
	font-size:100%;
	margin-bottom:10px;
}


.course_desc{color:#d38530;}

table.course_top{ width:100%;}
table.course_top th,
table.course_top td{ padding-bottom:0;}

table.course_top th{ width: 130px;}

.border{border-bottom:1px dashed #aaa; padding-bottom:15px;}
.border02{border-bottom:1px dashed #aaa; padding-bottom:40px;}

table.course_top .course_type{ padding-top:15px;}

table.course_top .course_type p{
	padding-left:20px;
	font-weight:bold;
	font-size:110%;
	height:32px;
}

.icon_pen{background:url(../images/icon_pen.png) 15px 0px no-repeat;}
.icon_cook{background:url(../images/icon_cook.png) 15px 0px no-repeat;}


table.course_top .couse_item{padding-top:10px;}

table.course_top .couse_item ul li{
	margin-right:15px;
	margin-top:5px;
	padding-left:13px;
	background:url(../images/icon_list.png) 0 7px no-repeat;
	display:inline-block;
		*display: inline; /*IE*/
		*zoom: 1;         /*IE*/
}

.section_blk{ margin-bottom:30px; padding-top:10px;}

.fb_cont{ background:#fff; border-radius:6px; padding:15px; text-align:center; background:url(../images/bg_cotton.png) 0 0 repeat; background-size:150px auto;}
.fb_cont iframe{}


/*----------------------------------------------------------------------------------------------
 about
----------------------------------------------------------------------------------------------*/
.cont_ttl02{
	padding:7px 15px;
	margin-bottom:15px;
	font-size:120%;
	font-weight:bold;
	color:#5d5210;
	background:url(../images/bg_cotton03.png) 0 0 repeat-x;
	border-radius: 6px;
}

/*枠付きイメージ*/
.circle_img{ width:142px; height:142px; position:relative;}
.circle_img .frame{ width:142px; height:142px; position:absolute; top:0; left:0; z-index:2;}
.circle_img .inner{ padding:0; width:142px; height:142px; position:absolute; top:0; left:0; z-index:1;}
.circle_img .name{ padding:0; position:absolute; bottom:-25px; left:20px; text-align:center; z-index:3;}

/*----------------------------------------------------------------------------------------------
 お知らせ詳細
----------------------------------------------------------------------------------------------*/
.ent_header{ border-bottom:1px dashed #aaa; padding:5px 0; margin-bottom:20px;}
.ent_header .option_area{ margin-bottom:15px;}
.ent_header .cont_ttl{font-size:160%; }

.minh400{min-height:400px;}

.fix_image{
    clear: both;
    float: right;
    margin-bottom: 20px;
    margin-left: 30px;
    margin-top: 10px;
}

/*----------------------------------------------------------------------------------------------
 コース一覧
----------------------------------------------------------------------------------------------*/
.icon_i{ padding-left:28px; background:url(../images/icon_i.png) 0 50% no-repeat;}

.ttl_orange{
	padding:6px 10px;
	font-size:120%;
	font-weight:bold;
	color:#fff;
	margin-bottom:20px;
	border-radius:6px;
	background:url(../images/bg_orange.png) 0 0 repeat;
}
.ttl_orange a{ color:#fff; text-decoration:none;}
.ttl_orange a:hover{ text-decoration:underline;}

.course_type01{
	width:100px;
	border-radius:6px;
	text-align:center;
	background-color:#eae6cf;
	font-weight:bold;
	font-size:110%;
	padding:8px 5px 5px 5px;
	margin-bottom:10px;
}
.icon_pen02{
	background:url(../images/icon_pen.png) 0 0 no-repeat;
	display:inline-block;
		*display: inline; /*IE*/
		*zoom: 1;         /*IE*/
	padding-left:35px;
	height:26px;
	padding-top:2px;
}
.icon_cook02{
	background:url(../images/icon_cook.png) 0 0 no-repeat;
	display:inline-block;
		*display: inline; /*IE*/
		*zoom: 1;         /*IE*/
	padding-left:35px;
	height:26px;
	padding-top:2px;
}

/*----------------------------------------------------------------------------------------------
 コース詳細
----------------------------------------------------------------------------------------------*/
.course_detail .cont_ttl{ width:540px; clear:none;}

/*----------------------------------------------------------------------------------------------
 問い合わせ
----------------------------------------------------------------------------------------------*/
.contact table{ width:100%;}
.contact table tr:hover{background-color:#fff!important;}

.contact table th{
	 width:30%;
	 border-bottom:1px dashed #ccc;
	 padding:15px 20px 15px 0;
}

.contact table td{
	 border-bottom:1px dashed #ccc;
	 padding:15px 0;
}


.contact table input[type="text"]{
	width:70%;
	border:1px solid #ddd;
	padding:4px
}

.contact table select{
	width:40%;
	border:1px solid #ddd;
	padding:4px
}


.contact table textarea{
	width:94%;
	min-height:200px;
	border:1px solid #ddd;
	padding:4px
}


.contact .radio_blk input,
.contact .check_blk input{
	display:inline;
	vertical-align:middle;
	margin-right:4px;
}

/*ボタン*/
.contact .submit-container{text-align:center;}
.contact .submit-container input[type="submit"],
.contact .submit-container .fbtn{
	width:200px;
	display:inline-block;
		*display: inline; /*IE*/
		*zoom: 1;         /*IE*/
	padding:15px 0;
	margin:30px 20px 20px 0;
	cursor:pointer;
/*	background:url(../images/arrow01.png) 30% 50% no-repeat;*/

	background-color:#a1c24c;
	border:0;
	border-radius:6px;
	-moz-box-shadow: 1px 1px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 1px 1px 0px rgba(0,0,0,0.1);
	-ms-box-shadow: 1px 1px 0px rgba(0,0,0,0.1);

	color:#fff;
	text-decoration:none;
	font-size:120%;
	font-weight:bold;
	text-shadow:1px -1px 0 #888;
}

.contact .submit-container .fbtn.gray{background-color:#a1c24c;}

.contact .submit-container input[type="submit"]:hover,
.contact .submit-container .fbtn:hover{background-color:#afcf5d;}

/*グレー*/
.contact .submit-container .fbtn.gray{background-color:#ccc;}
.contact .submit-container .fbtn.gray:hover{background-color:#ddd;}

/*確認画面の戻るボタン*/
#confirm-button input[name="return-to-input"]{background-color:#ccc;}
#confirm-button input[name="return-to-input"]:hover{background-color:#ddd;}

/*---------------------------
firefoxでクリック時の点線消す
---------------------------*/
.contact .submit-container input[type="submit"]::-moz-focus-inner{border :0px;}
.contact .submit-container .fbtn::-moz-focus-inner{border :0px;}


textarea:focus,input[type="text"]:focus{
	-moz-box-shadow: 0px 0px 2px #C8F200;
	-webkit-box-shadow: 0px 0px 2px #C8F200;
	-ms-box-shadow: 0px 0px 2px #C8F200;
}

.contact span.require{
	margin:0!important;
	font-size:88%;
	color: red;
}


.mf_tx{margin-bottom:20px;}

.mf_cont_ttl{
	font-size:120%;
	font-weight:bold;
	color:#88a933;
	margin-top:20px;
	margin-bottom:10px;
}

.mf_address_box{
	padding:20px;
	border:1px solid #ddd;
	margin:30px 0;
}

.mf_comptx{
	width:400px;
	margin-left:85px;
	margin-bottom:20px;
}


/*----------------------------------------------------------------------------------------------
 申し込みフォーム
----------------------------------------------------------------------------------------------*/
.contact .radio_iblk{
	display:inline-block;
		*display: inline; /*IE*/
		*zoom: 1;         /*IE*/
	margin-right:15px;
}

.contact .radio_iblk input{
	display:inline;
	vertical-align:middle;
}

.contact .check_blk{margin-bottom:5px;}
.contact .check_blk label{cursor:pointer;}


table.ef th,table.ef td{
}


.notice{color:#FF0000;}


.bdr_no{border:0!important;}
.pd_no{padding:0!important;}
.mg_no{margin:0!important;}

.ef_ttlmg{margin:20px 0 0 0!important;}


/*----------------------------------------------------------------------------------------------
 サイトマップ
----------------------------------------------------------------------------------------------*/
.sitemap_cont{
	width:320px;
	float:left;
}

.sitemap_cont .item{
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px dashed #ccc;
}

.sitemap_cont ul.list li{margin-bottom:10px;}
.sitemap_cont ul.list li a{color:#5D5210;}


.sitemap_cont .cont_ttl02 {
	font-size:100%;
	margin-bottom:20px;
	display:block;
	text-decoration:none;
}

.sitemap_cont .cont_ttl02:hover{text-decoration:underline;}

img#wpstats{display:none}

/*----------------------------------------------------------------------------------------------
 会場のごあんない
----------------------------------------------------------------------------------------------*/
.map iframe{ width:100%; height:340px; margin-top:20px;}

/*----------------------------------------------------------------------------------------------
 右カラムバナー
----------------------------------------------------------------------------------------------*/
ul.main_bnr{ margin-bottom:10px;}
ul.main_bnr li{ float:left; margin-right:15px; margin-bottom:15px; width:342px;}


/*----------------------------------------------------------------------------------------------
 受講申し込み
----------------------------------------------------------------------------------------------*/
.courseWrap { margin-bottom:30px;padding:15px 15px 5px 15px; background:#f4f4f4;}
.courseWrap .item { margin-bottom:15px; padding-left:10px;}
.catName01 { font-size:1.6em; margin-bottom:5px; font-weight:bold;}
.courseWrap .catName02 { margin-bottom:8px; margin-left:-10px;}
.courseWrap .catName02 .tx{ background:#ca7326; border-radius:4px; padding:2px 20px; box-sizing:border-box; display:inline-block; color:#fff; font-weight:bold;}
.courseWrap .catName02 .desc { margin-top:6px; color:#777;}
.contact .courseWrap table { margin-top:-1px; background:#fff;}
.courseWrap table td.check { width:40px; text-align:center;}
.courseWrap table td.day { width:120px; text-align:right; border-left:0!important;}
.contact .courseWrap label { cursor:pointer;}
.course_desc { margin: 15px 0; padding: 10px 15px; background-color: #f5f5f5;}


