@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:14px;
	color:#999;
	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;
}

.text-center {
    text-align: center!important;
}

.gray{
	background-color: #efefef;
}

/* header */
header {
    margin: 0 auto;
	width:100%;
    height: 65px;
    background-color: #efefef;
	text-align: center;
}

#header_menu {
	width:100%;
    border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color: #efefef;
	text-align:center;
	padding:5px 0;
}

#header_menu span{
	font-size:14px;
	margin:5px 10px;
}

#header_menu a{
	font-weight:bold;
	color:#666;
}

/* rss */
.rss_area{
	width:100%;
	margin:20px auto;
	padding:5px 0;
	text-align:center;
}

/* search */

.search{
	width:80%;
	margin:10px auto;
}

.search_container{
  box-sizing: border-box;
}

.search_container {
    box-sizing: border-box;
    border: #ccc 1px solid;
    padding: 1px;
    width: 100%;
    margin: 10px 0;
}

.search_container input[type="text"] {
    background: #ffffff;
    border: none;
    height: 2.2em;
    width: 78%;
	padding:0 3px;
}

.search_container input[type="text"]:focus {
  outline: 0;
}

.search_container input[type="submit"] {
    cursor: pointer;
    border: none;
    background: #666;
    color: #fff;
    outline: none;
    height: 2em;
    width: 18%;
}

.search_container ::-webkit-input-placeholder {
  color: #3879D9;
}

/* wrap */
.wrap{
	box-sizing:border-box;
    width:100%;
	padding:10px;
	color:#666;
}

.date {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    margin-left: 20px;
}

.title {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    margin-left: 20px;
}

.tag {
    line-height: 25px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    background-color: #777;
    text-align: center;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border: 0px solid #666;
    height: 26px;
    float: left;
    margin-top: 10px;
    margin-left: 20px;
    display: block;
}

.index_photo {
    margin: 10px;
    text-align: center;
}


.title_category {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
}
/* banner */
.banner{
	box-sizing:border-box;
	width:100%;
	min-height: 50px;
	height: auto !important;
	height: 50px;
	margin:20px auto 20px;
	text-align:center;
}

/* category */
.navi ul, ol, dl {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

ol, ul {
    list-style: none;
}

ul, ol, dl {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.navi li {
    color: #fff;
    font-size: 13px;
    border: 1px solid #666;
    border-radius: 3px;
    margin: 0 5px 5px 0;
    padding: 5px;
}

.navi li a{
    color: #666;
}

/* pagination */
.pagination {
    padding: 20px;
	width:100%;
	text-align:center;
	margin:10px auto;
}

.page {
    display: inline-block;
    padding: 3px 9px;
    margin-right: 4px;
    border: solid 1px #3879d9;
    background: #3879d9;
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
}

.page a {
    color: #fff;
}

.page:hover, .page.gradient:hover {
    background: #99baea;
}

.page.active {
    border: none;
    background: #99baea;
    color: #fff;
	border: solid 1px #3879d9;
}

footer{
	width:100%;
	padding:10px 0;
	text-align:center;
	border-top:1px solid #ccc;
	background-color: #efefef;
}