 @charset "utf-8";
/* init */
* {
    margin: 0;
    padding: 0;
    height: auto;
}

body {
/*    background-image: url(../images/bg_mainImg2.png), 
        url(../images/bg_grade.png),
        url(../images/bg_bottom.gif);
 

    background-position: center top,
        center top,
        bottom;

    background-repeat: no-repeat,
        repeat-x,
        repeat-x;*/
    
    background-color: #F7FDE3;
    color: #333;
    font-size: 90%;
    line-height: 1.5em;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	min-width: 960px;
}
#contents_bg {
	    background-image: url(../images/bg_mainImg2.png), 
        url(../images/bg_grade.png),
        url(../images/bg_bottom.gif);
    background-position: center top,
        center top,
        bottom;
    background-repeat: no-repeat,
        repeat-x,
        repeat-x;	
}
a img {
    border: none;
}
a:link {
    color: #507552;
}
a:visited {
    color: #507552;
}
a:hover {
}
/* レイアウト */
#mainImg {
    position: relative;
    width: 900px;
    height: 450px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    z-index: 2;
}
img#main {
    z-index: 4;
}
img#flo {
    position: absolute;
    bottom: -20px;
    right: 85px;
    z-index: 3;
}
#contents_wrapper {
    width: 900px;
    margin: 0 auto;
    position: relative;
}

#contents_left, #contents_right {
    width: 438px;
    margin-bottom: 50px;
}
#contents_left {
    float: left;
}
#contents_right {
    float: right;
}
.contents_2col {
    padding: 15px;
    margin-bottom: 20px;
    background-repeat: repeat;
    background-image: url(../images/bg_content.png);
    border: 4px solid hsla(211,47%,57%,0.52);
    border-radius: 5px;
}
#footer {
    clear: both;
    background: #6091c5;
    margin-top: 40px;
}
#footer_in {
    width: 900px;
    height: 150px;
    margin: 0 auto;
    position: relative;
}
.support {
    width: 484px;
    color: #FFF;
    font-size: 0.8rem;
    text-align: left;
    position: absolute;
    left: 384px;
    top: 50px;
}

h1{
    display: none;
}
	/* h2 */

h2{
    margin: 0 0 15px 10px;
    padding: 0;
    font-size: 1.4em;
    font-weight: 500;
    color: #3155A5;
}

h2 span {
	display: block;
	height: 0px;
    max-width: 370px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.lead h2{
    display: none;
}

#about h2 {
    display: none;
}

#tenji h2 {
    background-image: url(../images/ttl_tenji.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 47px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

#preseminar h2 {
    background-image: url(../images/ttl_preseminar.png);
    background-repeat: no-repeat;
	background-size: contain;
	padding: 48px 0 0 0;
}

#tokubetu h2 {
    background-image: url(../images/ttl_tokubetu.png);
    background-repeat: no-repeat;
	background-size: contain;
	padding: 47px 0 0 0;
}

#talk h2 {
    background-image: url(../images/ttl_tenjiannai.png);
    background-repeat: no-repeat;
	background-size: contain;
	padding: 48px 0 0 0;
}

#shop h2 {
    background-image: url(../images/ttl_shop.png);
    background-repeat: no-repeat;
	background-size: contain;
	padding: 48px 0 0 0;
}

#blog h2 {
    background-image: url(../images/ttl_blog.png);
    background-repeat: no-repeat;
	background-size: contain;
	padding: 47px 0 0 0;
}

#gaiyo h2 {
    background-image: url(../images/ttl_gaiyo.png);
    background-repeat: no-repeat;
	background-size: contain;
	padding: 48px 0 0 0;
}

#access h2 {
    background-image: url(../images/ttl_access.png);
    background-repeat: no-repeat;
	background-size: contain;
	padding: 47px 0 0 0;
}

#download h2 {
    background-image: url(../images/ttl_download.png);
    background-repeat: no-repeat;
	background-size: contain;
	padding: 48px 0 0 0;
}

/*h3*/


h3{
    margin: 0 0 0px 0px;
    font-size: 1.2em;
    font-weight: 400;
    color: #132084;
    border-left: 4px solid hsla(198,74%,79%,1.00);
    padding-left: 6px;
}

