* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 14px;
	text-align: center;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
p {
	font-size: 14px;
	line-height: 1.80;
}
.fc2_footer {
	clear: both;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 詳細オプション（自由に変更ください。） */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.eye-catch-img { display: none;} 
body {
	background: #FFF;		/* ■サイトの背景色 */
}
h2.site-title {
	font-size: 26px;		/* ■タイトルの文字サイズ */
}
h2.site-title a{
	color: #333333;			/* ■タイトルの文字色 */
}
.banner-in img, .banner, .banner-in {
	height: 1350px;			/* ■ヘッドバナーのサイズ変更 */
}
.entry-content p, .entry-content-i p, .entry-content-none p, #main .textwidget p {
	font-size: 15px;		/* ■記事の文字サイズ変更 */
	margin-bottom: 0px;		/* ■記事の行間変更 */
}
.entry-content, .entry-content-i, .entry-content-none, #main .textwidget {
	font-size: 15px;		/* ■記事の文字サイズ変更 */
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* リンク色 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

a {
	text-decoration: underline;
	color: #3A4199;
}
a:hover {
	text-decoration: none;
	color: #F80;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 装飾 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.aka {color: #ff0000;}
.ao {color: #0000cc;}
.tya {color: #bd000e;}
.gray {color: #3d3737;}
.green {color: #009900;}
.gray1 {color: #C0C0C0;}

.size15 {font-size: 15px;}
.size16 {font-size: 16px;}
.size17 {font-size: 17px;}
.size18 {font-size: 18px;}
.size19 {font-size: 19px;}
.size20 {font-size: 20px;}
.size21 {font-size: 21px;}
.size22 {font-size: 22px;}
.size23 {font-size: 23px;}
.size24 {font-size: 24px;}
.size25 {font-size: 25px;}
.size26 {font-size: 26px;}

.b {font-weight: bold;}
.strong {font-weight: bold;}
.em {font-weight: bold;}
.yline {background: #ffff00;}

.center {
	text-align: center;
	padding: 5px 0px 0px 0px;
}
.left {
	text-align: left;
	padding: 5px 5px 0px 0px;
}
.right {
	text-align: right;
	padding: 5px 0px 0px 5px;
}
.goto {
	margin: 10px 28px 10px 10px;
	text-align: right;
}
.to_link_r {
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0px 0px 0px;
	text-align: right;
}
.to_link {
	margin: 20px 0px 0px 0px;
	text-align: right;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 画像 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

img {
	border: none;
	margin: 0;
	padding: 0;
	overflow: auto;
	max-width: 100%;
	height: auto;
}
a img {
	border: none;
}
.imgl {
	padding: 0px 25px 10px 0px;
	float: left;
}
.imgr {
	padding: 0px 0px 10px 25px;
	float: right;
}
.alignleft {
	padding: 0 20px 20px 0;
	float: left;
}
.alignright {
	padding: 0 0 20px 20px;
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 行間 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.margin-bottom5  {margin-bottom: 5px;}
.margin-bottom10 {margin-bottom: 10px;}
.margin-bottom15 {margin-bottom: 15px;}
.margin-bottom20 {margin-bottom: 20px;}
.margin-bottom25 {margin-bottom: 25px;}
.margin-bottom30 {margin-bottom: 30px;}
.margin-bottom35 {margin-bottom: 35px;}
.margin-bottom40 {margin-bottom: 40px;}
.margin-bottom45 {margin-bottom: 45px;}
.margin-bottom50 {margin-bottom: 50px;}
.margin-bottom55 {margin-bottom: 55px;}
.margin-bottom60 {margin-bottom: 60px;}
.margin-bottom70 {margin-bottom: 70px;}
.margin-bottom80 {margin-bottom: 80px;}
.margin-bottom90 {margin-bottom: 90px;}
.margin-bottom100 {margin-bottom: 100px;}
.margin-top5  {margin-top: 5px;}
.margin-top10 {margin-top: 10px;}
.margin-top15 {margin-top: 15px;}
.margin-top20 {margin-top: 20px;}
.margin-top25 {margin-top: 25px;}
.margin-top30 {margin-top: 30px;}
.margin-top35 {margin-top: 35px;}
.margin-top40 {margin-top: 40px;}
.margin-top45 {margin-top: 45px;}
.margin-top50 {margin-top: 50px;}
.margin-top55 {margin-top: 55px;}
.margin-top60 {margin-top: 60px;}
.margin-top70 {margin-top: 70px;}
.margin-top80 {margin-top: 80px;}
.margin-top90 {margin-top: 90px;}
.margin-top100 {margin-top: 100px;}
.padding-bottom5 {padding-bottom: 5px;}
.padding-bottom10 {padding-bottom: 10px;}
.padding-bottom15 {padding-bottom: 15px;}
.padding-bottom20 {padding-bottom: 20px;}
.padding-bottom25 {padding-bottom: 25px;}
.padding-bottom30 {padding-bottom: 30px;}
.padding-bottom35 {padding-bottom: 35px;}
.padding-bottom40 {padding-bottom: 40px;}
.padding-bottom45 {padding-bottom: 45px;}
.padding-bottom50 {padding-bottom: 50px;}
.padding-bottom55 {padding-bottom: 55px;}
.padding-bottom60 {padding-bottom: 60px;}
.padding-bottom70 {padding-bottom: 70px;}
.padding-bottom80 {padding-bottom: 80px;}
.padding-bottom90 {padding-bottom: 90px;}
.padding-bottom100 {padding-bottom: 100px;}
.padding-top5 {padding-top: 5px;}
.padding-top10 {padding-top: 10px;}
.padding-top15 {padding-top: 15px;}
.padding-top20 {padding-top: 20px;}
.padding-top25 {padding-top: 25px;}
.padding-top30 {padding-top: 30px;}
.padding-top35 {padding-top: 35px;}
.padding-top40 {padding-top: 40px;}
.padding-top45 {padding-top: 45px;}
.padding-top50 {padding-top: 50px;}
.padding-top55 {padding-top: 55px;}
.padding-top60 {padding-top: 60px;}
.padding-top70 {padding-top: 70px;}
.padding-top80 {padding-top: 80px;}
.padding-top90 {padding-top: 90px;}
.padding-top100 {padding-top: 100px;}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ヘッダー */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#header {
	min-height: 80px;
	width: 100%;
	margin: 0;
	padding: 0;
	border-top: solid 3px #1B4990;
	overflow: hidden;
}
#header-in {
	width: 100%;
	margin: 0;
	padding: 0 0 10px;
	background: #FFFFFF url(https://blog-imgs-102.fc2.com/x/v/i/xvizvd82/top-bg.png) repeat-x bottom;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* h1キーワード設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

h1 {
	width: 950px;
	margin: 0 auto;
	padding: 7px 0;
	font-size: 10px;
	font-weight: normal;
	color: #252525;
	text-align: left;
	background: #FFFFFF;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* トップナビゲーション */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#top-navi-bg {
	width: 100%;
	height: 20px;
	margin: -25px 0 0;
}
#top-navi {
	width: 950px;
	margin: 0 auto;
	background: none;
}
#top-navi ul {
	position: relative;
	margin: 0;
	padding: 0;
}
#top-navi li {
	display: block;
	font-size: 10px;
	list-style-type: none;
	float: right;
	margin-top: 2px;
	padding: 0;
}
#top-navi li a {
	text-decoration: none;
	color: #666666;
}
#top-navi li a:hover {
	text-decoration: none;
	color: #F80;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* h2タイトル設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

h2.site-title {
	width: 950px;
	margin: 15px auto 0;
	text-decoration: none;
	line-height: 148%;
	text-align: left;
}
h2.site-title a {
	text-decoration: none;
}
h2.site-title a:hover {
	text-decoration: none;
	color: #F80;
}
h2.site-title img {
	height: 60px;
	max-width: 950px;
	margin-bottom: 5px;
	overflow: hidden;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* グローバルナビ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.menubtn {
	display: none;
}
.togmenu {
	display: block;
}
#g-navi-in {
	width: 100%;
	height: 55px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: url(https://blog-imgs-102.fc2.com/x/v/i/xvizvd82/global_bg-b.png) repeat;
}
#g-navi-in ul {
	width: 950px;
	height: 55px;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	text-align: center;
	clear: both;
}
#g-navi-in ul li {
	position: relative;
	width: 189px;
	height: 55px;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 46px;
	text-align: center;
	border-right: solid 1px #577A96;
	background: url(https://blog-imgs-102.fc2.com/x/v/i/xvizvd82/global_bg-b.png) repeat;
	float: left;
}
#g-navi-in ul li a {
	width: 169px;
	height: 55px;
	padding: 0 10px;
	*padding: 0 5px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
	overflow: hidden;
}
#g-navi-in ul li a:hover {
	color: #F60;
	text-decoration: none;
	background: url(https://blog-imgs-102.fc2.com/x/v/i/xvizvd82/global_bg_hover-b.png) repeat;
}
#g-navi-in ul.sub-menu {
	width: 100%;
	margin: 0;
	display: none;
	position: absolute;
	top: 54px;
	left: 0;
	z-index: 99999;
	list-style: none;
	background: #1B4990 url(https://blog-imgs-102.fc2.com/x/v/i/xvizvd82/dot-b.png) repeat;
}
#g-navi-in ul.sub-menu li {
	width: 189px;
	border: none;
	list-style-type: none;
}
#g-navi-in ul.sub-menu li a {
	float: left;
	width: 169px;
	display: block;
	font-weight: bold;
}

