@charset "utf-8";
html,body {
  height: 100%;
}
body {
	margin: 0;
	padding: 0;
	color: #000;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 14px;
	line-height: 24px;
}

.red { color:#E70123; }

.orange {
	color:#F25500;
}

.blue { color:#1205FA; }

.font_small {
	font-size:10px;
}

.border {
	border: 1px solid #CCC; }
	
/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding: 0px;
}

h1 {
	font-size:12px;
	font-weight:normal;
	margin-bottom:3px;
}

h2 {
	margin-bottom:0px;
}

h3 {
	margin-bottom:20px;
}

h4 {
	margin-bottom:15px;
	font-size: 14px;
	color: #F90;
}

p {
	margin-bottom:15px;
}

a img {
	border: none;
}

a:link {
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	text-decoration: none;
}

#container {
	width: 100%;
	height: 100%;
	min-height: 100%;
}

#sub_container {
	width: 100%;
	background-color: #f4f5fd;
}

body > #container {
	height: auto;
}

#footer {
	width:100%;
	text-align:center;
	clear: both;
	padding-bottom: 15px;
	background-color: #000000;
	padding-top: 2px;
}

.footer_area {
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
	text-align:center;
	color: #FFF;
	width: 100%;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}


.footer_area a:link {
	text-decoration: underline; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
	color: #FFF;
}
.footer_area a:visited {
	text-decoration: underline;
	color: #FFC;
}

p {
	margin-top:0px;
	margin-bottom:15px;
}

.content {
	text-align: left;
	width: 1060px;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	overflow: hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.main_content {
	text-align: left;
	width: 1080px;
	padding: 10px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/content_bg2.jpg);
	background-repeat: repeat-y;
	vertical-align: top;
	clear: both;
}

.sub_content {
	text-align: left;
	width: 960px;
	padding: 10px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/content_bg.jpg);
	background-repeat: repeat-y;
	vertical-align: top;
	clear: both;
}


.main {
	width:690px;
	float:left;
	padding-bottom: 20px;
}

.side {
	width:225px;
	margin-left:20px;
	float:left;
}


/* ~~ その他の float/clear クラス ~~ */
.fltrt {
	float: right;
	margin-left: 8px;
}

.fltlft {
	float: left; 
}

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.align_center {
	text-align:center;
}

.inner_center { margin:0 auto; 
}

.ml5 {
	margin-left:5px;
}

.ml10 {
	margin-left:10px;
}

.ml15 {
	margin-left:15px;
}

.ml20 {
	margin-left:20px;
}

.ml25 {
	margin-left:25px;
}

.ml30 {
	margin-left:30px;
}

.m5 {
	margin-top:5px;
}

.m10 {
	margin-top:10px;
}

.m15 {
	margin-top:15px;
}

.m20 {
	margin-top:20px;
}

.m25 {
	margin-top:25px;
}

.m30 {
	margin-top:30px;
}

.m40 {
	margin-top:40px;
}

.center {
	text-align:center;
}

#top_header {
	width:100%;
	text-align:center;
	padding-bottom: 3px;
	padding-top: 3px;
}

#top_header_area {
	width:980px;
	overflow:hidden;
	text-align:left;
	margin-right: auto;
	margin-left: auto;
}

#top_logo_area {
	width: 600px;
	float: left;
	margin-left: 50px;
	text-align: right;
}


#top_sub_area {
	float: right;
	text-align: right;
	padding-top: 015px;
	padding-right: 10px;
}

#header {
	width:100%;
	text-align:center;
	padding-bottom: 3px;
	padding-top: 5px;
	background-color: #FFFFFF;
}

#top_header_area {
	width:980px;
	overflow:hidden;
	text-align:left;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/logo.jpg);
	height: 160px;
	background-repeat: no-repeat;
	background-position: bottom;
}

#header_area {
	width:980px;
	overflow:hidden;
	text-align:left;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/logo.jpg);
	height: 180px;
	background-repeat: no-repeat;
	background-position: bottom;
}

