@charset "utf-8";
/*
Theme Name: ★BizVektor子テーマサンプル★
Theme URI: http://bizvektor.com
Template: biz-vektor
Description: 
Author: ★宮崎ＩＴサービス★
Tags: 
Version: 0.1.0
*/



.clear { clear:both; }  
.clear hr { display:none; }  


/*
テンプレート(Penetrate scene)の設定[外観]⇒[カスタマイズ]
で変更できるところをこのcssで設定しています。*/
#gMenu .assistive-text, #gMenu .menu li a, #content h2, #content h1.contentTitle, #content h1.entryPostTitle, #content .mainFootContact .mainFootBt a, #sideTower li.sideBnr#sideContact a {
	background-color: #7db522;
}
input[type=button], input[type=submit], a.btn, .linkBtn a, .moreLink a, .btn.btnS a, .btn.btnM a, .btn.btnL a, a.btn.btnS, a.btn.btnM, a.btn.btnL, #content p.btn.btnL input, #searchform input[type=submit], p.form-submit input[type=submit], form#searchform input#searchsubmit, #content form input.wpcf7-submit, #confirm-button input, #content .infoList .infoCate a:hover, .paging span.current, .paging a:hover, #pagetop a {
	background-color: #7db522;
}
#pagetop a:hover, .moreLink a:hover, .btn.btnS a:hover, .btn.btnM a:hover, .btn.btnL a:hover, a:hover.btn.btnS, a:hover.btn.btnM, a:hover.btn.btnL, #content .mainFootContact .mainFootBt a:hover, #sideTower li.sideBnr#sideContact a:hover { background-color: #7db522; opacity: 0.95; }

#container {
	box-shadow: 0px 0px 0px rgba(0,0,0,0.2);
}

#sisetu {
  border-width: 0px;
}

form button {
    padding: 10px 20px;
}




/*　サイドの施設一覧メニュー　*/
#sideTower #sisetu {
	padding : 5px 5px 25px 5px;
	margin-bottom:10px;
	border-width : 1px;
	border-style : solid;
	border-color : #7db522;
}

#sisetu p{
	position: relative;
	top: -5px;  
	left: -5px; 
	margin:0px;
	padding:0px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ",Helvetica,Sans-Serif;
	text-align : center;
	width : 250px;
	height : 30px;
	line-height: 30px;
	list-style-type:none;
	text-shadow: 1px 1px 3px #4f6d27f;
	color: #fff;
	font-weight : bold;
	font-size : 120%;
	letter-spacing: 0.1em;
	border : 2px solid #4f6d27f;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #90b455),
		color-stop(1, #4f6d27)
	);
	background-image: -o-linear-gradient(bottom, #90b455 0%, #4f6d27 100%);
	background-image: -moz-linear-gradient(bottom, #90b455 0%, #4f6d27 100%);
	background-image: -webkit-linear-gradient(bottom, #90b455 0%, #4f6d27 100%);
	background-image: -ms-linear-gradient(bottom, #90b455 0%, #4f6d27 100%);
	background-image: linear-gradient(to bottom, #90b455 0%, #4f6d27 100%);
}

#sisetu div{
	height:auto;
}
#sisetu ul{
	float : left;
	/*width: 100%;*/
	margin:0px;
	padding:0px;
	margin-top: 15px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ",Helvetica,Sans-Serif;
}
#sisetu ul li{
	text-align : center;
	width : 235px;
	/*height : 30px;*/
	line-height: 30px;
	list-style:none;
	text-shadow: 1px 1px 3px #fff;
	color: #222;
	/*font-weight : bold;*/
	/*font-size : 110%;*/
	/*letter-spacing: 0.1em;*/
}
#sisetu ul li a{
	text-decoration: none;
	font-weight: normal;
}
#sisetu ul ul{
	margin: 5px 0 0 5px;
}
#sisetu ul ul li{
	background: url(/wp-content/plugins/biz-vektor-penetrate/images/icon_arrow2_red.gif) left 7px no-repeat;
	text-align : left;
	height: 25px;
	line-height: 20px;
	font-weight : normal;
	list-style: square outside;
	list-style: none;
	/*margin-left: 10px;*/
	padding: 0 5px 0 10px;
	letter-spacing: -0.1em;
}

