@import url(slidebars.min.css);

@media screen and (min-width: 640px) {
/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */
	/*
	 * What follows is the result of much research on cross-browser styling.
	 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
	 * Kroc Camen, and the H5BP dev community and team.
	 */
	/* ==========================================================================
	   Base styles: opinionated defaults
	   ========================================================================== */
html {
	color: #222;
	font-size: 1em;
	line-height: 1.4;
}
	
	/*
	 * Remove text-shadow in selection highlight:
	 * https://twitter.com/miketaylr/status/12228805301
	 *
	 * These selection rule sets have to be separate.
	 * Customize the background color to match your design.
	 */
::-moz-selection {
 background:#b3d4fc;
 text-shadow:none;
}
::selection {
	background: #b3d4fc;
	text-shadow: none;
}
/*
	 * A better looking default horizontal rule
	 */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
/*
	 * Remove the gap between audio, canvas, iframes,
	 * images, videos and the bottom of their containers:
	 * https://github.com/h5bp/html5-boilerplate/issues/440
	 */
audio, canvas, iframe, img, svg, video {
	vertical-align: middle;
}
/*
	 * Remove default fieldset styles.
	 */
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
/*
	 * Allow only vertical resizing of textareas.
	 */
textarea {
	resize: vertical;
}
/* ==========================================================================
	   Browser Upgrade Prompt
	   ========================================================================== */
.browserupgrade {
	margin: .2em 0;
	background: #ccc;
	color: #000;
	padding: .2em 0;
}
/* ==========================================================================
	   Author's custom styles
	   ========================================================================== */
	/* ==========================================================================
	   Helper classes
	   ========================================================================== */
	/*
	 * Hide visually and from screen readers
	 */
.hidden {
	display: none!important;
}
/*
	 * Hide only visually, but have it available for screen readers:
	 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
	 */
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
/*
	 * Extends the .visuallyhidden class to allow the element
	 * to be focusable when navigated to via the keyboard:
	 * https://www.drupal.org/node/897638
	 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
/*
	 * Hide visually and from screen readers, but maintain layout
	 */
.invisible {
	visibility: hidden;
}
/*
	 * Clearfix: contain floats
	 *
	 * For modern browsers
	 * 1. The space content is one way to avoid an Opera bug when the
	 *    `contenteditable` attribute is included anywhere else in the document.
	 *    Otherwise it causes space to appear at the top and bottom of elements
	 *    that receive the `clearfix` class.
	 * 2. The use of `table` rather than `block` is only necessary if using
	 *    `:before` to contain the top-margins of child elements.
	 */
.clearfix:before, .clearfix:after {
	content: " ";
	/* 1 */
	display: table;/* 2 */
}
.clearfix:after {
	clear: both;
}
/* ========================================================================================================
	
	--------------------------------------------FOR PC---------------------------------------------
	
	===========================================================================================================*/
	/* ==========================================================================
	main setting
	========================================================================== */
* {
	margin: 0 auto;
	padding: 0;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

	pre{  white-space: pre-wrap;
  word-wrap: break-word;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	}

img {
	border: 0;
	vertical-align: bottom;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
}
li {
	list-style-type: none;
}
a {
	text-decoration: none;
}
a:hover {
	opacity: .5;
}
#wrapper {
	background-color: #fff;
	margin: 0 auto;
	color: #333;
}
/* ==========================================================================
	header setting
	========================================================================== */
#header {
}
.head_top {
	width: 100%;
	height: 30px;
	line-height: 30px;
	background-color: #333;
	font-size: 13px;
	color: #fff;
	font-weight: 400;
}
.header_cont {
	height: 30px;
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
.l_head {
	width: 700px;
	float: left;
	height: 30px;
}
.r_head {
	height: 30px;
	width: 300px;
	float: right;
	overflow: hidden;
}
.r_head_navi li {
	height: 30px;
	line-height: 30px;
	float: left;
	position: relative;
}
.headnavi_01 {
	text-align: left;
	width: 97.14px;
}
.headnavi_01:before {
	content: "";
	position: absolute;
	right: 0;
	top: 7px;
	width: 1px;
	height: 14px;
	background-color: #5c5c5c;
}
.headnavi_02 {
	width: 92px;
	text-align: center;
}
.headnavi_02:before {
	content: "";
	position: absolute;
	right: 0;
	top: 7px;
	width: 1px;
	height: 14px;
	background-color: #5c5c5c;
}
.headnavi_03 {
	width: 102.8px;
	text-align: right;
}
.r_head_navi li a {
	display: block;
	color: #fff;
	font-size: 13px;
}
.sidr {
	display: none;
}
/* ==========================================================================
	main_logo setting
	========================================================================== */
#main_logo {
	width: 1000px;
	height: 100px;
	overflow: hidden;
}
.main_logo {
	float: left;
	height: 100px;
	margin: 0;
}
.main_logo a {
	display: block;
	height: 65px;
	padding: 17.5px 0;
}

	.main_logo a img{}
.hum_menu_sp {
	display: none;
}
.main_logo_text {
	float: right;
	height: 100px;
	width: 300px;
	position: relative;
}
.main_logo_text01 {
	width: 300px;
	overflow: hidden;
	position: absolute;
	top: 5px;
}
.main_logo_text02 {
	position: absolute;
	bottom: 15px;
}
.tel_t {
	float: left;
	display: inline-block;
	font-family: century gothic;
	font-size: 26px;
	line-height: 1.65;
	text-align: left;
	vertical-align: bottom;
}
.tel_bold {
	line-height: 1;
	float: right;
	display: inline-block;
	font-family: century gothic;
	text-align: right;
	font-size: 36px;
}
.main_logo_text02 a {
	font-size: 20px;
	display: block;
	text-align: center;
	color: #fff;
	background-color: #0071B2;
	width: 300px;
	height: 40px;
	line-height: 40px;
	position: relative;
	margin-bottom: -4px;
}
.main_logo_text02 a:after {
	content: url(../img/r_yajirusi.png);
	position: absolute;
	top: 50%;
	line-height: 0;
	margin-top: -4px;
	right: 10px;
	width: 22px;
	height: 8px;
}
/* ==========================================================================
	main_pic setting
	=======================================================================*/
