BODY {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight:600;
	margin: 0;
	padding: 0;
	font-size: 100%;
	color: #000000;
}

.box .title{
	font-weight:bold;
	margin:0;
	padding:0;
	font-size:120%;
}
.box a{
	color:#333;
	text-decoration:none;
}
.box a:hover{
	text-decoration:underline;
}


.catName{
	display:inline-block;
	padding:3px 8px;
	border:1px solid #ccc;
	border-radius:6px;
	font-size:11px;
	line-height:100%;
	margin:0 2px;
}
.newMark{
	display:inline-block;
	border:1px solid #F00;
	padding:1px 4px;
	font-size:11px;
	line-height:100%;
	background:#F00;
	color:#fff;
	box-shadow:1px 1px 1px #999;
	border-radius:8px;
	font-style:italic;
}
.comment{
	padding:3px 0;
	font-size:100%;
	overflow:hidden;
}
.thumbNailWrap{
	overflow:hidden;
}

.up_ymd{
	font-size:80%;
	font-weight:normal;
	padding-left:1em;
}



.container {
    margin-bottom: 0px;
    width: 100%;
}

.box {
	padding:10px;
    border: solid 1px #ddd;
        border-bottom:2px solid #ddd;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
    margin: 0px 0 25px 0;
}

.box_in{
	display:flex;
}

.box_in .right {
  margin: 0 0 0 0;
  padding: 0 30px 0 0;
    width:80%;
}

.box_in .image{
	width:20%;
	margin:0;
	padding:0 0 0 20px;
	position:relative;
}
.box_in .text{
	margin:0 0 0 0px;
	padding:0;
	font-size:100%;
}

.box_in .text_r{
	margin:0 0 0 0px;
	padding:0;
	font-size:90%;
	text-align:right;
	color:#999;
}

.box_in .text2{
	margin:0 0 0 0px;
	padding:0;
	font-size:100%;
}

.box_in .title{
	font-weight:bold;
	margin:0;
	padding:0;
	font-size:120%;
	font-family:Arial,Helvetica,Verdana,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	/*	text-decoration:underline;*/
}
.box_in a{
	color:#333;
	text-decoration:none;
}
.box_in a:hover{
	text-decoration:underline;
}

.box_in .more{
	font-weight:bold;
	margin:0.5em 0 0 0;
	padding:0;
	font-size:95%;
	font-family:Arial,Helvetica,Verdana,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

/* Pager style（外部化可） */


.pager{
	width:100%;
	text-align:center;
	padding:10px;
	clear:both;
}
/*ページャーボタン*/
.pager a{
    border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;
    color: #333;
    font-size: 14px;
    padding: 3px 7px 2px;
    text-decoration: none;
	margin:0 1px;
}

/*現在のページのボタン*/
.pager a.current{
    background: #999;
    border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;
    color: #fff;
    font-size: 14px;
    padding: 3px 7px 2px;
	margin:0 1px;
    text-decoration: none;
}

.pager a:hover{
    background:#999;
    color: #fff;
}

.overPagerPattern{
	padding:0 2px ;	
}

@media only screen and (max-width : 767px){
body {
font-family:Arial,Helvetica,Verdana,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif !important;
    font-weight:normal;
}

.container {
	padding:5px;
}
.box {
	width:90%;
	margin: 3px;
}
.box_in .text{
	font-size:80%;
}
.box_in .text_r{
	font-size:80%;
}
.box_in .title{
	font-size:105%;
}

.box_in .text2{
	font-size:80%;
}

.box_in .image{
	padding:0 0 0 5px ;
}


.box .box_in .image img{
	width:65%;
}
}