 @charset "utf-8";
/**
 * page.css
 *
 * サブページ共通
 ***************/

/* format
-------------------------------- */
#mainImage {
	width: 1000px;
	margin: 0 auto;
}

#ContentArea {
	background: url(../img/common/content/bg_content_area.jpg) top center no-repeat;
}

	#Content {
		width: 988px;
		background: url(../img/common/content/bg_content_center.jpg) repeat-y;
	}

	#Content .wrapper {
		padding: 25px 35px;
		background: url(../img/common/content/bg_content_top.jpg) top no-repeat;
	}

	#main {
		float: left;
		width: 660px;
	}

	#side {
		float: right;
		width: 240px;
	}
	
	
	
/* top link
-------------------------------- */
#TopLink {
	width: 988px;
	background: url(../img/common/content/bg_content_bottom.jpg) bottom no-repeat;
}


/* side
-------------------------------- */
.widget {
	margin-bottom: 10px;
}

.widget-local-navi,
.blog-list {
	margin-bottom: 20px;
	background: url(../img/common/side/bg_sidenav_center.png) repeat-y;
}

.widget-local-navi .side-title,
.blog-list .side-title {
	position: relative;
	z-index: 10;
	width: 240px;
	height: 45px;
	background: url(../img/common/side/bg_ttl_sidenav.png) no-repeat;
	color: #fff;
	font-size: 18px; font-size; 1.8rem;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	line-height: 41px;
	text-align: center;
	text-shadow: 1px 1px 3px #000;
}

.widget-local-navi ul,
.blog-list ul {
	margin-top: -4px;
	padding-bottom: 15px;
	background: url(../img/common/side/bg_sidenav_bottom.png) bottom no-repeat;
}

.widget-local-navi li,
.blog-list li {
	margin: 0 15px;
	background-color: #fff;
	border-bottom: 1px solid #e3dedb;
	box-shadow: 2px 2px 3px 0 #ccc,-2px 2px 3px 0 #ccc;
}

.widget-local-navi li.lastChild,
.blog-list li.lastChild {
	border-bottom: none;
	border-radius: 0 0 6px 6px/0 0 6px 6px;
}

.widget-local-navi li a,
.blog-list li a {
	display: block;
	padding: 12px 10px 12px 22px;
	background: url(../img/common/side/icon_side_arrow.png) 10px 16px no-repeat;
	color: #333;
	text-decoration: none;
}

.widget-local-navi li a:visited,
.blog-list li a:visited {
	color: #333;
}

.widget-local-navi li a:hover,
.blog-list li a:hover {
	background-color: #fdeaf1;
	color: #09f;
	text-decoration: underline;
}

.widget-local-navi li.current a,
.blog-list li.current a {
	background-color: #fdeaf1;
}

.widget-text-10{
	display: none;
}

/* page
-------------------------------- */
.page {
	padding-bottom: 30px;
}

.page h2, .page .page-title {
	height: 56px;
	padding-left: 30px;
	margin: 0 -3px 10px -3px;
	background: url(../img/common/content/bg_ttl_h2.png) left top no-repeat;
	color: #fff;
	font-size: 16px; font-size: 1.6rem;
	font-weight: bold;
	line-height: 50px;
}

.page h2.plane-style {
	height: auto;
	padding-left: 0;
	background: none;
}
	
.page h3 {
	margin-bottom: 15px;
	font-size: 16px; font-size: 1.6rem;
	font-weight: bold;
}

.page h3.title {
	height: 38px;
	margin: 30px 0 15px;
	padding-left: 40px;
	background: url(../img/common/content/bg_ttl_pink.png) no-repeat;
	color: #fff;
	line-height: 38px;
}

.page h4 {
	margin-bottom: 10px;
	font-size: 14px; font-size: 1.4rem;
	font-weight: bold;
}

section {
	margin-bottom: 30px;
}

section p {
	margin-bottom: 15px;
}

section ul {
}

section ul li {
}

section ol {
}

section ol li {
}

section dl {
}

section dl dt {
}

section dl dd {
}

.box {
	margin-bottom: 24px;
	padding: 20px;
	background-color: #f7f6f4;
}

.box p {
	margin: 0;
}

.segment {
	margin-bottom: 20px;
}



/* Navigation
-------------------------------- */
#navigation {
	margin: 0 0 12px;
}

#navigation a {
	text-decoration: none;
}

#navigation h1 {
	display: inline-block;
	font-weight: normal;
}

/* image navigation
-------------------------------- */
#ImageNavigation {
	float: left;
	width: 580px;
	height: 475px;
}
#ImageNavigation .navi {
	float: left;
	margin-right: 20px;
}
#ImageNavigation .navi ul {
	border: 1px solid #1d1c1a;
	overflow: hidden;
}
#ImageNavigation .navi ul li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #1d1c1a;
	background: none;
}
#ImageNavigation .navi ul li.lastChild {
	border: none;
}
#ImageNavigation .navi ul li a {
	display: block;
}

#ImageNavigation .navi-image {
	float: left;
}
#ImageNavigation .navi-image a {
	border: 1px solid #1d1c1a;
}

#ImageNavigation .navi-image { position:relative;}
#ImageNavigation .navi-image a { display:block; }
#ImageNavigation .navi-image a { position:absolute; top:0; left:0; z-index:8; }
#ImageNavigation .navi-image a.active { z-index:10; }
#ImageNavigation .navi-image a.last-active { z-index:9; }
#ImageNavigation .navi-image a span {
	display: block;
	position: absolute;
	bottom: 0;
	width: 466px;
	padding: 6px;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
}





