@charset "utf-8";


/* 全体設定
============================================================================================================ */
html{
	height:100%;

}
body {
	height:100%;
	overflow:auto;
	font-size: 14px;
	color:#666666;
font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}
*{
word-wrap: break-word;
word-break: break-all;
}

a {
	color: #0099CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
		opacity:0.5;
	text-decoration: none;
	color: #0099CC;
}

.right{

	float:right;
}
.left{

	float:left;
}

.vt{

	vertical-align: top !important;
}

.kome{
	color:#F29800;
}
.page{
background: #FFFFFF;
	padding-top:20px;
	padding-bottom:20px;
	text-align: center;

}
.page span{
display:inline-block;
	padding:0 20px;
}

.mb{
	margin-bottom:80px;
}

.totop{
	position: absolute;
	bottom:90px;
	right:20px;
}
.bnone{
	border-bottom:0!important;

}


header {
	width:1000px;
	margin:0 auto;
	padding-top:25px;
	padding-bottom:15px;
}
header h1{
float:left;
	width:300px;
}
header .num{
	color:#0091D6;
	font-size:28px;
	font-weight: bold;
	line-height: 1;

}
header .right{
	color:#0091D6;
width:400px;
	text-align:right;
}

#wrapper{
	position:relative;
}

/*メニュー*/
#menu{
	width:1000px;
	display:table;
	margin:-60px auto 0 auto;
}
#menu li{
	display:table-cell;
}
#second_image{
	position: relative;
	width:100%;
	height:150px;
margin:auto;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/second_images.jpg);

}
#second_image #menu{
bottom:0;
	position: absolute;
	left:50%;
	margin-left:-500px;
}
#second_image .title{
padding-top:15px;


}

#second_image .inner{
	width:1000px;
	margin:0 auto;

}

#menu li a:hover{
opacity: 1;
}
#pankz{
	width:1000px;
	margin:15px auto;

}
#pankz li{
display:inline-block;
	padding-right:5px;
}
#pankz li:after{
	padding-left:5px;
content:">";
}
#pankz li:last-child:after{
content:"";
}

#mainimage{
	width:100%;
	position: relative;
	text-align:center;

}
#mainimage img{
	width:100%;
}

#mainimage p{
		position:absolute;
	top:40%;
left:50%;
	text-align:left;

z-index:1;
	width:1000px;
	margin:0 0 0 -500px;
}
#mainimage .str{
	width:460px;

}
footer{
	background-color:#F39801;
	color:#fff;
	padding:15px 0;
}


footer .inner{

	width:1000px;
	margin:0 auto;

}
footer ul{
	width:400px;
	float:left;
}
footer li{
float:left;
	background-image: url(../images/footer_sankaku.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left:12px;
	margin-right:20px;
	line-height: 1;
}
footer li a{
color:#fff;
}
footer li a:hover{
	color:#fff;
}
footer .copy{
text-align: right;
}


/*********************************コンテンツ*********************************/


#contents{
width:1000px;
margin:0px auto 0 auto;
}

#contents h2{
	font-weight: normal;

	background-color: #fff;
	border-top: 3px #F39801 solid;
	font-size:20px;
	background-image: url(../images/sankaku.png);
	background-position: left 20px center;
	background-repeat: no-repeat;
	padding-left:35px;
	border-bottom:1px solid #C6C6C6;
	padding-top:20px;
	padding-bottom:20px;
}


#contents .inner{
	padding:10px;
	background-color: #F6F6F6;

}
#contents .white{
		background-color: #fff;
}
#contents .inner.border dl{
	padding:18px 20px 18px 20px;
	border-bottom:1px solid #C6C6C6;
	display:table;
	width:auto;
	background-color: #fff;
}
#contents .inner.border dl{
	display:table;
}
#contents .inner.border dl dt{
	display:table-cell;
	width:200px;
	vertical-align:middle;
}

