﻿* {
	box-sizing: border-box;
	text-shadow: 0px 0px 1px rgba(128,128,128,0.2);
}

body {
	min-width: 900px;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif,'ＭＳ Ｐゴシック';
}

.width_50 {
	width: 50%;
}


/* .headerNavi */
.headerNavi li {
	top: -4px;
	right: 0;
}

.headerNavi a {
	display: inline-block;
	padding: 8px 14px;
	padding-top: 12px;
	font-size: 0.8rem;
	font-weight: bold;
	background: rgb(255,173,0); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,173,0,1) 0%, rgba(255,105,1,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,173,0,1)), color-stop(100%,rgba(255,105,1,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,173,0,1) 0%,rgba(255,105,1,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,173,0,1) 0%,rgba(255,105,1,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,173,0,1) 0%,rgba(255,105,1,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,173,0,1) 0%,rgba(255,105,1,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffad00', endColorstr='#ff6901',GradientType=0 ); /* IE6-9 */
	color: #fff;
	border: solid 2px #fff;
	border-top: none;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.7);
	border-radius: 4px;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 1px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 1px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 1px 0px;
}

.headerNavi a:hover {
	padding-top: 18px;
}


/* ul.GlobalMenu */
ul.GlobalMenu {
	position: absolute;
	top: 101px;
	display: table;
	width: 100%;
	height: 63px;
	border-left: solid 1px #0bab61;
}

	ul.GlobalMenu li {
		display: table-cell;
		width: 20%;
		height: 100%;
		border-right: solid 1px #0bab61;
		background-color: rgba(255,255,255,0.1);
		cursor: pointer;
	}

		ul.GlobalMenu li:hover,
		ul.GlobalMenu li.current {
			background-color: rgba(255,255,255,0.3);
		}

		ul.GlobalMenu li.menu02 {
			font-size: 12px;
		}

		ul.GlobalMenu li a {
			display: table;
			width: 100%;
			height: 100%;
			text-decoration: none;
		}

		ul.GlobalMenu li a span {
			display: table-cell;
			font-weight: bold;
			color: #fff;
			text-shadow: 2px 2px 2px rgba(0,128,0,0.9);
			line-height: 100%;
			text-align: center;
			vertical-align: middle;
		}


/* #mainBox */
#mainBox {
	margin-top: 72px;
}
body.home #mainBox {
	margin-top: 57px;
}

	#mainBox h1 {
		margin: 20px 15px;
		padding: 10px;
		padding-left: 15px;
		font-size: 1.75rem;
		font-weight: bold;
		border-left: solid 8px #0bab61;
		text-shadow: 1px 1px 1px rgba(128,128,128,0.2);
	}

	#mainBox h2 {
		margin: 15px 0;
		padding: 5px;
		font-size: 1rem;
		font-weight: bold;
		border-bottom: solid 2px #0bab61;
		text-shadow: 1px 1px 1px rgba(128,128,128,0.2);
	}

	#mainBox .inner {
		width: 818px;
		margin: auto;
		margin-bottom: 20px;
		font-size: 0.8rem;
		line-height: 1.4rem;
	}

		#mainBox .inner p {
			margin-bottom: 20px;
		}


.lineW {
	border-bottom: none;
}


.title_image {
	margin-top: 20px;
}


/* .point */
.point li {
	width: 50%;
}

.point p {
	width: auto;
	padding-right: 1rem;
}


/* .flow #mainBox .inner */
.flow #mainBox .inner dl {
	display: table;
	float: none;
	width: 100%;
	margin-bottom: 10px;
	background-image: none;
}

.flow #mainBox .inner dt {
	display: table-cell;
	float: none;
	padding: 8px 10px;
	width: 100px;
	font-size: 1rem;
	font-weight: bold;
	background-color: #ff8101;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.9);
}

.flow #mainBox .inner dd {
	display: table-cell;
	float: none;
	padding: 8px 10px;
	font-size: 1rem;
	font-weight: bold;
	vertical-align: middle;
	background-color: #f0f0f0;
	text-shadow: 1px 1px 1px rgba(128,128,128,0.2);
}

.flow #mainBox .inner div {
	width: 818px;
	margin: auto;
	margin-bottom: 20px;
	font-size: 0.8rem;
	line-height: 1.4rem;
}


/* .specification #mainBox .inner */

.specification #mainBox .inner table {
	width: 100%;
	margin-bottom: 20px;
}

.specification #mainBox .inner th {
	background-color: #0bab61;
	color: #FFF;
	border: solid 1px #CCC;
	padding: 0.5em;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}

.specification #mainBox .inner td {
	border: solid 1px #CCC;
	padding: 0.5em;
	text-align: center;
	vertical-align: middle;
	background: #fff;
}

	.specification #mainBox .inner td.etcbgC {
		font-weight: bold;
		background-color: #f1f1f1;
		color: #333;
	}


/* .delivery #mainBox .inner */

.delivery #mainBox .inner table {
	width: 100%;
	margin-bottom: 20px;
}

.delivery #mainBox .inner th {
	background-color: #0bab61;
	color: #FFF;
	border: solid 1px #CCC;
	padding: 0.5em;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}

.delivery #mainBox .inner td {
	border: solid 1px #CCC;
	padding: 0.5em;
	text-align: center;
	vertical-align: middle;
	background: #fff;
}


/* #tbnrlink */
#tbnrlink {
	width: 900px;
	margin: 10px auto;
	min-height: 1px;
	clear:both;
}
	#tbnrlink:after {
		content: ".";
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
	}
	#tbnrlink ul {
		margin-left:-7px;
		overflow: auto;
	}
		#tbnrlink ul li {
			float:left;
			padding-bottom: 7px;
			padding-left: 7px;
			list-style:none;
		}
		#tbnrlink ul li.end {
			padding-right: 0;
		}
	#tbnrlink a {
		display: inline-block;
		background-color: #fff;
	}
		#tbnrlink a img {
			vertical-align: bottom;
		}
		#tbnrlink a:hover img {
			opacity: 0.5;
			filter: alpha(opacity=50);
			-ms-filter: "alpha( opacity=50 )";
		}