@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;
}


.sp {
  display:none;
}
.center {
  text-align:center;
}


.pt40 {
	padding-top:4%;
}
.mt40 {
	margin-top:4%;
}


.h_cnt {
	width: 94%;
	margin-right: auto;
	margin-left: auto;
}


.h_step {
	width: 94%;
	margin-right: auto;
	margin-left: auto;
}
.h_cnt p {
	font-size:13px;
	line-height:130%;
}

.h_step p {
	font-size:14px;
	font-weight:700;
	line-height:110%;
	padding-top:2%;
}



.h_h2_step {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	color: #F69;
	letter-spacing: 0.2em;
}
.h_step table span {
	font-size: 24px;
	font-weight: 700;
	color: #ff9999;
}


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

	.h_h2:after {
		content: "";
		display: block;
		width: 50%;
		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: 16px;
	font-weight: 700;
	margin-bottom: 8%;
}
.title_goods {
	font-size: 16px;
	color: #F69;
	font-weight: 700;
	text-align: center;
	padding-bottom:3%;
}

.hr {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333;
	margin-top: 5%;
	margin-bottom: 5%;
}
.hr hr {
	display: none;
}
.app {
	width: 70%;
	margin:3% auto 8% auto;
}
.h_voice {
	width:94%;
	overflow: hidden;
	margin:auto;
}

.h_voice p {
	font-size: 11px;
	line-height:110%;
	padding-top:5%;
}


.voice1 {
	overflow: hidden;
	margin-top:3%;
}
.voice1_left {
	width: 63%;
	float: left;
}
.voice1_right {
	float: right;
	width: 35%;
}
.voice2 {
	overflow: hidden;
	margin-top:3%;
}
.voice2_left {
	width: 35%;
	float: left;
}
.voice2_right {
	float: right;
	width: 63%;
}



/*      ステータス     */

.status {
	overflow: hidden;
	margin-bottom:10%;
}
.status_right {
	padding-top:3%;
	paddin-bottom:10%;
	font-size:12px;
}


.wanted-icon {
	width:50%;
	margin:auto;
	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:50%;
	margin:auto;
	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:50%;
	margin:auto;
	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:50%;
	margin:auto;
	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:50%;
	margin:auto;
	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:50%;
	margin:auto;
	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 {
	width:100%;
	margin:auto;
	}

			.pageNav ul > li a {
				position: relative;
				display: table-cell;
				height: 20px;
				width:100px;
				margin:auto;
				padding-bottom: 6px;
				border: 2px solid #ededed;
				font-weight:700;
				color: #4d4d4d;
				font-size: 11px;
				line-height: 1.1;
				text-align: center;
				vertical-align: middle;
				}
				.pageNav ul > li a:after {
					position: absolute;
					bottom: 10px;
					content: "";
					display: block;
					width: 100%;
					height: 6px;
					
					background-image: url( "../img/arrow.png" );
					background-position: center center;
					background-repeat: no-repeat;
					background-size: auto 100%;
					}
			.pageNav ul:after {
				content: "";
				display: block;
				clear: both;
				}
				
.pageNav {
	margin: 25px auto 30px;
	}
	.pageNav ul {
		display: -webkit-box;
		display: -moz-box;
		display: box;
		margin: 0 7px;
		}
		.pageNav ul > li {
			display: block;
			width: auto;
			float: none;
			margin: 0 2px;
			
			-webkit-box-flex: 1.0;
			-moz-box-flex: 1.0;
			box-flex: 1.0;
			}
			.pageNav ul > li a {
				display: block;
				height: auto;
				padding: 10px 0;
				
				font-size: 12px;
				line-height: 1.5;
				text-align: center;
				}
				.pageNav ul > li a:after {
					content: "";
					position: static;
					bottom: auto;
					margin-top: 3px;
					}

				
				
