@charset "UTF-8";
/*--　style　------------------------------------------------------------------*/
body.mypage,
body.profile,
body.settings,
body.my-messages,
body.my-sites {
  margin: 70px auto 0;
	min-width: no;
  max-width: none;
  vertical-align: 1;
}

@media screen and (min-width: 481px) and (max-width: 768px) {

body.mypage,
body.profile,
body.settings,
body.my-messages,
body.my-sites {
  margin: 100px auto 0;
}
}


#MypageContainer {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  border: none;
}



#MypageContainer #MypageWrap {
  position: relative;
  clear: both;
  margin: 0;
  padding: 0;
  min-height: 80px;
  width: 100%;
  min-width: 1100px;
  height: 80px;
  background: #2b2b2b;
}
#MypageContainer #MypageWrap #MypageHeader {
  margin: 0 auto;
  min-width: 1100px;
  width: 1100px;
}
#MypageContainer #MypageWrap #MypageHeader h1 {
  float: left;
  margin: 25px 0 0;
  padding: 0;
  color: #fff;
  font-size: 24px;
  line-height: 1;
}
#MypageContainer #MypageWrap #MypageHeader ul {
  float: right;
}
#MypageContainer #MypageWrap #MypageHeader ul li {
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -o-border-top-left-radius: 5px;
  -o-border-top-right-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -ms-border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  display: inline-block;
  float: left;
  margin: 20px 1px 0 0;
  width: 130px;
  background: #454444;
  color: #fff;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}
#MypageContainer #MypageWrap #MypageHeader ul li:last-child {
  margin-right: 0px;
}
#MypageContainer #MypageWrap #MypageHeader ul li.active {
  background: #fff;
  color: #000;
}
#MypageContainer #MypageWrap #MypageHeader ul li.active a {
  color: #000;
  text-decoration: none;
}
#MypageContainer #MypageWrap #MypageHeader ul li a {
  display: block;
  padding: 20px 0 20px;
  color: #fff;
  text-decoration: none;
}
#MypageContainer #MypageWrap #MypageHeader ul li a:hover {
  background: none;
  text-decoration: underline;
}
#MypageContainer .inner {
  margin: 0 auto;
  width: 100%;
	padding-top:30px;
}
#MypageContainer .inner .caution {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0 2px 2px #e6e6e6;
  -webkit-box-shadow: 0 2px 2px #e6e6e6;
  -o-box-shadow: 0 2px 2px #e6e6e6;
  -ms-box-shadow: 0 2px 2px #e6e6e6;
  box-shadow: 0 2px 2px #e6e6e6;
  position: relative;
  margin: 40px auto 0;
  padding: 18px 25px;
  width: 1050px;
  border: 1px solid #e6e6e6;
  background: #fff100;
  font-size: 16px;
}
#MypageContainer .inner .caution span {
  position: absolute;
  top: 16px;
  right: 15px;
  display: block;
  overflow: hidden;
  width: 25px;
  height: 25px;
  background: #fff100 url(../images/mypage/icon_mypage_close.gif) no-repeat scroll right center;
  text-indent: 100%;
  white-space: nowrap;
}
#MypageContainer .inner .section {
  display: block;
  clear: both;
  overflow: hidden;
  margin: 0 auto 30px;
  padding: 0;
  width: 1100px;
  position: relative;
}

#MypageContainer .inner .section:after {
content: "";
display: block;
clear: both;
}

#MypageContainer .inner .section h2{
  margin: 10px 0 25px;
  padding: 0;
  font-weight: normal !important;
  font-size: 26px;
}

#MypageContainer .inner .section h2.loveworks {
  margin: 10px 0 25px;
  padding: 0 0 0 25px;
  background: url(../images/mypage/mypage_icon_h2.gif) no-repeat scroll 0 0;
  font-weight: normal !important;
  font-size: 26px;
}


