/*
Theme Name:hica-theme
*/


body {
	background-color: #bcd2f5;
}

.container {
	max-width: 1200px;
	width:80%;
	background:#fff;

	margin:0 auto;
}

.container .article a,.container .article a:link {
text-decoration: underline;
color:blue;
}

.container .article p {
	line-height: 24px;
}

.header {
	width:100%;
	height: auto;
	height: 300px;
	background: url(asset/img/bg-fukuoka3.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}

.header h1 img {
	width:300px;
	height: auto;
	padding-top: 50px;
	padding-left:20px;
}

.nav {
	background: #EEE8AA;
	padding:10px;
	height: 40px;
}

.nav ul li {
	float: left;
	margin-right: 20px;

}

.nav ul li.profile {
	float:right;
}

.content{
	padding:2%;
	overflow: hidden;
}

.main {
	width:70%;
	margin-right:2%;
	float:left;
}



.article {
	margin-bottom: 30px;
	clear: both;
	overflow: hidden;
}

.article h2 {
	border-left:5px solid #87CEEB;
	font-size:20px;
	padding:5px 0 5px 10px;
	margin-bottom: 10px;
}

.article ul li {
margin-bottom:10px;
}

.more {
	float: left;
	margin-top: 10px;
}

.sidebar {
	width:28%;
	float:right;
}

.sidebar h2 {
	background: #bcd2f5;
	padding:5px;
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: bold;
}

.sidebar ul li {
	margin-bottom:10px;
}

.sidebar .widget {
	margin-bottom: 50px;
}

.footer {
	background: #6590d3;
	height: 120px;
}

.footer .copyright {
	text-align: center;
	line-height: 100px;
}

