@charset "utf-8";



h2 img{
max-width: 100%;
zoom: 0.6;
}

/*-----

header

-----------------------------*/
/*-----グローバルナビ-----*/
#head_wrap {
    background-color: #fff;
    height: 55px;
    margin: 0;
    padding: 0;
    background-image: url(../images/common/bg_head.png);
    background-position: right top;
    background-size: 55px 55px;
    background-repeat: no-repeat;
}

#head_wrap h1 {
    padding: 16px 71px 0 16px;
}

#head_wrap h1 img{
    max-width: 292px;
    width: 100%;
}

/* --------------------------------------------------- side menu */
.gmenu {
	position: fixed;
	display: table;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
	-webkit-transition: all .5s;
	transition: all .5s;
	visibility: hidden;
	opacity: 0;
	z-index: 1000;
}

.side-open .gmenu {
	cursor: url(../images/cross.svg),auto;
	-webkit-transition: all .5s;
	transition: all .5s;
	visibility: visible;
	opacity: 1;
}

.gmenu ul {
/*	display: table-cell;*/
	vertical-align: middle;
}

.gmenu li {
    margin: 0 auto;
    opacity: 0;
    text-align: center;
    width: 100%;
}

.side-open .gmenu li {
    background-color: #222;
    opacity: 1;
}

.side-open .gmenu .gmenu_item li{
    border-bottom: 1px solid #ccc;
}

.side-open .gmenu .gmenu_item_sub li {
    border-bottom: none;
}

.side-open .gmenu .gmenu_item_sub li.close{
    background-color: #111;
    color: #fff;
    cursor: pointer;
    height: 55px;
    padding: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 55px;
}

.side-open .gmenu .gmenu_item_sub li.close a{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font-size: 16px;
    height: 55px%;
    padding: 0;
    text-align: center;
    width: 55px%;
}

.side-open .gmenu .gmenu_item_sub li.close a img {
    width: 100%;
    zoom: 1;
}

.side-open .gmenu li.gmenu_item_header{
    background-color: #fff;
    height: 55px;
    text-align: left;
    padding: 16px 71px 0 16px;
}

.side-open .gmenu li.gmenu_item_header img{
    max-width: 292px;
    width: 100%;
    zoom: 1;
}

.side-open .gmenu li.gmenu_item_header a{
    height: 100%;
    padding: 0;
    width: auto;
}

/*
.side-open .gmenu li:nth-child(1) {
	-webkit-transition: opacity 1s ease .5s;
	transition: opacity 1s ease .5s;
}

.side-open .gmenu li:nth-child(2) {
	-webkit-transition: opacity 1s ease .6s;
	transition: opacity 1s ease .6s;
}

.side-open .gmenu li.sub_top1 {
	-webkit-transition: opacity 1s ease .7s;
	transition: opacity 1s ease .7s;
}

.side-open .gmenu li:nth-child(4) {
	-webkit-transition: opacity 1s ease .8s;
	transition: opacity 1s ease .8s;
}

.side-open .gmenu li:nth-child(5) {
	-webkit-transition: opacity 1s ease .9s;
	transition: opacity 1s ease .9s;
}

.side-open .gmenu li:nth-child(6) {
	-webkit-transition: opacity 1s ease 10.s;
	transition: opacity 1s ease 10.s;
}

.side-open .gmenu li:nth-child(7) {
	-webkit-transition: opacity 1s ease 11.s;
	transition: opacity 1s ease 11.s;
}

.side-open .gmenu li.sub_top2 {
	-webkit-transition: opacity 1s ease 12.s;
	transition: opacity 1s ease 12.s;
}
*/
.gmenu li a {
    color: #f5f5f5;
    display: block;
    font-size: 18px;
    height: 80px;
    line-height: 20px;
    padding: 27px 29px;
    text-align: left;
}

.gmenu .gmenu_item_parent {
    padding-bottom: 18px;
}

.gmenu .gmenu_item_parent a {
    height: 50px;
    padding: 27px 29px 0;
}

.gmenu li a:hover {
	color: #999;
}

.gmenu li img {
	zoom: 0.5;
}

