/*============================
　CSSリセット
=============================*/
* {
	margin: 0;
	padding: 0;
	font-family:"Lucida Grande","Lucida Sans Unicode","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Helvetica,Arial,Verdana,sans-serif;
}

/* HTML5タグ用リセット */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

h1, h2, h3, h4, h5, h6, strong, b {
	font-weight:bold;
}
body {
	font-size: 72%;/*font-sizeリセット*/
}
html>/**/body {
	font-size: 12px; /*font-sizeリセット Except IE */
}
/* -----------------------------------------
		10px	>>	0.83em
		11px	>>	0.95em
		12px	>>	1em
		13px	>>	1.08em
		14px	>>	1.17em
		15px	>>	1.25em
		16px	>>	1.33em
		18px	>>	1.50em
		20px	>>	1.67em
----------------------------------------- */
img {
	border:none;
	margin: 0px;
	padding: 0px;
	vertical-align:middle;/*IE6 下の余白を消す*/
}
a {
	
}
/*============================
　共通チップス
=============================*/
.clear {
	clear:both;
}

/*clearfix*/
.clearfix:after{
    content:"";
    clear:both;
    display:block;
    height:0;
}


.hide {
	display:none;
}
a {
	color:#115c8f;
	outline:none;
	overflow:hidden;
	text-decoration:underline;
	-moz-transition: 0.6s 0s;
	-webkit-transition: 0.6s 0s;
	-ms-transition: 0.6s 0s;
	-o-transition: 0.6s 0s;
	transition: 0.6s 0s;
}
a:hover {
	color:#115c8f;
	text-decoration:none;
}
a img{
-moz-transition: 0.6s opacity 0s;
-webkit-transition: 0.6s opacity 0s;
-ms-transition: 0.6s opacity 0s;
-o-transition: 0.6s opacity 0s;
transition: 0.6s opacity 0s;
}
a:hover img{
filter: alpha(opacity=70);
-moz-opacity:0.7;
opacity:0.7;
}
/*============================
	レイアウト・背景色・基本文字色
=============================	*/
html {
}
body {
	background :url(../../images/130/bgi_body_001.gif ) left top #ebebeb;/*このテンプレの背景色*/
	line-height:1.7;
	color:#333;/*このテンプレの基本色*/
	text-align:center;
}
#container{
	background :url(../../images/130/bgi_container_002.png ) center top no-repeat;
	text-align:center;
}
#content {
	width:960px;
	padding-bottom:80px;
	text-align:left;
	margin:30px auto 0;
}
#sidebar{
	width:240px;
	float:left;
	padding-bottom:100px;
}
#main{
	width:680px;
	float:right;
}
/*============================
	ヘッダー
=============================*/
#header {
	width:100%;
	text-align:left;
	position:relative;
	background:url(../../images/130/bgi_header_001.png) left bottom repeat-x #fff;
	border-top:4px solid #115c8f;
	margin-bottom:30px;
	min-height:66px;
	-moz-box-shadow: 0 0 4px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,.5);
	box-shadow: 0 0 4px rgba(0,0,0,.5);
}
#header .headerIn {
	width:960px;
	margin:0 auto;
	position:relative;
}
/* タイトル */
#site_title {
	padding-top:10px;
	width:620px;
	line-height:1.4;
}
#site_title h1{
	font-size:32px;
	*display:inline;
	*zoom:1;
}
#site_title a {
	font-size:32px;
	text-decoration:none;
	color:#115c8f;
}
#site_title a:hover {
}
#site_title img {
	max-width:620px;
	margin-top:-10px;
	width:expression(this.width >= 620? "620px" : "auto");
}
#site_title a:hover img {
}
/*　ヘッドメニュー */
#head_nav {
	width:310px;
	height:70px;
	position:absolute;
	top:-4px;
	right:0;
}
#head_nav ul{
	clear:both;
	width:310px;
}
#head_nav ul li{
	float:right;
	list-style:none;
	}
