@charset "utf-8";
/* CSS Document */

html {
	background-color: #e6e6e6;
}

/*　hidetxtPlus */
.hidetxtPlus {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

/*------------------------------------------------
 header
------------------------------------------------*/

#header {
	background: #fff url(../img/ayumi/bg_ayumi.png) 50% 0 no-repeat;
}

#header .mv {
	height: 382px;
}

#header .logo {
	margin-bottom: 104px;
}
#header h1 {
	width: 905px;
	margin: 0 auto;
	padding-left: 55px;
}

#header .bg_gnav {
	margin-bottom: 22px;
	background-color: #f9e1ad;
}


/*------------------------------------------------
 container
------------------------------------------------*/

#container {
	margin-bottom: 46px;
}
#container .wrap {
	background-color: #fff;
	border: 1px solid #c1b78e;
}

/*
 ayumi
*/

#container .ayumi {
	padding: 22px;
}

/* tabs */
.ayumi .tabs {
	width: 918px;
	height: 51px;
	margin-bottom: 40px;
}

.ayumi .tab2,.ayumi .tab3,.ayumi .tab4 {
	display: none;
}

.tabs li {
	float: left;
}

.tabs a {
	display: block;
	width: 230px;
	height: 51px;
	background: url(../img/ayumi/btn_ayumi_snav_sprite.jpg) 0 0 no-repeat;
}
.tabs .btn01 a {
	background-position: 0 0;
}
.tabs .btn01 a:hover,.tabs .btn01.current a {
	background-position: 0 -61px;
}
.tabs .btn02 a {
	background-position: -230px 0;
}
.tabs .btn02 a:hover,.tabs .btn02.current a {
	background-position: -230px -61px;
}
.tabs .btn03 a {
	background-position: -460px 0;
}
.tabs .btn03 a:hover,.tabs .btn03.current a {
	background-position: -460px -61px;
}
.tabs .btn04 a {
	width: 228px;
	background-position: -690px 0;
}
.tabs .btn04 a:hover,.tabs .btn04.current a {
	background-position: -690px -61px;
}

.ayumi h2 {
	margin: 0 0 30px 25px;
	line-height: 1.3;
	text-align: left;
	font-size: 167%;
	font-weight: bold;
	color: #082162;
}
.ayumi h2 .year {
	display: block;
	width: 118px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	border-radius: 6px;
	background-color: #082162;
	float: left;
}
.ayumi h2 .txt {
	display: block;
	margin-left: 6.4em;
}

.ayumi .section {
	margin-bottom: 51px;
}

/* list */
.ayumi .section .list {
	margin: 0 0 37px 39px;
}
.ayumi .section .bg_orange .list,.ayumi .section .bg_blue .list {
	margin-bottom: 0;
	padding: 24px 0;
	border-bottom: 1px solid #cbcbcb;
}
.ayumi .section .bg_orange .list.last,.ayumi .section .bg_blue .list.last {
	border: none;
}

.ayumi .section .bg_orange{
	margin-bottom: 30px;
	padding: 0 32px 0 0;
	border-radius: 10px;
	background-color: #fff6ea;
}
.ayumi .section .bg_blue{
	margin-bottom: 30px;
	padding: 0 32px 0 0;
	border-radius: 10px;
	background-color: #e0f4fe;
}

.section .list dt {
	height: 26px;
	line-height: 26px;
	text-indent: .5em;
	border-left: 5px solid #082162;
	font-size: 116%;
	font-weight: bold;
	float: left;
}
.section .list.glay dt {
	border-left: 5px solid #c8c8c8;
}
.section .bg_orange dt {
	border-left: 5px solid #ff8700;
}
.section .bg_blue dt {
	border-left: 5px solid #3071b9;
}

.section .list dd {
	margin-left: 124px;
}
.bg_orange .list.last dd {
	margin-bottom: 0;
}
.section .bg_orange dd,.section .bg_blue dd {
	margin-bottom: 0;
	line-height: 1.4;
	overflow: hidden;
}

.section .list dd img {
	margin: 0 0 0 3em;
	float: right;
}

.section .list dd strong {
	display: inline-block;
	margin-bottom: .5em;
	font-size: 138.5%;
	color: #082162;
}
.section .list.glay dd strong {
	color: #000;
}
.section .bg_orange dd strong {
	color: #ff8700;
}
.section .bg_blue dd strong {
	color: #3071b9;
}

.section .list dd .txt {
	line-height: 1.8;
}
.section .list dd .txt .attention {
	font-size: 85%;
}
.section .list dd .txt .red {
	font-size: 131%;
	font-weight: bold;
	color: #ff3600;
}