#sisetu ul li.cate_01{
	border : 1px solid #999900;
	background-color : #f7f49f;
}
#sisetu ul li.cate_02{
	border : 1px solid #6a9531;
	background-color : #a5cf6b;
}
#sisetu ul li.cate_03{
	border : 1px solid #367e4e;
	background-color : #68be83;
}
#sisetu ul li.cate_04{
	border : 1px solid #226f63;
	background-color : #39b9a6;
}
#sisetu ul li.cate_05{
	border : 1px solid #8374b8;
	background-color : #c1b9db;
}
#sisetu ul li.cate_06{
	border : 1px solid #fd8248;
	background-color : #fec2a6;
}
#sisetu ul li.cate_06-5{
	border : 1px solid #993300;
	background-color : #f79b88;
}
#sisetu ul li.cate_07{
	border : 1px solid #4b0603;
	background-color : #ff8080;
}
#sisetu ul li.cate_08{
	border : 1px solid #cc9900;
	background-color : #ffcc33;
}
/*　／サイドの施設一覧メニュー　*/




/* 画像を角丸 */
#content img {
	-moz-border-radius: 10px;    /* Firefox */
	-webkit-border-radius: 10px; /* Safari,Chrome */
	border-radius: 10px;         /* CSS3 */
	-moz-border-radius: 10px;    /* Firefox */
	-webkit-border-radius: 10px; /* Safari,Chrome */
	border-radius: 10px;         /* CSS3 */
	margin-right: 1px;
}


/* 画像を角丸 ピンカドを除く*/
#content img.pin {
	-moz-border-radius: 0px;    /* Firefox */
	-webkit-border-radius: 0px; /* Safari,Chrome */
	border-radius: 0px;         /* CSS3 */
	-moz-border-radius: 0px;    /* Firefox */
	-webkit-border-radius: 0px; /* Safari,Chrome */
	border-radius: 0px;         /* CSS3 */
	margin-right: 0px;
}


#content .flowBox dl dt {
	color: #799b45;
}

a, #panList a, #content dt {
	color: #134c88;
	font-weight : bold;
}


#footerbanner-l a img,
#footerbanner-r a img {
	border-radius: 0px;
}



/*  画像リンクを透過処理　*/
a:hover img { 
	opacity:0.8; 
	filter: alpha(opacity=80); 
	-ms-filter: "alpha( opacity=80 )"; 
} 

/*  テーブル（Table）をレスポンシブ化　*/
@media only screen and (max-width:420px){
    tbody tr{
        display: block;
        margin-bottom: 1.5em;
    }
    tbody th,
    tbody td{
        display: list-item;
        border: none;
    }
}

/*
#pageTitBnr #pageTitInner #pageTit, #sideTower .sideWidget h4, #topPr .topPrInner h3 {
	border-left-color: #44a2df;
}
*/


body {
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	color: #323232;
	font-size: 0.9em;
	background-image: url(/wp-content/themes/biz-vektor-child/img/gmenu-ubg.png);
	background-repeat : repeat-x;
	background-position: 0pt 70pt;
}

#headerTop {
    background-color: #fff;
}

#main #container #content {
	left: 20px;
	/*width: 660px;*/
}

#main #container #sideTower {
	right: 10px;
	width: 250px;
}




/*　ヘッダーロゴ　*/
#header #site-title a img {
	max-height: 55px;
}

/*　コンタクト枠　*/
#headContact {
	margin: 15px 0px 10px 0px;
	background-color: #fff;
	color: #000;
}

#headContact #headContactTxt {
	font-size: 15px;
	margin-bottom: 4px;
}
#headContact #headContactTel {
	line-height: 20px;
	font-size: 20px;
}
#headContact #headContactTel a{
	color: #000;
}
#headContact #headContactTime {
	line-height: 20px;
	font-size: 12px;
}


/*　ロゴ　*/
#header #site-title {
	padding: 5px 0px 10px;
}


