@charset "utf-8";

/* ==================================================================
	beginner.css
	
=================================================================== */

.contents h2{
	margin-bottom:23px;
}

.contents .description{
	margin-bottom:4%;
	overflow:hidden;
}

.contents .description p.director{
	width:20%;
	float:right;
}
.contents .description dl.Balloon{
	width:70%;
	float:left;
	background:#efeee9;
	border-radius:8px;
	padding:3%;
	position: relative;
}

.contents .description dl.Balloon:after{
	content: "";
	position: absolute;
	top: 50%; right: -10px;
	margin-top: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #efeee9;
}

.contents .description dl.Balloon dt{
	width:20%;
	float:left;
	text-align: center;
	margin-top: 5%;
}

.contents .description dl.Balloon dd{
	width:80%;
	overflow: hidden;
}

.contents .message{
	margin-bottom:20px;
}

.contents ul.navigation{
	overflow:hidden;
	margin-top:-25px;
	margin-left:-12px;
}

.contents ul.navigation li{
	display:inline;
	float:left;
	margin-top:25px;
	margin-left:28px;
}


/* ==================================================================
	tips	stonetype
=================================================================== */
.stonetype h3{
	margin:20px 0;
}

@media only screen and
(max-width : 640px) {
    
#beginner section{
	margin: 0 3% 30px;
}

#beginner section p.message img{
	max-width:100%;
}
