/* スライダー
================================================== */
#slider_wrap {
    margin-top: -100px;
}
.sp-slide {
    text-align: center;
}
.sp-image {
    max-width: 1500px !important;
}



/* メイン
================================================== */
#tp1_bg {
    padding: 30px 0;
    background: #000 url(../img/tp1_bg.png) 0 0 repeat-x;
}
#tp1 h2 {
    background: #fff;
}
#tp1 p.text {
    margin-top: 10px;
    padding-left: 10px;
    color: #fff;
    font-size: 12px;
    border-left: 2px solid #ee7501;
}


#tp2 {
    margin-top: 30px;
}

#tp3_bg {
    padding: 30px 0;
    max-width: 1500px;
    height: 350px;
    margin: 30px auto 0 auto;
    background: url(../img/tp3_bg.jpg) center center no-repeat;
    background-size: cover;
    box-sizing: border-box;
}
#tp3 p.text {
    text-shadow:-1px -1px 1px #fff,
                1px 1px 1px #fff,
                -1px 1px 1px #fff,
                1px -1px 1px #fff,
                -2px -2px 2px #fff,
                2px 2px 2px #fff,
                -2px 2px 2px #fff,
                2px -2px 2px #fff;
}



/* アクセス
================================================== */
#tp_access {
    margin-top: 30px;
    padding: 20px;
    background: #f0f0f0;
}
h3.access_h3 {
    margin-bottom: 10px;
    color: #ee7501;
    font-size: 22px;
    font-weight: bold;
    text-align: left;
}
h3.access_h3 small {
    margin-left: 20px;
    color: #333;
    font-size: 12px;
    font-weight: normal;
}
#tp_access .left {
    float: left;
    width: 600px;
    margin-right: 32px;
}
#tp_access .right {
    float: left;
    width: 328px;
}



/* 新着情報
================================================== */
#tp_news_bg {
}
#tp_news .inner {
    padding: 20px;
    height: 256px;
    overflow-y: scroll;
    background: #fff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#tp_news .inner dl {
    display: block;
    padding: 0 20px 15px 0;
}
#tp_news .inner dl dt {
    clear: left;
    float: left;
    margin: 0 0 1em 0em;
    width: 9em;
    font-weight: normal;
    font-size: 12px;
    line-height: 14pt;
}
#tp_news .inner dl dd {
    margin-bottom: 2em;
    margin-left: 0em;
    padding-left: 9em;
    font-size: 12px;
    line-height: 14pt;
}
#tp_news .inner dl dd p {
    font-size: 12px;
    line-height: 14pt;
}
#tp_news .inner dl dd p.title {
    margin-bottom: 5px;
    /*color: #e12d00;*/
    font-size: 14px;
    font-weight: bold;
}
#tp_news .inner dl dd a {
    color: #c00;
}


/*休暇テーブル*/

.news_table01 {
	margin-top: 6px;
	margin-bottom: 4px;
}
.news_table01 tr th {
	font-weight: normal;
	color: #333;
	text-align: left;
	border: 1px solid #CCC;
	padding: 3px;
}

.news_table01 tr td {
	border: 1px solid #CCC;
	text-align: center;
	padding: 3px;
}
.news_table01 tr .red {
	color: #C30;
	background-color:#FDD;
}
.news_table01 tr .blue {
	color:#03F;
}
.news_table01 tr .red_blue {
	color: #03F;
	background-color: #FFF8F8;
}
.news_table01 tr .white_red {
	color: #C30;
}


/*カレンダータイプテーブル*/


.news_table02 {
	margin-top: 6px;
	margin-bottom: 4px;
}
.news_table02 tr th {
	border: 1px solid #CCC;
	text-align: center;
	padding: 2px;
	line-height:1.5em;
	width:16%;
}

.news_table02 tr td {
	border: 1px solid #CCC;
	text-align: center;
	padding: 3px;
	line-height:1.3em;
	width:12%;
}
.news_table02 tr .red {
	color: #C30;
	background-color:#FDD;
}
.news_table02 tr .blue {
	color:#03F;
}
.news_table02 tr .red_blue {
	color: #03F;
	background-color: #FFF8F8;
}

/*スマホ対応サイト用*/
.across_month{
	width:45%;
	float:left;
}
@media only screen and (max-width: 767px) {
.across_month{
	width:95%;
	float:none;
}
}




/* お問い合せ
================================================== */
h3.news_contact_h3 {
    margin-top: 30px;
    padding-left: 10px;
    margin-bottom: 10px;
    color: #ee7501;
    font-size: 22px;
    font-weight: bold;
    text-align: left;
    border-left: 5px solid #ee7501;
}
#tp_contact {
    padding: 10px;
    background: #ee7501;
}
#tp_contact .text {
    color: #000;
    font-size: 12px;
    line-height: 1.3em;
}
#tp_contact .fax {
    margin-top: 5px;
    color: #fff;
    font-weight: bold;
}






