/*　グローバルメニュー　*/
#gMenu {
	padding: 7px 0;
	background-color: #e6f5cb;
	margin-bottom: 0px;
}
#gMenu .menu li a {

	background-color : #7db522;
}
#gMenu .menu li a strong {
	font-weight: normal;
	text-shadow: 1px 1px 2px #4f6c1e;
	font-size: 110%;
	letter-spacing: 0.5px;
}

#gMenu .menu li a {
	padding: 13px 10px 10px;
	background: #87bb33; /* Old browsers */
	background: -moz-linear-gradient(top,  #87bb33 0%, #6d8e11 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#87bb33), color-stop(100%,#6d8e11)); /* 	Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #87bb33 0%,#6d8e11 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #87bb33 0%,#6d8e11 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #87bb33 0%,#6d8e11 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #87bb33 0%,#6d8e11 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87bb33', endColorstr='#6d8e11',GradientType=0 ); /* IE6-9 */
}




#topMainBnr {
	padding: 10px 0 10px;
	border-top: 3px solid #7db522;
}
#topMainBnrFrame {
	box-shadow: 0px 0px 0px rgba(0,0,0,0.3)
}
#topMainBnrFrame .slideFrame {
	border: 0px;
	border-radius: 0px;
}
#topMainBnrFrame .slideFrame img {
	border-radius: 0px;
}


/*　パンくず　*/
#panList {
	font-size: 85%;
	margin: 0 0 10px 0;
	/*top: -82px;*/
	/*padding: 7px 0;*/
	/*border-top: 3px solid #7db522;*/
}

#container {
	padding-top: 0px;
	background-color: transparent;
}

/*　コンテンツ　*/
#content h2 {
	clear:both;
	font-size: 140%;
	font-weight: normal;
	color : #2f491b;
	padding: 13px 15px 12px 10px;
	background-image: url(/wp-content/uploads/2014/10/news-bg.gif);
	background-position: right bottom;
	background-color:#fff;
	border-radius: 0px;
	margin: 0px 0px 10px;
	box-shadow: inset 0px 0px 0px rgba(0,0,0,0);
}

/*　　３ＰＲ枠　　*/
#content #topPr h3 {
	display : none;
}
#content #topPr .prImage {
	border: 0px;
}
#content #topPr p a {
	font-weight: normal;
}
#content #topPr .prImage a img {
	-moz-border-radius: 0px;    /* Firefox */
	-webkit-border-radius: 0px; /* Safari,Chrome */
	border-radius: 0px;         /* CSS3 */
	-moz-border-radius: 0px;    /* Firefox */
	-webkit-border-radius: 0px; /* Safari,Chrome */
	border-radius: 0px;         /* CSS3 */
	margin-right: 0px;
}
@media (min-width: 660px) {
#content #topPr {border-left: 0px;}
#content #topPr .topPrInner {padding: 0px 10px;}
#content #topPr .topPrOuter {border-right: 0px;}
}


span.infoTxt a {
	float: left;
}

#topFreeArea {
	border-bottom: 0px solid #fff;
	box-shadow: 0 0px 0px #fff;
}


#content h1.contentTitle {
	padding: 10px 15px 10px 27px;
}


#content h4 {
	clear: both;
	margin: 0 0 1.5em;
	padding: 0.8em;
	border-left: 0px solid #6d9d30;
	border-bottom: 1px dashed #6d9d30;
	color: #3f6217;
	font-size: 1.143em;
	font-weight: bold;
}


#content .entry-content {
	clear:both;
}


#content .nenkan table {
	border-top: 0px solid #fff;
}

#content tr th {
	vertical-align: middle;
	text-align: center;
	font-weight : bold;
}
#content tr td {
	vertical-align: middle;
}

#content .infoList ul li .infoTxt a {
	color: #1b6ba0;
}
#content .infoList .infoDate {
	color: #333;
}

#content table {
	font-size: 100%;
	line-height: 150%;
}

#content .alignleft, #content img.alignleft {
	margin-right: 8px;
}
#content .wp-caption {
	background: #f0f8e6;
	border: 1px solid #e0f1cc;
}
#content .wp-caption p.wp-caption-text {
	text-align: left;
}