.gmenu .gmenu_item_parent .gmenu_item_sub li a {
    background-image: url("../images/icon/icon_arrow_gmenu_item_sub.png");
    background-position: 40px center;
    background-repeat: no-repeat;
    background-size: 6px auto;
    padding: 12px 0 22px 54px;
}

/* --------------------------------------------------- menu-btn */
.gmenu-btn {
    cursor: pointer;
    font-size: 12px;
    height: 55px;
    line-height: 50px;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 55px;
    z-index: 500;
}

.gmenu-btn .gmenu-btn_open{
    z-index: -100;
}

.gmenu-btn .gmenu-btn_close{
    z-index: 10;
}

.gmenu-btn span {
	color: #fff;
}

.gmenu-btn .bt_gmanu{
	width: 55px;
}

.gmenu-btn span:after {
	content: attr(data-txt-open);
}

.side-open .gmenu-btn span:after {
	content: attr(data-txt-close);
}

.gmenu-btn:hover span:nth-child(1):after {
	-webkit-animation: anim .5s ease 0s forwards;
	animation: anim .5s ease 0s forwards;
}

.gmenu-btn:hover span:nth-child(2):after {
	-webkit-animation: anim .5s ease .1s forwards;
	animation: anim .5s ease .1s forwards;
}

.gmenu-btn:hover span:nth-child(3):after {
	-webkit-animation: anim .5s ease .2s forwards;
	animation: anim .5s ease .2s forwards;
}

.gmenu-btn:hover span:nth-child(4):after {
	-webkit-animation: anim .5s ease .3s forwards;
	animation: anim .5s ease .3s forwards;
}

.gmenu-btn:hover span:nth-child(5):after {
	-webkit-animation: anim .5s ease .4s forwards;
	animation: anim .5s ease .4s forwards;
}

.gmenu-btn:hover span:nth-child(6):after {
	-webkit-animation: anim .5s ease .5s forwards;
	animation: anim .5s ease .5s forwards;
}

.gmenu-btn:hover span:nth-child(7):after {
	-webkit-animation: anim .5s ease .6s forwards;
	animation: anim .5s ease .6s forwards;
}

.gmenu-btn:hover span:nth-child(8):after {
	-webkit-animation: anim .5s ease .7s forwards;
	animation: anim .5s ease .7s forwards;
}


@-webkit-keyframes anim {
	0% {-webkit-transform:translateY(0px);transform:translateY(0px);}
	50% {-webkit-transform:translateY(-5px);transform:translateY(-5px);}
	100% {-webkit-transform:translateY(0px);transform:translateY(0px);}
}

@keyframes anim {
	0% {-webkit-transform:translateY(0px);transform:translateY(0px);}
	50% {-webkit-transform:translateY(-5px);transform:translateY(-5px);}
	100% {-webkit-transform:translateY(0px);transform:translateY(0px);}
}

/*-----グローバルナビ-----*/

/*-----

footer

-----------------------------*/
#foot_over_wrap {
    background-color: #000;
}

#foot_over_wrap .sns_wrap{
    background-color: #222222;
    padding: 19px 0 21px;
    width: 100%;
}

#foot_over_wrap .btn_pagetop a{
    background-color: #ddd;
    padding: 16px 0;
    text-align: center;
	display:block;
}

#foot_over_wrap .btn_pagetop img{
    width: 107px;
}

/*----フッターナビ----*/

#foot_over_wrap　.child {
	display: none;
}

.footer_navi {
	margin: 0;
}

.footer_navi li img {
    max-height: 14px;
}

.footer_navi a {
	display: block; }

.footer_navi .child {
	background-color: #222222;
	border: medium none;
	display: none;
	margin: 0 0 0px;
	padding: 0;
}

.footer_navi .child .menu_item {
	background: #eaeaea;
	color: #5e5e5e;
}

.footer_navi .child .menu_item:hover {
	background: #6e6e6e;
}

.footer_navi .child > li {
    background-image: url("../images/icon/icon_child.png");
    background-position: 70px 25px;
    background-repeat: no-repeat;
    background-size: 12px auto;
    border-bottom: 1px solid #6f6f6f;
    margin: 0;
}

