@charset "UTF-8";



/* --------------------------------
	general
-------------------------------- */
body{
	min-width: 1120px;
}
@media screen and (max-width: 737px){
	body{
		min-width: 100%;
	}
}
#container { width: 100%; height: auto; font-size: 14px; }
#container .sp { display: none; }
#container a,
#container a:hover { text-decoration: none; }

/* bxSlider　初期化 */
.bx-wrapper .bx-viewport { box-shadow: none; border: 0; left: 0; background: none; transform: none; }

@media screen and (max-width: 737px){
	#container { font-size: 12px; line-height: 1.58; }
	#container .pc { display: none; }
	#container .sp { display: block; }
}

.bs-font{ font-family: Arial, Helvetica, sans-serif; padding: 0 2px; }

/* --------------------------------
	header
-------------------------------- */
#header { width: 100%; }
#header >.note { margin: 18px auto 0; width: 1000px; font-size: 12px; text-align: right; }
#header .head { position: fixed; border-bottom: 2px #fff solid; width: 100%; min-width: 1020px; height: 62px; background: url(/img/hdr_bg.png) no-repeat #1F45AE center top; z-index: 100; }
#header .head .headInner { position: relative; margin: 0 auto; width: 1020px; }
#header .head h1 a { display: block; width: 235px; height: 62px; padding: 0; overflow: hidden; background: url(/img/hdr_logo.png) no-repeat left top; text-indent: 100%; white-space: nowrap; }
#header .head ul.anchor {
	position: absolute;
	top: 0;
	left: 352px;
	width: 697px;
	padding-top: 62px;
	margin-top: -62px;
}
#header .head ul.anchor li { float: left; font-size:0; line-height: 1; }
#header .head ul.anchor li a,
#header .head ul.anchor li span {
	position: relative;
	display: block;
	overflow: hidden;
	width: 165px;
	height: 62px;
	background: url(/img/anchor.png) no-repeat left top;
	text-indent: 100%;
	white-space: nowrap;
}
#header .head ul.anchor li a::before {
  content: "";
  position: absolute;
	display: block;
	top: 0;
  right: 0;
	bottom: 0;
  left: auto;
  width: 0;
  height: 0;
	margin: auto 0 auto auto;
  border-style: solid;
  border-color: transparent transparent #04207f transparent;
  border-width: 0 0 62px 52px;
}
#header .head ul.anchor li:nth-of-type(2) a::before {
	border-color: transparent transparent #021362 transparent;
}
#header .head ul.anchor li:nth-of-type(3) a::before {
	border-color: transparent transparent #021260 transparent;
}
#header .head ul.anchor li:nth-of-type(4) a::before {
	border-color: transparent transparent #052789 transparent;
}
#header .head ul.anchor li.about a {
	width: 248px;
	background-position: 0 0;
}
#header .head ul.anchor li.nominate a { width: 248px; background-position: 0 -124px; }
#header .head ul.anchor li.summary a { width: 131px; background-position: -248px 0; }
#header .head ul.anchor li.step a { width: 158px; background-position: -379px 0; }
#header .head ul.anchor li.criteria a { width: 156px; background-position: -540px 0; }

#header .head ul.anchor li.nominate a:hover,
#header .head ul.anchor li.about a:hover,
#header .head ul.anchor li.summary a:hover,
#header .head ul.anchor li.step a:hover,
#header .head ul.anchor li.criteria a:hover {
  background-color: #294ec6;
}

@media screen and (max-width: 737px){
	#header >.note { margin-top: 7px; width: auto; font-size: 9px; text-align: center; }
	#header .head { position: relative; border-bottom: none; background: none; min-width: 320px; height: 47px; z-index: 0; }
	#header .head .headInner { width: 100%; }
	#header .head h1 a { overflow: hidden; display: block; width: 100%; height: 47px; padding: 0; background: url(/img/sp_hdr_logo.gif) no-repeat #07349e center top; background-size: 320px 47px; text-indent: 100%; white-space: nowrap; }
	#header .head ul.anchor { display: none; }
}

/* cover --------------------- */
#header .cover { overflow: hidden; width: 100%; min-width: 1020px; }
#header .coverInner {
	overflow: hidden;
	position: relative;
	background: url(/img/cover_bg.png) repeat top center / auto 100%;
}

#header .desc { margin: 0 auto; width: 1000px; font-size: 14px; text-align: right; }
#header .desc a { color: #03309c; font-weight: bold; text-decoration: underline; }
@media screen and (max-width: 737px){
	#header .cover { min-width: 320px; }
	#header .desc {
		padding-right: 15px;
		width: auto;
		font-size: 10px;
		text-align: right;
	}
}

#header .cover {
	position: relative;
	padding: 64px 0 16px;
	background: no-repeat #fff center bottom;
}

#header .coverDetail_wrapper {
	position: relative;
}

#header .cover #coverDetail {
	display: flex;
	position: relative;
	gap: 5px;
	width: 1002px;
	z-index: 10;
	margin: 0 auto;
	background: url(/img/cover_img_01.jpg) no-repeat top center / cover;
	justify-content: center;
	box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 737px){
	#header .cover #coverDetail {
		box-sizing: border-box;
		display: block;
		position: relative;
		margin: 0 auto;
		width: calc(100% - 30px);
		background-image: url(/img/sp_cover_img_01.jpg);
		box-shadow: 10px 10px 24px rgba(0, 0, 0, 0.2);
	}
}

#header .cover #coverDetail .coverDetail_img {
	position: relative;
	z-index: 11;
	box-shadow: 0 0 24px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 737px){
	#header .cover #coverDetail .coverDetail_img {
		position: static;
		margin: -12px auto 0;
		box-shadow: 0 0 12px rgba(3, 23, 78, 0.5);
	}
	#header .cover #coverDetail .coverDetail_img img {
		width: 100%;
	}
}

#header .cover h2 {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding-top: 35px;
	padding-bottom: 12px;
	width: 627px;
}
@media screen and (max-width: 737px){
	#header .cover h2 {
		display: block;
		padding-top: 6.25vw; /* 20px */
		padding-bottom: 2.5vw; /* 8px */
		margin: auto;
		width: 89.38vw; /* 286px  */
		transform: translateX(-1.25vw); /* -4px */
	}
}

#header .cover h2 img {
	width: 100%;
}

@media screen and (max-width: 737px){
	#header .cover {
		padding: 0 0 6px;
		background: none;
	}
	#header .cover .coverInner:after{
		display: none;
	}
}

#header #coverSlider { position: absolute; top: 0; right: calc(50% - 556px); margin: auto; width: 640px; height: 100%; }
#header #coverSlider .slider { position: absolute; top: 0; left: -58px; right: 0; margin: auto; width: 640px; height: 477px; }
#header #coverSlider .slider.slider_txt { top: auto; left: 0; bottom: 30px; width: 536px; height: 40px; margin-left: 90px; z-index: 5; text-align: center;}
#header #coverSlider .slider_img .item { width: 640px; height: 477px; }
#header #coverSlider .slider .bg { width: 100%; height: 100%; background-size: contain; }
#header #coverSlider .slider .txt { position: relative; padding: 11px 112px 11px 48px; color: #fff; font-size: 12px; text-align: left; background: rgba(0,0,0,0.6);}
#header #coverSlider .slick-list:after{ content: ''; display: block; width: 14px; height: 40px; position: absolute; top: 0; right: -18px; background: url() no-repeat;}
#header #coverSlider .slider_01 .bg { background-image: url(/img/slider_01.jpg); background-repeat: no-repeat; background-position: left top; }
#header #coverSlider .slider_02 .bg { background-image: url(/img/slider_02.jpg); background-repeat: no-repeat; background-position: left top; }
#header #coverSlider .slider_03 .bg { background-image: url(/img/slider_03.jpg); background-repeat: no-repeat; background-position: left top; }
#header #coverSlider .slider_04 .bg { background-image: url(/img/slider_04.jpg); background-repeat: no-repeat; background-position: left top; }
#header #coverSlider .slider_05 .bg { background-image: url(/img/slider_05.jpg); background-repeat: no-repeat; background-position: left top; }
#header #coverSlider .slider_06 .bg { background-image: url(/img/slider_06.jpg); background-repeat: no-repeat; background-position: left top; }
#header #coverSlider .slider_07 .bg { background-image: url(/img/slider_07.jpg); background-repeat: no-repeat; background-position: left top; }
#header #coverSlider .slider_08 .bg { background-image: url(/img/slider_08.jpg); background-repeat: no-repeat; background-position: left top; }
#header #coverSlider .slider_09 .bg { background-image: url(/img/slider_09.jpg); background-repeat: no-repeat; background-position: left top; }