#contents .inner.border dl dd{
	display:table-cell;
	width:760px;
}
/*********************************TOP*********************************/
#top #contents{
	margin:30px auto 0 auto;
}
#top #contents .left.w{
	width:700px;
	background-color:#FAFAFA;
	padding:10px;
	margin-bottom:40px;
}
#top #contents .left.w .inner{
	width:100%;
	padding:0;
	background-color: #fff;


}


#top #contents .left.w .inner dd{
	padding:18px 20px 18px 20px;
border-bottom:1px solid #C6C6C6;
	display:table;
	width:660px;
}
#top #contents .left.w .inner dd a span,
#information #contents  .inner dd a span{
	display:table-cell;


}
#top #contents .left.w .inner dd a span.date,
#information #contents .inner dd a span.date{
	width:140px;
	color:#666;
}

#top #contents .left.w .inner .to_list{
	background-image:url(../images/shita.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align:center;
	margin-top:20px;
	padding-top:20px;
	padding-bottom:20px;

}
#top #contents .right.w,
#login #contents .left{
	width:250px;
	border: 1px #C0C0C0 solid;
	background-color: #F6F6F6;

}

#top #contents .right.w label,
#login #contents .left label{
display:block;
margin-top:10px;
}
#top #contents .right.w label input{

}
#top #contents .right.w .r_title,
#login #contents .left .r_title{
	display:block;
	background-color: #F39801;
	color:#fff;
	text-align: center;
	padding:8px 0;
	border-radius: 5px;
	margin-bottom:10px;

}
#top #contents .right.w .name,
#login #contents .left .name{
	margin-top:10px;

}

#top #contents .right.w input[type=text],
#top #contents .right.w input[type=password],
#login #contents .left input[type=text],
#login #contents .left input[type=password]{

	width:94%;
	border:1px solid #C6C6C6;
	padding:5px 3%;
	color:#666;
	-moz-box-shadow: inset 1px 3px 3px -3px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 1px 3px 3px -3px rgba(0,0,0,0.3);
	box-shadow: inset 1px 3px 3px -3px rgba(0,0,0,0.3);
}
#top #contents .right.w a.btn_login,
#login #contents .left a.btn_login{
display:block;
margin-bottom:5px;
	text-align: center;
}
#top #contents .right.w .name_login{
	background-color: #fff;
	padding:5px;
	width:auto;
	color:#0091D6;
}

/*********************************detail*********************************/



.detail #contents .inner #date{
	background-color: #E8EFF4;
	padding:8px 0px 8px 20px;

}
.detail #contents .inner #date .right{
padding-right:20px;
}

.detail #contents .inner #date span{
color:#006699;
	display:inline-block;
	padding-right:10px;
	margin-left:50px;
}
.detail #contents .inner #date span.day{
	margin-left:0;
}
.detail #contents .inner .content-inner{
	padding:20px;

}
.detail #contents #pic{
	margin-bottom:20px;
}

.detail .page{
	border-top: 1px solid #C6C6C6;
}



/*********************************スケジュール*********************************/
#contents .table{
width:100%;

}
#contents .table th,
#contents .table td{
	padding:12px 12px;
}
#contents .table th{
	background-color: #EAF1F5;
	color:#006699;
	border-bottom:1px solid #C6C6C6;
}

#contents .table td{

	border-bottom:1px solid #C6C6C6;
}
#contents .table tr:last-child td{
		border-bottom:0;
}
#contents .table.border tr:last-child td{
border-bottom:1px solid #C6C6C6;
}
#contents .table .t_right{
	text-align:right;
}
#contents .table .sem{
	width:230px;
}

/*********************************お問い合わせ*********************************/
#contact #contents .inner.mb{
	margin-bottom:120px;
}


#contact #contents dd input{
	width:290px;
	padding:8px 5px;
	border: 1px #C6C6C6 solid;
}
#contact #contents dd textarea{
		width:490px;
	height:164px;
	padding:8px 5px;
	border: 1px #C6C6C6 solid;
	display: inline-block;
}
#contact #contents dd span.error{
display:inline-block;
	padding-left:30px;
	color:#FF0000;
}
#contact #contents dd span.error.t{
	padding-left:10px;
	width:230px;

}