#content .entry-meta {
	margin-bottom: 15px;
	font-size: 11px;
	color: #666;
	float: right;
}


#content .infoList .rssBtn a {
	border:1px solid;
	border-color:#FC9 #630 #330 #F96;
	padding:2px 7px;
	font:bold 10px verdana,sans-serif;
	color:#FFF;
	background:#F60;
	text-decoration:none;
	margin:4px;
}

#content .childPageBox {
	display: none;
}
#content ul {
    margin: 0px 0px 20px 0px;
}

/*
#content ul li {
	border-bottom: 1px solid #e5e5e5;
	padding: 6px 0px;
	list-style: none;
}
*/



/*　ページタイトル　*/
#pageTitBnr {
/*	position: relative;
	top: 30px;
*/
}


 

#pageTitBnr #pageTitInner {
	border: 1px solid #7db522;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #f5faef 0%, #c6e98b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5faef), color-stop(100%,#c6e98b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f5faef 0%,#c6e98b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f5faef 0%,#c6e98b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f5faef 0%,#c6e98b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f5faef 0%,#c6e98b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5faef', endColorstr='#c6e98b',GradientType=0 ); /* IE6-9 */
	margin: 10px 0px 0px 0px;
	height: auto;
}


#pageTitBnr #pageTitInner #pageTit {
	font-size: 27px;
	font-family:   "ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝" ,Meiryo,serif;
	/* font-weight: bold; */
	color: #333;
	margin: 16px;
}




/*　サイドバー　*/
#sideTower .sideWidget {
	display: none;
}

#main #container #sideTower {
	position: relative;
	/*margin-top: -30px;*/
}
div#sideTower  a:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=80 )";
	/*background: #fff;*/
}
div#sideTower  img.side-bn {
	margin: 0px 0px 10px 0px;
}



/*　フッター　*/
#footerSection {
	/*z-index: 0;*/
	/*position: relative;*/
	background-image: url(/wp-content/themes/biz-vektor-child/img/footer_bg.png);
	background-position: center 0px;
	background-repeat: no-repeat;
}


#footer {
	/*background-image: url(/wp-content/themes/biz-vektor-child/img/footer_bg2.jpg);*/
	color: #333;
}
#footMenu {
	border-top: 2px solid #7db522;
	border-bottom: 1px dotted #ccc;
	/*background-color: #d9ebdb;*/
	/*background-color: transparent;*/
	background-color: #e6f5cb;
}

#footMenu .innerBox,
#footer #footerInner,
#siteBottom #siteBottomInner
	{
	box-shadow: 0px 0px 0px rgba(0,0,0,0.2)
}

#footMenu .menu {
	margin: 10px 30px;
	border-bottom: 0px solid #fff;
}
#footerSiteMap {
	font-size: 14px;
}
#footerSiteMap .menu a {
	color: #333;
}

#footMenu .menu li a {
	color: #557917;
	font-weight: normal;
}
#footMenu .menu li a:hover {
	color: #6d9d30;
	background-color: transparent;
}
#footMenu .innerBox {
	/*background-color: #d9ebdb;*/
	background-color: transparent;
}
#footer #footerInner {
	/*background-image: url(/wp-content/themes/biz-vektor-child/img/footer_bg2.jpg);*/
	background-color: transparent;
}
#footerSiteMap .menu li a {
	font-weight: normal;
}
#footerSiteMap .menu li a:hover {
	background-image: url(/wp-content//themes/biz-vektor-child/img/icon_arrow_green.gif);
	background-color: transparent;
	color: #6d9d30;
}
#siteBottom {
	padding-bottom: 0px;
	/*background-image: url(/wp-content/themes/biz-vektor-child/img/footer_bg3.jpg);*/
}
#siteBottom #siteBottomInner {

	/*background-image: url(/wp-content/themes/biz-vektor-child/img/footer_bg3.jpg);*/
	background-color: #fff;
}
#siteBottom #copy {
	border-top: 0px solid #fff;
}




/* --------------------
---------------- */
#sideTower #text-2 #accordion form ul li a{
  padding: 0px 0px 0px 20px;
}

