﻿@charset "utf-8";

.pbox{
	text-align:center;
	padding:20px 0 70px 0;
}
.pbox ul{
	clear:both;
}
.pbox li{
	float:left;
	margin:0 10px 0 0;
}
.pbox li a{
	font-size:1.2em;
	line-height:0em;
	text-decoration:none;
	border-radius:10px;
	font-weight:bold;
	padding:10px 40px;
	border:#11b582 solid 2px;
	background:url(../img/cmn/ic4.png) 13px center no-repeat;
}
.pbox .now a,
.pbox li a:hover{
	color:#fff;
	background:#11b582 url(../img/cmn/ic3.png) 13px center no-repeat;
}


.pbox2{
	margin:0 0 40px 0;
}
.pbox2 ul{
	margin:20px;
}
.pbox2 li{
	width:47%;
	font-size:1.4em;
	border-radius:10px;
	font-weight:bold;
	border:#11b582 solid 2px;
	padding:0;
}
.pbox2 li a{
	display:block;
	padding:20px 40px;
	background:url(../img/cmn/ic6.png) 13px center no-repeat;
	text-decoration:none;
}
.pbox2 li a:hover{
	background:#06b335 url(../img/cmn/ic7.png) 13px center no-repeat;
	color:#fff;
}

/*-----------------*/
.cbox{
	margin:0 0 30px 0;
}
.cbox-inner{
	padding:10px;
}
.cbox h2{
	background:url(../img/cmn/bak1.jpg) left top repeat;
	padding:10px;
	margin:0 0 20px 0;
	color:#fff;
	font-weight:bold;
	border:1px solid #e6e6e6;
    border-radius: 8px;
	font-size:1.5em;

}

.cbox table{
	width:100%;
}
.cbox table th,
.cbox table td{
	padding:10px;
	border:#bbb solid 1px;
}
.cbox table th{
	background:#e5ffec;
	font-weight:bold;
	color:#00b32f;
	vertical-align:top;
}
#cbox1 p{
	font-weight:bold;
	font-size:1.3em;
}

#cbox2 ul{
	margin:20px auto;
	width:70%;
}
#cbox2 li:first-of-type{
	float:left;
}
#cbox2 li:last-of-type{
	float:right;
}
#cbox2 li a{
	display:block;
	border:#fff solid 1px;
	border-radius:10px;
	font-weight:bold;
	color:#fff;
	font-size:1.3em;
	text-decoration:none;
	background:#11b582 url(../img/cmn/ic3.png) 95% center no-repeat;
	padding:20px 60px 20px 30px;
	box-shadow:1px 1px 2px rgba(0,0,0,0.3);
	line-height:1;
}
#cbox2 li a:hover{
	opacity:0.7;
}

.ken table li{
	list-style:decimal;
	margin:0 0 10px 1.5em;
}
.ken table li:last-of-type{
	margin-bottom:0;
}
.ken table{
	font-size:0.8em;
	line-height:1.5;
}
.ken table th,
.ken table td{
}
.ken table th{
	text-align:center;
	vertical-align:middle;
}
.ken table th ul li{
	font-weight:bold;
}
.ken table .em {
	text-align:center;
	padding:0 6px 0 0;
}
.ken table .em span{
	display:block;
	width:0.5em;
	margin:0 auto;
}
.ken table td{
	font-size:0.9em;
	vertical-align:top;
}
.ken table td.year{
	vertical-align:middle;
	text-align:center;
}
#cbox1 .t-left{
	text-align:left !important;
}