#g-navi-in ul li:hover > a,
#g-navi-in ul a:focus {
	color: #FFF;
	font-weight: bold;
	list-style: none;
}
#g-navi-in ul.menu li:hover > ul {
	display: block;
}
#g-navi-in .abc {
	display: block;
}
#g-navi-in a .abc {
	font-weight: normal;
	height: 50px;
	font-size: 10px;
	line-height: 85px;
	display: block;
	margin-top: -50px;
}
#g-navi-in a:hover .abc {
	font-weight: normal;
	color: #FFF;
}
#g-navi-foot {
	height: 4px;
	background: url(https://blog-imgs-102.fc2.com/x/v/i/xvizvd82/global_foot.png) repeat-x;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* バナー */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.banner {
	width: 950px;
	margin: 15px auto 0;
	padding: 1px;
	border: solid 1px #D2D2D2;
	overflow: hidden;
}
.banner-in {
	width: 100%;
	margin: 0 auto;
}
.banner img {
	width: 100%;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* コンテイナー */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#container2r,
#container2l{
	width: 970px;
	margin: 0 auto;
	padding: 8px 0 0;
	overflow: hidden;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* パンくずリスト */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.breadcrumbs {
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	margin: 0;
	padding: 10px;
}
.breadcrumbs a {
	color: #333333;
	text-decoration: none;
}
.breadcrumbs a:hover {
	color: #F80;
	text-decoration: underline;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* メイン */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#container2l #main {
	float: right;
	margin: 0px 10px;
	width: 670px;
	padding: 0;
	text-align: left;
}
#container2r #main {
	float: left;
	margin: 0px 10px;
	width: 670px;
	padding: 0;
	text-align: left;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 新着記事 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#new-content {
	margin: 0 0 20px;
	padding: 0;
	clear: both;
}
#new-content ul {
	margin: 0 0 10px;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}
#new-content li {
	line-height: 100%;
	margin: 0;
	padding: 5px 20px;
}
#new-content .image {
	display: none;
}
#new-content .info {
	width: 100%;
	max-height: 70px;
	margin: 0;
	padding: 0;
	text-align: left;
	overflow: hidden;
	float: left;
}
#new-content h3.infotitle {
	height: 38px;
	background: #FFFFFF url(https://blog-imgs-102.fc2.com/x/v/i/xvizvd82/infotitle.png) bottom left no-repeat;
	border: 1px #CCCCCC solid;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