/* common
-------------------------------- */
#BottomInformation .right {
	margin-top: 5px;
}





/* feature index
-------------------------------- */
.feature-list {
	margin-bottom: 20px;
}

.feature-list .left {
	width: 250px;
}

.feature-list .right {
	width: 400px;
}

.feature-list h3 {
	height: 40px;
	padding-left: 60px;
	line-height: 36px;
	font-size: 17px; font-size: 1.7rem;
	font-weight: normal;
}

.feature-list h3 strong {
	color: #f39;
	font-weight: normal;
}

#Feature1 h3 {
	background: url(../img/page/feature/bg_ttl_feature1.png) left top no-repeat;
}

#Feature2 h3 {
	background: url(../img/page/feature/bg_ttl_feature2.png) left top no-repeat;
}

#Feature3 h3 {
	background: url(../img/page/feature/bg_ttl_feature3.png) left top no-repeat;
}

#Feature4 h3 {
	background: url(../img/page/feature/bg_ttl_feature4.png) left top no-repeat;
}

#Feature5 h3 {
	background: url(../img/page/feature/bg_ttl_feature5.png) left top no-repeat;
}

.more-link a {
	padding-left: 20px;
	background: url(../img/page/feature/icon_arrow.png) 6px 6px no-repeat;
	text-decoration: none;
}

.more-link a:hover {
	color: #06c;
	text-decoration: underline;
}

#ReasonBox {
	height: 173px;
	padding: 45px 20px 0 290px;
	background: url(../img/page/feature/bg_reason.png) no-repeat;
}

#ReasonBox h3 {
	color: #f39;
	font-size: 14px; font-size: 1.4rem;
}

#ReasonBox h3 a {
	color: #f39;
	text-decoration: none;
}








/* schoollife index
-------------------------------- */
#SchoollifeVoice {
	margin-bottom: 30px;
}

.schoollife-box {
	width: 292px;
	margin-bottom: 15px;
	padding: 20px 14px;
	border: 1px solid #c3dbf3;
	background-color: #f7fcff
}

.schoollife-box img {
	box-shadow: 0px 0px 8px #9ed7fe;
}


.schoollife-box h3 {
	padding: 4px 0 4px 40px;
	border-bottom: 2px dotted #09f;
	background: url(../img/page/schoollife/icon_plain.png) left 8px no-repeat;
	color: #f39;
	font-size: 16px; font-size: 1.6rem;
	font-weight: normal;
}

.schoollife-box h3 a {
	color: #f39;
	text-decoration: none;
}

#Interview h3 {
	height: 38px;
	padding-left: 40px;
	background: url(../img/common/content/bg_ttl_pink.png) no-repeat;
	color: #fff;
	line-height: 38px;
}

#voiceMovie h3 {
	height: 38px;
	padding-left: 40px;
	background: url(../img/common/content/bg_ttl_pink.png) no-repeat;
	color: #fff;
	line-height: 38px;
}

.schoollife-box h4 {
	padding: 4px 0 4px 40px;
	border-bottom: 2px dotted #09f;
	background: url(../img/page/schoollife/icon_plain.png) left 8px no-repeat;
	color: #f39;
	font-size: 16px; font-size: 1.6rem;
	font-weight: normal;
}

.schoollife-box h4 a {
	color: #f39;
	text-decoration: none;
}



/* schoollife interview1
-------------------------------- */
#InterviewHeadLine {
	padding: 20px 0 0;
	background: url(../img/page/schoollife/bg_headline_center.png) repeat-y;
}

#InterviewHeadLine ul {
	padding-bottom: 30px;
	background: url(../img/page/schoollife/bg_headline_bottom.png) bottom no-repeat;
}

#InterviewHeadLine h3 {
	margin: 0 20px 10px;
	padding-left: 45px;
	color: #f39;
	font-size: 14px; font-size: 1.4rem;
}

#InterviewHeadLine div,
#InterviewHeadLine p {
	margin: 0 20px 10px;
}

h3#InterviewTarget {
	background: url(../img/page/schoollife/interview1/bg_ttl_interview1.png) no-repeat;
}

h3#InterviewContents {
	margin-top: 20px;
	background: url(../img/page/schoollife/interview1/bg_ttl_interview2.png) no-repeat;
}

#InterviewHeadLine li {
	margin: 0 20px 8px;
	padding-left: 20px;
	background: url(../img/page/feature/icon_arrow.png) 6px 6px no-repeat;
	text-decoration: none;
}

#InterviewHeadLine li a {
	text-decoration: none;
}

#InterviewHeadLine li a:hover {
	color: #06c;
	text-decoration: underline;
}

.more-link-box {
	padding: 10px 0;
	background: url(../img/page/schoollife/bg_headline_center.png) repeat-y;
}

.more-link-box a {
	padding-left: 20px;
	background: url(../img/page/feature/icon_arrow.png) 6px 6px no-repeat;
	text-decoration: none;
}

.more-link-box a:hover {
	color: #06c;
	text-decoration: underline;
}

.episode h4 {
	height: 58px;
	margin-bottom: 0;
	padding: 24px 0 0 50px;
	background: url(../img/page/schoollife/interview1/bg_ttl_episode.png) no-repeat;
	color: #fff;
	font-size: 17px; font-size: 1.7rem;
}

.episode h5 {
	margin-bottom: 10px;
	padding-left: 10px;
	background: url(../img/page/schoollife/interview1/icon_interview.png) left 1px no-repeat;
	color: #f39;
}