#head_nav ul li a{
	background:#115c8f;
	color:#fff;
	display:block;
	font-size:15px;
	height:50px;
	text-align:center;
	text-decoration:none;
	width:103px;
	padding-top:20px;
	
}
#head_nav ul li a:hover{background:#004172;}
/*　リードエリア
------------------------------------------------*/
#lead_area{}
#lead_areaIn{
	/background:#f7f7f7;
	background:rgba(255,255,255,.6);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.33);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.33);
	box-shadow: 0 1px 3px rgba(0,0,0,.33);
	margin:0 auto;
	padding:20px 0 20px 24px;
	text-align:left;
	width:936px;
}
/*　メイン写真   */
#cover{
	float:right;
	width:365px;
	height:auto;
}
#cover img{
	width:365px;
	height:auto;
}
/*　リードテキスト   */
#site_description {
	border-left: 1px solid #115c8f;
	color: #115c8f;
	float: left;
	font-size: 15px;
	line-height: 1.8;
	padding: 10px 24px 10px 24px;
	width: 520px;
}
/*　メイン画像なし   */
.no-img #cover{
	display:none;
}
.no-img #site_description {
	width:887px;
}
.no-img #lead_areaIn{}

/* スライド
------------------------------------------------*/
.mainSlideIn {
	box-sizing:content-box;
	box-sizing:inherit;
	width:960px;
	margin: 0 auto -10px;
}
.bx-wrapper {
    margin-bottom:40px !important;
	height:400px !important;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.33);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.33);
    box-shadow: 0 1px 3px rgba(0,0,0,.33);
}
#mainSlide{
	margin:0;
}
#mainSlide li {
	height:400px !important;
	width:960px;
	position:relative;
	background:rgba(0,0,0,0.2);
	overflow:hidden;
}
#mainSlide li img {
	position:absolute;
	left:0;
	width:960px;
	height:auto;
}

/* pager */
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #bbb;
	text-indent: -9999px;
	display: block;
	width: 7px;
	height: 7px;
	margin: 0 7.5px;
	outline: 0;
	cursor:pointer;
	border-radius:7px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover ,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #115c8f;
	opacity:1;
}
.bx-wrapper .bx-pager {
    bottom: -22px!important;
}
/* controlBtn */
.bx-wrapper .bx-controls-direction a {
	width:40px;
	height:40px;
	margin:0;
	top:180px;
	cursor:pointer;
	border-radius: 20px;
}
.bx-wrapper .bx-prev {
	background:url(../../images/130/btn-slider_001.png) 15px center no-repeat #115c8f;
	left:-26px;
}
.bx-wrapper .bx-prev:hover {
	background-color:#3373a9;
	opacity:1;
}
.bx-wrapper .bx-next {
	background:url(../../images/130/btn-slider_002.png) 17px center no-repeat #115c8f;
	right:-26px;
}
.bx-wrapper .bx-next:hover {
	background-color:#3373a9;
	opacity:1;
}

/*============================
	フッター
=============================*/
#footer {
	background :url(../../images/130/bgi_footer.png ) center top no-repeat;
	width:100%;
	padding: 30px 0 60px 0;
	
}
#footerIn {
	width:920px;
	margin:0 auto;
	padding:10px 0;
}
/*　コピーライト */
address{
	text-align:left;
	display:block;
	width:500px;
	float:left;
	font-style:normal;
	font-size:11px;
	color:#135d90;
}
/*　プロフィール  */
#footer #about {
	width:300px;
	float:right;
}
#footer #about ul{
	list-style:none;
	padding:0 3px;
}
#footer #about ul li{
	float:right;
	list-style:none;
	padding-left:40px;
}
#footer #about ul li a{
	text-decoration:none;
	font-size:12px;
	color:#135d90;
	padding-left:12px;
	background: url(../../images/130/ico_arrow_001.png ) left center no-repeat;
}
#footer #about ul li a:hover{
	color:#135d90;
	text-decoration:underline;
}
/*============================
	ページトップ
=============================*/
#content {
	position:relative;
}
#pagetop {
	position: fixed;
	right: 24px;
	bottom: 24px;
	text-indent:-9999px;
}
#pagetop a {
	display:block;
	width:40px;
	height:40px;
	background:url(../../images/130/btn_pagetop_001.png) left top no-repeat;
	}