.footer_navi .child > li a{
    background: url("../images/icon/icon_foot_navi_arrow.png") no-repeat scroll right 30px top 22px / 6px auto;
    color: #fff;
    padding: 16px 30px 16px 100px;
}

.footer_navi .child > li:last-child {
	border-bottom: 1px solid #6f6f6f;
}

.footer_navi .switch .menu_item:after {
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -1.4rem;
	content: '>';
	font-size: 1.4rem;
	font-weight: bold;
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-moz-transition: all, 0.25s, linear;
	-o-transition: all, 0.25s, linear;
	-webkit-transition: all, 0.25s, linear;
	transition: all, 0.25s, linear;
}

.footer_navi .switch .menu_item.active:after {
	-moz-transform: translate(0, 50%);
	-ms-transform: translate(0, 50%);
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.footer_navi .child01 {

}

.footer_navi .child02 {
	color: #5e5e5e; }

.footer_navi .menu_item {
	border-bottom: 1px solid #6f6f6f;
	display: block;
	margin: 0;
	padding: 19px 31px;
	position: relative;
}
.footer_navi .source {
	margin: 0;
	padding: 30px 0 0;
}

.footer_navi .menu_item {
    background: #222 url("../images/icon/icon_foot_navi_arrow.png") no-repeat scroll right 30px top 22px / 6px auto;
    color: #fff;
}

.footer_navi .menu_item:hover {
	background: #111 url("../images/icon/icon_foot_navi_arrow.png") no-repeat scroll right 30px top 22px / 6px auto;
	text-decoration: none;
}

.footer_navi ul li:nth-child(2) a.menu_item{
    background: #222 url("../images/icon/icon_foot_navi_plus.png") no-repeat scroll right 30px top 22px / 10px auto;
    color: #fff;
}

.footer_navi ul li:nth-child(2) a.active{
    background: #222 url("../images/icon/icon_foot_navi_minus.png") no-repeat scroll right 30px top 27px / 10px auto;
    color: #fff;
}

#foot_over_wrap h4{
    margin: 0 auto;
    padding: 26px 0 15px;
    width: 145px;
}

#foot_over_wrap h4 img{
    width: 145px;
}

#foot_over_wrap small{
    color: #fff;
    display: block;
    font-size: 12px;
    padding: 0 0 30px;
    text-align: center;
}

/*-----

cemedine

-----------------------------*/
#cemedine {
background:#000;
color:#FFF;
}

.main_visual {
    margin: 0 0 15px;
    max-width: 100%;
    position: relative;
    width: 100%;
    height: 100%;
}
.main_visual .top_slidlink {
    background-position: center center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.main_visual .top_slidlink li {
    float: left;
    width: 100%;
}


#cemedine .main_visual .top_slidlink {

}

#cemedine .main_visual .top_slidlink li{

}

#cemedine .main_visual .top_slidlink li img {
    display: block;
    width: 100%;
}

#hakuto .main_visual .top_slidlink {

}

#xprize .main_visual .top_slidlink {

}

.owl-carousel .owl-stage-outer {
    z-index: 10;
}
.owl-controls {
    position: absolute;
    width: 100vh;
    z-index: 20;
    top: 43%;
}


.main_visual .set_pagelink .bt_arrow_l {
    left: 29px;
    position: absolute;
    /*top: 48%;*/
}

.main_visual .set_pagelink .bt_arrow_r {
    right: 29px;
    position: absolute;
    /*top: 48%;*/
}

.owl-controls {
    height: 0;
    width: 100%;
}
.owl-dots {
    margin: 43% auto 0;
    width: 20vw;
}

.owl-dots .owl-dot {
    float: left;
    background: #6f6f6f;
    width: 3.4vw;
    height: 3.4vw;
    border-radius: 3.4vw;
    margin: 0 5% 0px 5%;
    pointer-events: none;
}
.owl-dots .owl-dot.active {
    background: #fff;
}

