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

html{
	overflow-x: hidden;
	word-break: break-all;
}

body{
	margin:0px auto;
	padding:0px;
	color: #333;
	font-size:14px;
	text-align:center;
	line-height:1.8;
}

/****************************************

                reset

*****************************************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,blockquote,th,td { margin: 0;padding: 0; }
h1,h2,h3,h4,h5,h6 { font-size: 100%; }
address,em { font-style: normal; }
table {border-collapse: collapse; border-spacing: 0; }
th { font-weight:normal;text-align: left; }
legend { display: none; }
img,fieldset { border: 0; }
ul li{list-style-type:none;}
section,article,aside,nav,header,small{display:block;}

.pc-none{display: none;}

/****************************************

                見出し

*****************************************/

.base-h2{
	font-size: 23px;
	margin-bottom: 15px;
}

/****************************************

                 font

*****************************************/

.bg-r,.red {color: #e53935;}
.bg-o,.orange {color: #f19901;}
.iken-box, .green{color: #4caf50;}
.bg-b{color: #1466AD;}
.bold,strong,.strong{font-weight: bold;}
.bg-y{
	font-weight: bold;
	background: #ff0;
}

.bg-o,.bg-r,.red, .green, .orange, strong, .strong, .teiki-box, .iken-box {
    font-size: 18px;
    font-weight: bold;
}

/*フォントアイコン*/
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?s6fl3v');
  src:  url('fonts/icomoon.eot?s6fl3v#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?s6fl3v') format('truetype'),
    url('fonts/icomoon.woff?s6fl3v') format('woff'),
    url('fonts/icomoon.svg?s6fl3v#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-chevron-down:before {content: "\e900";}
.icon-chevron-left:before {content: "\e901";}
.icon-chevron-right:before {content: "\e902";}
.icon-chevron-up:before {content: "\e903";}
.icon-controller-play:before {content: "\e904";}
.icon-magnifying-glass:before {content: "\e906";}
.icon-menu:before {content: "\e905";}
.icon-home:before {content: "\e907";}
.icon-twitter:before {content: "\e90b";}
.icon-hatebu:before {content: "\e908";}
.icon-pocket:before {content: "\e909";}
.icon-thumbs-up:before {content: "\e90a";}

/****************************************

                 link

*****************************************/

a:link {
	color: #1111cc;
	text-decoration: none;
}

a:hover {text-decoration: underline;}

a:hover img{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: “alpha( opacity=80 )”;
}

/****************************************

               clearfix

*****************************************/

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
 /* IE6 */
* html .clearfix {zoom: 1;}
 /* IE7 */
*:first-child+html .clearfix {zoom: 1;}

.clear {clear: both; }

/****************************************

               float

*****************************************/

.left { float: left; }
.right { float: right; }
.img-left{
	float: left;
	padding: 0 10px 10px 0;
}
.img-right{
	float: right;
	padding: 0 0 10px 10px;
}

/****************************************

               レイアウト

*****************************************/

.center{text-align:center;}
.text-left{text-align:left;}
.text-right{text-align:right;}

img{
	display: block;
	margin: auto;
	max-width: 100%;
	height: auto;
}

/****************************************

         　　 共通

*****************************************/

#outline{
	width: 100%;
	margin: 0 auto;
	text-align: left;
}

#header{
	position: relative;
	width: 100%;
}

#header-title{
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: normal;
}

#logo img{display: inline;}

#header .right{
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
}

#s,#searchsubmit{
	display: inline-block;
	height: 33px;
	padding: 0 5px;
	vertical-align: top;
}

#s{
	width: 210px;
	border-radius: 5px 0 0 5px;
	box-sizing: border-box;
}

#searchsubmit{
	position: relative;
	font-family: 'FontAwesome' !important;
	font-size: 18px;
	color: #fff;
	border: none;
	border-radius: 0 5px 5px 0;
	border-width: 1px 1px 1px 0;
	border-style: solid;
	box-sizing: border-box;
	-webkit-appearance: none;
}

/*メインメニュー*/
#menu-cb,
#menu-icon,
#menu-background{
    display: none;
}

#main-menu{
	padding: 0;
	margin-bottom: 15px;
}

