﻿@charset "UTF-8";
/*
	1 : Common
	2 : Header
	3 : Navi
	4 : Content
	5 : Footer
 */



/* ***********************************************************************
	1 : Common
*********************************************************************** */
body {
	text-align:center;
	font-size:12px;
	color:#3C3C3C;
}
#wrapper {
}
.left {
	float:left;
}
.right {
	float:right;
}
.maT-5 {
	margin-top:-5px;
}
.maT-10 {
	margin-top:-10px;
}
.maT2 {
	margin-top:2px;
}
.maT3 {
	margin-top:3px;
}
.maT5 {
	margin-top:5px;
}
.maT10 {
	margin-top:10px;
}
.paT10 {
	padding-top:10px;
}
.maT15 {
	margin-top:15px;
}
.maT20 {
	margin-top:20px;
}
.paT20 {
	padding-top:20px;
}
.maT25 {
	margin-top:25px;
}
.maT30 {
	margin-top:30px;
}
.maT35 {
	margin-top:35px;
}
.maT40 {
	margin-top:40px;
}
.maT45 {
	margin-top:45px;
}
.maT50 {
	margin-top:50px;
}
.maT55 {
	margin-top:55px;
}
.maT60 {
	margin-top:60px;
}
.maT65 {
	margin-top:65px;
}
.maT70 {
	margin-top:70px;
}
.maT75 {
	margin-top:75px;
}
.maT80 {
	margin-top:80px;
}
.maT85 {
	margin-top:85px;
}
.maT90 {
	margin-top:90px;
}
.maL5 {
	margin-left:5px;
}
.maL8 {
	margin-left:8px;
}
.maL10 {
	margin-left:10px;
}
.maL20 {
	margin-left:20px;
}
.maL30 {
	margin-left:30px;
}
.maL40 {
	margin-left:40px;
}
.maR20 {
	margin-right:20px;
}
.maB15 {
	margin-bottom:15px;
}
.maT_reset {
	margin-top:0 !important;
}
.maL_reset {
	margin-left:0 !important;
}
.maR_reset {
	margin-right:0 !important;
}
.maB_reset {
	margin-bottom:0 !important;
}
.paT_reset {
	padding-top:0 !important;
}
.paL_reset {
	padding-left:0 !important;
}
.paR_reset {
	padding-right:0 !important;
}
.paB_reset {
	padding-bottom:0 !important;
}
.bB {
 border-bottom-style:solid；  border-bottom-width:1px;
}
.bold {
	font-weight:bold;
}
.alc {
	text-align:center;
}
.alr {
	text-align:right;
}
.alj{
	text-align:justify;
	text-justify:inter-ideograph;
}
#en .alj{
	text-align:left;
	text-justify:auto;
}
.data {
	color:#999;
}
.att {
	color:#f00;
}
.fs10 {
	font-size:10px;
}
.fs14 {
	font-size:14px;
}
.fs16 {
	font-size:16px;
}
.fs17{
	font-size:17px;
}
.fs64{
	font-size:64px;
	line-height:1.1;
	position:relative;
	top:-5px;
	left:0;
}

.lh1_2 {
	line-height:1.2;
}
.ls0 {
	letter-spacing:0;
}
.ls-1 {
	letter-spacing:-1px;
}
.valm {
	vertical-align:middle;
}
.btn {
	cursor:pointer;
	width:80px;
}
/* wordpress */
.entry p {
	padding-top:10px;
}
.entry img {
	height:auto;
	margin:0;
	max-width:640px;
	width:auto;
}
.entry .alignleft, .entry img.alignleft {
	display:inline;
	float:left;
	margin-right:10px;
	margin-top:4px;
}
.entry .alignright, .entry img.alignright {
	display:inline;
	float:right;
	margin-left:10px;
	margin-top:4px;
}
.entry .aligncenter, .entry img.aligncenter {
	clear:both;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.entry img.alignleft, .entry img.alignright, .entry img.aligncenter, entry img.alignnone {
	margin-bottom:5px;
}
.entry ul, .entry ol {
	margin-top:10px;
}
/*---------- scrollbar ----------*/
div#box {
	width:920px;
	height:200px;
}
.box_inner {
	padding:10px;
}
/* 本体 */
.scrollgeneric {
	line-height:1px;
	font-size:1px;
	position:absolute;
	top:0;
	right:0px;
}
.vscrollerbasebeg {
	width:7px;
	height:10px !important;
}
/* 縦スクロール 下スクロールボタン */
.vscrollerbaseend {
	width:7px;
	height:10px !important;
}
/* 縦スクロール範囲 */
.vscrollerbase {
	width:7px;
	background:url(../images/scroll_bg.gif) repeat 0 0;
}
/* 縦スクロールバー */
.vscrollerbar {
	width:7px;
	background-color:#777;
	cursor:pointer;
}
/* 横スクロール範囲 */
.hscrollerbase {
	height:10px;
	background-color:#eee;
}
/* 横スクロールバー */
.hscrollerbar {
	height:10px;
	background-color:#900;
}
/* 縦横スクロールバー */
.scrollerjogbox {
	width:10px;
	height:10px;
	top:auto;
	left:auto;
	bottom:0;
	right:0;
	background-color:#eee;
}
/* スクロール範囲（上下、左右のスクロールボタンを設置した場合に使用） */
/*.vscrollerbar,
.hscrollerbar {
	padding:10px;
	z-index:2;
}
*/
/* 縦スクロール 上スクロールボタン */
/*.vscrollerbasebeg {
	background: #fff;
	width:10px;
	height:10px !important;
}
*/
/* 縦スクロール 下スクロールボタン */
/*.vscrollerbaseend {
	background: #fff;
	width:10px;
	height:10px !important;
}
*/