#MypageContainer .inner .section h3{
  margin: 40px 0 25px;
  padding: 0;
  font-weight:bold !important;
  font-size: 20px;
}



#MypageContainer .inner .section ul.LovedWorks {
  margin: 0 -5px 0 -15px;
}


#MypageContainer .inner .section ul.LovedWorks li.thm {
  display: inline-block;
  margin: 0 0 20px 19px;
  vertical-align: top;
  letter-spacing: normal;
}
#MypageContainer .inner .section ul.LovedWorks li.thm .thmimg {
  position: relative;
  height: 168px;
	overflow:hidden;
	margin-left:-5px;
	padding-top:5px;
	padding-left:5px;
}
#MypageContainer .inner .section ul.LovedWorks li.thm .thmimg a:hover img, #MypageContainer .inner .section ul.LovedWorks li.thm .thmimg a:active img {
  opacity: 0.6;
  -ms-filter: "alpha(opacity=60)";
  /* ie 8 */
  filter: alpha(opacity=60);
  /* ie lt 8 */
  -moz-opacity: 0.6;
  /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.6;
  /* Safari 1.x */
}
#MypageContainer .inner .section ul.LovedWorks li.thm .ribbon {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: hidden;
  width: 118px;
  height: 119px;
  text-indent: 100%;
  white-space: nowrap;
}
#MypageContainer .inner .section ul.LovedWorks li.thm .creation {
  z-index: 5;
  background: url(../images/mypage/mypage_ribbon.png) no-repeat scroll 0 0;
}
#MypageContainer .inner .section ul.LovedWorks li.thm ul.my_thm {
  padding: 5px 15px;
  border: 1px solid #e5e5e5;
}
#MypageContainer .inner .section ul.LovedWorks li.thm ul.my_thm:after {
  display: block;
  clear: both;
  content: "";
}
#MypageContainer .inner .section ul.LovedWorks li.thm ul.my_thm li a {
  text-decoration: none;
}
#MypageContainer .inner .section ul.LovedWorks li.thm ul.my_thm li a:hover {
  text-decoration: underline;
  background: none !important;
}
#MypageContainer .inner .section ul.LovedWorks li.thm ul.my_thm li.title {
  font-weight: bold;
  font-size: 13px;
}
#MypageContainer .inner .section ul.LovedWorks li.thm ul.my_thm li.name {
  float: left;
}
#MypageContainer .inner .section ul.LovedWorks li.thm ul.my_thm li.view_like {
  float: right;
}
#MypageContainer .inner .section ul.LovedWorks li.thm ul.my_thm li.view_like ul {
  margin: 0;
  padding: 0;
}
#MypageContainer .inner .section ul.LovedWorks li.thm ul.my_thm li.view_like ul li {
  float: right;
  margin-left: 1em;

}
#MypageContainer .inner .section ul.LovedWorks li.thm ul.my_thm li.view_like ul li.like a {
  padding-left: 15px;
  background: url("../images/creator/icon_sprite.png") no-repeat scroll 0 -721px;
}
#MypageContainer .inner .section ul.LovedWorks li.thm ul.my_thm li.view_like ul li.like a:hover {
  background: url("../images/creator/icon_sprite.png") no-repeat scroll 0 -783px !important;
  color: #FF0000;
  text-decoration: none;
}
#MypageContainer .inner .section ul.LovedWorks li.thm ul.my_thm li.view_like ul li.view {
  float: left;
  background: url("../images/creator/icon_sprite.png") no-repeat scroll -141px -1200px rgba(0, 0, 0, 0);
	padding-left: 22px;
	margin-left: 0.8em;
}
#MypageContainer .inner .social_area {
  position: relative;
  clear: both;
  padding: 40px 0 0;
  background: #f8f8f8;
  min-width: 1100px;
}
#MypageContainer .inner .social_area a {
  color: #9c9c9c;
}
#MypageContainer .inner .social_area h2 {
  padding: 0 0 10px;
  font-weight: normal;
  font-size: 18px;
	margin: 0 0 20px;
}
#MypageContainer .inner .social_area .following {
  position: relative;
  float: left;
  clear: both;
  overflow: hidden;
  width: 840px;
}
#MypageContainer .inner .social_area .following .section_i {
  position: relative;
  clear: both;
  overflow: hidden;
  margin: 0 0 20px;
}
#MypageContainer .inner .social_area .following ul li.follow {
  clear: both;
  overflow: hidden;
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #dfdfdf;
}
#MypageContainer .inner .social_area .following ul li.follow dl dt {
  float: left;
  clear: both;
  width: 240px;
}
#MypageContainer .inner .social_area .following ul li.follow dl dt a {
  text-decoration: none;
}
#MypageContainer .inner .social_area .following ul li.follow dl dt a:hover {
  background: none;
  text-decoration: underline;
}
#MypageContainer .social_area .following ul li.follow dl dt p {
  margin: 0;
}
#MypageContainer .inner .social_area .following ul li.follow dl dt p.m20 {
  margin: 20px 0 10px;
}
#MypageContainer .inner .social_area .following ul li.follow dl dt .name {
  margin: 0 0 5px 0px;
  font-weight: bold;
  display: block;
}
#MypageContainer .inner .social_area .following ul li.follow dl dt .time {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 1px 1px 1px #e5e4e4;
  -webkit-box-shadow: 1px 1px 1px #e5e4e4;
  -o-box-shadow: 1px 1px 1px #e5e4e4;
  -ms-box-shadow: 1px 1px 1px #e5e4e4;
  box-shadow: 1px 1px 1px #e5e4e4;
  margin: 0 10px 0 0px;
  padding: 5px 7px;
  border: 1px solid #e5e4e4;
  background: #fff;
	display:inline-block;
	line-height: 1.1;
}