#main-menu:before, #main-menu:after{
	content: "";
	display: table;
}

#main-menu li ul{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 9999;
}

#main-menu .flex-center {
	display:flex;
	display:-moz-box;
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	max-width: 1000px;
	width: 100%;
	margin: auto;
}

#main-menu li {
	position: relative;
    width: 20%;
    text-align: center;
    margin: 0;
}

#main-menu li a {
    display: block;
    font-size: 16px;
    font-weight: bold;
}

#main-menu li a:hover {text-decoration: none;}

#main-menu li ul li{
  width: 100%;
}

#main-menu li ul li{
  overflow: hidden;
  height: 0;
  transition: .2s;
}

#main-menu li:hover ul li{
  overflow: visible;
  height: 50px;
}

/****************************************

         　　 main

*****************************************/

#main{
	width: 1000px;
	margin: auto;
}

#content{
	float: left;
	width: 685px;
	margin: 20px auto 0;
}

section{
	margin: 0 0 25px 0;
	clear: both;
}

/****************************************

         　　 side

*****************************************/

#side{
	float: right;
	width: 300px;
	margin: 20px 0 0 1%;
}

.side-ad{padding-bottom: 20px;}

.side{padding: 20px 0;}

.side h3{
	font-size: 18px;
	font-weight: bold;
	clear: both;
}

.side h4{font-weight: normal;}

.side ul{padding: 5px 0;}

.side-post li{
	position: relative;
	padding: 10px 0;
	clear: both;
	overflow: hidden;
	line-height: 1.5;
}

.side-rank{counter-reset: wpp-ranking;}

.side-rank li:before{
	position: absolute;
	display: block;
	padding: 1px;
	width: 18px;
	height: 18px;
	font-weight: bold;
	text-align: center;
	border-radius: 50%;
	z-index: 1;
	content: counter(wpp-ranking, decimal);
	counter-increment: wpp-ranking;
}


.side-post li img{margin-right: 10px;}

.side-post li a{display: block;}

.tag-list li a{
	float: left;
	display: inline-block;
	padding: 0 10px;
	margin: 5px;
	font-size: 13px;
	text-align: center;
}

.tag-list li a:hover{text-decoration: none;}

.link-box{
	display: block;
	width: 100%;
	height: 35px;
	line-height: 35px;
	color: #333 !important;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #333;
}

/****************************************

         　　 footer

*****************************************/

#pagetop{
	position: fixed;
    right: 0;
   	bottom: 20%;
}

#footer{
	margin-top: 50px;
	padding: 10px;
}

#footer-link{padding: 5px 0;}

#footer-link ul{
	display: table;
	margin: auto;
}

#footer-link li{
	float: left;
	padding: 0 12px;
	font-size: 13px;
}

small{
	font-size: 10px;
	text-align: center;
	clear: both;
}

small a{
	color: #333 !important;
	text-decoration: none !important;
}


/****************************************

         　　 下層ページ共通

*****************************************/

/*パンくず*/
.breadcrumb li{
	float: left;
	list-style: none;
}

.readcrumb-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
}

.breadcrumb i {
	margin: 0px 8px;
    font-size: 13px;
    vertical-align: middle;
}

.pagenavi{
	margin: 15px auto;
    color: #333;
    line-height:2em;
    text-align:center;
    clear: both;
}

.pagenavi a{text-decoration:none;}

.pagenavi a.page-numbers,
.pagenavi .current{
    color: #00019b;
    padding: 3px 10px;
	font-size:15px;
    text-decoration:none;
    border:solid 1px #ccc;
    border-radius: 3px;
}

.pagenavi a.page-numbers:hover{
    color:#fff;
    background: #333;
}

.pagenavi .current{
    color: white;
    font-weight:bold:
    border-color: #333;
    background: #333;
}

.pagenavi .next,
.pagenavi .prev{
    font-size:15px;
    font-weight:bold;
    text-decoration:none;
    border:0 none;
    background:transparent;
}

/****************************************

         　　 記事コンテンツ

*****************************************/

.post-content h4{
	font-size: 18px;
	margin: 15px 0;
}

