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

/*body*/
body {
	background-attachment: fixed;
	background-image: url(../../images/common/bg.gif);
	color: #444;
	font-family: "メイリオ", Meiryo, "MS PGothic", sans-serif, Verdana, "ＭＳ Ｐゴシック";
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
}

a {
	color: #E60077;
}

.wrap {
	width: 900px;
	margin: 0 auto;
	position:relative;
}

p {
	text-align: justify;
}

/*header*/
#header {
	position: relative;
	height: 132px;
	z-index: 500;
	background-image: url(../../images/common/header/bg.png);
	background-repeat: repeat-x;
}

#header h1 a {
	float: left;
	display: block;
	width: 285px;
	height: 55px;
	margin-top: 17px;
	background-image: url(../../images/common/header/logo.png);
	text-indent: -9999px;
}

/*#header p {
	float: left;
	width: 304px;
	height: 25px;
	margin: 26px 0 0 15px;
	background-image: url(../../images/common/header/about.gif);
	text-indent: -9999px;
}*/

#header p {
	float: left;
	width: 304px;
	margin: 22px 0 0 15px;
	color: #001c73;
	font-size: 10px;
	line-height: 14px;
}

#header .contact {
	float: right;
}

#header dl {
	position:absolute;
	right:0;
	top:35px;
}

#header dl dd{
	float:left;
}

#header ul li {
	position: relative;
	float: left;
	margin-top: 12px;
}

/*subnavigation*/
#header ul.subnav {
	position: absolute;
	top: 39px;
	margin: 0;
}

#header ul.subnav li {
	float: none;
	margin: 0;
}

#header ul.subnav li a {
	display: block;
	width: 180px;
	height: 34px;
	margin: 0;
	background: url(../../images/common/header/subnav.gif) no-repeat 0 0;
}

#header ul.subnav li a span {
	visibility: hidden;
}

#header ul.subnav li.btn_about a {
	background-position: 0 0;
}
#header ul.subnav li.btn_about a:hover {
	background-position: -180px 0;
}
#header ul.subnav li.btn_principle a {
	background-position: 0 -34px;
}
#header ul.subnav li.btn_principle a:hover {
	background-position: -180px -34px;
}
#header ul.subnav li.btn_school a {
	background-position: 0 -68px;
}
#header ul.subnav li.btn_school a:hover {
	background-position: -180px -68px;
}
#header ul.subnav li.btn_varsity a {
	background-position: 0 -102px;
}
#header ul.subnav li.btn_varsity a:hover {
	background-position: -180px -102px;
}
#header ul.subnav li.btn_elite a {
	background-position: 0 -306px;
}
#header ul.subnav li.btn_elite a:hover {
	background-position: -180px -306px;
}
#header ul.subnav li.btn_appearance a {
	background-position: 0 -136px;
}
#header ul.subnav li.btn_appearance a:hover {
	background-position: -180px -136px;
}
#header ul.subnav li.btn_sport a {
	background-position: 0 -170px;
}
#header ul.subnav li.btn_sport a:hover {
	background-position: -180px -170px;
}
#header ul.subnav li.btn_proteam a {
	background-position: 0 -204px;
}
#header ul.subnav li.btn_proteam a:hover {
	background-position: -180px -204px;
}
#header ul.subnav li.btn_performance a {
	background-position: 0 -238px;
}
#header ul.subnav li.btn_performance a:hover {
	background-position: -180px -238px;
}
#header ul.subnav li.btn_members a {
	background-position: 0 -272px;
}
#header ul.subnav li.btn_members a:hover {
	background-position: -180px -272px;
}

/*contents*/
#contents {
	min-height: 1000px;
}

#contents .navi {
	position: absolute;
	top: 123px;
	width: 100%;
	height: 30px;
	margin-top: 0px;
	padding-top: 10px;
	background-image: url(../../images/common/navi/bg.png);
	font-size: 12px;
	z-index: 1;
}

#contents .navi li {
	float: left;
}

#contents .navi li a {
	color: #444;
	text-decoration: underline;
}

#contents .navi li a:hover {
	color: #999;
}

#contents .navi .menu_01 {
	padding-left: 15px;
	background: url(../../images/common/navi/home.png) no-repeat left;
}

#contents .navi .menu_02 {
	margin: 0 7px;
}

#contents .title {
	display: block;
	width: 979px;
	height: auto;
	margin: -8px auto 20px auto;
	text-indent: -9999px;
}

#contents .main {
	float: left;
	width: 600px;
}

#contents .main h2 {
	margin-bottom: 20px;
}

#contents .main h3 {
	position: relative;
	height: 23px;
	margin-bottom: 12px;
	padding-bottom: 10px;
	background: url(../../images/common/h3_gray.gif) repeat-x bottom;
	color: #E60077;
	font-size: 15px;
	line-height: normal;
}

#contents .main h3 span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 23px;
	padding-bottom: 10px;
	background: url(../../images/common/h3_pink.gif) repeat-x bottom;
}

#contents .main h4 {
	margin-bottom: 10px;
	padding-bottom: 7px;
	border-bottom: 1px dotted #001C73;
	color: #001C73;
	font-size: 15px;
}

#contents .main .image-left,
#contents .main .image-right {
	height: auto;
	overflow: hidden;
}

