@charset "utf-8";
.fa {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#jobtable {
	margin: 0 0 20px;
}
ul.mypage_gmenu {
	text-align: center;
}
ul.mypage_gmenu li {
	display: inline-block;
	text-align: center;
	margin: auto;
	background: none !important;
	padding: 0 10px !important;
	border-right: #aaa 1px dotted;
	list-style: none !important;
}
ul.mypage_gmenu li:before {
	content: "" !important;
}
ul.mypage_gmenu li:last-child {
	border-right: none;
}
ul.mypage_gmenu li a {
	text-decoration: none;
}
ul.mypage_gmenu li a:before {
	content: "";
	font-family: FontAwesome;
	padding-right: 3px;
}
ul.mypage_gmenu li a#top:before {
	content: "\f2bd";
}
ul.mypage_gmenu li a#ident:before {
	content: "\f2bd";
}
ul.mypage_gmenu li a#eclip:before {
	content: "\f02e";
}
ul.mypage_gmenu li a#elog:before {
	content: "\f19d";
}
ul.mypage_gmenu li a#vlog:before {
	content: "\f14a";
}
ul.mypage_gmenu li a#mbox:before {
	content: "\f086";
}
ul.mypage_gmenu li a#logout:before {
	content: "\f08b";
}
/*マイページコンテンツ*/
#mypageContents {
	margin: 20px 0;
	font-size: 90%;
	position: relative;
}
#mypageContents li:before {
	content: "" !important;
}
#mypageContents a {
	text-decoration: none;
}
#mypageContents .more {
	text-align: right;
}
#mypageContents .paging {
	text-align: right;
	margin-bottom: 20px;
}
#mypageContents a.morelink {
	display: inline-block;
	padding: 5px 10px;
	background: #efefef;
}
#mypageContents a.morelink:before {
	font-family: FontAwesome;
	content: "\f211";
	padding-right: 5px;
}
#mypageContents #mypageTopics,#mypageContents  #mypageUser, #mypageContents #mypageElog, #mypageContents #mypageMbox, #mypageContents #mypageClips, #mypageContents #mypageVlog {
	margin: 0 0 30px;
}
#mypageContents #mypageTopics h3, #mypageContents #mypageUser h3, #mypageContents #mypageElog h3, #mypageContents #mypageMbox h3, #mypageContents #mypageClips h3, #mypageContents #mypageVlog h3 {
	padding: 4px 0 7px 5px;
	border-top: #aaa 3px solid;
}
#mypageContents #mypageTopics h3 {
	border-top-color: #A4D388;
}
#mypageContents #mypageUser h3 {
	border-top-color:#E04143;
}
#mypageContents #mypageElog h3 {
	border-top-color: #3C78A3;
}
#mypageContents #mypageMbox h3 {
	border-top-color: #EBCC4A;
}
#mypageContents #mypageClips h3 {
	border-top-color: #A772B3;
}
#mypageContents #mypageVlog h3 {
	border-top-color: #A4D388;
}
#mypageContents #mypageTopics h3:before {
	padding-right: 5px;
	font-family: FontAwesome;
	content: "\f1ea";
	color: #A4D388;
}
#mypageContents #mypageElog h3:before {
	padding-right: 5px;
	font-family: FontAwesome;
	content: "\f19d";
	color: #3C78A3;
}
#mypageContents #mypageMbox h3:before {
	padding-right: 5px;
	font-family: FontAwesome;
	content: "\f086";
	color: #EBCC4A;
}
#mypageContents #mypageClips h3:before {
	padding-right: 5px;
	font-family: FontAwesome;
	content: "\f02e";
	color: #A772B3;
}
#mypageContents #mypageVlog h3:before {
	padding-right: 5px;
	font-family: FontAwesome;
	content: "\f017";
	color: #A4D388;
}
#mypageContents #mypageTopics ul#feed {
	margin: 0;
	padding: 0;
}
#mypageContents #mypageTopics ul#feed li {
	list-style: none;
	background: none !important;
	padding: 3px 0 3px 5px;
	border-bottom: #aaa 1px dotted;
}
#mypageContents #mypageTopics ul#feed li span.feedDate {
	display: inline-block;
	padding: 0 10px 0 0;
}
#mypageContents #mypageTopics ul#feed li a {
	color: #4274AA;
}
#mypageContents #mypageTopics ul#feed li a:before {
	font-family: FontAwesome;
	content: "\f017";
	padding-right: 5px;
	color: #DF2A2D;
}
#mypageContents #mypageTopics ul#feed li a:visited {
	color: #aaa;
}
#mypageContents #mypageTopics ul#feed li a:visited:before {
	content: "";
	color: #aaa;
}
#mypageContents #mypageMbox ul {
	margin: 0 0 8px;
	padding: 0;
	border: #ccc 1px solid;
	display: table;
	width: 100%;
}
#mypageContents #mypageMbox ul li {
	display: table;
	border-top: #ccc 1px solid;
	padding: 0;
	margin: 0;
	width: 100%;
}
#mypageContents #mypageMbox ul li:first-child {
	border-top: none;
}
#mypageContents #mypageMbox ul li span {
	display: table-cell;
	box-sizing: border-box;
	vertical-align: middle;
	padding:8px;
	border-right: #aaa 1px dotted;
}
#mypageContents #mypageMbox ul li span.feedDate {
	background: #f5f5f5;
	color: #666;
	padding-left: 28px;
	width: 160px;
}
#mypageContents #mypageMbox ul li span.feedDate:before{
	font-family: FontAwesome;
	content: "\f0e0 ";
	color: #EBCC4A;
	padding-right: 5px;
	margin-left: -20px;
	font-size: 120%;
}
#mypageContents #mypageMbox ul li span.reIcon:before{
	content: "\f122 ";
	color: #333;
}
#mypageContents #mypageMbox ul li span.none {
	background: #444;
	color: #fff;
	width: 60px;
	text-align: center;
	font-size: 80%;
	border-right:none;
}
#mypageContents #mypageMbox ul li span.view {
	background:#fafafa;
	color: #EBCC4A;
	width: 60px;
	text-align: center;
	font-size: 80%;
	border-right:none;
}
#mypageContents #mypageMbox ul li span.col2 {
	color: #aaa;
}
#mypageContents #mypageMbox ul li span.none i,
#mypageContents #mypageMbox ul li span.view i {
	display: block;
	font-size: 180%;
}
#mypageContents #mypageMbox ul li span em {
	color: #aaa;
	font-size: 70%;
}
#mypageContents #mypageMbox ul li a {
	color: #4274AA;
	font-weight: bold;
}
#mypageContents #mypageMbox ul li a:visited {
	color: #aaa;
}