.post-content h4:before{
	content: "■";
	color: #ccc;
	padding-right: 5px;
}

.post-content img{margin: 15px auto;}

.post-content p{margin-bottom: 30px;}

.post-cate{margin-top: 15px;}

/*広告ボックス*/
.post-ad-box{
	max-width: 340px;
	width: 98%;
	margin: 30px auto;
	padding: 10px;
	border: 2px solid #eee;
	box-sizing: border-box;
}

.post-content .post-ad-box img{
	margin: 0 0 5px 0; 
}

.post-ad-box p{
	margin: 0;
}

.post-ad-box .ad-title{
	margin-bottom: 5px;
	line-height: 1.5;
	font-size: 15px;
	font-weight: bold;
}

.post-ad-box .date{
	font-size: 13px;
}

.post-ad-box .price{
	font-weight: bold;
	text-align: right;
}


/*記事上のSNSボタン*/
.post-sns{
	margin: 15px 0;
    padding: 0;
    clear: both;
}

.post-sns li {
	float: left;
    margin: 0 2px;
    font-size: 13px;
	font-weight: bold;
	text-align: center;
	border-radius: 3px;
}

.post-sns li:last-child{margin-right: 0;}

.post-sns li a{color: #fff;}
.post-sns li a:hover{text-decoration: none;}

.post-sns li span:before{
	position: relative;
	left: -2px;
}

.post-sns .hatena{background: #00a4de;}
.post-sns .twitter{background: #1b95e0;}
.post-sns .facebook{background: #4267b2;}
.post-sns .pocket{background: #ee4256;}


/*****記事内装飾*****/
.video-container iframe{
	width: 100%;
	height: 350px;
}

.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5{margin-top: 30px;}

table,
pre,
blockquote,
.post-content table,
.post-content dl,
.post-content ul,
.post-content ol,
.well,.well2,.well3{margin-bottom: 30px;}

.well,.well2,.well3{padding: 10px 15px;}

.well{border-radius: 4px;}

.tab a,
.post-content a{
	color: #0074c1 !important;
	text-decoration: underline;
}

.post-content a:hover{
	text-decoration: none;
}

.post-content ul li{
	margin-left: 1em;
	list-style: disc;
}

.post-content ol li{
	margin-left: 1em;
	list-style: decimal;
}

.well{
	border: 1px solid #ccc;
	background-color: #eee;
}

.well2{
	border: 1px solid #ccc;
	background: #fcfcfc;
}

.well3{
	border: 1px dashed #ccc;
	background: #fcfcfc;
}

.post-area .well3 ul,
.post-area .well2 ul,
.post-area .well ul{
	margin-bottom: 0;
}

/*余談*/
.yodan-box{
	padding: 10px 15px;
	border: 1px dotted #999;
}

.teiki-box,
.iken-box,
.yodan-box{
	margin: 15px 0;
}

.post-area .yodan-box p{
	margin: 10px 0 0;
}

blockquote{
	padding: 15px;
	font-size: 15px;
	border: 1px solid #ccc;
	background: url(image/blockquote1.gif) no-repeat 95% 68%;
}

blockquote p{margin-bottom: 0 !important;}

cite{
	display: block;
	text-align: right;
	color: #999;
}

cite:before{
	content: "ー";
	margin-right: 5px;
}

/*テーブル*/
table{
	width: 100%;
	border-collapse: collapse;
}

table td,
table th{
	padding: 10px;
	border: 1px solid #999;
}

table th{
	font-weight: bold;
	background-color: #F3F3F3;
}

table thead th{text-align: center;}

/*テーブル　縦タイプ*/
.y-table th {
	text-align: left;
	width: 30%;
}

/*テーブル　横タイプ*/
.x-table th {text-align: center;}

/*preタグ*/
pre{
	overflow-x: auto;
	overflow-y: auto;
	max-height: 250px;
	padding: 15px;
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	white-space: pre-wrap;
	word-wrap: break-word;
	background: #333;
}

/*記事中の関連記事*/
.cardlink{
	padding: 8px;
	border-radius: 5px;
	border: 1px solid #ccc;
}

.cardlink_content,
.cardlink_thumbnail{
	display: table-cell;
	vertical-align: middle;
	margin: auto;
}

.cardlink_thumbnail{
	width: 90px;
	padding-right: 10px;
}

.cardlink_thumbnail img{margin: 0 auto !important;}

.cardlink_content{font-size: 14px;}


/*アプリ紹介*/
.appreach {
  text-align: left;
  padding: 10px;
  border: 1px solid #7C7C7C;
  overflow: hidden;
}
.appreach:after {
  content: "";
  display: block;
  clear: both;
}
.appreach p {
  margin: 0;
}
.appreach a:after {
  display: none;
}
.appreach__icon {
  float: left;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 3% 0 0 !important;
  width: 25% !important;
  height: auto !important;
  max-width: 120px !important;
}
.appreach__detail {
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
  max-width: 72%;
}
.appreach__detail:after {
  content: "";
  display: block;
  clear: both;
}
.appreach__name {
  font-size: 16px;
  line-height: 1.5em !important;
  max-height: 3em;
  overflow: hidden;
}
.appreach__info {
  font-size: 12px !important;
}
.appreach__developper, .appreach__price {
  margin-right: 0.5em;
}
.appreach__posted a {
  margin-left: 0.5em;
}
.appreach-links {
  /*float: left;*/
  height: 40px;
  margin-top: 8px;
  white-space: nowrap;
}
.appreach__aslink img {
	display: inline;
	margin: 0 10px 0 0;
	height: 40px;
	width: 135px;
}
.appreach__gplink img {
	display: inline;
	margin: 0;
	height: 40px;
	width: 134.5px;
}


/*記事下のSNSボタン*/
.social-box{
	margin-bottom:15px;
	text-align: center;
}

.social-text,
.social-thm {
	display: table-cell;
	vertical-align: middle;
}

.social-box img{margin: 0 auto;}

.social-thm{width: 380px;}

.social-text{width: 305px;}

.social-text p{margin-bottom: 30px;}

.social-text li{display: inline-block;}

.fb_iframe_widget > span {vertical-align: baseline !important;}


/*記事を書いた人*/
.tab-content input[type="radio"] {
	display: none;
}

.tab-content .tab-box {
	width: 100%;
}

.tab-content > .tab-box > div {
	display: none;
}

#tab1:checked ~ .tab-box > #tabView1 {
	display: block;
}

#tab2:checked ~ .tab-box > #tabView2 {
	display: block;
}

#tab3:checked ~ .tab-box > #tabView3 {
	display: block;
}

.tab-content label {
	display: inline-block;
	width: 25%;
	padding: 5px 0;
	color: #333;
	font-size: 13px;
	text-align: center;
	border-radius: 3px 3px 0 0;
	box-sizing: border-box;
	background: #ccc;
}

.tab-content label:hover,
.tab-content input[type="radio"]:checked + label{
	color: #fff;
	background: #333;
}


.post-writer{
	padding: 15px 20px 15px;
	background: #eee;
}

.post-writer img{
	float: left;
	margin: 0;
	padding-right: 10px;
}

.post-writer .profile{font-size: 14px;}

.post-writer .name{font-size: 20px;}

.pro-link{margin: 10px 0;}

.pro-sns{padding-bottom: 20px;}

.pro-sns li{
	float: left;
	margin-right: 5px;
}

.tab-content input[type="radio"] {
	display: none;
}

.tab-content .tab-box {
	width: 100%;
}

.tab-content > .tab-box > div {
	display: none;
}

#tab1:checked ~ .tab-box > #tabView1 {
	display: block;
}

#tab2:checked ~ .tab-box > #tabView2 {
	display: block;
}

