@charset "UTF-8";

/*
	[Base]
		0. Resetting default margin and padding
		1. HTML, Body, Anchor
		2. Heading, Paragraph
		3. List
		4. Table
		5. Form
		6. Other
		7. For IE6/7

	[Layout]
		0. Container
		1. Header
		2. Content
		3. Footer

	[Module]
		1. Common Module
		2. Page Layout
		90. Other
		99. Clearfix
*/

/* //////////////////////////////////////////////////
[Base] 
////////////////////////////////////////////////// */

/* --------------------------------------------------
	0. Resetting default margin and padding
-------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, p, blockquote, th, td, form, fieldset, legend {
	margin: 0;
	padding: 0;
}

/* --------------------------------------------------
	1. HTML, Body, Anchor
-------------------------------------------------- */
html { overflow-y: scroll; } /* for mozilla: always display scrollbar */

body {
	color: #000;
	font-family: "メイリオ", Meiryo, sans-serif;
	font-size: 13px;
	line-height: 1.8;
	letter-spacing:0.03em;
	*font-size: 82%; /* for ie6/7 */
}

body.osMac {
	font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",sans-serif;
}

body.osWin {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

/*
Font-size list (base: 13px)
 62% =  8px
 70% =  9px
 77% = 10px
 85% = 11px        162% = 21px        239% = 31px
 93% = 12px        170% = 22px        247% = 32px
100% = 13px        177% = 23px        254% = 33px
108% = 14px        185% = 24px        262% = 34px
116% = 15px        193% = 25px        270% = 35px
124% = 16px        200% = 26px        277% = 36px
131% = 17px        208% = 27px        285% = 37px
139% = 18px        216% = 28px        293% = 38px
147% = 19px        224% = 29px        300% = 39px
154% = 20px        231% = 30px        308% = 40px
*/

a:link {
	color: #003366;
	text-decoration: underline;
}
a:visited {
	color: #003366;
	text-decoration: underline;
}
a:hover,
a:active  {
	color: #ffea00;
	text-decoration: none;
}

/* --------------------------------------------------
	2. Heading, Paragraph
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	line-height: 1.2;
}
/* p {} */

/* --------------------------------------------------
	3. List
-------------------------------------------------- */
li { list-style: none; }

/* --------------------------------------------------
	4. Table
-------------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
	font-family: inherit;
}
caption, th, td {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

/* --------------------------------------------------
	5. Form
-------------------------------------------------- */
fieldset { border: none; }

input, textarea, select, label {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 100%;
	font-family: inherit;
	vertical-align: middle;
}
label { cursor: pointer; }

textarea { overflow: auto; }

/* --------------------------------------------------
	6. Other
-------------------------------------------------- */
img {
	border: none;
	vertical-align: bottom;
}
object {
	vertical-align: middle;
	outline: none;
}
em, strong {
	font-weight: bold;
	font-style: normal;
}
abbr, acronym {
	border: none;
	font-variant: normal;
}
q:before, q:after { content: ''; }

address, caption, cite, code, dfn, var {
	font-weight: normal;
	font-style: normal;
}
code, pre { font-family: monospace; }

sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }

hr { display: none; }

/* ------------------------------------------------------------
	7. For IE6/7
------------------------------------------------------------ */

/* --- for ie7: page zoom bug fix --- */
*:first-child+html body,
*:first-child+html br { letter-spacing: 0; }

/* //////////////////////////////////////////////////
[Layout] 
////////////////////////////////////////////////// */

/* --------------------------------------------------
	0. Container
-------------------------------------------------- */
#container {
}
.block01{
	width:960px;
	margin:0 auto;
	position:relative;
}

/* --------------------------------------------------
	1. Header
-------------------------------------------------- */
header {
	background:url(../img/common/bg_03.png) repeat-x top center;
	height:250px;
}

/* siteName
----------------------------------- */
#siteName {
	position:absolute;
	left:50%;
	margin-left:-229px;
}

/* tagline
----------------------------------- */
#tagline {
	position:absolute;
	left:0;
	top:32px;
}

/* navUtility
----------------------------------- */
#navUtility {
	position:absolute;
	right:0;
	top:38px;
}
#navUtility li{
	margin-bottom:6px;
}

/* navGlobal
----------------------------------- */
#navGlobal {
	position:absolute;
	top:153px;
}
#navGlobal li {
	float:left;
}