#contact #contents .w_space{
	padding-top:20px;
	padding-bottom:20px;
	line-height:2;

}

#contact #contents .btn{
	text-align:center;
	margin-top:30px;
	margin-bottom:60px;
}


#contact #contents .btn a{
	display:inline-block;
	margin-right:10px;
}
#contact #contents .message{
background-color: #fff;
	text-align:center;
}
#contact #contents .message .m01{
	font-size:26px;
	color:#F2A019;
	padding-top:50px;
}

#contact #contents .message .tel{
margin-top:50px;
	padding-bottom:50px;
}
#contact #contents .message .tel .num{
	font-size:28px;
	color:#0091D6;
}

/*********************************プライバシー*********************************/
#privacy #contents .str{
padding:0 10px;
}

#privacy #contents .read{
margin-bottom:30px;
}
#privacy #contents dl{
	border-bottom: 1px solid #C6C6C6;
	padding-bottom:20px;
	margin-bottom:50px;

}
#privacy #contents dl:last-child{
	border-bottom: 0;

}

#privacy #contents dt{
	font-size:18px;
		color:#0091D6;
	margin-bottom:15px;
}


/*********************************組合について*********************************/
#kumiai #contents li{
	width:300px;
	padding:10px;
	background-color: #F6F6F6;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}

#kumiai #contents li.last{
	margin-right:0px;
}
#kumiai #contents li a:before{
	position:absolute;
	content: url(../images/sankaku.png);
	/*画像のずれ修正のためtop:20pxからtop:30pxに変更*/
	/*top:20px;*/
	top:30px;
	left:10px;
}
#kumiai #contents li a{
	position:relative;
	display:block;
	font-size:20px;
	padding-top:20px;
	padding-bottom:20px;
	border-left: 5px solid #F39801;
	padding-left:27px;
	background-color: #fff;
	background-image: url(../images/icon_pdf.png);
	background-repeat: no-repeat;
	background-position:center right 10px;
}

#kumiai #contents .mb{
margin-bottom: 380px;
}

/*********************************ログイン**********************************/
#login #contents .str{
	width:820px;
	margin: 0 auto 160px auto;
}
#login #contents .read{
	width:630px;
	margin: 0 auto 20px auto;

}

#login #contents .left{
	width:380px;
	height:310px;
	padding:10px;
}

#login #contents .right{
	width:380px;
	border: 1px #C0C0C0 solid;
	background-color: #F6F6F6;
	padding:10px;
	height:310px;
}
#login #contents .right .r_title{
	display:block;
	background-color: #666;
	color:#fff;
	text-align: center;
	padding:8px 0;
	border-radius: 5px;
	margin-bottom:10px;
}
#login #contents .right .tel .num {
    font-size: 28px;
    color: #0091D6;
}
#login #contents .error{
	margin-bottom:20px;
	border:5px solid #F4A21A;
	background-color: #FFF5D3;
	text-align:center;
	padding-top:12px;
	padding-bottom:12px;
	color:#CC0000;
	font-size:18px;
}
/*********************************ログインヘッダー**********************************/
#login_header{
	text-align:right;
	background-color:#E8EFF4;
	border-bottom:1px solid #CCCCCC;
	padding:7px 0;
	color:#0091D6;
}
#login_header .inner{
width:1000px;
	margin:0 auto;

}
#login_header .inner .pd{
display:inline-block;
	padding-right:30px;
	lign-height:1;
	padding-top:4px;
}
/*********************************フッタ－**********************************/
footer{
	background-color:#F39801;
	color:#fff;
	padding:15px 0;
}


footer .inner{

	width:1000px;
	margin:0 auto;

}
footer ul{
	width:400px;
	float:left;
}
footer li{
float:left;
	background-image: url(../images/footer_sankaku.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left:12px;
	margin-right:20px;
	line-height: 1;
}
footer li a{
color:#fff;
}
footer li a:hover{
	color:#fff;
}
footer .copy{
text-align: right;
}

#wp-admin-bar-customize {
	display: none!important;
}
