/*-- 全体設定
-------------------------------------------------------*/
* {
box-sizing: border-box;
margin: 0;
padding: 0;
line-height: 1.2em;
font: 16px 'ヒラギノ角ゴ pro W3', "Hiragino KaKu Gothic Pro", Osaka, sans-serif;
-webkit-appearance: none;
-webkit-text-size-adjust: 100%;
}
	@media only screen and (min-width:780px) {
		* {
			font-size: 20px;
		}
	}

html {
	width: 100%;
}
body {
	width: 100%;
	max-width:1200px;
	margin: auto;
	padding: 8px;
}

.clear {
	clear: both;
}
.nowrap {
	white-space: nowrap;
}
/*-- margin
-------------------------------------------------------*/
.m-t_px16 {
	margin-top:16px!important;
}
.m-b_px16 {
	margin-bottom:16px!important;
}
.m-b_px48 {
	margin-bottom:48px!important;
}
/*-- h
-------------------------------------------------------*/
h1 {
	font-size: 120%;
	font-weight: bold;
}
	@media only screen and (min-width:780px) {
		h1 {
			text-align: center;
		}
	}
h2 {
	clear: both;
	position: relative;
	line-height: 1.8em;
	font-size: 110%;
	font-weight: bold;
	color: #080;
	text-shadow: 2px 2px rgba(0,0,0,0.1);
	padding-left: 58px;
	padding-top: 0.2em;
	border-bottom: dotted 3px #e50000;
	background: #fd7;
	margin-top: 1.8em;
	margin-bottom: 0.2em;
}
h2:before {
	content: url("../img/negilp_menu50.png");
	display: block;
	position: absolute;
	top: -10px;
	left: 2px;
}
	@media only screen and (min-width:780px) {
		h2 {
			padding-left: 120px;
			font-size: 140%;
		}
		h2:before {
			content: url("../img/negilp_menu.png");
			top: -36px;
			left: 10px;
		}
	}
/*-- p
-------------------------------------------------------*/
p {
	margin: 16px 0;
	padding: 0 8px;
}
.bold {
	font-weight: bold;
}
.big_orange {
	font-size: 110%;
	font-weight: bold;
	color: #e50;
}
.big_orange span {
	white-space: nowrap;
	font-size: 100%;
	font-weight: bold;
}
	@media only screen and (min-width:474px) {
		.big_orange {
			font-size: 150%;
			line-height: 1.0em;
			text-align: center;
		}
	}

.saibaichi {
	margin-top: 0;
	padding-right: 0;
}
.cookpad {
	clear: both;
	margin-bottom: 16px;
}
	@media only screen and (min-width:480px) {
		.cookpad {
			margin-bottom: 64px;
		}
	}