/* topicPath
----------------------------------- */
#topicPath {
	position:absolute;
	top:223px;
	font-size:77%;
	color:#999999;
}
#topicPath span {
	margin: 0 0.5em;
}
#topicPath strong {
	font-weight: normal;
}
#topicPath a:link {
	color: #00a0c8;
	text-decoration: none;
}
#topicPath a:visited {
	color: #00a0c8;
	text-decoration: none;
}
#topicPath a:hover,
#topicPath a:active  {
	color: #006191;
	text-decoration: none;
}

/* --------------------------------------------------
	2. Content
-------------------------------------------------- */
#content {
	background-image:url(../img/common/bg_02.png),url(../img/common/bg_01.png);
	background-repeat:repeat-x, repeat;
	background-position:top center,top center;
	padding-top:80px;
	padding-bottom:40px;
}
/* main
----------------------------------- */
#main {
	width:700px;
	float:right;
	padding-top:10px;
}
#pageTop #main,#pageNews #main {
	width:700px;
	float:left;
	padding-top:10px;
}
/* sub
----------------------------------- */
#sub {
	width:260px;
	float:left;
}
#pageTop #sub,#pageNews #sub {
	width:230px;
	float:right;
}

.sub_menu h3{
	background:url(../img/common/bg_sub_01.png) top no-repeat;
	padding:45px 0 0 50px;
}
.sub_menu{
	background:url(../img/common/bg_sub_02.png) bottom repeat-y;
	margin-left:-25px;
}
.sub_menu .li02{
	padding:10px 0 5px;
}
.sub_menu .li02 li{
	margin-left:50px;
	width:160px;
	line-height:1.3;
	background-image:url(../img/common/ico_02.png),url(../img/common/line_02.png);
	background-position:left,bottom;
	background-repeat:no-repeat, repeat-x;
	padding:20px 0 20px 22px;
}
.sub_menu .li02 li:last-child{
	margin-left:50px;
	width:160px;
	line-height:1.3;
	background-image:none;
	background-image:url(../img/common/ico_02.png);
	background-position:left center;
	background-repeat:no-repeat;
	padding:20px 0 20px 22px;
}
.sub_menu .li02 a:link {
	color: #000000;
	text-decoration: none;
}
.sub_menu .li02 a:visited {
	color: #000000;
	text-decoration: none;
}
.sub_menu .li02 a:hover,
.sub_menu .li02 a:active  {
	color: #ffea00;
	text-decoration: none;
}

/* --------------------------------------------------
	3. Footer
-------------------------------------------------- */
footer {
	background:url(../img/common/bg_04.png) repeat-x top center;
	padding-top:150px;
}
/* goPageTop
----------------------------------- */
.goPageTop{
	position:absolute;
	top:-75px;
	right:0;
}
/* footer content
----------------------------------- */
footer .copyright{
	width:330px;
}
footer .copyright dt{
	float:left;
}
footer .copyright dd{
	color:#333;
	float:left;
	padding-left:18px;
	font-size:70%;
	line-height:1.55;
}
footer .li01{
	text-align:right;
	font-size:93%;
	margin-bottom:15px;
}
footer .li01 li{
	display:inline-block;
	margin-left:18px;
}
footer .li01 a:link {
	color: #00a0c8;
	text-decoration: none;
}
footer .li01 a:visited {
	color: #00a0c8;
	text-decoration: none;
}
footer .li01 a:hover,
footer .li01 a:active  {
	color: #006191;
	text-decoration: none;
}


footer .snsbox{
	width:535px;
}
footer .txt_snsbox{
	float:left;
	display:block;
	font-size:70%;
	color: #00a0c8;
}
footer .ninja_onebutton{
	float:right;
}

/* //////////////////////////////////////////////////
[Module] 
////////////////////////////////////////////////// */

/* --------------------------------------------------
	1. Common Module
-------------------------------------------------- */
/* ttl style
----------------------------------- */
.ttl01{
	margin-bottom:25px;
}
.ttl02{
	margin-bottom:30px;
}
.ttl03{
	font-size:139%;
	font-weight:normal;
	padding-bottom:10px;
	margin-bottom:25px;
	background:url(../img/common/line_01.png) bottom repeat-x;
}
.ttl03 a:link,
.ttl03 a:visited {
	color: #000000;
	text-decoration: none;
}
.ttl03 a:hover,
.ttl03 a:active  {
	color: #ffea00;
	text-decoration: none;
}
.ttl04{
	font-size:124%;
	font-weight:normal;
	margin-bottom:15px;
}

/* hgroup
----------------------------------- */

