/* CSS Document */

html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Verdana, Geneva, "sans-serif", "DFPMaruGothic-SB";
}

header {
	padding: 20px ;
	font-size: 18px;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

footer {
	padding: 20px 30px;
	background-color: #DCDCDE;
}


body {
	margin-left: auto;
	margin-right: auto;
	background: #CCCCCC;
	max-width: 480px;
}

.style-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 260px;
	margin-bottom: 20px;
}

.style-nav ul {
	list-style-type: none;
}

.style-nav ul li a {
	text-decoration: none;
	color: #666666;
	text-align: center;
	display: block;
	text-transform: none;
	padding: 8px;
	font-family: Verdana, Geneva, "sans-serif", "DFPMaruGothic-SB";
	font-size: 18px;
}
.style-nav2 ul {
	list-style-type: none;
}

.style-nav2 ul li a {
	text-decoration: none;
	color: #CCCCCC;
	text-align: center;
	display: block;
	text-transform: none;
	padding: 8px;
	font-family: Verdana, Geneva, "sans-serif", "DFPMaruGothic-SB";
}

.hero {
	background-image: url(image/noteb.jpg);
	background-size: cover;
	padding: 50px 20px;
	color: #333333;
	text-align: center;
}

.hero2 {
	background-image: url(image/noteb.jpg);
	background-size: cover;
	padding: 50px 20px;
	color: #333333;
	text-align: center;
    height: 500px;
}


.hero-img {
	margin-center: auto;
	display: aute;
	width: 100px;
	left: auto;
	top: 100px;
}

h1 {
	font-size: 57px;
	text-transform: none;
	font-weight: 200;
	margin-bottom: 60px;
	font-family: Verdana, Geneva, "sans-serif", "DFPMaruGothic-SB";
}

h2 {
	font-size: 24px;
	text-transform: none;
	font-weight: 200;
	margin-bottom: 20px;
	color: #FFFFFF;
}

h3 {
	text-transform: none;
	font-weight: 100;
	margin-bottom: 30px;
	font-family: Verdana, Geneva, "sans-serif", "DFPMaruGothic-SB";
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #666666;
	font-size: 16px;
}

h4 {
	font-size: 16px;
	font-weight: 200;
	margin-bottom: 35px;
}
h5 {
	font-size: 24px;
	text-transform: none;
	font-weight: 200;
	margin-bottom: 20px;
	color: #666666;
}
p {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 35px;
}
ul li:hover a {
	color:black;
}

.about{
	margin-bottom: 8px;
	font-family: Tahoma, Geneva, "sans-serif", "Hiragino Maru Gothic ProN W4";
	font-size: 13px;
}

.button {
	border: 2px solid;
	border-color: darkgrey;
	padding: 8px 30px;
	border-radius: 30px;
	color: #999999;
	text-decoration: none;
	font-family: Verdana, Geneva, "sans-serif", "DFPMaruGothic-SB";
	font-size: 12px;
	font-style: normal;
	font-weight: 200;
	line-height: normal;
}

.info-box-tan {
	background-color: #666666;
	color: #FFFFFF;
	padding: 30px 20px 60px;
	text-align: center;
}

.info-box-dark {
	background-color: #2D2D35;
	color: #FFFFFF;
	padding: 30px 20px 60px;
	text-align: center;
}

.info-box-white {
	background-color: whitesmoke;
	color: inherit;
	padding: 30px 20px 60px;
	text-align: center;
}

.info-box-top {
	background-color: whitesmoke;
	color: inherit;
	padding: 10px 10px 20px;
	text-align: center;
}

.footer-text {
	font-size: 13px;
	margin: 10px;
}

.col {
	width: 100%;
	padding: 8px;
}

.col_top {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding: 8px;
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}


 #toPageTop {
	position: fixed;
	bottom: 30px;
	right: 30px;
}
 #toPageTop a {
	display: block;
	width: 60px;
	background: url(image/btn_to-page-top_ov.gif) no-repeat;
}
 #toPageTop a:hover img {
	visibility: hidden;
}


@media (min-width: 400px){
	
	body {
		max-width: 480px;
	}
	
	.col-md-one-half {
		width: 100%;
	}
	
	.col-lg-one-fourth {
		width: 100%;
	}
	
	
/*Tablet View*/

@media (min-width: 768px){
	
	body {
		max-width: 778px;
	}
	
	.style-nav ul li {
		display: inline-block;
	}
	
	.style-nav ul {
		text-align: center;
	}
	.style-nav2 ul li {
		display: inline-block;
	}
	
	.style-nav2 ul {
		text-align: center;
	}
	
	h1 {
		font-size: 40px;
		margin-bottom: 90px;
	}
	
	h2 {
		margin-bottom: 16px;
	}
	
	.col-md-one-half {
		width: 50%;
	}
	
	.col_top {
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	padding: 8px;
}
	
	.col {
		float: left;
		padding: 0px 7px 14px;
	}
}

/*Desktop View*/

@media (min-width: 1024px){
	
	body {
		max-width: 1200px;
	}
	
	.style-logo {
		float: left;
	}
	
	.style-nav {
		float: right;
	}
	.style-nav2 {
		float: center;
	}
	.col_top {
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	padding: 8px;
}
	
	.col-lg-one-fourth {
		width: 25%;
	}
}
}