.episode-wrap {
	margin-bottom: 20px;
	padding: 20px 15px 10px;
	background-color: #f7fbfd;
	border: 1px solid #c3dbf3;
}

.episode-wrap .img-right {
	float: right;
	width: 254px;
}

.caption {
	font-size: 12px; font-size: 1.2rem;
}

p#TanksMessage {
	margin: 30px 0 20px;
	color: #f39;
	font-size: 14px; font-size: 1.4rem;
	text-align: center;
}







/* course index
-------------------------------- */
.corse-box {
	width: 292px;
	margin-bottom: 15px;
	padding: 20px 14px;
	border: 1px solid #c3dbf3;
	background-color: #f7fcff
}

.corse-box img {
	box-shadow: 0px 0px 8px #9ed7fe;
}

.corse-box h3 {
	padding: 4px 0 4px 40px;
	border-bottom: 2px dotted #09f;
	background: url(../img/page/schoollife/icon_plain.png) left 8px no-repeat;
	color: #f39;
	font-size: 16px; font-size: 1.6rem;
	font-weight: normal;
}

.corse-box h3 a {
	color: #f39;
	text-decoration: none;
}


/* results index
-------------------------------- */
.results-box {
	width: 292px;
	margin-bottom: 15px;
	padding: 20px 14px;
	border: 1px solid #c3dbf3;
	background-color: #f7fcff
}

.results-box img {
	box-shadow: 0px 0px 8px #9ed7fe;
}

.results-box h3 {
	padding: 4px 0 4px 40px;
	border-bottom: 2px dotted #09f;
	background: url(../img/page/schoollife/icon_plain.png) left 8px no-repeat;
	color: #f39;
	font-size: 16px; font-size: 1.6rem;
	font-weight: normal;
}

.results-box h3 a {
	color: #f39;
	text-decoration: none;
}
.results-box h4 {
	padding: 4px 0 4px 40px;
	border-bottom: 2px dotted #09f;
	background: url(../img/page/schoollife/icon_plain.png) left 8px no-repeat;
	color: #f39;
	font-size: 16px; font-size: 1.6rem;
	font-weight: normal;
}

.results-box h4 a {
	color: #f39;
	text-decoration: none;
}


.interview-box {
	float: left;
	width: 170px;
	margin: 0 12px 15px 0;
	padding: 16px 20px;
	border: 1px solid #c3dbf3;
	background-color: #f7fcff
}

#InterviewList .last {
	margin-right: 0;
}

.interview-box .profile img {
	box-shadow: 0px 0px 8px #9ed7fe;
}

.interview-box h4 {
	padding: 4px 0;
	border-bottom: 2px dotted #09f;
	color: #f39;
	font-size: 16px; font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.2;
}

.interview-box h4 a {
	color: #f39;
	text-decoration: none;
}

.interview-box span.company {
	font-size: 13px; font-size: 1.3rem;
}


/* schoolinfo index
-------------------------------- */
.schoolinfo-box {
	width: 292px;
	margin-bottom: 15px;
	padding: 20px 14px;
	border: 1px solid #c3dbf3;
	background-color: #f7fcff
}

.schoolinfo-box img {
	box-shadow: 0px 0px 8px #9ed7fe;
}

.schoolinfo-box h3 {
	padding: 4px 0 4px 40px;
	border-bottom: 2px dotted #09f;
	background: url(../img/page/schoollife/icon_plain.png) left 8px no-repeat;
	color: #f39;
	font-size: 16px; font-size: 1.6rem;
	font-weight: normal;
}

.schoolinfo-box h3 a {
	color: #f39;
	text-decoration: none;
}



/* request index
-------------------------------- */
.request-box {
	width: 292px;
	margin-bottom: 15px;
	padding: 20px 14px;
	border: 1px solid #c3dbf3;
	background-color: #f7fcff
}

.request-box img {
	box-shadow: 0px 0px 8px #9ed7fe;
}

.request-box h3 {
	padding: 4px 0 4px 40px;
	border-bottom: 2px dotted #09f;
	background: url(../img/page/schoollife/icon_plain.png) left 8px no-repeat;
	color: #f39;
	font-size: 16px; font-size: 1.6rem;
	font-weight: normal;
}

.request-box h3 a {
	color: #f39;
	text-decoration: none;
}

#ContactForm {
	margin: 20px 0 30px;
}

#ContactForm .left-img {
	float: left;
	width: 93px;
	margin-right: 10px;
	padding-left: 10px;
}









/* lesson index
-------------------------------- */
#OnePointMessage {
	height: 195px;
	margin-bottom: 30px;
	background: url(../img/page/lesson/bg_onepoint_message.png) no-repeat;
}

#OnePointMessage p {
	padding: 46px 165px 0 50px;
	font-size: 14px; font-size: 1.4rem;
	line-height: 2.2
}

#PointSection1 .title {
	height: 69px;
	padding-left: 70px;
	background: url(../img/page/lesson/bg_ttl_flower.png) no-repeat;
	color: #fff;
}

#PointSection2 .title,
#PointSection3 .title {
	height: 89px;
	padding: 0 10px 0 70px;
	background: url(../img/page/lesson/bg_ttl_flower2.png) no-repeat;
	color: #fff;
}

#PointSection1 .title h3,
#PointSection2 .title h3,
#PointSection3 .title h3 {
	margin-bottom: 0;
	padding-top: 10px;
	font-size: 18px; font-size: 1.8rem;
}

