@charset "utf-8";
@import url("pages.css");
@import url("nyuko_common.css");
/*--京base.css--*/
/*###############PC first###############*/
	#contents_title h1{
		font-weight:bold;
		font-size:20px;
		padding-top:30px;
		padding-bottom:28px;
		padding-left:40px;
		background-image:url(/shared/order/bg_ttl_01.png)
	}

	.nyuko_box{
		background:#FFF;
		border-radius:5px;
		padding:20px 20px 50px 20px;
	}

	.nyuko_ttl h5{
		font-size:20px;
		font-weight:bold;
		padding:13px 15px;
		background:url(/shared/order/bg_01.gif) repeat-x;
		border-radius:5px;
		color:#FFF;
		margin:30px 15px 20px 15px;
		clear:both;
	}
	.nyuko_ttl h6{

	}
	.nyuko_ttl p{
		padding:5px 0 0 5px;
		margin:15px 20px 10px 20px;
	}
		.tani {
			text-align: right;
			padding-right: 20px;
		}
		body#pages #page_body .tani p{
			padding: 0;
			margin: 0;
		}
	.nyuko_tbl{
		border-collapse:collapse;
		width:680px;
		margin:30px auto 15px;
	}
	.nyuko_tbl3 th,
	.nyuko_tbl2 th,
	.nyuko_tbl th{
		padding:6px;
		color:#333;
		background-color:#fafafa;
		border:1px solid #b9b9b9;
		text-align:center;
	}
	
	.nyuko_tbl3 tr td,
	.nyuko_tbl2 tr td,
	.nyuko_tbl tr td{
		padding:6px;
		color:#333;
		border:1px solid #b9b9b9;
		text-align:center;
	}
	
	.nyuko_tbl.sehaba tbody th{
		text-align:left;
	}
	
	.nyuko_tbl.sehaba td{
		width:35px;
	}

	.nyuko_tbl2{
		border-collapse:collapse;
		width:340px;
		margin:30px auto 15px;
	}
	.nyuko_tbl3{
		border-collapse:collapse;
		width:340px;
		margin:0 17px 15px;
	}
	.nyuko_tbl caption{
		color: #007d7d;
		font-weight: bold;
	}
	.nyuko_imgBox001 {
		display: -webkit-flex;
	    -js-display: flex;
	    display: -ms-flexbox;
	    display: flex;

		/* justify-content:center; */
		flex-direction:column;
		margin: 0 auto;
	}
	.nyuko_imgBox001 div{
		margin: 0 auto;
		padding-bottom: 20px;
	}
	.nyuko_imgBox001 .border001{
		border: #000000 3px solid;
	}
	body#pages #page_body .nyuko_imgBox001 p{
		margin-bottom:5px;
	}
	.flexBox001{
		display: -webkit-flex;
	    -js-display: flex;
	    display: -ms-flexbox;
	    display: flex;

		flex-wrap:wrap;
		justify-content: space-between;
	}
	.item001{
		width: 60%;
	}
	.item002{
		padding-right: 20px;
	}
	.item003{
		width: 100%;
		text-align: center;
		margin: 0 30px;
	}
		body#pages #page_body .item003 p{
			background: #fdfddc;
			border-radius: 5px;
		    -webkit-border-radius: 5px;
		    -moz-border-radius: 5px;
			padding:10px 0;
			font-size: 16px;
		}
		body#pages #page_body .item003 span{
			color:#f02828;
		}
	.item004{
		width: 100%;
		text-align: center;
		padding: 30px 0 0;
	}
		.item004 a{
			width: 220px;
			margin: 0 auto;
			padding: 10px 10px;
			font-size: 16px;
			text-decoration: none;
			display: block;
			text-align: center;
			color: #ffffff;
			background: #ff824b;
			border-radius: 5px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;

			position: relative;
			font-weight: bold;
		}

@media screen and (max-width: 479px) {
/* 479px以下用（スマートフォン用）の記述 */
}