/* ***********************************************************************
	2 : Header
*********************************************************************** */
#header {
}
.logo {
	float:left;
	width:266px;
}
/* ***********************************************************************
	3 : Navi
*********************************************************************** */
.navi {
	border-left:1px solid #B4B4B5;
	margin-top:10px;
}
.navi li {
	height:39px;
	float:left;
	border-right:1px solid #B4B4B5;
}
.subnavi {
	float:left;
	padding:19px 0 0 2px;
}
.subnavi li {
	height:25px;
}
/* ***********************************************************************
	4 : Content
*********************************************************************** */
.poR{
	position:relative;
}
.topphoto {
	text-align:center;
	position:relative;
	height:416px;
	background:url(../images/top_photo_under.png) no-repeat bottom center;
	padding-bottom:8px;
}
.topphoto2 {
	background:url(../images/top_photo_under.png) no-repeat top center;
	height:8px;
	width:100%;
	position:absolute;
	top:0;
	left:0;
}
.gallery {
	width:1216px;
	height:416px;
	margin-left:auto;
	margin-right:auto;
	position: relative;
}
.gallery div {
	display: none;
	position: absolute;
	top:0;
	left:0;
}
.galleryTabs{
	display:none;
}
.newslformbtn_sp{
	position:absolute;
	top:271px;
	right:3px;
	cursor:pointer;
}
.newslformbody_sp{
	background:url(../images/newsletterform_body_sp.png) repeat-y left top ;
	padding:17px 28px 15px 25px;
	text-align:left;
	position:relative;
}
.close_sp{
	position:absolute;
	top:5px;
	right:13px;
	cursor:pointer;
}
.newslform_sp{
	width:228px;
	position:absolute;
	top:-18px;
	right:3px;
	text-align:center;
	z-index:2;
	display:none;
}


.newslformbtn{
	position:absolute;
	top:0;
	right:3px;
	cursor:pointer;
}
.newslformbody{
	background:url(../images/newsletterform_body.png) repeat-y left top ;
	padding:10px 27px 10px 23px;
	text-align:left;
	position:relative;
}
.newslformbody_sp input{
	width:99%;
}
.close{
	position:absolute;
	top:3px;
	right:14px;
	cursor:pointer;
}
.newslform{
	width:230px;
	position:absolute;
	top:34px;
	right:1px;
	text-align:center;
	z-index:2;
	display:none;
}
.button{
	cursor:pointer;
	width:auto !important;
}
.mc-field-group label{
	font-size:0;
	display:block;
	margin-bottom:3px;
}
.newslformhead,
.newslformfoot{
	font-size:0;
	overflow:hidden;
}
.newslformbody .mc-field-group input{
	width:175px;
}
.calendar_bg{
	width:225px;
	color:#fff;
	position:absolute;
	right:3px;
	top:180px;
}
.carbg2{
	color:#fff;
	width:225px;
}
.calendar caption{
	text-align:center;
	padding-bottom:30px;
	font-size:15px;
}
.calendar a,
.calendar a:link{
	color:#ff9900;
}
.calendar a:hover{
	color:#009FE8;
}

