@charset "utf-8";
/* ========================================================================
		common.css
======================================================================== */
body{
	font-family:'MS P Gothic','游ゴシック体', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro' , sans-serif;
	font-size: 14px; 
	color:#221814;
}
a {	text-decoration: none;}
a:link { 
	color: #4C4C4C; 
	text-decoration: none;
}
a:visited { color: #4C4C4C; }
a:active {
	color: #4C4C4C; 
	border:none;
}
a:hover {
	text-decoration: none;
	filter:alpha(opacity=100);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
p{ line-height: 180%; }
ul,li{
	list-style: none;
}
/* clearfix */
.clearfix:after {
	content:" ";
	display:block;
	clear:both;
}
.row,.col-md-6{
	margin: 0;
	padding: 0;
}

header{
	max-width: 1100px;
	text-align: left;
	margin: 0 auto;
	padding:25px 0;
}
footer{
	font-size: 12px;
	max-width: 1100px;
	margin: 0 auto;
	padding:20px 15px;
}
footer span{
	line-height: 150%;
	float: left;
	display: inline-block;
	text-align: left;
}
footer img{
	float: right;
}

/* mobile */
@media screen and (max-width: 767px) {
	footer{
		font-size: 10px;
		text-align: center;
	}
	footer span{
		float: none;
	}
	footer img{
		float: none;
		margin-top:15px;
	}
}

/* main_wrap  ----------------------*/
#main_wrap{
	max-width: 1080px;
	margin: 0 auto;
}

