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

Theme Name:   LION BLOG Child
Template:     lionblog

----------*/

@import url('../lionblog/style.css');


body {
    width: 100%;
    /*
    font-family: 'M PLUS 1p', "Lato", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    */
}

/* PC表示用 */

/* -------------------------------------
 * Table of Contents Plus
 --------------------------------------- */
#toc_container {
    background: #f9f9f9;
    border: 1px solid #aaa;
    padding: 10px;
    margin-bottom: 1em;
    width: auto;
    display: table;
    font-size: 95%;
    width: 95% !important;
    margin: 0 auto;
    padding: 20px;
    margin-bottom: 30px;
}

#toc_container p.toc_title {
    text-align: center;
    font-weight: 700;
    margin: 0;
    padding: 0;
    font-size: 18px;
    padding-bottom: 10px;
}

#toc_container li, #toc_container ul {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 24px;
}

#toc_container ul ul {
    margin-left: 10px;
}

.l-wrapper {
    position: relative;
    display: flex;
    width: 1280px;
    max-width: 95%;
    margin: 0 auto;
}

.container {
    position: relative;
    width: 1280px;
    max-width: 95%;
    margin: 0 auto;
}

.spacer_mt {
	margin-top: 40px;
}

.spacer_mt_20 {
	margin-top: 20px;
}

.content h4 {
	color: #191919;
	border-bottom: 2px solid #63acb7;
	padding:10px;
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 18px;
}

.heading.heading-first {
    float: left;
    font-weight: 900;
    font-size: 3.4rem;
}

/* -------------------------------------
 * お問い合わせ ページ用
 --------------------------------------- */
.txtformat_box {
	margin: 0 20px;
	padding: 10px !important;
	display: flow-root;
}

.form_unit > table.entry_table {
	width: 100%;
}

.form_unit > table.entry_table th,
.form_unit > table.entry_table td {
	margin: auto;
	padding: 0;
	border: none;
	border-bottom: dotted thin #ccc;
}

.form_unit > table.entry_table th {
	text-align:right;
	width: 275px;
	padding: 20px;
	vertical-align: top;
}

.form_unit > table.entry_table th.err_area {
	padding: 0;
	text-align: left;
	padding-left: 10%;
	padding-bottom:10px;
}

.form_unit > table.entry_table td {
	text-align:left;
	padding: 20px 0;
}

.form_unit .footnote.-required::before ,
.form_unit > table.entry_table th.-required::after {
	content: '※';
	display: inline-block;
	margin-left: 0.25em;
	font-size: 1.2rem;
}
.form_unit .footnote.-required {
	margin-left: auto;
	margin-bottom: 0;
	padding: 0 !important;
}
.form_unit .footnote.-required::before,
.form_unit > table.entry_table th.-required::after {
	color: #f33;
}
.form_unit .form_list > table.entry_table td {
	margin-bottom: 1em;
	padding-bottom: 1em;
	min-height: 2em;
	border-bottom: dotted thin #ccc;
}
.form_unit .form_text {
	width: 100%;
}
.form_unit .footnote {
	margin-left: 0.5em;
}
.form_unit .mwform-radio-field.horizontal-item {
	display: inline-block;
	margin-right: 2%;
	margin-left: auto;
}
.form_unit .form_shoplist .mwform-radio-field {
	width: 48%;
}
.form_unit .btn_unit {
	text-align: center;
}
.form_unit select:empty {
	pointer-events: none;
	opacity: 0.6;
	display: none;
}
.form_unit .-is_empty {
	display: none;
}
.form_unit select:empty ~ .-is_empty {
	display: inline-block;
}
.form_unit .submit_btn {
    background-color: #6395ce;
    color: #fff;
    width: 8em;
    padding: 5px 10px;
}

.form_unit .submit_btn:hover {
	background-color: #b08eb7;
}

.form_unit .form_list > dt {
	clear: left;
	float: left;
	width: 32%;
}
.form_unit .form_list > dd {
	padding-left: 32%;
}
.form_unit .form_shoplist .mwform-radio-field {
	width: 31%;
}

