@charset "UTF-8";
/*
Theme Name: Consul Partner
Description: Consul Partner website stylesheet
Version: 1.0
Tags: one-column, two-columns, retina-ready, rmc

--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Global
2.0 Header
3.0 Footer
4.0 Site Main
5.0 Buttons
6.0 Clearings and Miscellaneous
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Global
--------------------------------------------------------------*/

/*@font-face {*/
/*  font-family: 'RiiPopkkR';
/*  src: url('RiiPopkkR.eot'); /* IE9 Compat Modes */
/*  src: url('RiiPopkkR.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ /*      
/*       url('RiiPopkkR.woff') format('woff'), /* Pretty Modern Browsers */
/*       url('RiiPopkkR.ttf')  format('truetype'), /* Safari, Android, iOS */
/*       url('RiiPopkkR.svg#RiiPopkkR') format('svg'); /* Legacy iOS */
/*}*/
	/*2016/10/18 @satoh delete RiiPopkkR font*/

html,
body {
	height: 100%;
}

body {
	background-color: #ffffff;
	background-image: url(../img/rainbow_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	color: #444444;
	font-family: 'RiiPopkkR', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	min-width: 980px;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

a {
	color: inherit;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

img {
	height: auto;
	max-width: 100%;
}

.clearfix {
	clear: both;
}

.container {
	max-width: 960px;
	width: 100%;
	margin: 0 auto -141px;
	min-height: 100%;
}

.container:after {
	content: '';
	display: block;
	height: 141px;
}

/*--------------------------------------------------------------
2.0 Header
--------------------------------------------------------------*/
.site-header {
	background: url(../img/header_bg.png) center top no-repeat;
	width: 100%;
	height: 400px;
	position: relative;
	box-shadow: 0 1px 8px #777;
	border-radius: 0 0 30px 30px;
	margin: 0 0 25px;
}

.site-header-info {
	position: absolute;
	bottom: 30px;
	right: 30px;
	color: #00f;
	font-weight: 700;
	text-shadow: 0 1px 7px #fff;
	/*2016/10/18 @satoh add font-weight*/
	/*2016/10/18 @satoh change color & text-shadow's color*/
}

.site-header-info h1 {
	margin: 0 0 7px;
	line-height: 1;
	font-size: 24px;
}

.site-header-info p {
	margin: 0 0 0;
	font-size: 12px;
	font-weight: bold;
}

.home {
	float: right;
}

.home img {
	height: 70px;
	margin-right: 20px;
}

.main-navigation {
	float: right;
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
	text-align: center;
}

.main-navigation > li {
	font-size: 14px;
	padding: 14px 20px;
	font-weight: bold;
	position: relative;
	display: inline-block;
	width: 210px;
}

.main-navigation > li a {
	display: block;
	border-radius: 7px;
	box-shadow: 0 1px 5px #777;
	padding: 8px;
	color: #4c4948;
}

.main-navigation > li > ul {
	display: none;
	list-style: none;
}

.main-navigation > li:hover > ul {
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0px 20px;
	width: 210px;
	z-index: 9999;
}

.main-navigation > li:hover > ul > li {
	margin: 0 0 5px;
}

.main-navigation li a.blue {
	background-color: #3f9eea;
}
.main-navigation li a.blue:hover {
	background-color: #52AFEF;
}
.main-navigation li a.green {
	background-color: #7ABE43;
}
.main-navigation li a.green:hover {
	background-color: #90CC56;
}
.main-navigation li a.yellow {
	background-color: #FFF202;
}
.main-navigation li a.yellow:hover {
	background-color: #FFF89F;
}
.main-navigation li a.orange {
	background-color: #FF881E;
}
.main-navigation li a.orange:hover {
	background-color: #FF9136;
}
.main-navigation li a.red {
	background-color: #FF1D25;
}
.main-navigation li a.red:hover {
	background-color: #E84646;
}
.main-navigation li a.pink {
	background-color: #FF7BA1;
}
.main-navigation li a.pink:hover {
	background-color: #FC88AF;
}

.main-navigation > li:first-child:before,
.main-navigation > li:after {
	background: url(../img/nav_border.png) center no-repeat;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 5px;
	height: 65px;
}

.main-navigation > li:first-child:before {
	left: 0;
	height: 65px;
}

.main-navigation li a.active {
	color: #fff;
	text-decoration: underline;
}

/*--------------------------------------------------------------
3.0 Footer
--------------------------------------------------------------*/
.site-footer {
	background: #0071b0;
	padding: 30px 20px 20px;
}

.footer-wrap {
	max-width: 630px;
	width: 100%;
	margin: 0 auto;
}

.site-footer .to-top {
	float: right;
}

.site-footer .to-top:hover {
	opacity: .85;
}

.footer-menu {
	float: left;
	width: 500px;
	list-style: none;
	margin: 20px 0 0;
	padding: 0;
}

.footer-menu li {
	display: inline-block;
	margin-right: 15px;
}

.footer-menu a {
	background: url(../img/list_arrow.png) center left no-repeat;
	padding-left: 20px;
	color: #fff;
	font-size: 14px;
}

.footer-menu a:hover {
	opacity: .85;
}

/*--------------------------------------------------------------
4.0 Site Main
--------------------------------------------------------------*/
.site-main {
	box-shadow: 0 1px 8px #777;
	border-radius: 30px 30px;
	background: #fff;
	padding: 18px 20px 20px;
	margin-bottom: 100px;
}

.sidebar {
	float: left;
	width: 300px;
	margin-right: 20px;
}

.index-page .primary-area {
	width: 600px;
	float: right;
}

.title-bar {
	background: #d4ffea;
	padding: 10px 17px;
	border-radius: 8px;
	box-shadow: 0 2px 5px #aaa;
	color: #3f3000;
	font-size: 24px;
	font-weight: bold;
	margin: 20px 0;
}

.index-page .title-bar {
	background: #0071b0;
	color: #fff;
}

.section {
	margin-bottom: 30px;
}

.section h2 {
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 0;
	padding: 0 10px;
}

.section p {
	margin: 0 0;
	font-size: 14px;
	padding: 0 10px;
	text-indent: 5px;
}

.img-slider {
	width: 100%;
	height: 300px;
	margin-bottom: 30px;
	background: #737276;
	position: relative;
	text-align: center;
	overflow: hidden;
}

.img-box {
	width: 425px;
	height: 286px;
	display: inline-block;
	position: relative;
	margin-top: 8px;
}

.slides {
	width: 425px;
	height: 285px;
	margin: 0 0;
	list-style: none;
	padding: 0 0 0;
}

.slides li {
	margin: 0 0 0;
	width: 425px;
}

.slides li img {
	display: block;
}

.img-slider .flex-nav-prev,
.img-slider .flex-nav-next {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -25px;
}

.img-slider .flex-nav-prev {
	left: -70px;
}

.img-slider .flex-nav-next {
	right: -70px;
}

.img-slider .flex-nav-prev a,
.img-slider .flex-nav-next a {
	display: block;
	width: 50px;
	height: 50px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.img-slider .flex-nav-prev a:hover,
.img-slider .flex-nav-next a:hover {
	opacity: .85;
}

.img-slider .flex-nav-prev a {
	background-image: url(../img/prev.png);
}

.img-slider .flex-nav-next a {
	background-image: url(../img/next.png);
}

.map p {
	margin: 0 0;
	font-size: 14px;
}

#area-map {
	width: 100%;
	height: 320px;
	margin-bottom: 15px;
}

.aside {
	margin-bottom: 25px;
}

.aside .title-bar {
	font-size: 16px;
	padding: 8px 20px;
}

.aside .to-home {
	padding-top: 30px;
	display: block;
}

.news-list ul {
	list-style: none;
	margin: 0 0 0;
	padding: 0 7px 0;
	overflow: auto;
	max-height: 240px;
	font-size: 14px;
}

.news-list ul li {
	margin-bottom: 15px;
}

.news-list ul p {
	margin: 0 0 5px;
}

.news-list ul p .date,
.news-list ul p .title {
	display: inline-block;
	vertical-align: top;
}

.news-list ul p .date {
	margin-right: 10px;
}

.banners {
	display: block;
	width: 100%;
	height: 100%;
	box-shadow: 0 2px 7px #aaa;
	border-radius: 15px;
	margin-bottom: 15px;
}

.banners img {
	display: block;
}

.banners:hover {
	opacity: .85;
}

.no-bullets {
	list-style: none;
	margin: 15px 0;
	padding: 0 0 0 15px;
}

/* Club Page */
.box-shadow {
	border-radius: 15px;
	box-shadow: 0 2px 7px #aaa;
	width: 100%;
	padding: 10px 15px;
	margin-bottom: 10px;
	background-color: #fff;
	text-align: center;
}

.box-float {
	float: left;
	width: 49%;
	margin-right: 12px;
	margin-bottom: 10px;
}

.box-float.even {
	margin-right: 0;
}

.box-shadow p {
	text-align: left;
	margin: 0 0;
	font-size: 14px;
	line-height: 1.4;
	color: #67686b;
}

.box-shadow img {
	box-shadow: 0 2px 7px #aaa;
	border-radius: 7px;
	max-height: 175px;
	display: inline-block;
}

.box-shadow .float {
	width: 264px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.line_flower {
	width: 100%;
	height: 63px;
	background-image: url('../img/line_flower.png');
	background-repeat: repeat-x;
}

/* Recruitment Page */
.blue-border {
	margin-bottom: 10px;
	padding: 10px 10px 2px;
	border: 5px dotted transparent;
	-webkit-border-image: url(../img/dotted_border.png) 8 round; /* Safari 3.1-5 */
		 -o-border-image: url(../img/dotted_border.png) 8 round; /* Opera 11-12.1 */
			border-image: url(../img/dotted_border.png) 8 round;
}

.box-float .blue-border {
	margin-bottom: 0;
}

.blue-border p {
	margin: 0 0 5px;
	padding: 0 5px;
	font-size: 14px;
}

.blue-border p.border-bottom {
	padding-bottom: 5px;
	border: 0;
	border-bottom: 5px dotted transparent;
	-webkit-border-image: url(../img/dotted_border.png) 8 round; /* Safari 3.1-5 */
		 -o-border-image: url(../img/dotted_border.png) 8 round; /* Opera 11-12.1 */
			border-image: url(../img/dotted_border.png) 8 round;
}

.dotted-border {
	table-layout: fixed;
	width: 100%;
	border-collapse: separate;
	font-size: 14px;
}

.dotted-border td {
	padding: 10px;
	text-align: center;
	border: 5px dotted transparent;
	border-bottom: 0;
	-webkit-border-image: url(../img/dotted_border.png) 8 round; /* Safari 3.1-5 */
		 -o-border-image: url(../img/dotted_border.png) 8 round; /* Opera 11-12.1 */
			border-image: url(../img/dotted_border.png) 8 round;
}

.dotted-border td:first-child {
	border-left: 0;
	border-right: 0;
}

.dotted-border td:nth-child(2) {
	border-right: 0;
}

.dotted-border td:last-child {
	border-right: 0;
}

.dotted-border.v-top td {
	vertical-align: top;
}

/* Enrollment Page */
dl {
	margin: 0 0 15px;
	font-size: 14px;
}

dd, dt {
	/*display: inline-block;
	vertical-align: top;*/
	margin: 0;
	margin-right: -7px;
}

dd {
	display: inline-block;
	border-bottom: 1px solid #444444;
	margin-bottom: 8px;
}

dt p {
	margin: 0;
	/*padding-left: 15px;*/
}

dt p.text:before {
	display: inline-block;
	content: '・';
	margin-left: -18px;
}

dt .images img {
	display: inline-block;
	vertical-align: top;
	margin: 2px 5px;
	max-width: 280px;
}

.annual-events {
	margin-bottom: 20px;
}

.annual-events dd span {
	font-size: 20px;
	display: inline-block;
	padding-top: 5px;
	margin-right: 20px;
	background: url('../img/heart.png') no-repeat;
	background-size: 40px;
	background-position: center;
}

.annual-events .images {
	padding-left: 20px;
}

.class-schedule {
	margin-bottom: 20px;
	/*min-height: 529px;*/
	/*padding-right: 150px;*/
}

.class-schedule dl {
	margin-bottom: 25px;
}

.class-schedule dt {
	padding-left: 20px;
}

.class-schedule .timeline {
	padding-right: 20px;
}

.class-schedule .timeline span {
	min-width: 90px;
	display: inline-block;
}

.class-schedule .images {
	margin-top: 10px;
}

/* Download Page */
.download-list {
	list-style: none;
	margin: 0 10px;
	padding: 0 0;
	font-size: 18px;
}

.download-list li {
	clear: both;
	padding: 10px;
	margin-bottom: 5px;
	border: 0;
	border-top: 5px dotted transparent;
	-webkit-border-image: url(../img/dotted_border.png) 8 round; /* Safari 3.1-5 */
		 -o-border-image: url(../img/dotted_border.png) 8 round; /* Opera 11-12.1 */
			border-image: url(../img/dotted_border.png) 8 round;
}

.download-list li:first-child {
	border-top: 0;
	padding-top: 10px;
}

.download-list img,
.download-list .text,
.download-list .btn-download {
	display: inline-block;
	vertical-align: middle;
}

.download-list img {
	padding-left: 20px;
}

.download-list .text {
	width: 220px;
	text-align: center;
	font-size: 24px;
}

.download-list .btn-download {
	width: 150px;
	text-align: center;
	margin-top: -3px;
	padding: 5px 15px;
	font-weight: bold;
	background: #99ffc2;
	border-radius: 8px;
	box-shadow: 0 2px 5px #aaa;
	color: #666666;
	text-decoration: underline;
}

.download-list .btn-download:hover {
	background: #d4ffea;
}

/*--------------------------------------------------------------
5.0 Buttons
--------------------------------------------------------------*/
.image-link img {
	display: block;
}

.image-link:hover img {
	opacity: .85;
}

/*--------------------------------------------------------------
6.0 Clearings and Miscellaneous
--------------------------------------------------------------*/
.clear:after,
.site-main:after,
.footer-wrap:after,
.download-list li:after {
	clear: both;
	content: '';
	display: table;
}

.mt40 {
	margin-top: 40px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.f18 {
	font-size: 18px;
}

.f-orange {
	color: #ff9b17;
}

.img-block {
	display: block;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.pl40 {
	padding-left: 40px !important;
}
