@charset "utf-8";
/* CSS Document */
.clearfix {
	min-height: 1px;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
section.contents{/*dectoの基本ページに影響します*/
	background-color:#fffdf0;
	margin-top: 20px;
	padding: 5px 0;
}

section.contents p a {
	color: #ff8300;
	text-decoration: underline;
}

.contents > div{
	padding: 8px;
	/*max-width:960px;*/
	margin:0 auto 30px;
	max-width: 1200px;
}

.main-title {
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}

.main-title i {
	padding-right:5px;
}

.pc-parts{
	display:none;
}

.contents.small{
	width: 700px;
	background-color: #fff;
	margin:  0 auto;
}


/*------------------------------------
　フォーム共通
--------------------------------------*/
h3.sub-title {
	font-size:17px;
	font-weight:bold;
	margin-bottom:10px;
	background-color:#EFEFEF;
	padding-left:10px;
}

.main-message {
	font-size:14px;
	margin-bottom: 10px;
}

.result-message {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.common-form dl {
	margin-bottom:20px;
	font-size:14px;
}

.common-form dl:last-child{
	margin-bottom:0;
}

.common-form .text-input{
	display: block;
	width: 100%;
	margin-bottom: 10px;
	background-color: #fff;
	border:1px solid #a9a9a9;
	border-radius:3px;
	-webkit-border-radius:3px;
}

@-moz-document url-prefix() {
	.common-form .text-input {
		padding-left:10px;
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome, .common-form .text-input {
	padding-left:10px;
	}
}

input[type=text],
input[type=email],
input[type=password] {
	height:32px;
    font-size:16px;
    padding:5px 0;
    /*line-height:32px;*/
	box-sizing: border-box;
}

input::-webkit-input-placeholder {
	padding-left:10px;
	color:#999;
}

input:-ms-input-placeholder {
	padding-left:10px;
}

input::-moz-placeholder {
	padding-left:10px;
}

.common-form .textarea{
	width: 100%;
	height:100px;
	background-color: #fff;
	border-radius:3px;
	-webkit-border-radius:3px;
	border:1px solid #a9a9a9;
	box-sizing: border-box;
	resize: vertical;
	margin-bottom:10px;
	padding:5px;
	font-size:16px;
}

.select-box select {
	border-radius:3px;
	-webkit-border-radius:3px;
	border:1px solid #a9a9a9;
}

.common-form p.error {
	margin-bottom:20px;
}

.common-form .error {
	font-size:12px;
	color:#f00;
}

.common-form .headline {
	display: -webkit-box;
	display: -moz-box;
	display: -o-box;
	display: box;
	margin-bottom: 5px;
	font-size:14px;
	font-weight: bold;
}

.common-form .headline .indispensability{
	background-color: #FF8400;
	color: #fff;
	font-weight: bold; 
	border-radius:2px;
	-webkit-border-radius:2px;
	text-align: center;
	padding: 2px 10px;
	margin-left: 3px;
	font-size:12px;
}

.common-form .headline .form-subtitle {
	font-weight:bold;
}

.common-form .select-box select{
	font-size: 16px;
	padding: 4px 8px;
	margin-bottom:10px;
}

.bottom-message{
	font-size:14px;
	margin-bottom: 10px;
	border-top: #dedede 1px solid;
	padding-top: 10px;
	text-align:left;
}

.notes p {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border: #dedede solid 1px;
	padding: 10px;
	margin-bottom: 20px;
	background-color: #fff;
	color: #333;
	font-size: 12px;
}
.notes-center p {
	text-align: center;
}

/*----- checkbox -----*/
.checkbox {
	position: relative;
	display: inline-block;
	vertical-align: top;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
	font-size: 17px;
	line-height: 24px;
	margin: 10px 0;
}

.checkbox > .checkbox__checkmark {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	position: relative;
	display: inline-block;
	vertical-align: top;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
	font-size: 17px;
	position: relative;
	overflow: hidden;
	height: 24px;
	pointer-events: none;
}

.checkbox > input[type="checkbox"] {
	position: absolute;
	overflow: hidden;
	right: 0px;
	top: 0px;
	left: 0px;
	bottom: 0px;
	padding: 0;
	border: 0;
	opacity: 0.001;
	z-index: 1;
	vertical-align: top;
	outline: none;
	width: 100%;
	height: 100%;
	margin: 0;
	-webkit-appearance: none;
	appearance: none;
	height: 0;
	width: 0;
}

.checkbox > input[type="checkbox"]:checked + .checkbox__checkmark:after {
	opacity: 1;
}

.checkbox > .checkbox__checkmark:before {
	content: '';
	position: absolute;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	width: 24px;
	height: 24px;
	background: transparent;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	-webkit-box-shadow: none;
	box-shadow: none;
	left: 0;
}

.checkbox > .checkbox__checkmark {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	position: relative;
	display: inline-block;
	vertical-align: top;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
	font-size: 17px;
	position: relative;
	overflow: hidden;
	width: 24px;
	height: 24px;
}

.checkbox > .checkbox__checkmark:after {
	content: '';
	position: absolute;
	top: 6px;
	left: 5px;
	width: 12px;
	height: 6px;
	background: transparent;
	border: 3px solid #fff;
	border-width: 2px;
	border-top: none;
	border-right: none;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	opacity: 0;
}

.checkbox > input[type="checkbox"]:focus + .checkbox__checkmark:before {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.checkbox > input[type="checkbox"]:disabled + .checkbox__checkmark {
	opacity: 0.3;
	cursor: default;
	pointer-events: none;
}

.checkbox > input[type="checkbox"]:disabled:active + .checkbox__checkmark:before {
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/*----- btn -----*/
.btn a {
	font-size:17px;
	display:block;
	width:100%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:10px;
	border:none;
	font-size:17px;
	text-align:center;
	box-sizing: border-box;
}

/*----- btn-form -----*/
.common-form .btn-form {
	font-size:17px;
}

.common-form .btn-form .btn button,
.common-form .btn-form .btn a,
.btn-form .btn-negative button {
	display:block;
	width:100%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:10px;
	border:none;
	font-size:18px;
	text-align:center;
	font-weight: bold;
	cursor:pointer;
}
.btn-form .btn-negative button {
	background-color:#ccc;
	color:#fff;
	cursor:pointer;
	box-shadow: 0 5px 0 0  #b8b8b8;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}



.btn-form .btn-negative button:hover {
	background-color:#ddd;
	box-shadow: 0 5px 0 0  #ccc;
}

.btn-two .btn button {
	margin-bottom:10px;
}

/*----- btn-three -----*/

.btn-three .btn button {
	margin-bottom:10px;
}

/*----- .btn.outline -----*/

.btn.outline a {
	background-color:inherit;
}

/*----- .btn-bar -----*/

.btn-bar{
	display:table;
}

.btn-bar li{
	text-align:center;
}

.btn-bar li a{
	border-right:none;
	font-size:14px;
	padding:5px 0;
	display:block;
}

.btn-bar li:first-child a{
	border-radius:5px 0 0 5px;
	-webkit-border-radius:5px 0 0 5px;
}

.btn-bar li:last-child a{
	border-radius:0 5px 5px 0;
	-webkit-border-radius:0 5px 5px 0;
}

.btn-bar li{
	display:table-cell;
}

.btn-bar li a:hover{
	opacity:0.8;
}

.btn-bar li.active a{
	color:#FFF;
}
.notification {
	position: relative;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	padding: 0;
	margin: 2px 0 0 10px;
	font: inherit;
	color: inherit;
	border: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
	font-size: 17px;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-decoration: none;
	padding: 0 4px;
	width: auto;
	height: 20px;
	-webkit-border-radius: 19px;
	border-radius: 19px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	min-width: 19px;
	line-height: 18px;
}

/*------------------------------------
プロジェクト一覧表示共通
--------------------------------------*/



/*------------------------------------
ページャ
--------------------------------------*/

.page {
	clear: both;
	text-align: center;
	margin: 30px auto 0 auto!important;
}

.page ul {
	display: inline-block;
	/*padding-top: 20px;*/
}

.page ul li {
	color: #ccc;
	display: block;
	float: left;
	padding: 0 2px;
	font-size:14px;
	line-height:1.5;
	margin-bottom:10px;
}

.page ul li:first-child{
	padding-left:0;
}

.page ul li:last-child{
	padding-right:0;
}

.page ul li a {
	border-radius:5px;
	-webkit-border-radius:5px;
	display: block;
	padding: 4px 10px;
	text-decoration: none;
	font-size:14px;
}

.page ul li a:hover {
	opacity:0.5;
}

.page ul li span.here {
	color: #333;
	display: block;
	padding: 4px 8px;
	text-decoration: none;
}


/*------------------------------------
 自己紹介
--------------------------------------*/
.self_introduction{
	display:block;
	width:100%;
	padding:10px;
	border-bottom:#CCC solid 1px;
}

.self_introduction a,
.self_introduction p{
	font-size:14px;
}

.self_introduction a i{
	margin-right:10px;
}

.self_introduction .profile-outline{
	margin-bottom:10px;
	width:100%;
}

.self_introduction .profile-outline .profile-outline-inner{
	display:table;
}

.self_introduction .profile-outline .profile-btn{
	padding-top:10px;
}

.self_introduction .profile-outline .user-icon,
.self_introduction .profile-outline .user-detail{
	display:table-cell;
	vertical-align:top;
}

.self_introduction .profile-outline .user-detail{
	width:100%;
}

.self_introduction .profile-outline .user-icon{
	padding: 0 10px 0 0;
}

.self_introduction .profile-outline .user-icon p{
	width:50px;
	height:50px;
	background-color:#FFF;
	overflow:hidden;
}

.self_introduction .profile-outline .user-icon img{
	width:50px;
	height:50px;
}

.self_introduction .profile-outline .user_name{
	font-size:14px;
	font-weight:bold;
	line-height:1.2;
}
.self_introduction .profile-outline .user_name a{
	font-weight:bold;
}

.self_introduction .profile-outline .place{
	font-size:12px;
	line-height:1.2;
}

.self_introduction .profile-outline .place dt{
	float:left;
}
	
.self_introduction .profile-btn a{
	display:block;
	padding:5px 10px;
	font-size:12px;
	background-color:#FFF;
}

.self_introduction .profile-message .user_link li{
    white-space: nowrap;
    overflow: hidden; 
    text-overflow: ellipsis; 
    -webkit-text-overflow: ellipsis; 
    -o-text-overflow: ellipsis; 
}

.self_introduction .profile-message .message{
	/*background-color:#FFF;
	padding:10px;
	border-radius:5px;
	-webkit-border-radius:5px;*/
	margin-bottom:10px;
}

/*==============================================================================================================
768以上
==============================================================================================================*/
@media screen and (min-width: 768px) {
.common-form {
	width:720px;
	margin:0 auto;
}
/*.contents {
	padding: 0;
	margin:50px auto 70px;
}*/

.contents > div{
	padding: 0;
	margin:50px auto 70px;
}

.main-title {
	font-size:24px;
}
.sp-parts{
	display:none;
}
.pc-parts{
	display:inherit;
}


/*------------------------------------
　フォーム共通
--------------------------------------*/
h3.sub-title {
	font-size:20px;
}
.headline,
.input-area {
	float:left;
	font-size:17px;
}
.main-message {
	font-size:16px;
}
.result-message {
	font-size: 18px;
	font-weight:bold;
}

.result-message + .btn{
	margin-top:30px;
}
.common-form h2.main-title {
	font-size:24px;
}
.common-form dl {
	overflow:hidden;
	padding-bottom: 5px;
}
.common-form .headline {
	width:31.9444%;/*230*//*720*/
}
.common-form .input-area {
	width:68.0555%;/*490*//*720*/
}
.common-form .headline p{
	font-size:17px;
}
.common-form .headline .indispensability{
	padding: 2px 5px;
	font-size:12px;
}
.common-form .headline .form-subtitle,
.common-form .headline .confirm-text {
	font-size:16px;
}
.common-form .error {
	font-size:14px;
	margin-bottom: 30px;
}
.common-form .form-last {
	margin-bottom:30px;
}
.common-form .select-box select{
	margin-bottom:10px;
}
.bottom-message{
	padding-top: 30px;
	margin-bottom:30px;
	text-align:center;
	white-space:pre;
}
.notes p {
	margin-bottom:30px;
	font-size: 14px;
}

/*----- btn -----*/
.btn a {
	width:400px;
	margin:0 auto;
	padding:17px;
}

/*----- btn-form -----*/
.common-form .btn-form {
	width:400px;
	margin:0 auto;
}
.common-form .btn-form .btn button,
.common-form .btn-form .btn a,
.btn-form .btn-negative button {
	padding:15px;
}

/*----- btn-two -----*/
.btn-two .btn-form {
	overflow:hidden;
	width:720px;
}
.btn-two .btn-form .btn button,
.btn-two .btn-form .btn-negative button {
	width:350px;
	margin-bottom:0;
}
.btn-two .btn {
	float:right;
}
.btn-two .btn-negative {
	float:left;
}

/*----- btn-three -----*/
.btn-three .btn-form {
	overflow:hidden;
	width:720px;
}
.btn-three .btn-form .btn-left button,
.btn-three .btn-form .btn-right button {
	width:350px;
	margin-bottom:0;
}

.btn-three .btn-right {
	float:right;
}

.btn-three .btn-left {
	float:left;
}

.btn-three .btn-full:before,
.btn-three .btn-full:after {
	content:"";
	display: block;
	clear:both;
	margin-bottom:20px;
}
/*------------------------------------
プロジェクト一覧表示共通
--------------------------------------*/


/*------------------------------------
ページャ
--------------------------------------*/

.page ul li {
	padding: 0 5px;
}

/*------------------------------------
 自己紹介
--------------------------------------*/


.self_introduction{
	border-bottom:none;
}

.self_introduction .profile-message .message{
	background-color:#FFF;
	padding:10px;
	border-radius:5px;
	-webkit-border-radius:5px;
}



}