#logo_area {
	width: 430px;
}

#localnavigation {
	float:left;
	clear:both;
	width: 330px;
}

#localnavigation li{
	list-style:none;
	float:left;
	background-image: url(images/navi_1.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 3px;
}

.privacy {
	width:80px;
}

#main_area {
	width:100%;
	text-align:center;
	height:289px;
	background-image: url(images/head_main_bg.jpg);
	background-repeat: repeat-x;
}

#submain_area {
	width:940px;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	overflow: hidden;
}

#gl_container {
	width:100%;
	background-image: url(images/global_bg.png);
	background-repeat: repeat-x;
	text-align: center;
}

#sgl_container {
	width:100%;
	text-align: center;
	background-color: #000000;
	height: 48px;
	z-index:200;
}


#globalnavigation {
	width: 1120px;
	margin-left: auto;
	margin-right: auto;
	height: 48px;
	z-index: 200;
}

#globalnavigation ul{
	text-align:left;
}

#globalnavigation li{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	text-align:center;
	position: relative;
	border:none;
	display: block;
	height: 48px;
	z-index:200;
}

#globalnavigation ul li ul {
	display: none;
	position: absolute;
	top: 48px;
	left: 0;
}
#globalnavigation ul li ul li {
	float: none;
	font-size: 12px;
	line-height: 0;
	height:40px;
	z-index:200;
}
#globalnavigation ul li ul li a {
	display: block;
	color: #ffffff;
	padding: 10px 5px;
	line-height: normal;
	border-top: 1px solid #ffffff;
	text-decoration: none;
	text-align: center;
	background-color: #000000;
	opacity:0.7;
	width:170px;
}
#globalnavigation ul li ul li a:hover {
	background-color: #000000;
	opacity:0.8;
}
.side_navigation li{
	list-style:none;
	margin:0;
	padding:0;
}

.text_area {
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 10px;
	padding-bottom: 20px;
	overflow: hidden;

}

.banner {
	margin-bottom:15px;
}

.news_area {
	width:350px;
	overflow:hidden;
	padding:5px;
	height: 143px;
	margin-top: 15px;
	background-image: url(images/news_bg.png);
	background-repeat: no-repeat;
}

.news_box {
	width:350px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	margin-top: 3px;
	font-size: 86%;
}

.contact_area {
	width:290px;
	overflow:hidden;
	margin-left: 25px;
	padding-top: 5px;
}

.top_tel {
	float:right;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E7E7E7;
}

.company_detail {
	width:95%;
	background-color:#BFCDDB;
	border:0;
}

.c_left {
	width:130px;
	padding:10px;
	background-color: #DEEEF1;
}

.f_left {
	width:130px;
	padding:10px;
	background-color: #F0EDE1;
}

.c_right {
	padding:10px;
	background-color: #FFFDFB;
}

.media_title {
	width:660px;
	font-size: 16px;
	line-height: 24px;
	background-image: url(media/images/media_title.jpg);
	background-repeat: no-repeat;
	padding-left: 32px;
	height: 32px;
	font-weight: normal;
	color: #000066;
}

.flow_box {
	width:680px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #D0CEC6;
	border-right-color: #D0CEC6;
	border-bottom-color: #D0CEC6;
	overflow: hidden;
}

.flow_box p{
	margin-bottom:0px;
}

.flow_text {
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	width:545px;
	float:left;
}

.flow_text2 {
	padding-top:10px;
	padding-bottom:8px;
	padding-left:10px;
	width:530px;
	float:left;
}