@media screen and (max-width: 737px){
	#header #coverSlider { top: 135px; left: 0; margin-left: 0; width: 100%; height: 239px; overflow: hidden;}
	#header #coverSlider:before,
	#header #coverSlider:after { top: auto; bottom: -15px; left: 0; width: 100%; height: 205px; background: no-repeat center top; background-size: auto 205px; display: none;}
	#header #coverSlider .slider { width: 100%; height: 263px; left: 0;}
	#header #coverSlider .slider.slider_txt { top: auto; left: 0; right: 0; margin: auto; bottom: 35px; width: 319px; height: 25px; z-index: 5; background: none; }
	#header #coverSlider .slider_img .item { position: relative; width: 318px; height: 263px; background: #000; }
	#header #coverSlider .slider_img .bg { opacity: 0.3; background-size: cover; }
	#header #coverSlider .slider_img .slick-current .bg { opacity: 1; }
	#header #coverSlider .slider .txt { display: block; width: 292px; padding: 5px 14px; color: #fff; font-size: 9px; background: rgba(0,0,0,0.6); }

	#header #coverSlider .slider_01 .bg { background-position: center bottom; }
	#header #coverSlider .slider_02 .bg { background-position: center bottom; }
	#header #coverSlider .slider_03 .bg { background-position: center bottom; }
	#header #coverSlider .slider_04 .bg { background-position: center bottom; }
	#header #coverSlider .slider_05 .bg { background-position: center bottom; }
	#header #coverSlider .slider_06 .bg { background-position: center bottom; }
	#header #coverSlider .slider_07 .bg { background-position: center bottom; }
	#header #coverSlider .slider_08 .bg { background-position: center bottom; }
}

/* --------------------------------
	body
-------------------------------- */

#body { position: relative; padding: 5px 0 0; z-index: 11; }
#body .bodyInner { margin: 0 auto; width: 1000px; padding: 0 10px; }
#body .test { margin-top: -62px; padding-top: 62px; }
/* NOTE: 第9回で見出しデザインが変更になったが/archive/2015/でindex.cssを読んでいるためモディファイアで対応 */
#body .bodyInner.bodyInner--index {
	margin-top: 20px;
}

@media screen and (max-width: 737px){
	#body { padding: 0; }
	#body .bodyInner { margin: 0 auto; width: 100%; padding: 0 0 30px; }

	#body .bodyInner.bodyInner--index {
		margin-top: 47px;
	}
}

/* content --------------------- */
#body #content { float: left; width: 642px; line-height: 1.7; position: relative; }
#body #content .bold { font-weight: bold; }
#body #content .underline { text-decoration: underline; }
#body #content .pagetop { padding: 19px 0 0; text-align: right; }
#body #content .section + .section { margin-top: 99px; }

@media screen and (max-width: 737px){
	#body #content {
		float: none;
		width: 100%;
		line-height: 1.58;
	}
	#body #content .acCont { padding:0 0 30px; }
	#body #content .acBtnMore { margin: 16px auto 30px; width: 113px; height: 30px; cursor: pointer; }
	#body #content .acBtnClose { margin: 12px auto 0; width: 90px; height: 30px; cursor: pointer; }
	#body #content .section + .section { margin-top: 1px; }
}

/* accordion --------------------- */
#body #content .acParent .acBtnToggle { height: 42px; padding: 8px 0 0 23px; background: url(/img/sec_h_bg.gif) no-repeat left top; color: #fff; font-size: 22px; }
#body #content .acParent .acBtnMore.pc,
#body #content .acParent .acBtnClose.pc { cursor: pointer; }

#body #content .acParent .acBtnMore.pc { display: block; }
#body #content .acParent.open .acBtnMore.pc { display: none; }
#body #content .acParent.open .acParent .acBtnMore.pc { display: block; }
#body #content .acParent.open .acParent.open .acBtnMore.pc { display: none; }
#body #content .acParent .txt .acContinueMark.pc { display: inline; }
#body #content .acParent.open .txt .acContinueMark.pc { display: none; }

#body #content .acParent .acBtnMore.sp,
#body #content .acParent.open .acBtnMore.sp,
#body #content .acParent .acContinueMark.sp,
#body #content .acParent.open .acContinueMark.sp { display: none; }

@media screen and (max-width: 737px){
	#body #content .acParent .acBtnToggle {
		height: 38px;
		padding: 11px 0 0 14px;
		background: url(/img/sp_ac_h_bg_open.gif) no-repeat #03309c right top;
		background-size: 145px 49px;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		cursor: pointer;
	}
	#body #content .acParent.open .acBtnToggle { background-image: url(/img/sp_ac_h_bg_close.gif); background-size: 145px 49px; }

	#body #content .acParent .acBtnMore.pc,
	#body #content .acParent.open .acBtnMore.pc,
	#body #content .acParent .acContinueMark.pc,
	#body #content .acParent.open .acContinueMark.pc { display: none; }

	#body #content .acParent .acBtnMore.sp { display: block; }
	#body #content .acParent.open .acBtnMore.sp { display: none; }
	#body #content .acParent .txt .acContinueMark.sp { display: inline; }
	#body #content .acParent.open .txt .acContinueMark.sp { display: none; }
}

/* ceremony --------------------- */
#body #content .ceremony_inner { position: relative; margin: 4px 0 0; border: 1px #c4b500 solid; padding: 114px 40px 49px; background: url(/img/sec_bg_02.png) repeat-y; }
#body #content .ceremony_h { position: absolute; top: -5px; left: 0; }
#body #content .ceremony_h + .ceremony_img { padding-top: 0; }
#body #content .ceremony_img { padding: 27px 0 0; }
#body #content .ceremony_img img { width: 100%; height: auto; }
#body #content .ceremony_txt { padding: 15px 0 0; font-size: 16px; line-height: 1.38; }
#body #content .ceremony_txt + .ceremony_txt { padding: 25px 0 24px; }
#body #content .ceremony_slider_ttl { padding: 44px 0 0; font-size: 16px; line-height: 1.38; text-align: center;}

#body #content #ceremony_slider { position: relative; margin: 17px auto 0; border: 2px #c4b500 solid; width: 500px; height: 346px; }
#body #content #ceremony_slider .slider_item img { width: 100%; }

