body {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
color: #444444;
}


.purplebox{
	  padding: 15px;
    border-radius: 4px;
    background-color:#f2e8fb;
    margin: 20px 10px;
    line-height: 25px;
}

.pointbox{
	 padding: 20px;
   background-color: #ffffe1;
   margin-bottom: 20px;
}

.danger-bold{
	 font-weight: bold;
   color: #ff3333;
}

.important-marker{
	font-weight: bold;
	background: linear-gradient(transparent 40%, #ffd0e1 0%);
	padding: 0 2px;
}

.bold{
	font-weight: bold;
}

.block_point {
  background: #fffaf3;
  border-radius :8px;/*角の丸み*/
  box-shadow :0px 0px 5px silver;/*5px=影の広がり具合*/
  padding: 0.5em 0.5em 0.5em 2em;
	margin-bottom: 2em;
}


.sankou {
    font-size: 12px;
    background-color: #F57C00;
    color: #fff;
    padding: 3px 4px;
    margin: 0 5px;
    white-space: nowrap;
	      
}

.post_content a {
	text-decoration: underline;
}

.post_content a:hover {
    color: #ff9636;
}

/*ポイント枠*/
.topic-box {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #f89174;
	background: #fffbf4;
}
.topic-box .topic-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #f89174;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.topic-box p {
    margin: 0; 
    padding: 0;
}

/* 関連記事　枠（影）1　*/
.kanren {
 position: relative;
 margin: 2em auto;
 padding: 1.2em;
 width: 90%;
 color: #555555; /* 文字色 */
 background-color: #fff;
 border: 2px solid #555; /* 枠線の太さ・色 */
 box-shadow: 2px 2px 1px #ccc;/* 影の色 */
}
.title-kanren {
 position: absolute;
 padding: 0 .5em;
 left: 20px;
 top: -15px;
 font-weight: bold;
 background-color: #fff; /* タイトル背景色 */
 color: #555; /* タイトル文字色 */
}

/* おすすめ記事　*/
.popular-box {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #f3b52b;
	background: #fffbf4;
}
.popular-box .popular-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #f3b52b;
    color: #fff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.popular-box p {
    margin: 0; 
    padding: 0;
}