#PointSection1 .title p,
#PointSection2 .title p,
#PointSection3 .title p {
	margin-bottom: 0;
}

.point-lesson {
	margin-bottom: 30px;
	padding: 20px 14px 30px;
	border-left: 1px solid #d1e3f5;
	border-right: 1px solid #d1e3f5;
	background: #f7fcff url(../img/page/lesson/bg_point_lesson.png) bottom no-repeat;
}

.point-lesson h4 {
	margin-left: 270px;
	border-bottom: 1px solid #d1e3f5;
	color: #f39;
	font-size: 16px; font-size: 1.6rem;
}

.point-lesson h4 a {
	color: #f39;
	text-decoration: none;
}


/* lesson lesson1
-------------------------------- */
section#lesson1 #lessonFeature {
	height: 147px;
	margin-bottom: 30px;
	padding: 20px 10px 0 180px;
	background: url(../img/page/lesson/lesson1/bg_one_point_lesson.png) no-repeat;
}

section#lesson1 #lessonFeature p {
	line-height: 1.6;
}

section#lesson1 #lessonFeature2 {
	min-height:147px;
	margin-bottom: 30px;
	padding: 20px 10px 0 180px;
	background:#FEF1F7 url(../img/page/lesson/lesson1/bg_one_point_lesson02.png) left center no-repeat;
	border:#F9C3D9 1px dotted;
}

section#lesson1 #lessonFeature2 p {
	line-height: 1.6;
}


section#lesson1 h4 {
	padding: 0 0 3px 30px;
	line-height: 26px;
	color: #09f;
	font-size: 15px; font-size: 1.5rem;
}

section#lesson1 h4#type1 {
	background: url(../img/page/lesson/lesson1/bg_ttl_lesson1.png) bottom no-repeat;
}

section#lesson1 h4#type2 {
	background: url(../img/page/lesson/lesson1/bg_ttl_lesson2.png) bottom no-repeat;
}

section#lesson1 h4#type3 {
	background: url(../img/page/lesson/lesson1/bg_ttl_lesson3.png) bottom no-repeat;
}





/* schoollife talk
-------------------------------- */
#talkNav {
	height: 55px;
	background: url(../img/page/schoollife/talk/bg_talk_menu.png) no-repeat;
}

section#talk {
	background-color: #fff4fa;
}

section#talk h3 {
	width: 600px;
	margin: 0 auto 20px;
	padding-left: 30px;
	background: url(../img/page/schoollife/talk/bg_ttl_talk.png) no-repeat;
	color: #fff;
	line-height: 35px;
}

section#talk h3.wide {
	height: 45px;
	padding-top: 10px;
	background: url(../img/page/schoollife/talk/bg_ttl_talk2.png) no-repeat;
	line-height: 1.2;
}

section#talk .segment {
	margin: 0 15px 30px;
}

section#talk p {
	padding-left: 40px;
}

section#talk p.matsu {
	background: url(../img/page/schoollife/talk/icon_matsuzaki.png) left top no-repeat;
}

section#talk p.hyo {
	background: url(../img/page/schoollife/talk/icon_hyodo.png) left top no-repeat;
}

section#talk p.two {
	background: url(../img/page/schoollife/talk/icon_two.png) left top no-repeat;
}

section#talk .mleft210 {
	margin-left: 210px;
}

section#talk .mleft260 {
	margin-left: 260px;
}

section#talk .mtop100 {
	margin-top: 100px;
}

section#talk #thanks p {
	padding: 0;
	color: #f39;
	text-align: center;
	font-weight: bold;
	font-size: 14px; font-size: 1.4rem;
}

ul#intaviewLink {
	padding: 20px 20px;
}

ul#intaviewLink li {
	float: left;
	margin-right: 20px;
	padding-left: 16px;
	background: url(../img/page/schoollife/talk/icon_arrow.png) 5px 5px no-repeat;
}

#talkNavBtm {
	height: 81px;
	background: url(../img/page/schoollife/talk/bg_talk_nav_btm.png) no-repeat;
}


/* school blog
-------------------------------- */
body#Blog #mainImage {
	width: 1100px;
}

body#Blog .page h2 {
	padding-left: 100px;
	background: none;
	line-height: 44px;
}

body#Blog .post {
	margin-bottom: 30px;
}

.blog-header {
	position: relative;
	height: 79px;
	background: url(../img/page/blog/bg_blog_title.png) no-repeat;
}


.blog-header .year-month {
	position: absolute;
	top: 40px;
	left: 27px;
	color: #fff;
}


.blog-header .date {
	position: absolute;
	top: 10px;
	left: 34px;
	color: #fff;
	font-size: 23px; font-size: 2.3rem;
	font-weight: bold;
}

.blog-header .category-title {
	position: absolute;
	top: 48px;
	left: 98px;
	color: #ed6698;
}

.post-body {
	padding: 14px;
	border-left: 1px solid #fbdbe8;
	border-right: 1px solid #fbdbe8;
	border-bottom: 1px solid #fbdbe8;
}

.post-body h3 {
	margin: 30px 0 20px;
	padding-left: 30px;
	background: url(../img/page/blog/bg_blog_subtitle.png) no-repeat;
	color: #fff;
	font-weight: bold;
	font-size: 14px; font-size: 1.4rem;
	line-height: 33px;
}

.post-body .blog-img {
	float: right;
	margin: 0 0 20px 20px;
}

