@charset "utf-8";
/* CSS Document */

*{margin:0; padding:0;}

body{
	margin: 30px auto 10px auto;
	background-attachment: fixed;
	background-image: url(../image/anemoi_manual_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#wrapper {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}

img{
	width: 100%;
}

.title {
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	background-color: #64c8eb;
	color: #FFF;
	text-align: center;
}
.contents_box {
	background-color: #FFF;
	border: 1px solid #64c8eb;
	margin-bottom: 20px;
}
.contents_image{
	padding: 0 2%;
	box-sizing: border-box;
	margin: 10px 0 15px 0;
}

.main_image {
	width: 70%;
	max-width: 400px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}
.text_style1 {
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #64c8eb;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #64c8eb;
	padding-left: 4px;
	padding-bottom: 2px;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 6px;
}
.text_box {
	padding-bottom: 15px;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 12px;
}
.text_style2 {
	font-size: 12px;
	line-height: 16px;
}
.text_style3 {
	text-align: center;
	padding-top: 15px;
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 5px;
}
.text_style4 {
	font-size: 12px;
	line-height: 16px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.text_style5 {
	font-size: 12px;
	line-height: 16px;
	text-align:center;
}

.anemoi_leaf_bg{
	background-image: url("../image/anemoi_manual_leaf_bg.png");
	background-size: cover;
	width: 100%;
	min-height: 100vh;
	position: fixed;
	z-index: -1;
	top: 0;
}

/* Smartphone_setting
================================================== */
@media screen and (max-width: 699px){

	body{
		margin: 30px auto 10px auto;
		background-attachment: fixed;
		background-image: url(../image/anemoi_manual_bg_sp.jpg);
		background-repeat: no-repeat;
		background-position: center top;
	}

	#wrapper {
		width: 90%;
		margin-right: auto;
		margin-left: auto;
	}

}

