@charset "utf-8";

@font-face {
	font-family: 'HuiFont109';
	src: url('fonts/HuiFont109.eot');/* IE */
}
@font-face {
	font-family: 'HuiFont109';
	src: local('HuiFont109'); /*フォントがローカルにインストールされている時の指定*/
	src: url('fonts/HuiFont109.woff') format('woff');
	src: url('fonts/HuiFont109.ttf') format('truetype'); /* Safari、Chrome、Firefox、Opera */
}

body{
	background: #c1a787;
	background: url(baby/common/images/bg_craft.png);
	color: #6d422f;
        font-size: 10px;
	font-family: 'HuiFont109','Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
}

h1{
/*	font-size: 30px; */
	font-size: 2.6rem;     
	padding-top: 20px;
	padding-bottom: 20px;
}

#container{
	max-width: 600px;
	margin: 0 auto;
/*	position: relative; */
}

article p{
/*	font-size: 20px; */
	font-size: 1.8rem;
	padding-top: 1.0em;
}

#container aside ul{
	padding-top: 50px;
	padding-bottom: 30px;
/*	font-size: 20px; */
	font-size: 1.8rem;
/*	line-height: 34px; */
	line-height: 4.0rem;
}

aside a{
/*	text-decoration: none; */
	color: #6d422f;
}

#foot_wrapper{
	margin: 40px auto;
	max-width: 420px;
}

#copy{
	clear: both;
	overflow: hidden;
	text-align: center;
	height: 40px;
	line-height:40px;
	font-size: 20px;
}

#share-buttons{
	height: 30px;
	width: 152px;
	margin: 10px auto;
}

#share-buttons ul li{
	display: inline;
	margin-left: 1px;
	margin-reft: 1px;
}

a:hover{
	opacity: .7;
}

a:active{
	opacity: .7;
}


@media(max-width: 599px){
#container{
	max-width: 400px;
        font-size: 10px;
}
h1{
/* 	  font-size: 18px; */
	  font-size: 1.6rem;     
	  padding-top: 10px;
	  padding-bottom: 10px;
}
article p{
/* 	  font-size: 15px; */
	  font-size: 1.2rem;
	  padding-top: 0.8em;    
}
article{
	  padding-bottom: 30px;    
}
 #container aside ul{
/* 	  font-size: 12px; */
	  font-size: 1.0rem;     
	  padding-top: 10px;
	  padding-bottom: 10px;
          line-height: 1.6rem;           
}
}