.pager {
	margin-bottom: 60px;
	padding: 20px 10px;
	background-color: #f9f8f7;
	text-align: center;
	font-size: 15px; font-size: 1.5rem;
}

.pager .prev {
	float: left;
	width: 8em;
	margin-top: 6px;
	padding-left: 2px;
	background: url(../img/page/blog/icon_arrow_left.png) left 5px no-repeat;
}

.pager .prev a,
.pager .next a {
	text-decoration: none;
}

.pager .next {
	float: right;
	width: 8em;
	margin-top: 6px;
	padding-right: 2px;
	background: url(../img/page/blog/icon_arrow_right.png) right 5px no-repeat;
}

.pager .nombre {
}

.pager .nombre span {
	display: inline-block;
	margin-right: 4px;
	padding: 4px 10px;
	background-color: #d6cdc7;
	border: 1px solid #d6cdc7;
	color: #fff;
}

.pager .nombre a {
	display: inline-block;
	margin-right: 4px;
	padding: 4px 10px;
	background: #fff;
	border: 1px solid #d6cdc7;
	text-decoration: none;
}

#side .school-blog {
	margin: -9px 0 20px;
	background: url(../img/page/blog/bg_side_schoolblog.png) repeat-y;
}

#side .school-blog p {
	padding: 10px 10px 10px;
}

#side .school-blog p.link-arrow {
	padding: 0 10px 10px 24px;
	background: url(../img/page/blog/icon_arrow.png) 12px 5px no-repeat;
}

#side .school-blog p.link-arrow a {
	text-decoration: none;
}

.blog-side-nav {
	margin-bottom: 20px;
}

.blog-side-nav h2 {
	height: 44px;
	background: url(../img/page/blog/bg_side_title.png) no-repeat;
	color: #fff;
	text-align: center;
	line-height: 36px;
	font-size: 16px; font-size: 1.6rem;
}

.blog-side-nav ul {
	overflow: hidden;
	padding: 0 12px;
	background-color: #f9f8f7;
}

.blog-side-nav li {
	margin-bottom: -2px;
	padding: 10px 10px 10px 15px;
	border-bottom: 2px dotted #999;
	background: url(../img/page/blog/icon_arrow.png) left center no-repeat;
}

.blog-side-nav li span.date {
	color: #ed5994;
}

.blog-side-nav li span.title {
}

.blog-side-nav li a {
	text-decoration: none;
}



/* seminar opencampus
-------------------------------- */
#SeminarOpencampus {
}

#OCMainInfo {
	margin-bottom: 25px;
	padding: 4px;
	background: url(../img/page/seminar/opencampus/bg_oc_main.png) bottom no-repeat;
	border: 1px solid #FFACD6;
}
#OCMainInfo p#Date {
	font-size: 24px; font-size: 2.4rem;
	text-align: center;
}

#SeminarOpencampus h3 {
	height: 51px;
	padding-left: 60px;
	background: url(../img/page/seminar/opencampus/bg_ttl_oc1.png) no-repeat;
	color: #fff;
	font-size: 16px; font-size: 1.6rem;
	line-height: 51px;
	font-weight: normal;
}
#SeminarOpencampus h4 {
	height: 30px;
	padding-left: 40px;
	background: url(../img/page/seminar/opencampus/bg_ttl_oc2.png) bottom left no-repeat;
	color: #FF3399;
	font-size: 16px; font-size: 1.6rem;
	font-weight: normal;
	line-height: 25px;
}

a.link-arrow {
	padding-left: 10px;
	background: url(../img/page/seminar/opencampus/icon_arrow.png) left no-repeat;
	text-decoration: none;
}

#OCcontent {
	margin-bottom: 40px;
	padding: 15px;
	border-left: 1px solid #FBDBE8;
	border-right: 1px solid #FBDBE8;
	border-bottom: 1px solid #FBDBE8;
	background-color: #FFF7FD;
}
h3#OCcontentH3 {
	margin-bottom: 0;
	background: url(../img/page/seminar/opencampus/bg_ttl_oc2_2.png) bottom left no-repeat;
}
#OCcontent .clearfix {
	margin-bottom: 15px;
}
#OCcontent .left {
	width: 250px;
}
#OCcontent .right {
	width: 360px;
}

.oc-voice {
	margin-bottom: 10px;
	padding: 20px 20px 0 100px;
	background: url(../img/page/seminar/opencampus/bg_voice.png) top no-repeat;
}

table.oc-table {
	margin-bottom: 20px;
}
table.oc-table th {
	padding: 10px 15px;
	border: 1px solid #ccc;
	background-color: #EDF8FF;
	white-space: nowrap;
	vertical-align: middle;
}
table.oc-table td {
	padding: 10px 15px;
	border: 1px solid #ccc;
}



/* seminar jal_ana
-------------------------------- */

#jal_ana_MainInfo {
	margin-bottom: 25px;
	padding: 4px;
	background: url(../img/page/seminar/jal_ana/bg_oc_main.png) bottom no-repeat;
	border: 1px solid #44CEFD;
}

#jal_ana_MainInfo p#Date {
	font-size: 24px; font-size: 2.4rem;
	text-align: center;
}

/* seminar examination
-------------------------------- */

#examination_MainInfo {
	margin-bottom: 25px;
	padding: 4px;
	background: url(../img/page/seminar/examination/bg_oc_main.png) bottom no-repeat;
	border: 1px solid #6BDAB6;
}

#examination_MainInfo p#Date {
	font-size: 24px; font-size: 2.4rem;
	text-align: center;
}

