@charset "UTF-8";

/*==============================================================================

	subpage
	
==============================================================================*/

/*------------------------------------------------------------------------------
	message
------------------------------------------------------------------------------*/

#main .messageBox .messagePhoto {
	float: right;
	width: 180px;
	margin: 0 0 10px 15px;
}

#main .messageBox .messagePhoto img {
	width: 180px;
}

#main .messageBox {
	margin: 0 0 30px 0;
}

#main .messageBox h2 {
	margin: 23px 0 18px 0;
	padding: 10px 15px 8px 10px;
	background: #f9fafb;
	border-left: 5px solid #d42c33;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	font-size: 108%;
	line-height: 1.6;
	text-shadow: none;
}

#main .messageBox h3 {
	position: static;
	margin: 23px 0 18px 0;
	padding: 4px 10px 4px 8px;
	background: url(../img/report_h3_tit_bg.png) repeat-x left bottom;
	border-left: 5px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	font-size: 108%;
	line-height: 1.6;
}

#main .messageBox h4 {
	margin: 0 0 6px 0;
	font-size: 108%;
	font-weight: bold;
	line-height: 1.6;
}

#main .messageBox h3:after {
	content: "";
	display: inherit;
	height: 0;
	clear: both;
	visibility: hidden;
}

#main .messageBox h3:before {
	position: static;
	top: auto;
	left: auto;
	content: "";
	display: inherit;
	width: auto;
	height: auto;
	background: none;
}

#main .messageBox .inner {
	line-height: 1.8;
}

/*------------------------------------------------------------------------------
	news & update
------------------------------------------------------------------------------*/

#news01 dl,
#news02 dl {
	zoom: 1;
	margin: 0 0 12px 0;
	padding: 0 10px 12px 10px;
	background: url(../img/dotline_x_bg.png) repeat-x left bottom;
}

#news01 dl:after,
#news02 dl:after {
	content: "";
	display: block;
	clear: both;
}

#news01 dl dt,
#news02 dl dt {
	clear: left;
	float: left;
	width: 13em;
	padding: 2px 20px 2px 0;
	color: #666666;
	line-height: 1.6;
}

#news01 dl dt span,
#news02 dl dt span {
	display: inline-block;
	width: 80px;
	margin: 0 0 0 15px;
	padding: 2px 0;
	color: #ffffff;
	text-align: center;
	font-size: 77% !important;
}

#news01 dl dt {
	width: 6.5em;
}

#news02 dl dt span.event {
	background: #409786;
}

#news02 dl dt span.activity {
	background: #7daf55;
}

#news02 dl dt span.branch {
	background: #3a75ac;
}

#news02 dl dt span.alumni {
	background: #52559e;
}

#news02 dl dd {
	padding: 2px 0 2px 13em;
	line-height: 1.6;
	background: url(../../home/img/news_section_bg.png) repeat-y 11em top;
}

#news01 dl dd {
	padding: 2px 0 2px 6.5em;
	line-height: 1.6;
	background: url(../../home/img/news_section_bg.png) repeat-y 4.5em top;
}

/* important news */
#news01 dl.important dt {
	width: 13em;
}

#news01 dl.important dt span {
	display: inline-block;
	box-sizing: border-box;
	width: 80px;
	margin: 0 0 0 15px;
	padding: 5px 0 3px 35px;
	color: #ffffff;
	text-align: left;
	font-size: 77% !important;
	background-color: #e5232b;
	background-image: url(../../home/img/important_icon.png);
	background-repeat: no-repeat;
	background-size: 12px;
	background-position: 19px 4px;
	line-height: 1.2;
}

#news01 dl.important dd {
	padding: 2px 0 2px 13em;
	line-height: 1.6;
	background: url(../../home/img/news_section_bg.png) repeat-y 11em top;
}
/**/

/* NEW表示 */
#news01 dl dd span.new,
#news02 dl dd span.new {
	margin-left: 0.8em;
	padding: 0 0.8em;
	border-radius: 1em;
	background: #ff2a00;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	vertical-align: middle;
}
/**/

#main .reportBox .newsFoot {
	margin: 20px 0 0 0;
	padding: 30px 0 0 0;
	border-top: 1px dotted #333333;
}

#main .reportBox .newsFoot p {
	margin: 0;
	padding: 0;
	color: #888888;
}

#main .reportBox .newsFoot a {
	display: block;
	width: 200px;
	margin: 0 auto;
	padding: 12px 10px 12px 15px;
	border: 3px solid #eeeeee;
	border-radius: 8px;
	background: url(../img/link_icon02_big_bg.png) no-repeat 30px center;
	text-align: center;
}