#main_pic {
	width: 100%;
	background-color: #f1f1f1;
}
.sp_main_pic {
	display: none;
}
.slider_box {
	width: 100%;
	margin: 0 auto;
}
.confirm_btn_sp {
	display: none;
}
#main_pic .pc {
	display: block;
}
#main_pic .sp {
	display: none;
}
#main_pic .slides {
	background: url(../img/slide03_bg.jpg) no-repeat center center;
	background-size: cover;
	height: 450px;
}
	
#main_pic .slides .slick-slide img {
	position: absolute;
	left: 48%;
	top: 93px;
	margin: auto;
}
		
#main_pic .btn {
	position: absolute;
	left: 50%;
	top: 390px;
	transform: translateX(-50px);
}
#main_pic .btn a {
	font-size: 30px;
    display: block;
    text-align: center;
    color: #fff;
    background-color: #0071B2;
    width: 500px;
    height: 80px;
    line-height: 80px;
    position: relative;
    margin-bottom: -4px;
	transform: translateX(20px);
}
	
#main_pic .btn a:after {
	content: url(../img/r_yajirusi.png);
    position: absolute;
    top: 50%;
    line-height: 0;
    margin-top: -4px;
    right: 20px;
    width: 22px;
    height: 8px;
}
	
#main_pic .slick-slide {
	height: 450px;
}
.mv_pic_3column{
	margin-top: -40px!important;
}
/*
#main_pic .slide01 {
	background: url(../img/slide01_bg.jpg) no-repeat center center;
	background-size: cover;
}
#main_pic .slide02 {
	background: url(../img/slide02_bg.jpg) no-repeat center center;
	background-size: cover;
}
#main_pic .slide03 {
	background: url(../img/slide03_bg.jpg) no-repeat center center;
	background-size: cover;
}
#main_pic .slide04 {
	background: url(../img/slide04_bg.jpg) no-repeat center center;
	background-size: cover;
}
*/
/* ==========================================================================
	g_navi setting
	=======================================================================*/
#g_navi {
	margin: 0 auto;
	width: 1000px;
	height: 70px;
	line-height: 70px;
}
.g_navi {
	overflow: hidden;
	width: 1000px;
}
.g_navi li {
	font-size: 17px;
	float: left;
	position: relative;
}
.g_navi li:before {
	content: "";
	position: absolute;
	right: 0;
	top: 25px;
	width: 1px;
	height: 20px;
	background: #dcdcdc;
}
.g_navi li:first-child:after {
	content: "";
	position: absolute;
	left: 0;
	top: 25px;
	width: 1px;
	height: 20px;
	background: #dcdcdc;
}
.g_navi li a {
	padding: 0 25px;
	display: block;
	color: #333;
	font-weight: 600;
}
.g_navi li a:hover {
	color: #E75542;
}
.g_li01 a, .g_li07 {
}
.g_li02, .g_li03, .g_li04, .g_li05 {
}
/* ==========================================================================
	about setting
	=======================================================================*/

	#about{
		display: none;
	}
	
	/*
	#about {
	margin: 0 auto;
	width: 100%;
	background-color: #f1f1f1;
	padding: 80px 0 120px;
}
.about_cont {
	width: 1000px;
	overflow: hidden;
}
.about_article {
	background-color: #fff;
	width: 500px;
	height: 380px;
	padding: 35px 0;
	float: left;
}
.about_img {
	float: right;
}
.about_article h3 {
	font-size: 40px;
	padding: 0 40px;
	margin: 0 0 15px;
	font-family: century gothic;
}
.about_article p {
	font-size: 18px;
	padding: 0 40px;
	margin: 0 0 40px;
	line-height: 1.8;
}
.about_btn_wrap {
	overflow: hidden;
	width: 500px;
}
.about_btn_l {
	text-align: center;
	font-size: 18px;
	display: block;
	color: #fff;
	background-color: #E75542;
	width: 200px;
	height: 40px;
	line-height: 40px;
	margin: 0 0 0 40px;
	float: left;
	position: relative;
}
.about_btn_r {
	text-align: center;
	font-size: 18px;
	display: block;
	color: #fff;
	background-color: gray;
	width: 200px;
	height: 40px;
	line-height: 40px;
	margin: 0 40px 0 0;
	float: right;
	position: relative;
}
.about_btn_l:after, .about_btn_r:after {
	content: url(../img/r_yajirusi.png);
	position: absolute;
	top: 50%;
	line-height: 0;
	margin-top: -4px;
	right: 10px;
	width: 22px;
	height: 8px;
}
	*/
	.online_info {
		border: solid 5px red;
		background-color: #fff;
		margin: 0 auto 50px;
		padding: 15px;
	}
	.online_info p{
		font-size: 16px;
		color: #000;
		text-align: center;
	}
	
/* ==========================================================================
	information setting
	========================================================================== */