.couse_bg1 {
	width:675px;
	background-image: url(cou/images/course_bg1.jpg);
	margin-bottom: 30px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.couse_bg2 {
	width:675px;
	background-image: url(cou/images/course_bg2.jpg);
	margin-bottom: 30px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.couse_bg3 {
	width:675px;
	background-image: url(cou/images/course_bg3.jpg);
	margin-bottom: 30px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.couse_bg4 {
	width:675px;
	background-image: url(cou/images/course_bg4.jpg);
	margin-bottom: 30px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.couse_bg5 {
	width:675px;
	background-image: url(cou/images/course_bg5.jpg);
	margin-bottom: 30px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
	background-color: #61ACD4;
}

.couse_bg6 {
	width:675px;
	background-image: url(cou/images/course_bg6.jpg);
	margin-bottom: 30px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
	background-color: #4CBD2D;
}

.check {
	width:600px;
	padding:15px;
	border: 2px solid #C9C79C;
	margin-bottom: 15px;
}

.check li{
	list-style:none;
	font-size: 18px;
	line-height: 48px;
	background-image: url(cou/images/check.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 35px;
	margin-left: 10px;
}

.ex {
	width:600px;
	border: 2px solid #B5A373;
	margin-bottom: 35px;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.ex li{
	list-style:none;
	font-size: 14px;
	line-height: 24px;
	background-image: url(sty/images/toku.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
	margin-left: 15px;
	margin-bottom:20px;
}

.tokucyo_box {
	width:600px;
	padding:15px;
	background-color: #F1F2F5;
	border: 3px double #464557;
	margin-bottom: 15px;
}

.b_mid {
	width:640px;
	background-image: url(cou/images/bb_mid.png);
	background-repeat: repeat-y;
	padding: 20px;
}

.s_mid {
	width:640px;
	background-image: url(cou/images/ss_mid.png);
	background-repeat: repeat-y;
	padding: 20px;
}

.b_waku {
	width:500px;
	padding:15px;
	border: 3px double #917E31;
	margin-top: 15px;
}

.f_waku {
	width:645px;
	padding:10px;
	border: 3px double #917E31;
	margin-top: 15px;
	margin-bottom: 30px;
}

.voice_title {
	font-size:18px;
	font-weight:normal;
	color: #897A32;
}

.side_bg {
	margin-top:15px;
}

.side_bg li{
	list-style:none;
	width:225px;
	height:40px;
	font-size: 14px;
	line-height: 40px;
	color: #FFFFFF;
	text-indent: 30px;
	padding:0;
	background-image: url(images/side_bg.jpg);
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
}

.side_bg a{
	color:#FFFFFF;
}

.side_bg a:visited{
	color:#FFFFFF;
}

.top_news {
	padding-top:20px;
	;
	margin-left:670px;
}

.pagination{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
a.page-numbers,
.pagination .current{
    background: #fff;
    border: solid 1px #ccc;
    padding:5px 8px;
    margin:0 2px;
    text-decoration: none;
}
.pagination .current{
    background: #000;
    border: solid 1px #000;
    color: #fff;
}

.course_bar {
	width:98%;
	padding:1%;
	color: #FFF;
	background-color: #C6C79E;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bread-crumb-list {
	font-size:90%;
}

#bread-crumb-list li{
	float:left;
	list-style:none;
	padding-bottom:10px;
}

.course_title {
	color: #996;
	font-size:22px;
	padding:10px;
	line-height: 30px;
}

.colom_topic {
	width: 460px;
	float: left;
	height: 600px;
	background-color: #F8F5EF;
}

.colom_topic2 {
	width: 460px;
	float: left;
	height: 600px;
	margin-left: 20px;
	background-color: #F8F5EF;
}

.colom_topic_top {
	width:300px;
	float:left;
	margin-left:30px;
	padding-top: 20px;
}

.colom_topic_top2 {
	width:300px;
	float:left;
	margin-left:50px;
	padding-top: 20px;
}

.colom_topic3 {
	width:50%;
	float:left;
	text-align:left;
	margin-top: 15px;
}

.colom_topic_title {
	text-align:center;
	font-size:22px;
	font-weight:normal;
	line-height: 30px;
	margin-top: 10px;
}

.colom_topic_text {
	padding-left:10px;
	padding-right:10px;
	text-align:left;
}

.price_topic {
	width:290px;
	float:left;
	background-color: #F8F5EF;
	text-align: center;
	margin-top: 15px;
	border: 2px solid #7D714B;
}

.price_topic2 {
	width:290px;
	float:left;
	margin-left:25px;
	background-color: #F8F5EF;
	margin-top: 15px;
	text-align: center;
	border: 2px solid #7D714B;
}

.price_topic3 {
	width:330px;
	float:left;
	background-color: #F8F5EF;
	text-align: center;
	margin-top: 15px;
}

.price_topic4 {
	width:330px;
	float:left;
	background-color: #F8F5EF;
	text-align: center;
	margin-top: 15px;
	margin-left:20px;
}
.tokucyo_title {
	font-size:36px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #11103C;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
}

.price_topic_title {
	font-size:22px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	background-color: #7D714B;
	width:100%;
}

.price_topic_title2 {
	font-size:22px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	background-color: #4F7379;
	width:100%;
}

.kaiin_head {
	background-color:#C55A14;
	padding-top:5px;
	padding-bottom:5px;
	color:#FFFFFF;
	margin-bottom: 10px;
}

.kaiin_title {
	font-size:18px;
	color: #766930;
	font-weight: bold;
}

.kaiin_under {
	font-weight:bold;
	font-size:18px;
	color: #CC0000;
	line-height: 30px;
}

.kaiin_text {
	padding:5px;
	height:300px;
}

.kaiin_text2 {
	padding:5px;
	height:160px;
}

.kaiin_price {
	padding:5px;
	color: #FFF;
	background-color: #C55A14;
}

.kaiin_goukei {
	font-size:18px;
	font-weight:bold;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin-bottom: 5px;
}

.about_course {
	float:left;
	margin-left:30px;
	width:538px;
	margin-top: 15px;
	border: 3px double #7D714B;
	padding: 15px;
}

.about_course h4{
	color:#7D714B;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:24px;
}

.matchi_bg {
	width:690px;
	background-image: url(images/machi_form_bg.jpg);
	background-repeat: no-repeat;
	height: 600px;
}

.matchi_btn {
	padding-top:440px;
	margin-left:10px;
}

/* スライドイメージ */

.wideslider {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
	height:510px;
	background-color: #FFF;
}

.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}

.wideslider ul li img {
	width: 100%;
	display: none;
}

.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;
}

.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
	opacity:0.5;
}

.slider_prev {background: #fff url(images/next.png) no-repeat right center;}
.slider_next {background: #fff url(images/prev.png) no-repeat left center;}
.pagination {
	display:none;
}

.contact_bg {
	width:960px;
	background-image: url(images/contact_bg.jpg);
	background-repeat: no-repeat;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
}

.form_btn {
	padding-top:440px;
	margin-left:35px;
}

.line_separate {
	width:100%;
	margin-top:15px;
	padding-bottom:15px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
	clear: both;
}

.em_title {
	padding-left:80px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 36px;
	color: #D02F70;
	background-image: url(images/em_title.png);
	background-repeat: no-repeat;
	width: 980px;
	height: 70px;
	padding-top: 30px;
}

.txt_large {
	font-size:18px;
	line-height:32px;
}

.price_head {
	font-size:21px;
	color:#FFF;
}

.coursetopic_left {
	width:450px;
	border: 3px solid #CEC5AC;
}

.em_title1 {
	width:655px;
	font-size: 24px;
	line-height: 48px;
	font-weight: normal;
	color: rgba(255,255,255,1);
	background-image: url(images/maintitle_bg.jpg);
	background-repeat: no-repeat;
	height: 48px;
	padding-left: 35px;
	font-family: Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
	clear: both;
}

.em_title2 {
	font-size: 20px;
	clear: both;
	color: rgba(103,116,47,1);
	margin-top:15px;
	font-family: Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
}
