@charset "UTF-8";
@import url(affter.css);
/*!
Theme Name: Simplicity2 childNEW
Template:   simplicity2
Version: 2.6.3
*/
body {
	background:#fff url("./images/simple.png");


}
#body {
  margin-top: 0px; /*←デフォルト*/
}

.top-title-catchphrase {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
text-shadow: 
1px 1px 1px rgba(0, 0, 0, 0.6), 
-2px -2px 2px rgba(255, 255, 255, 0.5);
} 
.top-title-catchphrase #site-title {
  margin: 10px;
}
.top-title-catchphrase #site-description {
  padding: 5px;
  margin: 0px;
  color: #fff;
}
#h-top {
  min-height: initial;
  background-color: #00c300;
}



/*ヘッダー広告*/
.ad-header {
position: absolute;
right: 26px;
width: 768px;
height: 60px;
top: 15px;

}


/*ヘッダー広告内のワンポイト*/
.emphasize-link2 {
  position: relative;
  margin: 1px 1px 1px 1px;
  padding: 20px 1px 1px 1px;
  border: 2px solid #73AC43;
  background-color: #fffbf5;
background: rgba(255,255,255,0.9);

}
.emphasize-link p:last-child {
  margin-bottom: 0;
}
.emphasize-link2::before {
  position: absolute;
  top: -12px;
  left: 10px;
  padding: 0 10px 0 26px;
  content: "今読まれてる記事";
  background-color: #73AC43;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}
.emphasize-link2::after {
  position: absolute;
  top: -16px;
  left: 4px;
  width: 28px;
  height: 28px;
  background-color: #73AC43;
  border-radius: 14px;
  line-height: 25px;
  text-align: center;
  content: "\f00c";
  font-size: 18px;
  font-family: "FontAwesome";
  color: #fff;
}

/*---------------------------------
ヘッダー下タイトル
--------------------------------*/


.top_pv_box {
    margin: 0;
    padding: 70px 0 0 5px;
    text-align: center;
}
  
.top_pv {
    margin-right: 1em;
    font-weight: bold;
    font-size: 120%;
    color: #fff;
}
/*ヘッダー下のタイトル2*/
.ad-header2 {
width: 1170px;
background: rgba(255,255,255,0.9);
}
.top2 {
	font-size:22px;
  padding:2px 30px;
text-shadow: 1px 1px 3px #456183;

	border-bottom: 0px solid #26B6FB;
}
.top2:first-letter {
	margin-right: .1em;
	font-size: 1.5em;
	border-bottom:0px;
}

/*メイン部分の枠を消す 
#main {
    border: none;
}
*/
/*関連記事の抜粋*/
.related-entry-snippet {
    display: none;
}
/*************************************************************************************************************************
 グローバルナビメニュー
*************************************************************************************************************************/
#navi ul{
	background-color: rgba( 255, 255, 255, 0.2 );
  border: none;
  border-bottom: 8px solid #00C300;
}
#navi ul li a{
  color: #F8F8F2;
  margin: 3px 3px 0;
  background-color: #32363B;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

#navi ul li a:hover {
text-decoration:none;
color:#888;
}
#navi ul li a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 5px;
  background-color: #444;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#navi ul li a:hover::after {
  width: 100%;
}


#navi ul li.current_page_item > a,
#navi ul li.current-menu-item > a{
  background-color: #555;
}

#navi ul li.current_page_item > a:after,
#navi ul li.current-menu-item > a:after{
  content: '●';
  color: #00C300;
  font-size: 80%;
  margin-left: 12px;
}

#navi ul.sub-menu li a,
#navi ul.children li a{
  margin: 0;
  border-radius: 0;
}

#navi ul.sub-menu li a:after,
#navi ul.children li a:after{
  margin: 0;
  content: '';
}





/* 続きを読む前にフォントアイコンをつける */
.entry-read a {
text-decoration: none;
}
.entry-read a:before {
margin-right: 5px;
font-family: "FontAwesome";
content: "\f0a9";
}
 



