html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', sans-serif;
	font-size: 0.875em;
	margin: 0 auto;
	text-align: center;
	-webkit-text-size-adjust: 100%;
}

img {
	vertical-align: middle;
}

a img:hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


/* page
------------------------------------- */

#page1,
#page2,
#page3,
#page4 {
	min-width: 1000px;
	background-color: #FFFFFF;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}


/* kiji-image
------------------------------------- */

.size35 {
	text-align: center;
	width: 39px;
	height: 39px;
}
.size55 {
	width: 59px;
	height: 59px;
	vertical-align: middle;
	text-align: center;
	margin: 0 auto;
}
.size120 {
	text-align: center;
	width: 120px;
	height: 120px;
}
.size220 {
	text-align: center;
	width: 173px;
	height: 173px;
}


/* header
------------------------------------- */

#header {
	position: fixed;
	width: 100%;
	background-color: rgba(8, 141, 136, 0.95);
	z-index: 9000;
	border-bottom: 5px solid #055942;
}

#header .box {
	position: relative;
	display: block;
	width: 1000px;
	margin: 0 auto;
	height: 95px;
	text-align: center;
}

#header .box .logo {
	position: absolute;
	top: 17px;
	left: 5px;
	width: 150px;
}

#header .box .mark {
	position: absolute;
	top: 5px;
	left: 0;
	right: 0;
	width: 110px;
	margin: 0 auto;
	text-align: center;
}

#header .box .copy {
	position: absolute;
	top: 10px;
	right: 5px;
	color: #FFFFFF;
	font-size: 1.05em;
	letter-spacing: 0.3em;
	line-height: 175%;
}

#header .box .navi {
	position: absolute;
	bottom: 0;
	right: 5px;
	height: 45px;
}

#header .navi ul {
	margin: 0 auto;
	text-align: center;
	border-left: 1px solid #4C9562;
}

#header .navi ul li {
	position: relative;
	float: left;
	color: #FFFFFF;
	font-size: 1.05em;
	letter-spacing: 0.15em;
	line-height: 45px;
	text-align: center;
	padding: 0 15px;
	border-right: 1px solid #4C9562;
}
#header .navi ul li a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}


/* topimage
------------------------------------- */

#topimage {
	z-index: 100;
	position: relative;
	width: 100%;
	background-color: #222222;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}

#topimage .copy {
	margin: 0 auto;
	text-align: center;
}

#topimage .copy img {
	z-index: 10;
	display: inline;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 350px;
	text-align: center;
	margin: auto;
}


/* content
------------------------------------- */

#content {
	background-color: #E6F0BA;
	padding: 60px 0 30px;
}


/* main
------------------------------------- */

#main1 {
	width: 1000px;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

#main_body {
	float: left;
}


/*
	list  [list]
	parts4 list  [main-information]
	parts8 list  [main-report]
	parts9 list  [information]
	parts14 list  [report]
------------------------------------- */

.list {
	background-color: #FFFDEA;
	margin: 0 0 30px;
	padding: 30px 25px 10px;
}
.list.parts4 {
	float: left;
	width: 500px;
	border-right: 1px solid #CCCCCC;
	padding: 0;
}
.list.parts8 {
	float: right;
	width: 499px;
	padding: 0;
}