.owl-carousel .owl-nav .owl-prev img,
.owl-carousel .owl-nav .owl-next img{
    width:8vw;
    height:8vw;
}
.owl-carousel .owl-nav .owl-prev{
    float: left;
    /*background: url(../images/icon/btn_arrow_mv_left.png) no-repeat;*/
    margin-left: 5%;
}
.owl-carousel .owl-nav .owl-next{
    float: right;
    /*background: url(../images/icon/btn_arrow_mv_right.png) no-repeat;*/
    margin-right: 5%;
}



.sns_wrap {

}

.sns_wrap img{
    max-width: 100%;
    width: 100%;
}

.sns_wrap .sns_list {
    background: rgba(0, 0, 0, 0) url("../images/cemedine/bg_sns_title.png") no-repeat scroll left center / 15% auto;
    margin: 0 auto;
    max-width: 760px;
    padding: 0 0 0 20%;
    width: 90%;
}

.sns_wrap .sns_list li {
    float: left;
    margin: 0 5% 0 0;
    max-width: 84px;
    width: 15%;
}

.bn_wrap {

}

.bn_wrap .bn_cont {
    margin: 0 auto 25px;
    max-width: 768px;
    padding: 0 15px;
}

.bn_wrap .bn_cont li {
    margin: 0 auto;
}

.bn_wrap .bn_cont img{
    display: block;
    margin: 0 auto;
    max-width: 768px;
    width: 100%;
}

.bn_wrap .bn_cont li.bn_cont_info a{
    background-color: #333333;
    margin: 0 auto 20px;
    max-width: 768px;
    padding: 11px 0;
    text-align: center;
    width: 100%;
	display:block;
}

.bn_wrap .bn_cont li.bn_cont_info img{
    max-width: 168px;
    width: 100%;
}

.container {
    height: auto;
    padding: 0 20px;
    position: relative;
    width: 100%;
}

.container .txt_wrap {
    font-size: 16px;
    line-height: 1.6;
}

.image_box2 {
    margin: 0 auto 30px;
    max-width: 688px;
    width: 100%;
}

.image_box2 li {
    float: left;
    margin: 0 6% 0 0;
    text-align: left;
    width: 47%;
}

.image_box2 li img {
    margin: 0 0 6px;
    max-width: 100%;
    width: 100%;
}

.image_box2 li span {
    font-size: 12px;
}

.btm_linkpage_wrap {

}

.btm_linkpage_wrap .btn_pages {
    padding: 0 15px;
}

.btm_linkpage_wrap .btn_pages li {
    background-color: #333333;
    position: relative;
    width: 50%;
}

.btm_linkpage_wrap .btn_pages li img{

}

.btm_linkpage_wrap .btn_pages li.fl {
    background-image: url("../images/icon/icon_arrow_pages_left.png");
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 8px auto;
    border: 1px solid #fff;
}

.btm_linkpage_wrap .btn_pages li.fr {
	background-image: url("../images/icon/icon_arrow_pages_right.png");
	background-position: right 10px center;
	background-repeat: no-repeat;
    background-size: 8px auto;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.btm_linkpage_wrap .btn_pages li.fl img.btn_pages_cemedine {
	left: 30px;
	position: absolute;
	top: 23px;
    width: 79px;
}

.btm_linkpage_wrap .btn_pages li.fl img.btn_pages_hakuto {
    left: 30px;
    position: absolute;
    top: 23px;
    width: 65px;
}

.btm_linkpage_wrap .btn_pages li.fl img.btn_pages_xprize {
    left: 30px;
    position: absolute;
    top: 14px;
    width: 100px;
}

.btm_linkpage_wrap .btn_pages li.fr img.btn_pages_cemedine {
    left: 15px;
    position: absolute;
    top: 23px;
    width: 79px;
}

.btm_linkpage_wrap .btn_pages li.fr img.btn_pages_hakuto {
	left: 15px;
	position: absolute;
	top: 23px;
    width: 65px;
}

.btm_linkpage_wrap .btn_pages li.fr img.btn_pages_xprize {
	left: 15px;
	position: absolute;
	top: 14px;
    width: 100px;
}

.btm_linkpage_wrap .btn_pages li.fl a{
    display: block;
    height: 59px;
}

.btm_linkpage_wrap .btn_pages li.fr a{
	display: block;
	height: 59px;
}

#challenging .btm_linkpage_wrap {
    background-image: url("../images/cemedine/bg_challenging_btm.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding: 0px 0 32%;
}

/*---------------------------------------------
ABOUT CHALLENGING
---------------------------------------------*/
#challenging {
	background-color: #00002a;
	background-image: url("../images/cemedine/bg_challenging.jpg");
	background-position: center bottom;
	background-repeat: repeat-x;
	padding: 30px 0 0;
}


