@charset "utf-8";
/* グローバル設定 */



.h_title p {
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 1.3em;
	background-color: #ff679a;
	text-align:center;
	color:#fff;
    font-weight: 700;
	margin:20px 0;
}



.pc {
  display:none;
}
.center {
	text-align:center;	
}
.pt15 {
	padding-top:12px;
}

.pt30 {
	padding-top:30px;
}
.pt40 {
	padding-top:40px;
}
.mt40 {
	margin-top:40px;
}

.pt60 {
	padding-top:60px;
}

.pt80 {
	padding-top:80px;
}



.h_cnt p {
	font-size:14px;
	line-height:160%;
}
.h_step p {
	font-size:18px;
	line-height:120%;
	font-weight:700;
	padding-top:7px;
}

.h_h2_step {
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	color: #F69;
	letter-spacing: 0.2em;
	padding-top:20px;
}
.h_step table span {
	font-size: 24px;
	font-weight: bold;
	color: #FF9999;
}

.h_h2 {
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	color: #333;
	letter-spacing: 0.2em;
	margin-bottom:50px;
}

	.h_h2:after {
		content: "";
		display: block;
		width: 300px;
		height: 2px;
		margin: 10px auto auto;
		background: #717171;
		}
.h_h3 {
	color: #333;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #F69;
	padding-left: 10px;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 30px;
}
.title_goods {
	color: #F69;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding-bottom:10px;
}
.app {
	width: 50%;
	margin:30px auto;

}

 .hr {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #999;
	margin-top: 5%;
	margin-bottom: 5%;
}
.hr hr {
	display: none;
}


.h_voice {
	padding-top:30px;
}

.h_voice p {
	line-height:200%;
	font-size:14px;
}



.voice1 {
	overflow: hidden;
}
.voice1_left {
	width: 68%;
	float: left;
	padding-top: 40px;
}
.voice1_right {
	float: right;
	width: 30%;
}

.voice2 {
	overflow: hidden;
}
.voice2_left {
	width: 30%;
	float: left;
}
.voice2_right {
	width: 68%;
	float: right;
	padding-top: 40px;
}
.status {
	overflow: hidden;
	margin-bottom: 25px;
}
.status_left {
	width: 20%;
	float: left;
}
.status_right {
	float: right;
	width: 75%;
}




/*      ステータス     */




.wanted-icon {
	width:100%;
	border-radius:6px;        /* CSS3草案 */
	-webkit-border-radius: 6px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 6px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 2px solid #2198D5;
  color:#2198D5;
  	text-align:center;
	font-weight:700;
  }
  
  
  
  .selection-icon {
	width:100%;
	border-radius:6px;        /* CSS3草案 */
	-webkit-border-radius: 6px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 6px;
	padding-top: 10px;
	padding-bottom: 10px;
border:2px solid #FF6B9B;
    color:#FF6B9B;
	text-align:center;
	font-weight:700;
  }

    .qualified-icon {
	width:100%;
	border-radius:6px;        /* CSS3草案 */
	-webkit-border-radius: 6px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 6px;
	padding-top: 10px;
	padding-bottom: 10px;
border:2px solid #D5205D;
    color:#D5205D;
	text-align:center;
	font-weight:700;
  }

    .photo-change-icon {
	width:100%;
	border-radius:6px;        /* CSS3草案 */
	-webkit-border-radius: 6px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 6px;
	padding-top: 10px;
	padding-bottom: 10px;
border:2px solid #A8498F;
    color:#A8498F;
		text-align:center;
	font-weight:700;
  }

    .expected-recording-icon {
	width:100%;
	border-radius:6px;        /* CSS3草案 */
	-webkit-border-radius: 6px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 6px;
	padding-top: 10px;
	padding-bottom: 10px;
background-color:#FF6699;
    border:2px solid #FFA6C4;
    color:#fff;		text-align:center;
	font-weight:700;
  }


    .publish-icon  {
	width:100%;
	border-radius:6px;        /* CSS3草案 */
	-webkit-border-radius: 6px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 6px;
	padding-top: 10px;
	padding-bottom: 10px;
 border:2px solid #AEC71B;
    color:#AEC71B;
				text-align:center;
	font-weight:700;
  }





/*      メニューボタン     */
.pageNav {
		margin-top: 40px;
	margin-bottom: 60px;
	}
	.pageNav ul {
		text-align: center;
		}
		.pageNav ul > li {
			display: inline-block;
			width: 160px;
			border: 2px solid #ededed;
			margin: 0 15px;
			
			font-size: 12px;
			}
			.pageNav ul > li a {
				display: block;
				padding: 10px;
				font-weight:700;
				color: #4d4d4d;
				font-size: 1.1em;
				text-align: center;
				}
				.pageNav ul > li a:before {
	content: "";
	display: inline-block;
	width: 7px;
	height: 5px;
	margin-right: 5px;
	vertical-align: middle;
	background-image: url("../img/arrow.png");
	background-repeat: no-repeat;
	background-position: center center;
					}
			.pageNav ul > li a:hover {
				color: #4d4d4d;
				text-decoration: none;
				
				background: #ededed;
				}