#info {
	width: 100%;
	background-color: #f1f1f1;
	margin: 0 auto;
	padding: 85px 0 85px;
}
.title_wrap {
}
.sec_title_index {
	width: 1000px;
	text-align: center;
	margin: 0 auto 35px;
}
.sec_title_index h3 {
	width: 388px;
	font-size: 32px;
}
.sec_t_cap_index {
	padding-top: 3px;
	display: block;
	font-size: 14px;
	width: 306px;
	color: #E75542;
	font-family: century gothic;
}
.info_position {
	width: 1000px;
	position: relative;
}
.backnumber {
	position: absolute;
	top: 0;
	left: 694px;
	width: 306px;
}
.backnumber a {
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	display: block;
	background-color: gray;
	color: #fff;
	text-align: center;
}
.backnumber a:after {
	content: url(../img/r_yajirusi.png);
	position: absolute;
	top: 50%;
	line-height: 0;
	margin-top: -4px;
	right: 10px;
	width: 22px;
	height: 8px;
}
.info_box {
	width: 1000px;
	text-align: left;
	overflow: hidden;
	flex-wrap: wrap;
  display: inline-flex;
  justify-content: flex-start;
}
.info_center {
	margin: 0 40px;
}
.info_box li {
	font-size: 15px;
	width: 306px;
	border-top: 2px solid #333;
	float: left;
	flex-basis: 30%;
	margin: 0 40px 0 0;
}
.info_box li:nth-child(3n){
		margin: 0 0 0 0;
	}
.info_box li img {
	max-width: 100%;
	height: auto;
	display: block;
	margin-top: 2em;
}
.info_date {
	padding: 22px 0 16px;
	font-family: century gothic;
}
.info_text {
	padding: 0 0 22px;
	line-height: 1.6;
}
.info_text a {
	display: block;
    padding: 10px 0;
	text-decoration: underline;
	color: #333;
}
	.info_picBox{
		margin: 40px auto 15px;
	}
/* ==========================================================================
	student setting
	========================================================================== */
#student {
	width: 1000px;
	padding: 83px 0 80px;
}
.student_box {
	height: 290px;
	width: 1000px;
	overflow: hidden;
	text-align: left;
	margin: 0 auto 40px;
	padding-top: 10px;
	font-size: 15px;
}
.inner_scroll {
	width: 950px;
	padding-right: 50px;
}
.student_position {
	position: relative;
}
.student_cell01{
	margin:0;
}
.student_cell02 {
	margin: 0;
	padding-left: 60px;
}
.student_box a {
	color: #E75542;
	text-decoration: underline;
}
.student_box p {
	border-bottom: 2px solid #dcdcdc;
	padding: 10px;
	display: flex;
}
.stu_pdf {
	/* width: 620px;
	overflow: hidden; */
	display: flex;
	justify-content: center;
}
.pdf01 {
	/* float: left; */
	margin-right: 10px;
}
.pdf02 {
	/*float: right; */
	margin-right: auto;
}
.pdf01 a, .pdf02 a {
	font-size: 18px;
	text-align: center;
	width: 300px;
	height: 40px;
	line-height: 40px;
	display: block;
	background-color: #E75542;
	color: #fff;
	position: relative;
}
.pdf01 a:after, .pdf02 a:after {
	content: url(../img/r_yajirusi.png);
	position: absolute;
	top: 50%;
	line-height: 0;
	margin-top: -4px;
	right: 10px;
	width: 22px;
	height: 8px;
}
/* ==========================================================================
	course setting
	========================================================================== */
#course {
	width: 100%;
	background-color: #f1f1f1;
	padding: 80px 0 120px;
}
#course .sec_title_index {
	margin-top: -5px;
}
.course_wrap {
	width: 1000px;
	overflow: hidden;
	padding-top: 5px;
}
.course_box {
	width: 220px;
	float: left;
	line-height: 1.4;
}
.c01 {
	padding: 0 20px 0 40px;
}
.c02 {
	padding: 0 40px 0 20px;
}
.course_box h5, .c01 h5, .c02 h5 {
	font-size: 20px;
	margin: 25px auto;
	text-align: center;
}
.course_box p, .c01 p, .c02 p {
	font-size: 14px;
	line-height: 1.7;
	text-align: center;
}
.course_box a, .c01 a, .c02 a {
	text-align: center;
	width: 220px;
	height: 40px;
	line-height: 40px;
	margin-top: 12px;
	display: block;
	background-color: #E75542;
	color: #fff;
	position: relative;
	font-size: 18px;
}
.course_box a:after {
	content: url(../img/r_yajirusi.png);
	position: absolute;
	top: 50%;
	line-height: 0;
	margin-top: -4px;
	right: 10px;
	width: 22px;
	height: 8px;
}
/* ==========================================================================
	results setting
	========================================================================== */
#results {
	width: 100%;
	background-color: #f1f1f1;
	padding: 0 0 100px;
}
.results_wrap {
	width: 1000px;
	overflow: hidden;
}
.results_box_l {
	border-top: 2px solid #333;
	float: left;
	position: relative;
}
.results_box_r {
	border-top: 2px solid #333;
	float: right;
	position: relative;
}
.results_texts {
	margin: 10px 0 35px;
	overflow: hidden;
}
.results_texts h5 {
	padding-top: 7px;
	font-size: 24px;
	float: left;
}
.results_box_l a, .results_box_r a {
	text-align: center;
	height: 40px;
	line-height: 40px;
	display: block;
	background-color: gray;
	color: #fff;
	width: 220px;
	float: right;
	position: absolute;
	top: 10px;
	left: 240px;
	font-size: 18px;
}
.results_box_l a:after, .results_box_r a:after {
	content: url(../img/r_yajirusi.png);
	position: absolute;
	top: 50%;
	line-height: 0;
	margin-top: -4px;
	right: 10px;
	width: 22px;
	height: 8px;
}
.results_box_l a.textlink, .results_box_r a.textlink {
	text-align: left;
	height: auto;
	line-height: 1.7;
	display: block;
	background-color:transparent;
	color: #E75542;
	width: auto;
	float: none;
	position: static;
	font-size: inherit;
	text-decoration: underline;
	
}
.results_table {
	width: 460px;
	height: auto;
	font-size: 13px;
}
.results_table_chukosei {
	width: 100%;
	height: auto;
	font-size: 13px;
	margin-bottom: 30px;
}
.r_cell01 {
	height: 29px;
	width: 149px;
	color: #fff;
	background-color: #4d4d4d;
	border-bottom: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
	text-align: center;
}
.r_cell01_top{
	background-color: #333!important;
}
.r_cell02 {
	height: 29px;
	width: 149px;
	color: #fff;
	background-color: #666;
	border-bottom: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
	text-align: center;
}
.r_cell03 {
	height: 29px;
	width: 59px;
	background-color: #fff;
	border-bottom: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
	text-align: center;
}
.r_cell03_chukosei{
	height: 29px;
	width: 140px;
	background-color: #fff;
	border-bottom: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
	text-align: center;
}
.r_cell03_chukosei_top{
	background-color: #333!important;
	color: #fff!important;
}
.r_cell04 {
	height: 29px;
	width: 129px;
	color: #E75542;
	font-weight: 700;
	background-color: #fff;
	border-bottom: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
	text-align: center;
}
.r_cell05 {
	height: 29px;
	width: 250px;
	color: #E75542;
	font-weight: 700;
	background-color: #fff;
	border-bottom: 1px solid #c2c2c2;
	padding-left: 20px;
}
.r_cell05_top{
	background-color: #333!important;
	color: #fff!important;
}
.r_cell06 {
	height: 29px;
	width: 160px;
	background-color: #fff;
	border-bottom: 1px solid #c2c2c2;
	padding-left: 20px;
}
.r_cell07 {
	height: 30px;
	width: 450px;
	color: #a9a9a9;
	text-align: right;
}
.r_cell07_chukosei {
text-align: left;
}
/* ==========================================================================
	introduction video
	========================================================================== */