#pagetop a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
/*============================
	サイドバー
=============================*/

/*　グローバルナビ
-----------------------------------------*/
#global_nav {
	/background:#f7f7f7;
	background: rgba(255,255,255,.6);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.33);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.33);
	box-shadow: 0 1px 3px rgba(0,0,0,.33);
	border-left:4px solid #115c8f;
	margin-bottom:30px;
	width:236px;	
}
#global_nav dl {}
/* 親メニュー */
#global_nav dl dt span {
	cursor:pointer;
	display:block;
	position:absolute;
	top:50%;
	margin-top:-8px;
	right:10px;
	width:17px;
	height:0;
	padding-top:18px;
	*zoom:1;
	overflow:hidden;
	background:url(../../images/130/ico_plus_001.png) no-repeat;
}
#global_nav dl dt span.close {background:url(../../images/130/ico_minus_001.png) no-repeat;}
#global_nav dl dt {
	position:relative;
	border-bottom:1px #d3d2d2 solid;
}
#global_nav dl dt a {
	color:#115c8f;
	background :url(../../images/130/ico_arrow_001.png ) 215px center no-repeat;
	display:block;
	text-decoration:none;
	font-weight:normal;
	font-size:15px;
	line-height:1.3;
	padding: 13px 35px 13px 15px;
}
#global_nav dl dt a:hover{
	background :url(../../images/130/ico_arrow_001.png ) 215px center no-repeat #fff;
}
/* 子メニュー */
#global_nav dl dd{background:#dadada;border-bottom:1px solid #dadada;}
#global_nav dl dd a {
	background :url(../../images/130/ico_step_001.png ) 18px 12px no-repeat;
	color:#115c8f;
	display:block;
	font-size:15px;
	font-weight:normal;
	text-decoration:none;
	padding:6px 20px 6px 35px;
	line-height:1.3;
}
#global_nav dl dd a:hover{background :url(../../images/130/ico_step_001.png ) 18px 12px no-repeat #fff;}

/*　About
-----------------------------------------*/
#sidebar #about{margin-bottom:30px;}
#sidebar #about ul li{list-style:none;}
#sidebar #about ul a{
	display:block;
	text-decoration:none;
	/background:url(../../images/130/ico_arrow_001.png ) 215px center no-repeat #f7f7f7;
	background:url(../../images/130/ico_arrow_001.png ) 215px center no-repeat rgba(255,255,255,.6);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.33);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.33);
	box-shadow: 0 1px 3px rgba(0,0,0,.33);
	border-left:4px solid #115c8f;
	padding:20px 15px;
	margin-bottom:10px;
	font-weight:bold;
	font-size:15px;
}
#sidebar #about ul a:hover{background:url(../../images/130/ico_arrow_001.png ) 215px center no-repeat #fff;}

/*　ブログ
-----------------------------------------*/
#blog {
	margin-bottom:30px;
	/background:#f7f7f7;
	background: rgba(255,255,255,.6);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.33);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.33);
	box-shadow: 0 1px 3px rgba(0,0,0,.33);
	border-left:4px solid #115c8f;
	position:relative;
}
#blog h2 {
	border-bottom:1px solid #dadada;
	color:#115c8f;
	display:block;
	font-size:15px;
	font-weight:bold;
	padding:13px 15px;
}
#blog_link {
}
#blog_link a {
	background :url(../../images/130/btn_readmore_001.png ) left top no-repeat;
	display:block;
	height:41px;
	text-decoration:none;
	line-height:10;
	overflow:hidden;
	width:100%;
}
#blog_link a:hover {
	filter: alpha(opacity=70);