/* ca-airline
-------------------------------- */
#Ca-airline h1 {
	background: linear-gradient(to bottom, #71bef5, #0f92ee);
    color: #fff;
	font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
	height: auto;
    padding: 8px;
    margin-bottom: 16px;
	border-radius: 4px;
}
#Ca-airline h2 {
	background: none;
	/*background: url(../img/page/ca-airline/ca-work/bdr_header1.png) bottom center no-repeat;*/
	color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
	line-height: 1.6;
    padding: 4px 16px;
	margin-bottom: 15px;
	height: initial;
	border-bottom: 4px solid #20a0fe;
}
#Ca-airline h3 {
	background: none;
	color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
	line-height: 1.4;
    padding: 4px 10px 4px 8px;
	margin: 0 0 16px 10px;
	height: auto;
	border-left: 3px solid #20a0fe;
}
#Ca-airline .ca-work-box2 {
	background: #fff4f6;
	color: #463c22;
	border: 2px solid #ffbfcd;
    border-radius: 8px;
	padding: 16px;
	margin-bottom: 30px;
}
#Ca-airline .ca-work-box2 h2 {
	background: none;
	color: #463c22;
	border-bottom: 2px solid #ffb1c2;
	padding: 8px 0 4px 0;
	margin-bottom: 8px;
}
#Ca-airline .ca-work-box2 .img-area {
	width: 35%;
    margin: 0 8px 10px 0;
    float: left;
}
#Ca-airline .ca-work-box2 p {
	width: 100%;
    margin: 0 auto 10px;
}
#Ca-airline .tab-box {
	background: #fffaeb;
	border: 3px solid #FF9800;
	border-radius: 10px;
	margin-bottom: 30px;
}
#Ca-airline .tab-box h2 {
	background: #FF9800;
	border-bottom: none;
	border-radius: 10px 10px 0 0;
	color: #ffffff;
	font-weight: bold;
	padding: 6px 10px;
	margin-bottom: 0;
}
#Ca-airline .tab-box .inner-box {
	padding: 16px 8px;
}
#Ca-airline .tab-box .inner-box li,
#Ca-airline .tab-box-2 .inner-box li
{
	list-style: none;
    padding-left: 12px;
    background: url(../img/page/ca-airline/icn_arrow.png) left 8px no-repeat;
}
#Ca-airline .tab-box .inner-box li a,
#Ca-airline .tab-box-2 .inner-box li a {
	line-height: 1.8;
}
#Ca-airline .tab-box .inner-box .img-area {
	width: 35%;
    margin: 0 8px 10px 0;
    float: left;
}
#Ca-airline .tab-box .inner-box p {
	width: 100%;
    margin: 0 auto 10px;
}
#Ca-airline .tab-box-2 {
	background: #fff;
	border: 3px solid #03a9f4;
	border-radius: 10px;
	margin-bottom: 30px;
}
#Ca-airline .tab-box-2 h2 {
	background: #03a9f4;
	border-radius: 10px 10px 0 0;
	color: #ffffff;
	font-weight: bold;
	padding: 6px 10px;
	margin-bottom: 0;
}
#Ca-airline .tab-box-2 .inner-box {
	padding: 16px 8px;
}
#Ca-airline .tab-box-2 .inner-box .img-area {
	width: 35%;
    margin: 0 8px 10px 0;
    float: left;
}
#Ca-airline .tab-box .inner-box p {
	width: 100%;
    margin: 0 auto 10px;
}
#Ca-airline .toc-wrapper {
	background: #f9f9f9;
	border: 3px solid #f1f1f1;
	padding: 10px;
	margin-bottom: 16px;
}
#Ca-airline .toc-wrapper p.ttl {
}

#Ca-airline .ca-airline-index {
	margin-bottom: 8px;
    background: #f9f9f9;
    padding: 8px;
}

#Ca-airline .ca-airline-index .right {
	width: 490px;
    padding-left: 8px;
    box-sizing: border-box;
}

#Ca-airline .ca-airline-index .link-more {
	float: right;
}

/* ca-airline english-skill
-------------------------------- */
.toc {
	margin-bottom: 20px;
}
.toc ol {
    counter-reset: section;
}
.toc ol li {
    list-style: none;
    padding-left: 10px;
    background: url(../img/page/ca-airline/icn_arrow.png) left 8px no-repeat;
}
.toc ol >li:before {
    content : counters(section, '-') '. ';
    counter-increment : section;
}

.toc ol li a {
	text-decoration: none;
	line-height: 1.8;
}

/* ca-faq index
-------------------------------- */
#QACorner {
	margin-bottom: 30px;
}
#QACorner li {
	position: relative;
	min-height: 50px;
	padding: 20px 180px 20px 54px;
	border-bottom: 2px dotted #C8E1F7;
	background: url(../img/page/ca-faq/top/icon_q.png) left 15px no-repeat;
}
#QACorner li .btn-answer {
	position: absolute;
	right: 0;
	top: 20px;
}

/* ca-faq sub
-------------------------------- */
#faqAnswer .titQ{
	background: url(../img/page/ca-faq/top/icon_q.png) left 15px no-repeat;
	border-bottom: 2px dotted #C8E1F7;
	padding: 20px 0px 0px 54px;
	color:#3C86E5;
	font-size: 18px;
	min-height: 50px;
}

#faqAnswer .txtboxA{
	background: url(../img/page/ca-faq/top/icon_a.png) left 15px no-repeat;
	padding: 20px 0px 30px 54px;
}