#introduction_video {
	width: 100%;
	background-color: #f1f1f1;
	padding: 0 0 100px;
}
.introduction_video_wrap {
	width: 1000px;
	overflow: hidden;
	min-height: 500px;
}




/* ラッパーの上に内側コンテナを“ぴったり重ねる” */
.intro_video_container {
  position: absolute;   /* ← ここがポイント */
  inset: 0;
  width: 100%;
  height: 100%;
}

/* ラッパーが position:relative; でない場合に備え */
.introduction_video_wrap { position: relative; }

/* 動画本体 */
.intro_video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: #000; /* 失敗時の地色 */
}



/* 節約設定 */
@media (prefers-reduced-motion: reduce), (prefers-reduced-data: reduce) {
  .intro_video { }
}


/* ==========================================================================
	access setting
	========================================================================== */
#access {
	width: 1000px;
	margin: 80px auto 100px;
}
.access_area {
	width: 1000px;
	height: 300px;
	position: relative;
}
.access_title {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 18px;
	color: #333;
	font-weight: 700;
}
#access .sec_title_index {
	margin-top: -5px;
	padding-bottom: 8px;
}
.a_t_span {
	display: block;
}
.acc_map {
	position: absolute;
	top: 0;
	right: 0;
}
.access_btn {
	display: none;
}
.acc_link a {
	margin-top: 8px;
	font-size: 15px;
	display: block;
	text-decoration: underline;
	color: #E75542;
	text-align: right;
}
.acc_info {
	position: absolute;
	top: 89px;
	left: 0;
	overflow: hidden;
}
.acc_cell02 {
	float: left;
}
.acc_cell03 {
	float: left;
	font-size: 14px;
	line-height: 1.8;
}
.acc_tel {
	position: absolute;
	top: 202px;
	left: 0;
	overflow: hidden;
}
.acc_cell04, .acc_cell05 {
	float: left;
}
.acc_time {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
.acc_cell06, .acc_cell07 {
	float: left;
}
/* ==========================================================================
	footer setting
	========================================================================== */
#footer {
	width: 100%;
	background-color: #f1f1f1;
	padding: 40px 0 115px;
}
.f_navi_wrap {
	width: 1000px;
	overflow: hidden;
}
.f_navi_wrap h4 {
	font-size: 18px;
	border-bottom: 1px solid #c2c2c2;
	padding: 0 0 15px;
}
.f_navi_wrap a {
	display: block;
	font-size: 14px;
	color: #666;
	padding: 0 0 10px;
}
.f_navi_l {
	overflow: hidden;
	float: left;
	width: 600px;
}
.f_navi_r {
	float: right;
}
.f_box01, .f_box02 {
	width: 300px;
	float: left;
	margin-top: 15px;
}
.f_box03 {
	width: 350px;
	margin-top: 15px;
}
.page-top_wrap {
	margin: 0 auto;
	width: 1000px;
}
.back {
	position: fixed;
	bottom: 40px;
	right: 40px;
}
.copy {
	height: 40px;
	line-height: 40px;
	background-color: #4d4d4d;
	color: #fff;
	text-align: center;
}
.copy p {
	font-size: 12px;
	font-family: century gothic;
}

/* ==========================================================================
	popup setting
	========================================================================== */

.popup_container {
	width: 1100px;
	margin: 100px auto;
	background:#fff;
}

.popup_content_area{
	width: 1000px;
	margin: 0px auto;
	padding:60px 0;
	}

.popup_h5{
	font-size:22px;
	margin-top:60px;
}

.popup_table{
	width:1000px;
	margin:10px auto 20px;
	border:1px solid #666;
	}

.popup_table td,.popup_table_l td,.popup_table_r td{
	padding:15px;
	text-align:center;
	font-family: Century Gothic,"MS PGothic", "Osaka", Arial, sans-serif;
	}

.popup_tables{
	overflow:hidden;
	}

.popup_table_l{
	float:left;
	width:600px;
	margin:10px auto 20px;
	border:1px solid #666;
	}

.popup_table_r{
	float:left;
	width:400px;
	margin:10px auto 20px;
	border:1px solid #666;
	border-left:none !important;
	}


.popup_content_area p{
	font-family: Century Gothic,"MS PGothic", "Osaka", Arial, sans-serif;
	font-weight:18px;
	}