/*-- a
-------------------------------------------------------*/
.induct {
	clear: both;
	display: block;
	margin: 40px 0;
	padding-top: 0.15em;
	line-height: 3.2em;
	text-align: center;
	text-decoration: none;
	font-size: 110%;
	font-weight: bold;
	color: #ff0;
	text-shadow: -1px -1px 1px #205b99;
	letter-spacing: 2px;
	background: #900;
	background: linear-gradient(to bottom,  #a00 0%,#d00 20%,#500 100%);
}
	@media only screen and (min-width:780px) {
		.induct {
			font-size: 160%;
			line-height: 2.05em;
		}
	}
.mamelink {
	display: block;
	width: 94%;
	margin: 16px auto 24px;
	padding-top: 0.15em;
	color: #111;
	line-height: 2.2em;
	text-align: center;
	text-decoration: none;
	background: #ffffe8;
	border: solid 2px #efe;
	border-radius: 6px;
	box-shadow: 2px 2px 4px #777;
}

/*-- img
-------------------------------------------------------*/
img {
	display: block;
	width: 100%;
}
.left30 {
	float: left;
	width: 30%;
	margin-right: 8px;
}
	@media only screen and (min-width:780px) {
		.left30 {
			width: 39%;
		}
	}

/*-- div
-------------------------------------------------------*/
div {
	display: block;
	width: 100%;
}
	.imp{
		position: relative;
		box-shadow: 0 0 5px #aaa;
		margin: 12px 0 16px;
		border-radius: 10px;
		overflow: hidden;
	}
	.imp p{
		font-size: 90%;
		color: #fff;
		text-align: right;
		padding: 6px 4px 3px 0;
		background: #430;
		margin: 0;
	}
	.imp p span{
		font-size: 95%;
	}
	@media only screen and (min-width:780px) {
		.imp p{
			position: absolute;
			top: 0px;
			left: 0px;
			color: #fff;
			font-size: 28px;
			font-weight: bold;
			text-shadow: 2px 2px 2px #000, 2px -2px 2px #000, -2px 2px 2px #000, -2px -2px 2px #000,2px 0 2px #000, 0 2px 2px #000, -2px 0 2px #000, 0 -2px 2px #000;
			letter-spacing: 0;
			padding: 15px 10px 10px;
			background: none;
		}
		.imp p span{
			font-size: 100%;
			font-weight: bold;
		}
	}
.lp_02{

}
.lp_02 p{

}
	@media only screen and (min-width:780px) {
		.lp_02{
	z-index: 999;
			position: relative;
		}
		.lp_02 div {
			position: absolute;
			top: 35%;
			left: 40%;
			width: 55%;
		}
		.lp_02 p {
			font-weight: bold;
			font-size: 80%;
			letter-spacing: 2px;
			line-height: 1.3em;
			text-shadow: 0 2px 1px #fff,2px 0 1px #fff,0 -2px 1px #fff,-2px 0 1px #fff,-2px -2px 1px #fff,2px -2px 1px #fff,-2px 2px 1px #fff,2px 2px 1px #fff;
			color: #000;
		}
		@media only screen and (min-width:1081px) {
			.lp_02 p {
				font-size: 115%;
			}
		}
		@media only screen and (max-width:1080px) and (min-width:941px) {
			.lp_02 p {
				font-size: 100%;
			}
		}
		@media only screen and (max-width:940px) and (min-width:841px) {
			.lp_02 p {
				font-size: 90%;
			}
		}
	}

.onpic {
	position: relative;
	margin: 16px 0;
}
.onpic p {
	position: absolute;
	left: 0;
	bottom: 0;
	color: #000;
	font-weight: bold;
	text-shadow: 0 4px 4px #ff8,4px 0 4px #ff8,0 -4px 4px #ffa,-4px 0 4px #ffa,
			-4px -4px 4px #ffa,4px -4px 4px #ff8,-4px 4px 4px #ffa,4px 4px 4px #ff8;
	letter-spacing: 1px;
	line-height: 1.4em;
}
	@media only screen and (min-width:780px) {
		.onpic p {
			left: 40px;
			bottom: 48px;
			font-size: 130%;
			line-height: 3em;
			letter-spacing: 2px;
		}
	}
.onpic2 {
	position: relative;
	margin: 16px 0;
}
.onpic2 p {
	position: absolute;
	left: 0;
	bottom: 0;
	color: #000;
	font-weight: bold;
	text-shadow: 0 4px 4px #ff8,4px 0 4px #ff8,0 -4px 4px #ffa,-4px 0 4px #ffa,
			-4px -4px 4px #ffa,4px -4px 4px #ff8,-4px 4px 4px #ffa,4px 4px 4px #ff8;
	letter-spacing: 1px;
	line-height: 1.4em;
}
.onpic2 p span {
	color: #f00;
	font-weight: bold;
}
	@media only screen and (min-width:780px) {
		.onpic2 p {
			left: 40px;
			bottom: 32px;
			font-size: 130%;
			line-height: 1.3em;
			letter-spacing: 2px;
		}
		.onpic2 p span {
			font-size: 100%;

		}
	}
.onpic3 {
	position: relative;
	margin: 16px 0;
}
.onpic3 p {
	position: absolute;
	left: 5%;
	top: 16%;
	color: #000;

	text-shadow: 0 2px 2px #fff,2px 0 2px #fff,0 -2px 2px #fff,-2px 0 2px #fff,
			-2px -2px 2px #fff,2px -2px 2px #fff,-2px 2px 2px #fff,2px 2px 2px #fff;
	letter-spacing: 1px;
}
.onpic3 p span {
	color: #f00;
	font-weight: bold;
}
	@media only screen and (min-width:780px) {
		.onpic3 p {
			left: 45%;
			top: 20%;
			font-size: 130%;
			font-weight: bold;
			line-height: 1.3em;
			letter-spacing: 2px;
		}
		.onpic3 p span {
			font-size: 100%;

		}
	}
.mamelink2 {
	display: table;
	margin: 16px auto 24px;
}
.mamelink2 a {
	display: block;
	width: 94%;
	margin: 4px auto;
	padding-top: 0.15em;
	color: #111;
	line-height: 2.2em;
	text-align: center;
	text-decoration: none;
	background: #ffffe8;
	border: solid 2px #efe;
	border-radius: 6px;
	box-shadow: 2px 2px 4px #777;
}
	@media only screen and (min-width:851px) {
		.mamelink2 {
			width: 94%;
			margin: 4px auto;
		}
		.mamelink2 a  {
			float: left;
			width: calc((100% / 2) - 8px);
			margin: 4px 4px;
		}
	}
.etc {
	float: left;
	width: 50%;
	padding: 4px;
}
.etc p {
	font-size: 80%;
	padding: 0;
	margin: 0;
}
	@media only screen and (min-width:780px) {
		.etc {
			padding: 8px 8px 16px 24px;
		}

	}
.lp_05{
	display: table;
	width: 100%;
	padding: 6px;
	border-radius: 16px;
	background: #fed;
	margin: 8px 0;
}
.shoukai {
	float: left;
	width: calc(100% / 3);
	padding: 2px;
}
.shoukai p {
	margin: 0;
	text-align: center;
	font-size:90%;
}
.shoukai img {
	margin-bottom: 8px;
}
	@media only screen and (min-width:780px) {
		.lp_05{
			width: 98%;
			margin: 8px 1%;
		}
		.shoukai {
			padding: 10px;
		}
		.shoukai p {
			margin: 0;
			text-align: center;
			font-size:100%;
		}
	}
.hatake {
	margin-top: -50px;
	margin-bottom: 0;
	overflow: hidden;
	background: #ffedd1;
	height: auto;
}
	.hatake img {
		margin-top:-52%;
	}
	@media only screen and (min-width:780px) {
		.hatake {
			margin-top: -51px;
			height: 200px;
			overflow: hidden;
		}
			.hatake img {
				margin-top:-490px;
			}
	}
.hatakesetu {
	margin-top: 4px
}

.lp_06 div {
	width: 50%;
	margin: auto;
}
	@media only screen and (min-width:780px) {
		.lp_06 div {
			width: 30%;
			float: left;
			margin-right: 16px;
		}
	}


.merit{
	clear: both;
}
.demerit{

}
.merit p, .demerit p{
	color: #000;
	margin-bottom: 6px;
	font-size: 110%;
	font-weight: bold;
}
.merit ul, .demerit ul{
	margin: 0 24px 16px 48px;
	font-size: 16pt;
	font-weight: bold;
	list-style: none;
}
.merit ul li, .demerit ul li{
	background: url('../img/ume_011.png') no-repeat 18px 12px;
	background-size: 24px;
	padding-left: 50px;
	border-bottom: dotted 1px #ccc;
	line-height: 3em;
}
.merit ul li:last-child, .demerit ul li:last-child{
	border-bottom: none;
}
	@media only screen and (min-width:780px) {
		.merit{
			float: left;
			width: calc(50%);
			padding-left: 24px;
		}
		.demerit{
			float: right;
			width: calc(50%);
			padding-left: 24px;
		}
		.merit ul, .demerit ul{
			margin: 0 14px 16px 32px;
			font-weight: bold;
			list-style: none;
		}

	}
.left50 {

}
.right50 {

}
	@media only screen and (min-width:780px) {
		.left50 {
			width: calc(50% - 8px);
			float: left;
			margin-right: 8px;
		}
		.right50 {
			width: calc(50% - 8px);
			float: right;
			margin-left: 8px;
		}
	}
/*-- レビュー
-------------------------------------------------------*/
div.review {
	clear: both;
	width: 94%;
	margin: auto;
	border: solid 1px #000;
	padding: 10px;
}
.review div.no1{
	border-bottom: #f80 2px solid;
	height:1.5em;
}
	.review div.no1 p.score{
		color: #f50;
		float:left;
		margin: 0 8px;
	}
	.review div.no1 p.hiduke{
		float:right;
		margin: 12px 8px 8px;
	}
	@media only screen and (min-width:780px) {
		.review div.no1 p.hiduke{
			margin-top: 0;
		}
	}
	.hoshi {
		color: #ff0;
		text-shadow: 0 1px 1px #d80,1px 0 1px #d80,0 -1px 1px #f80,-1px 0 1px #f80,
	-1px -1px 1px #f80,1px -1px 1px #d80,-1px 1px 1px #f80,1px 1px 1px #d80;
	}
	.gray {
		color: #777;
	}
	.ten {
		color: #F00;
	}
.review p.title {
	clear: both;
	background: url('img/pencil.png') no-repeat left top;
	background-size: 18px;
	margin: 8px 0;
	padding-left: 24px;
	font-weight: bold;
	width: 100%;
}
.review p.comment {
	margin : 0 0 8px 28px;
}
.review p.comment2 {
	margin-top: 8px;
	margin-left: 36px;
	font-size: 14px;
}
.review div.saigo {
	height:2em;
	font-size: 14px;
	margin-bottom: 8px;
}
	.review div.saigo p.shiyou {
		margin-left: 64px;
		background: url('img/shiyou.png') no-repeat left top;
		background-size: 18px;
		margin: 16px 0 16px 8px;
		padding-left: 24px;
		margin-bottom: 12px;
		float: left;
	}
	.review div.saigo p.youto {
		margin-left: 64px;
		background: url('img/youto.png') no-repeat left top;
		background-size: 18px;
		margin: 16px 0 16px 16px;
		padding-left: 24px;
		float:left;
	}
	.review div.saigo p.riyou {
		margin-left: 64px;
		background: url('img/kago.png') no-repeat left top;
		background-size: 18px;
		margin: 16px 0 16px 16px;
		padding-left: 24px;
		float:left;
	}
/*-- フッター部
-------------------------------------------------------*/
.tmenu{
	width: 90%;
	padding: 0;
	margin: 0 auto;
	border: solid 1px #555;
	border-bottom: none;
}
.tmenu li{
	padding: 10px 30px;
	border-bottom: solid 1px #555;
	list-style: none;
}
	@media only screen and (min-width:780px) {
		.tmenu{
			display: table;
			width: 90%;
			padding: 0;
			margin: 30px auto;
			background: #eee;
			border: solid 1px #555;
		}
		.tmenu li{
			display: table-cell;
			padding: 10px 0;
			border-right: solid 1px #555;
			border-bottom: none;
			text-align: center;
		}
		.tmenu li:last-child{
			border: none;
		}
	}
#navi{
	margin-top: 0px;
	padding-bottom: 9px;
	border-bottom: dotted 1px #555;
}
#navi ul{
	width: 100%;
	margin-bottom: 16px;
}
#navi ul li{
	float: left;
	width: 46%;
	height: 40px;
	text-align: center;
	margin: 0 2%;
	margin-top: 4px;
	list-style: none;
}
#navi ul li a{
	display: block;
	height: 38px;
	line-height: 38px;
	color: #fff;
	text-shadow: -1px -1px 1px #222;
	text-decoration: none;
	background: linear-gradient(to bottom,#555,#333);
	border-radius: 10px;
	border: solid 1px #777;
	box-shadow: 1px 2px 0 1px #222;
}
#navi ul .db a{
	line-height: 30px;
}
#navi ul li a:hover,#navi ul li a:active{
	background: linear-gradient(to bottom,#111,#333);
	text-shadow: 1px 1px 1px #000;
	box-shadow: 0 0 20px rgba(0,0,0,0.3) inset;
	border: solid 3px #fff;
}
#navi:after{
	content: "";
	display: block;
	position: relative;
	top: -1px;
	height: 1px;
	z-index: -1;
	clear: both;
}
	@media only screen and (min-width:780px) {
		#navi{
			width: 100%;
			height: 40px;
			background: url("../img/navi.png");
			box-shadow: 0 3px 3px #ccc;
			margin: auto;
		}
		#navi ul{
			display: table;
			width: 96%;
			height: 100%;
			margin: 0 auto;
			border-right: dashed 1px #777;
			border-left: dashed 1px #222;
			border: none;
		}
		#navi ul li{
			display: table-cell;
			vertical-align: top;
			width: 17%;
			letter-spacing: 1px;
			text-align: center;
			border-right: dashed 1px #777;
			border-left: dashed 1px #222;
			margin: 0;



		}
		#navi ul li:first-child,#navi ul li:last-child{
			width: 16%;
		}
		#navi ul li a{
			display: block;
			height: 40px;
			padding: 0;
			line-height: 40px;
			color: #fff;
			text-shadow: -1px -1px 2px #222;
			text-decoration: none;
			background: url(img/navi.png);
			margin: 0;
	box-shadow: none;
	border: none;
		}
		#navi ul li a:hover{
			background: url(img/navi_hover.png);
			text-shadow: 1px 1px 2px #000;
			box-shadow: 0 0 20px rgba(0,0,0,0.3) inset;
		}

	}