@media screen and (max-width: 737px){
	#body #content #ceremony { margin-top: 0; }
	#body #content .ceremony_inner { margin: 18px 0 0; border-right: 0; border-left: 0; padding: 60px 15px 0; background-size: 100% auto; }
	#body #content .ceremony_h { top: -2px; left: 50%; margin-left: -145px; }
	#body #content .ceremony_img { padding: 10px 0 0; }
	#body #content .ceremony_txt { padding: 8px 0 0; font-size: 12px; line-height: 1.58; }
	#body #content .ceremony_txt + .ceremony_txt { padding: 18px 0 20px; }
	#body #content .ceremony_slider_ttl { padding: 34px 0 0; font-size: 12px; line-height: 1.58; }

	#body #content #ceremony_slider { margin-top: 9px; border: 1px #c4b500 solid; width: 258px; height: 179px; }
	#body #content #ceremony_slider .slider_item { min-width: 258px; height: 179px; }
}

/* slick */
#body #content #ceremony_slider .slider_pager {
  position: absolute;
  bottom: -42px;
  left: 0;
  width: 100%;
  color: #333;
  font-size: 24px;
  font-family: Arial;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}
#body #content #ceremony_slider .slider_pager span {
  display: inline-block;
}
#body #content #ceremony_slider .slick-arrow {
	cursor: pointer;
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  z-index: 1;
  margin-top: -21px;
  border: none;
  border-radius: 0;
  padding: 0;
  width: 24px;
  height: 42px;
  background: url(/img/ceremony_slider_pager_arw.png) no-repeat;
}
#body #content #ceremony_slider .slick-prev {
  left: -44px;
  background-position: -24px 0;
}
#body #content #ceremony_slider .slick-next {
  right: -44px;
  background-position: 0 0;
}
#body #content #ceremony_slider .slick-prev:hover {
  background-position: -24px -42px;
}
#body #content #ceremony_slider .slick-next:hover {
  background-position: 0 -42px;
}

#body #content #ceremony_slider .slick-prev.slick-disabled,
#body #content #ceremony_slider .slick-next.slick-disabled {
  overflow: hidden;
  width: 0;
  height: 0;
}

@media screen and (max-width: 737px){
  #body #content #ceremony_slider .slider_pager {
    bottom: -30px;
    font-size: 16px;
  }
  #body #content #ceremony_slider .slick-arrow {
    margin-top: -6px;
    width: 12px;
    height: 21px;
    background-size: 24px 63px;
  }
	#body #content #ceremony_slider .slick-prev,
  #body #content #ceremony_slider .slick-prev:hover {
    left: -22px;
    background-position: -12px 0;
  }
	#body #content #ceremony_slider .slick-next,
  #body #content #ceremony_slider .slick-next:hover {
    right: -22px;
    background-position: 0 0;
  }
}

#body #content .trophy { margin: 76px 0 0; border: 1px #c4b500 solid; padding: 3px; background: #fff; }
#body #content .trophy_inner { border: 1px #c4b500 solid; padding: 0 23px 23px; }
#body #content .trophy_profile_h { padding: 20px 0 0 140px; }
#body #content .trophy_profile_name { padding: 5px 0 0; font-size: 22px; font-weight: bold; text-align: center; }
#body #content .trophy_profile_name sup {
	position: relative;
	top: -3px;
	font-size: 12px;
	margin-left: 2px;
	margin-right: 2px;
}
#body #content .trophy_img { padding: 11px 0 0; }
#body #content .trophy_img img { width: 100%; }
#body #content .trophy_txt { padding: 15px 0 0; font-size: 16px; line-height: 1.38; }
#body #content .trophy_txt sup {
	font-size: 10px;
}

@media screen and (max-width: 737px){
	#body #content .trophy { margin: 41px 0 0; padding: 2px; }
	#body #content .trophy_inner { padding: 0 12px 12px; }
	#body #content .trophy_h { text-align: center; }
	#body #content .trophy_profile_h { padding: 14px 0 0 0; text-align: center; }
	#body #content .trophy_profile_name { padding: 5px 0 0; font-size: 14px; }
	#body #content .trophy_profile_name sup {
		font-size: 8px;
	}
	#body #content .trophy_img img { width: 100%; height: auto; }
	#body #content .trophy_txt { padding: 7px 0 0; font-size: 12px; line-height: 1.58; }
	#body #content .trophy_txt sup {
		font-size: 8px;
	}
}

/* --- totalCmmt --- */
#body #content #totalCmmt { border: 1px #d7d7d7 solid; padding: 0 40px 43px; background: url(/img/sec_bg.gif) repeat-y; }
#body #content #totalCmmt .totalCmmt_h { margin-top: -5px; margin-bottom: -5px; }
#body #content #totalCmmt .txt { padding-top: 20px; font-size: 14px; line-height: 1.3; }
#body #content #totalCmmt .txt em { color: #b5a603; font-weight: normal; }

@media screen and (max-width: 737px){
	#body #content #ceremony + #totalCmmt { margin-top: 30px; }
	#body #content #totalCmmt { border-left: 0; border-right: 0; padding: 0; background-size: 100% auto; }
	#body #content #totalCmmt .totalCmmt_h { margin-top: -3px; margin-bottom: -17px; text-align: center; }
	#body #content #totalCmmt .txt { padding: 22px 15px 0; font-size: 12px; line-height: 1.58; }
	/* #body #content #totalCmmt .txt:first-child { padding-top: 0; } */
}

#body #content #totalCmmt .totalCmmt_unit.-chief .txt.name { font-size: 22px; font-weight: bold; }
#body #content #totalCmmt .totalCmmt_unit.-chief .txt span { font-size: 16px; font-weight: bold; }
#body #content #totalCmmt .totalCmmt_unit.-staff .txt.name { font-size: 18px; font-weight: bold; }
#body #content #totalCmmt .totalCmmt_unit { display: flex; align-items: center;}
#body #content #totalCmmt .totalCmmt_sub { text-align: center; margin-top: 60px;}
#body #content #totalCmmt .totalCmmt_h02 { text-align: center; margin-top: 50px; }
#body #content #totalCmmt .totalCmmt_ttl { margin-top: -5px; margin-bottom: 30px; }
#body #content #totalCmmt .totalCmmt_unit.-chief .txt.name + .txt {
	padding-top: 15px;
	line-height: 1.44;
}
#body #content #totalCmmt .totalCmmt_unit.-staff .txt.name + .txt { padding-top: 10px; }
#body #content #totalCmmt .totalCmmt_body .txt  { padding-top: 0px; padding-left: 46px;}
#body #content #totalCmmt .totalCmmt_unit.-staff{ margin-top: 40px; }
#body #content #totalCmmt .totalCmmt_unit.-chief { margin-top: 40px; }

@media screen and (max-width: 737px){
	#body #content #totalCmmt .totalCmmt_unit.-chief .txt.name { font-size: 14px; font-weight: bold; }
	#body #content #totalCmmt .totalCmmt_unit.-chief { margin-top: 39px; }
	#body #content #totalCmmt .totalCmmt_unit.-chief .txt.name + .txt { padding-top: 10px; }
	#body #content #totalCmmt .totalCmmt_unit.-chief .txt span { font-size: 12px; font-weight: bold; padding-right: 10px; }
	#body #content #totalCmmt .totalCmmt_unit.-staff .txt.name { font-size: 14px; font-weight: bold; }
	#body #content #totalCmmt .totalCmmt_unit.-staff .txt.name + .txt { padding-top: 10px; }
	#body #content #totalCmmt .totalCmmt_unit.-staff{ margin-top: 30px; }
	#body #content #totalCmmt .totalCmmt_h02 { text-align: center; margin-top: 50px; }
	#body #content #totalCmmt .totalCmmt_h02 img { width: 90% }
	#body #content #totalCmmt .totalCmmt_sub { text-align: center; margin-top: 50px;}
	#body #content #totalCmmt .totalCmmt_sub img { width: 70%; }
	#body #content #totalCmmt .totalCmmt_ttl { margin-top: -3px; margin-bottom: -17px; text-align: center; margin-bottom: 10px;}
	#body #content #totalCmmt .totalCmmt_ttl img { width: 60%; }
	#body #content #totalCmmt .totalCmmt_unit { display: flex; align-items: center; padding-left: 15px;}
	#body #content #totalCmmt .totalCmmt_unit img { width: 100%; }
	#body #content #totalCmmt .totalCmmt_body .txt  {
		padding-top: 0px;
		padding-left: 0;
	}
	#body #content #totalCmmt .totalCmmt_img {
		width: 35%;
		margin-right: 12px;
	}
	#body #content #totalCmmt .totalCmmt_img02 { width: 25%; }
}

