@charset "UTF-8";
.clearfix, .section02 dl {
  *zoom: 1;
}
.clearfix:after, .section02 dl:after {
  content: "";
  display: block;
  clear: both;
}

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

	Profile Page Layout Style

 ================================================================================== */
body.profile #outer_wrapper {
  background: url("../img/profile/bg_section.png") #fff;
}

/* ユーザ基本情報エリア
------------------------------------------ */
.basic {
  padding: 15px 0;
}
.basic .update {
  font-size: 0.85em;
  text-align: right;
}
.basic .update span {
  position: relative;
  margin: 0 0 0 1.5em;
}
.basic .update span:after {
  content: "：";
  display: inline-block;
  margin: 0 0 0 -1.3em;
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: 0;
}
.basic table {
  font-size: 1.4em;
}
.basic table .photo {
  width: 100px;
}
.basic table .photo img {
  max-width: none !important;
}
.basic table .label {
  padding: 0 30px 0 40px;
  white-space: nowrap;
  position: relative;
}
.basic table .label span:after {
  content: "：";
  display: inline-block;
  position: absolute;
  top: auto;
  right: 0;
  bottom: auto;
  left: auto;
}
.basic table .title {
  width: 35%;
}
.basic table .title p span {
  font-size: 0.8em;
}
.basic table .title p span:first-child {
  padding: 0 1em 0 0;
}
.basic table .title h1 {
  font-size: 1.5em;
}
.basic table .title h1 span:first-child {
  padding: 0 0.5em 0 0;
}
.basic table .detail {
  width: 45%;
}

/* プロフィールメニュー
------------------------------------------ */
.menu_area {
  position: relative;
  height: 40px;
  width: 100%;
  background: #e8e8e8;
  border-bottom: 1px #d5d5d5 solid;
  z-index: 1;
}

.fixed {
  position: fixed;
  top: 65px;
  z-index: 99;
}

.menu {
  display: table;
  table-layout: fixed;
}
.menu li {
  display: table-cell;
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 40px;
  background: url("../img/profile/bg_menu.png") 95% 25px no-repeat;
  cursor: pointer;
}
.menu li.bg_none {
  background: none;
}
.menu li span {
  display: block;
  width: 100%;
  height: 40px;
  border-right: 2px #d5d5d5 solid;
  border-bottom: 3px solid;
  position: relative;
}
.menu li span.category01 {
  border-bottom: 3px solid #9B042C;
}
.menu li span.category02 {
  border-bottom: 3px solid #A94FBF;
}
.menu li span.category03 {
  border-bottom: 3px solid #00A38B;
}
.menu li span.category04 {
  border-bottom: 3px solid #5876D6;
}
.menu li span a {
  display: block;
  width: 100%;
  height: 40px;
}
.menu li a {
  text-decoration: none;
}
.menu li:first-child span {
  border-left: 2px #d5d5d5 solid;
}
.menu ul.small {
  display: table;
  position: absolute;
  top: 40px;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  background: #e8e8e8;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
}
.menu ul.small li {
  display: list-item;
  width: 100%;
  text-align: left;
  font-size: 0.95em;
  font-weight: normal;
  line-height: 1.6;
  border-bottom: 1px #d6d6d6 solid;
  border-left: 1px #e8e8e8 solid;
  border-right: 1px #e8e8e8 solid;
  background: none;
  white-space: nowrap;
}
.menu ul.small li a {
  display: block;
  padding: 3px;
  height: auto;
}
.menu ul.small li a:hover {
  background: #f2f2f2;
}