#footer{
	width: 100%;
	background: #eee;
	margin-top: 16px;
}
#footer ul{
	width: 100%;
}
#footer ul li{
	padding: 10px 30px;
	border-bottom: solid 1px #555;
}
#footer p{
	color: #555;
	text-align: center;
	margin: 20px auto 0;
	padding-top: 24px;
	padding-bottom: 20px;
}
	@media only screen and (min-width:780px) {
		#footer{
			width: 100%;
			margin: 50px auto 0;
		}
		#footer ul{
			display: table;
			width: 1000px;
			margin: 0 auto;
			font-size: 10pt;
		}
		#footer ul li{
			display: table-cell;
			text-align: center;
			padding: 0 20px;
			border-right: solid 1px #555;
		}
		#footer ul li:last-child{
			border: none;
		}
		#footer p{
			color: #555;
			text-align: center;
			margin: 20px auto;
		}
	}
.counter {
	width: 100%;
	text-align: center;
	bottom: 0;
	background:#fff;
	color:#000;
	border-top: solid 1px #aaa;
	border-bottom: solid 1px #000;
	padding: 6px 0 0;
	font-size: 9pt;
	margin: 0;
}
	.total {
		width: 78px;
	}
	.day {
		width: 30px;
	}
.counter img {
	display: inline;
}
	@media only screen and (min-width:780px) {
		.counter {
			width: 100%;
			margin: 50px auto 0;
			text-align: center;
			bottom: 0;
			background:#fff;
			color:#000;
			border-top: solid 1px #aaa;
			border-bottom: solid 1px #000;
			padding-top: 6px;
			font-size: 9pt;
		}
			.total {
				width: 78px;
			}
			.day {
				width: 30px;
			}
	}