#challenging h2 {

}

#challenging h2 .title {

}

#challenging h2 .title li {
    padding: 0 15px;
    text-align: center;
}

#challenging .challenging_image {
	margin: 0 auto;
	width: 688px;
}

#challenging .challenging_image li {
	float: left;
	margin: 0 30px 0 0;
}

/*---------------------------------------------
ABOUT MISSION
---------------------------------------------*/

#mission {

}

#mission h2 {
    height: auto;
    text-align: center;
}

#mission h2 .title {
	margin: 0 auto;
	width: auto;
	position: relative;
}

#mission h2 .title li {
}

#mission h2 .title li.mission_title_bg{

}

#mission h2 .title li.mission_title_bg img{
    width: 100%;
    zoom: 1;
}

#mission h2 .title li.mission_title_copy{
    left: 0;
    margin: 0 auto;
    max-width: 100%;
    position: absolute;
    top: 8%;
    width: 100%;
    padding: 0 20px;
}

#mission p.txt_wrap {
    margin-top: -4%;
}

/*---------------------------------------------
ABOUT NEWS
---------------------------------------------*/

#top_news {
    background-color: #fff;
    background-image: url("../images/cemedine/bg_news.jpg");
    background-position: center top;
    background-repeat: repeat-x;
    background-size: 100% auto;
    padding: 55px 0;
}

#top_news h2 {
	text-align: center;
}

#top_news h2 li{
    padding: 0 20px;
}

#top_news .txt_wrap {
	color: #000;
}

#top_news .news_list {
    margin: 0 auto;
    max-width: 690px;
    width: 100%;
}

#top_news .news_list li {
    background-color: #000;
    content: "";
    display: block;
    float: left;
    margin: 0 auto 35px;
    max-width: 690px;
    overflow: hidden;
    padding-top: 91%;
    position: relative;
    width: 100%;
}

#top_news .news_list li a {
    background: #000 none repeat scroll 0 0;
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

#top_news .news_list li a.no-image {
    background-image: url(../images/news/news_no_image.png);
    background-repeat: no-repeat;
    background-position: center 56px;
}

#top_news .news_list li .thumb img {
    left: 50%;
    max-width: none;
    position: relative;
    transform: translateX(-50%);
    width: auto;
    height: 100%;
}

#top_news .news_list li .thumb::after{
    background: rgba(0, 0, 0, 0) url("../images/icon/icon_listmark.png") no-repeat scroll 0 0;
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
}

#top_news .news_list li .rack {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/cemedine/bg_list_title_grd.png");
    background-origin: padding-box;
    background-repeat: repeat-x;
    background-size: auto auto;
    bottom: 0;
    padding: 25% 20px 17px;
    position: absolute;
    width: 100%;
}

#top_news .news_list li .listmark {
    position: absolute;
    right: 0;
    top: 0;
}

#top_news .news_list li .time {
    color: #fff;
    font-size: 15px;
}

#top_news .news_list li  .time::after {
    background: #f00 none repeat scroll 0 0;
    bottom: -14px;
    content: "";
    display: block;
    height: 3px;
    margin: 12px 0 10px;
    width: 25px;
}
#top_news .news_list .text_wrap {
    background: rgba(0, 0, 0, 0) url("../images/cemedine/bg_list_title_grd.png") repeat scroll 0 0;
    border: 0 none;
    bottom: 0;
    font-size: 34px;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10;
}

#top_news .news_list .ttl {
    color: #fff;
    font-size: 15px;
    line-height: 1.66;
}

#top_news .news_list li .photo {
    width: 100%;
}

#top_news .news_list .text_wrap span {
	display: block;
	font-weight: normal;
	line-height: 1.6;
	margin: 0 0 6px;
}