.hgroup01{
	height:44px;
	position:relative;
}
.hgroup01 .ttl05{
	position: absolute;
}
.hgroup01 .more{
	float:right;
	background:url(../img/common/ico_01.png) no-repeat left;
	vertical-align:middle;
	padding-left:22px;
	position: absolute;
    right: 15px;
    top: 12px;
	font-size:93%;
	z-index:10;
}
.hgroup01 .more a:link,
.hgroup01 .more a:visited {
	color: #000000;
	text-decoration: none;
}
.hgroup01 .more a:hover,
.hgroup01 .more a:active  {
	color: #00a0c8;
	text-decoration: none;
}

/* 02 */
.hgroup02{
	position:relative;
	height:50px;
}
.hgroup02 .ttl06{
	position:absolute;
}
.hgroup02 .more_02{
	position:absolute;
	top:-7px;
	right:5px;
	z-index:10;
}

.ttl07{
	color:#fff;
	font-size:154%;
	font-weight:normal;
	margin-bottom:35px;
}

/* list style
----------------------------------- */
.li01 li{
	background:url(../img/common/ico_01.png) no-repeat left;
	vertical-align:middle;
	padding-left:22px;
}
.li02 li{
	background:url(../img/common/ico_02.png) no-repeat left;
	vertical-align:middle;
	padding-left:22px;
	font-size:93%;
}
.li03{
	background:url(../img/common/ico_01.png) no-repeat left;
	vertical-align:middle;
	padding-left:22px;
	font-size:108%;
	line-height:1.3;
	margin-bottom:10px;
}
.li03 a:link,
.li03 a:visited {
	color: #00a0c8;
	text-decoration: none;
}
.li03 a:hover,
.li03 a:active  {
	color: #006191;
	text-decoration: none;
}
.li04 {
	background:url(../img/common/ico_01.png) no-repeat left;
	vertical-align:middle;
	padding-left:22px;
}

/* box style
----------------------------------- */
.box01{
	background-image:url(../img/common/bg_box01_t.png),url(../img/common/bg_box01_b.png),url(../img/common/bg_box01.png);
	background-position:top center,bottom center,center center;
	background-repeat:no-repeat,no-repeat, repeat-y;
	padding:30px;
	width:640px;
}
.box02{
	background-image:url(../img/common/bg_box02_t.png),url(../img/common/bg_box02_b.png),url(../img/common/bg_box02.png);
	background-position:top center,bottom center,center center;
	background-repeat:no-repeat,no-repeat, repeat-y;
	width:290px;
	padding:25px;
	float:left;
	margin-bottom:20px;
}
.box03{
	background-image:url(../img/common/bg_box02_t.png),url(../img/common/bg_box02_b.png),url(../img/common/bg_box02.png);
	background-position:top center,bottom center,center center;
	background-repeat:no-repeat,no-repeat, repeat-y;
	width:290px;
	padding:25px;
	float:right;
	margin-bottom:20px;
}
.box02 figure,.box03 figure{
	margin-bottom:18px;
}
.box02 figcaption,.box03 figcaption{
	line-height:1.5;
}
.box04{
	background-color: #BBEBFF;
	padding:30px;
	border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}
.box04 a:link,
.box04 a:visited {
	color: #006191;
    text-decoration: none;
}
.box04 a:hover,
.box04 a:active {
    color: #00a0c8;
    text-decoration: none;
}
/* txt_box style
----------------------------------- */
.txt01{
	width:330px;
}
.txt02{
	width:260px;
}
.txt03{
	width:342px;
}
.txt04{
	width:590px;
}

/* txt color
----------------------------------- */
.note{
	font-size:85%;
}
.gray{
	color: #39819c;
}
.bold{
	font-weight:bold;
}

/* kadomaru
----------------------------------- */
.rad{  
    border-radius: 15px;        /* CSS3草案 */  
    -webkit-border-radius: 15px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 15px;   /* Firefox用 */  
} 

/* float
----------------------------------- */
.fN { float: none; }
.fL { float: left; }
.fR { float: right; }

/* text
----------------------------------- */
.tL { text-align: left; }
.tC { text-align: center; }
.tR { text-align: right; }

/* padding
----------------------------------- */
.pt5{padding-top:5px;}
.pt10{padding-top:10px;}
.pt20{padding-top:20px;}
.pt30{padding-top:30px;}

/* margin
----------------------------------- */
.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb60{margin-bottom:60px;}
.mb70{margin-bottom:70px;}
.mb80{margin-bottom:80px;}
.mb90{margin-bottom:90px;}
.mb100{margin-bottom:100px;}