#faqAnswer .txtboxA img{
	padding: 0px 0px 20px 20px;
}


/* NewsBlog
-------------------------------- */
#NewsBlog .date {
	border-bottom: 1px dotted #CCC;
	padding-bottom: 4px;
	margin-bottom: 10px;
}
#NewsBlog .post {
	margin-bottom: 100px;
}
#NewsBlog #IndexList li {
	padding: 10px 0;
	border-bottom: 1px dotted #ccc;
}
#NewsBlog #IndexList li .date {
	margin-right: 2em;
	border-bottom: none;
}
#NewsListLink {
	padding-bottom: 0;
	background: none;
}
#NewsListLink li.lastChild {
	border-bottom: 5px solid #e3dedb;
	border-radius: 0;
}

/* -------------------------------------
pagenation     
--------------------------------------*/
.pagenation {
	margin-top: 20px;
	padding: 15px 10px;
	text-align: center;
	background:#F0F0F0;
}

.pagenation ul {
}

.pagenation ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

.pagination {
	margin-top: 20px;
	padding: 15px 10px;
	text-align: center;
	background:#F0F0F0;
}

.pagination a {
	display: inline-block;
	margin-bottom: 5px;
	padding: 5px 9px 3px;
	background: #B3B3B3;
	border: 1px solid #FFF;
	text-decoration: none;
	vertical-align: middle;
	color:#FFF;
}

.pagination .current {
	display: inline-block;
	margin-bottom: 5px;
	padding: 5px 9px 3px;
	background: #1877BF;
	border: 1px solid #FFF;
	text-decoration: none;
	vertical-align: middle;
	color:#FFF;
}

.pagination a.number:hover {
	background: #1877BF;
}

.pagination .disabled,
.pagination .prev,
.pagination .next {
	margin: 0 10px;
	padding:0px 10px;
	display:inline;
	border: 1px solid #ff6800;
	border-radius: 4px;
	background: #ff8a00;
	background: -moz-linear-gradient(top,  #ff8a00 0%, #ff5d00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff8a00), color-stop(100%,#ff5d00));
	background: -webkit-linear-gradient(top,  #ff8a00 0%,#ff5d00 100%);
	background: -o-linear-gradient(top,  #ff8a00 0%,#ff5d00 100%);
	background: -ms-linear-gradient(top,  #ff8a00 0%,#ff5d00 100%);
	background: linear-gradient(to bottom,  #ff8a00 0%,#ff5d00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8a00', endColorstr='#ff5d00',GradientType=0 );
	color: #fff;
	font-size: 1.0rem;
	vertical-align: middle;
}

.pagination .prev{
}
.pagination .next{
}
.pagination .disable {
}


/* #SchoolBlog
-------------------------------- */
#SchoolBlog h2, #SchoolBlog .page-title {
	padding-left: 100px;
	background: none;
}
#SchoolBlog .blog-header .date {
	left: 44px;
}
#SchoolBlog .blog-header .year-month {
	left: 24px;
}
#SchoolBlog #contentsNavi {
	margin-bottom: 60px;
	padding: 20px 10px;
	background-color: #f9f8f7;
	text-align: center;
}
#SchoolBlog #contentsNavi a {
	padding:0px 10px;
	display:inline;
	border: 1px solid #ff6800;
	border-radius: 4px;
	background: #ff8a00;
	background: -moz-linear-gradient(top,  #ff8a00 0%, #ff5d00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff8a00), color-stop(100%,#ff5d00));
	background: -webkit-linear-gradient(top,  #ff8a00 0%,#ff5d00 100%);
	background: -o-linear-gradient(top,  #ff8a00 0%,#ff5d00 100%);
	background: -ms-linear-gradient(top,  #ff8a00 0%,#ff5d00 100%);
	background: linear-gradient(to bottom,  #ff8a00 0%,#ff5d00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8a00', endColorstr='#ff5d00',GradientType=0 );
	color: #fff;
	font-size: 1.0rem;
	vertical-align: middle;
	text-decoration: none;
}

#Schoolblog .edit-link {
	display: none;
}




/* -------------------------------------
SchoolBlogPager     
--------------------------------------*/
#SchoolBlogPager {
	margin-bottom: 60px;
	padding: 20px 10px;
	background-color: #f9f8f7;
	text-align: center;
	font-size: 15px; font-size: 1.5rem;
}

#SchoolBlogPager a {
	text-decoration: none;
}

#SchoolBlogPager .next {
	float: right;
	width: 8em;
	margin-top: 6px;
	padding-right: 2px;
	background: url(../img/page/blog/icon_arrow_right.png) right 5px no-repeat;
}
#SchoolBlogPager .prev {
	float: left;
	width: 8em;
	margin-top: 6px;
	padding-left: 2px;
	background: url(../img/page/blog/icon_arrow_left.png) left 5px no-repeat;
}

#SchoolBlogPager .current {
	display: inline-block;
	margin-right: 4px;
	padding: 4px 10px;
	background-color: #d6cdc7;
	border: 1px solid #d6cdc7;
	color: #fff;
}
#SchoolBlogPager .number {
	display: inline-block;
	margin-right: 4px;
	padding: 4px 10px;
	background: #fff;
	border: 1px solid #d6cdc7;
	text-decoration: none;
}
#SchoolBlogPager .disabled {
	display: none;
}