#tab3:checked ~ .tab-box > #tabView3 {
	display: block;
}

.tab-content label {
	display: inline-block;
	width: 25%;
	padding: 5px 0;
	color: #333;
	font-size: 13px;
	text-align: center;
	border-radius: 3px 3px 0 0;
	box-sizing: border-box;
	background: #ccc;
}

.tab-content label:hover,
.tab-content input[type="radio"]:checked + label{
	color: #fff;
	background: #333;
}

.pro_post_list li{
	padding: 10px 0;
	font-size: 14px;
	border-bottom: 1px dotted #ccc;
}

.post-writer{
	border: 3px solid #e5e5e5;
	background: #eee;
}

/*関連記事一覧*/
.post-relation ul{
	display:flex;
	display:-moz-box;
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	justify-content: space-between;
}

.post-relation li{
	width:32%;
	margin:10px 0;
	font-size:14px;
}


/*ブログランキングバナー*/
.ranking-box{
	margin: 20px 0; 
    padding: 15px;
    font-size: 14px;
    text-align: center;
    background: #F4F3F3;
}


/****************************************

         　　 スマホ用

*****************************************/
@media only screen and (max-width: 1024px) {
	body{
		position: relative;
		width: 100%;
		margin: auto;
	}

	.pc-none{display: block;}

	.sp-none{display: none;}

	.bg-o,.bg-r,.red, .green, .orange, strong, .strong, .teiki-box, .iken-box {
	    font-size: 15px;
	}

	.base-h2{font-size: 16px;}

	#header{
		width: 95%;
		margin: auto;
	}

	#header-title{display: none;}

	#logo{
		display: table-cell;
		padding-right: 10px;
		vertical-align: middle;
	}

	#main-menu {
        position: fixed;
        right: -300px;
        top: 0;
        width: 300px;
        height: 100%;
        box-sizing: border-box;
        transition: transform 0.3s linear 0s;
        z-index: 1000;
    }

    #menu-background {
        position: fixed;
        right: 0;
        top: 0;
        display: block;
        width: 100%;
        height: 100%;
        transition: all 0.3s linear 0s;
        opacity: 0;
        z-index: -1;
        background-color: #333;
    }

    #menu-icon {
        position: fixed;
        top: 0;
        right: 0;
        display: block;
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 50px;
        color: #fff;
        text-align: center;
        cursor: pointer;
        border-radius: 0 0 0 10px;
        transition: all 0.3s linear 0s;
        z-index: 1000;
    }

    #menu-cb {
        display: none;
    }

    #menu-cb:checked ~ #main-menu,
    #menu-cb:checked ~ #menu-icon {
        transform: translate(-280px);
    }

    #menu-cb:checked ~ #menu-background {
        opacity: 0.5;
        z-index: 999;
    }

    #main-menu ul{
    	flex-direction: column;
        height: auto;
    }

    #main-menu li {
        width: 100%;
        line-height: 3; 
        border-right: none;
        text-align: left;
    }

    #main-menu li a{
    	position: relative;
        color: #333;
        padding: 0 18px;
        border-bottom: 1px dashed #fff;
    }

    #main-menu li a:after{
    	position: absolute;
    	right: 30px;
    	font-family: "FontAwesome";
    	content: "\f054";
    }

    #main-menu li ul{
		position: static;
	}

	#main-menu li ul li{
		overflow: none;
		height: 100%;
	}

	#main-menu li ul li a:before{
		content: "ー";
		padding-right: 5px;
	}

	.s-bt{
		display: table;
		margin: 10px auto; 
	}

    #main,#content,#side{
		float: none;
		clear: both;
		width: auto;
	}

	#main{
		width: 95%;
		margin: 0 auto;
	}

	#content{margin: 10px 0;}

	#side{
		width: 98%;
		margin: 15px auto 0;
	}

	.side h4{font-size: 13px;}

	.side-ad{padding-bottom: 10px;}

	.side{padding: 10px 0;}

	#side ul{
		margin: auto;
		border: none;
		background: none;
	}

	section{margin: 0;}

	/*footer*/
	#pagetop{
		width: 34px;
		height: auto;
	    right: 10px;
	   	bottom: 2%;
	}

	#footer,
	#footer-link li{padding: 0;margin: 0;}

	#footer-link ul{
		display: block;
		margin: 0 0 10px;
		border-bottom: 1px solid #ccc;
	}
	
	#footer-link li{
		float: none;
		border-top: 1px solid #ccc;
		background: #eee;
	}

	#footer-link li a{
		display: block;
		padding-left: 13px;
		line-height: 50px;
		text-align: left;
		font-size: 14px;
	}

	small{
		margin-bottom: 10px;
		font-size: 10px;
	}

	/*パンくず*/
	.breadcrumb i {margin: 0 5px;}

	.breadcrumb li:last-child{
		width: 180px;
		font-size:12px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
	}

	/*記事上のSNSボタン*/
	.post-sns li{width: 28px;}

	.post-relation h5{font-size: 18px;}

	/*記事内装飾*/
	.video-container iframe{height: 500px;}

	.cardlink_content,
	.cardlink_thumbnail{display: block;}

	.cardlink_thumbnail{
		width: auto;
		margin: auto;
		padding-right: 0;
	}

	/*テーブル*/
	.post-content table th{white-space: nowrap;}

	/*テーブル　縦タイプ*/
	.y-table {border-top: 1px solid #999;}

	.y-table th,
	.y-table td {
		display: block;
    	text-align: center;
  	}

	.y-table th {
	    border-top: none;
	    border-bottom: none;
	    width: auto;
	}
	
	/*テーブル　横タイプ*/
	.x-table {border: none;}

	.x-table thead {display: none;}

	.x-table tr {
	    border-bottom: 1px solid #999;
	    display: block;
	    margin-bottom: 20px;
	}

	.x-table td {
	    border-bottom: none;
	    display: block;
	    padding: 10px;
	    text-align: right;
	}

	.x-table td:before {
	    content: attr(data-label);
	    float: left;
	    font-weight: bold;
	}

	/*テーブル　長いタイプ*/
	.long-table{
		position: relative;
		display: block;
		border-right: 1px solid #999;
		border-bottom: 1px solid #999;
	}


	.long-table thead{
		display: block;
		float: left;
	}

	.long-table tbody{
		position: relative;
		display: block;
		width: auto;
		overflow-x: auto;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}

	.long-table tr{
		display: inline-block;
		border-left: 1px solid #999;
	}

	.long-table tbody tr{margin-right: -5px;}

	.long-table th,
	.long-table td{
		display: block;
		border-left: none;
		border-right: none;
		border-bottom: none;
	}

	/*テーブル 横スクロール*/
	.table-scroll{
		position: relative;
		display: block;
		border-right: 1px solid #999;
		border-bottom: 1px solid #999;
	}

	.table-scroll thead{
		display: block;
		float: left;
	}

	.table-scroll tbody{
		position: relative;
		display: block;
		width: auto;
		text-align: center;
		overflow-x: auto;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}

	.table-scroll tr{
		display: inline-block;
		border-left: 1px solid #999;
	}

	.table-scroll tbody tr{
		margin-left: -1px;
		margin-right: -4px;
		vertical-align: top;
	}

	.table-scroll th,
	.table-scroll td{
		display: block;
		border-left: none;
		border-right: none;
		border-bottom: none;
	    height: 60px;
	}

	.table-scroll thead th{
		border-right: 1px solid #999;
	}

	/*記事を書いた人*/
	.tab-content label{
		width: 40%;
	}

	.post-writer{
		padding: 10px;
		border: 3px solid #ccc;
	}

	.post-writer h4{
		font-size: 14px;
		margin-bottom: 5px;
	}

	.post-writer .profile{font-size: 13px;}

	.post-writer .name{font-size: 14px;}

	.pro_post_list{float: none;}

	.pro_post_list li{font-size: 13px;}


	
}