/* --------------------
  　流れの下矢印
---------------- */
#content .flowBox {
  padding-bottom: 40px;
  margin-bottom: 15px;
  display: block;
  overflow: hidden;
  background: url(/wp-content/themes/biz-vektor-child/img/arrow_down.png) center bottom no-repeat;
}

/* --------------------
	Ｑ＆Ａ
---------------- */
.faq p {
display: block;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}
.faq {padding: 20px;}
.faq div.a, .faq div.q{line-height: 25px;padding-left: 40px;background-repeat: no-repeat;background-position: left top;}
.faq div.a{background-image: url(./img/icon-a.png);border-bottom: dotted 1px #ccc;padding-bottom: 10px;margin:0 0 10px 0;}
.faq div.q{background-image: url(./img/icon-q.png);font-size: 120%;font-weight: bold;padding-bottom: 10px;}


/* -----------------------------------
　　トップページの各サイトのお知らせ
------------------------------------- */
#topFreeArea ul li {
	border-bottom: 1px solid #e5e5e5;
	padding: 6px 0px;
	list-style: none;
	margin-bottom: 0px;
}
#topFreeArea ul li .wponw-blog-name {
	color: #73a51f;
	font-size : 85%;
	text-decoration: none;
	font-weight: normal;
	background: url(../images/icon_arrow2_red.gif) left 7px no-repeat;
	background: #e6f5cb;
	padding : 1px 6px;
	-moz-border-radius: 4px;    /* Firefox */
	-webkit-border-radius: 4px; /* Safari,Chrome */
	border-radius: 4px;         /* CSS3 */
	border: 1px #99d830 solid;     /* 枠線の装飾 */
}
#topFreeArea ul li .wponw-post-title {
	background: url(/wp-content/plugins/biz-vektor-penetrate/images/icon_arrow2_red.gif) left 7px no-repeat;
	padding-left: 10px;
	text-decoration: none;
}
#topFreeArea ul li .wponw-new {
	color : #f06d42;
}


/* -------------------------
  　お問い合わせフォーム
---------------------------- */
#trust-form ul li {
	list-style-type : none;
}
div#trust-form.contact-form input[type="checkbox"], div#trust-form.contact-form input[type="radio"] {
  margin-right: 5px;
}

#content form input[type=text], #content form input[type=email], #content form textarea {
	font-size: 105%;
}





/* -------------------------
  　シュミレーション
---------------------------- */
#setaku-head p {
	background-image : url(/wp-content/uploads/2015/12/chart_img2.png);
	background-repeat : repeat-y;
	background-width : 100%;
	overflow: hidden; /*floatの解除、ここがポイント*/
	position: relative; /*DWで正常にプレビューできるようになります。*/
	zoom:1;
	position: relative;
	padding : 0 50px;
	margin-bottom: 0px;
	overflow: hidden;
}
#setaku {
	font-size : 120%;
	text-align: center;
	background-image : url(/wp-content/uploads/2015/12/chart_img2.png);
	background-repeat : repeat-y;
	background-width : 100%;
	/*background-size:cover;*/
	/*background-size:contain;*/
	overflow: hidden; /*floatの解除、ここがポイント*/
	position: relative; /*DWで正常にプレビューできるようになります。*/
	zoom:1;
	position: relative;
	padding : 20px 0 0 0;
	overflow: hidden;
}


#setaku span {
	font-size : 120%;
	color: #f73333;
	text-shadow:1px 1px 1px #fdd0d0;
}
#setaku ul{
	margin: 0 0;
	width: 100%;
	position: relative;
	left: 55%;
	float: left;
}

#setaku ul li{
	list-style-type: none;
	position: relative;
	left: -50%;
	margin-bottom: 0;
}

#setaku-bt {
	display: inline-block;
	float : left;
	padding : 10px 10px 10px 40px;
	line-height: 25px;
	outline: none;
	border-width : 5px;
	border-style : solid;
	margin : 10px 0 5px 10px;
	border-radius:10px/10px;
	background-image:url(/wp-content/themes/biz-vektor-child/img/p_sentaku.png);
	background-repeat:no-repeat;
	background-position:5px;
	text-shadow:
	0 0 25px #edf8ff,
	0 0 20px #edf8ff,
	0 0 0.40px #edf8ff;
	color: #333;
	text-decoration: none;
	font-weight: normal;
	text-align : left;
}

