*{
	border-radius: 0px !important;
}
body{
	color: #666;
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal !important;
	margin: 2px 0px 5px 0px;
	padding: 2px 0px;
	color: #666;
}
h1,h2,h3,h4,h5,h6{ font-weight: 300 !important; font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif; }
h1{
	text-align:right;
	font-size: 11px;
	line-height: 14px;
}
h2{
	font-size: 26px;
	line-height: 35px;
}
h3{
	font-size: 22px;
	line-height: 30px;
	margin-bottom:12px;
}
h4{
	font-size: 20px;
	line-height: 24px;
}
h5{
	font-size: 18px;
	line-height: 22px;
}
p{margin: 10px 0px;}
.border{
	background: url("../images/line.png") repeat;
	height: 5px;
	margin: 30px 0px !important;
}
hr{
	margin: 20px 0px;
}
.grey{
	color: #666;
}

/* header */
header{
	background: #fff;
}
header .logo{
	padding: 15px 0px;
}

/* navi */
.navbar-inner > .container{
	width:940px;
}
.navbar{
	margin-bottom: 0px;
}
.navbar *,.nav-collapse *{
	box-shadow: none !important;
	text-shadow: none !important;
	border-radius: 0px !important;
	font-weight: normal !important; 
	font-size: 14px !important;
}
.navbar-inner{
	padding-left: 0px;
	background: #fafafa;
}
.navbar .btn{
	font-size:13px;
	padding:6px 10px;
	color: #fff !important;
}
.navbar{
	border-top: 1px solid #eee !important;
	border-bottom: 1px solid #eee !important;
}
.navbar a, .navbar a:visited{
	color:#666 !important;
}
.navbar .nav > li > a, .navbar .nav > li > a:visited{
	color: #666 !important;
	padding:15px 15px 15px;
}
.navbar .nav > li > a:hover{
	background: #f3f3f3 !important;
}

/* main image */
.mainimg i{
	margin: 0px;
}
.breadcrumb{
	font-size:12px;
	text-align:right;
	background: #f6f6f6;
	padding: 6px 15px;
}

/* posts */

.posts h3{
	border-bottom:1px solid #f7f7f7;
	padding-bottom:8px;
}

.posts p{
	padding:5px;
}

/* sidebar */
.sidebar{
	background:#f7f7f7;
	border:1px solid #e1e1e1;
	padding:8px;
	margin-top:10px;
}
.sidebar h4{
	font-size:16px;
	color:#666;
	line-height:18px;
	margin-bottom:5px;
	padding-bottom:10px;
	text-transform:uppercase;
	border-bottom:1px solid #eee;
	font-weight: 400 !important;
}
.sidebar .widget{
	background:#fff;
	padding:8px;
	font-size: 13px;
	line-height: 23px;
	border:1px solid #e1e1e1;
	margin-bottom:10px;
}
.sidebar ul li{
	padding: 3px 0px;
}

/* content */
.content{
	margin-top: 20px;
}
.content ul{
	list-style-type: none;
	margin-left: 0px;
}
.content ul li{
	padding: 5px 0px;
}

/* topics&navi */
.fmenu {
	margin-left:5px;
}
.fmenu h4{
	margin-bottom:0px;
	line-height: 20px;
}
.fmenu li{
	font-size:14px;
	line-height:14px;
}
.topics{
	padding:7px 12px 14px 12px;
	color: #fff;
}
.topics h4{
	color: #fff;
}
.topics a{
	color: #fff;
	text-decoration: underline;
}
.topics a:hover{
	color: #eee;
	text-decoration: none;
}

/* footnavi */
.footnavi{
	margin-top: 20px;
	padding:15px 0px 10px 0px;
	color: #fff;
	line-height: 30px;
}
.footnavi a{
	font-size: 15px;
	margin: 0px 15px;
	color: #fff;
	font-weight: 400;
	text-decoration: none;
}
.footnavi a:hover{
	color: #eee;
	text-decoration: underline;
}
.footnavi i{
	position: relative;
	top: -2px;
	width: 15px;
	text-align: center;
	padding: 3px;
	right: 3px;
}

/* footer */
footer{
	font-size: 13px;
	background: #f6f6f6;
	color: #444;
}
footer a{
	color: #777;
}
footer a:hover{
	color: #666;
}
footer .color{
	color: #444;
}
footer h6{
	color: #444;
}

footer ul{
	list-style-type: none;
	margin-left: 0px;
}
footer ul li{
	padding: 3px 0px;
}

/* responsive */
@media (max-width: 767px){
	.border{
		margin:10px 0px 5px 0px;
	}
	header,.navbar,.topics,.mainimg,footer{
		margin-left: -20px;
		margin-right: -20px;
	}
	.topics,footer,.navbar-inner,.mainimg{
		padding-left: 20px;
		padding-right: 20px;
	}
	header .logo{
		text-align: center;
	}
	.topics{
		margin-top: 10px;
	}
	.topics span{
		display: block;
		margin-bottom: 10px;
	}
}
@media (min-width: 768px) and (max-width: 979px){}
@media (max-width: 979px){}