/* entryBtn --------------------- */
#body #content .entryBtn { margin: 10px auto 40px; width: 642px; }
#body #content .entryBtn .entryBtnIndex { margin: auto; width: 560px; }

#body #content .entryBtn .entryBtnIndex img { width: 100%; height: auto; }

@media screen and (max-width: 737px){
	#body #content .entryBtn { margin: 0 auto; width: 290px; }
	#body #content .entryBtn .entryBtnIndex { width: 100%; }
}

#body #content .entryEnd {
	margin: -20px 0 -7px;
	width: 100%;
}
#body #content .entryEnd .entryEnd_txt {
	overflow: hidden;
	display: block;
	height: 190px;
	background: url(/img/entry_end.png) no-repeat center top / contain;
	white-space: nowrap;
	font-size: 0;
	text-indent: 100%;
}
#body #content .btnDl + .entryEnd {
	margin: 20px 0 -10px;
}

@media screen and (max-width: 737px){
	#body #content .entryEnd {
		margin: -11px 0 -12px;
	}
	#body #content .entryEnd .entryEnd_txt {
		margin-top: 20px;
		height: 101px;
		background-image: url(/img/sp_entry_end.png);
		-webkit-background-size: 290px auto;
		background-size: 290px auto;
	}
	#body #content .btnDl + .entryEnd {
		margin: 6px 0 -2px;
	}
}

/* entryBtn --------------------- */
.voteEnd {
	margin: 4px auto 0;
	max-width: 560px;
}
@media screen and (max-width: 737px){
	.voteEnd {
		margin: auto;
		max-width: 290px;
	}
}

.voteEnd img {
	width: 100%;
	height: auto;
}

/* about --------------------- */
#body #content #about:first-child { margin-top: -40px; }
#body #content #workCategory + #about { margin-top: 58px; }
#body #content #about h3 { padding: 23px 0 30px; text-align: center; }
#body #content #about h3 img { width: 474px; height: 96px; }
#body #content #about .lead { padding: 31px 0 0 0; font-size: 18px; text-align: center; line-height:1.72; letter-spacing: -1px; }
#body #content #about .lead + .txt { padding: 26px 0 0 0; }
#body #content #about .txt { padding: 20px 0 0 0; font-size: 15px; line-height: 1.8; letter-spacing: -1px; }
#body #content #about h3 + .txt { padding-top: 0; }

#body #content #about .point { width: 642px; padding: 40px 0 0 0; }
#body #content #about .point h4 { text-align: center; }
#body #content #about .point dl { border: 1px #d7d7d7 solid; padding: 0 36px 36px; background: url(/img/sec_bg.gif) repeat-y center top; }
#body #content #about .point dl dt { padding: 39px 0 0 0; color: #b5a603; font-size: 22px; font-weight: bold; line-height: 1.54; text-align: center; }
#body #content #about .point dl dd { padding: 11px 0 0 0; font-size: 16px; line-height: 1.62; }

@media screen and (max-width: 737px){
	#body #content #about:first-child { margin-top: 0; }
	#body #content #workCategory + #about { margin-top: 13px; }
	#body #content #about { margin-top: 20px; padding: 0 15px; }
	#body #content #about h3 { width: 100%; height: 48px; padding: 0 0 20px; overflow: hidden; text-indent: 100%; white-space: nowrap; background: url(/img/sp_intro_h.gif) no-repeat center top; background-size: 222px 48px; }
	#body #content #about h3 img { width: 237px; height: 48px; }
	#body #content #about .lead { padding: 19px 0 0 0; font-size: 12px; text-align: center; line-height:1.58; letter-spacing: 0; }
	#body #content #about .lead + .txt { padding: 10px 0 0 0; font-size: 12px; line-height: 1.58; letter-spacing: 0; }
	#body #content #about .txt + .txt { padding: 20px 0 0 0; }
	#body #content #about .txt { font-size: 12px; line-height: 1.58; }
	#body #content #about .bnrAward { overflow: hidden; margin: 20px auto 0; border: 1px #c2c2c2 solid; width: 150px; }
	#body #sidebar > .bnrAward img { margin: -1px; }

	#body #content #about .point { width: auto; padding: 13px 0 0 0; }
	#body #content #about .point h4 { text-align: center; }
	#body #content #about .point dl { border: 1px #d7d7d7 solid; padding: 0 15px 19px; background: url(/img/sec_bg.gif) repeat center top; background-size: 50% auto; }
	#body #content #about .point dl dt:first-child { padding: 19px 0 0 0; }
	#body #content #about .point dl dt { padding: 22px 0 0 0; color: #b5a603; font-size: 13px; font-weight: bold; line-height: 1.46; text-align: center; letter-spacing: -1px; }
	#body #content #about .point dl dd { padding: 11px 0 0 0; font-size: 12px; line-height: 1.58; letter-spacing: -1px; }
}

/* --- step --- */
#body #content #step ul.stepDetail { padding: 30px 0 0 0; }
#body #content #step ul.stepDetail li { width: 100%; }
#body #content #step ul.stepDetail li .inner { border: 2px #d0c443 solid; background: #f9f8ec; }
#body #content #step ul.stepDetail li h5 { font-size: 19px; font-weight: bold; line-height: 1.47; }
#body #content #step ul.stepDetail li .date {  background: #d0c443; font-size: 16px; font-weight: bold; }
#body #content #step ul.stepDetail li .txt { margin-top: 6px; }
#body #content #step ul.stepDetail li:first-child .inner { padding: 0 24px 24px; background: #f9f8ec; text-align: center; }
#body #content #step ul.stepDetail li:first-child h5 { padding: 25px 0 0 0; }
#body #content #step ul.stepDetail li:first-child .date { margin: 15px 0 0 0; padding: 10px 0; }
#body #content #step ul.stepDetail li + li { display: table; padding: 30px 0 0 0; background: url(/img/step_bg.gif) no-repeat center top; }
#body #content #step ul.stepDetail li + li .date { display: table-cell; width: 175px; vertical-align: middle; text-align: center; }
#body #content #step ul.stepDetail li + li .cont { display: table-cell; width: 445px; height: 166px; padding: 0 14px 0 18px; background: #f9f8ec; vertical-align: middle; }

