
/* ***********************************
	Site Name:MAGAGINES
	Description:CSS for General
	Version:2019.04.20
************************************ */


/*----------------------------------------------------------------------------------------------------
	Common
---------------------------------------------------------------------------------------------------- */

body{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;	
}

#header{
	text-align: center;
	}

#img_logo{
	text-align: center;
/*	position: absolute;  */
}

#img_logo img{
	width: 60%;
	margin-top: 80px;
}

#img_logo2{
	text-align: center;
/*	position: absolute;  */
}

#img_logo2 img{
	width: 60%;
	margin-top: 10px;
}

#sns{
	text-align: center;
}
#sns img{
	margin: auto;
	position: relative; 
	right: -240px;
	top: 10px;
	text-align: right;
}

#sns a:hover img{
	opacity: 0.7;
}

#contents{
	text-align: center;
}
#menu_contents{
	text-align: center;
	font-size: 30px;
	width: 100%;
	margin-top: 5px;
	position: absolute; 
}

#menu_contents a{
	text-align: left;
	font-size: 30px;
	text-decoration: none;
	line-height: 300% ;
	color: #000;
}

#menu_contents a:hover{
	text-decoration: none;
	color: #EC0808;		
}

#menu a{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;	
	text-align: left;
	font-size: 30px;
	text-decoration: none;
	line-height: 400% ;
	color: #000;
}

#menu a:hover{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;	
	text-decoration: none;
	color: #EC0808;		
}

#menu_list{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;	
	text-align: center;
	width: 100%;
	margin-top: 80px;
	position: absolute;
}

#menu_list a{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;	
	text-align: left;
	font-size: 30px;
	text-decoration: none;
	line-height: 230% ;
	color: #000;
}

#menu_list a:hover{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;	
	text-decoration: none;
	color: #EC0808;		
}

main{
	position: absolute;
	top: 100px;
}

main_contents{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

#copy {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	position: fixed;
	font-size: 20px;
	bottom: 10px;
	width: 100%;
}

/*----------------------------------------------------------------------------------------------------
	Instagrm API
---------------------------------------------------------------------------------------------------- */
ul {
	list-style: none;
}

img {
	vertical-align: bottom;
}


.instagram {
	width: 900px;
	margin: 0 auto;
	margin-top: 120px;
}

.instagram li {
	margin: 20px;
	float: left; 
	width: 250px;
	height: 250px; 
	overflow: hidden;
	position: relative;
/*	margin-left: -40px; */
}
p.ins_like {
	position: absolute;
	width: 100%;
	height: 60px;
	bottom: -55px;
	left: 0;
	background: rgba(255,255,255,0.70);
	padding: 5px 5px 5px 5px;
	box-sizing: border-box;
	text-align: center;
	font-size: 40px;	
}
.instagram li img {
	max-width: 100%;
}
.fa-heart {
	margin-right: 30px;
	color: #EA4E50;
}