#setaku-bto {          /* 横に１個並び */
	text-align: center;
	margin: 10px 0 5px 0;
	display: inline-block;
	padding : 10px 10px 10px 40px;
	line-height: 25px;
	outline: none;
	border-width : 5px;
	border-style : solid;
	background-color: #fff;
	border-radius:10px/10px;
	background-image:url(/wp-content/themes/biz-vektor-child/img/p_sentaku.png);
	background-repeat:no-repeat;
	background-position:5px;
	text-shadow:
	0 0 25px #edf8ff,
	0 0 20px #edf8ff,
	0 0 0.40px #edf8ff;
	color: #333;
	text-decoration: none;
	font-weight: normal;
	text-align : left;
}
#setaku-bt span,
#setaku-bto span {
	font-size : 80%;
	line-height: 15px;
	color: #555;
}

#setaku-bt.k{          /* 横に奇数並び */
	width: 180px;
}
#setaku-bt.g{          /* 横に偶数並び */
	width: 270px;
}


#setaku-bt::before,
#setaku-bt::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
#setaku-bt,
#setaku-bt::before,
#setaku-bt::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#setaku-bt.q1,
#setaku-bto.q1 {
	border-color : #ffadd6;
	background-color: #fecde7;
	background-repeat : no-repeat;
}
#setaku-bt.q1:hover,
#setaku-bto.q1:hover {
	background-color: #ffadd6;
}

#setaku-bt.q2 {
	border-color : #d6adff;
	background-color: #e6ceff;
	background-repeat : no-repeat;
}
#setaku-bt.q2:hover {
	background-color: #d6adff;
}

#setaku-bt.q3 {
	border-color : #add6ff;
	background-color: #cde7ff;
	background-repeat : no-repeat;
}
#setaku-bt.q3:hover {
	background-color: #add6ff;
}

#setaku-bt.q4 {
	border-color : #5bad33;
	background-color: #d7fed7;
	background-repeat : no-repeat;
}
#setaku-bt.q4:hover {
	background-color: #5bad33;
}

#setaku-bt.q5 {
	border-color : #ffcc00;
	background-color: #ffffcc;
	background-repeat : no-repeat;
}
#setaku-bt.q5:hover {
	background-color: #ffcc00;
}

#setaku-bt.q6 {
	border-color : #fb9275;
	background-color: #fdc2b0;
	background-repeat : no-repeat;
}
#setaku-bt.q6:hover {
	background-color: #fb9275;
}


#setaku-ft {
	text-align: center;
	background-image : url(/wp-content/uploads/2015/12/chart_img2.png);
	background-repeat : repeat-y;
	background-size:cover;
}

@media screen and (max-width:950px) {
#setaku,#setaku-head p,#setaku-ft {
	background-image : none;
	}
#setaku-ft2 { display: none; }
}


#content-main #topInfo div.moreLink {
	display: none;
}
#content-main #text-2 {
  position: relative;
  top: -40px;
  left: 10px;
}


.moreLink a {
	width: 130px;
	font-size: 11px;
}

a, #panList a, #content dt {
	text-decoration: none;
}


span.wponw-new {
	color: red;
}


a.wponw-blog-name {
	    border-radius: 3px;
    color: #666;
    margin-right: 4px;
    background-color: #e5e5e5;
    color: #666;
    font-size: 11px;
    padding: 2px 7px 1px;
    line-height: 14px;
    text-decoration: none;
    position: relative;
}
/*
a.wponw-blog-name:hover {
	border-radius: 3px;
	background-color: #7db522;
	color: #f5f5f5;
	text-decoration: none;
}
*/
#content ul li br {
	display: none;
}
span.wponw-separator {
	display: block;
}
a.wponw-post-title {
	background: url(/wp-content/plugins/biz-vektor-penetrate/images/icon_arrow2_red.gif) left 7px no-repeat;
	padding-left: 10px;
}


#content form input[type=text],
#content form input[type=email],
#content form textarea {
    width: auto;
}