/*-- レシピページ
-------------------------------------------------------*/
.left60 {

}
.tm1 {
	display: table;
	width: 100%;
	text-align: center;
	padding-top: 10px;
}
.tm1 img {
	display: inline;
	height: 74px;
	width:auto;
	margin: 2px;
}
	@media only screen and (min-width:780px) {
		.left60 {
			float: left;
			width: 60%;
			margin-bottom: 32px;
		}
		.tm1 {
			width: 40%;
			float: right;
		}
	}

.recipe-l {

}
.recipe-r {

}
.recipe-l img, .recipe-r img {
	width: 90%;
	margin: 16px auto 0;
}
.recipe-l p img, .recipe-r p img {
	width: 80%;
	margin: 8px auto 32px;
}
.recipe-r .cookmark {
	margin: 0 0 0 10%;
}
.recipe-l .cookmark {
	margin: 0 0 0 10%;
}
.cookmark a img {
	width: 88px;
	margin-left: 0%;
	margin-bottom: 0;
}
.cooklink {
	margin-top: 0;
}
.cooklink a img {
	margin-top: 4px;
}
	@media only screen and (min-width:780px) {

		.recipe-l {

		}
		.recipe-r {

		}
		.recipe-l div {
			float: left;
			width: 35%;
			margin-left: 10%;
			margin-bottom: 24px;
		}
		.recipe-r div {
			float: right;
			width: 35%;
			margin-right: 10%;
			margin-bottom: 24px;
		}
		.recipe-l p {
			float: right;
			width: 45%;
			margin-right: 10%;
		}
		.recipe-r p {
			float: left;
			width: 45%;
			margin-left: 10%;
		}
		.recipe-l p img, .recipe-r p img {
			width: 52%;
			margin: 16px auto 48px;
		}
		.recipe-l div img, .recipe-r div img {
			width: 52%;
			margin: 16px auto 48px;
		}
		.recipe-r div img.w70 {
			width: 70%;
			padding-bottom: 64px;
		}
		.recipe-r div img.w55 {
			width: 55%;
		}
		.recipe-r div img.w60 {
			width: 60%;
		}
		.recipe-l div img.w65 {
			width: 65%;
		}
		.recipe-r div img.w55 {
			width: 55%;
		}
		.recipe-l div img.w66 {
			width: 66%;
		}
		.recipe-r div img.w40 {
			width: 40%;
		}
	}
	@media only screen and (max-width:979px) and (min-width:780px) {
		.recipe-l .cookmark {
			margin: 0 10% 0 10%;
		}
		.cookmark a img {
			margin-left: 5%;
			width: 88px;
		}
		.cooklink {
			margin-top: -48px;
		}
		.cooklink a img {
			margin-top: 0;
		}
	}
	@media only screen and (max-width:1099px) and (min-width:980px) {
		.recipe-l .cookmark {
			margin: 0 10% 0 0;
		}
		.cookmark a img {
			margin-left: 5%;
			width: 88px;
		}
		.cooklink {
			margin-top: -92px;
		}
		.cooklink a img {
			margin-left: 27%;
		}
	}
	@media only screen and (min-width:1100px) {
		.recipe-l .cookmark {
			margin: 0 10% 0 0;
		}
		.cookmark a img {
			margin-left: 5%;
			width: 88px;
		}
		.cooklink {
			margin-top: -92px;
		}
	}
