@charset "UTF-8";*{font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,メイリオ,Meiryo,"ＭＳ Ｐゴシック";margin:0;padding:0;}

html body{margin:0;padding:0;}

body{
	margin:0;
	padding:0;
	font-size:12px;
	color:#ccc;
	height:auto;
}

cl{
	clear:both;
}

a{
	text-decoration:none;
	color:#ccc;
}

.img{
	max-width: 100%; 
    height:auto;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

/* header */
header{
	width:100%;
	padding:0 0 10px;
	text-align:center;
}

#header_bar{
    width: 100%;
    background: url(../images/header_bg.png) left top;
    height: 8px;
}

#logo{
    width: 100%;
    text-align:center;
	padding:10px 0;
}

.cat_txt {
    padding: 0 10px;
    margin: 10px 0;
    font-weight: 200;
}

.post {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto 20px;
    background: #f9f9f9;
    padding-bottom: 20px;
}

.post_title{
    box-sizing:border-box;
	width: 100%;
    background: url(../images/title_bar.png) left top no-repeat;
    padding: 1px;
	height: 24px;
    overflow: hidden;
}

.post_title a {
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    text-shadow: #999 1px 1px 0, #999 -1px 1px 0, #999 1px -1px 0, #999 -1px -1px 0;
}

.post_title_detail{
    box-sizing:border-box;
    width: 100%;
    background: url(../images/title_bar.png) left top no-repeat;
    padding: 1px;
    overflow: hidden;
    color: #fff;
    font-weight: 300;
    text-shadow: #999 1px 1px 0, #999 -1px 1px 0, #999 1px -1px 0, #999 -1px -1px 0;
}



/* wrap */
.wrap{
	box-sizing:border-box;
    width:100%;
	padding:10px;
	color:#666;
}

.pagination {
	box-sizing:border-box;
    padding: 10px 20px;
    width: 100%;
    margin: 10px auto 20px;
    text-align: center;
}

.page a:hover, .page.active, .page.gradient:hover {
    background: #fff;
    color: #6edfea;
}

.page a, .page.active {
    display: inline-block;
    padding: 3px 9px;
    margin-right: 4px;
    border: 1px solid #ccc;
    font-size: .875em;
    font-weight: 700;
    text-decoration: none;
}

.page a {
    background: #6edfea;
    color: #fff;
}
footer{
	width:100%;
	padding:10px 0;
	text-align:center;
	background: #555555;
	color:#fff;
}