.pop_gray{
	background:#e8e8e8;
	font-weight:bold;
	font-size:14px;
	}

.popup_btn{
	border: none;
    background-color: #E75542;
    color: #fff;
    width: 300px;
    line-height: 40px;
    height: 40px;
    margin: 60px auto 0;
    text-align: center;
	}

.popup_btn a{
	display:block;
    color: #fff;
}
.popup_sp_block{
	font-family: Century Gothic,"MS PGothic", "Osaka", Arial, sans-serif;
	}

.h2_sub_t{
	font-size:36px;
	}

.pc{
	display:block;
}
.sp{
	display:none;
}
}
/* ========================================================================================================

--------------------------------------------FOR SMART PHONE---------------------------------------------

===========================================================================================================*/
@media screen and (max-width: 640px) {
	.mv_pic_3column{
		margin-top: 165px!important;
	}
/* ==========================================================================
	main setting
	========================================================================== */
html {
	font-size: 62.5%;
	margin: 0 auto;
	padding: 0;
	}
	*{
	margin: 0 auto;
	padding: 0;
}
body{
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "MS Pゴシック", "MS P Gothic", sans-serif;
	font-size:1.2rem;
}
h1,h2,h3,h4,h5,h6,.slidebars_wrap,.sect_pstu_title,.c_btn_box_link{
	font-family: "a-otf-ryumin-pr6n","游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
pre{
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "MS Pゴシック", "MS P Gothic", sans-serif;
	  white-space: pre-wrap;
  word-wrap: break-word;
	}
p{
	font-size:1.1rem;
}

img {
	border: 0;
	vertical-align: bottom;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
}
li {
	list-style-type: none;
}
a {
	text-decoration: none;
}
a:hover {
	opacity: 1;
}
#wrapper {
	background-color: #f1f1f1;
	margin: 0 auto;
	color: #333;
	overflow: hidden;
}
/* ==========================================================================
	slidebars setting
	=======================================================================*/
.hum_menu_sp {
	width: 100%;
	height: 100%;
}
.slide-menu {
	display: block;
	background-image: url(../img/hum_menu_sp.png);
	background-repeat: no-repeat;
	background-size: contain;
	padding-top: 100%;
	height: 0;
}
.sidr-open .slide-menu {
	display: block;
	background-image: url(../img/hum_act.png);
	background-size: contain;
	padding-top: 100%;
	height: 0;
}
.sidr-open .slide-menu.s_b_03 {
	background-color: #808080;
	margin-bottom: 17.02% !important;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	display: block;
	color: #fff;
	width: 100%;
	margin: 0 auto;
	padding: 2.2% 0;
	position: relative;
	height: auto;
	background-image: none;
}
/* ==========================================================================
	header setting
	=======================================================================*/

	
.l_head {
	display: none;
}
.r_head {
	float: left;
	overflow: hidden;
	width: 100%;
}
.r_head_navi {
	list-style-type: none;
	width: 100%;
}
.r_head_navi li a {
	display: block;
	color: #fff;
	font-size: 11px;
	font-size: 1.1rem;
	background-color: #333;
	text-decoration: none;
	height: 100%;
	padding: 2.2%;
}
.head_top {
	width: 100%;
	background-color: #333;
	height: 7.8%;
}
.r_head_navi li {
	font-weight: 400;
	float: left;
	text-align: center;
	width: 33.1%;
	height: 100%;
}
.headnavi_02 {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
/* ==========================================================================
	main_logo setting
	=======================================================================*/
#main_logo {
	overflow: hidden;
	padding: 3% 0;
	width: 100%;
	background-color: #fff;
}
.main_logo {
	float: left;
	display: block;
	width: 65%;
	padding-left: 4.6%;
}
.main_logo img {
	width: 100%;
}
.main_logo_text {
	float: right;
	display: block;
	width: 17%;
	padding-right: 4.6%;
}
.main_logo_text01, .main_logo_text02 {
	display: none;
}
/* ==========================================================================
	main_pic setting
	=======================================================================*/
#main_pic {
	width: 100%;
	background-color: #f1f1f1;
}
#main_pic img {
	width: 100%;
}
.sp_main_pic {
	display: none;
}
#main_pic .pc {
	display: none;
}
#main_pic .sp {
	display: block;
}
	
#main_pic .slides {
	background: url(../img/slide/slide00_sp.jpg) no-repeat center center;
	background-size: cover;
	height: 300px;
}
#main_pic .slides .slick-slide img {
	margin: auto;
	margin-top: 185px;
	width: 90%;
	transform: translateX(0);
	display: block;
}
#main_pic .btn {
	display: none;
}
.slider_box {
	width: 100%;
	margin: 0 auto;
}
.confirm_btn_sp {
	padding: 12.2% 0 0;
	width: 100%;
	height: 9.4%;
	background-color: #f1f1f1;
}
.confirm_btn_sp a {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	background-color: #0071B2;
	width: 70.3%;
	height: 100%;
	line-height: 100%;
	position: relative;
	padding: 2.2%;
}
.confirm_btn_sp a:after {
	content: "";
	background: url(../img/r_yajirusi.png) no-repeat;
	background-size: cover;
	position: absolute;
	top: 50%;
	line-height: 0;
	margin-top: -2px;
	right: 10px;
	width: 11px;
	height: 4px;
}
.g_navi {
	display: none;
}
/* ==========================================================================
	about setting
	=======================================================================*/
