@charset "shift_jis";


/*--information---------------------------------------------------------
Last update：09/04/13
サイトの名前　アイリスプラザ自社
使用箇所　ご利用方法
-------------------------------------------------------------------------*/


/*-------------------------------------------
	ご利用方法　汎用
----------------------------------------------*/

/*.fontsize12 {
	font-size: 13px;
	line-height:1.5em;
	}*/
	
#guidecontents {
	/*width:750px;*/
	width:690px;
	padding:10px 0 25px 10px;
	margin:0;
	line-height:1.5em;
    overflow: hidden;  

    width: 700px;    
    margin: 0 auto;
    
	}
#guidecontents h3 {	/*----コーナー名------*/
	padding:0 0 30px 0 ;
	}


.navi_for_qa {
    overflow: hidden;
	width:690px;
	}
.navi_for_qa p {
    background: url("../img/guide/icon_li.gif") no-repeat scroll 10px 3px transparent;
    float:right;
	}

.navi_for_qa p a {
    display: block;
    padding: 2px 0 5px 28px;
    text-decoration: underline;
    }
.navi_for_qa p a:hover {
    text-decoration: underline;
    color:#FF6600;
    }
.navi_for_top {
    overflow: hidden;
	width:690px;
	}
.navi_for_top p {
    float:right;
	}

.navi_for_top p a {
    display: block;
    padding: 2px 0 5px 28px;
    text-decoration: underline;
    }
.navi_for_top p a:hover {
    text-decoration: underline;
    color:#FF6600;
    }





/*-------------------------------------------
	導入部
----------------------------------------------*/
.guide_cap {
    overflow: hidden;
	}

.guide_cap p {
    float:left;
    width:390px;
	}
.guide_cap .bnr {
    float:left;
    width:300px;
	}


/*-------------------------------------------
	よくある質問
----------------------------------------------*/
.guide_qa {
    overflow: hidden;
    border:1px solid #ccc;
    width:688px;
    margin-top:20px;
	}
.guide_qa ul {
    width:325px;
	}
.guide_qa ul.qa_l {
    float:left;
	}
.guide_qa ul.qa_r {
    float:right;
	}	
.guide_qa ul li {
    background: url("../img/guide/icon_li.gif") no-repeat scroll 10px 3px transparent;
 	}
.guide_qa ul li a {
    display: block;
    padding: 2px 0 5px 28px;
    text-decoration: underline;
    }
.guide_qa ul li a:hover {
    text-decoration: underline;
    color:#FF6600;
    }





/*-------------------------------------------
	ガイド
----------------------------------------------*/
.guide_area {
    overflow: hidden;
    margin-top:20px;
	}

.l_box {
    float:left;
    width:330px;
	}
.r_box {
    float:left;
    width:330px;
    margin-left:30px;
	}

.l_box .guide_box,
.r_box .guide_box {
    border:1px solid #ccc;
    margin-bottom:15px;
    text-align:center;
	}
.l_box .guide_box dl dt,
.r_box .guide_box dl dt{
    background: #EBF1F5;
    font-weight:bold;
    color:#333;
    padding:5px 0px 5px 12px;
    text-align:left;
	}

.l_box .guide_box dl dd,
.r_box .guide_box dl dd{
    background: url("../img/guide/icon_li.gif") no-repeat scroll 10px 3px transparent;
    text-align:left;
	}
.l_box .guide_box dl dd a,
.r_box .guide_box dl dd a{
    display: block;
    padding: 2px 0 5px 28px;
    text-decoration: underline;
    }
.l_box .guide_box dl dd a:hover,
.r_box .guide_box dl dd a:hover{
    text-decoration: underline;
    color:#FF6600;
    }
    
.l_box .guide_box .bnrparts,
.r_box .guide_box .bnrparts{
    margin:10px auto;
    }


.l_box .guide_box dl dt.non_midashi,
.r_box .guide_box dl dt.non_midashi{
    background: url("../img/guide/icon_li.gif") no-repeat scroll 10px 3px transparent;
    text-align:left;
    font-weight:normal;
    padding: 0px;
	}

