@charset "utf-8";
/* CSS Document */

/******************************************************************************************
カテゴリータイトル
******************************************************************************************/
.category_main_title {
	text-align: center;
	height: 50px;
	width: 100%;
	margin: 0 0 30px;
	padding: 15px 0 15px;
}
#category_music { background-color: #3598db; }
#category_movie { background-color: #9b58b5; }
#category_book { background-color: #34495e; }
#category_travel { background-color: #f1c40f; }
#category_diary { background-color: #1bbc9b; }
#category_work { background-color: #e77e23; }
#category_guitar { background-color: #01bdd6; }
#category_live { background-color: #ea1e63; }
#category_comic { background-color: #5d35b0; }
#category_music, #category_movie, #category_book, #category_travel, #category_diary, #category_work, #category_guitar, #category_live, #category_comic { border-radius: 4px; }
/******************************************************************************************
記事の幅
******************************************************************************************/
#page_wrap {
	margin: 0 0 20px;
	padding: 20px;
	background-color: #ffffff;
	overflow: hidden;
	text-align: center;
	border-radius: 4px;
}
/******************************************************************************************
記事の文字要素
******************************************************************************************/
#page_wrap p { font-size :16px; color :#454545; }
#page_wrap p.date { color :#3598db; margin: 0 0 10px; text-align: left; }
.page_title {
	text-align: center;
	margin:0 0 20px;
}
.page_title h1 {
	font-size: 20px;
	color: #3598db;
	font-weight: bold;
}
.page_article { width: 600px; margin:0 auto 80px; }
.page_article p { text-align: left; }
#page_wrap p a { color :#3598db; text-decoration: underline; }
#page_wrap p a:hover { color :#F24744; text-decoration: underline; }


