@charset "utf-8";
/* CSS Document */
 
#page_menu {
    margin: 20px 0;
}
#page_menu a {
    cursor: pointer;
    background: #00b1b6;
    height: 100%;
    padding-top: 6px;
    padding-bottom:6px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    border:#00b1b6 solid 1px;
 
}
 
div#page_menu a.active {
    background: #fff;
    font-weight:bold;
    color:#00b1b6;
    border:#00b1b6 solid 1px;
    border-radius: 5px;
 
}
 
div#page_menu a:hover {
    background: #fff;
    font-weight:bold;
    color:#00b1b6;
    border:#00b1b6 solid 1px;
    border-radius: 5px;
 
}
#page_menu p {
    height: 25px;
    padding-top: 10px;
    padding-bottom:3px;
    display: inline-block;
    text-align: center;
    color: #333;
    font-weight: bold;
    border-radius: 5px;
    border:#00b1b6 solid 1px;
 
}
 
.item2 a,
.item2 p {
    width:350px;
}
.item3 a {
    width:230px;
}
 
.item4 a {
    width:200px;
}
 
.item5 a {
    width:165px;
}
 
.item6 a {
    width:120px;
} 
 
 form.two_btn {
	 display:inline;
 }
 
 
input[type="submit"].order_btn, input[type="button"].order_btn, input[type="submit"].order_btn2 {
    background: #F39801;
    border: 0;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 200px;
    height: 45px;
}
input[type="submit"].order_btn2 {
	display:inline;
	
}
input[type="submit"].back_btn2 {
	background: #dadada;
    border: 0;
    color: #666;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 145px;
    height: 45px;
	display:inline;
}

input[type="submit"].order_btn:hover, input[type="button"].order_btn:hover, input[type="submit"].back_btn2:hover{
    opacity:0.8;
}


	
.back_btn {
    background: #dadada;
    border: 0;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 120px;
    height: 45px;
}
.order_btn:hover {
    opacity:0.8;
}
.back_btn:hover {
    opacity:0.8;
}
 
/* هë╚و▓╚ */
input[type="submit"] {
    width:70px;
    height:25px;
    padding:0;
    display:block;
    border: 1px solid #d6f5ef;
    border-radius: 10px;
    outline:none;
    background:#00b1b6;
    color:#fff; 
    font-weight:bold;
 
}
 
 
 
/* taw program و╔،ن┐╕م╠ك┤«ك┤كé┤ك┤«و╟╦م« */
#tawprogram a {
    color:#333;
}
 
#tawprogram h5 {
    border:none;
    padding:0;
    margin-left:0;
}
 
.box_wrapper {
    overflow: hidden;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-left: 1px #ccc dotted;
    margin-left: 14px;
    padding-left: 15px
}
 
.box_l {
    width:340px;
    float:left;
 
 
}
.box_r {
    width:340px;
    float:left;
 
}
 
 
.box_l img.image_pic {
    padding-left:100px;
    padding-top:30px;
}
 
.box_r img.image_pic {
    padding-left:100px;
    padding-top:100px;
}
 
.img_tawprogram01 {
    margin-top:100px;
    margin-left:150px;
}
 
.img_tawprogram02 {
    margin-left:100px;
}
 
 
ol.content_list {
    list-style-type:decimal;
    margin-left:50px;
    font-size:0.8em;
}
 
 
div.a_center {
    text-align:center
}
 
 
/* family taw ه╜╟ */
span.title {
    font-weight: bold;
    color:#1e7b6a;
}
 
/* taw college ه╜╟ */
 
span.status {
    color:#d03b56;
}
span.status2 {
    background: #d03b56;
    color: #fff;
    padding: 3px;
    margin-right: 3px;
 
}
/* profile image ه╜╟ */
p.profile_image {
    float:left;
    padding-right:15px;
}
 
p.profile_name {
    font-size:1.1em;
    font-weight:bold;
 
}
 
/* كé╩كâ،كâ╠كâ│كâ╘ه╜╟ */
div.date_circle, div.date_circle_holiday {
    padding: 0;
    min-height: 0;
    height: 28px    !important;
    width: 28px;
    text-align: center;
    line-height: 28px;
    background:#F5f5f5;
    font-size: 138.5%;
    font-weight: 800;
    color: #00b1b6;
    border-radius:35px;
}
 
div.date_circle_holiday {
    background:#FFB6C1;
}

p.org_btn {
	padding:20px;
	border:1px solid orange;
	text-align:center;
}
p.org_btn a {
	text-decolation:none;
	color:orange;
	font-weight:bold;
	font-size:1.1em;
}

/* 画像の基本スタイル */
.image-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; /* 左寄せ */
}

.image-gallery img {
    width: 150px;
    margin: 5px;
}