/* --------------------------------------------------
	pager
-------------------------------------------------- */
.pager {
	border-top: 1px solid #ffffff;
	padding-top:25px;
	margin-top:50px;
}
.page{
	text-align:center;
}
.page li {
	display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
	font-size:116%;
}
.pager .prev {
	float:left;
	background:url(../img/common/ico_prev.png) left no-repeat;
	vertical-align:middle;
	padding-left:30px;
	font-size:108%;
}
.pager .next {
	float:right;
	background:url(../img/common/ico_next.png) right no-repeat;
	vertical-align:middle;
	padding-right:30px;
	font-size:108%;
}
.pager a:link,
.pager a:visited {
	color: #ffea00;
    text-decoration: none;
}
.pager a:hover,
.pager a:active {
    color: #ffffff;
    text-decoration: none;
}
.pager em {
      font-weight: bold;
}

/* --------------------------------------------------
	tab
-------------------------------------------------- */

#tab li {
	background:url(../img/common/tab_01.png) no-repeat;
	float: left;
	width:211px;
	height:35px;
	line-height:37px;
	margin-right:20px;
	text-align:center;
	cursor:pointer;
}
#tab li:last-child {
	margin-right:0;
}
#tab li span {
	background:url(../img/common/ico_03.png) no-repeat left center;
	padding-left:5px;
	color:#00a0c8;
}
#tab li.select {
	background:url(../img/common/tab_01_cr.png) no-repeat;
}
.disnon {
  display: none;
}
.content_wrap {
	border-top:#ffffff 1px solid;
	padding-top:30px;
}


/* //////////////////////////////////////////////////
[page] 
////////////////////////////////////////////////// */
/* --------------------------------------------------
	top
-------------------------------------------------- */
#pageTop #content{
	padding-bottom:0;
}
/* slider
----------------------------------- */
#pageTop header{
	height: 230px;
}
#pageTop #topicPath{
	display:none;
}
/* slider
----------------------------------- */
#topslider{
	
}
#topslider .btn_can{
    height: 161px !important;
    left: 60% !important;
    position: absolute;
    top: 480px !important;
    width: 160px !important;
    z-index: 100;
}
.wideslider {
	width: 100%;
	height: 480px;
	text-align: left;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}

.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}
.wideslider ul li img{
	margin:0 10px;
}

.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;
}
.pagination {
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 200;
}

.pagination a {
	margin: 0 5px;
	width: 18px;
	height: 18px;
	display: inline-block;
	overflow: hidden;
	background: #dadada;
	 border-radius: 100%;        /* CSS3草案 */  
    -webkit-border-radius: 100%;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 100%;   /* Firefox用 */  
}
.pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
	background: #00bbe6;
}
/* news_top
----------------------------------- */
.news_top{
	padding:0 5px;
}
.news_top li{
	background:url(../img/common/line_03.png) bottom repeat-x;
	padding-left:10px;
	padding-bottom:10px;
	margin-bottom:10px;
}
.news_top li span{
	padding-right:25px;
}
/* info_top
----------------------------------- */
.info_top .box02:last-child{
	float:right;
}
.info_top_img{
	position:relative;
	height:218px;
	overflow:hidden;
}
.info_top_category{
	position:absolute;
	top:-10px;
	left:-8px;
	z-index:10;
}
.info_top_ttl{
	font-size:108%;
	line-height:1.5;
	margin-bottom:10px;
}
.info_top_ttl a:link,
.info_top_ttl a:visited {
	color: #006699;
	text-decoration: none;
}
.info_top_ttl a:hover,
.info_top_ttl a:active  {
	color: #006699;
	text-decoration: underline;
}
.info_top_txt{
	font-size:93%;
	line-height:1.5;
	margin-bottom:15px;
}
.info_top_more{
	text-align:center;
}
.info_top .can_list li{
	float:left;
	padding-right:10px;
}
.info_top .can_list li:last-child{
	padding-right:0;
}
/* sub
----------------------------------- */
#sub .top_bnr li{
	margin-bottom:10px;
}

/* =======================================
	ClearFixElements
======================================= */
.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.wideslider ul {
	display: inline-block;
	overflow: hidden;
}

/* --------------------------------------------------
	study
-------------------------------------------------- */
/* case
----------------------------------- */
.time_schedule dl{
	background:url(../img/common/line_03.png) bottom repeat-x;
	padding:15px 0;
}
.time_schedule dt{
	float:left;
	width:200px;
	color:#fff;
	font-weight:bold;
}
.time_schedule dd{
	float:right;
	width:500px;
}
.time_schedule .note{
	padding-top:10px;
}

