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

/* ============================================================
   コンテンツのメインラッパー
============================================================ */
.grayBase {background: #f5f5f5;}
#contentWrapper{width: 1000px;margin: auto;padding: 40px 0;}

/* ============================================================
   コンテンツの右メイン
============================================================ */
#rightContentMain{float: left;width: 745px;margin-left: 35px;}

#projectDetails{width: 745px;}

.ttlDetails{font-size: 18px;/* text-indent: 38px; */line-height: 32px;margin-bottom: 15px;position: relative;font-weight: bold;color: #333333;letter-spacing: 1px;position: relative;}
.ttlDetails:before{/* content: ""; */width: 20px;height: 20px;/* background: #fb2a79; */position: absolute;left: 5px;top: 6px;border-radius: 4px;}


/* ============================================================
   return
============================================================ */
#returnArea {width: 655px;margin-bottom: 40px;}

.ttlReturn{background: url("../img/icon_return_36.gif") no-repeat -2px -4px;font-size: 21px; text-indent: 34px;line-height: 32px;margin-bottom: 10px;}

.returnIn{width: 745px;background: white;border-radius: 4px; border-bottom: 2px solid #e7e7e7;}
.returnIn dl{display: table;width: 100%;min-height: 65px;border-bottom: 1px solid #ededed;position: relative;}
.returnIn dl:last-child{/* border: 2px solid #ededed; */}
.returnIn dt{display: table-cell;vertical-align: middle;width: 188px;padding-left: 30px;background-color: #fbfbfb;border-right: 1px solid #ededed;/* font-weight: bold; */font-size: 14px;}
.returnIn dt input{margin-right: 8px;position: relative;top: -2px;}
.returnIn dd{display: table-cell;vertical-align: middle;background: white;line-height: 1.5em;padding: 10px 0px 10px 30px;}
.name{width: 350px;}
#language_En .name{width: 250px;}
.returnIn p{font-size: 14px;line-height: 2;min-width: 110px;}
.returnIn ul{font-size: 14px;line-height: 1.5;}

.bread-crumb-listBase {margin-top: 24px;}