/*#kouza h3 {
    background-image: url(../images/h3_saibai.png);
    background-repeat: no-repeat;
	background-size: contain;
	padding: 16px 0 0 0;
}

#tenji h3 {
    background-image: url(../images/h3_guidetour.png);
    background-repeat: no-repeat;
	background-size: contain;
	padding: 16px 0 0 0;
}

#semi01 h3 {
    background-image: url(../images/h3_dna.png);
    background-repeat: no-repeat;
	background-size: contain;
	padding: 16px 0 0 0;
}

#semi02 h3 {
    background-image: url(../images/h3_saibai.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 16px 0 0 0;
}*/

#ttl_about {
    position: absolute;
    left: 45px;
    top: 26px;
}

#flower_y {
    position: absolute;
    left: 586px;
    top: -230px;
    z-index: 5;
    width: 360px;
    height: 313px;
}

#tenji .box01 img {
    margin: 0 0 5px 5px;
    float: right;
}

/* パーツ */

#about {
    margin-top: 0px;
    margin-bottom: 25px;
    z-index: 0;
    width: 900px;
    height: 450px;
    position: relative;
}
/*#about h1 {
    padding: 20px 15px 15px 16px;
}*/
#about p#text_about {
    font-size: 1.1em;
    padding-top: 0;
    line-height: 1.7em;
    color: #3b1625;
    text-shadow: 1px 1px 1px #CAC8CC;
}
#about p#pics_about {
    padding: 0 15px 10px 10px;
}

.kaijyo{
    display: block;
    background-color: #DEE9E0;
    width: 12em;
    border-radius: 3px;
    text-align: center;
    margin-bottom: 2px;
    border-bottom: 1px solid #E5E5E5;
    border-right: 1px solid #e5e5e5;
    
}

#tenji .box01 div {
    margin-bottom: 1em;
}

.table01 {
    border-collapse: collapse;
    width: 380px;
}
.table01 td, .table01 th {
    border: 1px solid #aeaeae;
    text-align: left;
    vertical-align: middle;
    padding: 5px 0 5px 10px;
}
.table01 th, .table01 td.midashi {
    font-weight: normal;
    background-color: #dee9e0;
    width: 22%;
    padding-right: 10px;
    text-align: center;
}
.table01 td {
    background-color: #ffffff;
}
.table02 {
    border-collapse: collapse;
    width: 400px;
}
.table02 td, .table02 th {
    border: 1px solid #aeaeae;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
    font-size: 0.9rem;
}
.table02 th {
    font-weight: normal;
    background-color: #dee9e0;
}
.table02 td {
    background-color: #FFF;
}
.table02 td.fee {
    text-align: left;
    padding: 15px 0 15px 25px;
}
.table03 {
    border-collapse: collapse;
    width: 100%;
}
.table03 th, .table03 td {
    border-top: 1px dotted #7d673b;
    border-bottom: 1px dotted #999;
    background-color: #FFF;
    padding: 5px 0px;
    text-align: left;
    vertical-align: middle;
}
.table03 th {
    color: #3155A5;
    font-weight: normal;
    width: 25%;
    padding-left: 15px;
}
.table03 td {
    padding-right: 10px;
}
.now {
    border: 1px solid #867969;
    margin-bottom: 5px;
}
#coming {
    background: #994ba1;
    color: #FFF;
    font-size: 1.4em;
    line-height: 1.7em;
    text-align: center;
    padding: 50px 0;
}
.box01 {
    width: 380px;
    border: 1px solid #d2d2d2;
    background-color: #faf9f9;
    padding: 20px 10px 10px 10px;
    margin-bottom: 20px;
}
.box01 table {
    margin-top: 15px;
}
.box02 {
    width: 386px;
    border: 1px solid #d2d2d2;
    background-color: #faf9f9;
    padding: 10px 10px 10px 10px;
    margin-bottom: 20px;
}
.txt01 {
    padding: 10px 0 0 10px;
    margin-bottom: 13px;
    font-size: 90%;
    line-height: 1.3em;
}
.txt02 {
    padding-left: 15px;
}
.txt03 {
    font-size: 90%;
    line-height: 1.5em;
}
.txt03 {
    font-size: 90%;
    line-height: 1.5em;
    margin: 0;
    padding: 5px;
}

.txt04 {
    font-size: 0.9em;
    color: #232323;
    text-indent: 1em;
}