.l_box .guide_box dl dt.non_midashi a,
.r_box .guide_box dl dt.non_midashi a{
    display: block;
    padding: 2px 0 5px 28px;
    text-decoration: underline;
    }

.l_box .guide_box dl dt.non_midashi a:hover,
.r_box .guide_box dl dt.non_midashi a:hover{
    text-decoration: underline;
    color:#FF6600;
    }


/*============================
		カレンダー
============================*/
div.cal_out{
	float:right;
    width:330px;
    margin-right: 10px;/*221109追記*/
}

div.cal_wrapper {
    color: #333333;
    width:160px;
    float:left;
    margin:0 0px 0 0;
}
div.schedule_wrapper {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 1px 3px #666666;
    padding: 10px;
    width: 170px;
}
div.schedule_wrapper h3 {
    color: #666666;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 0 10px;
}
div.schedule_wrapper div.schedule_list {
    margin: 0;
    padding: 0 10px;
}
div.schedule_wrapper div.schedule_list ol {
    border-top: 1px solid #CCCCCC;
    margin: 5px auto;
    padding: 0;
}
div.schedule_wrapper div.schedule_list ol li {
    font-size: 12px;
    line-height: 1.5em;
    margin: 0 0 0 30px;
    padding: 5px 10px 0 0;
}
div.schedule_wrapper div.schedule_list ol li:hover {
    text-decoration: underline;
}
div.cal_wrapper table.cal tr th p {
    color: #666666;
    float: left;
    font-size: 12px;
    margin: 0;
    padding: 5px;
}
div.cal_wrapper table.cal tr th div.cal_ui {
    display: none;
    float: right;
}
div.cal_wrapper table.cal tr th div.cal_ui input {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    font-size: 12px;
    margin: 0 1px;
    padding: 1px;
}
div.cal_wrapper table.cal tr td {
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
}
div.cal_wrapper table.cal tr td {
    font-size: 12px;
    /*padding: 2px;*/
    text-align: center;
}
div.cal_wrapper table.cal tr.headline td {
    padding: 5px 0;
}
div.cal_wrapper table.cal tr.headline {
    background: none repeat scroll 0 0 #FFFFFF;
}
div.cal_wrapper table.cal tr td div {
    background-color: #FFFFFF;
    /*border-radius: 3px 3px 3px 3px;*/
    font-size: 12px;
    padding: 4px;
    position: relative;
    text-align: center;
}
div.cal_wrapper table.cal tr td div span {
    background-color: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-shadow: 1px 1px 3px #666666;
    color: #000000;
    display: none;
    font-weight: normal;
    left: 0;
    line-height: 1.5em;
    padding: 4px;
    position: absolute;
    text-align: left;
    top: 20px;
    width: 50px;
    z-index: 10;
}
div.cal_wrapper p {
    font-size: 12px;
    margin-top: 5px;
    text-align: center;
}
div.cal_wrapper table.cal tr td div.Sat {
    background: none repeat scroll 0 0 #e08a79;
    color: #FFFFFF;
}
div.cal_wrapper table.cal tr td div.Sun {
    background: none repeat scroll 0 0 #e08a79;
    color: #FFFFFF;
}
div.cal_wrapper table.cal tr td div.Today {
    background: none repeat scroll 0 0 #FEE7EC;
}
div.cal_wrapper table.cal {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    margin: 0 auto;
}
div.cal_wrapper table.cal tr td div.Deli {
    background-color: #EEFFEE;
}
div.cal_wrapper table.cal tr td div.Holyday {
    background: none repeat scroll 0 0 #e08a79;
    color: #FFFFFF;
}
div.cal_wrapper table.cal tr td div.Holyday2 {
    background: none repeat scroll 0 0 #5EC5F7;
    color: #FFFFFF;
}
div.cal_wrapper table.cal tr td div.Birthday {
    background-color: #EEEEFF;
    border-radius: 3px 3px 3px 3px;
    color: #009900;
    font-weight: bolder;
}
div.cal_wrapper table.cal tr td div.pointer {
    cursor: pointer;
}
div.cal_wrapper table.cal tr td div.pointer:hover {
    background-color: #EEEEEE;
}