@media screen and (max-width: 737px){
	#body #content #step ul.stepDetail { margin: 0 auto; width: 90%; padding: 15px 0 0; }
	#body #content #step ul.stepDetail li .inner { border: 2px #d0c443 solid; background: #f9f8ec; }
	#body #content #step ul.stepDetail li h5 { font-size: 15px; font-weight: bold; line-height: 1.47; }
	#body #content #step ul.stepDetail li .date { background: #d0c443; font-size: 11px; font-weight: bold; }
	#body #content #step ul.stepDetail li .txt { margin-top: 3px; }
	#body #content #step ul.stepDetail li:first-child .inner { padding: 0 14px 14px; background: #f9f8ec; text-align: center; }
	#body #content #step ul.stepDetail li:first-child h5 { padding: 11px 0 0 0; }
	#body #content #step ul.stepDetail li:first-child .date { margin: 9px 0 0; padding: 11px 0 8px; }
	#body #content #step ul.stepDetail li:first-child .txt {
		margin-top: 6px;
	}
	#body #content #step ul.stepDetail li + li { display: table; padding: 15px 0 0 0; background: url(/img/sp_step_bg.gif) no-repeat center top; background-size: 14px 6px; }
	#body #content #step ul.stepDetail li + li .date { display: table-cell; width: 69px; vertical-align: middle; text-align: center; }
	#body #content #step ul.stepDetail li + li .cont { display: table-cell; width: auto; height: auto; padding: 11px 14px 8px; background: #f9f8ec; vertical-align: middle; }
}

/* --- summary --- */
#body #content #summary .btnDl { margin: 29px auto 0; border: 2px #d0c443 solid; width: 458px; height: 65px; }
#body #content #summary .btnDl a { display: block; height: 65px; color: #333; background: url(/common/img/ico_arw_r_01.png) no-repeat 69px 50%; }
#body #content #summary .btnDl a:hover { background-color: #f9f8ec; }
#body #content #summary .btnDl .ttl { padding: 16px 0 0 133px; color: #b5a603; font-size: 19px; line-height: 1; }
#body #content #summary .btnDl .ttl:after { content: ""; display:inline-block; width: 16px; height: 16px; padding: 0 0 0 6px; background: url(/common/img/ico_pdf.png) no-repeat 6px 50%; }
#body #content #summary .btnDl .txt { padding: 2px 0 0 111px; font-size: 13px; }

#body #content #summary .entryBtn { margin-bottom: -10px; padding: 40px 0 0; }


@media screen and (max-width: 737px){
	#body #content #summary .btnDl { margin: 15px auto 0; border: 1px #d0c443 solid; width: 240px; height: 38px; }
	#body #content #summary .btnDl a { display: block; height: 38px; color: #333; background: none; }
	#body #content #summary .btnDl a:hover { background: none; }
	#body #content #summary .btnDl .ttl { padding: 4px 0 0; color: #b5a603; font-size: 12px; text-align: center; line-height: 1;
		background: url(/common/img/ico_arw_r_01.png) no-repeat 35px 9px;
		background-size: 9px 7px;
	}
	#body #content #summary .btnDl .ttl:after { content: ""; display:inline-block; width: 14px; height: 13px; padding: 0;
		background: url(/common/img/sp_ico_pdf.png) no-repeat 4px 2px;
		background-size: 10px auto;
		}
	#body #content #summary .btnDl .txt { padding: 3px 0 0 9px; font-size: 9px; }
	#body #content #summary .entryBtn { margin-bottom: 0; padding: 20px 0 0; }
}

/* - summaryDtail - */
#body #content #summary .summaryDtail {
	margin: 30px 0 0;
	border: 1px #ccc solid;
	background: url(/img/sec_bg.gif) repeat-y left top;
}
#body #content #summary .summaryDtail .summaryDtail_title {
	padding: 20px;
	border-bottom: 1px #ccc solid;
	font-size: 16px;
	font-weight: bold;
}
#body #content #summary .summaryDtail dl.group + dl.group { border-top: 1px #ccc solid; }
#body #content #summary .summaryDtail dl.group dt { float: left; width: 114px; padding: 17px 5px 0 20px; font-size: 16px; font-weight: bold; letter-spacing: 1px; }
#body #content #summary .summaryDtail dl.group dd { float: left; border-left: 1px #ccc solid; width: 463px; padding: 17px 18px 17px 19px; background: #fff; }
#body #content #summary .summaryDtail dl.group dd a { color: #002e9b; font-weight: bold; text-decoration: underline; }
#body #content #summary .summaryDtail dl.group dd a.no-line { text-decoration: none; }
#body #content #summary .summaryDtail dl.group dd a:hover { text-decoration: none; }
#body #content #summary .summaryDtail dl.group dd a.no-line:hover { opacity: 0.7; }
#body #content #summary .summaryDtail dl.group dd span { font-weight: bold; }

#body #content #summary .summaryDtail dl.group dd p + ul.form_01 { padding: 12px 0 0; }
#body #content #summary .summaryDtail dl.group dd ul.form_01 li + li { padding: 20px 0 0; }
#body #content #summary .summaryDtail dl.group dd ul.form_01 li .ttl { font-size: 16px; font-weight: bold; }
#body #content #summary .summaryDtail dl.group dd ul.form_01 li .txt { margin: -3px 0 0; padding: 0 0 0 1em; }
#body #content #summary .summaryDtail dl.group dd ul.form_01 li .desc { padding: 2px 0 0; font-size: 12px; line-height: 1.66; }
#body #content #summary .summaryDtail dl.group dd ul.form_02 li { margin-left: 1em; text-indent: -1em; }
#body #content #summary .summaryDtail dl.group dd ul.form_02 li span.bold { font-weight: bold; }
#body #content #summary .summaryDtail dl.group dd .txtDetail { padding: 4px 0 0; }
/* #body #content #summary .summaryDtail dl.group dd .txtDetail li { margin-left: 2em; text-indent: -1em; }
#body #content #summary .summaryDtail dl.group dd .txtDetail li + li { padding-top: 0; } */
#body #content #summary .summaryDtail dl.group dd > .txt { padding-top: 14px; }
#body #content #summary .summaryDtail .summaryDtail_caption { margin-top: 2em;}

@media screen and (max-width: 737px){
	#body #content #summary .summaryDtail {
		margin: 12px 0 0;
		border: none;
		padding: 0 15px;
		background: none;
	}
	#body #content #summary .summaryDtail .summaryDtail_title {
		padding: 20px 0;
		font-size: 18px;
	}
	#body #content #summary .summaryDtail dl.group {
		padding-top: 13px;
	}
	#body #content #summary .summaryDtail dl.group + dl.group { padding: 13px 0 0; border-top: 1px #ccc solid; }
	#body #content #summary .summaryDtail dl.group dt { float: none; width: auto; padding: 0; font-size: 18px; font-weight: bold; }
	#body #content #summary .summaryDtail dl.group dd { float: none; border-left: none; width: auto; padding: 3px 0 11px; }
	#body #content #summary .summaryDtail dl.group dd a { color: #002e9b; font-weight: bold; text-decoration: underline; }
	#body #content #summary .summaryDtail dl.group dd a:hover { text-decoration: none; }
	#body #content #summary .summaryDtail dl.group dd a.no-line:hover { opacity: 1; }

	#body #content #summary .summaryDtail dl.group dd p + ul.form_01 { padding: 12px 0 0; }
	#body #content #summary .summaryDtail dl.group dd ul.form_01 li + li { padding: 11px 0 0; }
	#body #content #summary .summaryDtail dl.group dd ul.form_01 li .ttl { font-size: 14px; font-weight: bold; }
	#body #content #summary .summaryDtail dl.group dd ul.form_01 li .txt { margin: 0; padding: 0 0 0 1em; }
	#body #content #summary .summaryDtail dl.group dd ul.form_01 li .desc { padding: 2px 0 0; font-size: 12px; line-height: 1.66; }
	#body #content #summary .summaryDtail dl.group dd ul.form_02 li { margin-left: 1em; text-indent: -1em; }
	#body #content #summary .summaryDtail dl.group dd ul.form_02 li span.bold { font-weight: bold; }
	#body #content #summary .summaryDtail dl.group dd .txtDetail {
		padding: 3px 0 0 1em;
	}
	/* #body #content #summary .summaryDtail dl.group dd ul.txtDetail li { margin-left: 2em; text-indent: -1em; }
	#body #content #summary .summaryDtail dl.group dd ul.txtDetail li + li { padding-top: 0; } */
	#body #content #summary .summaryDtail dl.group dd > p.txt { padding-top: 14px; }
}