#contents .main .image-left img {
	float: left;
	margin: 0 20px 5px 0 !important;
	padding: 0 !important;
}

#contents .main .image-right img {
	float: right;
	margin: 0 0 5px 20px !important;
	padding: 0 !important;
}

#contents .main .image-left p,
#contents .main .image-right p {
	height: auto;
	overflow: hidden;
}

#contents .sidebar {
	float: right;
	width: 250px;
}

#contents .sidebar dl {
	margin-bottom: 20px;
	background-color: #FFF;
	border-bottom: 2px solid #FFBCDE;
}

#contents .sidebar dl dt {
	border-bottom: 3px solid #FFBCDE;
}

#contents .sidebar dl dd {
	width: 244px;
	border-right: 3px solid #FFBCDE;
	border-bottom: 1px solid #FFBCDE;
	border-left: 3px solid #FFBCDE;
}

#contents .sidebar dl dd a {
	display: block;
	width: 199px;
	height: auto;
	padding: 10px 10px 10px 35px;
	background: url(../../images/common/sidebar/list_02.gif) no-repeat 15px 50%;
	color: #444;
	text-decoration: none;
}

#contents .sidebar dl dd a:hover,
#contents .sidebar dl dd .active {
	color:#E60077;
}

#contents .sidebar dl dd .active {
	background-image: url(../../images/common/sidebar/list_01.gif);
}

#contents .sidebar ul li {
	position: relative; /* miya added 2013.11.22 */
	margin-bottom: 10px;
}

/* miya added 2013.11.22 start */
#contents .sidebar ul li div.fb-like {
	position: absolute;
	top: 26px;
	left: 59px;
	margin: 0;
}
/* miya added 2013.11.22 end */

.link--insta {
	background-color: #E60077;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 0.8rem;
  margin: 10px 0 20px 0;
  padding: 3px 20px 3px 15px;
  text-align: center;
}
.link--insta:hover {
	text-decoration: none;
	opacity: 0.5;
}
.link--insta img {
	width: 18px;
	margin-right: 7px;
	vertical-align: middle;
}
.link--tiktok {
	background-color: #000;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 0.8rem;
  margin: 10px 0 20px 0;
  padding: 3px 20px 3px 15px;
  text-align: center;
}
.link--tiktok:hover {
	text-decoration: none;
	opacity: 0.5;
}
.link--tiktok img {
	width: 15px;
	margin-right: 7px;
	vertical-align: middle;
}

/*footer*/
#footer {
	clear: both;
	margin-top: 50px;
	background-color: #FFF;
	border-top: 3px solid #BDDCEF;
}

#footer .pagetop {
	float: right;
	width: 48px;
	height: 22px;
	margin-top: -25px;
	background-image: url(../../images/common/footer/pagetop.png);
	text-indent: -9999px;
}

#footer .logo {
	float: left;
	margin-top: 17px;
}

#footer .about {
	float: left;
	width: 359px;
	height: 25px;
	margin: 10px 0 0 165px;
	padding-top: 22px;
	background: url(../../images/common/footer/about.gif) no-repeat top left;
	font-size: 11px;
	line-height: 1.3em;
}

#footer .contact {
	float: right;
	margin: 10px 0;
}

#footer .links {
	padding: 30px 0;
	background-color: #D7E8F2;
	border-bottom: 3px solid #BDDCEF;
}

#footer .links a {
	color: #444;
}

#footer .links a:hover {
	text-decoration: underline;
}
#footer .links dl {
	clear: none;
	float: left;
	min-height: 120px;
	padding: 5px 20px 5px 20px;
	border-left: 1px solid #B9C4CE;
	font-size: 11px;
}

#footer .links .list_01 {
	width: 149px;
}

#footer .links .list_02 {
	width: 159px;
}
#footer .links .list_03 {
	width: 88px;
	padding: 0 20px;
	border-right: 1px solid #B9C4CE;
}

#footer .links dl dt {
	background-repeat: no-repeat;
	background-position: left;
}

#footer .links .list_01 dt {
	padding-left: 17px;
	background-image: url(../../images/common/footer/list_01.gif);
}

#footer .links .list_01 dd {
	margin-left: 4px;
}

#footer .links .list_02 dt {
	padding-left: 12px;
	background-image: url(../../images/common/footer/list_02.gif);
}

#footer .links .facebook {
	float: left;
}

#footer .links .twitter {
	float: right;
}

#footer .copyright {
	display: block;
	padding: 10px 0;
	color: #A3989D;
	font-size: 12px;
	text-align: center;
}

/* Exception */
.fw_bold {
	font-weight: bold !important;
}
.fc_navy {
	color: #001c73 !important;
}

.mb16 {
	margin-bottom: 16px !important;
}
.mb26 {
	margin-bottom: 26px !important;
}

.mt16 {
	margin-top: 16px !important;
}

.mt26 {
	margin-top: 26px !important;
}

.pl310 {
	padding-left: 310px !important;
}

.clear {
	clear: both !important;
}


/* 装飾ボタン */
.btn {
	background-color: #E60077;
	display: inline-block;
	margin: 10px;
	color: #fff;
	border-radius: 30px;
	padding: 10px 30px;
}

.btn:hover {
	text-decoration: none;
	opacity: .5;
}