#MypageContainer .inner .social_area .following ul li.follow dl dt .userinfo{
	float:left;
	margin: 0 0 0 10px ;
	width:130px;
}


#MypageContainer .inner .social_area .following ul li.follow dl dt img {
  float: left;
  padding: 5px;
  background: #fff;
}


#MypageContainer .inner .social_area .following ul li.follow dl dt a:hover img {
  background: #ccc;
}
#MypageContainer .inner .social_area .following ul li.follow dl dd {
  margin: 0 0 0 250px;
}
#MypageContainer .inner .social_area .following ul li.follow dl dd ul li {
  display: inline-block;
  float: left;
  margin: 0 10px 0 0;
}
#MypageContainer .inner .social_area .following ul li.follow dl dd ul li:last-child {
  margin: 0;
}
#MypageContainer .inner .social_area .following ul li.follow dl dd ul li a:hover img {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  background: #fff;
}
#MypageContainer .inner .social_area .activity {
  float: right;
  width: 220px;
}
#MypageContainer .inner .social_area .activity h2 {
  border-bottom: 1px solid #dadada;
}
#MypageContainer .inner .social_area .activity ul li {
  margin: 0 0 10px;
  border-bottom: 1px solid #dfdfdf;
}
#MypageContainer .inner .social_area .activity ul li dl dt {
  margin: 0 0 5px;
  font-weight: bold;
}
#MypageContainer .inner .social_area .activity ul li dl dd {
  margin: 0 0 10px;
  color: #9c9c9c;
}