/* group */
#body #content #summary .summaryDtail dl.group dd ul.typePrizeIndex li + li { padding: 13px 0 0; }
#body #content #summary .summaryDtail dl.group dd ul.typePrizeIndex li .ttl { padding: 0 0 0 26px; background: url(/common/img/ico_award_01.gif) no-repeat left top; color: #b5a603; font-size: 18px; font-weight: normal; line-height: 1.4; }
#body #content #summary .summaryDtail dl.group .typeprizeMoneyTtl {
	margin-top: 30px;
	padding: 0 0 0 26px;
	background: url(/common/img/ico_award_01.gif) no-repeat left top;
	color: #b5a603;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.4;
}
#body #content #summary .summaryDtail dl.group dd ul.typePrizeIndex li .txt { padding: 3px 0 0 31px; font-size: 12px; line-height: 1.6; }
#body #content #summary .summaryDtail dl.group dd ul.scheIndex li { margin-right: 30px; background: url(/img/sche_bg.gif) repeat-x left center; }
#body #content #summary .summaryDtail dl.group dd ul.scheIndex li + li { padding: 5px 0 0; }
#body #content #summary .summaryDtail dl.group dd ul.scheIndex li .left { float: left; padding: 0 6px 0 0; background: #fff; }
#body #content #summary .summaryDtail dl.group dd ul.scheIndex li .right { float: right; padding: 0 0 0 6px; background: #fff; }
#body #content #summary .summaryDtail dl.group dd ul.scheIndex li.no05 .right { padding-top: 8px; }

@media screen and (max-width: 737px){
	#body #content #summary .summaryDtail dl.group dd ul.typePrizeIndex { padding: 9px 0 0; }
	#body #content #summary .summaryDtail dl.group dd ul.typePrizeIndex li + li { padding: 8px 0 0; }
	#body #content #summary .summaryDtail dl.group dd ul.typePrizeIndex li .ttl { padding: 0 0 0 20px; color: #b5a603; font-size: 16px; font-weight: bold; line-height: 1.4;
		background: url(/common/img/ico_award_01.gif) no-repeat 0 4px;
		background-size: 17px auto;
	}
	#body #content #summary .summaryDtail dl.group dd ul.typePrizeIndex li .txt { padding: 0 0 0 2px; font-size: 12px; line-height: 1.6; }
	#body #content #summary .summaryDtail dl.group dd ul.scheIndex li { margin-right: 0; background: none; }
	#body #content #summary .summaryDtail dl.group dd ul.scheIndex li + li { padding: 5px 0 0; }
	#body #content #summary .summaryDtail dl.group dd ul.scheIndex li .left { float: none; padding: 0; background: none; font-weight: bold; }
	#body #content #summary .summaryDtail dl.group dd ul.scheIndex li .right { float: none; padding: 2px 0 0 15px; background: none; }
	#body #content #summary .summaryDtail dl.group dd ul.scheIndex li.no05 .right { padding-top: 0; }
}

/* prizeIndex */
#body #content #summary .summaryDtail dl.group dd .prizeIndex { padding: 20px 0 0; }
#body #content #summary .summaryDtail dl.group dd .prizeIndex .setPrize { float: left; width: 206px; padding: 18px 0 0; }
#body #content #summary .summaryDtail dl.group dd .prizeIndex .setPrize + .setPrize { padding-left: 17px; }
#body #content #summary .summaryDtail dl.group dd .prizeIndex .setPrize img { width: 206px; height: auto; }
#body #content #summary .summaryDtail dl.group dd .prizeIndex .setPrize .txt { padding: 8px 0 0; font-size: 12px; line-height: 1.33; }

#body #content #summary .summaryDtail dl.group dd .setCommittee { display: flex; align-items: center; }
#body #content #summary .summaryDtail dl.group dd .setCommittee.setCommittee--title02 {
	margin-top: 20px;
	margin-bottom: 10px;
}
#body #content #summary .summaryDtail dl.group dd .setCommittee.setCommittee--title {
	font-size: 16px;
	font-weight: bold;
}
#body #content #summary .summaryDtail dl.group dd .setCommittee + .setCommittee {
	padding-top: 10px;
}
#body #content #summary .summaryDtail dl.group dd .setCommittee .thumb { flex-shrink: 0; display: inline-block; margin-right: 16px; vertical-align: middle; }
#body #content #summary .summaryDtail dl.group dd .setCommittee .name { display: inline-block; vertical-align: middle; }
#body #content #summary .summaryDtail dl.group dd .setCommittee .name .txt { font-size: 16px; font-weight: bold; }
#body #content #summary .summaryDtail dl.group dd .setCommittee .name .jobPosition { font-size: 12px; }

#body #content #summary .summaryDtail dl.group.chairperson dd .setCommittee .name .txt { font-size: 20px; line-height: 1.3; }
#body #content #summary .summaryDtail dl.group.chairperson dd .setCommittee .name .jobPosition { font-size: 13px; }
#body #content #summary .summaryDtail dl.group.chairperson dd .setCommittee .careerTtl { padding: 16px 0 0; font-weight: bold; font-size: 16px; line-height: 1.62; }

#body #content #summary .summaryDtail dl.group.chairperson dd .setCommittee .careerIndex li { font-size: 14px; line-height: 1.71; }

@media screen and (max-width: 737px){
	#body #content #summary .summaryDtail dl.group dd .prizeIndex { margin: 20px auto 0; width: 290px; padding: 0; }
	#body #content #summary .summaryDtail dl.group dd .prizeIndex .setPrize { float: left; width: 139px; padding: 9px 0 0; }
	#body #content #summary .summaryDtail dl.group dd .prizeIndex .setPrize + .setPrize { padding-left: 11px; }
	#body #content #summary .summaryDtail dl.group dd .prizeIndex .setPrize img { width: 139px; height: auto; }
	#body #content #summary .summaryDtail dl.group dd .prizeIndex .setPrize .txt { padding: 8px 0 0; font-size: 12px; line-height: 1.58; }

	#body #content #summary .summaryDtail dl.group dd .setCommittee {
		display: block;
		padding-left: 1em;
	}
	#body #content #summary .summaryDtail dl.group dd .setCommittee + .setCommittee {
		margin-top: 4px;
    margin-bottom: 0px;
		padding-top: 7px;
	}
	#body #content #summary .summaryDtail dl.group dd .setCommittee .thumb { display: none; }
	#body #content #summary .summaryDtail dl.group dd .setCommittee .name { line-height: 1.41; }
	#body #content #summary .summaryDtail dl.group dd .setCommittee.setCommittee--title {
		margin-top: 10px;
		padding-left: 0;
		font-size: 14px;
	}
	#body #content #summary .summaryDtail dl.group dd .setCommittee.setCommittee--title02 {
		margin-top: 10px;
		padding-left: 0;
		font-size: 14px;
	}
	#body #content #summary .summaryDtail dl.group dd .setCommittee.setCommittee--title + .setCommittee {
		padding-top: 0;
	}
	#body #content #summary .summaryDtail dl.group dd .setCommittee .name .txt { font-size: 14px; font-weight: bold; }
	#body #content #summary .summaryDtail dl.group dd .setCommittee .name .jobPosition { font-size: 12px; }

	#body #content #summary .summaryDtail dl.group.chairperson dd .setCommittee .name .txt { font-size: 14px; line-height: 1.41; }
	#body #content #summary .summaryDtail dl.group.chairperson dd .setCommittee .name .jobPosition { font-size: 12px; }
	#body #content #summary .summaryDtail dl.group.chairperson dd .setCommittee .careerTtl { padding: 11px 0 0; font-weight: bold; font-size: 13px; line-height: 1.5; }

	#body #content #summary .summaryDtail dl.group.chairperson dd .setCommittee .careerIndex li { padding: 1px 0 0; font-size: 12px; line-height: 1.5; }
}