/* 一旦保留
.menu{
	@include dis_table;
	table-layout:fixed;
	
	li{
		@include dis_tablecell;
		text-align:center;
		font-size:1.1em;
		font-weight:bold;
		line-height:40px;
		border-bottom: 3px solid;
		background:url("../img/profile/bg_menu.png") 95% 25px no-repeat;
		cursor:pointer;

			&.bg_none{
				background:none;
			}

		span{
			@include dis_block;
			width:100%;
			height:40px;//ここを決めておかないと、LIのtablecellと一緒に入れ子のul.smallが表示されたとき一緒にheightが伸びてしまうので･･･
			border-right:2px #dfdfdf solid;
			
			
				a{//小カテゴリがない受賞の部分.今後無くなる可能性アリ
					@include dis_block;
					width:100%;
					height:40px;
				}
		}
		a{
			text-decoration:none;
		}
		
		&:first-child span{
			border-left:2px #dfdfdf solid;
		}
	}

	ul.small{//小分類のメニュー
		display:list-item;
		background:#f2f2f2;
		box-shadow:0px 0px 2px rgba(0,0,0,0.3);
		
			li{
				display:list-item;
				text-align:left;
				font-size:0.95em;
				font-weight:normal;
				line-height:1.6;
				border-bottom:1px #d6d6d6 solid;
				border-left:1px #e8e8e8 solid;
				border-right:1px #e8e8e8 solid;
				background:none;
				
				a{
					@include dis_block;
					padding:3px;
					height:auto;
				
					&:hover{
						background:#fff;
					}
				}
			}
		}
} //.menu
*/
@media screen and (min-width: 1024px) {
  .menu {
    width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1023px) {
  .menu {
    width: 100%;
  }
}
/* プロフィールコンテンツ
------------------------------------------ */
.detail_area {
  padding: 16px 0 0 0;
}

/* .menu_areaに.fixedがaddされたとき */
.fixed + .detail_area {
  padding: 75px 0 0 0;
}

h2 {
  padding: 7px 10px;
  background: #fff;
  color: #333;
  border-left: 3px solid black;
  font-size: 1.3em;
}
h2.category01 {
  border-left: 3px solid #9B042C;
}
h2.category02 {
  border-left: 3px solid #A94FBF;
}
h2.category03 {
  border-left: 3px solid #00A38B;
}
h2.category04 {
  border-left: 3px solid #5876D6;
}

h3 {
  margin: 20px 0 10px 0;
  padding: 0.3em;
  background: #f2f2f2;
  color: #333;
}

.section01 .basic {
  background-color: #fff;
  margin: 0 0 16px 0;
  padding: 10px;
}

.section02 > h3:first-child {
  margin: 0 0 10px 0;
}

.section02 {
  margin: 0 0 30px 0;
  padding: 20px;
  background: #ffffff;
  border-top: 2px solid #f2f2f2;
}
.section02 p {
  background: #ffffff;
}
.section02 dt {
  display: inline-block;
  margin: 2px 0;
  padding: 0.5em;
  clear: both;
  float: left;
}
.section02 dd {
  display: block;
  max-width: 820px;
  margin: 2px 0;
  padding: 0.5em;
  float: left;
  background: #ffffff;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.section02 dl > dt:after {
  content: "：";
}
.section02 dl > dt:first-child,
.section02 dl > dt:first-child + dd {
  margin-top: 0;
}
.section02 div.recode {
  padding: 15px 10px;
}
.section02 div.recode em {
  font-weight: bold;
  margin: 0 10px 0 0;
}
.section02 div.recode .repository {
  float: right;
}
.section02 div.recode .repository a {
  text-decoration: none;
}
.section02 div.recode .repository img {
  margin-left: 10px;
}
.section02 div.recode .amazon {
  float: left;
  margin: 5px 10px 0 0;
}
.section02 div.recode .detail-title {
  margin: 4px 0 0;
  width: 85px;
}
.section02 div.recode .detail-body {
  display: none;
}
.section02 div.recode .detail-body:after {
  content: "";
  clear: both;
  display: block;
}
.section02 div.recode:after {
  content: "";
  clear: both;
  display: block;
}
.section02 div.odd {
  background: #f9f9ff;
}
.section02 div.odd em, .section02 div.odd p, .section02 div.odd dd {
  background: #f9f9ff;
}
.section02 div.even {
  background: #f5f5f5;
}
.section02 div.even em, .section02 div.even p, .section02 div.even dd {
  background: #f5f5f5;
}
.section02 span,
.section02 .inline {
  display: inline-block;
  margin: 0 12px 0 0;
}
.section02 span.long {
  margin: 0 24px 0 0;
}
.section02 table {
  border-collapse: collapse;
}
.section02 table th {
  padding: 5px;
  background: #e6e6e6;
  color: #333;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
}
.section02 table td {
  padding: 0 4px;
}
.section02 table td img {
  margin: 0 5px;
}
.section02 table th:first-child,
.section02 table td:first-child {
  white-space: nowrap;
}
.section02 table.stripes {
  width: 100%;
}
.section02 table.stripes tbody tr.odd {
  background: #fff;
}
.section02 table.stripes tbody tr.even {
  background: #f5f5f5;
}
.section02 table.stripes th {
  border-left: 1px #d9d9d9 solid;
  border-bottom: 1px #d9d9d9 solid;
}
.section02 table.stripes td {
  padding: 5px;
  border-left: 1px #d9d9d9 solid;
  border-bottom: 1px #d9d9d9 solid;
}
.section02 table.stripes th:first-child,
.section02 table.stripes td:first-child {
  border-left: none;
}
.section02 table.dubble tbody tr.stripes_odd {
  background: #fff;
}
.section02 table.dubble tbody tr.stripes_even {
  background: #e6e6e6;
}
.section02 tr.data_link {
  cursor: pointer;
}
.section02 tr.data_link:hover {
  background: #d1d1d1 !important;
}