.event_cal_btn{
	position:absolute;
	top:40px;
	left:15px;
	width:190px;
}
.cal_btn01_sp1{
	margin-right:15px;
}
.now{
	margin-right:15px;
}
.calendar{
	width:190px;
	margin-left:15px;
}
.calendar th,
.calendar td{
	text-align:center;
	font-size:10px;
}
.calbox{
	position:relative;
	top:-416px;
}
.cal_body{
	background:url(../images/calendar_bg_body.png) repeat-y 0 0;
	padding-bottom:10px;
}
.bor_x01{
	background:url(../images/bor_bg01.gif) repeat-x 0 0;
	padding-top:15px;
}
.bor_x02{
	background:url(../images/bor_bg01.gif) repeat-x 0 0;
	padding-top:20px;
}

.hdsp{
	padding-bottom:20px;
	background:url(../images/bor_x02.gif) repeat-x left bottom;
}
.hdsp2{
	padding-bottom:10px;
	background:url(../images/bor_x02.gif) repeat-x left bottom;
}

.topnewsbox li{
	margin-top:18px;
	background:url(../images/bor_x03.gif) repeat-x left bottom;
	padding:0 15px 17px;
}
.topnewsbox li a,
.topnewsbox li a:link{
	color:#3C3C3C;
}
.topnewsbox li a:hover{
	color:#ff9900;
}
.topnewsbox .left{
	width:75px;
}
.topnewsbox .right{
	width:355px;
}
.bor_b01{
	border-bottom:#A2A2A2 solid 1px;
	margin-bottom:3px;
}
.maR5{
	margin-right:5px;
}
.morebtn{
	margin-top:2px;
}
.bor_bg{
	background:url(../images/bor_bg01.gif) repeat 0 0;
	padding:3px;
}
.bor_bg_in{
	background:#fff;
	padding:17px 15px 17px 17px;
}
.org{
	color:#FF6D00;
}
.blue{
	color:#5D737A;
}
.blue2{
	color:#89999E;
}
.fs15{
	font-size:15px;
}
.mc-field-group{
	margin-top:5px;
	position:relative;
}
.ls0bold .bold{
	letter-spacing:0;
}

.moubtn{
	background:url(../images/top_ico_bg01_l.png) no-repeat 0 0;
	padding-left:5px;
	height:20px;
}
.moubtn_in{
	background:url(../images/top_ico_bg01_r.png) no-repeat top right;
	padding-right:6px;
	height:20px;
	color:#fff;
	letter-spacing:-1px;
}
.datebtn{
	background:url(../images/kaisaibi_btn.jpg) no-repeat 0 0;
	height:22px;
	width:85px;
	position:relative;
}
.datebtnen{
	background:url(../images/kaisaibi_en_btn.jpg) no-repeat 0 0;
	height:22px;
	width:84px;
	position:relative;
}
.datetxt{
    font-size: 12px;
    left: 47px;
    letter-spacing: 0;
    position: absolute;
    top: 1px;
	color:#fff;
}
.datebtnen .datetxt{
    left: 45px;
}
.datebtn_in{
	background:url(../images/top_ico_bg02_r.png) no-repeat top right;
	padding-right:6px;
	height:20px;
	color:#fff;
	letter-spacing:-1px;
}
.maR5{
	margin-right:5px;
}
.lh1_2{
	line-height:1.22;
}
.maT9{
	margin-top:9px;
}
.cal_foot,
.cal_head{
	font-size:0;
}
.maT12{
	margin-top:12px;
}
.topnewsbox{
	letter-spacing:0;
}
a img:hover{
	filter: alpha(opacity=60);
    -moz-opacity:0.6;
    opacity:0.6;
}
a.rollover img:hover{
	filter: alpha(opacity=100);
    -moz-opacity:1;
    opacity:1;
}
.moubtn_in a,
.moubtn_in a:link{
	color:#fff;
}
.moubtn_in a:hover{
	color:#009FE8;
}
div.mce_inline_error{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #FF0000;
    left: 10px;
    letter-spacing: 0;
    padding: 5px;
    position: absolute;
    top: 65px;
    width: 200px;
}
.email{
	position:static;
}
.maT7{
	margin-top:7px;
}
.lang{
	width:173px;
	height:42px;
	position:absolute;
	top:0;
	right:-4px;
	background:url(../images/je_btn01.jpg) 0 0 no-repeat;
}
.engbtn{
	position:absolute;
	top:13px;
	left:18px;
}
.japbtn{
	position:absolute;
	top:13px;
	left:111px;
}
.fs13 {
	font-size:13px;
}
.fs11{
	font-size:11px;
}
.paRL10{
	padding-left:10px;
	padding-right:10px;
}
.grid_12full{
	width:720px;
	float:left;
}
.grid_3full2{
	width:190px;
	float:left;
}
.maR50{
	margin-right:50px;
}
.hdbg{
	background:url(../images/page_hd_bg01.png) repeat-x center top;
}
.hdbg2{
	height:70px;
}
.hdbg2 h2{
	padding-top:17px;
	padding-left: 10px;
}
.maTsp{
	margin-top:-3px;
}
.marc li{
	margin-bottom:3px;
}
.sidenavi{
	background:url(../images/bor_bg01.gif) repeat-x 0 0;
	padding-top:1px;
}
.sidenavi li{
	background:url(../images/bor_bg01.gif) repeat-x bottom left;
	padding-bottom:3px;
}
.sidenavi li img{
	vertical-align:middle;
}
.rollover img:hover{
	filter: alpha(opacity=100);
    -moz-opacity:1;
    opacity:1;
}
.corp_table{
	width:100%;
}
.corp_table th{
	width:95px;
	font-weight:normal;
}
#en .corp_table th{
	width:135px;
}
.corp_table th,
.corp_table td{
	vertical-align:top;
	padding-bottom:5px;
}
.ct_sp{
	padding-top:30px;
}
.map_table{
	width:100%;
}
#en .map_table td{
	letter-spacing:0;
}
.map_table th{
	font-weight:normal;
	width:70px;
}
#en .map_table th{
	font-weight:normal;
	width:120px;
}