#wrapper3 #new-content .info,
#wrapperk3 #new-content .info {
	max-width: 100%;
	possition: absolute;
	bottom: 0;
}
#new-content .category {
	display: none;
}
#new-content .info {
	width: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
#new-content .info .date {
	width: 15%;
	min-height: 21px;
	max-height: 43px;
	color: #888888;
	margin: 0;
	padding: 8px 0 0 0;
	font-weight: bold;
	font-family: "Century Gothic";
	display:inline-block;
}
#new-content .title {
	width: 84%;
	max-height: 43px;
	margin: 0;
	padding: 0 0 2px;
	font-size: 14px;
	color: #333333;
	line-height: 150%;
	font-weight: bold;
	background: none;
	display:inline-block;
}
#new-content .title a {
	text-decoration: none;
	color: #07368E;
}
#new-content .info .title a:hover {
	color: #F80;
	text-decoration: underline;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 記事タイトルの設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

h3 {
	font-size:20px;
	font-weight:bold;
	margin: 0;
	padding: 10px 10px 5px 20px;
	background-color: #FBFBFB;
	background: url(https://blog-imgs-102.fc2.com/x/v/i/xvizvd82/m-title-b.jpg) no-repeat left center;
	border-top: 1px solid #CCCCCC;
	border-bottom: 2px solid #1B4990;
	clear: both;
}
.entry-title {
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	padding: 12px 10px 8px 40px;
	border: 1px solid #CCCCCC;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	clear: both;
	background: #F7F7F7 url(https://blog-imgs-102.fc2.com/x/v/i/xvizvd82/h3-b.png) left top no-repeat;
}
.entry-title a {
	color: #000000;
	text-decoration: none;
}
.entry-title a:hover {
	color: #000000;
	text-decoration: none;
}
#new-content .entry-title, #com h3, #ranking h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 12px 10px 8px 20px;
	border: 1px solid #CCCCCC;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background-image: -moz-linear-gradient(top, #ffffff, #F3F3F3);
	background-image: -ms-linear-gradient(top, #ffffff, #F3F3F3);
	background-image: -o-linear-gradient(top, #ffffff, #F3F3F3);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#F3F3F3));
	clear: both;
}
#respond h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 20px;
	padding: 12px 10px 8px 20px;
	border: 1px solid #CCCCCC;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background-image: -moz-linear-gradient(top, #ffffff, #F3F3F3);
	background-image: -ms-linear-gradient(top, #ffffff, #F3F3F3);
	background-image: -o-linear-gradient(top, #ffffff, #F3F3F3);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#F3F3F3));
	clear: both;
}
h4 {
	font-size:18px;
	font-weight:bold;
	margin: 0;
	padding: 5px 10px 3px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #1B4990;
	border-left: 4px solid #1B4990;
	clear: both;
}
h5 {
	font-size:18px;
	font-weight:bold;
	margin: 0;
	padding: 3px 10px 0px 20px;
	background-color: #FFFFFF;
	background: url(https://blog-imgs-102.fc2.com/x/v/i/xvizvd82/m-title-b.jpg) no-repeat left center;
	clear: both;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 記事 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.entry-content,
.entry-content-i {
	line-height: 160%;
	margin: 0 0 20px;
	padding: 20px 20px 10px;
	background-color: #FFFFFF;
	border-top: none;
	border-right: 1px solid #D2D2D2;
	border-bottom: 1px solid #D2D2D2;
	border-left: 1px solid #D2D2D2;
	overflow: hidden;
}
.entry-content-none {
	line-height: 160%;
	margin: 0 0 20px;
	padding: 20px 20px 10px;
	background-color: #FFFFFF;
	border: none;
	overflow: hidden;
}
.entry-content img,
.entry-content-i img {
	max-width: 100%;
	height: auto;
	margin: 0 0 20px;
}
p.search_to_home {
	padding-top: 15px;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 日付の設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.title_area_bottom {
	width: 95%;
	min-height: 10px;
	max-height: 35px;
	margin: 0 0 10px;
	padding: 0;
	text-align: left;
	display: inline-block;
	clear: both;
}
.date_time {
	width: 80px;
	min-height: 25px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 0 23px;
	font-size: 12px;
	text-align: left;
	background: url(https://blog-imgs-102.fc2.com/x/v/i/xvizvd82/date.png) left 2px no-repeat;
	float: left;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* アイキャッチ画像設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.entry-content .eye-catch-img {
	float: left;
	border: none;
	margin: 0 20px 20px 0;
	padding: 0;
}
.entry-content-i .eye-catch-img {
	float: right;
	border: none;
	margin: 0 0 20px 20px;
	padding: 0;
}
.eye-catch-img img {
	max-width: 200px;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 続きを読む設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

a.more-link {
	text-align: right;
	font-size: 15px;
	font-weight: bold;
	line-height: 170%;
	margin: 20px 0;
	padding: 9px 40px 9px 10px;
	color: #FFFFFF;
	border-radius: 6px;
	border: 1px #5B850A solid;
	text-decoration: none;
	text-shadow: 1px 1px 0 #5B850A;
	background: url(https://blog-imgs-102.fc2.com/x/v/i/xvizvd82/morelink.png) right -5px no-repeat;
	float: right;
}
a:hover.more-link {
	border: 1px #FF7B02 solid;
	text-decoration: none;
	text-shadow: 1px 1px 0 #FF7B02;
	background: url(https://blog-imgs-102.fc2.com/x/v/i/xvizvd82/morelink.png) right -55px no-repeat;
}

/*  記事内リスト */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.entry-content ul,
.entry-content-i ul {
	padding: 0 0 0 18px;
	list-style: outside;
}
.entry-content ol,
.entry-content-i ol {
	padding: 0 0 0 22px;
	list-style: outside decimal;
}

/*  blockquote */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

blockquote {
	background: #F7F7F7 url(https://blog-imgs-102.fc2.com/x/v/i/xvizvd82/blockquote.png) no-repeat 0 0;
	padding: 15px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	color: #212121;
	box-shadow: 1px 1px 2px rgba(204, 204, 204, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

/*  その他タグ一覧 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#main .entry-content .efoot,
#main .entry-content-i .efoot {
	background: #EBEBEB;
	text-align: right;
	margin: 20px 0 10px;
	padding: 15px;
	font-size: 12px;
	font-weight: normal;
	clear: both;
}
#main .entry-content .efoot p,
#main .entry-content-i .efoot p {
	margin: 0;
	font-size: 12px;
}
#main .entry-content .efoot a,
#main .entry-content-i .efoot a {
	text-decoration: none;
	color: #3A4199;
}
#main .efoot a:hover {
	text-decoration: none;
	color: #F80;
}

/* 関連記事設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.relate_dl {
	clear: both;
}
.relate_dt {
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0;
	padding: 12px 10px 8px 20px;
	border: 1px solid #CCCCCC;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background-image: -moz-linear-gradient(top, #ffffff, #F3F3F3);
	background-image: -ms-linear-gradient(top, #ffffff, #F3F3F3);
	background-image: -o-linear-gradient(top, #ffffff, #F3F3F3);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#F3F3F3));
	clear: both;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* コメント */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.comments-box {
	zoom: 1;
	margin: 30px 0 0;
	padding: 0;
	text-align: left;
}
.comments-box img {
	vertical-align: middle;
}
.cancel-comment-reply {
	padding: 0;
	margin: 40px 0 0 80px;
	border: 1px #333 dotted;
	color: #000;
	background: none;
}
.cancel-comment-reply a {
	color: #000;
	border: none;
	background: none;
}
.text {
	border: 1px solid #CCC;
	padding: 2px;
	color: #777;
	width: 200px;
}
h3#comments, h3.comments {
	font-weight:bold;
	font-size:16px;
	margin: 40px 0 0;
	padding: 7px;
	background-image: none;
	background-color: #FFFFFF;
	border: 2px solid #1B4990;
	clear: both;
}

/* コメントフレーム */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

ol.commentlist a: link {
   text-decoration: none;
}
ol.commentlist li div.vcard cite.fn a.url {
   text-decoration: none;
   margin-left: 10px;
   float: left;
}
ol.commentlist {
   margin: 10px 10px;
   padding: 0;
   background: #fff;
}
ol.commentlist li {
   margin: 10px 0;
   padding: 10px 10px 20px;
   list-style-type: none;
   border-bottom: 1px dotted #CCC;
	clear: both;
}
ol.commentlist li div.vcard cite.fn {
   font-style: normal;
   font-weight: bold;
}
ol.commentlist li div.vcard cite.fn a.url {
   color: #95AAC5;
}
ol.commentlist li div.vcard img.avatar {
   padding: 10px 0;
   border: 1px solid #CCC;
}
ol.commentlist li div.vcard img.photo {
   padding: 2px;
   background: #fff;
   border: 1px solid #CCC;
   float: left;
}
ol.commentlist li div.vcard span.says {
   color: #888;
}
ol.commentlist li div.comment-meta {
   max-width: 300px;
   margin: -30px 0 20px 65px;
   font-size: 0.9em;
   color: #999;
   float: left;
}
ol.commentlist li div.comment-meta a {
	color: #333;
	text-decoration: none;
}
ol.commentlist li p {
	font-size: 14px;
	margin: 15px 0 0 0;
	line-height: 1.4em;
}
ol.commentlist li div.reply {
	background: #f8f8f8;
	color: #333;
	width: 33px;
	margin: 20px 0 0 0;
	padding: 5px;
	line-height: 16px;
	border: 1px solid #e9e9e9;
	float: right;
}
ol.commentlist li div.reply a {
	color: #333 !important;
}
ol.commentlist li div.reply a:hover {
	color: red !important;
	text-decoration: none;
}
ol.commentlist li ul.children li {
	margin: 10px 0 0;
	background: #fff;
	border: 1px #EAEAEA solid;
	border-right: 1px #ccc solid;
	border-bottom: 1px #DDD solid;
}
ol.commentlist li ul.children li li.alt {
	background: #F7F7F7;
}
ol.commentlist li ul.children li.depth-2 {
	background: #F6F6F6;
}
ol.commentlist li ul.children li.depth-3 {
	background: #EFEFEF;
}
ol.commentlist li ul.children li.depth-4 {
	background: #EAEAEA;
}
ol.commentlist li ul.children li.depth-5 {
	background: #FFF;
}
ol.commentlist li ul.children li.depth-6 {
	background: #F9F9F9;
}
.comment-meta
/* コメントエリア */

{
	background: none;
	clear: both;
}
.comments-box .commentlist li {
	box-shadow: none;
}
.comment-meta-list
/* コメント文字エリア */

{
	margin: -40px 0 0 20px;
}
.comment-meta-list .comment-author-name,
.comment-meta-list .comment-title,
.comment-meta-list .comment-date
/* コメント文字エリア */

{
	height: 0;
	margin: 0;
	border: none;
	box-shadow: none;
	color: #333;
	float: left;
}
.comment-content {
	margin: 45px 0 15px 0;
	font-size: 18px;
	color: #333;
	clear: both;
}
.comment-content p,
ol.commentlist li p {
	font-size: 14px;
	line-height: 120%;
	color: #333;
	clear: both;
}
.comment-date .comment-reply {
	width: 65px;
	height: 10px;
	display: block;
	color: #333;
	font-weight: bold;
	margin: 0;
	padding: 1px 0 10px;
	text-decoration: none;
	clear: both;
}
.comment-date .comment-reply a {
	color: #333;
	padding: 2px 5px;
	background: #DDD;
	border-radius: 2px;
}
.comment-date .comment-reply a:hover {
	color: #FF8800;
	background: #FFF;
}
ol.commentlist li ul.children li.depth-2 .comment-author-name,
ol.commentlist li ul.children li.depth-2 .comment-title,
ol.commentlist li ul.children li.depth-2 .comment-date
/* コメント文字エリア */

{
	height: 0;
	margin: 0;
	border: none;
	background: none;
	box-shadow: none;
	float: left;
}
.comment-meta-list .comment-author-name,
ol.commentlist li ul.children li.depth-2 .comment-author-name {
	margin: 0 0 0 35px;
}
.comment-meta .children {
	margin: 10px 0 0;
	clear: bth;
}
.comment-author-name {
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
}
input[type=submit] {
	color: #333;
}
#respond {
	position: static;
	margin: 0 0 20px;
	padding: 20px 10px 0;
	overflow: hidden;
}
#respond input[type="text"] {
	display: block;
	height: 24px;
}
#respond input[type="text"],
#respond textarea {
	border: 1px solid #ccc;
	padding: 5px;
	font-size: 15px;
	margin: 10px 0;
}
#respond input#submit {
	cursor: pointer;
	font-size: 15px;
	margin: 20px 0 0;
	padding: 10px 25px;
	left: auto;
	border: 1px solid #CCC;
	color: #555;
	background: -webkit-linear-gradient(top, #fff, #eee);
	background: -moz-linear-gradient(top, #fff, #eee);
	background: linear-gradient(top, #fff, #eee);
}
#contents .box_out {
	background-color: fafafa;
	margin-bottom: 5px;
	padding: 5px;
}
#contents .box_in {
	background-color: #FFFFFF;
	border: 1px solid #D9D9D9;
	padding: 10px;
}
#fs {
	margin: 0px;
}
#comform input,
#comform select,
#comform textarea {
	padding: 0.5em;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 記事ページナビゲーション */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.kiji-navigation {
	font-size: 13px;
	max-height: 40px;
	margin: 0 auto 10px;
	padding: 18px 0 15px;
	overflow: hidden;
	position: relative;
	line-height: 1.4;
}
.kiji-navigation .kijinavi-left a {
	height: 50px;
	text-align: left;
	width: 38%;
	margin-left: 2%;
	padding-left: 5%;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	background: url(https://blog-imgs-102.fc2.com/x/v/i/xvizvd82/kijileft.png) left center no-repeat;
	float: left;
	text-decoration: underline;
	color: #3A4199;
}
.kiji-navigation .kijinavi-left a:hover {
	height: 50px;
	width: 38%;
	margin-left: 0;
	padding-left: 7%;
	background: url(https://blog-imgs-102.fc2.com/x/v/i/xvizvd82/kijileft.png) left center no-repeat;
	opacity: 0.4s;
	filter: alpha(opacity=60);
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	text-decoration: none;
	color: #F80;
}
.kiji-navigation .kijinavi-right a {
	height: 50px;
	text-align: right;
	width: 38%;
	background: url(https://blog-imgs-102.fc2.com/x/v/i/xvizvd82/kijiright.png) right center no-repeat;
	margin-right: 2%;
	padding-right: 5%;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	float: right;
	text-decoration: underline;
	color: #3A4199;
}
.kiji-navigation .kijinavi-right a:hover {
	height: 50px;
	width: 38%;
	margin-right: 0;
	padding-right: 7%;
	background: url(https://blog-imgs-102.fc2.com/x/v/i/xvizvd82/kijiright.png) right center no-repeat;
	opacity: 0.4s;
	filter: alpha(opacity=60);
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	text-decoration: none;
	color: #F80;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* サイドメニュー　*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#side-left {
	float: left;
	width: 270px;
	margin: 0px 0px 20px 5px;
	padding: 0;
	text-align: left;
}
#side-right {
	float: right;
	width: 270px;
	margin: 0px 5px 20px 0px;
	padding: 0;
	text-align: left;
}
#side-boxl {
	width: 100%;
	border: 1px #D2D2D2 solid;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	overflow: hidden;
}
#side-middle {
	margin: 0;
	padding: 10px 10px 0;
	border: 1px #FFFFFF solid;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	overflow: hidden;
	background: #F3F3F3;
}
#side-left-inner {
	width: 250px;
	font-size: 14px;
	text-align: left;
	margin: 0;
	padding: 0;
}

/* 見出し */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.title {
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	color: #ffffff;
	margin: 0;
	padding: 10px 15px;
	border: none;
	clear: both;
	background: url(https://blog-imgs-102.fc2.com/x/v/i/xvizvd82/side-title-b.png)  no-repeat;
}
.title a {
	text-decoration: none;
	color: #ffffff;
}

/* サイドその他 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.textwidget {
	font-size: 14px;
	line-height: 150%;
	text-align: center;
	margin: 1px 0px 10px;
	padding: 10px;
	background-color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	clear: both;
	overflow: hidden;
}
.textwidget p {
	padding: 5px;
	text-align: left;
}
#side-left ul,
#side-right ul {
	margin: 1px 0 10px;
	padding: 10px 0 0;
	background-color: #FFFFFF;
}
#side-left li,
#side-right li {
	list-style: none;
	text-align: left;
	margin: 0 0 5px;
	padding: 0px 10px 3px 25px;
	background: url(https://blog-imgs-102.fc2.com/x/v/i/xvizvd82/triangle-b.gif) no-repeat 10px 5px;
}
#side-left .category li,
#side-right .category li,
#side-left .advcategory li,
#side-right .advcategory li {
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 3px 0px 3px 25px;
	background: url(https://blog-imgs-102.fc2.com/x/v/i/xvizvd82/folder.gif) no-repeat 3px 5px;
}
#side-left .category div a,
#side-right .category div a {
	list-style: none;
	text-align: left;
	margin: 0 0 5px;
	padding: 3px 0px 3px 25px;
	background: url(https://blog-imgs-102.fc2.com/x/v/i/xvizvd82/folder.gif) no-repeat 3px 5px;
	line-height: 150%;
	text-decoration: none;
	color: #07368E;
}
#side-left li a,
#side-right li a {
	line-height: 150%;
	text-decoration: none;
	color: #07368E;
}
#side-left li a:hover,
#side-right li a:hover {
	text-decoration: underline;
	color: #F80;
}
#side-left ul.sub_menu,
#side-right ul.sub_menu {
    border: none;
    margin: 0;
    padding: 5px 0 0;
}
#side-left ul.sub_menu .sub_list_end,
#side-right ul.sub_menu .sub_list_end {
    margin: 0;
}

/* カレンダー */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.plugin-calender {
	margin: 1px 0px 10px;
	padding: 0;
	clear: both;
	overflow: hidden;
}
.calender {
	border: none;
}
.calender caption {
	font-size: 15px;
	margin: 0;
	padding: 5px 0;
	text-align: center;
}
.calender th {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #555555;
	margin: 0;
	padding: 7px 0px;
}
#sun {
	color: #FF6666;
}
#sat {
	color: #6666FF;
}
.calender td {
	padding: 5px;
	text-align: center;
	border: none;
	background: none;
}
.calender td a {
	color: #3A4199;
	padding: 5px;
	font-weight: bold;
	text-decoration: underline;
}
.calender td a:hover {
	text-decoration: none;
}
.calender tr {
	background: none;
	border: none;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ページの先頭へ戻る */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.go-toppage {
	text-align: right;
	margin: 0;
	padding: 0 10px 10px;
	clear: both;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* フッター */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#footer {
	width: 100%;
	background-color: #333333;
	border-top: 2px solid #5A5A56;
}
#footer-des {
	width: 945px;
	margin: 0px auto 0px auto;
	background-color: #333333;
	border-bottom: 1px solid #000000;
	overflow: hidden;
}
#footer-des p {
	font-size: 11px;
	text-align: left;
	color: #FFFFFF;
	margin: 0;
	padding: 20px 10px;
}
#foot-end {
	width: 945px;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	color: #FFFFFF;
	margin: 0px auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #333333;
	border-top: 1px solid #666666;
}
#foot-end a {
	text-decoration: none;
	color: #FFFFFF;
}
#foot-end a:hover {
	text-decoration: none;
	color: #FF8800;
}

/* マーク */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

ul.mark {
	margin: 0px 20px 0px 20px;
	padding: 0;
}
ul.mark li {
	list-style: none;
	font-size: 14px;
	line-height: 150%;
	text-align: left;
	margin: 0;
	padding: 5px 0px 0px 30px;
	background: url(https://blog-imgs-102.fc2.com/x/v/i/xvizvd82/mark.gif) no-repeat left center;
}

/* フォーム */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

td {
	padding: 5px;
}
input,
textarea,
select {
	font-family: sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding: 5px;
	margin-bottom: 5px;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ランキング用ボックス
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.ranking_box {
	border-top: none;
	margin: 0;
	padding: 10px 5px 0;
}
.ranking_box p {
	line-height: 160%;
}
.ranking_box a {
	text-decoration: underline;
}
#main .ranking_box td {
	border: 1px #FFFFFF solid;
}
.rankingd-box {
	margin: 0;
	padding: 0;
	text-align: center;
	clear: both;
}
.box_in_ranking_black {
	width: 31%;
	float: left;
	padding: 5px 0.5% 10px;
	margin: 0 0.5%;
	border-color: #DDDCCC;
	border-style: solid;
	border-width: 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.rankingd-box .r1-title-no1 {
	font-size: 14px;
	font-weight: bold;
	color: #363434;
	line-height: 140%;
	text-align: left;
	margin: 0 0 5px;
	padding: 15px 10px 8px 50px;
	background: url(https://blog-imgs-102.fc2.com/x/v/i/xvizvd82/c-rank1.png) no-repeat left center;
}
.rankingd-box .r1-title-no2 {
	font-size: 14px;
	font-weight: bold;
	color: #363434;
	line-height: 140%;
	text-align: left;
	margin: 0 0 5px;
	padding: 15px 10px 8px 50px;
	background: url(https://blog-imgs-102.fc2.com/x/v/i/xvizvd82/c-rank2.png) no-repeat left center;
}
.rankingd-box .r1-title-no3 {
	font-size: 14px;
	font-weight: bold;
	color: #363434;
	line-height: 140%;
	text-align: left;
	margin: 0 0 5px;
	padding: 15px 10px 8px 50px;
	background: url(https://blog-imgs-102.fc2.com/x/v/i/xvizvd82/c-rank3.png) no-repeat left center;
}
.box_in_ranking_black a {
	text-decoration: none;
	background: none;
}
.box_in_ranking_black p {
	padding: 2px 5% 5px;
	text-align: left;
	clear: both;
}
.box_in_ranking_black p.catch {
	font-weight: bold;
	color: #ff0000;
	margin: 10px 0 0;
}
.box_in_ranking_black p.r-link {
	margin: 0;
	text-align: right;
}
.box_in_ranking_black p.r-link a {
	color: #0044CC;
	font-weight: bold;
	text-decoration: underline;
}
.box_in_ranking_black p.r-link a:hover {
	color: #F60;
	text-decoration: none;
}
.box_in_ranking_black img {
	max-width: 100%;
	height: auto;
	margin: 0 auto 10px;
	padding: 0;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* フッター */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#body-foot {
	font-size: 14px;
	color: #ffffff;
	background-color: #333333;
	border-top: 2px solid #5A5A56;
	clear: both;
}
#body-foot a {
	color: #FFFFFF;
	text-decoration: none;
}
#body-foot a:hover {
	color: #FF8800;
	text-decoration: underline;
}
#body-foot p {
	width: 100%;
	font-size: 14px;
	line-height: 180%;
	color: #ffffff;
	text-align: center;
	margin: 0 auto;
	padding: 10px 0;
	clear: both;
}

/**
* CSS themes for simplePagination.js
* Author: Flavius Matis - http://flaviusmatis.github.com/
* URL: https://github.com/flaviusmatis/simplePagination.js
*/

ul.simple-pagination {
	list-style: none;
}
.simple-pagination {
	display: block;
	overflow: hidden;
	padding: 0 5px 5px 0;
}
.simple-pagination ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.simple-pagination li {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}
span.ellipse.clickable {
	cursor: pointer;
}
.ellipse input {
	width: 3em;
}
.light-theme a, .light-theme span {
	float: left;
	color: #666;
	font-size:14px;
	line-height:24px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #BBB;
	min-width: 14px;
	padding: 4px 10px;
	margin: 0 5px 0 0;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	background: #efefef; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#efefef 100%); /* W3C */
	text-decoration: none;
}
.light-theme a:hover {
	text-decoration: none;
	background: #FCFCFC;
}
.light-theme .current {
	background: #666;
	color: #FFF;
	border-color: #444;
	box-shadow: 0 1px 0 rgba(255,255,255,1), 0 0 2px rgba(0, 0, 0, 0.3) inset;
	cursor: default;
}
.light-theme .ellipse {
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font-weight: bold;
	cursor: default;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* タブレット */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

@media screen and (max-width: 768px) {
    body {
        height: 768px;
        margin: 0;
        padding: 0;
    }
    h1 {
        width: 96%;
        margin: 0 2%;
        padding: 7px 0;
    }
    #top-navi {
        width: 98%;
        margin: 0 2% 0 0;
    }
    h2.site-title {
        width: 96%;
        margin: 15px auto 0;
    }
    h2.site-title img {
        height: 60px;
        max-width: 100%;
        margin-bottom: 5px;
        overflow: hidden;
    }
    #g-navi-in ul {
        width: 100%;
        height: 55px;
        margin: 0;
    }
    #g-navi-in ul li {
        position: relative;
        height: 55px;
        width: 19.5%;
        margin: 0;
        padding: 0;
    }
    #g-navi-in ul li a {
        width: 80%;
        height: 55px;
        padding: 0 10%;
    }
    #g-navi-in ul.sub-menu li {
        width: 100%;
    }
    #g-navi-in ul.sub-menu li a {
        float: left;
        width: 80%;
    }
    #g-navi-in .menu ul.menu ul.sub-menu ul.sub-menu {
        margin: 0;
        width: 100%;
    }
    #g-navi-in .menu ul ul a {
        width: 100%;
    }
    .banner {
        width: 96%;
        height: auto;
        margin: 0 2%;
        padding: 1px;
        border: solid 1px #D2D2D2;
    }
    .banner-in {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    .banner-in img {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    .banner-in {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    .banner-in img {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    #container2r,
    #container2l,
    #container1,
    #containerk2r,
    #containerk2l,
    #containerk1 {
        width: 100%;
        margin: 0;
    }
    #containerk1 {
        width: 100%;
    }
    #container2l #main,
    #containerk2l #main {
        margin: 0px 2%;
        width: 62%;
    }
    #container2r #main,
    #containerk2r #main {
        margin: 0px 2%;
        width: 62%;
    }
    #containerk1 #main {
        margin: 0px 5%;
        width: 90%;
    }
    #main-page {
        margin: 0px;
        width: 100%;
    }
    .kiji-navigation .kijinavi-left a {
        width: 33%;
        margin-left: 2%;
        padding-left: 8%;
    }
    .kiji-navigation .kijinavi-left a:hover {
        width: 33%;
        margin-left: 0;
        padding-left: 13%;
    }
    .kiji-navigation .kijinavi-right a {
        width: 33%;
        margin-right: 2%;
        padding-right: 8%;
    }
    .kiji-navigation .kijinavi-right a:hover {
        width: 33%;
        margin-right: 0;
        padding-right: 13%;
    }
    #side-left {
        float: left;
        width: 32%;
        margin: 0px 0px 20px 2%;
        padding: 0;
        text-align: left;
    }
    #side-right {
        float: right;
        width: 32%;
        margin: 0px 2% 20px 0px;
        padding: 0;
        text-align: left;
    }
    #side-left-inner {
        width: 100%;
        font-size: 12px;
        text-align: left;
        margin: 0;
        padding: 0;
    }
    #new-content li {
        line-height: 100%;
        margin: 0;
        padding: 5px 10px;
    }
    #new-content .info {
        width: 100%;
        max-height: 70px;
        margin: 0;
        padding: 0;
        text-align: left;
        overflow: hidden;
        float: left;
    }
    #new-content .title {
        width: 72%;
        max-height: 42px;
        margin: -20px 0 0 3%;
    }
    .rankingd-box {
        margin: 0;
        padding: 0;
    }
    #main .box_in_ranking_black {
        width: 96%;
        float: left;
        padding: 5px 0.5% 10px;
        margin: 0 0.5% 10px;
        border-color: #DDDCCC;
        border-style: solid;
        border-width: 1px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -khtml-border-radius: 5px;
        border-radius: 5px;
    }
    .box_in_ranking_black p.catch {
        font-size: 13px;
        font-weight: bold;
        color: #ff0000;
        margin: 5px 0 0;
    }
    .box_in_ranking_black p.r-link {
        padding: 5px 0;
        text-align: right;
    }
    .box_in_ranking_black p.r-link a {
        color: #0044CC;
        font-weight: bold;
        text-decoration: underline;
    }
    .box_in_ranking_black p.r-link a:hover {
        color: #F60;
        text-decoration: none;
    }
    .box_in_ranking_black p a img {
        width: 70%;
        *width: 95%;
        margin: 0 15%;
        *margin: 0 auto;
        padding: 0;
        clear: both;
    }
    .title {
        font-size: 15px;
        font-weight: bold;
        text-align: left;
        color: #ffffff;
        margin: 0;
        padding: 10px 15px;
        border: none;
        clear: both;
    }
    .title a {
        text-decoration: none;
        color: #ffffff;
    }
    #footer-des {
        width: 96%;
        margin: 0 2%;
        background-color: #333333;
        border-bottom: 1px solid #000000;
        overflow: hidden;
    }
    #foot-end {
        width: 96%;
        margin: 0px 2%;
    }
    #body-foot p {
        width: 100%;
        font-size: 14px;
        line-height: 180%;
        color: #FFF;
        text-align: center;
        margin: 0px auto;
        padding: 10px 0px;
        clear: both;
    }
    }


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* スマホ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