#mypageContents #mypageElog ul {
	margin: 0 0 8px;
	padding: 0;
	border: #ccc 1px solid;
	display: table;
	width: 100%;
}
#mypageContents #mypageElog ul li {
	display: table;
	border-top: #ccc 1px solid;
	padding: 0;
	margin: 0;
	width: 100%;
}
#mypageContents #mypageElog ul li:first-child {
	border-top: none;
}
#mypageContents #mypageElog ul li span {
	display: table-cell;
	box-sizing: border-box;
	vertical-align: middle;
	padding:8px;
}
#mypageContents #mypageElog ul li span.feedDate {
	border-right: #aaa 1px dotted;
	background: #f5f5f5;
	color: #666;
	padding-left: 28px;
	width: 120px;
}
#mypageContents #mypageElog ul li span.feedDate:before{
	font-family: FontAwesome;
	content: "\f1d8";
	color: #4274AA;
	padding-right: 5px;
	margin-left: -20px;
	font-size: 120%;
}
#mypageContents #mypageElog ul li span.pc {
	background: #4274AA;
	color: #fff;
	width: 60px;
	text-align: center;
	font-size: 200%;
}
#mypageContents #mypageElog ul li span.sp {
	background:#A2C067;
	color: #fff;
	width: 60px;
	text-align: center;
	font-size: 200%;
}
#mypageContents #mypageElog ul li a {
	color: #4274AA;
}
#mypageContents #mypageElog ul li a:visited {
	color: #aaa;
}
#mypageContents #mypageClips div.clipbox {
	font-size: 80%;
	margin-bottom: 8px;
}
#mypageContents #mypageClips div.clipbox img {
	margin-bottom: 8px;
}
#mypageContents #mypageClips div.clipbox p {
	padding: 0;
}
#mypageContents #mypageClips div.clipbox p span {
	display: block;
	padding-bottom: 2px;
}
#mypageContents #mypageClips div.clipbox p span.title {
	font-weight: bold;
}
#mypageContents #mypageClips div.clipbox p span.date {
	color: #aaa;
}
#mypageContents #mypageClips div.clipbox p span.date:before {
	font-family: FontAwesome;
	content: "\f02e";
	color: #A772B3;
	padding-right: 5px;
}
#mypageContents #mypageVlog div.vlogbox {
	font-size: 80%;
	margin-bottom: 8px;
}
#mypageContents #mypageVlog div.vlogbox img {
	margin-bottom: 8px;
}
#mypageContents #mypageVlog div.vlogbox p {
	padding: 0;
}
#mypageContents #mypageVlog div.vlogbox p span {
	display: block;
	padding-bottom: 2px;
}
#mypageContents #mypageVlog div.vlogbox p span.title {
	font-weight: bold;
}
#mypageContents #mypageVlog div.vlogbox p span.date {
	color: #aaa;
}
#mypageContents #mypageVlog div.vlogbox p span.date:before {
	font-family: FontAwesome;
	content: "\f017";
	color: #A4D388;
	padding-right: 5px;
}
#entry_bottom td {
	padding: 3px 10px !important;
}
#entry_bottom td span.message {
	font-size: 80%;
	font-weight: bold;
	color: #D31316;
}
#entry_bottom td input[type="submit"] {
	padding: 3px 10px;
}
#entry_bottom td input[type="submit"]:hover {
	padding: 5px 12px;
}
div#gohome {
	margin-top: 50px !important;
}
/* メッセージBOX詳細ページ
------------------------------------------------------------*/
#mypageMboxPreview table.mesTable{
	border: #ccc 1px solid;
	margin: 0 0 20px;
	font-size: 110%;
}
#mypageMboxPreview table.mesTable th,
#mypageMboxPreview table.mesTable td{
	padding: 10px;
	border-top: #ccc 1px solid;
	background: #FFF;
	box-sizing: border-box;
}
#mypageMboxPreview table.mesTable tr:first-child th,
#mypageMboxPreview table.mesTable tr:first-child td{
	border-top: none;
}
#mypageMboxPreview table.mesTable th{
	font-weight: normal;
	text-align: center;
	background: #f5f5f5;
	font-size: 90%;
	width: 15%;
}
#mypageMboxPreview table.mesTable td{
	width: 35%;
}
#mypageMboxPreview table.mesTable td.mSub{
	width: 100%;
	background: #555;
	color: #fff;
	font-weight: bold;
}
#mypageMboxPreview table.mesTable td.mbody{
	width: 100%;
	padding: 15px;
	border: #eee 4px solid;
}
/* クリップページ　閲覧ログページ
------------------------------------------------------------*/
#mypageClipItems a {
	position: relative;
	text-decoration: none;
}
#mypageClipItems h4 {
	position: relative;
}
#mypageClipItems .table1 {
	width: 100%;
	border-bottom: #99CC00 3px solid;
}
#mypageClipItems .table1 th, #mypageClipItems .table1 td {
	padding: 2px;
	position: relative;
}
#mypageClipItems .table1 th {
	border: 0;
	border-bottom: #99CC00 1px solid;
}
#mypageClipItems .table2 {
	width: 100%;
	border: none;
}
#mypageClipItems .table2 h5 {
	font-size: 14px;
	color: #666666;
	letter-spacing: 2px;
	vertical-align: bottom;
	height: 30px;
	padding-top: 5px;
	background: none;
}
#mypageClipItems .table2 h6 {
	margin: 0;
	width: 96px;
	padding: 5px 30px 5px 80px;
	font-size: 16px;
	letter-spacing: 2px;
	color: #fff;
	font-weight: bold;
	background: url(/img/site/jobsearch/iwaikin_bg.png) center no-repeat;
	text-align: right;
	position: absolute;
	right: 0;
	top: 0;
}
#mypageClipItems .table2 td {
	padding: 0;
	border: none;
}
#mypageClipItems .table3 {
	border: none;
	width: 100%;
}
#mypageClipItems .table3 th, #mypageClipItems .table3 td {
	border: 0;
	border-bottom: #bbbbbb 1px dotted;
}
#mypageClipItems .table3 th {
	border-right: #bbbbbb 1px dotted;
}
#mypageClipItems ul#clipBT2 {
	position: absolute;
	top: -5px;
	right: 5px;
	margin: 0;
}
#mypageClipItems ul#clipBT2 li {
	position: relative;
	text-align: center;
	display: block;
	margin: 0;
	background: none;
}
#mypageClipItems ul#clipBT2 li a {
	display: inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 1px 1px 3px #666666;
	color: #ffffff;
	font-size: 12px;
	background: #A772B3;
	padding: 5px 8px;
	text-decoration: none;
	white-space: pre;
	width: auto;
	box-sizing: border-box;
}
#mypageClipItems ul#clipBT2 li.release a:before {
	content: "\f127";
	font-family: FontAwesome;
	font-size: 16px;
	padding-right: 5px;
}
#mypageClipItems ul#clipBT2 li.release a:hover {
	background: #ffd88a;
}
/* 応募ページ
------------------------------------------------------------*/
#mypageEntryItems a {
	position: relative;
	text-decoration: none;
}
#mypageEntryItems h4 {
	position: relative;
}
#mypageEntryItems table.entryTable {
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
	border: #ccc 1px solid;
}
#mypageEntryItems table.entryTable tr {
	padding: 0;
	margin: 0;
}
#mypageEntryItems table.entryTable th, #mypageEntryItems table.entryTable td {
	margin: 0;
	padding: 8px 10px;
	border-collapse: collapse;
	border-spacing: 0;
}
#mypageEntryItems table.entryTable th {
	font-size: 120%;
	font-weight: normal;
	text-align: left;
	background: #ddd;
}
#mypageEntryItems table.entryTable td {
	border-right: #ccc 1px dotted;
	border-bottom: #ccc 1px dotted;
}
#mypageEntryItems table.entryTable td.dev, #mypageEntryItems table.entryTable td.detail {
	border-right: none;
}
#mypageEntryItems table.entryTable td.detail {
	border-bottom: none;
}
#mypageEntryItems table.entryTable td.dev {
	font-size: 300%;
	text-align: center;
	width: 10%;
}
#mypageEntryItems table.entryTable td.date {
	width: 20%;
	text-align: center;
	background: #3C78A3;
	color: #fff;
}
#mypageEntryItems table.entryTable td p {
	padding: 0;
	margin: 0;
}
#mypageEntryItems table.entryTable td table.detailTable {
	padding: 0;
	margin: 0;
	border: none;
}
#mypageEntryItems table.entryTable td table.detailTable th, #mypageEntryItems table.entryTable td table.detailTable td {
	padding: 2px;
	border: none;
	border-bottom: #ccc 1px dotted;
	font-weight: normal;
	font-size: 100%;
	background: none;
	color: #666;
}
#mypageEntryItems table.entryTable td table.detailTable th:before {
	content: "» ";
}
#mypageEntryItems p.detailBtn {
	padding: 0 0 30px 0;
	text-align: right;
}
#mypageEntryItems  ul.tab {
	overflow: hidden;
	margin: 30px 10px 0;
}
#mypageEntryItems  ul.tab li {
	background: #efefef;
	margin: 0;
	padding: 10px 25px;
	float: left;
	margin-right: 1px;
	list-style: none;
	cursor: pointer;
}
#mypageEntryItems  ul.tab li:before{
	content: "";
}
#mypageEntryItems  ul.tab li.select {
	background: #3C78A3;
	color: #fff;
}
#mypageEntryItems  ul.contents {
	margin:0 10px 30px;
}
#mypageEntryItems  ul.contents li.content {
	background: #fff;
	margin: 0;
	padding: 20px;
	list-style: none;
	border: #ccc 1px solid;
	border-top: #3C78A3 2px solid;
}
#mypageEntryItems .hide {
	display: none;
}
#mypageEntryItems #jobDetail .job_date {
	text-align: right;
	color: #aaa;
	font-size: 90%;
}
#mypageEntryItems #jobDetail .table1 {
	width: 100%;
}
#mypageEntryItems #jobDetail .table1 th, 
#mypageEntryItems #jobDetail .table1 td {
	padding: 10px;
	padding-bottom: 0;
	position: relative;
}
#mypageEntryItems #jobDetail h3{
	padding: 8px 8px 6px;
	margin-bottom: 10px;
	color: #555555;
	background:#E6F9B5;
	border: none;
	border-bottom: #92B851 3px solid; 
}
#mypageEntryItems #jobDetail h5{
	background: none;
	border: none;
	margin: 0;
	margin:10px;
	font-size: 14px;
	color: #666;
}
#mypageEntryItems #jobDetail h6 {
	margin: 0;
	width: 96px;
	padding: 5px 30px 5px 80px;
	font-size: 16px;
	letter-spacing: 2px;
	color: #fff;
	font-weight: bold;
	background: url(/img/site/jobsearch/iwaikin_bg.png) center no-repeat;
	text-align: right;
	position: absolute;
	right: 0;
	top: 0;
}
#mypageEntryItems #jobDetail .table2 {
	width: 100%;
	border:#CCCCCC 1px dotted;
}
#mypageEntryItems #jobDetail .table2 td:first-child {
	width: 60%;
	box-sizing: border-box;
	padding:8px;
	border-left:#669933 4px solid;;
	vertical-align: top;
}
#mypageEntryItems #jobDetail .table2 td:last-child {
	width: 40%;
	box-sizing: border-box;
	font-size: 80%;
	text-align: center;
	padding: 8px;
	vertical-align: top;
}
#mypageEntryItems #jobDetail .table2 td img{
	max-width: 98%;
}
#mypageEntryItems #jobDetail .pictDiv {
	background: #efefef;
	padding: 8px;
	margin: 0;
	font-size: 80%;
	box-sizing: border-box;
}
#mypageEntryItems #jobDetail .pictDiv .pictBox{
	display: inline-block;
	max-width: 22%;
	margin: 8px;
	box-sizing: border-box;
}
#mypageEntryItems #jobDetail .pictDiv .pictBox span{
	display: block;
}
#mypageEntryItems #jobDetail .pictDiv .pictBox img{
	text-align: center;
	max-width: 100%;
}
#mypageEntryItems #jobDetail .table3 {
	border: #92B851 1px solid; 
	border-top: #92B851 3px solid; 
	width: 100%;
	margin-bottom: 20px;
}
#mypageEntryItems #jobDetail .table3 th, #mypageEntryItems .table3 td {
	border: 0;
	border-bottom: #bbbbbb 1px dotted;
	padding: 8px;
	vertical-align: top;
	width: 75%;
}
#mypageEntryItems #jobDetail .table3 th {
	border-right: #bbbbbb 1px dotted;
	width: 25%;
}
/* プロフィールページ
------------------------------------------------------------*/
#mypageUserDatail table.userTable {
	margin: 0 0 20px 0;
	padding: 0;
	width: 100%;
	border: #ccc 1px solid;
}
#mypageUserDatail table.userTable th, #mypageUserDatail table.userTable td {
	margin: 0;
	padding: 8px 10px;
	border-collapse: collapse;
	border-spacing: 0;
}
#mypageUserDatail table.userTable td {
}
#mypageUserDatail table.userTable th {
	background: #efefef;
	text-align: left;
	border-bottom: #92B851 1px solid;
}
#mypageUserDatail table.userTable td.dev, #mypageUserDatail table.userTable td.detail {
	border-right: none;
}
#mypageUserDatail table.userTable td.detail {
	border-bottom: none;
}
#mypageUserDatail table.userTable td.sta {
	text-align: center;
	width: 15%;
	background: #92B851;
	color: #fff;
}
#mypageUserDatail table.userTable td.mmm {
	border-top: #92B851 1px solid;
}
#mypageUserDatail table.userTable td.sta i{
	font-size: 300%;
	margin-bottom: 5px;
}
#mypageUserDatail table.userTable td.date {
	width: 20%;
	text-align: center;
	color: #fff;
}
#mypageUserDatail .table2 {
	width: 100%;
	border:#CCCCCC 1px dotted;
	text-align: left;
}
#mypageUserDatail .table2 th {
	width: 25%;
	box-sizing: border-box;
	padding:8px;
	border-right:#aaa 1px dotted;
	border-bottom:#aaa 1px dotted;
	vertical-align: top;
	font-weight: normal;
	background: #f3f3f3;
}
#mypageUserDatail .table2 th:before {
	content: "» ";
}
#mypageUserDatail .table2 td {
	width: 75%;
	box-sizing: border-box;
	text-align: left;
	padding: 8px;
	vertical-align: top;
	border-bottom:#aaa 1px dotted;
}
#mypageUserDatail .table2 tr:last-child th,
#mypageUserDatail .table2 tr:last-child td {
	border-bottom:none;
}
#mypageUserDatail p.SubmitBtn{
	text-align: right;
	padding:0;
	margin: 20px 0;
}
#mypageUserDatail p.SubmitBtn a{
	margin-left: 8px;
}
#mypageUserDatail p.SubmitBtn2{
	text-align: center;
	padding:0;
	margin: 20px 0 30px;
}
#mypageUserDatail p.SubmitBtn2 a{
	margin:0 8px;
}

