@charset "utf-8";

body {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	margin : 0;
	padding : 0;
	background : #fff;
	color : #444;
	-webkit-text-size-adjust: 100%;
}
a {
	color: #006090;
}
img {
 border          : 0;
}
.c-both{
 clear           : both;
}
.alCenter {
 text-align      : center;
}
.alRight {
 text-align      : right;
}
.alLeft {
 text-align      : left;
}
.ofHidden {
 overflow        : hidden;
}

.clearfix::after {
	content: "";
	display: table;
	clear: both;
}

#container {
	width: 100%;
	min-width: 920px;
	background: #fff;
}

#container-inner {
	width: 920px;
	margin: 0 auto;
}
#container-inner::after {
	content: "";
	display: table;
	clear: both;
}


#content {
	width: 920px;
}


#beta {
	float: left;
	width: 210px;
}
#beta .widget-content {
	padding: 5px 0;
}
#beta .widget {
	margin: 0px 0px 15px;
}
#beta .widget-content ul {
	padding: 0px 5px;
	list-style: none;
}
#beta .widget-content ul li {
/* background      : url(http://www.vitacraft.co.jp/blog/images/bg_arrow.gif) no-repeat;
 background-position: 10px 16px;
 padding         : 10px 0 10px 20px;	*/
 	padding: 10px 5px;
	border-bottom: 1px dotted #ccc;
	font-size: 13px;
	line-height: 1.3;
}

#beta .widget-content table {
 margin          : 0 auto;
}
#beta .widget-content table th {
 background      : #FCEFEF;
 width           : 25px;
 height          : 20px;
 text-align      : center;
}
#beta .widget-content table td {
 text-align      : center;
 height          : 20px;
}
#beta .widget-content form {
	width: 200px;
	margin: 0 auto;
}
#beta .widget-content input[type="text"] {
	width: 140px;
	box-sizing: border-box;
	padding: 2px;
	font-size: 14px;
}

#beta .bn_shop {
	display: block;
	margin: 0 auto 30px;
}



#footer {
	padding: 20px 0;
	border-top: 1px solid #ccc;
	background: #fff;
	color: #444;
}
#footer::after {
	content: "";
	display: table;
	clear: both;
}
#footer .copyright {
	color: #444;
	font-size: 11px;
	line-height: 1;
	text-align: center;
}


#alpha {
	float: right;
	width: 700px;
}
#alpha-inner {
	padding: 0 10px;
}
#alpha .entry-asset {
	margin: 30px auto 0;
}
#alpha .entry-title {
}
#alpha .entry-title .asset-name {
	margin: 0 0 10px;
	padding: 8px 10px 8px 15px;
	background-color: #ececec;
	border-left: solid 4px #b92523;
	color: #BE231F;
	font-size: 15px;
	line-height: 1.3;
}
#alpha .entry-title .asset-name a:link {
}
#alpha .entry-title .asset-name a:link {
 color           : #BE231F;
 text-decoration : underline;
}
#alpha .entry-title .asset-name a:visited {
 color           : #BE231F;
 text-decoration : underline;
}
#alpha .entry-title .asset-name a:hover {
 color           : #BE231F;
 text-decoration : none;
}
#alpha .entry-title div.published {
	font-size: 12px;
	text-align: right;
}
#alpha .asset-body,
#alpha .asset-more,
#alpha .asset-more-link {
	padding: 10px 0;
	font-size: 14px;
	line-height: 1.6;
}
#alpha .asset-more-link {
	text-align: right;
}
#alpha .entry-content {
	padding: 20px;
}
h1.archive-title {
	margin: 0 auto 20px;
	font-size: 20px;
}
.content-nav {
	margin: 0 auto 20px;
	font-size: 14px;
	text-align: center;
}


/* エントリーCSS */
.entryTable{
margin:0 0 20px;
border-right:solid 1px #CCC;
border-top:solid 1px #CCC;
}
.entryTable th{
background:#FCEFEF;
text-align:left;
font-weight:normal;
padding:10px;
border-left:solid 1px #CCC;
border-bottom:solid 1px #CCC;
vertical-align:top;
}
.entryTable td{
padding:10px;
border-left:solid 1px #CCC;
border-bottom:solid 1px #CCC;
}
.entryTable td p{
margin:0 0 5px;
}
/*
.asset-body a{
color:#BE231F;
text-decoration:underline;
}
.asset-body h3{
color:#BE231F;
}
*/
.asset-body p + p,
.asset-more p + p {
	margin-top: 1em;
}
.asset-body img.imgRight{
float:right;
margin:0 0 0 10px;
}
.entryTable td a.arrow{
background : url(http://www.vitacraft.co.jp/blog/images/bg_arrow.gif) no-repeat left center;
padding: 0 0 0 10px;
margin:0 0 0 10px;
}
p.blog {
  margin: 10px 10px 30px;
  line-height: 2;
}
/* 2012年2月10日追記分 */
ul.snsLink {
  margin: 5px auto;
  width: 200px;
  text-align: center;
  list-style: none;
}
  ul.snsLink li {
    margin-bottom: 10px;
    list-style: none;
    text-align: left;
  }
#cat_header {
padding: 20px;
}
#cat_header p.title {
font-size: 20px;
font-weight: bold;
line-height: 1.2;
color: #333;
}
#cat_header p.title a {
color: #333;
text-decoration: none;
}