#top_news .news_list .text_wrap h3 {
    background-position: left top;
    background-repeat: no-repeat;
    font-size: 20px;
    font-weight: normal;
    height: auto;
    line-height: 1.6;
    overflow: hidden;
    padding: 7px 0 0;
}


#top_news .news__btn_return {
    margin-top: 0px;
}
#top_news .news__btn_return a {
    display: block;
    background: url(../images/news/icon_link_arrow_9x14.png) no-repeat 74px 13px #fff;
    width: 240px;
    padding: 13px 50px 11px 72px;
    margin: 0 auto;
    border: solid 3px #ff0000;
    border-radius: 24px;
    color: #ff0000;
    font-size: 16px;
    font-weight: bold;

}

#news_detail .article_area {
    line-height: 1.6;
    clear: both;
}
#news_detail .article_area p {
    margin-bottom: 1.5em;
}

#news_detail .article_area ul,
#news_detail .article_area ol {
    margin: 0 0 1.5em 3em;
}

#news_detail .article_area ul {
    list-style: disc;
}
#news_detail .article_area a {
    color: #f00;
}
#news_detail .article_area a:hover {
    text-decoration: underline;
}

/*---------------------------------------------
ABOUT HAKUTO
---------------------------------------------*/
#hakuto {
	background-color: #000000;
}

#hakuto h2 .title {
	margin: 0 auto;
	position: relative;
	width: auto;
}

#hakuto h2 .title li{
    padding: 0 15px;
}

#hakuto h2 .title img{
    display: block;
    margin: 0 auto;
}

#hakuto .hakuto_image li span {
    display: block;
}

#hakuto .hakuto_image2 {
    margin: 0 auto;
    width: auto;
}

#hakuto .hakuto_image2 {
    max-width: 100%;
    width: 100%;
}

#hakuto .hakuto_image2 img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: 608px;
}

#hakuto #stage2{

}

#hakuto_main {
    background-color: #fff;
    margin: 0 15px 30px;
    padding: 32px 0 30px;
}

#hakuto_main{

}

/*---------------------------------------------
ABOUT XPRIZE
---------------------------------------------*/
#xprize {
	background-color: #000000;
}

#xprize h2 .title {
	margin: 0 auto;
	position: relative;
	width: auto;
}

#xprize h2 .title img{
    display: block;
    margin: 0 auto;
}

#xprize .xprize_image {
	margin: 0 auto;
	width: 100%;
	max-width:100%;
}

#xprize .xprize_image img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: 608px;
}

#xprize #stage2{

}

#xprize_main {
    background-color: #fff;
    margin: 0 15px;
    padding: 32px 0 30px;
}

#xprize_delineation {
    background:#1f1f1f url("../images/xprize/bg_team_list.png") center top;
    margin: 0 15px 30px 15px;
    padding: 0 0 30px;
}

#xprize_delineation .team_list{
    background-position: center top;
    margin: 0 auto;
    /*max-width: 398px;*/
    padding: 30px 15px 0;
    text-align: center;
    width: auto;
}

#xprize_delineation .team_list li {
    display: inline-block;
   /* height: 80px;*/
    margin: 0 0 24px;
    text-align: center;
	vertical-align:top;
    width: 88px;
}

#xprize_delineation .team_list li img{
    display: block;
    margin: 0 auto 6px;
    max-width: 100%;
    width: 50px;
}

#xprize_delineation .team_list li span{
    color: #fff;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 1.4;
    width: 100%;
}

#xprize_delineation .award {
    color: #fff;
    font-size: 16px;
    margin: 0 20px;
}

#xprize_delineation .award .award_contents{
	border-bottom: 1px solid #8f8f8f;
}

#xprize_delineation .award .award_contents dt{
    border-bottom: 1px solid #8f8f8f;
    border-top: 1px solid #ff0000;
    font-weight: bold;
    padding: 12px 0;
    text-align: center;
}

#xprize_delineation .award .award_contents dd{
    line-height: 1.6em;
    padding: 13px 14px 20px 14px;
}

#xprize_delineation .award .award_txt {
	text-align: right;
}