.list.parts4 h2 {
	background-image: url(http://f.tukiyama.jp/nextrevolution/p/images/nextrevolution_icon1.png);
	background-repeat: no-repeat;
	background-size: auto 60px;
	background-position: 15px 15px;
	padding: 16px 10px 16px 80px;
}
.list.parts8 h2 {
	background-image: url(http://f.tukiyama.jp/nextrevolution/p/images/nextrevolution_icon2.png);
	background-repeat: no-repeat;
	background-size: auto 60px;
	background-position: 15px 15px;
	padding: 16px 10px 16px 80px;
}

.list.parts4 .kiji_image {
	float: right;
	width: 173px;
	height: 173px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	box-shadow: 1px 1px 1px #DDDDDD;
}
.list.parts4 .kiji_image img {
	max-width: 169px;
	max-height: 169px;
	padding: 2px;
}

.list.parts8 .kiji_image,
.list.parts9 .kiji_image,
.list.parts14 .kiji_image {
	float: right;
	width: 59px;
	height: 59px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	box-shadow: 1px 1px 1px #DDDDDD;
}
.list.parts8 .kiji_image img,
.list.parts9 .kiji_image img,
.list.parts14 .kiji_image img {
	max-width: 55px;
	max-height: 55px;
	padding: 2px;
}

.list .kiji_body {
	float: left;
}
.list.parts4 .kiji_body {
	float: left;
	width: 260px;
}
.list.parts8 .kiji_body {
	float: left;
	width: 373px;
}

.list .kiji_contents {
	clear: both;
	padding: 0 0 7px;
	margin: 0 25px 7px;
	text-align: left;
	border-bottom: 1px dotted #8DC21F;
}

.list .kiji_date {
	margin: 10px 0 0;
	color: #8DC21F;
	font-size: 0.8em;
	letter-spacing: 0.05em;
	line-height: 175%;
}

.list h3 {
	color: #006934;
	font-size: 1.0em;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 175%;
}
.list h3 a,
.list h3 a:link,
.list h3 a:active,
.list h3 a:visited {
	color: #006934;
	text-decoration: none;
}
.list h3 a:hover {
	color: #006934;
	text-decoration: underline;
}
.list.parts4 h3 {
	font-size: 1.2em;
}

.list.parts4 p {
	color: #777777;
	font-size: 0.9em;
	letter-spacing: 0.05em;
	line-height: 175%;
}
.list.parts8 p,
.list.parts9 p,
.list.parts14 p {
	display: none;
}

.list .links {
	color: #439937;
	font-size: 0.9em;
	line-height: 175%;
	letter-spacing: 0.05em;
	margin: 0;
	padding: 10px 30px 30px;
	text-align: right;
}
.list .links a,
.list .links a:link,
.list .links a:active, 
.list .links a:visited {
	color: #439937;
	text-decoration: none;
}
.list .links a:hover {
	color: #439937;
	text-decoration: underline;
}


/*
	parts11 album  [mountain_foods]
------------------------------------- */

.album {
	background-color: #FFFDEA;
	margin: 0 0 30px;
	padding: 30px;
}

.album h2 {
	margin: 0;
}

.album .kiji_contents {
	clear: both;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 0 20px;
}
.parts13.album .kiji_contents {
	padding: 0 0 30px;
}

.album .album_3_01,
.album .album_3_02 {
	background-color: #429A37;
	border: 1px solid #CCCCCC;
	box-shadow: 2px 2px 2px #DDDDDD;
	float: left;
	width: 32%;
	margin: 0 1.5% 0 0;
	padding: 0;
}
.album .album_3_03 {
	background-color: #429A37;
	border: 1px solid #CCCCCC;
	box-shadow: 2px 2px 2px #DDDDDD;
	float: left;
	width: 32%;
	margin: 0;
}
.album.parts12 .album_3_01,
.album.parts12 .album_3_02,
.album.parts12 .album_3_03 {
	background-color: #C30D22;
}

.album table {
	background-color: #FFFFFF;
	width: 270px;
	height: 200px;
	text-align: center;
	margin: 20px auto 15px;
}
.album table img {
	max-width: 260px;
	max-height: 190px;
	vertical-align: middle;
}
.album table img:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
}

.album h3 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 175%;
	text-align: left;
	margin: 0 20px 5px;
	padding: 0;
}
.album h3 a,
.album h3 a:link,
.album h3 a:active, 
.album h3 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.album h3 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.album .kiji_date {
	color: #FFFFFF;
	font-size: 0.9em;
	line-height: 175%;
	text-align: left;
	margin: 0 20px 20px;
}

.album .kiji_member {
	display: none;
}

.album .links {
	color: #429A37;
	font-size: 1.0em;
	letter-spacing: 0.05em;
	line-height: 175%;
	margin: 0;
	padding: 30px 10px 10px;
	text-align: right;
}
.album .links a,
.album .links a:link,
.album .links a:active, 
.album .links a:visited {
	color: #429A37;
	text-decoration: none;
}
.album .links a:hover {
	color: #429A37;
	text-decoration: underline;
}


/* footer
------------------------------------- */

#footer {
	background-color: #FFFFFF;
	width: 100%;
	padding: 50px 0 20px;
}

#footer .banner {
	padding: 0 0 120px;
}

#footer .banner ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}

#footer .banner ul li {
	background-color: #DDDDDD;
	float: left;
	width: 23.5%;
	margin: 0 2% 0 0;
}
#footer .banner ul li:nth-child(4n+0) {
	margin: 0;
}

#footer .box {
	position: relative;
	width: 1000px;
	text-align: center;
	margin: 0 auto;
}

#footer .box .copyright {
	color: #3E3A39;
	font-size: 0.85em;
	line-height: 200%;
	letter-spacing: 0.05em;
}

#footer .box .pagetop {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 80px;
}


/* corner
------------------------------------- */

.corner {
	padding: 100px 0 0;
	margin: -100px 0 70px;
}

.corner .box {
	background-color: #FFFFFF;
	padding: 40px;
	text-align: left;
}

.corner .box h2 {
	margin: 0 0 40px;
}

.corner .box h3 {
	color: #006837;
	font-size: 2.1em;
	line-height: 175%;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0 0 10px;
}

.corner .box p {
	font-size: 1.1em;
	line-height: 200%;
	letter-spacing: 0.05em;
	margin: 0 0 40px;
}
.corner .box p em {
	color: #C33C4A;
	font-weight: bold;
}
.corner .box p em.big {
	font-size: 1.7em;
	line-height: 175%;
}
.corner .box p span {
	color: #C30D22;
	font-family: Osaka, "ＭＳ ゴシック", Sans-serif;
}

.corner .box ul,
.corner .box dl {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.corner .box dl {
	padding: 10px 0 0;
	border-top: 1px dotted #006837;
}

.corner .box dl dt {
	float: left;
	width: 20%;
	color: #006837;
	font-size: 1.0em;
	font-weight: bold;
	line-height: 175%;
	letter-spacing: 0.05em;
	padding: 0 0 12px;
	margin: 0 0 12px;
	border-bottom: 1px dotted #006837;
}

.corner .box dl dd {
	float: left;
	width: 80%;
	font-size: 1.0em;
	line-height: 175%;
	letter-spacing: 0.05em;
	padding: 0 0 12px;
	margin: 0 0 12px;
	border-bottom: 1px dotted #006837;
}

.corner .box dl dd span {
	color: #C30D22;
	font-family: Osaka, "ＭＳ ゴシック", Sans-serif;
}

.corner .box .btn {
	margin: 0 auto;
	text-align: center;
}

.corner .box input[type="button"] {
	-webkit-appearance: none;
	background-color: #00A296;
	box-shadow: 2px 2px 2px #DDDDDD;
	width: 150px;
	height: 45px;
	color: #FFFFFF;
	font-size: 1.0em;
	font-weight: bold;
	line-height: 45px;
	border: 0;
	border-radius: 30px;
	text-align: center;
	cursor: pointer;
}
.corner .box input:hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}


/* about
------------------------------------- */

#about.corner .box {
	background-image: url(./images/suigyokuen_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 30px;
}

#about.corner .box .inner {
	background-color: rgba(255, 255, 255 ,0.9);
	padding: 40px;
}

#about.corner .box .inner .detail {
	margin: 0 50px 15px;
}

#about.corner .box .inner .detail p {
	font-size: 1.15em;
}

#about.corner .box .message {
	margin: 0 0 10px 50px;
}

#about.corner .box .photo {
	float: right;
	width: 180px;
	margin: 0 20px 0 0;
}

#about.corner .box h2 {
	color: #003A21;
	font-size: 2.5em;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-align: center;
}

#about .box .icon {
	float: left;
	width: 105px;
	margin: 0 50px 0 0;
}

#about .box .information {
	margin: 30px 0 0 0;
}

#about .box .information dl {
	float: left;
	width: 60%;
}

#about .box .information .map {
	float: right;
	width: 37%;
}


/* product
------------------------------------- */

#product.corner .box {
	background-color: #005A58;
	border-radius: 10px;
}

#product.corner .box h2 {
	color: #FFFFFF;
	font-size: 2.5em;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-align: center;
}

#product.corner .box ul li {
	float: left;
	width: 31.3%;
	background-color: #FFFFFF;
	border: 1px solid #35ADA0;
	margin: 0 2.5% 0 0;
	padding: 0 0 30px;
}
#product.corner .box ul li:nth-child(3n+0) {
	margin: 0;
}

#product.corner .box ul li .photo {
	margin: 0 0 20px;
}

#product.corner .box ul li h3 {
	font-weight: bold;
	margin: 0 10px 10px;
	padding: 0;
	text-align: center;
}

#product.corner .box ul li p {
	font-size: 1.0em;
	line-height: 175%;
	margin: 0 15px;
	padding: 0;
	text-align: center;
}

#product.corner .box ul li .photo2 {
	margin: 10px 20px 30px;
	text-align: center;
}

.remodal .remodal-title {
	background-color: #00A296;
	padding: 15px 25px 15px 35px;
	border-radius: 10px 10px 0 0;
}

.remodal .remodal-title h2 {
	float: left;
	width: 70%;
	color: #FFFFFF;
	font-size: 2.0em;
	line-height: 175%;
	letter-spacing: 0.1em;
	text-align: left;
	padding: 3px 0 0;
}
.remodal .remodal-title h2 img {
	margin: 0 20px 0 0;
}

.remodal .remodal-title .close {
	float: right;
	width: 30%;
	text-align: right;
	margin: 10px 0 0;
}
.remodal .remodal-title .close img:hover {
	cursor: pointer;
	opacity: 0.8;
}

.remodal .remodal-body {
	position: relative;
	background: #FFFFFF;
	text-align: left;
	padding: 30px;
}
#peach.remodal .remodal-body {
	padding: 30px 100px;
}

.remodal .remodal-body ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#cherry.remodal .remodal-body ul  li,
#grape.remodal .remodal-body ul  li {
	float: left;
	width: 31%;
	margin: 0 3.5% 40px 0;
}
#cherry.remodal .remodal-body ul  li:nth-child(3n+0),
#grape.remodal .remodal-body ul  li:nth-child(3n+0) {
	margin: 0 0 30px;
}

#peach.remodal .remodal-body ul  li {
	float: left;
	width: 48%;
	margin: 0 4% 40px 0;
}
#peach.remodal .remodal-body ul  li:nth-child(2n+0) {
	margin: 0 0 30px;
}

.remodal .remodal-body ul  li .photo {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 250px;
	margin: 0 0 15px;
}
#peach.remodal .remodal-body ul  li .photo {
	height: 330px;
}

.remodal .remodal-body .category {
	color: #FFFFFF;
	font-size: 2.0em;
	font-weight: bold;
	line-heght: 175%;
	letter-spacing: 0.1em;
	margin: 0 0 30px;
	padding: 10px;
	text-align: center;
	border-radius: 30px;
}
.remodal .remodal-body .category.white {
	background-color: #A9C11C;
}
.remodal .remodal-body .category.red {
	background-color: #D04C4A;
}
.remodal .remodal-body .category.black {
	background-color: #514557;
}

.remodal .remodal-body ul  li h3 {
	color: #C33C4A;
	font-size: 1.9em;
	font-weight: bold;
	line-heght: 175%;
	letter-spacing: 0.1em;
	margin: 0 0 10px;
	text-align: center;
}
#peach.remodal .remodal-body ul  li h3 {
	color: #E55D62;
}
#grape.remodal .remodal-body ul.white  li h3 {
	color: #A9C11C;
}
#grape.remodal .remodal-body ul.red  li h3 {
	color: #D04C4A;
}
#grape.remodal .remodal-body ul.black  li h3 {
	color: #514557;
}

.remodal .remodal-body ul  li p {
	font-size: 1.0em;
	line-height: 175%;
	letter-spacing: 0.05em;
	padding: 0 5px;
	margin: 0 0 20px;
}
.remodal .remodal-body ul  li p.small {
	font-size: 0.9em;
	margin: 0;
}
.remodal .remodal-body ul  li p em {
	font-weight: bold;
}
.remodal .remodal-body ul  li p span {
	color: #C30D22;
	font-family: Osaka, "ＭＳ ゴシック", Sans-serif;
}
#peach.remodal .remodal-body ul  li p span {
	color: #E55D62;
}
#grape.remodal .remodal-body ul.white  li p span {
	color: #A9C11C;
}
#grape.remodal .remodal-body ul.red  li p span {
	color: #D04C4A;
}
#grape.remodal .remodal-body ul.black  li p span {
	color: #514557;
}

.remodal .remodal-body .btn {
	text-align: center;
	margin: 30px auto;
}

.remodal .remodal-body .btn input[type="button"] {
	-webkit-appearance: none;
	background-color: #00A296;
	box-shadow: 2px 2px 2px #DDDDDD;
	width: 200px;
	height: 50px;
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 50px;
	border: 0;
	border-radius: 30px;
	text-align: center;
	cursor: pointer;
}
.remodal .remodal-body .btn input[type="button"]:hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}


/* contact
------------------------------------- */

#contact.corner .box {
	border: 1px solid #35ADA0;
	border-radius: 10px;
	padding: 40px 100px;
}

#contact.corner .box h2 {
	color: #005227;
	font-size: 2.5em;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-align: center;
}

#contact.corner .box .copy {
	color: #055942;
	font-size: 1.3em;
	letter-spacing: 0.1em;
	text-align: center;
	margin: 0 0 40px;
}

#contact.corner .box .icon {
	float: left;
	width: 70px;
	margin: 0 30px 0 0;
}

#contact.corner .box .tel,
#contact.corner .box .mail {
	margin: 0 0 20px;
}

#contact.corner .box .tel p,
#contact.corner .box .mail p {
	float: left;
	color: #000000;
	font-size: 2.2em;
	letter-spacing: 0;
	margin: 10px 0 0;
}
#contact.corner .box .tel a {
	color: #000000;
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: 0;
}

#contact.corner .box input[type="button"] {
	width: 230px;
	font-size: 0.6em;
	line-height: 50px;
	height: 50px;
}


/* privacy
------------------------------------- */

.parts6 h2 {
	margin: 0;
}

#privacy {
	background-color: #FFFFFF;
	text-align: left;
}

#privacy .box .inner p {
	font-size: 1.0em;
	line-height: 175%;
	letter-spacing: 0.05em;
	margin: 0;
	padding: 0;
	margin: 0 30px 40px;
}


/* parts7  [contact]
------------------------------------- */

.parts7 {
	text-align: left;
}

.parts7 h2 {
	margin: 0;
	text-align: left;
}

.parts7 .contact_contents {
	clear: both;
	background: #FFFFFF;
}

.parts7 .contact_text {
	font-size: 1.0em;
	line-height: 175%;
	letter-spacing: 0.05em;
}
.parts7 .contact_text img {
	margin: 0 0 20px;
}
.parts7 .contact_text p {
	font-weight: bold;
	margin: 0 auto;
	text-align: center;
}
.parts7 .contact_text p em {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 175%;
}
.parts7 .contact_text p em.red {
	color :#C30D22;
}
.parts7 .contact_text p em.blue {
	color :#0A308F;
}
.parts7 .contact_text p em.green {
	color: #009139;
}

.parts7 .contact_form {
	padding: 30px 50px;
}

.parts7 .contact_form li {
	width: 100%;
	display: inline-table;
	margin: 0;
	padding: 13px 0 13px;
	border-top: 1px dotted #CCCCCC;
}

.parts7 .contact_index,
.parts7 .contact_body,
.parts7 .contact_submit {
	float: left;
}
.parts7 .contact_index {
	color: #000000;
	font-weight: bold;
	line-height: 175%;
	text-align: left;
	width: 180px;
	min-height: 1px;
	padding: 0 0 0 20px;
}

.parts7 .contact_body {
	line-height: 175%;
	text-align: left;
}

.parts7 .contact_body input[type="text"],
.parts7 .contact_body textarea {
	border: 1px solid #B7B8B8;
	padding: 5px;
	width: 500px !important;
}
.parts7 .contact_body textarea {
}

.parts7 .contact_body select {
	border: 1px solid #B7B8B8;
	padding: 2px;
}
.parts7 .contact_body option {
	line-height: 150%;
	padding:0px 5px;
}

.parts7 .contact_body_comment {
	color: #777777;
	font-size: 0.9em;
	line-height: 175%;
}

.parts7 .contact_body_needs {
	display: inline;
	color: #CC0000;
	font-size: 0.85em;
	margin: 0 0 0 10px;
}

.parts7 .contact_submit {
	width: 600px;
	text-align: left;
	padding: 20px 0;
}
.parts7 .contact_submit input[type="submit"] {
	-webkit-appearance: none;
	background: #CC0000;
	box-shadow: 2px 2px 2px #DDDDDD;
	border: 1px solid #DDDDDD;
	border-radius: 30px;
	width: 350px;
	height: 50px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}
.parts7 .contact_submit input[type="button"] {
	-webkit-appearance: none;
	background: #AAAAAA;
	box-shadow: 2px 2px 2px #DDDDDD;
	width: 150px;
	height: 50px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	line-height: 50px;
	border-radius: 10px;
	text-align: center;
	cursor: pointer;
}
.parts7 .contact_submit input:hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.parts7 .contact_ssl {
	width: 65%;
	font-size: 11px;
	line-height: 175%;
	margin: 0 50px 50px;
	text-align: left;
}
.parts7 .contact_ssl a {
	color: #003254;
}
.parts7 .contact_ssl img {
	display: none;
}


/* kiji
------------------------------------- */

#kiji {
	width: 1000px;
	background-color: #FFFDEA;
	border-top: 50px solid #84BF47;
	padding: 20px 0 60px;
	margin: 0 auto 30px;
}

#kiji h2 {
	background-image: url(http://f.tukiyama.jp/nextrevolution/p/images/nextrevolution_icon1.png);
	background-repeat: no-repeat;
	background-size: auto 60px;
	background-position: 15px 15px;
	font-size: 1.6em;
	line-height: 175%;
	padding: 18px 10px 18px 80px;
	margin: 0 20px 30px;
}

#kiji .kiji_contents {
	font-size: 1.1em;
	line-height: 175%;
	text-align: left;
	padding: 0 100px;
	margin: 0;
}

#kiji .kiji_image {
	margin: 0 0 25px;
}

#kiji p {
	margin: 0 0 25px;
}
#kiji p a,
#kiji p a:link,
#kiji p a:active, 
#kiji p a:visited{
	color: #7F4F21;
	text-decoration: none;
}
#kiji p a:hover {
	color: #7F4F21;
	text-decoration: underline;
}

#kiji .kiji_date {
	color: #777777;
	font-size: 0.75em;
	letter-spacing: 0.05em;
	text-align: right;
	margin: 40px 0 0;
}
#kiji.member_d .kiji_date {
	display: none;
}

#kiji .kiji_category {
	color: #3A7136;
	letter-spacing: 0.05em;
	padding: 0 0 0 10px;
}
#kiji .kiji_category a,
#kiji .kiji_category a:link,
#kiji .kiji_category a:active, 
#kiji .kiji_category a:visited{
	color: #3A7136;
	text-decoration: none;
}
#kiji .kiji_category a:hover {
	color: #3A7136;
	text-decoration: underline;
}


/* kiji_comment
------------------------------------- */

#kiji_comment {
	display: none;
}


/* kiji footer
------------------------------------- */

#kiji_footer {
	width: 1000px;
	background-color: #FFFDEA;
	padding: 20px 0;
	margin: 0 auto 50px;
}

#kiji_footer #sns_button ul li {
	display: inline-block;
	vertical-align: top;
	line-height: 0;
	margin-right: 5px;
}


/* member list
------------------------------------- */

#member {
	margin: 0 0 100px;
	padding: 0;
	text-align: center;
}
#member.member_d_list {
	margin: 0 80px 100px;
	padding: 0;
}

#member h2 {
	display: none;
}
#member.member_d_list h2 {
	display: block;
	box-shadow: 3px 3px 4px #CCCCCC;
	font-size: 1.3em;
	line-height: 175%;
	text-align: left;
	margin: 0;
	padding: 7px 20px 7px 80px;
}

#member .member_contents {
	clear: both;
	padding: 0 0 10px;
	margin: 0 85px 10px;
	border-bottom: 1px dotted #CCCCCC;
}
#member.member_d_list .member_contents {
	background: #FDFBF4;
	border-bottom: 1px dotted #CCCCCC;
	box-shadow: 3px 3px 4px #CCCCCC;
	padding: 15px 40px 10px;
	margin: 0;
	font-size: 1.1em;
	line-height: 175%;
	text-align: left;
}

#member .member_image {
	float: left;
	width: 60px;
	height: 60px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin: 0 20px 0 0;
}
#member.member_d_list .member_image {
	width: 39px;
	height: 39px;
}
#member.member_d_list .member_image img {
	padding: 2px;
}

#member .member_body {
	float: left;
	text-align: left;
}

#member h3 {
	color: #3A7136;
	font-size: 1.0em;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 175%;
	margin: 3px 0;
}
#member.member_d_list h3 {
	margin: 0;
}
#member h3 a,
#member h3 a:link,
#member h3 a:active, 
#member h3 a:visited{
	color: #3A7136;
	text-decoration: none;
}
#member h3 a:hover {
	color: #3A7136;
	text-decoration: underline;
}

#member p {
	color: #777777;
	font-size: 0.8em;
	letter-spacing: 0.05em;
	line-height: 175%;
}

#member .member_url,
#member .member_date {
	display: none;
}
#member.member_d_list .member_date {
	display: block;
	color: #777777;
	font-size: 12px;
	letter-spacing: 0.05em;
	line-height: 150%;
}

#member .links {
	color: #3A7136;
	font-size: 1.1em;
	line-height: 175%;
	letter-spacing: 0.05em;
	margin: 20px 90px 0 0;
	text-align: right;
}
#member.member_d_list .links {
	background: #FDFBF4;
	margin: 0;
	padding: 30px 40px 40px;
	box-shadow: 3px 3px 4px #CCCCCC;
}
#member .links a,
#member .links a:link,
#member .links a:active, 
#member .links a:visited {
	color: #3A7136;
}
#member .links a:hover {
	color: #3A7136;
	text-decoration: underline;
}


/* default link
------------------------------------- */

a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #8F0CFC;
	text-decoration: underline;
}
a:active {
	color: #0000FF;
	text-decoration: none;
}


/* clearfix
------------------------------------- */

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/* Reset
------------------------------------- */

h1{
	display:none;
}

* {
	margin:0px;
	padding:0px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
	font-style: inherit;
	font-weight: inherit;
}

del, ins {
	text-decoration: none;
}

li {
	list-style: none;
}

caption, th {
	text-align: left;
}

q:before, q:after {
	content: '';
}

abbr, acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

legend {
	color: #000;
}

input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

input, button, textarea, select {
 *font-size: 100%;
}


/* Fonts
------------------------------------- */

select, input, button, textarea, button {
	font:99% arial, helvetica, clean, sans-serif;
}

table {
	font-size:inherit;
	font:100%;
}

pre, code, kbd, samp, tt {
	font-family:monospace;
 	*font-size:108%;
	line-height:100%;
}

