@charset "utf-8";

/* base ---------------------------- */
/* REWRITE(TAG)
------------------------------------ */
html{font-size: 10px;}
body {
	color: #282828;
	text-align:left;
	-webkit-text-size-adjust: none;	/* webkit */
	background: url('../images/bg.jpg');
	font-size: 12px;
	font-size: 1.2rem;
}
body,input{
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
p, li, dt, dd, th, td, address, pre, input, textarea, caption, code, figcaption {
	line-height: 1.4;
}
li li, li dl, li dt, li dd, li ol, li p, dd dd, dd p, dd th, dd td, dd li, dd pre, dd input, dd textarea, td dt, td dd, td li, td p, p input, p textarea, p button, table p, table ul, table ol {
}
figure {
	display: block;
}
address {
	display: inline;
}
ul, ol {
	list-style: none;
}
a {
	color: #292929;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:focus {
	outline: none;
}
img {
	vertical-align: bottom;
}

/* base ---------------------------- */
/* COMMON LAYOUT
------------------------------------ */
a.imgOver:hover {
	opacity: 0.8;
}

/* --------------------------------- */
/* CONTENTS
------------------------------------ */
/* wrap */
#wrap{
	background:url(../images/hd_bg.jpg) repeat-x 0 0;
}
#container{
	width:978px;
	margin:0 auto;
}

/* header */
#header{
	position:relative;
	height:195px;
}
#header h1{
	position:absolute;
	left:50%;
	margin:25px 0 0 -82px;
	width:164px;
	height:141px;
	background:url(../images/logo.png) repeat-x 0 0;
}
#header h1 a{
	display:block;
	width:100%;
	height:100%;
	text-indent:-9999px;
	overflow:hidden;
}
#header .telBox{
	position:absolute;
	top:5px;
	right:0;
	text-align:center;
	width:183px;
	padding:10px 0 5px;
	border-radius:0 0 5px 5px;
	background-color:#deedbc;
	background-color: rgba(199, 117, 156, 0.2);
}
#header .telBox p{
	padding-bottom:5px;
}

/* global nav */
.gn{
	position:relative;
	top:110px;
	width:924px;
	margin:0 auto;
}
.gn li{
	float:left;
	height:44px;
	margin-right:8px;
}
.gn a{
	display:block;
	width:100%;
	height:100%;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/nav.jpg) no-repeat 0 top;
}
.gn .gnHome{width:75px;}
.gn .gnAss{width:143px;}
.gn .gnAbout{width:116px;}
.gn .gnInst{
	width:120px;
	margin:0 0 0 212px;
}
.gn .gnSem{
	width:137px;
	margin:0 0 0 0;
}
.gn .gnMember{
	width:97px;
	margin:0 0 0 0;
}

.gnHome a:hover,
.gnHome.current a{background-position:0 bottom;}
.gnAss a{background-position:-75px 0;}
.gnAss a:hover,
.gnAss.current a{background-position:-75px bottom;}
.gnAbout a{background-position:-218px 0;}
.gnAbout a:hover,
.gnAbout.current a{background-position:-218px bottom;}
.gnInst a{background-position:-334px 0;}
.gnInst a:hover,
.gnInst.current a{background-position:-334px bottom;}
.gnSem a{background-position:-454px 0;}
.gnSem a:hover,
.gnSem.current a{background-position:-454px bottom;}
.gnMember a{background-position:-591px 0;}
.gnMember a:hover,
.gnMember.current a{background-position:-591px bottom;}

/* contents */
#contents {
	width: 100%;
	margin-bottom:40px;
}
#side {
	text-align:center;
	width: 246px;
	float:left;
	border-radius:5px;
	padding:20px 0;
	background-color:#d0e1a5;
	background-color: rgba(199, 117, 156, 0.2);
}
#side ul{
	padding-bottom:5px;
}
#side ul li{
	margin-bottom:10px;
}
#main {
	width:695px;
	float:right;
}
#main .mainInner{
	border-radius:5px;
	margin:0 0 20px;
	padding:27px 0 5px;
	background:#fff;
}

/* --------------------------------- */
/* VISUAL
------------------------------------ */
.visual{
	margin-bottom:40px;
}

/* --------------------------------- */
/* MAIN
------------------------------------ */
#main .topicpath{
	color:#9a9a99;
	font-size:10px;
	font-size:1.0rem;
	text-align:right;
	padding:5px;
}
#main .topicpath a{
	color:#9a9a99;
	text-decoration:underline;
}
#main .topicpath a:hover{
	text-decoration:none;
}
.pageTitle{
	margin-bottom:20px;
}
.section{
	padding:0 27px 15px;
}
.section h1{
	color:#F00086;
	font-size:24px;
	font-size:2.4rem;
	font-weight:bold;
	border-radius:5px;
	line-height:1.2;
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	margin-bottom:20px;
	padding-bottom:15px;
	background:url(../images/title_dotline_bg.gif) repeat-x 0 bottom;
}
.section h2{
	color:#F00086;
	font-size:18px;
	font-size:1.8rem;
	font-weight:bold;
	line-height:1.2;
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	margin-bottom:15px;
	padding:10px;
	background:#FFF3F3;
}
.section p{
	font-size:16px;
	font-size:1.6rem;
	margin-bottom:1em;
}
.section p.admissionfl{
	color: #F00086;
	font-size: 18px;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.4;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 10px;
	background-color: #FFDADA;
	width: 500px;
	margin-left: 55px;
	padding: 10px;
}
.section p.shita{
	margin-bottom: 10px;
	margin-left: 270px;
}
.section .hdlineCenter{
	text-align:center;
	font-weight:bold;
	font-size:30px;
	font-size:3.0rem;
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.menu{
	overflow:hidden;
	width:648px;
}
.menu li{
	float:left;
	margin:0 9px 9px 0;
}
.btnBig{
	color: #000000;
}
.btnBig a{
	display:block;
	color:#ffffff;
	text-align:center;
	font-weight:bold;
	font-size:26px;
	font-size:2.6rem;
	border-radius:5px;
	padding:15px;
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	background:#FF6473;
}
.radiusImg{
	border-radius:5px;
}
.inqArea{
	overflow:hidden;
}
.inqArea section{
	background:#fff;
	width:335px;
	height:105px;
	border-radius:5px;
}
.inqArea section h1{
	margin:24px 0 10px 26px;
}
.inqArea section p{
	margin:0 0 0 56px;
}
.inqArea .inqformBox{
	float:left;
}
.inqArea .inqtelBox{
	float:right;
}


/* --------------------------------- */
/* ABOUT
------------------------------------ */
#about .imglist{
	overflow:hidden;
	width:657px;
	margin:0 0 0 8px;
}
#about .imglist li{
	float:left;
	margin:0 28px 25px 0;
}

/* --------------------------------- */
/* FOOTER
------------------------------------ */
#footer{
	text-align:center;
	padding:18px 0 15px;
	background:#fff url(../images/ft_bg.jpg) repeat-x 0 0;
}
#footer small{
	font-size:10px;
	font-size:1.0rem;
}

/* --------------------------------- */
/* PAGE TOP
------------------------------------ */
.pageTop {
	position: fixed;
	bottom: 55px;
	left: 50%;
	margin-left: 510px;
	display: block;
	margin-bottom: 0;
	border-radius: 5px;
	background-color: rgba(244,51,183,0.15);
}
.pageTop a {
	display: block;
	width: 42px;
	height: 42px;
	text-indent:-9999px;
	overflow:hidden;
	background: url(../images/pagetop.png) center center no-repeat;
}
.pageTop span {
	position: absolute;
	left: -9999em;
}

/* ナビボタン */