-webkit-opacity:0.7;
-moz-opacity:0.7;
-ms-opacity:0.7;
-o-opacity:0.7;
opacity:0.7;}
#blog dl {
}
#blog dl dt{/* 日付 */
	padding:13px 0 0 15px;
	display:block;
	font-size:12px;
	color:#115c8f;
	font-weight:bold;
}
#blog dl dd{/* ブログタイトル */
	display:block;
	border-bottom: 1px #d3d2d2 solid;
}
#blog dl dd a{
	padding:0 30px 13px 15px;
	display:block;
	font-size:15px;
	line-height:1.3;
	color:#333;
	background: url(../../images/130/ico_arrow_001.png ) 215px center no-repeat;
}

#blog dl dd a:hover {
}
/*　QRコード
-----------------------------------------*/
#qrcode {
	/background:#f7f7f7;
	background: rgba(255,255,255,.6);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.33);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.33);
	box-shadow: 0 1px 3px rgba(0,0,0,.33);
	border-left:4px solid #115c8f;
	margin-bottom:30px;
	position:relative;
	text-align:right;
}
#qrcode p{
	width: 110px;
	position: absolute;
	left: 15px;
	top: 10px;
	text-align: left;
	font-size: 11px;
}
#qrcode img{
	width:100px;
}
/*============================
	メイン
=============================*/
/*　トピックス 
------------------------------------------------*/
#topics{
	/background:#f7f7f7;
	background: rgba(255,255,255,.6);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.33);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.33);
	box-shadow: 0 1px 3px rgba(0,0,0,.33);
	padding:0 24px 24px 24px;
}
#topics h2{
	margin-bottom: 10px;
	margin-left:-24px;
}
#topics h2 img{
	vertical-align:top;
}
#topics dl{
	overflow-y: auto;
	max-height: 140px;
	font-size: 14px;
	line-height: 1.5;
	border-bottom: 1px solid #dadada;
}

#topics dl dt {  /* 日付 */
	display:block;
	font-size:12px;
	font-weight:bold;
	width:100px;
	color:#115c8f;
	float:left;
	margin-bottom:12px;
}
#topics dl dd {  /* トピックス本文 */ 
	display:block;
	width:530px;
	float:left;
	margin-bottom:12px;
}  
#topics dl dd a{
}
/*　お問い合わせ
-----------------------------------------*/
#inquiry {
	text-align:center;
	width:100%;
	margin:80px auto 0 auto;
}
#inquiry a{}
#inquiry a:hover {}
/*============================
	記事ボックス
=============================*/
.article_box {
	/background:#f7f7f7;
	background: rgba(255,255,255,.6);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.33);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.33);
	box-shadow: 0 1px 3px rgba(0,0,0,.33);
	border-top:4px solid #115c8f;
	margin-bottom:30px;
	padding-bottom:30px;
}
.article_box .article_title {
	font-weight:normal;
	margin-bottom:18px;
	padding:20px 20px 20px 24px;
	border-bottom:solid 1px #d3d2d2;
}
.article_box .article_title h2 {
	font-size:22px;
	line-height:1.2;
	font-weight:normal;
}
.article_box .entry b,
.article_box .entry em,
.article_box .entry span{
	font-size:1.05em;
	line-height:150%;
}
/* 記事画像なし */
.article_box.no-img .entry{
	padding-left: 0;
	width: 632px;
	margin:0 auto;
	float:inherit!important;
}

/* 記事画像あり */
.article_box .entry{
	padding-left: 24px;
	width: 410px;
	float: left;
}
.article_box .article_figure {
	width: 200px;
	margin-top:6px;
	padding:10px;
	float: right;
	background:#dae0e4;
}
.article_box .article_figure div{
	margin-bottom: 1px;
	}
.article_box .article_figure img{	
	width: 200px;
	height: auto;
	}
