@charset "utf-8";

@import "base_layout.css";
@import "common_parts.css";

#wrapper_toppage{
	margin: 0;
	padding: 0;
	text-align:left;
	width:100%;
	min-width:1000px;
	background: url(../img/common/bg_contents.png) repeat-x top center;
}
@media screen and (max-width: 768px) {
/*tablet*/
#wrapper_toppage{
	width:100%;
	min-width:100%;
}
}
@media screen and (max-width: 479px) {
/*sp*/
}

/*profile
************************************************************************************/
#profile{
}


#profile .title{
	background: url(../img/common/ttl.png) no-repeat left;
	padding: 0 0 0 15px;
	margin:30px 3px 0 3px;
	font-size:18px;
	font-weight:bold;
	display:block;
}

#profile-news{
	margin: 5px auto !important;
	float: none !important;
	padding: 10px;
	border: 1px solid #c0c0c0;
	font-size: 80%;
}
#profile-news li .title2{
	font-size: 16px;
	border-bottom:solid 2px #FFCCFF;
	font-weight:bold;
	margin-bottom:5px;
}


@media screen and (max-width: 768px) {
/*tablet*/
}
@media screen and (max-width: 479px) {
/*sp*/
}

/*table
************************************************************************************/
#profile table {
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-collapse: collapse;
  width: 100%;
}
#profile table th,
#profile table td {
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 10px;
}
#profile table th {
  background-color: #eee;
  text-align: center;
}
@media screen and (max-width: 768px) {
/*tablet*/
#profile table {
    border: none;
  }
#profile table thead {
    display: none;
  }
#profile table tr {
    border-top: 1px solid #999;
    display: block;
    margin-bottom: 20px;
  }
#profile table td {
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    display: block;
    padding: 10px;
    text-align: right;
  }
#profile table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
  }
}
@media screen and (max-width: 479px) {
/*sp*/
}