.form_unit > ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	margin: 0 auto !important;
    margin-top: 10px !important;
}

.form_unit > ul > li:last-child {
	padding: 10px 0;
}

input[type="number"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="textarea"]:focus,
textarea:focus {
	color: #111;
}

input[type="number"],
input[type="text"],
input[type="textarea"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 6px 0 6px 9px;
}

/* -------------------------------------
 * Blog ページ用
 --------------------------------------- */
.main_blog {

}

.main_blog h1 {
    font-size: 30px;
    margin-bottom: 10px;
}

.main_blog h2 {
    /* background: #0072ff; */
    width: auto;
    color: #ffffff;
    display: inline-block;
    padding: 10px 10px;
    margin-top: 30px;
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 40px;
    letter-spacing: 4px;
}

.main_blog h3 {
    width: auto;
    padding: 15px !important;
    margin: 0 auto;
    margin-top: 20px;
    margin-left: 10px;
    margin-bottom: 10px;
    font-size: 20px;
}

.main_blog p {
    line-height: 40px;
    padding: 0 0 0 15px;
    font-size: 17px;
}

.main_blog p a {
    font-weight: bold;
    padding-bottom: 3px;
    border-bottom: double 2px #0077ff;
}

.main_blog p.required_area {
    line-height: 40px;
    padding: 15px;
    border: 2px solid #aaa;
    display: inline-block;
    background: #dfeeff;
    width: 95%;
    margin: 20px 0;
    color: #f00;
}

.main_blog p.wait_here {
    padding: 20px 0 0 15px;
    color: #aaa;
}

.main_blog p.wait_here a {
    margin-left:5px;
    border:1px solid #0072ff;
    padding:10px 10px;
    width:100%;
    display:inline-block
    max-width:200px;
    background:#0072ff;
    color:#fff;
}

.main_blog p.wait_here a:hover {
    background:#fff;
    color:#0072ff;
}

.main_blog ul {
    margin: 0 auto;
    margin-left: 10px;
    font-size: 18px;
}

.main_blog ul li {
    line-height: 30px;
}

.main_blog pre {

}

.server_details {
    display: block;
    margin: 20px 0;
    margin-left: 20px;
}

.server_details h4 {
    border-bottom: 1px solid #0072ff;
    width: auto;
    display: inline-block;
    padding: 10px 10px 0 0;
    margin: 0 auto;
    margin-top: 10px;
    margin-left: 10px;
    font-size: 22px;
}

.server_details table {
    margin-left: 20px;
    width: 100%;
    max-width: 800px;
}

.server_details table th {
    border: 1px solid #aaa;
    padding: 20px;
    background: #ccc;
}

.server_details table td {
    border: 1px solid #aaa;
    padding: 20px;
}

.server_details p.title {
    padding-left: 20px;
    background: rgba(0, 114, 255, 0.26);
    display: inline-block;
    padding: 0;
    margin-left: 20px;
    margin-bottom: 15px;
    padding: 2px 10px;
}

.server_details a.koushiki_link {
    margin-top: 20px;
    display: inline-block;
    color: #fff !important;
    background: #0072ff;
    padding: 15px 10px;
    width: 100%;
    text-align: center;
    max-width: 300px;
    border:1px solid #0072ff;
}

.server_details a.koushiki_link:hover {
    color: #0072ff !important;
    background: #fff;
}

img.blog_images {
    width: auto;
    max-width: 90%;
    margin: 0 auto;
    text-align: right;
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
}