.article_box .article_figure span {
	display: block;
	color:#697074;
	width: 200px;
	font-size: 12px;
	line-height: 1.3;
	padding:5px 0 12px 2px;
}
.article_box .article_figure a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
/*記事ボックス内のテーブル*/
.article_box .entry table {
 	border-collapse:collapse;
    border:#d3d2d2 1px solid;
}
.article_box .entry table th,
.article_box .entry table td {
	border:#d3d2d2 1px solid;
	padding:10px;
}

/*============================
	下層ページ共通
=============================*/
/*ページタイトル*/
#page_title h1{
	padding:30px 0;
	font-size:34px;
	color:#115c8f;
	font-weight:normal;
}

/*パン屑リスト*/
#pnkz {
	width:960px;
	margin:0 auto;
	padding:5px 0 0 0;
	text-align:right;
}
#pnkz ul {
	margin-top:-26px;
	padding-right:10px;
	list-style:none;
}
#pnkz ul li {
	padding-left:5px;
	display:inline-block;
	*display:inline;
	*zoom:1;
	font-size:11px;
}
#pnkz ul li a {
	padding-right:15px;
	background:url(../../images/130/ico_arrow_001.png) no-repeat right 3px;
}
/*============================
	フリーエリア
=============================*/
#side-area{
	font-size:12px;
}
#foot-area{
	width:100%;
	margin:30px 0;
}
/*============================
	お問い合わせフォーム、プロフィール、地図
=============================*/
#map,#profile,#form {
	font-size:13px;
}

#map table,#form table, #profile table {
	border-collapse:collapse;
	width:632px;
	margin:0 auto;
	border-top:solid 1px #d3d2d2;
}
#form table{
	border-bottom:solid 1px #d3d2d2;
}
#map th, #profile th {
	padding:15px 10px 15px 24px;
	vertical-align:middle;
	font-weight:normal;
	border-bottom:solid 1px #d3d2d2;
	width:20%;
	font-weight:bold;
	text-align:left;
}
#map td, #profile td {
	vertical-align:middle;
	padding: 15px 5px;
	border-bottom:solid 1px #d3d2d2;
	width:80%;
}
#form th {
	vertical-align:middle;
	font-weight:normal;
	width:25%;
	padding:10px;
	text-align:left;
}
#form td {
	vertical-align:middle;
	padding:10px;
	width:75%;
}
/*お問い合わせ
-----------------------------------------*/
.warning {
	text-align:right;
}
.validation_span, .warning span {
	color:#F03;
}
#contact_submit th, #contact_submit td{
	text-align:center;
}
#form input, #form textarea {
	font-size:1.2em;
	padding:5px;
	
}
#form input[type=text], #form textarea {
	border:solid 1px #d3d0d0;
}
#form input[type=text]:focus, #form textarea:focus {
	outline:none;
	background:#e7f3f4;
}
#form input[type=submit],
#form input[type=reset] {
	padding: 8px 20px;
	width:150px;
	font-size:20px;
	margin:10px 0 20px 0;
}

#form input[type=submit] {
margin-right: 20px;

font-weight: bold;
text-decoration: none;
color: #ffffff;
transition: 0.6s opacity 0s;
-moz-transition: 0.6s opacity 0s;
-webkit-transition: 0.6s opacity 0s;
-ms-transition: 0.6s opacity 0s;
-o-transition: 0.6s opacity 0s;
background: #115c8f;
background: -moz-linear-gradient(top,#226599 0%,#0f4b75);
background: -webkit-gradient(linear, left top, left bottom, from(#226599),to(#0f4b75));
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border: 1px solid #028ecf;
-moz-box-shadow: 0px 2px 3px rgba(000,000,000,0.3);
-webkit-box-shadow: 0px 2px 3px rgba(000,000,000,0.3);
box-shadow: 0px 2px 3px rgba(000,000,000,0.3);
text-shadow: 0px 0px 5px rgba(000,000,000,0.5);
}

#form input[type=reset] {
font-weight: bold;
text-decoration: none;
color: #888;
transition: 0.6s opacity 0s;
-moz-transition: 0.6s opacity 0s;
-webkit-transition: 0.6s opacity 0s;
-ms-transition: 0.6s opacity 0s;
-o-transition: 0.6s opacity 0s;
background: #dadada;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border: 1px solid #d8d8d8;
-moz-box-shadow: 0px 2px 10px rgba(000,000,000,0.1);
-webkit-box-shadow: 0px 2px 10px rgba(000,000,000,0.1);
box-shadow: 0px 2px 10px rgba(000,000,000,0.1);
}

#form input[type=submit]:hover, #form input[type=reset]:hover {
cursor: pointer;
filter: alpha(opacity=60);
-webkit-opacity: 0.6;
-moz-opacity: 0.6;
-ms-opacity: 0.6;
-o-opacity: 0.6;
opacity: 0.6;
}
#form input[type=submit]:focus, #form input[type=reset]:focus {
	outline:none;
}