/*-- 予約ページ
-------------------------------------------------------*/
.greet, .greet-r, .greet2, .greet3 {
	font-size: 1.15em;
	line-height: 1.2em;
}
	@media only screen and (min-width:780px) {
		.greet, .greet-r, .greet2, .greet3 {
			font-size: 2.8em;
		}
	}
.greet, .greet-r  {
	margin:1em 0;
	font-weight: bold;
}
.greet {
	text-align: center;
	padding-right: 0;
}
.greet-r {
	text-align: right;
	padding-right: 1em;
}
.greet span, .greet-r span, .greet2 span, .greet4 span, .greet5 span {
	font-size: 100%;
	font-weight: bold;
}
.greet2 {
	clear: both;
	margin: 0 8px 0.35em;
	letter-spacing:4px;
	font-weight: bold;
}
.greet2 span.gr, .greet4 span.gr {
	color: #091;
}
.greet2 span.re, .greet4 span.re {
	color: #f06;
}
.greet2 span.bl, .greet4 span.bl {
	color: #03f;
}
.greet2 span.pl, .greet4 span.pl {
	color:#a95fd2;
}
.greet2 span.or {
	font-family:serif;
	color:#fff;
	text-shadow: 0 2px 2px #000, 2px 0 2px #000, 0 -2px 2px #000, -2px 0 2px #000, -2px -2px 2px #000, 2px -2px 2px #000, -2px 2px 2px #000, 2px 2px 2px #000;
}
.greet2 span.or2,.greet4 span.or2  {
	font-family:serif;
	color:#fff;
	text-shadow: 0 2px 2px #f80, 2px 0 2px #f80, 0 -2px 2px #f80, -2px 0 2px #f80, -2px -2px 2px #f80, 2px -2px 2px #f80, -2px 2px 2px #f80, 2px 2px 2px #f80;
}
.greet3 {
	clear: both;
	margin: 2em 8px 0.35em;
	letter-spacing:4px;
	font-weight: bold;
	color: #f30;
}
.greet4 {
	margin: 8px 0 0;
	font-size: 4em;
	text-align: center;
	font-weight: bold;
	line-height: 1em;
	letter-spacing: 2px;
	padding-bottom: 0;
}
.greet5 {
	margin: 16px 0 24px!important;
	padding: 0;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	line-height: 1.2em!important;
}
.greet5 li:not(:first-child) {
	padding-top: 6px;
}
	@media only screen and (min-width:780px) {
		.greet4{
			font-size:40px!important;
		}
		.greet5{
			font-size:28px!important;
		}
	}
	@media only screen and (min-width:780px) {
		.greet5 li:not(:first-child) {
			padding-top: 0;
		}
	}