/*--------------------------------------
フォーム
---------------------------------------*/
#ContactHeader01 {
	float: left;
	width: 400px;
	margin-bottom: 1em;
}
p.inquiry-title {
	font-size: 1.5rem;
	font-weight: bold;
}
#ContactHeader01 p img {
	float:left;
	margin-right:20px;
}
#ContactHeader {
	float: right;
	width: 240px;
	margin-bottom: 1em;
}
#ContactHeader #ContactTelNumber {
	color: #148ED8;
	font-size: 2.0rem;
	font-weight: bold;
}
#ContactHeader #ContactTime {
	color: #666666;
	font-size: 1.5rem;
}
#InquiryForm table {
	width: 660px;
	margin: 5px 0px;
	border: none;
	border-collapse: collapse;
	padding: 0;
}

#InquiryForm table td,
#InquiryForm table th{
	border: 1px solid #CCC;
	padding: 10px;
}

#InquiryForm table #chooseP{
	background:#B4DAF5;
	padding: 5px 10px;
}

#InquiryForm table th {
	background: #E1EFFB;
	width: 180px;
	text-align: left;
	vertical-align: middle;
}
#InquiryForm textarea.form_l {
	width: 98%;
}
#InquiryForm input.form_l {
	width: 70%;
}
#InquiryForm input.form_m {
	width: 50%;
}
.required{
	color:#C00;
	padding-left: 5px;
}

.txt{
	width: 20em;
}

.num{
	width: 5em;
}

.choice li{
	display: inline;
	padding-right: 15px;
}

.btnArea{
	background:#F0F0F0;
	padding: 20px;
	text-align: center;
	margin: 10px 0px;
}

.btnArea input{
	padding-left:20px;
}

.errorMsg{
	background:#FFDDDD;
	padding: 5px 10px;
	color: #C00;
	margin: 0px 0px 5px;
}

#contact #contents .text{
	margin-bottom: 15px;
}

#thanks{
	color: #156EB1;
	font-size: 124%;
	margin-bottom:10px;
}

#tel{
	margin-top: 20px;
	background:#F0F0F0;
	padding: 20px;
}

#tel dd{
	font-size: 124%;
	font-weight: bold;
}
.submit input {
	width: 300px;
	vertical-align: middle;
}
#Content .required {
	display: inline-block;
	margin-left: 10px;
	padding: 2px 6px;
	background-color: #CC3333;
	color: #fff !important;
	border-radius: 3px;
	font-weight: normal;
	font-size: 1.2rem !important;
}

/* #SchoolReport
-------------------------------- */
#SchoolReport .sc-report-detail h2 {
	margin: 20px 0;
	padding: 10px 50px 0;
	background: url(../img/page/report/bg_report_title01.jpg) left bottom no-repeat;
	color: #EB4D8C;
	font-size: 22px;
	line-height: 1.1;
}
#SchoolReport .sc-report-header::after {
	display: block;
	clear: both;
	content: "";
}
#SchoolReport .sc-report-header {
	height: 247px;
	margin-bottom: 30px;
	padding: 40px 60px;
	background: url(../img/page/report/bg_report_header.png) left top no-repeat;
	box-sizing: border-box;
}
#SchoolReport .sc-report-header-image {
	float: left;
	width: 136px;
}
#SchoolReport .sc-report-header-description {
	float: right;
	width: 360px;
	padding-top: 10px;
}
#SchoolReport .sc-report-header-title {
	margin: 10px 0 20px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #F9C1D8;
	color: #0787DE;
	font-size: 18px;
}
#SchoolReport .sc-report-header p {
	margin-left: 1em;
}
#SchoolReport h4 {
	margin: 30px 0 15px;
	padding: 10px 25px;
	background: #1468C5 url(../img/page/report/bg_report_title.jpg) left bottom no-repeat;
	color: #fff;
	font-size: 16px;
}
#SchoolReport .sc-report-main p {
	margin: 15px 0 30px;
	font-size: 14px;
}
#SchoolReport h5 {
	margin: 30px 0 15px;
	padding: 5px 0 0 12px;
	border-left: 3px solid #0099FF;
	color: #FF3399;
}
#SchoolReport .report-buttons {
	padding: 25px 0 15px;
	background: rgb(243,141,183,.2);
	text-align: center;
}
#SchoolReport .report-buttons div {
	display: inline-block;
}
#SchoolReport .report-buttons .report-buttons-01 {
	margin-right: 30px;
}

#SchoolReport .sc-report-list {
	padding: 30px 0 20px;
}
#SchoolReport .sc-report-list li {
	margin-bottom: 20px;
	border: 1px solid #D1E3F5;
	background: #F7FCFF;
}
#SchoolReport .sc-report-list li a {
	display: block;
	padding: 20px;
	box-sizing: border-box;
	text-decoration: none;
}
#SchoolReport .sc-report-list li a::after {
	display: block;
	clear: both;
	content: "";
}
#SchoolReport .sc-report-list li a .eyecatch {
	float: left;
	width: 160px;
	height: 160px;
	padding: 5px;
	background: #fff;
	box-shadow: 0 0 5px rgb(12,144,238.7);
	overflow: hidden;
}
#SchoolReport .sc-report-list li a .eyecatch img {
	width: 160px;
}
#SchoolReport .sc-report-list li a .sc-report-list-title {
	margin-left: 200px;
}
#SchoolReport .sc-report-list li a .title {
	height: auto;
	margin: 20px 0 30px;
	padding: 0;
	background: none;
	color: #FF3399;
	font-size: 18px;
	line-height: 1.5;
}
#SchoolReport .sc-report-list li a .btn-more {
	text-align: right;
}