/*リード文
-----------------------------------------*/
#lead_s {
	padding:18px 24px;
	line-height:1.5;
}
/*地図
-----------------------------------------*/
#frame {
	text-align:center;
	margin-bottom:26px;
}
#map #frame iframe {
	width: 100%;
	height: 400px;
}
/*プロフィール
-----------------------------------------*/
#profile{
}
/*エラーメッセージエリア
-----------------------------------------*/
.validation-advice {
	margin-top: 3px;
	padding-left: 5px;
	color: #cc0000;
}
.warning {
	text-align:left;
	margin-bottom:-10px;
	padding:10px 0 0 0;
}
.w_mark {
	color:#cc3300;
}
.thaks {
	line-height: 150%;
	padding :0 16px 40px 0;
}

.hidden {
	display:none;
}

/* 20170110 プロフィール、お問い合わせ、地図
-----------------------------------------*/
#map th, #profile th , .map th, .profile th {
width: 20%;
}

#map td, #profile td , .map td, .profile td {
word-break:break-all;
}




/* 20170703 ADD */
#side-area img{
	max-width: 100%;
}
#foot-area img{
	max-width: 100%;
}


/* 20190416 ADD */
.box ul,
.box1 ul,
.box2 ul,
.box3 ul,
.articleBox ul,
.entry_box ul,
.entryBox ul,
.article-box ul,
.article ul,
.article_box ul{
    list-style-type: disc;
}
.box ol,
.box1 ol,
.box2 ol,
.box3 ol,
.articleBox ol,
.entry_box ol,
.entryBox ol,
.article-box ol,
.article ol,
.article_box ol {
    list-style-type: decimal;
}
.box ul,
.box1 ul,
.box2 ul,
.box3 ul,
.articleBox ul,
.entry_box ul,
.entryBox ul,
.article-box ul,
.article ul,
.article_box ul,
.box ol,
.box1 ol,
.box2 ol,
.box3 ol,
.articleBox ol,
.entry_box ol,
.entryBox ol,
.article-box ol,
.article ol,
.article_box ol {
    margin-left: 18px;
}


/* 20211112 フリーエリアテーブル設定
-----------------------------------------*/
#side-area table,.side-area table,
#foot-area table,.foot-area table{
    border-collapse: collapse;
}
#side-area table th,.side-area table th, 
#side-area table td,.side-area table td,
#foot-area table th,.foot-area table th,
#foot-area table td,.foot-area table td
{
    border: #ccc 1px solid;
    padding: 5px;
}

/* 202201 記事BOXの画像幅修正
-----------------------------------------*/
.article_box img {
    max-width: 100%;
}

/* 202202 記事BOXの画像幅修正
-----------------------------------------*/
.box_entry1 img,.box_entry2 img {
    max-width: 100%;
}

/* 202203 記事BOXの画像幅修正
-----------------------------------------*/
.entryText img,.entryTextBox img,.box-entry1 img,.box-entry2 img,.article-txt img,.article-entry img,.entry-box img {
    max-width: 100%;
}