.shooting {
	text-align: right;
	padding-right: 1em;
	margin-top: 0;
}

#negi2 div.kagopart{
	display: table;
	width: 90%;
	border: solid 1px #000;
	padding: 8px;
	margin: 48px auto;
}
.akeome4 {
	margin:1em 0;
	font-size: 3vw;
	text-align:center;
	font-weight:bold;
	line-height:1.2em;
}
	@media(max-width:680px){
		.akeome4  {
			font-size: 4vw;
		}
	}
.akeome4 span {
	font-size: 100%;
	font-weight:bold;
}

#negi3 {
	font-size: 24pt;
}
.akeome3 {
	margin:8px 0 0;
	font-size: 8vw;
	text-align:center;
	font-weight:bold;
	line-height:1em;
	letter-spacing:2px;
	padding-bottom:0;
}

.no2{
	font-weight: bold;
	font-size: 18pt;
	text-align: center;
	letter-spacing: 2px;
	line-height: 1.4em;
}
.no2 span{
	color: red;
}
.no2 span.nowrap{
	color: black;
	white-space: nowrap;
	font-weight: normal;
	letter-spacing: 0;
	font-size: 16pt;
}
	@media(max-width:610px){
		.no2{
			font-weight: bold;
			font-size: 12pt;
			text-align: center;
			letter-spacing: 0;
			line-height: 1.4em;
		}
		.no2 span{
			color: red;
		}
	}