/* 案件詳細
------------------------------------------------------------*/
ul#clipBT {
	position: fixed;
	top: 100px;
	right: 20px;
	margin: 0;
	z-index: 9999;
}
ul#clipBT li {
	position: relative;
	text-align: center;
	display: block;
	margin-bottom: 5px;
}
ul#clipBT li a {
	opacity: 0.85;
	display: inline-block;
	-webkit-border-radius: 50;
	-moz-border-radius: 50;
	border-radius: 50px;
	text-shadow: 1px 1px 3px #666666;
	font-family: Arial;
	color: #ffffff;
	font-size: 16px;
	background: #3498db;
	padding: 15px 10px;
	text-decoration: none;
	white-space: pre;
	width: 100px;
	box-sizing: border-box;
}
ul#clipBT li a:hover {
	background: #3cb0fd;
	text-decoration: none;
}
ul#clipBT li a:before {
	content: "\f097\A";
	font-family: FontAwesome;
}
ul#clipBT li a.on {
	background: #ababab;
}
ul#clipBT li a.on:hover {
	background: #ffd88a;
}
ul#clipBT li.release a {
	padding: 10px 10px;
	background: #cccacc;
	width: 80px;
}
ul#clipBT li.release a:before {
	content: "\f127\A";
	font-family: FontAwesome;
}
ul#clipBT li.release a:hover {
	background: #ffd88a;
}

/*ページレイアウト　ここまで*/