/* --------------------------------------------------
	about
-------------------------------------------------- */
/* access
----------------------------------- */
.ph01 li{
	float:left;
	padding-right:8px;
}
.ph01 li:last-child{
	padding-right:0;
}

/* --------------------------------------------------
	can
-------------------------------------------------- */
/* common
----------------------------------- */
#pageCan #bread_page{
	display:none;
}
.info section{
	background:url(../img/common/line_03.png) bottom repeat-x;
	padding-bottom:30px;
	margin-top:30px;
}
.info section:last-child{
	background:none;
}

/* stenai
----------------------------------- */
.stenai01 .fR{
	background:url(../img/can/bg_01.png) no-repeat;
	height:100px;
	width:590px;
	position:relative;
}
.stenai01 .fR p{
	position:absolute;
	top: 50%;
	line-height: 1.5;
	margin-top: -2.25em; /*（line-height）×（行数）/2 */
	padding-left:30px;
	padding-right:30px;
	color:#ffffff;
}

.stenai02 .fR{
	background:url(../img/can/bg_01.png) no-repeat;
	height:100px;
	width:560px;
	line-height:100px;
	padding-left:30px;
	color:#ffffff;
}
/* --------------------------------------------------
	faq
-------------------------------------------------- */

.ttl_q{
	font-size:139%;
	font-weight:normal;
	padding-bottom:10px;
	padding-left:40px;
	margin-bottom:15px;
	height:30px;
	line-height:30px;
	background-image:url(../img/club/ico_01.png) ,url(../img/common/line_01.png) ;
	background-position:left top, bottom;
	background-repeat:no-repeat,repeat-x;
}
.txt_a{
	background:url(../img/club/ico_02.png) no-repeat left top;
	padding-left:40px;
	margin-bottom:40px;
	min-height:30px;
}
/* --------------------------------------------------
	news
-------------------------------------------------- */
.entry .date{
	float:left;
	margin-bottom:5px;
}
.entry .category{
	float: right;
	background-color:#006191;
	font-size:85%;
	text-decoration: none;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	padding: 0 3px;
}
.entry .category a:link,
.entry .category a:visited {
    text-decoration: none;
	color:#fff;
}
.entry .category a:hover,
.entry .category a:active {
    text-decoration: none;
}
.entry .category02{
	float: right;
}
.entryMore{
	margin-top:30px;
}

/* sub
----------------------------------- */
.widget{
	margin-bottom:35px;
}
.widget-header{
	font-size: 116%;
    font-weight: normal;
    margin-bottom: 10px;
}
.widget-list li{
	background:url(../img/common/line_03.png) bottom repeat-x;
	padding-left:10px;
	padding-bottom:10px;
	margin-bottom:10px;
}

/* --------------------------------------------------
	contact
-------------------------------------------------- */
.tel{
	font-size:185%;
	color: #006699;
	margin-bottom:15px;
}

.error{
	border:1px solid #FFF;
	margin:30px 0 0 0;
	padding:30px;
	font-weight:bold;
}

/* case
----------------------------------- */
.contact-form dl{
	background:url(../img/common/line_03.png) bottom repeat-x;
	padding:15px 0;
}
.contact-form dt{
	float:left;
	width:200px;
	color:#fff;
	font-weight:bold;
}
.contact-form dd{
	float:right;
	width:700px;
}
.contact-form .note{
	padding-top:10px;
}
#mail-form-footer{
	text-align:center;
	padding:30px 0;
}




/* --------------------------------------------------
	90. Other
-------------------------------------------------- */
.btn { cursor: pointer; }

/* for Voice Browser */
.hidden {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

/* Noscript Message */
#msgNoscript {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	padding: 5px 0;
	border-top: 1px solid #f00;
	border-bottom: 1px solid #f00;
	background: #fcc;
	color: #f00;
	line-height: 1.2;
	text-align: center;
	opacity: 0.7;
}

/* --------------------------------------------------
	99. Clearfix
-------------------------------------------------- */
.group { *zoom: 1; } /* for ie6/7 */
.group:after { content: ""; display: block; clear: both; }y: 0.7;
}

/* --------------------------------------------------
	99. Clearfix
-------------------------------------------------- */
.group { *zoom: 1; } /* for ie6/7 */
.group:after { content: ""; display: block; clear: both; }