.nowrap{
	color: black;
	white-space: nowrap;
	font-weight: normal;
}
	@media only screen and (min-width:780px) {
		.no2{
			font-weight: bold;
			font-size: 24pt;
			text-align: center;
			letter-spacing: 0px;
			line-height: 2em;
		}
		.no2 span{
			color: red;
		}
		.no2 span.nowrap{
			color: black;
			white-space: nowrap;
			font-weight: normal;
			letter-spacing: 0;
			font-size: 16pt;
		}
	}
.koumoku2 {
	clear:both;
	font-size: 11pt;
	width: 94%;
	color: #000;
	font-weight:bold;
	margin: 5px 1% 2px 5%;
	padding-top: 2px;
	padding-left: 6px;
	padding-right: 5px;
	text-align:left;
	line-height:2em;
}
.koumoku2 span{
	font-size: 11pt;
	font-weight:bold;
}
.textbox{
	clear:both;
	width: 94%;
	font-size: 10pt;
	color: #000;
	margin: 0 1% 0 5%;
	padding-top: 2px;
	padding-left: 6px;
	padding-right: 5px;
	text-align:left;
	line-height:2.8em;
	border: solid 1px #777;
}
.label2 {
	display: block;
	font-size: 11pt;
	margin: 0 1% 6px 5%;
	padding-left: 16px;
	height: 3em; 
	width: 94%; 
	line-height: 3em;
	background: rgba(170,255,200,0.2);
	border: 1px solid #bbb;
	border-radius: 5px; 
	box-shadow: 2px 2px 2px #777;
	cursor: pointer;
}
.label2 span {
	padding-left: 8px;
	font-size: 11pt;
}
.label2 input[type=radio] {
	appearance: revert;
}
.tekiyou2{
	clear:both;
	width: 94%;
	font-size: 11pt;
	height: 150px;
	color: #000;
	margin: 0 1% 0 5%;
	padding-top: 2px;
	padding-left: 6px;
	padding-right: 5px;
	text-align:left;
	line-height:1.2em;
}
.formbutton {
	display: block;
	font-size: 11pt;
	text-align: center;
	margin: 32px 0 16px;
	padding:24px  0 8px;
}
	@media(max-width:480px){
		.formbutton {
			margin-top: 12px;
			padding-top: 12px;
		}
	}