@media only screen and (max-width:736px){

	.social-box{
		position:relative;
	}

	.social-text,.social-thm{
		display:block;
		vertical-align:middle;
	}

	.social-thm{
		width:auto;
	}

	.social-text{
		position:absolute;
		top:0;
		bottom:0;
		left:0;
		right:0;
		margin:auto;
		padding:20px 0;
		width:auto;
	}

	.social-text p{
		margin-bottom:10px;
	}

	.post-about .bottom-sns{
		margin:15px 0;
	}

	.post-about .bottom-sns ul{
		width:254px;
		margin:auto;
	}

	.post-about .bottom-sns li{
		height:70px;
	}

	.video-container iframe{height: 200px;}

	/*関連記事一覧*/
	.post-relation ul{
		flex-direction:column;
		-webkit-box-direction:column;
		-webkit-flex-direction:column;
	}

	.post-relation li{
		width:100%;
		margin:0;
		padding:10px 0;
		font-size:12px;
		border-bottom:1px solid #ccc;
	}

	.post-relation li a{
		display:flex;
		display:-moz-box;
		display:-webkit-box;
		display:-ms-flexbox;
		display:-webkit-flex;
		justify-content: space-between;
	}

	.post-relation li p{
		width:38%;
	}

	.post-relation h6{
		width:60%;
		justify-content: flex-end;
		font-weight:normal;
	}
}

/*--------------------------------------
  ヨメレバ・カエレバ（レスポンシブ）
--------------------------------------*/
.booklink-box, .kaerebalink-box {
	padding: 25px;
	margin-bottom: 10px;
	border: double #CCC;
	overflow: hidden;
	font-size: small;
}

.booklink-image, .kaerebalink-image {
	margin: 0 15px 0 0;
	float: left;
	min-width: 160px;
    width: 160px;
	text-align: center;
}

.booklink-image img, .kaerebalink-image img {
	margin: 0 auto;
	text-align: center;
}

.booklink-info, .kaerebalink-info {
	margin: 0;
	line-height: 120%;
	overflow: hidden;
}

.booklink-name, .kaerebalink-name {
	margin-bottom: 24px;
	line-height: 1.5em;
}

.booklink-powered-date, .kaerebalink-powered-date {
	font-size: 8px;
	margin-top: 10px;
	font-family: verdana;
	line-height: 120%;
}

.booklink-detail, .kaerebalink-detail {
	font-size: 12px;
}

.booklink-powered-date, .kaerebalink-detail {
	margin-bottom: 15px;
}

.booklink-link2, .kaerebalink-link1 {
	margin-top: 10px;
}

.booklink-link2 a,
.kaerebalink-link1 a {
	width: 29%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	margin: 5px 2px 0 0;
	padding: 10px 1px;
	text-align: center;
	float: left;
	text-decoration: none;
	font-weight: bold;
	text-shadow: 1px 1px 1px #dcdcdc;
	font-size: 12px;
	color: #fff !important;
}