@media screen and (max-width: 480px) {
    body {
        height: 480px;
        margin: 0;
        padding: 0;
    }
    p {
        font-size: 14px;
        line-height: 1.40;
    }
    .imgl, .imgr, .alignleft, .alignright {
	width: 80%;
        padding: 0 10% 10px;
        clear: both;
    }
    h1 {
        width: 96%;
        margin: 25px 2% 0;
        padding: 7px 0;
    }
    #top-navi-bg {
	margin: -50px 0 30px;
    }
    #top-navi {
        width: 98%;
        margin: 0 2% 0 0;
    }
    h2.site-title {
	font-size: 18px;
        width: 96%;
        margin: 15px auto 0;
    }
    h2.site-title img {
        height: auto;
        max-width: 100%;
        margin-bottom: 5px;
        overflow: hidden;
    }
    .menubtn {
        display: block;
        line-height: 70px;
        background: #333333;
        color: #fff;
        font-weight: bold;
        text-align: center;
    }
    #global_space {
        width: 100%;
        position: relative;
    }
    .togmenu {
        display: none;
    }
    #g-navi-in ul {
        wax-width: 480px;
        width: 100%;
        max-height: 275px;
        margin: 0;
    }
    #g-navi-in ul li {
        position: relative;
        height: 55px;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    #g-navi-in ul li a {
        width: 80%;
        height: 55px;
        padding: 0 10%;
    }
    .banner {
        width: 95%;
        height: auto;
        margin: 10px auto 0;
        padding: 1px;
        border: solid 1px #D2D2D2;
    }
    .banner-in {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    .banner-in img {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    #container2r,
    #container2l,
    #container1,
    #containerk2r,
    #containerk2l,
    #containerk1 {
        width: 100%;
        margin: 0;
    }
    #containerk1 {
        width: 100%;
    }
    #container2l #main,
    #containerk2l #main {
        margin: 0px 2%;
        width: 96%;
    }
    #container2r #main,
    #containerk2r #main {
        margin: 0px 2%;
        width: 96%;
    }
    .title_area_bottom {
        width: 100%;
        max-height: 65px;
    }
    .date_time {
        width: 100%;
        min-height: 18px;
        padding: 0 0 0 23px;
        background: url(img/date.png) left 2px no-repeat;
    }
    .left_time {
        width: 100%;
        min-height: 18px;
        margin: -5px 0 5px 0;
        padding: 0 0 0 23px;
        background: url(img/time.png) left 3px no-repeat;
    }
    .entry-content .eye-catch-img {
        clear: both;
        width: 80%;
        margin: 0 10% 20px;
        padding: 0;
        border: none;
    }
    .entry-content-i .eye-catch-img {
        clear: both;
        width: 80%;
        margin: 0 10% 20px;
        padding: 0;
        border: none;
    }
    .kiji-navigation .kijinavi-left a {
        width: 40%;
        margin-left: 2%;
        padding-left: 8%;
    }
    .kiji-navigation .kijinavi-left a:hover {
        width: 37%;
        margin-left: 0;
        padding-left: 13%;
    }
    .kiji-navigation .kijinavi-right a {
        width: 40%;
        margin-right: 2%;
        padding-right: 8%;
    }
    .kiji-navigation .kijinavi-right a:hover {
        width: 37%;
        margin-right: 0;
        padding-right: 13%;
    }
    #side-left {
        float: left;
        width: 96%;
        margin: 0px 2% 20px 2%;
        padding: 0;
        text-align: left;
    }
    #side-right {
        float: right;
        width: 96%;
        margin: 0px 2% 20px 2%;
        padding: 0;
        text-align: left;
    }
    #new-content li {
        line-height: 100%;
        margin: 0;
        padding: 5px 10px;
    }
    #new-content .info {
        width: 100%;
        max-height: 70px;
        margin: 0;
        padding: 0;
        text-align: left;
        overflow: hidden;
        float: left;
    }
    #new-content .title {
        width: 96%;
        max-height: 42px;
        margin: 0 2%;
    }
    .rankingd-box {
        margin: 0;
        padding: 0;
    }
    .box_in_ranking_black {
        width: 96%;
        float: left;
        padding: 5px 0.5% 10px;
        margin: 0 0.5% 10px;
        border-color: #DDDCCC;
        border-style: solid;
        border-width: 1px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -khtml-border-radius: 5px;
        border-radius: 5px;
    }
    .box_in_ranking_black p.catch {
        font-size: 13px;
        font-weight: bold;
        color: #ff0000;
        margin: 5px 0 0;
    }
    .box_in_ranking_black p.r-link {
        padding: 5px 0;
        text-align: right;
    }
    .box_in_ranking_black p.r-link a {
        color: #0044CC;
        font-weight: bold;
        text-decoration: underline;
    }
    .box_in_ranking_black p.r-link a:hover {
        color: #F60;
        text-decoration: none;
    }
    .box_in_ranking_black p a img {
        width: 70%;
        *width: 95%;
        margin: 0 15%;
        *margin: 0 auto;
        padding: 0;
        clear: both;
    }
    #footer-des {
        width: 96%;
        margin: 0 2%;
        background-color: #333333;
        border-bottom: 1px solid #000000;
        overflow
        /**/
        
        : hidden;
    }
    #foot-end {
        width: 96%;
        margin: 0px 2%;
    }
    .simple-pagination li {
	margin: 0 0 10px;
    }
    .clickable {
	display: none;
    }
    }

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

このCSSファイルは、unlimited affiliate購入者の方のみに使用許可されるものです。
このCSSファイルの無断配布及び商用販売を固く禁じます。

Copyright 株式会社Mithril All rights Reserved.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */