
/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/

body {
	/* 2018.08.18 to Mobile-Site
	margin:0;
	background: #ccc;
	font-size: 12px;
	*/
	/*background: #0d1424 url(*.jpg) no-repeat center top;*/
	margin:0;
	background: #ccc;
	/*font: .81em/150% Arial, Helvetica, sans-serif;*/
	font-size:100%;
	/*
	font-style、font-variant、font-weight（順不同）
	font-size
	line-height
	font-family
	*/

}
h1, h2, h3 {
	margin-top: 0;
}
/*width: 640px; 2018.08.18 to Mobile-Site*/
@media screen and (min-width: 640px) {
	/* 表示領域が640px以上の場合に適用するスタイル */
	#wrapper {
		/*width:960px;*/
		background: white;
		margin: 0 auto;
	}
}
@media screen and (max-width: 639px) {
	/* 表示領域が640px未満の場合に適用するスタイル */
	#wrapper {
		width:100%;
		background: white;
		margin: 0 auto;
	}
}

#header {
	position: relative;/* 2018.08.18 to Mobile-Site*/
	background: #f9f9f9;
	overflow: hidden;
}
#contact {
	float: right;
	color: #806600;
	background: #e9c6af;
	padding: 5px 10px 5px 10px;
}
#logo {
	clear: both;
	float: left;
	margin-left: 20px;
}
#global-navi {
	float: right;
	margin-right: 20px;
}
#header ul {
	list-style:none;
}
#header li {
	float: left;
	margin-left: 30px;
}
#header a {
	color: #806600;
	font-size: 16px; 
}
#main-feature_ {
	background: #800000;
	padding: 5px 0 5px 57px;
	overflow: hidden;
}
#feature-wapper {

}
#f-image {
	float: left;
/*width: 400px; 2018.08.18 to Mobile-Site*/
	width: 50%;
}
#f-description {
	overflow: hidden;
	color: white;
}
#f-description Ol,li,a{
	font-size: 14px;
	margin-left: 30px;
}
#main-features{
	overflow: hidden;

	background: #f9f9f9;

}
#f2-image1{
	float: left;
	padding: 5px 20px 5px 40px;
}
#f2-section {
	float: left;
/*width: 200px; 2018.08.18 to Mobile-Site*/
	width: 50%;
	padding: 5px 10px 5px 40px;

}
#f2-section p {
	padding-left : 10px;
	color: black;
}

#f2-image2{
	clear: both;

	padding: 5px 10px 5px 40px;
}
#f2-section2 {

	width: 65%;
	padding-left : 10px;
	color: black;
	padding: 5px 10px 5px 40px;
}
#f2-section2 p {
	padding-left : 10px;
	color: black;
}


#f3-section {
	clear: both;
	width: 65%;
	padding-left : 10px;
	color: black;
	padding: 5px 10px 5px 40px;
}


#main-navi {
	background: #e9c6af;
	overflow: hidden;
	padding: 5px 10px 5px 10px;
}
#main-navi ul {
	list-style:none;
}
#main-navi li {
	float: left;
	margin-left: 30px;
}
#main-navi a {
	color: #806600;
	font-size: 16px; 
}
#second-feature_ {
	padding: 20px 30px;
	background: #e9c6af;
	overflow: hidden;
}
/*float: left; 2018.08.18 to Mobile-Site*/
@media screen and (min-width: 640px) {
	   /* 表示領域が640px以上の場合に適用するスタイル */
	.f-section {
	   width:30%;
	   float: left;
		/*width:300px; 2018.08.18 to Mobile-Site*/
		margin-left: 20px;
		text-align: center;

	}
}
@media screen and (max-width: 639px) {
	   /* 表示領域が640px未満の場合に適用するスタイル */
	.f-section {
		width:100%;
		/*width:300px; 2018.08.18 to Mobile-Site*/
		/*margin-left: 60px;*/
		text-align: center;

	}
}

#f-section-wrapper {
	overflow: hidden;

}
#second-feature_ h2{
	padding: 30px 5px 5px 0px;
}
#f-section-wrapper a {
	color: black;
	font-size: 16px; 
	padding: 0px 0 80px 40px;
}
#f-section-description{
	font-size: 16px; 
}

#f-section-wrapper2 a {
	color: black;
	font-size: 16px; 
	padding: 0px 0 80px 40px;
}
#f-section-description2{
	font-size: 16px; 
}
#footer{
	overflow: hidden;
	padding: 20px 30px;
	background: #800000;
	height: 100px
}
#footer1{
	overflow: hidden;
}
#footer1 ul {
	list-style:none;

}
#footer1 li {
	float: left;
	margin-right: 60px;
	color: white;
	font-size: 10.5px;
}
#footer1 a {
	color: white;
	font-size: 16px; 
}
#Copyright1 {
    height:30px;
    /*width:960px; 2018.08.18 to Mobile-Site*/
    display:table-cell;
    vertical-align:middle;
    text-align:center;
	margin-right: 60px;
	color: white;
	font-size: 10.5px; 
}