/* --- ruehl --- */
#body #content #ruehl .txt { padding: 18px 0 0; }
#body #content #ruehl dl.group { padding: 24px 0 0; }
#body #content #ruehl dl.group + dl.group { padding-top: 26px; }
#body #content #ruehl dl.group dt {
	margin-bottom: 12px;
	border-bottom: 1px #ccc solid;
	font-size: 16px;
	font-weight: bold;
}
#body #content #ruehl dl.group dt:before {
	display: inline-block;
	content: "";
	margin: 0 7px 0 2px;
	width: 12px;
	height: 12px;
	background: #000;
}
#body #content #ruehl dl.group dd {
	width: 615px;
	padding: 0 0 0 20px;
}
#body #content #ruehl dl.group dd ul li {
	padding: 12px 0 0;
	margin-left: 1em;
	text-indent: -1em;
}
#body #content #ruehl dl.group dd ul li:first-of-type {
	padding-top: 0;
}
#body #content #ruehl .privacyList {
	margin-top: 12px;
}
#body #content #ruehl .addressInfo {
	border: 1px solid #ccc;
	margin-top: 50px;
	text-align: left;
	padding: 30px 50px;
}
#body #content #ruehl .addressInfo__ttl {
	font-size: 16px;
	font-weight: bold;
}

@media screen and (max-width: 737px){
	#body #content #ruehl .txt { padding: 18px 0 0; }
	#body #content #ruehl dl.group { padding: 11px 15px 0; }
	#body #content #ruehl dl.group + dl.group { padding-top: 26px; }
	#body #content #ruehl dl.group dt { border-bottom: 1px #ccc solid; padding: 0 0 10px; font-size: 14px; font-weight: bold; }
	#body #content #ruehl dl.group dt:before { display: inline-block; content: ""; margin: 0 7px 0 2px; width: 11px; height: 11px; background: #000; }
	#body #content #ruehl dl.group dd { width: auto; padding: 0; }
	#body #content #ruehl dl.group dd ul li { padding: 12px 0 0; margin-left: 1em; text-indent: -1em; }
	#body #content #ruehl dl.group dd ul li + li { padding: 6px 0 0; }
	#body #content #ruehl .addressInfo {
		box-sizing: border-box;
		margin: 20px auto 0;
		padding: 20px 15px;
		width: 325px;
	}
	#body #content #ruehl .addressInfo > * {
		margin-top: 3px;
	}
	#body #content #ruehl .addressInfo__ttl {
		margin-top: 0;
		font-size: 12px;
	}
}

/* --- privacy --- */
#body #content #privacy .txt { padding: 16px 0 0; }
#body #content #privacy dl.group { padding: 24px 0 0; }
#body #content #privacy dl.group + dl.group { padding-top: 26px; }
#body #content #privacy dl.group dt { border-bottom: 1px #ccc solid; font-size: 16px; font-weight: bold; }
#body #content #privacy dl.group dt:before { display: inline-block; content: ""; margin: 0 7px 0 2px; width: 12px; height: 12px; background: #000; }
#body #content #privacy dl.group dd { width: 615px; padding: 0 0 0 20px; }
#body #content #privacy dl.group dd ul { padding: 8px 0 0; }
#body #content #privacy dl.group dd ul li { padding: 12px 0 0; margin-left: 1em; text-indent: -1em; }

@media screen and (max-width: 737px){
	#body #content #privacy .txt { padding: 13px 0 0; }
	#body #content #privacy dl.group { padding: 11px 15px 0; }
	#body #content #privacy dl.group + dl.group { padding-top: 26px; }
	#body #content #privacy dl.group dt { border-bottom: 1px #ccc solid; padding: 0 0 10px; font-size: 14px; font-weight: bold; }
	#body #content #privacy dl.group dt:before { display: inline-block; content: ""; margin: 0 7px 0 2px; width: 11px; height: 11px; background: #000; }
	#body #content #privacy dl.group dd { width: auto; padding: 0; }
	#body #content #privacy dl.group dd ul { padding: 8px 0 0; }
	#body #content #privacy dl.group dd ul li { padding: 9px 0 0; margin-left: 1em; text-indent: -1em; }
	#body #content #ruehl dl.group dd ul li + li { padding: 6px 0 0; }
}

/* --- sponsor --- */
#body #content #sponsor ul.sponsorList { padding: 24px 0 0 20px; }
#body #content #sponsor ul.sponsorList li { padding: 6px 0 0; }
#body #content #sponsor ul.sponsorList li:first-of-type { padding-top: 0; }

@media screen and (max-width: 737px){
	#body #content #sponsor ul.sponsorList { padding: 11px 15px 0; }
	#body #content #sponsor ul.sponsorList li { padding: 4px 0 0; }
	#body #content #sponsor ul.sponsorList li:first-of-type { padding-top: 0; }
	#body #content #sponsor .acParent .acBtnToggle { letter-spacing: -0.04em; }
}

/* --- criteria --- */
#body #content #criteria .form_01 .ttl {
	font-size: 16px;
	font-weight: bold;
}
#body #content #criteria .form_01 ul {
	padding-left: 1em;
}
#body #content #criteria .lead {
	margin-top: 10px;
	font-size: 14px;
}
#body #content #criteria .title {
	margin-top: 20px;
	font-size: 16px;
	font-weight: bold;
}
#body #content #criteria .summaryDtail {
	margin: 10px 0 39px;
	border: 1px #ccc solid;
	background: url(/img/sec_bg.gif) repeat-y left top;
}
#body #content #criteria .summaryDtail dl.group + dl.group {
	border-top: 1px #ccc solid;
}
#body #content #criteria .summaryDtail dl.group dt {
	float: left;
	width: 114px;
	padding: 17px 5px 0 20px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
}
#body #content #criteria .summaryDtail dl.group dd {
	float: left;
	border-left: 1px #ccc solid;
	width: 463px;
	padding: 17px 18px 19px 19px;
	background: #fff;
}
#body #content #criteria .criteriaNote dl.group {
	margin-top: 50px;
}
#body #content #criteria .criteriaNote dl.group .subtitle {
	font-size: 16px;
	text-indent: -0.5rem;
}
#body #content #criteria .criteriaNote dl.group .caption {
	margin-top: 3px;
	font-size: 12px;
}
#body #content #criteria .criteriaNote dl.group dt {
	margin-bottom: 12px;
	border-bottom: 1px #ccc solid;
	font-size: 16px;
	font-weight: bold;
}
#body #content #criteria .criteriaNote dl.group dt:before {
	display: inline-block;
	content: "";
	margin: 0 7px 0 2px;
	width: 12px;
	height: 12px;
	background: #000;
}
#body #content #criteria .criteriaNote dl.group dd {
	width: 615px;
	padding: 0 0 0 20px;
}
#body #content #criteria .criteriaNote dl.group dd + dd {
	margin-top: 16px;
}