.name {
    color: #16264B;
}
.gmap {
    margin: 15px 0 5px;
}
.gmap p {
    text-align: right;
    font-size: 85%;
}
.gmap_in {
    border: solid 1px #cebbbb;
}
.box_dl1 a, .box_dl2 a {
    display: block;
    width: 238px;
    height: 57px;
    padding: 50px 20px 0 150px;
    background-repeat: no-repeat;
    color: #333333;
    font-size: 0.9rem;
    line-height: 1.2em;
    text-decoration: none;
}
.box_dl1 a:link, .box_dl2 a:link, .box_dl1 a:visited, .box_dl2 a:visited, .box_dl1 a:hover, .box_dl2 a:hover {
    color: #333333;
    text-decoration: none;
}
.box_dl1 a {
    background-image: url(../images/btn_dl.png);
    background-repeat: no-repeat;
    display: block;
}
.box_dl1 a:hover {
    background-image: url(../images/btn_dl_h.png);
    background-repeat: no-repeat;
    background-position: bottom;
}
/* サイエンスバスツアー */
#bustour a {
    display: block;
    text-indent: -1000px;
    width: 408px;
    height: 176px;
    background: url(../images/bnr_bus.gif) no-repeat top;
    overflow: hidden;
}
#bustour a:hover {
    background: url(../images/bnr_bus.gif) no-repeat bottom;
}
.tel {
    width: 40px;
    display: inline-block;
    color: #FFF;
    margin: 0;
    padding: 1px 3px;
    background: #BF478F;
    border-radius: 2px;
}
p#press {
    background: #FFF;
    font-size: 0.9rem;
    padding: 5px 10px;
    border: 1px #CCC solid;
}
.logo1 {
    width: 148px;
    height: 44px;
    position: absolute;
    top: 30px;
    left: 0px;
}
.logo2 {
    width: 163px;
    height: 36px;
    position: absolute;
    left: 183px;
    top: 35px;
}
.logo3 {
    width: 125px;
    height: 50px;
    position: absolute;
    top: 95px;
}

.cr {
    width: 550px;
    color: #FFFFFF;
    font-size: 0.8rem;
    text-align: right;
    position: absolute;
    left: 350px;
    top: 118px;
}
.totop {
    width: 92px;
    height: 28px;
    position: absolute;
    left: 807px;
    top: -24px;
}
/* padding margin */
.maT5B10 {
    margin-top: 5px;
    margin-bottom: 10px;
}
.maT20 {
    margin-top: 20px;
}
.maT10 {
    margin-top: 10px;
}

.maT5 {
    margin-top: 5px;
}
.ma_top5 {
    margin-top: 5px;
}
.maB30 {
    margin-bottom: 30px;
}
.maB20 {
    margin-bottom: 20px;
}
.maB15 {
    margin-bottom: 15px;
}
.maB10 {
    margin-bottom: 10px;
}
.maB0 {
    margin-bottom: 0px;
}
.pa_btm10 {
    padding-bottom: 10px;
}
/* テキスト装飾 */
.small {
    font-size: 85%;
    line-height: 1.3em;
}
.note {
    color: #BF478F;
}
.align_right {
    text-align: right;
}
.align_center {
    text-align: center;
}
.fri {
    color: #b7ad17;
    font-size: 80%;
}
.sat {
    color: #5d86b4;
    font-size: 80%;
}
.sun {
    color: #e0493d;
    font-size: 80%;
}
/*その他 */
.fR {
    float: right;
}
.clear {
    clear: both;
}
.nodisplay {
    display: none;
}
/*socialPlugIn*/
.social {
    position: absolute;
    width: 230px;
    height: 20px;
    z-index: 6;
    left: 2px;
    top: -24px;
}
.social div {
	float: right;
}
/*.twitter {
	color: #000;
	margin: 0 -30px 0 15px;
}
.line {
	margin: -5px 0 0 15px;
}*/

.tw-button {
    width: 80px;
     display: inline-block;
}

.fb-button{
    display: inline-block;
}

/**:first-child+html .social {
    float: right;
    width: 410px;
    height: 35px;
    margin-left: 280px;
    margin-top: 1px;
    z-index: 5;
    position: absolute;
}
.social div {
    float: right;
}
.twitter {
    color: #000;
    margin: 0 -40px 0 15px;
}
.line {
    margin: -5px 0 0 15px;
}*/