#main .reportBox .newsFoot a:hover {
	background: #f7f7f7 url(../img/link_icon02_big_bg.png) no-repeat 30px center;
}

/*------------------------------------------------------------------------------
	sitemap
------------------------------------------------------------------------------*/

.sitemap {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sitemap li {
	margin: 10px 0 20px 0;
	font-size: 100%;
}

.sitemap li a {
	position: relative;
	display: block;
	color: #333333;
	padding: 10px 12px 10px 30px;
	background: #f9fafb;
	border-radius: 3px;
	border: 1px solid #dddddd;
	text-decoration: none;
}

.sitemap li a:hover {
	text-decoration: underline;
}

.sitemap li a:before {
	position: absolute;
	background: url(../img/link_icon_bg.png) no-repeat left top;
	display: block;
	content: "";
	width: 13px;
	height: 13px;
	top: 12px;
	left: 10px;
}

/*IE7▼*/
*+html body .sitemap li a {
	background: #f9fafb url(../img/link_icon_bg.png) no-repeat 10px 12px;
}

/**/

.sitemap li ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sitemap li ul li {
	margin: 0;
	padding: 0;
	background: none;
}


.sitemap li ul li a {
	position: relative;
	margin: 0;
	padding: 10px 10px 10px 20px;
	background: none;
	border: none;
	border-bottom: 1px dotted #ccc;
	border-radius: 0;
}

.sitemap li ul li a:before {
	position: absolute;
	content: "";
	width: 4px;
	height: 7px;
	top: 15px;
	left: 5px;
	background: url(../img/link_icon02_bg.png) no-repeat left top;
}

/*IE7▼*/
*+html body .sitemap li ul li a {
	background: url(../img/link_icon02_bg.png) no-repeat 5px 15px;
}

/**/

/*------------------------------------------------------------------------------
	activity
------------------------------------------------------------------------------*/

#main .categoryBox {}

#main .categoryBox .cLine {
	margin: 0;
	padding: 0;
	zoom: 1;
}

#main .categoryBox .cLine:after {
	content: "";
	display: block;
	clear: both;
}

#main .categoryBox .cLine .cl,
#main .categoryBox .cLine .cr {
	width: 340px;
	margin: 0 0 20px 0;
	padding: 0;
	border: 1px solid #dadada;
	border-radius: 5px 5px 0 0;
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05);
}

/* IE9 10 ▼ */
#main .categoryBox .cLine .cl:not(:target),
#main .categoryBox .cLine .cr:not(:target) {
	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05)\9;
}

/**/

#main .categoryBox .cLine .cl {
	float: left;
}

#main .categoryBox .cLine .cr {
	float: right;
}

#main .categoryBox .cLine .cl h2,
#main .categoryBox .cLine .cr h2 {
	margin: 1px 1px 15px 1px;
	padding: 0;
	border-radius: 5px 5px 0 0;
	background: none;
	border-left: none;
	border-top: none;
	border-bottom: none;
	border-right: none;
	font-size: 108%;
	line-height: 1.6;
	text-shadow: none;
}

#main .categoryBox .cLine .cl h2 a,
#main .categoryBox .cLine .cr h2 a {
	position: relative;
	display: block;
	border-bottom: 3px solid #c30e15;
	border-radius: 5px 5px 0 0;
	padding: 12px 15px 10px 30px;
	background: url(../img/category_h2_bg.png) repeat-x left bottom;
	color: #333333;
	text-decoration: none;
}

#main .categoryBox .cLine .cl h2 a:before,
#main .categoryBox .cLine .cr h2 a:before {
	position: absolute;
	display: block;
	width: 14px;
	height: 14px;
	content: "";
	top: 16px;
	left: 10px;
	background: url(../img/category_icon_bg.png) no-repeat left top;
}

#main .categoryBox .cLine .cl h2 a:hover,
#main .categoryBox .cLine .cr h2 a:hover {
	text-decoration: underline;
}

#main .categoryBox .cLine .cl p,
#main .categoryBox .cLine .cr p {
	margin: 15px 12px;
}

#main .categoryBox .cLine .cl .cPhoto,
#main .categoryBox .cLine .cr .cPhoto {
	text-align: center;
}

/*IE7▼*/
*+html body #main .categoryBox .cLine .cl h2,
*+html body #main .categoryBox .cLine .cr h2 {
	background: url(../img/category_h2_bg.png) repeat-x left bottom;
}

*+html body #main .categoryBox .cLine .cl h2 a,
*+html body #main .categoryBox .cLine .cr h2 a {
	background: url(../img/category_icon_bg.png) no-repeat 10px 16px;
}

/*------------------------------------------------------------------------------
	journal
------------------------------------------------------------------------------*/