/*============================
		カレンダー
============================*/

div.cal_wrapper2 {
    color: #333333;
    width:160px;
    float:right;
    margin:0 0px 0 0;
}
div.schedule_wrapper {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 1px 3px #666666;
    padding: 10px;
    width: 170px;
}
div.schedule_wrapper h3 {
    color: #666666;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 0 10px;
}
div.schedule_wrapper div.schedule_list {
    margin: 0;
    padding: 0 10px;
}
div.schedule_wrapper div.schedule_list ol {
    border-top: 1px solid #CCCCCC;
    margin: 5px auto;
    padding: 0;
}
div.schedule_wrapper div.schedule_list ol li {
    font-size: 12px;
    line-height: 1.5em;
    margin: 0 0 0 30px;
    padding: 5px 10px 0 0;
}
div.schedule_wrapper div.schedule_list ol li:hover {
    text-decoration: underline;
}
div.cal_wrapper2 table.cal tr th p {
    color: #666666;
    float: left;
    font-size: 12px;
    margin: 0;
    padding: 5px;
}
div.cal_wrapper2 table.cal tr th div.cal_ui {
    display: none;
    float: right;
}
div.cal_wrapper2 table.cal tr th div.cal_ui input {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    font-size: 12px;
    margin: 0 1px;
    padding: 1px;
}
div.cal_wrapper2 table.cal tr td {
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
}
div.cal_wrapper2 table.cal tr td {
    font-size: 12px;
    /*padding: 2px;*/
    text-align: center;
}
div.cal_wrapper2 table.cal tr.headline td {
    padding: 5px 0;
}
div.cal_wrapper2 table.cal tr.headline {
    background: none repeat scroll 0 0 #FFFFFF;
}
div.cal_wrapper2 table.cal tr td div {
    background-color: #FFFFFF;
    /*border-radius: 3px 3px 3px 3px;*/
    font-size: 12px;
    padding: 4px;
    position: relative;
    text-align: center;
}
div.cal_wrapper2 table.cal tr td div span {
    background-color: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-shadow: 1px 1px 3px #666666;
    color: #000000;
    display: none;
    font-weight: normal;
    left: 0;
    line-height: 1.5em;
    padding: 4px;
    position: absolute;
    text-align: left;
    top: 20px;
    width: 50px;
    z-index: 10;
}
div.cal_wrapper2 p {
    font-size: 12px;
    margin-top: 5px;
    text-align: center;
}
div.cal_wrapper2 table.cal tr td div.Sat {
    background: none repeat scroll 0 0 #e08a79;
    color: #FFFFFF;
}
div.cal_wrapper2 table.cal tr td div.Sun {
    background: none repeat scroll 0 0 #e08a79;
    color: #FFFFFF;
}
div.cal_wrapper2 table.cal tr td div.Today {
    background: none repeat scroll 0 0 #FEE7EC;
}
div.cal_wrapper2 table.cal {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    margin: 0 auto;
}
div.cal_wrapper2 table.cal tr td div.Deli {
    background-color: #EEFFEE;
}
div.cal_wrapper2 table.cal tr td div.Holyday {
    background: none repeat scroll 0 0 #e08a79;
    color: #FFFFFF;
}
div.cal_wrapper2 table.cal tr td div.Holyday2 {
    background: none repeat scroll 0 0 #5EC5F7;
    color: #FFFFFF;
}
div.cal_wrapper2 table.cal tr td div.Birthday {
    background-color: #EEEEFF;
    border-radius: 3px 3px 3px 3px;
    color: #009900;
    font-weight: bolder;
}
div.cal_wrapper2 table.cal tr td div.pointer {
    cursor: pointer;
}
div.cal_wrapper2 table.cal tr td div.pointer:hover {
    background-color: #EEEEEE;
}



/* 20230221 追加 */
.title_txt {
    position: relative;
    width: 100%;
    text-align: left;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    border-left: solid #000 5px;
    padding: 10px!important;
    box-sizing: border-box;
  }
  .title_txt > span {
    display: block;
    font-size: 14px;
    margin-top: 5px;
  }