.related-entry-read a {
text-decoration: none;
}
.related-entry-read a:before {
margin-right: 5px;
font-family: "FontAwesome";
content: "\f0a9";
}
/* 続き を読むを右にする*/
.entry-read {
 text-align: right;
 margin-right: 10px;
}
.related-entry-read {
 text-align: right;
 margin-right: 10px; 
}

/*リストタイトルの前にアイコン*/
h2 a.entry-title{
	font-size: 18px;
	margin-left: 15px;
}


h2 a.entry-title:before{
	font-family: 'FontAwesome';
	content:'\f08d';
	color: #00C300;
	position: absolute;
	margin-left: -20px;
	-webkit-transform:rotate(315deg);
	-moz-transform:rotate(3155deg);
	transform:rotate(315deg);
}

h2 a.entry-title:hover:before{
	color: #D04255;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;

}

h2 a.entry-title:hover:after{
	color: #D04255;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

/*サムネイルにカテゴリを表示する*/

/* カテゴリーカラーの指定 */
p.amazon{
  background-color: #26B6FB;
  color: #fff!important;
  position: absolute;
  top: -13px;
  right: 0;
  width: 30%;
  font-size: 13px;
  padding: 3px;
  text-align: center;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
p.pc{
  background-color: #2E50FE;
  color: #fff!important;
  position: absolute;
  top: -13px;
  right: 0;
  width: 30%;
  font-size: 13px;
  padding: 3px;
  text-align: center;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
p.browser{
  background-color: #D658AA;
  color: #fff!important;
  position: absolute;
  top: -13px;
  right: 0;
  width: 30%;
  font-size: 13px;
  padding: 3px;
  text-align: center;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

p.tsubuyaki{
  background-color: #00D3AB;
  color: #fff!important;
  position: absolute;
  top: -13px;
  right: 0;
  width: 30%;
  font-size: 13px;
  padding: 3px;
  text-align: center;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

p.facebook{
  background-color: #00CB07;
  color: #fff!important;
  position: absolute;
  top: -13px;
  right: 0;
  width: 30%;
  font-size: 13px;
  padding: 3px;
  text-align: center;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
p.wordpress{
  background-color: #AE00AA;
  color: #fff!important;
  position: absolute;
  top: -13px;
  right: 0;
  width: 30%;
  font-size: 13px;
  padding: 3px;
  text-align: center;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}


p.pokemongo{
  background-color: #595959;
  color: #fff!important;
  position: absolute;
  top: -13px;
  right: 0;
  width: 30%;
  font-size: 13px;
  padding: 3px;
  text-align: center;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
p.rizin{
  background-color: #00AA85;
  color: #fff!important;
  position: absolute;
  top: -13px;
  right: 0;
  width: 30%;
  font-size: 13px;
  padding: 3px;
  text-align: center;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
p.idol{
  background-color: #D38700;
  color: #fff!important;
  position: absolute;
  top: -13px;
  right: 0;
  width: 30%;
  font-size: 13px;
  padding: 3px;
  text-align: center;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

p.tablet{
  background-color: rgba(0,128,0,0.5);
  color: #fff!important;
  position: absolute;
  top: -13px;
  right: 0;
  width: 30%;
  font-size: 13px;
  padding: 3px;
  text-align: center;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

p.blog{
  background-color: rgba(85,107,47,0.5);
  color: #fff!important;
  position: absolute;
  top: -13px;
  right: 0;
  width: 30%;
  font-size: 13px;
  padding: 3px;
  text-align: center;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

p.youtube{
  background-color: #ff0000;
  color: #fff!important;
  position: absolute;
  top: -13px;
  right: 0;
  width: 30%;
  font-size: 13px;
  padding: 3px;
  text-align: center;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
p.sabar{
  background-color: #ff7f50;
  color: #fff!important;
  position: absolute;
  top: -13px;
  right: 0;
  width: 30%;
  font-size: 13px;
  padding: 3px;
  text-align: center;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
p.pcsoft{
  background-color: #f5deb3;
  color: #fff!important;
  position: absolute;
  top: -13px;
  right: 0;
  width: 30%;
  font-size: 13px;
  padding: 3px;
  text-align: center;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
p.nexus7{
  background-color: #87ceeb;
  color: #fff!important;
  position: absolute;
  top: -13px;
  right: 0;
  width: 30%;
  font-size: 13px;
  padding: 3px;
  text-align: center;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.figure {
    position: relative!important;
    overflow: hidden!important;
}
 
/*サムネイルにPVを表示する*/
figcaption {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
    color: #fff;
}
 
.entry:hover figcaption {
    opacity: 1;
}
 

/*--------------------------------------
  TOPへ戻る PC・タブレット追尾型
--------------------------------------*/
#page-top {
	position: fixed;
	bottom: 40px;
	right: 20px;
	text-align: center;
}

#page-top i {
	margin: 0;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	padding: 5px 10px;
	display: block;
	font-size: 18px;
	background: #00C300 url() left top repeat;
	/* thnx! http://subtlepatterns.com/ */
	border-radius: 5px;
	border: 2px solid #fff;
}
#page-top a:hover {
	text-decoration: none;
	background: #aaa;
	color: #fff;
}

/*-------------------
 topmain記事一覧のカテゴリ別新着（大） 
--------------------*/

.topmain-newcate1{
  width:740px;
  background: #fff;
  box-shadow: 0 5px 0 0 rgba(10,2,4,.05);
  border-radius: 4px 4px 4px 4px;
  padding: 20px 20px;
  margin-top:20px;
}
.topmain-newcate1 h3{
    margin: 0 0 10px 0;
    padding: 5px 10px 10px 0px;
    color:#333;
    font-size: 13px;
    font-weight: normal;
    position: relative;
    text-align: right;
    background:url() repeat-x bottom;
}
.topmain-newcate1 h3:before{
  content:"お気に入り";
  font-family: Times,Times New Roman,serif;
  letter-spacing: .1em;
  position: absolute;
  top:0px;
  left: 5px;
  font-size: 22px; 
  color: #333;
}
.topmain-nwc-blog h3:before{
  content:"面白";
}
.topmain-newcate-left{
  width:360px;
  position:relative;
  float:left;
}
.topmain-newcate-left .newcate-leftthum-of{
  width:340px;
  height:200px;
  overflow:hidden;
  position:relative;
}
.topmain-newcate-left a img{
  position:absolute;
  top:-10px;
  width:320px;
  height:200px;
  overflow:hidden;
  -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.topmain-newcate-left a img:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.topmain-newcate-left h4{
  margin:38px 20px 10px 0;
  font-family: Lato, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.topmain-newcate-left h4 a{
  color:#555;
  font-size:15px;
  text-decoration:none;
  display:block;
  -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.topmain-newcate-left h4 a:hover{
  color:red;
}
.newcate-excerpt1{
  font-size:12px;
  margin:17px 20px 0 0;
  color:#555;
  line-height:200%;
}
.newcate-time-time{
  position:absolute;
  top:185px;
  color: #333;
  font-size:12px;
  font-family: Helvetica,Hiragino Kaku Gothic ProN,Meiryo,sans-serif;
}
.topmain-newcate-right{
  width:380px;
  float:right;

}
.topmain-newcate-right ul{
  list-style:none;
  padding:0;
  margin:0 0 20px; 0;
}
.topmain-newcate-right li{
  padding:6px 0 0 0;
  border-bottom: 0px dotted rgba(0,0,0,.2);
  -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.topmain-newcate-right li:first-child{
  padding-top:0;
}
.topmain-newcate-right li:last-child{
  border:none;
  padding-bottom:0;
}
.topmain-newcate-right li:hover{
  background:#F3F3F3;
  margin:0 -20px 0 0;
}
a.newcate-r-leftthumb{
  display:block;
  width:85px;
  float:left;
  margin:0 10px 0 0;
}
.newcate-r-leftthumb img{
  width:85px;
  height:75px;
}
.newcate-r-right-text{
  width:360px;
  position:relative;
}
a.newcate-right-title{
  display:block;
  font-size:13px;
  font-weight:bold;
  color:#555;
  text-decoration:none;
  padding:20px 0 0 0;
  font-family: Lato, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.newcate-r-right-time{
  position:absolute;
  top:-8px;
  left:85px;
  color: #333;
  font-size:12px;
  font-family: Lato, sans-serif;
}
.newcate-viewmore{
  clear:both;
}
.newcate-viewmore a{
  color:#fff;
  display:block;
  text-decoration:none;
  letter-spacing: .1em;
  text-align:center;
  background:#716751;
  padding:3px 0;
  margin:0 0 0px 150px;
  width:60%;
  font-size:14px;
  -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.newcate-viewmore a:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
/* クリアfix */
.clearfix544:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
	
.clearfix544{display: inline-block;} 

/* Hides from IE Mac \*/
* html .clearfix544 {height: 1%;}
.clearfix544{display:block;}
/* End Hack */

/*--------------------------------
関連記事表示部分（PC記事下）
---------------------------------*/

.k-title {
    margin: 0.8em 0;
    font-size: 20px;
    font-weight: bold;
    background-color: #00C300;
    color: #fff;
    padding: 0.4em;
    border-radius: 3px;
    text-align: center;
}

/* タイトル名 */
#kanren-main {overflow: hidden;} /* ← フロート解除用 */
#kanren-main dd h5 {
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 5px;
}
#kanren-main dt {
	float: left;
	width: 100px;
}
#kanren-main dt img {
	width: 100px;
        height: 100px;
overflow:hidden;
}
#kanren-main dd {
	padding-left: 110px;
}
#kanren-main dl {
        width: 48%; /* ← pxでも%指定でもOK */
        height: 120px; /* ← pxでも%指定でもOK */
	font-size: 12px;
overflow: hidden;
        float:left; /* ← 2列にする為のフロート */
	margin: 5px;
	padding: 15px 0px 15px 0px;
	border-bottom: 2px solid #00C300;
}
#kanren-main :hover { 
	background-color: #F9FAFB; /* ← マウスオンで色を変える */
}
#kanren-main dl:last-child {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 2px solid #00C300; 
}



/* -----------------------------------------------------------------------
    カテゴリ別新着記事一覧
----------------------------------------------------------------------- */
.postlist-category {
    margin: 10px 0 5px 0;
    padding: 2px;
    border-top: 1px dashed #999;
}
.postlist-category img {
    float: left;
    margin: 10px 6px 0 0;
    width: 80px;
    height: 80px;
}
.postlist-category a {
    display: block;
}
.postlist-category-inner {
    margin: 0;
    padding: 1px;
}
.postlist-category-inner p {
    font-size: 16px;
    margin: 1px 0 5px 3px;
}
.postlist-datetime span {
    font-size: 10px;
 
}
	
/*検索・コメント*/
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
textarea:focus {
  border: 1px solid #719929;
  background: #fff;
  box-shadow:  0 0 3px rgba(88,216,107,1);
   color: #444;
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: inline-block;
	margin-bottom: 20px;
	padding: 4px 12px;
	padding: 8px 10px;
	border: 1px solid #719929;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #D8E6B3;
	color: #333;
	text-decoration: none;
	text-shadow: 0 1px rgba(88,216,107,1);
	font-weight: bold;
	font-size: 12px;
	line-height: normal;
	cursor: pointer;
	/* Old browsers */
}

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
	  	border: 1px solid #fe56aa;
		background: #ff89c4;
		color: #fff;
	  	text-shadow: 0 -1px rgba(0, 0, 0, .4);

	}

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		position: relative;
		top:1px;
	}
/*行間の変更*/
.article p{
      font-size:18px;
      margin: 30px 0;
font-family: Georgia, "Times New Roman", Times, serif;
}

/*サムネとタイトル*/
.article-like2 {

	height: 100px;

background: rgba(255,255,255,0.9);
}

.article-like2-thumb {
	float: left;
	width: 100px;
}



.article-like2-button {
	background-color: #f3f3f3;
	width: 100px;
	height: 100px;
	text-align: center;
	float: right;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.article-like2-arrow-box {
	float: left;
	position: relative;
	border: 1px solid #bbb;
	margin-left: 12px;
	width: calc(100% - 120px);
	border-radius: 5px;
}

.article-like2-arrow-box-in {
	height: 100px;
	overflow: hidden;
}

.article-like2-arrow-box:after, .article-like-arrow-box:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.article-like2-arrow-box:after {
	border-color: rgba(255,255,255,0);
	border-right-color: #000;
	border-width: 10px;
	margin-top: -10px;
}

.article-like2-arrow-box:before {
	border-color: rgba(221,221,221,0);
	border-right-color: #bbb;
	border-width: 11px;
	margin-top: -11px;
}

.clear {
	clear: both;
}
/*リンク*/
li a{
    text-decoration: none;
}

/*フッターad*/


div#footer-in {
	width: auto;
}
#ad {
	background-color: #333;
  font-size: 80%;
  text-align:center;

}


/*フッター*/


div#footer-in {
	width: auto;
}
#copyright {
	background-color: #000;
}
#footer {
	padding: 0;
}

/* 共通カードデザイン */
.product-card {
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fafafa;
  padding: 15px;
  margin: 15px 0;
  display: flex;
  align-items: center;
  transition: box-shadow 0.3s;
}
.product-card:hover {
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/*アマゾン用 */
/* Amazonロゴ専用バッジ風スタイル */
.amazon-logo-card {
  display: flex;
  align-items: center;       /* 縦方向中央揃え */
  justify-content: center;   /* 横方向中央揃え */
  background: #232f3e;       /* Amazon濃紺カラー */
  border-radius: 50px;       /* 丸みを帯びたバッジ風 */
  padding: 8px 20px;         /* 上下余白を減らしてスリム化 */
  text-decoration: none;
  transition: background 0.3s, transform 0.2s;
}

.amazon-logo-card:hover {
  background: #ff9900;       /* ホバー時オレンジ */
  transform: translateY(-3px);
}

.amazon-logo-card img {
  max-width: 250px;          /* ロゴサイズ調整 */
  height: auto;
  margin-top: 5px;           /* ロゴを少し下げて中央に寄せる */
  filter: brightness(0) invert(1); /* 黒ロゴを白に反転 */
}

/*楽天用 */

.rakuten-title {
  font-size: 14px;
  line-height: 1.4;
  display: -webkit-box;        /* FlexboxではなくWebkit Boxを使う */
  -webkit-line-clamp: 2;       /* 最大2行に制限 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;     /* 省略記号 (…) を付ける */
  word-break: break-word;      /* 長い単語も折り返す */
}
.rakuten-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.rakuten-card {
  border: 1px solid #ddd;
  padding: 10px;
  background: #fafafa;
  box-sizing: border-box;
}

/* PC表示時（幅1024px以上） → 横幅をさらに広げる */
@media (min-width: 1024px) {
  .rakuten-card {
    width: 240px;   /* ← 220pxからさらに広めに */
  }
}

/* タブレット表示（768px〜1023px） → 中間サイズ */
@media (min-width: 768px) and (max-width: 1023px) {
  .rakuten-card {
    width: 220px;
  }
}

/* スマホ表示時（幅767px以下） → 2列にする */
@media (max-width: 767px) {
  .rakuten-card {
    width: calc(50% - 15px) !important;
  }
}

.rakuten-title {
  font-size: 14px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;   /* 最大2行に制限 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

#relations2 { margin: 0; overflow: hidden; }
#relations2 ul { list-style: none; margin: 0 auto; font-size: 13px; }
#relations2 li { float: left; width: 230px; height: 180px; margin: 0; line-height: 15px; padding: 4px 5px 0; font-size: 13px; }
#relations2 li img { padding: 2px; margin: 0; border: #ccc 1px solid; width: 230px; height: 130px; }