#main .buckNumberBox {
	line-height: 1.8;
}

#main .buckNumberBox {
	margin: 0;
}

#main .buckNumberBox h2 {
	margin: 40px 0 30px 0;
	padding: 10px 10px 10px 10px;
	font-size: 145.6%;
	font-weight: normal;
	line-height: 1.6;
	border-top: 4px solid #c30e15;
	border-bottom: 1px solid #dddddd;
	border-right: none;
	border-left: none;
	background: url(../img/report_h1_tit_bg.png) repeat-x left top;
	line-height: 1.6;
	text-shadow: 0 1px 0 #fff,
	1px 0 0 #fff,
	0 -1px 0 #fff,
	-1px 0 0 #fff,
	-1px -1px 0 #fff,
	1px -1px 0 #fff,
	-1px 1px 0 #fff,
	1px 1px 0 #fff;
}

#main .buckNumberBox h2.first {
	margin-top: 0;
}

#main .buckNumberBox h3 {
  position: relative;
  margin: 0 0 0 0;
  padding: 10px 16px 10px 18px;
	background: #fff;
	border: none;
	border-top: 1px solid #e0e0e0;
	border-bottom: none;
	border-right: 1px solid #e0e0e0;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
  font-size: 108%;
	color: #333333;
  line-height: 1.6;
	text-align: left;
}

#main .buckNumberBox h3::before {
	position: absolute;
	top: -1px;
	left: 0;
	display: block;
	content: "";
	width: 6px;
	height: calc(100% + 1px);
	background: #c30e15;
}

#main .buckNumberBox .mainPhoto {
	margin: 0;
	padding: 0;
}

#main .backNumber {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

/* prev,next btn */
#main .buckNumberBox #pagerLink {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 0 0 30px 0;
}

#main .buckNumberBox #pagerLink .prev {
	position: relative;
	padding: 2px 2px 2px 20px;
	background: url(../img/link_icon_prev_bg.png) no-repeat;
	background-position: left center;
	border-radius: 4px;
	font-weight: normal;
	font-size: 14px;
	color: #333;
}
#main .buckNumberBox #pagerLink .next {
	position: relative;
	padding: 2px 20px 2px 2px;
	background: url(../img/link_icon_next_bg.png) no-repeat;
	background-position: right center;
	border-radius: 4px;
	font-weight: normal;
	font-size: 14px;
	color: #333;
}

#main .buckNumberBox #pagerLink a:hover {
	color: #ea0000;
}

/* backNumber big */
#main .buckNumberBox .backNumber_big {
	width: 100%;
	margin: 0 0 35px 0;
	text-align: center;
}

#main .buckNumberBox .backNumber_big a {
	display: inline-block;
	width: auto;
	height: auto;
	margin: 0 auto;
	text-align: center;
}

#main .buckNumberBox .backNumber_big a:hover {
	opacity: 0.75;
}

#main .buckNumberBox .backNumber_big a p {
	display: block;
	margin: 0 0 10px 0;
}

#main .buckNumberBox .backNumber_big a img {
	width: auto;
	height: 320px;
	border: 1px solid #555;
}

/* backNumber list */
#main .backNumber .backNumberRight,
#main .backNumber .backNumberLeft {
	width: 48%;
	margin: 0 0 35px 0;
	text-align: center;
}

#main .backNumber .backNumberRight a,
#main .backNumber .backNumberLeft a {
	display: block;
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 18px 0 15px 0;
	background: #f7f7f7;
	border-radius: 0;
	border: 1px solid #e0e0e0;
	border-top: none;
	color: #333333;
	font-size: 108%;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
}

#main .backNumber .backNumberRight a:hover p,
#main .backNumber .backNumberLeft a:hover p {
	opacity: 0.75;
}

#main .backNumber .backNumberRight a p,
#main .backNumber .backNumberLeft a p {
	display: block;
	margin: 0 0 10px 0;
	transition: all 0.1s ease-out;
}

#main .backNumber .backNumberRight a img,
#main .backNumber .backNumberLeft a img {
	width: auto;
	height: 190px;
	border: 1px solid #555;
}

#main .backNumber .backNumberRight a .detail-link,
#main .backNumber .backNumberLeft a .detail-link {
	display: inline-block;
	padding: 6px 18px 6px 28px;
	border-radius: 25px;
	background: #444 url(../img/back-number_link_icon.png) no-repeat;
	background-position: left 18px center;
	font-size: 12px;
	color: #ffffff;
	line-height: 1em;
	transition: all 0.1s ease-out;
	text-align: left;
}

#main .backNumber .backNumberRight a:hover .detail-link,
#main .backNumber .backNumberLeft a:hover .detail-link {
	opacity: 0.75;
}

