@charset "utf-8";

/*==============================================================

	進路プログラム CSS
	
	1.　共通
	2.　進路一覧

================================================================*/

/*------------ 共通 ------------*/

h3.program,
h3.program-detail,
h3.program-detail-only {
	margin:0;
	background:#F5EBDC;
	color:#742916;
	margin-bottom:20px;
	font-size:110%;
}

h3.program {
	padding:7px 0 7px 15px;
}

h3.program-detail,
h3.program-detail-only {
	padding:4px 0 4px 15px;
	_padding:5px 0 4px 15px;
}

h3.program-detail-only {
	text-align:left;
}

h3.program-detail em,
h3.program-detail-only em {
	font-style:normal;
	color:#A10000;
}

h3.program-detail span {
	font-size:80%;
}

h4 {
	margin:0 0 10px 0;
	padding:0;
}

.page-anker {
	border:#F5D3E1 1px solid;
	background:url(images/bg_all.gif);
	line-height:200%;
	color:#F5D3E1;
	font-size:80%;
	padding:10px 0;
	text-align:center;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
.page-anker {
	border:#F5D3E1 1px solid;
	background:url(images/bg_all.gif);
	line-height:200%;
	color:#F5D3E1;
	font-size:70%;
	padding:10px 0;
	text-align:center;
}
}
.imgR-all {
	float:right;
	margin:30px 0 25px 30px;
}

.imgR-detail {
	float:right;
	margin:0 0 0 35px;
}

.pink { color:#EC83B2; }

.summary {
	clear:both;
	margin:25px 0;
	padding:0;
	width:760px;
}

.summary .summ-inner {
	background:url(images/frame_program_02.gif) repeat-y;
	padding:0 19px 14px 14px;
	margin:0;
}

.summary .imgL {
	float:left;
	margin:0 20px 20px 0;
}

/*------------ 進路一覧 ------------*/

.lead-all {
	text-align:left;
	line-height:180%;
	margin-top:30px;
	padding:0;
	width:350px;
	display:block;
}

.summary .target-copy {
	margin:0 0 20px 0;
	text-align:left;
	line-height:180%;
}	
	
.summary table.sheet {
	clear:both;
	border-color:#F5D3E1;
	border-width:1px 0 0 1px;
	border-style:solid;
	width:726px;
	font-size:100%;
	margin:0;
}
	
.summary table.sheet th,
.summary table.sheet th.type-b,
.summary table.sheet td {
	padding:8px;
	border-color:#F5D3E1;
	border-width:0 1px 1px 0;
	border-style:solid;
}

.summary table.sheet th {
	text-align:center;
	font-weight:normal;
	width:99px;
}

.summary table.sheet th.type-b {
	text-align:center;
	width:auto;
}

.summary table.sheet td {
	text-align:left;
	padding-left:15px;
}

.summary .btn-detail {
	margin:15px 0 0 0;
	vertical-align:bottom;
	text-align:right;
}

/*------------ 月別詳細 ------------*/

.summary .summ-inner .ss-inner {
	background:url(images/bg_detail.gif) 0 65px repeat-y;
	overflow:hidden;
	_zoom:1;
}

.summary .monthes {
	float:left;
	width:100px;
}

.summary .mon-detail {
	float:right;
	padding-left:20px;
	width:594px;
}

.summary .mon-detail .mon-body {
	text-align:left;
	line-height:180%;
	padding-bottom:45px;
	clear:both;
	overflow:hidden;
	_zoom:1;
}
	
	