.see_all {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  -moz-box-shadow: 0 0 1px #525252;
  -webkit-box-shadow: 0 0 1px #525252;
  -o-box-shadow: 0 0 1px #525252;
  -ms-box-shadow: 0 0 1px #525252;
  box-shadow: 0 0 1px #525252;
  position: absolute;
  top: 4px;
  right: 3px;
  background: #282828;
  /* Old browsers */
  background: -moz-linear-gradient(left, #282828 0%, #1e1e1e 48%, #191919 50%, black 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #282828), color-stop(48%, #1e1e1e), color-stop(50%, #191919), color-stop(100%, black));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #282828 0%, #1e1e1e 48%, #191919 50%, black 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #282828 0%, #1e1e1e 48%, #191919 50%, black 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #282828 0%, #1e1e1e 48%, #191919 50%, black 100%);
  /* IE10+ */
  background: linear-gradient(to right, #282828 0%, #1e1e1e 48%, #191919 50%, black 100%);
  /* W3C */
}
.see_all a {
  display: block;
  padding: 4px 12px;
  color: #fff !important;
  text-decoration: none;
}
.see_all a:hover {
  background: none;
  text-decoration: underline;
}

span.see_all.lw {
  top: 5px !important;
}

@media screen and (max-width: 480px) {
  #advanceContainer2 .padder2 #nav {
    display: block !important;
  }
}
@media screen and (max-width: 690px) {
  #advanceContainer2 .padder2 #nav {
    padding: 0 !important;
  }
}
#footer {
  clear: both;
  margin: 30px auto;
  padding: 0;
  width: 100%;
  border: none;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #333333;
  text-align: center;
  text-shadow: none;
  font-size: 12px;
  line-height: 1;
}
#footer ul {
  display: inline-block;
}
#footer ul li {
  display: inline-block;
}
#footer ul li ul {
  margin: 0 0 0 25px;
}
#footer ul li ul li {
  margin: 0 2px 0 0;
  padding: 0 9px 0 0;
  background: url(../images/mypage/mypage_footer_line.gif) no-repeat right 5px;
}
#footer ul li ul li.last-child {
  margin: 0;
  padding: 0;
  background: none;
}

/*プロジェクト*/
#MypageContainer .inner .project-area {
  display: block;
  clear: both;
  overflow: hidden;
  margin: 0 auto 20px;
  padding: 0;
  width: 1100px;
  position: relative;
}

#MypageContainer .inner .project-area  {
content: "";
display: block;
clear: both;
}

#MypageContainer .project .thm {
    display: inline-block;
    vertical-align: top;
    width: 538px;
}

#MypageContainer .project>li:first-child {
    margin: 0 20px 0 0;
}

#MypageContainer .project .thm .thmimg {
    height: 211px;
		width: 280px;
    position: relative;
		float:left;
		margin-right:15px;
}

#MypageContainer .project .thm .thmimg .ribbon{
    bottom: -1px;
    position: absolute;
    right: -1px;
}

#MypageContainer .project .thm .thmimg div:hover{
opacity: 0.6;
filter: alpha(opacity=60); 
-ms-filter: "alpha(opacity=60)";
zoom:1;
}

#MypageContainer .project-area .thm ul {
	margin-left:295px;
}

#MypageContainer .project-area .thm ul li.title {
    font-size: 13px;
    font-weight: bold;
}

#MypageContainer .project-area .thm ul li.title a{
	text-decoration:none;
}


#MypageContainer .project-area .thm ul li.date {
    background: url("../images/project/icon.png") no-repeat scroll 0 0.45em rgba(0, 0, 0, 0);
    margin-bottom: 0.8em;
    padding-left: 15px;
}
#MypageContainer .project-area .thm ul li.summary {
    line-height: 1.5;
}
#MypageContainer .project-area .thm ul li.more {
    color: #000000;
    font-size: 10px;
    margin-top: -1.5em;
    text-align: right;
}



#MypageContainer .project-area .thm ul.user2 {
    border-bottom: medium none;
    border-top: 1px dotted #FBFBFB;
    box-shadow: none;
    padding: 10px 0 0;
}

#MypageContainer .project-area .thm ul.user2 li {
    display: inline;
    padding-top: 4px;
}