#about {
	margin: 6.3% auto;
	background-color: #f1f1f1;
}
.about_article {
	background-color: #fff;
	width: 90.6%;
	height: 81.6%;
}
.about_img {
	width: 90.6%;
	height: 81.6%;
}
.about_img img {
	width: 100%;
}
.about_article h3 {
	font-size: 20px;
	font-size: 2.2rem;
	font-family: century gothic;
	padding: 6.4% 6.2%;
}
.about_article p {
	font-size: 12px;
	font-size: 1.2rem;
	padding: 0 6.2%;
	margin: 0 0 6.4%;
	line-height: 1.8;
}
.about_btn_wrap {
	overflow: hidden;
	width: 100%;
	height: 9.4%;
	margin: 0 0 6.2%;
}
.about_btn_l {
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	display: block;
	color: #fff;
	background-color: #E75542;
	width: 37.5%;
	height: 100%;
	line-height: 100%;
	margin: 0 0 0 6.2%;
	float: left;
	position: relative;
	padding: 2.2%;
}
.about_btn_r {
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	display: block;
	color: #fff;
	background-color: gray;
	width: 37.5%;
	height: 100%;
	line-height: 100%;
	margin: 0 6.2% 0 0;
	float: right;
	position: relative;
	padding: 2.2%;
}
.about_btn_l:after, .about_btn_r:after {
	content: "";
	background: url(../img/r_yajirusi.png) no-repeat;
	background-size: cover;
	position: absolute;
	top: 50%;
	line-height: 0;
	margin-top: -2px;
	right: 10px;
	width: 11px;
	height: 4px;
}
.online_info {
	width: 85%;
	border: solid 5px red;
	background-color: #fff;
	margin: 0 auto 6%;
	padding: 3% 2%;
}
.online_info p{
	font-size: 1.1rem;
	color: #000;
	text-align: center;
}
/* ==========================================================================
	information setting
	========================================================================== */
#info {
	width: 100%;
	background-color: #f1f1f1;
	margin: 0 auto;
	padding: 12.5% 0;
}
.title_wrap {
}
.sec_title_index {
	width: 100%;
	text-align: center;
	margin: 0 auto 5.5%;
}
.sec_title_index h3 {
	width: 100%;
	font-size: 20px;
	font-size: 2rem;
}
.sec_t_cap_index {
	padding-top: .2%;
	display: block;
	font-size: 10px;
	font-size: 1rem;
	width: 100%;
	color: #E75542;
	font-family: 'Muli', sans-serif;
}
.backnumber {
	width: 100%;
	height: 9.4%;
}
.backnumber a {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 11px;
	font-size: 1.1rem;
	background-color: gray;
	width: 60.6%;
	height: 100%;
	line-height: 100%;
	position: relative;
	padding: 2.2%;
}
.backnumber a:after {
	content: "";
	background: url(../img/r_yajirusi.png) no-repeat;
	background-size: cover;
	position: absolute;
	top: 50%;
	line-height: 0;
	margin-top: -2px;
	right: 10px;
	width: 11px;
	height: 4px;
}
.info_box {
	width: 90.6%;
	text-align: left;
	overflow: hidden;
	margin: 0 auto 4.7%;
}
.info_box li {
	font-size: 11px;
	font-size: 1.1em;
	width: 100%;
	border-top: 2px solid #333;
	float: left;
}
.info_box li img {
	max-width: 100%;
	height: auto;
	display: block;
	margin-top: 2em;
}
.info_date {
	padding: 3.5% 0 2.5%;
	font-family: century gothic;
}
.info_text {
	padding: 0 0 3.5%;
	line-height: 1.6;
}
.info_text a {
	display: block;
    padding: 3.5% 0 0;
	text-decoration: underline;
	color: #333;
}
.info_picBox{
	margin: 12.5% auto 4.7%;
	}
.info_picBox img{
	width: 100%;
	height: auto;
	}
/* ==========================================================================
	student setting
	========================================================================== */
#student {
	width: 100%;
	padding: 12.5% 0;
	background-color: #fff;
}
.student_box {
	height: 290px;
	width: 90.6%;
	overflow: auto;
	text-align: left;
	margin: 0 auto 40px;
	font-size: 11px;
	font-size: 1.1rem;
}
.inner_scroll {
	width: 100%;
}
.student_position {
	position: relative;
}
.student_cell01 {
	display: block;
}
.student_cell02 {
	display: block;
}
.student_box a {
	color: #E75542;
	text-decoration: underline;
}
.student_box p {
	border-bottom: 2px solid #dcdcdc;
	padding: 10px;
}
.stu_pdf {
	width: 100%;
	height: 9.4%;
}
.pdf01 {
	margin-bottom: 3.1%;
}
.pdf02 {
	margin-bottom: 3.1%;
}
.pdf01 a, .pdf02 a {
	font-size: 11px;
	font-size: 1.1rem;
	text-align: center;
	width: 60.6%;
	height: 100%;
	line-height: 100%;
	display: block;
	background-color: #E75542;
	color: #fff;
	position: relative;
	padding: 2.2%;
}
.pdf01 a:after, .pdf02 a:after {
	content: "";
	background: url(../img/r_yajirusi.png) no-repeat;
	background-size: cover;
	position: absolute;
	top: 50%;
	line-height: 0;
	margin-top: -2px;
	right: 10px;
	width: 11px;
	height: 4px;
}
/* ==========================================================================
	course setting
	========================================================================== */