.kakunin {
	clear: both;
	width: 53%;
	height: 3em;
	font-size: 11pt;
	margin: 0 0 0 2.5%;
	border-radius: 10px;
	line-height: 3em;
	letter-spacing: 2px;
	background: rgba(255,0,0,0.3);
	font-weight:bold;
	box-shadow: 2px 2px 2px #777;
	cursor: pointer;
	-webkit-appearance: none;
}
.reset {
	clear: both;
	font-size: 11pt;
	width: 23%;
	height: 3em;
	margin: 0 1% 0 1%;
	border-radius: 10px;
	line-height: 3em;
	background: rgba(130,130,130,0.2);
	box-shadow: 2px 2px 2px #aaa;
	-webkit-appearance: none;
}


.postage {
	width: 98%;
	max-width: 680px;
	margin: auto;
	border: solid 1px #777;
	border-spacing: 0;
	padding: 0;
}
.postage tr {
}
.postage tr:nth-child(even)  {
	background: #eef;
}
.postage th {
	padding: 4px 8px;
	border-right: solid 1px #ddd;
	font-weight: bold;
}
.postage th:last-child {
	border-right: none;
}
.postage td {
	border-top: solid 1px #bbb;
	border-right: solid 1px #ddd;
	padding: 4px 6px;
}
.postage td:first-child {
	width: 20%;
	text-align: center;
}
.postage td:nth-child(2) {
	width: 15%;
	text-align: right;
	border-right: none;
}
.postage td:nth-child(3) {
	width: 15%;
	text-align: left;
}
.postage td:last-child {
	border-right: none;
}
.postage td.nb {
	border-right: none;
}
.postage td.nb2 {
	border-right: solid 1px #ddd;
}
	@media(max-width:640px){
		.postage {
			margin-bottom: 24px;
			width: 100%;
		}
		.postage th, .postage td, .postage td span {
			font-size: 11pt!important;
		}
	.postage td:first-child {
			width: 15%;
		}
		.postage td:nth-child(2) {
			width: 16%;
			padding-left: 0;
			padding-right: 0;
		}
		.postage td:nth-child(3) {
			width: 19%;
			padding-left: 8px;
			padding-right: 0;
		}
		.postage td.nb {
			text-align: center;
			width: 14%;
			padding-right: 0;
		}
		.postage td.nb2 {
			text-align: center;
			width: 22%;
			padding-left: 0;
		}
	}