#MypageContainer .project-area .thm ul.user2 li.join {
    background: url("../images/project/icon.png") no-repeat scroll 0 -29px rgba(0, 0, 0, 0);
    margin-right: 10px;
    padding-left: 19px;
}
#MypageContainer .project-area .thm ul.user2 li.uped {
    background: url("../images/project/icon.png") no-repeat scroll 0 -69px rgba(0, 0, 0, 0);
    margin-right: 10px;
    padding-left: 20px;
}

#MypageContainer .project-area .thm ul.user2 li.daysleft {
    background: url("../images/project/icon.png") no-repeat scroll 0 -119px rgba(0, 0, 0, 0);
    padding-left: 22px;
}

#MypageContainer .project-area .thm ul.user2 li span {
    color: #000000;
    font-size: 13px;
    font-weight: bold;
}

/**/
#MypageContainer span.edit-portfolio {
    background: none repeat scroll 0 0 #FFF100;
    border: 1px solid #E6E6E6;
    border-radius: 2px;
    box-shadow: 0 2px 2px #E6E6E6;
		position: absolute;
    right: 3px;
		top:7px;
		font-size:12px;
}

#MypageContainer span.edit-portfolio a{
	text-decoration:none;
	display: block;
	background:url("../images/common/icon_edit_mypage.png") no-repeat 22.6em center;
  padding: 6px 75px 6px 25px;
}

#MypageContainer span.edit-portfolio:hover {
opacity: 0.7;
filter: alpha(opacity=70); 
-ms-filter: "alpha(opacity=70)";
zoom:1;
}

/*項目がない場合のスタイル*/

.non-active-box{
	background:#f8f8f8;
	text-align:center;
	padding: 30px;
}

/*profile設定*/
#MypageContainer .inner div.profile-look h2 {
margin-bottom: 10px;
padding-bottom: 5px;
padding-left: 10px;
padding-top: 5px;
height: 20px;
font-style: normal;
font-weight: normal;
font-size: 18px;
border-left: 6px solid #333;
}

#MypageContainer .inner h3.profile-look {
font-style: normal;
font-weight: normal;
font-size: 14px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 0;
padding-top: 5px;
margin: 0;
background: #f2f2f2 url(/wp-content/themes/hayloft_new/_inc/images/person/icon_twitter.gif) no-repeat 10px 6px;
}


#MypageContainer #container{
	max-width:1100px;
}

/*編集画面遷移用*/
#MypageContainer .inner .section.locationBanner{
	width:1100px;
	height:90px;
	background:#ffde42 url("../images/mypage/locationarrow.png") no-repeat 98% center;
	margin-bottom:60px;
}

#MypageContainer .inner .section.locationBanner:hover{
	background: rgba(255,222,66,0.9) url("../images/mypage/locationarrow.png") no-repeat 98% center;
	cursor:pointer;
}


.section.locationBanner .leftbox{
	background:url("../images/mypage/locationicon.png") no-repeat 35px center;
	font-family:Arial, Helvetica, sans-serif "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";	
	font-weight:bold;	
	float:left;
	font-size:19px;
	position:relative;
	height:100%;
	width:350px;}

.section.locationBanner .leftbox span{
	border-right: 1px solid #ccb235;
	position:absolute;
	right:0;
	top:15%;
	display:inline-block;
	height:70%;
}


.section.locationBanner .leftbox a{
	padding: 0 25px 0 85px;
	height:90px;
	display: table-cell;
	text-decoration:none;
	word-wrap: break-word;
	vertical-align: middle;
}



.section.locationBanner .rightbox{
	font-family:Arial, Helvetica, sans-serif "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size:14px;
	float:left;
	height:100%;
	width:750px;
}

.section.locationBanner .rightbox a{
	padding: 0 55px 0 35px;
	display: table-cell;
	text-decoration:none;
	word-wrap: break-word;
	width:660px;
	height:90px;
	vertical-align: middle;
}



.section.locationBanner .leftbox a:hover,
.section.locationBanner .rightbox a:hover{
	background:transparent;
	text-decoration:none;
}