/* pdf */
#main .buckNumberBox .pdfBox {
	position: relative;
	margin: 0;
	padding: 30px 0 0 0;
	border-top: solid 1px #e7242b;
	color: #444;
}

#main .buckNumberBox .pdfBox::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 8px;
	background: #f8f8f8;
}

#main .buckNumberBox .pdfBox .inner {
	margin: 0;
	padding: 0 10px;
	line-height: 1.8;
}

#main .buckNumberBox .pdfLink {
	text-align: right;
	margin: 35px 0 38px 0;
}
/*
#main .buckNumberBox .pdfLink a {
	display: inline-block;
	padding: 20px 0px 20px 0px;
}

#main .buckNumberBox .pdfIcon {
	padding: 14px 25px 14px 55px;
	background-image: url('../img/icon_pdflink.png');
	background-repeat: no-repeat;
	background-position: 15px 40%;
	background-size: 28px auto;
	background-color: #f0f7fc;
	border: 1px solid #d5d5d5;
	border-radius: 6px;
	text-align: left;
}*/

#main .buckNumberBox .pdfLink dl {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 1px solid #d5d5d5;
	text-align: left;
}

#main .buckNumberBox .pdfLink dl dt {
	margin: 0;
	padding: 15px;
	width: 38%;
	height: 100%;
	background: #f0f7fc;
	border-right: 1px solid #d5d5d5;
	font-weight: bold;
}

#main .buckNumberBox .pdfLink dl dd {
	position: relative;
	margin: 0;
	padding: 15px;
	height: 100%;
}

#main .buckNumberBox .pdfLink dl dd::before {
	position: absolute;
	top: 50%;
	left: 12px;
	display: block;
	content: "";
	width: 24px;
	height: 24px;
	background: url(../img/icon_pdflink.png) no-repeat;
	background-position: top left;
	background-size: 24px auto;
	transform: translateY(-50%);
}

#main .buckNumberBox .pdfLink dl dd a {
	display: inline-block;
	margin: 0 0 0 30px;
	padding: 0;
}

/* backNumber-sNav */
#content #main_wrap #side #yNav.backNumber-sNav h2 {}

#content #main_wrap #side #yNav.backNumber-sNav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 10px 6px 10px 6px;
	padding: 0;
	list-style: none;
}

#content #main_wrap #side #yNav.backNumber-sNav ul li {
	width: 48%;
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 1.6;
	font-size: 14px;
}

#content #main_wrap #side #yNav.backNumber-sNav ul li p {
  margin: 0;
  padding: 0;
  border-top: none;
}

#content #main_wrap #side #yNav.backNumber-sNav ul li a {
	position: relative;
	box-sizing: border-box;
	display: block;
	margin: 0;
	padding: 2px 8px 2px 20px;
	border-bottom: 1px solid #ebeced;
	color: #333333;
	background: url(../img/ynav_icon_bg.png) no-repeat 6px center;
}

#content #main_wrap #side #yNav.backNumber-sNav ul li:nth-child(odd) a {
	margin-right: 6px;
	padding-right: 0;
}

#content #main_wrap #side #yNav.backNumber-sNav ul li:nth-child(odd) a::before {
	position: absolute;
	top: 50%;
	right: -8px;
	display: block;
	content: "";
	width: 1px;
	height: 20px;
	background: #ebeced;
	transform: translateY(-50%);
}

#content #main_wrap #side #yNav.backNumber-sNav ul li a:hover {
	background: #ebeced url(../img/link_icon02_big_bg.png) no-repeat 6px center;
}

/* rules
======================================================= */

#content #main_wrap .buckNumberBox .rulesList {
	margin: 0 0 35px 0;
	padding: 0;
	line-height: 1.6;
	list-style: none;
}

#content #main_wrap .buckNumberBox .rulesList li {
	margin: 0 0 1em 0;
	padding: 0;
}

#content #main_wrap .buckNumberBox .rulesList li a {
	position: relative;
	display: inline-block;
	padding-left: 18px;
	text-decoration: underline;
}

#content #main_wrap .buckNumberBox .rulesList li a:before {
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	border-top: solid 3px #e5232b;
	border-right: solid 3px #e5232b;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -4px;
	transform: rotate(45deg);
  }


/* info
======================================================= */
#content #main_wrap .pdfArea{
    height: 24px;
    background: url(/share/common/img/icon_pdflink.png) no-repeat;
    background-size: 24px auto;
    padding-left: 32px;
    margin-top: 1em;  
	}
#content #main_wrap .pdfArea p{    
        padding: 0px;
        margin: 0px;
	}