.booklink-link2 a:hover,
.kaerebalink-link1 a:hover {
	opacity: .6;
}

.booklink-link2 a:active
.kaerebalink-link1 a:active {
	position: relative;
	top: 1px;
}

/*ボタンを変えるときはここから*/
.shoplinkamazon a {
	color: #FFFFFF !important;
	border: 1px solid #FF9901 !important;
    background-color: #FF9901 !important;
    display: inline; margin-right: 5px;
}

.shoplinkrakuten a {
	color: #FFFFFF !important;
	border: 1px solid #c20004 !important;
    background-color: #c20004 !important;
    display: inline; margin-right: 5px;
}

.shoplinkkindle a {
	color: #FFFFFF !important;
	border: 1px solid #007dcd !important;
    background-color: #007dcd !important;
    display: inline; margin-right: 5px;
}

.shoplinkkakakucom a {
	color: #FFFFFF !important;
	border: 1px solid #314995;
    background-color: #314995 !important;
    display: inline; margin-right: 5px;
}

.shoplinkyahoo a {
	color: #FFFFFF !important;
	border: 1px solid #7b0099 !important;
    background-color: #7b0099 !important;
    display: inline; margin-right: 5px;
}

/*ここまでを変更*/
.shoplinkyahoo img {
	display: none;
}

.shoplinkyahoo a {
	font-size: 10px;
}

.booklink-footer {
	display: none;
}

@media screen and (max-width: 680px) {
	.booklink-box, .kaerebalink-box {
		padding: 15px;
	}
	
	.booklink-image, .kaerebalink-image {
		width: 100px !important;
		min-width: initial;
	}
	
	.booklink-name > a, .kaerebalink-name > a {
		font-size: 15px;
		font-weight: bold;
	}
	
	.booklink-name, .kaerebalink-name {
		margin-bottom: 12px;
	}
	
	.booklink-powered-date, .kaerebalink-powered-date {
		margin-top: 5px;
	}
	
	.booklink-link2 a,
	.kaerebalink-link1 a {
		width: calc(100% - 4px);
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		margin: 2px 0;
		padding: 10px 0;
	}
}