@charset "UTF-8";*{font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,メイリオ,Meiryo,"ＭＳ Ｐゴシック";margin:0;padding:0;}
/*font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;margin:0;padding:0;*/

html body{width:100%;height:100%;}

body{
	margin:0;
	padding:0;
	font-size:12px;
	background-color:#fff4f4;
	color:#666;
}

img{
	border:none;
}

.img{
	max-width:100%; 
    height:auto;
}

a{
	color:#f5a3bc;
	text-decoration:none;
}

a:hover {
    color: #c39;
    text-decoration: none;
}

.center{
	text-align:center;
}

.cl{
	clear:both;
}

ol, ul {
    list-style: none;
}

/* header */
header{
	width:100%;
	text-align:center;
	padding:30px 0 20px;
	margin:0 0 20px;
}

header a{
	font-family: 'Playball',cursive;
	font-size: 30px;
}

/* form */
#searchform {
    position: relative;
    width: 80%;
    height: 40px;
    margin: 0 auto;
}

#keywords {
    width: 90%;
    height: 30px;
    border: none;
    padding: 2px 9% 2px 1%;
    font-size: 14px;
    color: #222;
    float: left;
    background: #f3f3f3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #ea8787;
}

#searchBtn {
    position: absolute;
    top: 7px;
    right: 8px;
    border: none;
    width: 24px;
}

/* banner */
.banner{
	width:100%;
	padding:10px 0;
	text-align:center;
}

/* junle */
#junle{
	box-sizing:border-box;
	width:90%;
	margin:10px auto;
	padding:5px;
	border-radius: 10px;
	background-color:#ea9ba7;
}

#junle_top{
	box-sizing:border-box;
	width:100%;
	padding:5px;
	border-radius:10px 10px 0 0;
	background-color:#ea9ba7;
	border-bottom:1px dotted #ea9ba7;
	color:#fff;
}

.junle_div{
	box-sizing:border-box;
	width:100%;
	padding:5px;
	background-color:#fff4f4;
	border-bottom:1px dotted #ea9ba7;
}

#junle_bottom{
	box-sizing:border-box;
	width:100%;
	padding:5px;
	border-radius:0 0 10px 10px;
	background-color:#fff4f4;
	border-bottom:1px dotted #ea9ba7;
}

/* post */
.post_wrap{
	box-sizing:border-box;
	width:90%;
	padding:5px;
	border-radius: 10px;
	background-color:#ea9ba7;
	margin:10px auto;
}


.post_wrap div{
	box-sizing:border-box;
	width:100%;
	padding:10px;
	border-radius: 10px;
	background-color:#fff4f4;
	margin:0 auto;
}

.title{
	margin:10px auto;
	text-align:left;
}

.post_img{
	margin:10px auto;
	text-align:center;
}

.date{
	text-align:right;
}

/* pagination */
.pagination{
	width:80%;
	text-align:center;
	margin:10px auto;
}

.pagination a{
	color:#fff;
}

#first{
	box-sizing:border-box;
	border-radius: 10px 0 0 10px;
	padding:5px;
	width:15%;
	border-right:1px dotted #fff4f4;
	display:inline-block;
	text-align:center;
	background-color:#ea9ba7;
}

.numbers{
	box-sizing:border-box;
	padding:5px;
	width:15%;
	border-right:1px dotted #fff4f4;
	display:inline-block;
	text-align:center;
	background-color:#ea9ba7;
}

#last{
	box-sizing:border-box;
	border-radius:0 10px 10px 0;
	padding:5px;
	width:25%;
	display:inline-block;
	text-align:center;
	background-color:#ea9ba7;
}

.recently{
	box-sizing:border-box;
	width:90%;
	padding:5px;
	margin:10px auto;
}

.recently_title{
	box-sizing:border-box;
	width:100%;
	padding:5px 10px;
	border-radius:10px 10px 0 0 ;
	background-color:#ea9ba7;
	color:#fff;
	margin-bottom:10px;
}

.blogroll-list-wrap li{
	overflow:hidden;
	border-bottom:1px dotted #ea9ba7;
	padding:3px 0;
}

.dis_p{
	margin:10px 0;
}

/* footer */
footer{
	box-sizing:border-box;
	width:100%;
	padding:10px 10px 5px;
	background-color:#f7f7f7;
	text-align:center;
}

footer span{
	margin:0 5px;
}

footer div{
	box-sizing:border-box;
	width:100%;
	margin:10px 0 0 ;
	text-align:center;
	padding:5px;
	border-top:1px dotted #ea9ba7;
}