#course {
	width: 100%;
	background-color: #f1f1f1;
	padding: 12.5% 0 0;
}
.course_wrap {
	width: 90.6%;
	overflow: hidden;
}
.course_box {
	width: 46.6%;
	float: left;
	line-height: 1.4;
}
.course_box img {
	width: 100%;
	height: 100%;
}
.c00, .c03 {
	float: left;
}
.c02, .c01 {
	float: right;
}
.c00 a, .c01 a {
	margin-top: 5.8%;
}
.c02 a, .c03 a {
	margin-top: -10%;
}
.c00, .c01, .c02, .c03 {
	margin: 0;
	padding-bottom: 12.5%;
}
.course_box h5, .c01 h5, .c02 h5 {
	font-size: 13.5px;
	font-size: 1.35rem;
	margin: 25px auto;
	text-align: center;
}
.course_box p, .c01 p, .c02 p {
	font-size: 10px;
	font-size: 1rem;
	text-align: center;
}
.course_box a {
	text-align: center;
	width: 100%;
	height: 100%;
	line-height: 100%;
	display: block;
	background-color: #E75542;
	color: #fff;
	position: relative;
	font-size: 11px;
	font-size: 1.1rem;
	padding: 5.5% 0;
}
.course_box a:after {
	content: "";
	background: url(../img/r_yajirusi.png) no-repeat;
	background-size: cover;
	position: absolute;
	top: 50%;
	line-height: 0;
	margin-top: -2px;
	right: 10px;
	width: 11px;
	height: 4px;
}
/* ==========================================================================
	results setting
	========================================================================== */
#results {
	width: 100%;
	background-color: #f1f1f1;
	padding: 0 0 12.5%;
}
.results_wrap {
	width: 90.6%;
}
.results_box_l {
	border-top: 2px solid #333;
	width: 100%;
	height: 100%;
}
.results_box_r {
	border-top: 2px solid #333;
	width: 100%;
	height: 100%;
}
.results_texts {
	margin: 3.5% 0 8.6%;
	overflow: hidden;
}
.results_texts h5 {
	font-size: 17px;
	font-size: 1.7em;
}
.results_btn {
	width: 100%;
	height: 9.4%;
}
.results_btn a, .results_btn a {
	text-align: center;
	height: 100%;
	line-height: 100%;
	display: block;
	background-color: gray;
	color: #fff;
	width: 60.6%;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 2.2%;
	position: relative;
}
.results_btn a:after, .results_btn a:after {
	content: "";
	background: url(../img/r_yajirusi.png) no-repeat;
	background-size: cover;
	position: absolute;
	top: 50%;
	line-height: 0;
	margin-top: -2px;
	right: 10px;
	width: 11px;
	height: 4px;
}
.r_btn_margin {
	margin-bottom: 13.1%;
}
.results_table {
	width: 100%;
	height: 100%;
	font-size: 11px;
	font-size: 1.1rem;
	margin-bottom: 4.3%;
}
.results_table_chukosei {
	width: 100%;
	height: 100%;
	font-size: 11px;
	font-size: 1.1rem;
	margin-bottom: 4.3%;
	margin-bottom: 30px;
}
.results_table table {
	width: 100%;
	height: 100%;
}
.r_cell01 {
	height: 12.5%;
	width: 32.4%;
	color: #fff;
	background-color: #4d4d4d;
	border-bottom: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
	text-align: center;
}
.r_cell01_top{
	background-color: #333!important;
}
.r_cell02 {
	height: 12.5%;
	width: 32.4%;
	color: #fff;
	background-color: #666;
	border-bottom: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
	text-align: center;
}
.r_cell03 {
	height: 12.5%;
	width: 15.6%;
	background-color: #fff;
	border-bottom: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
	text-align: center;
}
.r_cell03_chukosei {
	height: 12.5%;
	width: 27.6%;
	background-color: #fff;
	border-bottom: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
	text-align: center;
}
.r_cell03_chukosei_top{
	background-color: #333!important;
	color: #fff!important;
}
.r_cell04 {
	height: 12.5%;
	width: 31%;
	color: #E75542;
	background-color: #fff;
	border-bottom: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
	text-align: center;
}
.r_cell05 {
	height: 12.5%;
	width: 52%;
	color: #E75542;
	background-color: #fff;
	border-bottom: 1px solid #c2c2c2;
	padding-left: 20px;
}
.r_cell05_top{
	background-color: #333!important;
	color: #fff!important;
}
.r_cell06 {
	height: 12.5%;
	width: 36.6%;
	background-color: #fff;
	border-bottom: 1px solid #c2c2c2;
	padding-left: 20px;
}
.r_cell07 {
	height: 12.5%;
	width: 36.6%;
	color: #a9a9a9;
	text-align: right;
}
.r_cell07_chukosei {
	text-align: left;
	}
/* ==========================================================================
	introduction video
	========================================================================== */
#introduction_video {
	width: 100%;
	background-color: #f1f1f1;
	padding: 0 0 12.5%;
}
.introduction_video_wrap {
	width: 90.6%;
}
.intro_video {
  width: 100%;
}




/* ==========================================================================
	access setting
	========================================================================== */
#access {
	width: 100%;
	height: 100%;
	background-color: #fff;
	padding: 12.5% 0 11.7%;
}
.acc_wrap {
	width: 90.6%;
	height: 100%;
}
.access_title {
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 6.9%;
}
.acc_map {
	position: relative;
	padding-bottom: 90.6%;
	height: 0;
	overflow: hidden;
}
.acc_map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%!important;
	height: 100%!important;
}
.acc_link {
	display: none;
}
.a_t_span {
	padding-left: 2%;
}
.acc_info {
	font-size: 11px;
	font-size: 1.1rem;
	overflow: hidden;
	width: 100%;
	margin-bottom: 2.6%;
}
.acc_cell02 {
	float: left;
	width: 20%;
}
.acc_cell03 {
	padding-left: 1%;
	float: left;
	line-height: 1.8;
	width: 79%;
}
.acc_tel {
	text-align: center;
	overflow: hidden;
}
.acc_cell04 {
	padding-top: 6.9%;
	font-size: 11px;
	font-size: 1.1rem;
}
.acc_cell05 {
	font-size: 14px;
	font-size: 1.4rem;
}
.acc_time {
	font-size: 11px;
	font-size: 1.1rem;
	overflow: hidden;
	text-align: center;
}
.acc_cell06, .acc_cell07 {
}
.access_btn {
	width: 100%;
	height: 9.4%;
	margin: 3.44% 0 6.9%;
}
.access_btn a, .access_btn a {
	text-align: center;
	height: 100%;
	line-height: 100%;
	display: block;
	background-color: gray;
	color: #fff;
	width: 60.6%;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 2.2%;
	position: relative;
}
.access_btn a:after, .access_btn a:after {
	content: "";
	background: url(../img/r_yajirusi.png) no-repeat;
	background-size: cover;
	position: absolute;
	top: 50%;
	line-height: 0;
	margin-top: -2px;
	right: 10px;
	width: 11px;
	height: 4px;
}
/* ==========================================================================
	footer setting
	========================================================================== */