.map_table th,
.map_table td{
	vertical-align:top;
	padding-bottom:5px;
}
.grid_3full2_2{
	width:201px;
	float:left;
}
.maR39{
	margin-right:39px;
}
.seminarbox .grid_4{
	margin-bottom:20px;
}
.fs22{
	font-size:22px;
}
.blue3{
	color:#71858A;
}
.uketuke{
	position:relative;
	top:5px;
	left:8px;
}
.table_type12_sp{
	width:840px;
}
.table_type12_sp th{
	font-weight:normal;
	text-align:right;
	width:400px;
	padding-right:20px;
}
.table_type12_sp th,
.table_type12_sp td{
	padding-bottom:5px;
	vertical-align:top;
}
.inpsp{
	width:438px;
}
.inpsp2{
	width:180px;
}
label input{
	vertical-align:middle;
}
.bor_yelbox{
    border: 1px solid #FF6D00;
    display: inline-block;
    letter-spacing: 0;
    padding: 10px 15px;
}
.maRspsp{
	margin-right:100px;
	margin-top:6px;
}
.newsarc li a,
.newsarc li a:link{
    color:#3C3C3C;
}
.newsarc li a:hover{
    color:#7c8a4f;
}
.seminartitle a,
.seminartitle a:link{
    color:#3C3C3C;
}
.seminartitle a:hover{
    color:#7c8a4f;
}
button{
	padding:0;
	background:none;
	border:0;
	cursor:pointer;
	outline:none;
}
#en .entab th{
	width:75px !important;
}
.contactli a{
	display:block;
	background:url(../images/about_navi06.png) no-repeat 0 0;
	width:190;
	height:48px;
	text-indent:-9999px;
}
.contactli a:hover{
	background:url(../images/about_navi06_on.png) no-repeat 0 0;
}
#en .contactli a{
	display:block;
	background:url(../images/about_en_navi06.png) no-repeat 0 0;
	width:190;
	height:48px;
	text-indent:-9999px;
}
#en .contactli a:hover{
	background:url(../images/about_en_navi06_on.png) no-repeat 0 0;
}
.maL25{
	margin-left:25px;
}
.maRsp{
	margin-right:153px;	
}
/* ***********************************************************************
	5 : footer
*********************************************************************** */
#footer {
	padding:28px 0 0;
	margin-top:60px;
	margin-bottom:20px;
	background:url(../images/foot_head_bg.png) repeat-x top left;
	color:#5D737A;
}
#footer a,
#footer a:link{
	color:#009FE8;
}
#footer a:hover{
	color:#5D737A;
}
/* ***********************************************************************
	6 : clearFix
*********************************************************************** */
.clearFix:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	font-size:0;
}
.clearFix {
	display:inline-block;
}
* html .clearFix {
	height:1%;
}
.clearFix {
	display:block;
}