@media screen and (max-width: 737px){
	#body #content #criteria .form_01 .ttl {
		font-size: 14px;
		font-weight: bold;
	}
	#body #content #criteria .form_01 ul {
		padding-left: 0;
	}
	#body #content #criteria .lead {
		margin-top: 10px;
		padding: 0 15px;
		font-size: 14px;
	}
	#body #content #criteria .title {
		margin-top: 20px;
		padding: 0 15px;
		font-size: 18px;
		font-weight: bold;
	}
	#body #content #criteria .summaryDtail {
		margin: 0 0 10px;
		border: none;
		padding: 0 15px;
		background: none;
	}
	#body #content #criteria .summaryDtail dl.group {
		padding: 11px 15px 0;
	}
	#body #content #criteria .summaryDtail dl.group + dl.group {
		padding: 13px 15px 0;
		border-top: 1px #ccc solid;
	}
	#body #content #criteria .summaryDtail dl.group dt {
		float: none;
		width: auto;
		padding: 0;
		font-size: 14px;
		font-weight: bold;
	}
	#body #content #criteria .summaryDtail dl.group dt span {
		display: inline-block;
	}
	#body #content #criteria .summaryDtail dl.group dd { float: none; border-left: none; width: auto; padding: 3px 0 11px; }
	#body #content #criteria .summaryDtail dl.group dd a { color: #002e9b; font-weight: bold; text-decoration: underline; }
	#body #content #criteria .summaryDtail dl.group dd a:hover { text-decoration: none; }

	#body #content #criteria .summaryDtail dl.group dd p + ul.form_01 { padding: 12px 0 0; }
	#body #content #criteria .summaryDtail dl.group dd ul.form_01 li + li { padding: 11px 0 0; }
	#body #content #criteria .summaryDtail dl.group dd ul.form_01 li .ttl { font-size: 14px; font-weight: bold; }
	#body #content #criteria .summaryDtail dl.group dd ul.form_01 li .txt { margin: 0; padding: 0 0 0 1em; }
	#body #content #criteria .summaryDtail dl.group dd ul.form_01 li .desc { padding: 2px 0 0; font-size: 12px; line-height: 1.66; }
	#body #content #criteria .summaryDtail dl.group dd ul.form_02 li { margin-left: 1em; text-indent: -1em; }
	#body #content #criteria .summaryDtail dl.group dd ul.form_02 li span.bold { font-weight: bold; }
	#body #content #criteria .summaryDtail dl.group dd ul.txtDetail { padding: 3px 0 0; }
	#body #content #criteria .summaryDtail dl.group dd ul.txtDetail li { margin-left: 2em; text-indent: -1em; }
	#body #content #criteria .summaryDtail dl.group dd ul.txtDetail li + li { padding-top: 0; }
	#body #content #criteria .summaryDtail dl.group dd > p.txt { padding-top: 14px; }
	#body #content #criteria .criteriaNote dl.group {
		margin-top: 0;
		padding: 11px 15px 0;
	}
	#body #content #criteria .criteriaNote dl.group .subtitle {
		font-size: 14px;
	}
	#body #content #criteria .criteriaNote dl.group .caption {
		font-size: 10px;
	}
	#body #content #criteria .criteriaNote dl.group dt {
		border-bottom: 1px #ccc solid;
		padding: 0 0 10px;
		font-size: 14px;
		font-weight: bold;
	}
	#body #content #criteria .criteriaNote dl.group + dl.group {
		margin-top: 0;
		padding-top: 26px;
	}
	#body #content #criteria .criteriaNote dl.group dd {
		width: auto;
		padding: 0;
	}
}















/* ---  sideber --- */
#body #sidebar { float: right; width: 300px; }
#body #sidebar > .bnrAward { overflow: hidden; margin: 1px 0 0 0; border: 1px #c2c2c2 solid; }
#body #sidebar > .bnrAward img { margin: -1px; }
#body #sidebar ul li { border: 1px #c2c2c2 solid; margin: 10px 0 0 0; width: 298px; height: auto; }
#body #sidebar ul li a { display: block; }
#body #sidebar ul li img { width: 100%; height: auto; }
#body #sidebar .fbLikeBox { margin: 20px 0 0 0; padding: 0 0 4px; }
#body #sidebar ul.archiveIndex li { border: none; width: auto; }
#body #sidebar ul.archiveIndex li a:hover { opacity: 0.7; }
#body #sidebar ul.bnrIndex { margin: 25px 0 0 0; }

@media screen and (max-width: 737px){
	#body #sidebar { float: none; width: 100%; padding: 25px 0 0 0;  }
	#body #sidebar ul li { border: 0; margin: 0; width: auto; text-align: center; }
	#body #sidebar ul li img { width: auto; height: 50px; }
	#body #sidebar .fbLikeBox { margin: 14px auto 0; width: 298px; }
	#body #sidebar ul.archiveIndex { padding-top: 15px; }
	#body #sidebar ul.archiveIndex li { margin-bottom: 15px; }
	#body #sidebar ul.archiveIndex li a:hover { opacity: 1; }
	#body #sidebar ul.archiveIndex li img.sp { display: inline-block; width: auto; height: 80px; }
	#body #sidebar ul.btnIndex,
	#body #sidebar ul.bnrIndex { border-top: 1px #c2c2c2 solid; }
	#body #sidebar ul.btnIndex li,
	#body #sidebar ul.bnrIndex li { border-bottom: 1px #c2c2c2 solid; }
	#body #sidebar ul.bnrIndex { margin: 25px 0 0 0; }
}

/* --------------------------------
	globalFooter
-------------------------------- */
#globalFooter { margin: 140px 0 0 0; width: 100%; min-width: 1020px; height: 120px; background: url(/common/img/ftr_bg.gif) repeat-x #19378b center top; color: #fff; }
#globalFooter a { color: #fff; text-decoration: none; }
#globalFooter .ftrInner { position: relative; margin: 0 auto; width: 1000px; padding: 49px 0 0 0; }
#globalFooter .pagetop { position: absolute; top: -107px; right: 0; }
#globalFooter nav.ftrNav { float: left; }
#globalFooter nav.ftrNav ul { border-left: 1px #d1d6e7 solid; }
#globalFooter nav.ftrNav ul li { float: left; border-right: 1px #d1d6e7 solid; padding: 0 24px; font-size: 14px; text-align: center; line-height: 1.71; }
#globalFooter nav.ftrNav ul li a:hover { color: #8c9bc5; }
#globalFooter .copyright { float: right; margin: 0 -10px 0 0; font-size: 10px; line-height: 2.4; }

@media screen and (max-width: 737px){
	#globalFooter { width: 100%; min-width: 0; height: auto; margin: 75px 0 0 0; padding: 0 0 13px; color: #fff; background: url(/common/img/ftr_bg.gif) repeat-x #19378b center top; background-size: auto 76px; }
	#globalFooter a { color: #fff; text-decoration: none; }
	#globalFooter .ftrInner { margin: 0 auto; width: 100%; padding: 20px 0 0; }
	#globalFooter .pagetop { position: absolute; top: -61px; left: 0; margin: 0 auto; width: 84px; }
	#globalFooter nav.ftrNav { position: relative; overflow: hidden; float: none; }
	#globalFooter nav.ftrNav ul { position: relative; left: 50%; float: left; border: none; }
	#globalFooter nav.ftrNav ul li { position: relative; left: -50%; float: left; border-right: 1px #5e73ae solid; padding: 0 9px; font-size: 11px; text-align: center; line-height: 1.09; }
	#globalFooter nav.ftrNav ul li:first-child { border-left: 1px #5e73ae solid; }
	#globalFooter .copyright { float: none; margin: 13px 0 0 0; font-size: 8px; line-height: 2; text-align: center; }
}