.page_article hr {
	line-height: 1em;
	position: relative;
	outline: 0;
	border: 0;
	color: black;
	text-align: center;
	height: 1.5em;
	opacity: .5;
}
.page_article hr:before {
	content: '';
	background: -webkit-linear-gradient(left, transparent, #818078, transparent);
	background: linear-gradient(to right, transparent, #818078, transparent);
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
}
.page_article hr:after {
	content: attr(data-content);
	position: relative;
	display: inline-block;
	color: black;
	padding: 0 .5em;
	line-height: 1.5em;
	color: #818078;
	background-color: #fcfcfa;
}
/******************************************************************************************
記事の写真周りの余白
******************************************************************************************/
.page_article img { margin: 10px 0 }
/******************************************************************************************
見出しの装飾
******************************************************************************************/
.page_article h2 {
	font-size: 20px;
	font-weight: bold;
	position: relative;
	background: #3598db;
	box-shadow: 0px 0px 0px 5px #3598db;
	border: dashed 2px white;
	padding: 0.4em 0.7em;
	color: #ffffff;
	margin: 0 0 20px;
}

.page_article h2:after {
	position: absolute;
	content: '';
	left: -7px;
	top: -7px;
	border-width: 0 0 15px 15px;
	border-style: solid;
	border-color: #ffffff #ffffff #2d7fb7;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
.page_article h3 {
	font-size: 18px;
	font-weight: bold;
	position: relative;
	padding: .75em 1em .75em 1.5em;
	border: 1px solid #3598db;
	color: #3598db;
	margin: 20px 0;
}
.page_article h3::after {
	position: absolute;
	top: .5em;
	left: .5em;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #2d7fb7;
	border-radius: 4px;
}
.page_article h4 {
	color: #3598db;
	border: solid 3px #3598db;
	padding: 0.8em;
	border-radius: 0.5em;
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0;
}
.page_article h5 {
	position: relative;
	padding-left: 25px;
	font-size: 16px;
	font-weight: bold;
	color: #3598db;
	margin: 20px 0;
}

.page_article h5:before {
	position: absolute;
	content: '';
	bottom: -3px;
	left: 0;
	width: 0;
	height: 0;
	border: none;
	border-left: solid 15px transparent;
	border-bottom: solid 15px rgb(53, 152, 219);
}
.page_article h5:after {
	position: absolute;
	content: '';
	bottom: -3px;
	left: 10px;
	width: 100%;
	border-bottom: solid 3px rgb(53, 152, 219);
}
/******************************************************************************************
目次の要素
******************************************************************************************/
#list_box {
	width: 100%;
    margin-bottom: 60px;
}
#list_box ul a li {
	font-weight: bold;
	background-color: #ffffff;
	border: solid 1px #ebebeb;
    padding: 8px 8px 8px 25px;
    cursor: pointer;
	overflow: hidden;
	font-size: 18px;
    color: #3598db;
	margin-bottom: 1px;
}
#list_box ul a li:hover { background-color: #fefefe; }
/******************************************************************************************
ページ送りの要素
******************************************************************************************/
.prevnext { overflow:hidden; margin-bottom: 10px; }
.prevnext a { color:#ffffff; font-weight:bold;; }
.prev a { float: left; }
.next a { float: right; }
#page_wrap p.prev a, #page_wrap p.next a { font-size: 12px; padding:8px; color: #3598db; border: solid 1px #ebebeb; text-decoration: none; transition: .2S; margin-top: 10px; }
#page_wrap p.prev a:hover, #page_wrap p.next a:hover { color: #71c3fa; }
/******************************************************************************************
FontAwesomeのアイコンの要素
******************************************************************************************/
.fa-chevron-left { margin-right: 2px; color: #3598db; }
.fa-chevron-right { margin-left: 2px; color: #3598db; }
.fa-chevron-left :hover, .fa-chevron-right:hover { color: #71c3fa; }

/******************************************************************************************
SNSボタンの要素
******************************************************************************************/

.share { margin-bottom: 40px; }
.share ul {margin : 0;
    padding : 0;
    list-style : none;}
.share li a {display : block;
    padding : 10px;
    color : #fff;
    font-size : 14px;
    text-decoration : none;
    text-align : center;}
.share li a:hover {opacity :0.8;
    color : #fff;}
.share li a:visited{ color: #fff;}
.share ul:after {content : "";
    display : block;
    clear : both;}
.tweet a{background-color : #55acee;}
.facebook a{background-color : #315096;}
.googleplus a{background-color : #dd4b39;}
.hatena a{background-color : #008fde;}
.line a{background-color: #00c300;}
.pocket a{background-color :#f03e51;}
.rss a{background-color: #ff8c00;}
.feedly a{background-color: #6cc655;}
  
.share li {float : left;
    width : 25%;
    margin : 0;
}
/******************************************************************************************
リンク枠の要素
******************************************************************************************/

.page_article .em-link {
  position: relative;
  margin: 36px 0 16px;
  padding: 16px 10px;
  border: 2px solid #F24744;
  background-color: #ffffff;
}
.page_article .em-link p:last-child {
  margin-bottom: 0;
}
.page_article .em-link::before {
  position: absolute;
  bottom: 100%;
  left: -2px;
  padding: 2px 6px;
  content: "関連記事";
  background-color: #F24744;
  color: #ffffff;
  font-weight: bold;
}
/******************************************************************************************
タグ
******************************************************************************************/
.tag_box { width: 100%; margin-bottom: 20px; }
.tag_box ul { overflow: hidden; }
.tag_box ul li { float: left; margin: 0 5px 5px 0; }
.tag_box ul li a {
	color: #ffffff;
	padding: 1px 12px 2px 10px;
	display: inline-block;
	line-height: 1.3;
	background: #3598db;
	vertical-align: middle;
	border-radius: 18px;
}
.tag_box ul li a:before {
	content: '●';
	color: #ffffff;;
	margin-right: 4px;
	font-size: 16px;
}
.tag_box ul li a:hover { background:#1bbc9b; transition: .2S;}

/******************************************************************************************
吹き出し要素
******************************************************************************************/
.balloon {
	margin-bottom: 2em;
	position: relative;
}
.balloon:before,.balloon:after {
	clear: both;
	content: "";
	display: block;
}
.balloon figure {
	width: 80px;
	height: 80px;
}
.balloon-image-left {
	float: left;
	margin-right: 20px;
}
.balloon-image-right {
	float: right;
	margin-left: 20px;
}
.balloon figure img {
	width: 100%;
	height: 100%;
	border: 1px solid #aaa;
	border-radius: 50%;
	margin: 0;
}
.balloon-image-description {
	padding: 3px 0 0;
	font-size: 10px;
	text-align: center;
}
.balloon-text-right,.balloon-text-left {
	  position: relative;
	  padding: 15px;
	  border: 1px solid;
	  border-radius: 10px;
	  max-width: -webkit-calc(100% - 120px);
	  max-width: calc(100% - 120px);
	  display: inline-block;
	  margin-top: 20px;
	  border-color: #cccccc;
}

.balloon-text-right {
	float: left;
}
.balloon-text-left {
	float: right;
}
.balloon p {
	margin: 0 0 20px;
}
.balloon p:last-child {
	margin-bottom: 0;
}
/* 吹き出しの三角部分 */
.balloon-text-right:before {
	position: absolute;
	content: '';
	border: 6px solid transparent;
	border-right: 6px solid #cccccc;
	top: 15px;
	left: -13px;
}
.balloon-text-right:after {
	position: absolute;
	content: '';
	border: 6px solid transparent;
	border-right: 6px solid #ffffff;
	top: 15px;
	left: -12px;
}
.balloon-text-left:before {
	position: absolute;
	content: '';
	border: 6px solid transparent;
	border-left: 6px solid #cccccc;
	top: 15px;
	right: -13px;
}
.balloon-text-left:after {
	  position: absolute;
	  content: '';
	  border: 6px solid transparent;
	  border-left: 6px solid #ffffff;
	  top: 15px;
	  right: -12px;
}
/******************************************************************************************
LINEバナー要素
******************************************************************************************/
.line_banner { margin-bottom: 20px; }
.line_banner img { text-align:center; width:600px; }

/******************************************************************************************
個別投稿記事内のお勧めリンクボックスの要素
******************************************************************************************/
h6 {
	background-color: #3598db;
	color: #ffffff;
	border-radius: 4px 4px 0 0;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	padding: 5px;
}
.reco_box {
	width: 578px;
	margin: 0 0 40px 0;;
	background-color: #ffffff;
	border-left: solid 1px #3598db;
	border-right: solid 1px #3598db;
	border-bottom: solid 1px #3598db;
	border-radius: 0 0 4px 4px;
	padding:10px;
	overflow: hidden;
}
.reco_name_box { padding: 2px; overflow: hidden; }
.reco_name_title {
	font-size: 12px;
	background-color: #3598db;
	color: #ffffff;
	float : left;
	padding: 1px 1px 1px 2px;
	margin: 0 10px 0 0;
	display: block;
	width: 48px;
	font-weight: bold;
	text-align: left;
}
.reco_name_detail {
	font-size: 16px;
	color: #3598db;
	float : left;
	font-weight: bold;
}
.reco_box_img img {  width: 150px; height: 150px; }
.reco_box_amazon { padding: 10px 0 10px 0; }
.reco_box_amazon a {
	display: block;
	background-color: #febd69;
	color: #ffffff;
	border-radius: 18px;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	padding: 8px 0;
}
.reco_box_amazon a .fa-chevron-right { color: #ffffff; }
.reco_box_amazon a:hover { background-color: #fcca88; }

/******************************************************************************************
関連記事をランダムで4つ表示する要素
******************************************************************************************/
.blog_rerated_h2 {
	background-color: #34495e;
	text-align: center;
	height: 30px;
	width: 100%;
	margin-bottom: 20px;
	padding: 12px 0 12px;
	border-radius: 4px;
}
.blog_rerated_h2 h2{
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
}
.blog_reratad_box { width: 100%; margin-bottom: 60px; overflow: hidden; }
.blog_reratad_box li { 
	width:180px;
	padding: 29px;
	margin-right:16px;
	background-color: #ffffff;
	border-radius: 4px;
	float: left;
	cursor: pointer;
}
.blog_reratad_box li:last-child { margin-right:0; }
.blog_reratad_img { width:180px; height: 180px; text-align: center; }
.blog_reratad_date { font-size: 12px; color :#3598db; font-weight: bold; }
.blog_reratad_title {
	font-size: 14px;
	color: #34495e;
	font-weight: bold;
	line-height: 18px;
}
/******************************************************************************************
値段の装飾
******************************************************************************************/
.price {
  font-size: 24px;
  font-weight:bold;
  color: #a10000;
  background: -webkit-linear-gradient(top, #ff0000 0%, #e30000 50%, #a10000 51%, #f90000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

.price span { font-size: 16px; }
/******************************************************************************************
クィックカテゴリー
******************************************************************************************/
.quick_category { overflow:hidden; margin-bottom:40px;}
.quick_category ul li { float:left; width:328px; text-align:center; }
#q_cate_01, #q_cate_02, #q_cate_04, #q_cate_05, #q_cate_07 { margin:0 8px 8px 0; }
#q_cate_03, #q_cate_06, #q_cate_08, #q_cate_09 { margin:0 0 8px 0;}
#q_cate_01 a, #q_cate_02 a, #q_cate_03 a, #q_cate_04 a, #q_cate_05 a, #q_cate_06 a, #q_cate_07 a, #q_cate_08 a, #q_cate_09 a { display:block; padding: 5% 0; border-radius: 4px; }
#q_cate_01 a { background:#3598db; }
#q_cate_02 a { background:#9b58b5; }
#q_cate_03 a { background:#34495e; }
#q_cate_04 a { background:#f1c40f; }
#q_cate_05 a { background:#1bbc9b; }
#q_cate_06 a { background:#e77e23; }
#q_cate_07 a { background:#01bdd6; }
#q_cate_08 a { background:#ea1e63; }
#q_cate_09 a { background:#5d35b0; }

/******************************************************************************************
もしもリンク用の文字要素
******************************************************************************************/
/* 文字をデフォルトに戻す */
#page_wrap p.easyLink-info-btn a { color :#ffffff;  text-decoration:none; }
#page_wrap p.easyLink-info-name a { font-size :16px; font-weight :bold;  color :#3598db;  text-decoration:none; }
#page_wrap p.easyLink-info-name a:hover { color :#1bbc9b;  text-decoration:underline; }
#page_wrap p.easyLink-info-maker, #page_wrap p.easyLink-info-model{ font-size :12px; }

div.easyLink-box {
    border:double #CCC !important;
    box-shadow: 2px 3px 9px -5px rgba(0,0,0,.25);
	margin-bottom: 20px !important;
}

/* リンクボタン装飾 */
a.easyLink-info-btn-amazon {
    background: #f6a306 !important;
    border: 2px solid #f6a306 !important;
    box-shadow: 0px 3px 7px 0px rgba(0,0,0,.25);
}
a.easyLink-info-btn-rakuten {
    background: #cf4944 !important;
    border: 2px solid #cf4944 !important;
    box-shadow: 0px 3px 7px 0px rgba(0,0,0,.25);
}

a.easyLink-info-btn-yahoo {
    background: #51a7e8 !important;
    border: 2px solid #51a7e8 !important;
    box-shadow: 0px 3px 7px 0px rgba(0,0,0,.25);
}


a:hover.easyLink-info-btn-amazon {
    opacity: 1 !important;
    background: #fff !important;
    color: #f6a306 !important;
}

a:hover.easyLink-info-btn-rakuten {
    opacity: 1 !important;
    background: #fff !important;
    color: #cf4944 !important;
}

a:hover.easyLink-info-btn-yahoo {
    opacity: 1 !important;
    background: #fff !important;
    color: #51a7e8 !important;
}
/* ボタン下の空白削除 */
div.easyLink-box div.easyLink-info p.easyLink-info-btn a:last-child {
    margin-bottom: 0 !important;
}