#footer {
	width: 100%;
	background-color: #f1f1f1;
}
.f_navi_wrap {
	display: none;
}
.page-top_wrap {
	margin: 0 auto;
	width: 100%;
}
.back {
	width: 100%;
	text-align: right;
	position: fixed;
	bottom: 20px;
	left: 20px;
}
.copy {
	background-color: #4d4d4d;
	color: #fff;
	text-align: center;
	padding:10px 0;
}
.copy p {
	font-size: 6px;
	font-size: .6rem;
	font-family: century gothic;
	-moz-transform: scale(0.7,0.7);
-webkit-transform: scale(0.7,0.7);
-o-transform: scale(0.7,0.7);
-ms-transform: scale(0.7,0.7);
}
.back {
	width: 35px;
	height:35px;
	text-align: right;
	position: fixed;
	bottom: 8.4%;
	right: 4.7%;
	left: auto;
	margin:0;
}
.back img {
	width: 100%;
	height: auto;
}
}

/*161024 add*/

@media screen and (min-width: 640px) {
#wrapper {
	padding-top: 172px;
}
#header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background-color: rgba(255,255,255,1);
	z-index: 10;
}
.top #wrapper {
	padding-top: 0;
}
.top #header {
	position: static;
}
.top.fixed #wrapper {
	padding-top: 188px;
}
.top.fixed h1 img {
	display: none;
}

.top.fixed h1 a{
	display: block;
    width: 338px;
    height: 48px;
    background-image: url(../img/main_logo_pc_fix.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 50%;
	}
	
.top.fixed #main_logo {
	height: 80px;
}
.top.fixed .tel_bold {
	font-size: 29px;
	margin-left: 10px;
}
.top.fixed .tel_t {
	font-size: 20px;
}
.top.fixed .main_logo_text01 {
	width: 234px;
	top: 27px;
	right: 327px;
}
.top.fixed .main_logo_text02 {
	bottom: 43px;
}
.top.fixed #about {
	padding-top: 140px;
}
.top.fixed #header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background-color: rgba(255,255,255,1);
	z-index: 10;
}
.top.fixed #g_navi ul {
	width: 1000px;
	margin: auto;
}
.top.fixed #g_navi {
	position: fixed;
	left: 0;
	top: 110px;
	background-color: rgba(255,255,255,1);
	width: 100%;
	border-top: 1px solid #dcdcdc;
	border-bottom: 2px solid #000;
	z-index: 10;
}
.top.fixed #g_navi ul {
	width: 1000px;
	margin: auto;
}
.slick-dots {
	position: absolute;
	bottom: 15px;
	right: 0;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	width: 100%;
	-webkit-transition: all .5s;
	transition: all .5s;
	opacity: 1;
}
}

@media screen and (max-width: 640px) {
.slide-menu {
	display: block;
}
.slick-dots {
	position: absolute;
	bottom: -22px;
	right: 0;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	width: 100%;
	-webkit-transition: all .5s;
	transition: all .5s;
	opacity: 1;
}
.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 9px;
	height: 9px;
	border-width: 1px;
	border-color: rgb(220, 220, 220);
	border-style: solid;
	background-color: rgba(0, 0, 0, 0.8);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border-radius: 10px;
}

/* ==========================================================================
	popup setting
	========================================================================== */

.popup_container {
	width: 90.6%;
	margin: 9% auto;
	background:#fff;
}

.popup_content_area{
	width: 93.1%;
	margin:0 auto;
	padding:10.34% 0;
	}

.popup_h5{
	font-size:13px;
	font-size:1.3rem;
	margin-top:10.34%;
}

.popup_table{
	width:100%;
	margin:1.7% auto 3.44%;
	border:1px solid #666;
	}

.popup_table td,.popup_table_l td{
	padding:2.7%;
	text-align:center;
	font-family: Century Gothic,"MS PGothic", "Osaka", Arial, sans-serif;
	}

.popup_table_r td{
	padding:3.88%;
	text-align:center;
	font-family: Century Gothic,"MS PGothic", "Osaka", Arial, sans-serif;
	}

.popup_content_area p{
	font-family: Century Gothic,"MS PGothic", "Osaka", Arial, sans-serif;
	font-weight:11px;
	font-weight:1.1rem;
	}

.pop_gray{
	background:#e8e8e8;
	font-weight:bold;
	font-size:10px;
	font-size:1.1rem;
	}


.popup_tables{
	overflow:hidden;
	}

.popup_table_l{
	float:left;
	width:100%;
	margin:0 0 1%;
	border:1px solid #666;
	}

.popup_table_r{
	float:left;
	width:66.6%;
	margin:0 0 3.44%;
	border:1px solid #666;
	}

.popup_btn{
	border: none;
    background-color: #E75542;
    color: #fff;
    width: 80%;
    line-height: 30px;
    height: 30px;
    margin: 10.34% auto 0;
    text-align: center;
	}

.popup_btn a{
    color: #fff;
	display:block;
	}

.popup_block{
	
	}

.popup_sp_block{
	display:block;
	font-size:8px;
	font-size:0.8rem;
	}

.wf-sawarabimincho { font-family: "Sawarabi Mincho"; }

.pc{
	display:none;
}
.sp{
	display:block;
}
}