/*前次の記事*/
.prevNext {
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
    margin: 40px 0;
	list-style-type: none;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.prevNext::after {
	content: "";
	display: block;
	clear: both;
}
.prevNext__item {
	position:relative;
	padding:50px 0 20px 0;
	float:left;
}
.prevNext__item::after {
	content: "";
	display: block;
	clear: both;
}
.prevNext__item.prevNext__item-prev{
	width:calc(50% - 1px);
	padding-right:20px;
	border-right: 1px solid #E5E5E5;
}
.prevNext__item.prevNext__item-next{
	width:50%;
	padding-left:20px;
}

.prevNext__pop{
	position:absolute;
	top:0;
	display: inline-block;
	background:#63acb7;
	height:30px;
	line-height:30px;
	padding:0 10px;
	color:#ffffff;
	
}
.prevNext__item.prevNext__item-prev .prevNext__pop{left:0;}
.prevNext__item.prevNext__item-next .prevNext__pop{right:0;}


.prevNext__imgLink{
	display:block;
	width:90px;
	height:90px;
	overflow: hidden;
}
.prevNext__item.prevNext__item-prev .prevNext__imgLink{float:left;}
.prevNext__item.prevNext__item-next .prevNext__imgLink{float:right;}
.prevNext__imgLink img{
	width:inherit;
	height:inherit;
	vertical-align:bottom;
	transform: scale(1);
	transition: ease-in-out .2s;	
}
.prevNext__imgLink img:hover {transform: scale(1.2);}
.prevNext__title{
	width:calc(100% - 100px);
	font-size:1.6rem;
	font-weight:700;
	line-height:1.5;
	margin-bottom:10px;
	color:#63acb7;
}
.prevNext__item.prevNext__item-prev .prevNext__title{float:right;}
.prevNext__item.prevNext__item-next .prevNext__title{float:left;}
.prevNext__title a:hover {text-decoration:underline;}
.prevNext__title span{
	display: block;
    font-size: 1.2rem;
    color: #7F7F7F;
    font-weight: normal;
}
.prevNext__title .icon-calendar::before {
    margin-right: 5px;
    line-height: 1;
}
.prevNext__text{
	text-align:center;
	color:#BFBFBF;
}
.prevNext__item.prevNext__item-prev .prevNext__text{padding-left:20px;}
.prevNext__item.prevNext__item-next .prevNext__text{padding-right:20px;}

/*広告*/
.adWidget{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin:auto;
	padding:0 10px;
	background-color:#F2F2F2;
    background-image: linear-gradient(to top right, #fff 0%, #fff 25%, transparent 25%, transparent 50%, #fff 50%, #fff 75%, transparent 75%, transparent 100%);
    background-size: 6px 6px;
}
.adWidget img{
	margin-top:10px;
}
.adWidget h2{
	font-size: 1.2rem;
    padding: 10px 0;
    display: block;
    font-weight: normal;
    line-height: unset;
    margin: 0 auto;
}
.adWidget h2:first-letter {
    border-bottom: none !important;
    color: #000 !important;
    font-size: initial !important;
}

/*関連記事*/
.related {
	border-top: 1px solid #E5E5E5;
    margin-top: 40px;
    padding-top: 40px;
}
.related__list {list-style-type: none;}
.related__item {padding-top:20px;}
.related__item:first-child{padding-top:0;}
.related__item::after {
	content: "";
	display: block;
	clear: both;
}
.related__imgLink{
	display:block;
	float:left;
	width:90px;
	height:90px;
	overflow: hidden;
}
.related__imgLink img{
	width:inherit;
	height:inherit;
	vertical-align:bottom;
	transform: scale(1);
	transition: ease-in-out .2s;	
}
.related__imgLink img:hover {transform: scale(1.2);}
.related__title{
	width:calc(100% - 100px);
	float:right;
	font-size:1.6rem;
	font-weight:700;
	line-height:1.5;
	margin-bottom:10px;
	color:#63acb7;
}
.related__title a:hover {text-decoration:underline;}
.related__title span{
	display: block;
    font-size: 1.2rem;
    color: #7F7F7F;
    font-weight: normal;
}
.related__title .icon-calendar::before {
    margin-right: 5px;
    line-height: 1;
}
.related__contents{
	width:calc(100% - 100px);
	float:right;
	font-size:1.3rem;
	line-height:1.5;
}
.related__contents.related__contents-max{
	width:100%;
	float:none;
}

/*ランキング*/
.rankListWidget__item {
    position: relative;
    padding-top: 0px;
    width: 49%;
    display: inline-block;
    height: auto;
    align-items: self-start;
    flex-wrap: wrap;
    justify-content: space-between;
    vertical-align: top;
    padding-bottom: 10px;
}

/*ダブルレクタングル広告リスト*/
.rectangle {
	width:100%;
	overflow:hidden;
	margin:auto;
	padding:0 10px;
	background-color:#F2F2F2;
    background-image: linear-gradient(to top right, #fff 0%, #fff 25%, transparent 25%, transparent 50%, #fff 50%, #fff 75%, transparent 75%, transparent 100%);
    background-size: 6px 6px;
}
.rectangle__item {
    float:left;
	width:50%;
}
.rectangle__title{
	clear: both;
	font-size:1.2rem;
	padding:10px 0;
	display:block;
	font-weight:normal;
	text-align:center;
}
.rectangle__item.rectangle__item-left{ text-align:left; padding-right:5px}
.rectangle__item.rectangle__item-right{text-align:right; padding-left:5px}
.rectangle .adsbygoogle {
	width:336px;
	height: 280px;
	max-width:100%;
}

.addtoany_content p {
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #f00;
    font-weight: bold;
}

#toc_container.no_bullets li, #toc_container.no_bullets ul, #toc_container.no_bullets ul li, .toc_widget_list.no_bullets, .toc_widget_list.no_bullets li {
    padding: 2px 0px;
}

.sns_area {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    display: flex;
    align-items: self-start;
}

.sns_area h2 {
	color: #191919;
}

.sub_sns_area {
    text-align: center;
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
}

.sub_sns_area p {
	padding: 0;
}

img.top_sns {
    width: 30px;
    margin-right: 5px;
}

.view_pc {
	display: block;
}

.view_sp {
	display:none;
}

.followme{
	padding:8px 0;
	color:#000;
	font-family: Quicksand;
	font-size: 18px;
}

.followme img.top_sns {
    width: 40px;
    margin-right: 10px;
}

/* ---------------------------------------------
# Box デザイン
--------------------------------------------- */
.box_design {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #62c1ce;
}
.box_design .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box_design p {
    margin: 0; 
    padding: 0;
}

/* ---------------------------------------------
# Blog 内部リンク デザイン
--------------------------------------------- */
.blog_link {
    width: 90%;
    margin: 0 auto;
    border: 2px solid #aaa;
    display: table;
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.blog_link .blog_link_image {
    width: 25%;
    margin: 0 auto;
}

.blog_link .blog_link_image a {
    width: 100%;
    height: 100%;
}

.blog_link .blog_link_image img {
    width: 100%;
    height: 100%;
}

.blog_link .blog_link_text {
    width: 70%;
    margin: 0 auto;
}

.blog_link .blog_link_text p {

}


.blog_link .blog_link_text p.width100 {
	width: 100% !important;
}


.banner_link {
	width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.banner_link .banner_link_sub {
	margin: 10px;
}

.banner_link .banner_link_sub a {

}

.banner_link .banner_link_sub a img {

}

.facebook_inline {
    text-align: center;
    margin: 20px 0 40px 0;
}


.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span {
    height: 42px;
    line-height: 32px;
    width: auto;
    display: block;
    padding: 5px 0;
}

.addtoany_list a, .widget .addtoany_list a {
    border: 0;
    box-shadow: none;
    display: inline-block;
    font-size: 16px;
    padding: 0 4px;
    vertical-align: middle;
    width: 20%;
}

.a2a_svg svg {
	width: 32px !important;
}

.archive {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.archiveList {
    position: relative;
    border-bottom: 1px solid #63acb7;
    padding-bottom: 40px;
    margin: 0 auto 40px auto;
    width: 48%;
}

.heading.heading-archive {
    font-size: 2.0rem;
    line-height: 1.5;
    margin-bottom: 10px;
}

/* ------------------------------------------------
# アンダーライン
------------------------------------------------ */
.marker-animation.active{
    background-position: -100% .6em;
}
 
.marker-animation {
    background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255,250,0) 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, rgb(255,250,0) 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, rgb(255,250,0) 50%);
    background-image: -o-linear-gradient(left, transparent 50%, rgb(255,250,0) 50%);
    background-image: linear-gradient(left, transparent 50%, rgb(255,250,0) 50%);
    background-repeat: repeat-x;
    background-size: 200% .8em;
    background-position: 0 .5em;
    transition: all 2s ease;
    font-weight: bold;
}


p.inner_code {
    padding: 5px;
    background-color: #edf6ff;
    border: 1px solid #aaa;
    width: 95%;
    margin: 0 auto;
}

table.twitter_cutom_table {
    width: 95%;margin: 0 auto;
    /* border: 1px solid #bbb; */
}

table.twitter_cutom_table th {
    width: 40%;
    padding: 20px 10px;
    border: 1px solid #bbb;
    background-color: #edf6ff;
}

table.twitter_cutom_table td {
    padding: 20px 10px;
    font-weight: normal;
    border: 1px solid #bbb;
}

table.twitter_cutom_table th ,
table.twitter_cutom_table td {
    font-size: 17px;
    line-height: 24px;
}

.icon-blog:before {
    content:"\f044";
    font-family: "Font Awesome 5 Free";
}


.saboxplugin-wrap {
    width: 95%;
    margin: 0 auto;
}

.saboxplugin-gravatar-main {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    display: flex;
    align-items: self-start;
}

.saboxplugin-gravatar {
    float: none !important;
    width: 30%;
}

.saboxplugin-wrap .saboxplugin-gravatar img {
    max-width: 100% !important;
    height: auto;
    border-radius: 0;
    width: 100%;
}

.saboxplugin-authorname-main {
    width: 70%;
}

.rankListWidget__item img {
	height: 100px !important;
}

.eyecatch img {
	height: 250px;
	object-fit: cover;
}

.eyecatch-single img{
	height: 100%;
}

.eyecatch__ranking_fst {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    padding: 10px;
    background: #ecd357;
    width: auto;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    font-size: 17px;
    font-weight: bold;
}

.eyecatch__ranking_snd {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    padding: 10px;
    background: #bfbfbf;
    width: auto;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    font-size: 17px;
    font-weight: bold;
}

.eyecatch__ranking_thr {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    padding: 10px;
    background: #c58459;
    width: auto;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    font-size: 17px;
    font-weight: bold;
}

.eyecatch__ranking {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    padding: 10px;
    background: #6395ce;
    width: auto;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    font-size: 17px;
}

/*--------------------------------------------------------------
 # swiper Code
--------------------------------------------------------------*/
.slider_image_area {
	width: 100%;
	margin-bottom: 20px;
	position: relative;
}

.swiper-container-pc {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	width: 90%;
	margin: 0 auto;
}

.swiper-container-sp {
	display:none;
}

.swiper-container-style {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	width: 100%;
	margin: 0 auto;
}

.swiper-slide img {
	width: 95%;
	height: 100%;
	object-fit: cover;
	height: 380px;
	margin: 4px;
	padding: 10px;
	box-shadow: 5px 2px 5px #aaa;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background-image: url(images/yukata/left_arrow.png) !important;
	background-size: contain !important;
	width: 25px !important;
	height: 25px !important;
	outline: none;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background-image:url(images/yukata/right_arrow.png) !important;
	background-size: contain !important;
	width: 25px !important;
	height: 25px !important;
	outline: none;
}

.google_maps iframe {
    height:300px;
    width:100%;
}

.eyecatch_views {
    position:absolute;
    top:0;
    left:0;
    z-index:100;
    color:#fff;
    padding:10px;
    background:#6395ce;
    font-weight:bold;
}

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

	.swiper-container-pc {
		display:none;
	}

	.swiper-container-sp {
		display: block;
		margin: 0 auto;
		position: relative;
		overflow: hidden;
		list-style: none;
		padding: 0;
		z-index: 1;
		width: 100%;
		margin: 0 auto;
	}

	.swiper-container-style {
		margin: 0 auto;
		position: relative;
		overflow: hidden;
		list-style: none;
		padding: 0;
		z-index: 1;
		width: 100%;
		margin: 0 auto;
	}

	.swiper-slide {
		text-align:center;
	}

	.swiper-slide img {
		width: 70%;
		height: 100%;
		object-fit: cover;
		object-position:bottom;
		height: 350px;
		margin: 0px;
	}

	.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
		background-image: url(images/yukata/left_arrow.png) !important;
		background-size: contain !important;
		width: 25px !important;
		height: 25px !important;
	}

	.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
		background-image:url(images/yukata/right_arrow.png) !important;
		background-size: contain !important;
		width: 25px !important;
		height: 25px !important;
	}

    .sns_area {
        display: block;
    }

	.view_pc {
		display: none;
	}

	.view_sp {
		display:block;
	}

	.l-wrapper {
	    width: 100%;
	    max-width: 100%;
	    display: block;
	}

	.heading.heading-first {
	    font-size: 2.4rem;
	}

	.main_blog h1 {
	    font-size: 22px;
	    margin-bottom: 10px;
	}

	.main_blog h2 {
	    font-size: 20px;
	}

	.main_blog h3 {
	    font-size: 18px;
	}

	.main_blog p {
	    line-height: 30px;
	    padding: 0 0 0 15px;
	    font-size: 16px;
	}

	.server_details h4 {
	    font-size: 20px;
	    margin-bottom: 10px;
	}

	.server_details table {
	    width: auto;
	}

	.server_details table th {
	    width: 50%;
	    max-width: 150px;
	}

	.prevNext__item.prevNext__item-next {
	    width: 50%;
	    padding-left: 20px;
	    width: 100%;
	    display: inline-block;
	    border-top: 1px solid #E5E5E5;
	}

	.prevNext__item.prevNext__item-prev {
	    width: calc(50% - 1px);
	    padding-right: 20px;
	    border-right: 1px solid #E5E5E5;
	    display: inline-block;
	    width: 100%;
	}

	.form_unit > table.entry_table th,
	.form_unit > table.entry_table td {
		margin: auto;
		border: none;
		border-bottom: dotted thin #ccc;
		width : 100%;
		text-align: left;
		display: inline-block;
		padding: 10px 0;
	}


	/* ---------------------------------------------
	# Blog 内部リンク デザイン
	--------------------------------------------- */
	.blog_link {

	}

	.blog_link .blog_link_image {
	    width: 100%;
	    margin: 0 auto;
	}

	.blog_link .blog_link_image a {
	    width: 100%;
	    height: 100%;
	}

	.blog_link .blog_link_image img {
	    width: 100%;
	    height: 100%;
	}

	.blog_link .blog_link_text {
	    width: 100%;
	    margin: 0 auto;
	}

	.blog_link .blog_link_text p {
		width: 100%;
	    padding: 0;
	    padding-top: 10px;
	}

	.blog_link .blog_link_text a {
		font-size: 15px;
	}

	.rectangle__item.rectangle__item-left {
	    text-align: left;
	    padding-right: 0px;
	    margin-top: 10px;
	}

	.rectangle__item {
	    float: left;
	    width: 100%;
	}

	p.inner_code {
	    padding: 5px;
	    background-color: #edf6ff;
	    border: 1px solid #aaa;
	    width: 95%;
	    margin: 0 auto;
	    overflow: scroll;
	    font-size: 14px !important;
	    margin-top:10px;
	}

	table.twitter_cutom_table {
	}

	table.twitter_cutom_table th ,
	table.twitter_cutom_table td {
        width: 100%;
        display: inline-block;
        border: none;
        padding: 10px;
        font-size: 16px;
	}

	.archive {
	    display: block;
	}

	.archiveList {
	    width: 100%;
	}

	.saboxplugin-wrap {
	    width: 95% !important;
	    margin: 0 auto;
	}

	.saboxplugin-gravatar-main {
	    display: block;
	}

	.saboxplugin-gravatar ,
	.saboxplugin-authorname-main {
	    width: 100%;
	}
	
	.saboxplugin-wrap .saboxplugin-gravatar img {
		max-width: 200px !important;
	}
}


