@charset "utf-8";

/*
Theme Name: aglim_guide
Theme URI: 
Description: aglim_guide
Version: 1.0
Author: aglim
Author URI: 
Tags: 
*/

/*--------------------------------------
  リセット
--------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
	display: block;
}

ul, ol {
	list-style: none;
}

img {
	vertical-align: top;
	border: 0;
}

button {
	font-size: 100%;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}

input,
textarea {
	max-width: 100%;
	margin: 0;
	padding: 0;
}

table{
	border-collapse: collapse; 
	border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

img#wpstats {
	position: absolute;
	width: 0px;
	height: 0px;
	padding: 0px;
	border: none;
	overflow: hidden;
}

pre {
	overflow: auto;
}

i.fa {
	margin: 0 0.5em 0 0;
}

input[type="submit"], input[type="reset"], input[type="button"], button{
  cursor: pointer;
}

/*--------------------------------------
  クラス定義
--------------------------------------*/
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.s {
	font-size: 70%;
}
.ss {
	font-size: 50%;
}
.l {
	font-size: 150%;
	line-height: 130%;
}
.ll {
	font-size: 200%;
	line-height: 120%;
}
.b {
	font-weight: bold;
}

span.futo {
	font-weight: bold;
}
span.futoaka {
	font-weight: bold;
	color: #ff0000;
}
span.futomido {
	font-weight: bold;
	color: #149b14;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	font-size: 80%;
}
 
sup {
	bottom: 1ex;
}
 
sub {
	top: .5ex;
}

/*--------------------------------------
  ボックス
--------------------------------------*/
.gray_box {
	width: 85%;
	margin: 2em auto;
	padding: 5%;
	background-color: #efefef;
	overflow: hidden;
}

#entry_body .gray_box ul:last-child,
#contents #entry_body .gray_box p:last-child {
	margin-bottom: 0;
}

blockquote {
	width: 85%;
	margin: 24px auto 36px auto;
	padding: 30px 15px 15px;
	border-radius: 5px;
	box-shadow: 1px 1px 2px #000;
	background-color: #FFF;
}

#contents blockquote p:last-child {
	margin-bottom: 0;
}


/*--------------------------------------
  動画レスポンシブ化
---------------------------------------*/
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin: 0 auto 24px 0;
}
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*--------------------------------------
  クリアフィックス
---------------------------------------*/
.clearfix:after {
	visibility: hidden;
	height: 0;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
}

* html .clearfix {
	zoom: 1;
}

*:first-child+html .clearfix {
	zoom: 1;
}

/*--------------------------------------
  画像
--------------------------------------*/
img {
	max-width: 100%!important;
	height: auto;
	border-radius: 5px;
}

.alignright {
	float: right;
	margin: 0 0 24px 24px;
}
.alignleft {
	float: left;
	margin: 0 24px 24px 0;
}
.aligncenter {
	display: block;
	margin-left: auto!important;
	margin-right: auto!important;
}
img.float-left {
	float: left;
	margin: 0 24px 24px 0;
}
img.float-right {
	float: right;
	margin: 0 0 24px 24px;
}

#contents .wp-caption-text {
	font-size: 90%;
	margin: 0;
}

#article_body .wp-caption {
	margin-bottom: 24px;
}

#article_body .wp-caption img {
	margin-bottom: 4px;
}

/*--------------------------------------
  リンク
--------------------------------------*/
a {
	color: #333;
}


a:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	text-decoration: none!important;
}



/*--------------------------------------
  全体定義
--------------------------------------*/
html {
	font-family: "Century Gothic",arial, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size: 12px;
	line-height : 1.8;
	color: #333;
	background-color: #EEE;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
	padding: 0;
}

/*--------------------------------------
  見出しベース
--------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin-bottom: 24px;
}

h1 {
	font-size: 24px; 
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

/*--------------------------------------
  ヘッダー
--------------------------------------*/
#header {
	overflow:hidden;
}
#header .description {
	padding: 7px 10px;
	background-color: #333;
}
#header .description h1 {
	color: #FFF;
	font-size: 9px;
	line-height: 1.1;
	padding: 0;
	margin: 0;
}



.hgroup {
	margin: 15px 5px 0 15px;
	float: left;
}
.top_title {
	padding: 0;
	margin: 0;
}
.hgroup img {
	width: 220px;
}


.cat_info p {
	margin: 0 0 15px 0!important;
	padding: 0!important;
	line-height: 1.4;
}

/*--------------------------------------
  パンくずリスト
--------------------------------------*/
#topicpath {
	font-size: 9px;
	padding: 0 15px;
	margin-bottom: 25px;
	clear: both;
}
#topicpath div{
	padding: 5px 10px;
	color: #FFF;
	text-align: left;
	border-radius: 5px;
	line-height: 1.1;
	background-color: #333;
}
#topicpath a {
	color: #FFF;
}

/*--------------------------------------
  グローバルナビゲーション
--------------------------------------*/
.togmenu{
	display: none;
}

.menubtn a{
	padding: 6px 8px;
	margin: 15px 15px 15px 0;
	color: #fff;
	text-align: center;
	font-size: 8px;
	float: right;
	border-radius: 50%;
	text-decoration: none;
	line-height: 1.2;
	background-color: #333;
	cursor: pointer;
}
.menubtn i{
	font-size: 18px;
	padding: 0;
	margin: 0;
}

nav#menu {
	margin-bottom: 24px;
	background-color:rgba(0,0,0,0.15);
	padding: 15px;
	clear: both;
}



.global_navi {
	text-align: left;
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 0;
	line-height: 1.1;
}

.global_navi > li {
	background-color: #FFF;
	margin:0 0 7px 0;
	padding-bottom: 15px;
	border-radius: 6px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
.global_navi > li:last-child {
	margin-bottom: 0;
}

/*----- サイドバーのタイトルと共通設定 -----*/
.global_navi > li > a ,
.side_widget h4 ,
.side_contents h4 {
	display: block;
	font-size: 14px;
	text-align: left;
	margin: 0;
	padding: 10px;
	color: #FFF;
	background-color: #333;
	line-height: 1.1;
}
.global_navi > li > a ,
.side_widget h4 {
	border-radius: 5px 5px 0 0!important;
}
#sub .side_contents h4 {
	border-radius: 5px;
}
/*----- サイドバーのタイトルと共通設定　ここまで -----*/

.global_navi ul li {
	color: #333;
	list-style-type: disc;
	padding: 1em 0.5em 0 0;
	margin: 0 0 0 2em;
	font-size: 14px;
}
.global_navi .children a:link {
	font-weight: normal;
	color: #F30;
	text-decoration: underline!important;
	display: inline;
}
.global_navi .children a:hover {
	text-decoration: none!important;
}


/*--------------------------------------
  ローカルナビゲーション（カテゴリナビゲーション）
--------------------------------------*/

.category_navi {
	padding: 0;
	margin: 0 0 15px 0;
	font-size: 0;
}
.category_navi li{
	margin: 0 4px 4px 0;
	display: inline-block;
	vertical-align: top;
}
.category_navi a{
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	display:block;
	padding: 0.5em 0.8em;
	border-radius: 5px;
	background-color: #333;
	line-height: 1;
}
.category_navi a:after{
	content: ">";
	margin-left: 0.5em;
}


/*--------------------------------------
  メイン画像
--------------------------------------*/

.main_area{
	padding: 10px;
	font-size: 0;
	clear: both;
	margin: 0 0 30px 0;
	background-color: #333;
	border-radius: 6px;
}
.main_img{
	width: 49%;
	margin: 0.5%;
	box-sizing: border-box;
	display: inline-block;
	background-color: #FFF;
	border-radius: 3px;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
}
a.main_img{
	padding-bottom: 3px;
}
.main_img img{
	width: 100%;
	border-radius: 3px 3px 0 0;
	display: block;
	margin-bottom: 3px;
}


/*--------------------------------------
  コンテンツエリア
--------------------------------------*/
#contents {
	margin: 0 auto;
	text-align: left;
	line-height: 1.6;
	padding: 0 15px;
}

#contents p {
	margin-bottom: 1.5em;
	text-align: left;
}

#contents #main {
	padding: 0;
}

#article_body ,
#other_body {
	background-color: #FFF;
	padding: 15px;
	margin-bottom: 24px;
	border-radius: 8px;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

#contents #main .archive_area {
	font-size: 0;
}
#archive_body .archive_area ,
#index_body .archive_area {
	padding-top: 20px;
}
#contents .no_article {
	font-size: 14pt;
}

#contents #main .home_area {
	margin: 0 1% 2% 1%;
	width: 48%;
	background-color: #FFF;
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	border-radius: 5px;
	padding: 0;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
#contents #main .home_area a {
	color: #555;
	text-decoration: none;
}

#contents #main .date-time {
	font-size: 7px;
	color: #FFF;
	line-height: 1em;
	padding: 3px 5px;
	margin: 0;
	text-align: right;
	background-color:rgba(0,0,0,0.6);
	border-radius: 5px 0 5px 0;
	position: absolute;
	left: 0;
	top: 0;
}

#contents #main .excerpt {
	font-size: 18px;
	padding: 7px 10px;
	line-height: 1.4;
}
#contents #main .excerpt p {
	padding: 0;
	margin: 0;
}

#contents #main .home_area .thumb_box{
	position: relative;
}
#contents #main .home_area .thumb_box img{
	width: 100%;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
#contents #main .home_area .thumb_box .no_img{
	padding: 40px 0;
	font-size: 12px;
	line-height: 1.2;
	text-align: center;
}

#contents #main .home_area .entry_box {
	padding: 0;
}

#contents #main #entry_body .home_area img {
	margin: 0;
}

/*--------------------------------------
  記事内指定
--------------------------------------*/
#article_body ul ,
#article_body ol {
	margin-bottom: 24px;
}
#article_body ul {
	list-style-type: disc;
}
#article_body ul ul {
	list-style-type: circle;
}
#article_body ol {
	list-style-type: decimal;
}

#article_body ul li,
#article_body ol li {
	margin: 0.7em 0 0 1.5em;
	padding: 0;
	line-height: 1.3;
}

#article_body ul > ul,
#article_body ol > ol {
	margin: 0.7em 0 0 1em;
}

/*--------------------------------------
  記事タイトル上部のサムネイル
--------------------------------------*/

#article_body #post-thumbnail img{
	margin: 0 0 10px 0;
	padding: 0;
}



#entry_body dl {
	border: 1px solid #ddd;
	margin: 0 auto 24px;
	width: 80%;
	padding: 5%;
	border-radius: 5px;
}

#entry_body dt {
	margin: 1em 0 1em 0;
	padding: 0;
}

#entry_body dt:first-child {
	margin: 0 0 1em 0;
}

/* テーブル */
#article_body table {
	max-width: 100%;
	width: 100%;
	margin: 24px 0;
}

#article_body td,
#article_body th {
	padding: 1.5%;
	border: 1px solid #999;
	vertical-align: middle;
}

#article_body th {
	text-align: center;
	background-color: #EEE;
}
#article_body table img{
	margin: 0;
	padding: 0;
}

/*--------------------------------------
  ギャラリー
--------------------------------------*/
.gallery_1{
}
.gallery_4{
	font-size: 0;
}
.gallery_4 div{
	width: 24%;
	margin: 0.5%!important;
	display: inline-block;
}

/*--------------------------------------
  LINEリンク
--------------------------------------*/

.linelink{
	text-align: center;
	margin-top: 20px;
}
.linelink a{
	background-color: #0C2;
	border-radius: 5px;
	color: #FFF;
	text-decoration: none;
	padding: 10px 15px;
	text-align: center;
	line-height: 1.2;
	display: inline-block;
	font-size: 10px;
}
.linelink a span{
	font-size: 18px;
	font-weight: bold;
}



/*--------------------------------------
  記事内画像
--------------------------------------*/
#article_body img {
	margin: 10px 2px;
}

/*--------------------------------------
  トップ新着記事見出し
--------------------------------------*/
#entry_body h3.new_entry_title {
	border: 0;
	line-height: 1.2;
	margin: 0;
	padding: 0.5em 0.6em;
	font-size: 12px;
	color: #FFF;
	background-color: #333;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}


/*--------------------------------------
  記事見出し
--------------------------------------*/
#single_title{
	margin: 0!important;
}

#archive_body h2,
#article_body h2,
#index_body h2 {
	font-size: 17px;
	text-align: left;
	margin: 0 0 24px 0;
	padding: 0.8em 1em;
	color: #FFF;
	background-color: #333;
	border-radius: 5px;
	line-height: 1.1;
	font-weight: bold;
}

#article_body h3 ,
#article_body h4 {
	text-align: left;
	border-radius: 5px;
	line-height: 1.1;
	margin: 2em 0 0.5em;
}

#article_body h3 {
	font-size: 14px;
	padding: 0.4em 0.6em;
	color: #FFF;
	background-color: #333;
}
#article_body h4 {
	font-size: 13px;
	padding: 0.3em 0.5em;
	background-color: #DDD;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #333;
}

/*--------------------------------------
  メタボックス
--------------------------------------*/
.meta_box {
	font-size: 70%;
	margin: 0.5em 0 24px 0;
	color: #888;
}

/*--------------------------------------
  カテゴリー・タグ
--------------------------------------*/
#cat_tag {
	margin: 60px 0 24px 0 ;
	padding: 0;
	text-align: left;
	line-height: 1;
	font-size: 0;
}
#cat_tag i {
	font-size: 24px;
	vertical-align: middle;
}

#cat_tag a {
	color: #FFF;
	background-color: #333;
	margin: 0 0.3em 0.3em 0;
	padding: 0.6em 0.8em;
	border-radius: 5px;
	line-height: 1;
	display: inline-block;
	font-size: 10px;
	text-decoration: none;
	vertical-align: middle;
}

/*--------------------------------------
  カテゴリ一覧へ戻る
--------------------------------------*/
.cate_bk {
	font-size: 75%;
	background-color: #E6E6E6;
	margin: 0 0 24px 0 ;
	padding: 5px 10px;
	border-radius: 5px;
}

/*--------------------------------------
  SNSボタン（記事下）
--------------------------------------*/
#snsbutton {
	text-align: center;
	margin: 0;
	padding: 0;
	border-radius: 5px;
	clear: both;
	font-size: 0;
}
.contents_sns {
	padding: 5px;
	background-color: #E6E6E6;
}

#snsbutton ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
}

#snsbutton li {
	display: inline-block;
	margin: 0 3px 0 0!important;
	min-height: 70px;
}
#snsbutton li:last-child {
	margin: 0!important;
}

iframe.twitter-share-button {
    width: 56px!important;
}


/*--------------------------------------
  記事下関連記事
--------------------------------------*/

#similar_posts h3 {
	font-size: 14px;
	padding: 0.8em;
	color: #FFF;
	background-color: #333;
	text-align: left;
	margin:0 0 5px 0 ;
	border-radius: 5px;
	line-height: 1.1;
}

#similar_posts .entry {
	font-size: 0;
}

.kijibox{
	width: 	47.5%;
	margin: 15px 1% 0 1%;
	display: inline-block;
	vertical-align: top;
}

.kijibox img {
	border-radius: 5px;
	font-size: 12px;
}
.kijibox h4 {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.3;
	margin: 3px 0 0 0;
}

/*--------------------------------------
  前の記事・次の記事
--------------------------------------*/
#page_pn {
	margin: 24px 0 0 0;
}

dl#prenex {
	text-align: left;
	width: 90%;
	padding: 5%;
	margin: 0;
}

dl#prenex dt {
	background: none;
	padding: 0;
	margin: 0;
}

/*--------------------------------------
  ページャー
--------------------------------------*/
.pager{
	text-align: center;
	width: 100%;
	margin: 24px 0 48px 0;
	font-size: 0;
}
.page-numbers{
	font-size: 12px;
}
.pager a,
.pager .current{
	background: #FFF;
	color: #333;
	border-radius:5px;
	padding: 6px 8px;
	margin: 0 3px 3px 0;
	line-height: 1;
	text-decoration: none;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
.pager .current{
	color: #fff;
	background-color: #333;
}
.pager a:hover{
	color: #fff;
	background-color: #333;
}
.pager i{
	padding: 0;
	margin: 0;
}

/*--------------------------------------
  サイド

※サイドバーのタイトルは
　グローバルナビゲーションと共通設定
--------------------------------------*/
#sub {
	font-size: 100%;
	margin-bottom: 24px;
}
#sub li > h4 {
}
#sub .side_contents{
	font-size: 0;
	margin-bottom: 24px;
	padding: 10px;
	border-radius: 5px;
	background-color:rgba(0,0,0,0.15);
}
.side_widget a {
	text-decoration: none;
}


/* メニュー＆タグクラウド */
.side_widget .textwidget ,
.tagcloud {
	margin: 0;
	padding: 10px;
	background-color: #FFF;
	border-radius: 0 0 5px 5px;
	overflow:hidden;
}
.side_widget .textwidget li {
	font-size: 14px;
	text-align: left;
	list-style-type: disc;
	margin-left: 20px;
}
.side_widget .textwidget {
	margin-bottom: 10px;
}


.tagcloud a {
	display: block;
	float: left;
	font-size: 12px !important;
	line-height: 1.3em !important;
	color: #fff;
	margin-right: 3px;
	margin-bottom: 3px;
	padding: 4px 6px;
	text-decoration: none;
	background-color: #333;
	border-radius: 3px;
}


/* 新着記事 */
.side_new {
	margin: 2% 1% 0 1%;
	padding: 3%;
	text-align: left;
	width: 42%;
	background-color: #FFF;
	display: inline-block;
	vertical-align: top;
	border-radius: 5px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
.side_thumb img{
	width: 100%;
}
.side_title {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.2;
}
.side_title span {
	font-size: 70%;
	color: #555;
	line-height: 2;
}
select#cat {
	width: 100%;
	padding: 0.5em 0 0.5em 0.2em;
	font-size: 100%;
}


/*-----------------------------------
  カレンダー
------------------------------------*/
#calendar_wrap{
	margin-bottom: 24px;
}

#wp-calendar {
	border: 1px solid #999;
	width: 100%;
	margin: 0;
}

#wp-calendar tr,
#wp-calendar th,
#wp-calendar td {
	border: 1px solid #999;
}

#wp-calendar td,
#wp-calendar th {
	text-align: center;
	padding: 3%;
}

#wp-calendar caption {
	text-align: left;
}

#wp-calendar tbody tr #today {
	background-color: #999;
	color: #ffd700;
}

/*--------------------------------------
  フッター
--------------------------------------*/
#footer {
	padding: 20px 0 20px 0;
	color: #fff;
	text-align: center;
	overflow: hidden;
	background-color: #DDD;
}

#footer-in {
	font-size: 0;
	text-align: left;
	margin: 0 auto;
	padding: 0 15px;
}

#footer-in img {
	margin-bottom: 16px;
}

#footer-in h2 {
	font-size: 20px;
	padding: 5px 10px;
	background-color: #555;
	border-radius: 5px;
	margin: 0 0 10px 0;
}

.footer_l, .footer_r {
	font-size: 16px;
	margin-bottom: 20px;
	background-color: #FFF;
	vertical-align: top;
	border-radius: 5px;
	color: #555;
	padding: 3%;
}

/*-----------------------------------
  フッターSNSタイムライン
------------------------------------*/

/* Facebook Like Box */
.fb-like-box.fbcomments,
.fb-like-box.fb_iframe_widget,
.fb-like-box.fb_iframe_widget[style],
.fb-like-box.fb_iframe_widget iframe[style],
.fb-like-box.fbcomments iframe[style],
.fb-like-box.fb_iframe_widget span{
	width: 100% !important;
}
iframe.twitter-timeline {
	width: 100% !important;
}


/*-----------------------------------
  フッターSNSアイコン
------------------------------------*/
.ft-sns ul {
	padding: 0;
	margin: 0;
	text-align: center;
}

.ft-sns ul li {
	display: inline-block;
	width: 	32.6%;
	margin: 0 1% 0 0;
}

.ft-sns ul li:last-child{
	margin: 0;
}

.ft-sns ul li a {
	padding: 5px 0;
	display: block;
	border-radius:8px;
	font-size: 30px;
	color: #FFF;
	text-decoration: none;
}
.ft-sns ul li a i{
	padding: 0;
	margin: 0;
}

.ft-sns ul .fb a{
	background-color: #3B5998;
}
.ft-sns ul .tw a{
	background-color: #00ACED;
}
.ft-sns ul .rs a{
	background-color: #F90;
}

/*--------------------------------------
  TOPへ戻る PC・タブレット追尾型
--------------------------------------*/
#page-top {
	position: fixed;
	bottom: 40px;
	right: 20px;
	text-align: center;
}

#page-top i {
	margin: 0;
}
#page-top a {
	color: #FFF;
	padding: 7px 14px;
	display: block;
	font-size: 18px;
	border-radius: 50%;
	background-color:rgba(0,0,0,0.4);
}

/*--------------------------------------
  フッターメニュー
--------------------------------------*/
.ft_menu {
	background-color: #333;
	text-align: left;
	line-height: 1;
}
.ft_menu_box {
	margin: 0 auto;
	padding: 5px 15px 10px;
}

.ft_link ,
.copyright {
	display: inline-block;
}
.ft_link a ,
.copyright {
	font-size: 8px;
	color: #FFF;
}

.ft_link {
	margin-right: 1%;
}
.ft_link li{
	display: inline-block;
	margin: 0 0.2em 0 0 ;
}


/*--------------------------------------
  各コンテンツ個別設定
--------------------------------------*/

/* 知恵袋Q&A */
#content_result ul{
	margin:0;
	padding: 0;
}
#content_result .faq li{
	list-style-type: none;
	padding: 0 0 1.5em 0;
	margin: 0 0 1.5em 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
.faq_info{
	color: #555;
	font-size: 70%;
	line-height: 1.3;
}

#content_result #faq_tx {
	border: 1px solid #CCC;
	margin: 0 0 2em 0;
	padding: 1em;
}


/* サイトマップ */
#sitemap_list li.home-item {
	font-size:150%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#sitemap_list li.cat-item {
	font-size:130%;
	padding: 0.8em 0.8em 0.1em 0.8em;
	margin: 20px 0 0 0;
	border-radius: 10px;
	background-color: #E3E3E3;
	list-style-type: none;
}
#sitemap_list li.cat-item li.cat-item {
	line-height: 1.2;
	font-size:90%;
	padding: 0.8em 0.8em 0.1em 0.8em;
	margin: 5px 0 0 0;
	list-style-type: none;
	border-radius: 5px;
	background-color: #FFF;
}
#sitemap_list li.cat-item li{
	font-size:80%;
	padding: 10px 0 0 0;
	margin: 0 0 0 1.5em;
	list-style-type: disc;
}

#sitemap_list li.page_item{
	padding: 10px 0 0 0;
	margin: 0 0 0 1.5em;
	list-style-type: disc;
}


/* まとめ記事
-------------------------------------------------------------*/
.matome{
	font-size: 0;
	display: inline-block;
	width: 47%;
	margin: 0 1% 30px 1%;
	vertical-align: top;
}
.matome_title{
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.3;
}


@media screen and (min-width : 400px) {

/*--------------------------------------
  400px SNSボタン（記事下）
--------------------------------------*/

#snsbutton li {
	margin: 0 6px 0 0!important;
}

iframe.twitter-share-button {
    width: 60px!important;
}


}


@media screen and (min-width : 500px){

/*--------------------------------------
  500px ヘッダー
--------------------------------------*/

#header .description h1 {
	font-size: 10px;
}

/*--------------------------------------
  500px グローバルナビゲーション
--------------------------------------*/

.menubtn a{
	padding: 8px 12px;
	margin-top: 20px;
}
.menubtn i{
	font-size: 20px;
}

.global_navi > li {
	width: 49%;
	display: inline-block;
	vertical-align: top;
	margin-right: 0.5%;
	margin-left: 0.5%;
}

/*--------------------------------------
  500px ローカルナビゲーション（カテゴリナビゲーション）
--------------------------------------*/

.category_navi a{
	font-size: 14px;
}

/*--------------------------------------
  500px メイン画像
--------------------------------------*/
.main_area{
	padding: 15px;
}
.main_img{
	font-size: 12px;
}

/*--------------------------------------
  500px コンテンツエリア
--------------------------------------*/
#contents {
	text-align: left;
}

#contents #main .home_area {
	width: 31.3%;
}

/*--------------------------------------
  500px 記事内指定
--------------------------------------*/
/* テーブル */
#article_body td,
#article_body th {
	padding: 1%;
}

/*--------------------------------------
  LINEリンク
--------------------------------------*/

.linelink a{
	font-size: 12px;
}
.linelink a span{
	font-size: 24px;
}

/*--------------------------------------
  500px 記事見出し
--------------------------------------*/
#archive_body h2,
#article_body h2,
#index_body h2{
	font-size: 20px;
}

#article_body h3 {
	font-size: 16px;
}
#article_body h4 {
	font-size: 14px;
}

/*--------------------------------------
  500px 記事下関連記事
--------------------------------------*/

.kijibox{
	width: 	32%;
	margin-right: 0.65%;
	margin-left: 0.65%;
}
.kijibox h4 {
	font-size: 14px;
}


/*--------------------------------------
  500px 前の記事・次の記事
--------------------------------------*/
dl#prenex dt {
	float: left;
	width: 60px;
	margin-bottom: 1.2em;
}

dl#prenex dd {
	overflow: auto;
	margin-bottom: 1.2em;
}

dl#prenex dt:last-child, dl#prenex dd:last-child {
	margin: 0;
}


/*--------------------------------------
  500px サイド
--------------------------------------*/
/* 新着記事 */
.side_new {
	margin: 1.5% 0.75% 0 0.75%;
	padding: 1.5%;
	width: 28.8%;
}

/* 検索フォーム */

#searchform input[type="text"] {
	width: 89%;
	padding: 1% 1% 1% 0;
}

#searchform button {
	width: 8%;
	padding: 1%;
}
/*-----------------------------------
  500px サイドバーウィジェット
------------------------------------*/



/*-----------------------------------
  500px カレンダー
------------------------------------*/
#wp-calendar {
	width: 50%;
}

/*--------------------------------------
  500px フッター
--------------------------------------*/

.footer_l, .footer_r {
	width: 45.5%;
	display: inline-block;
	padding: 2%;
	height: 300px;
}

.footer_l {
	margin-right: 1%;
}

/*--------------------------------------
  500px フッターメニュー
--------------------------------------*/
.ft_link a ,
.copyright {
	font-size: 9px;
}


}




@media screen and (min-width : 700px) {

/*--------------------------------------
  700px 全体定義
--------------------------------------*/
html {
	font-size: 14px;
}

/*--------------------------------------
  700px グローバルナビゲーション
--------------------------------------*/
.global_navi ul li {
	font-size: 16px;
}

/*--------------------------------------
  700px コンテンツエリア
--------------------------------------*/

#contents #main .home_area {
	width: 23%;
}

/*--------------------------------------
  700px ページャー
--------------------------------------*/

.page-numbers{
	font-size: 14px;
}
.pager a,
.pager .current{
	padding: 7px 10px;
}


/* まとめ記事
-------------------------------------------------------------*/
.matome{
	width: 31%;
	margin: 0 0.5% 30px 0.5%;
}
.matome_title{
	font-size: 14px;
}

}




@media screen and (min-width : 824px) {
	
/*--------------------------------------
  824px 全体定義
--------------------------------------*/
html {
	background-size:auto;
}

/*--------------------------------------
  824px ヘッダー
--------------------------------------*/

#header .description h1 {
	font-size: 12px;
	max-width: 1060px;
	margin-right: auto;
	margin-left: auto;
}

.hgroup {
	max-width: 1060px;
	margin: 20px auto;
	padding: 0 15px;
	float: none;
}
.top_title {
	display: inline-block;
}
.hgroup img {
	width: 396px;
}

header {
	text-align: left;
}

/*--------------------------------------
  824px パンくずリスト
--------------------------------------*/

#topicpath {
	font-size: 10px;
	max-width: 1060px;
	margin-right: auto;
	margin-left: auto;
}

/*--------------------------------------
  824px グローバルナビゲーション
--------------------------------------*/

/* MENUボタンを隠す */
.menubtn {
	display: none;
}

.global_navi > li {
	width: 100%;
	margin-right: 0;
	margin-left: 0;
}

.global_navi ul li {
	padding: 0.7em 0.5em 0 0;
	margin: 0 0 0 1.7em;
	font-size: 14px;
}

/*--------------------------------------
  824px メイン画像
--------------------------------------*/
.main_area{
	background-size: 100px auto;
}
.main_img{
	font-size: 14px;
}


/*--------------------------------------
  824px コンテンツエリア
--------------------------------------*/

#contents {
	overflow: hidden;
	max-width: 1060px;
}

#contents #main {
	float: left;
	margin: 0 2% 0 0;
	width: 70%;
	padding: 0;
}

#article_body ,
#other_body {
	padding: 25px;
}

#contents #main .home_area {
	width: 31.3%;
}

#contents #main .date-time {
	font-size: 10px;
	padding: 4px 6px;
}

#contents #main .excerpt {
}


/*--------------------------------------
  824px 記事見出し
--------------------------------------*/
#entry_body h3.new_entry_title {
	font-size: 14px;
}

#archive_body h2,
#article_body h2,
#index_body h2{
	font-size: 16px;
}


#article_body h3 {
	font-size: 18px;
}
#article_body h4 {
	font-size: 16px;
}


/*--------------------------------------
  824px サイド
--------------------------------------*/
#contents #sub {
	float: right;
	margin: 0;
	width: 28%;
	text-align: center;
	padding: 0;
}

#contents #sub p {
	text-align: left;
}

/* 新着記事 */
.side_new {
	margin: 10px 0 0 0;
	padding: 3%;
	width: 94%;
}

.side_thumb {
	display: table-cell;
	width: 100px;
	padding: 0 10px 0 0;
}
.side_title {
	margin: 0;
	padding: 0;
	display: table-cell;
	vertical-align: top;
	line-height: 1.2;
}
.side_title span {
	font-size: 70%;
	color: #555;
	line-height: 2;
}

select#cat {
	width: 100%;
	padding: 0.5em 0 0.5em 0.2em;
	font-size: 100%;
}

/* 検索フォーム */

#searchform input[type="text"] {
	width: 78%;
	padding: 2% 2% 2% 0;
}

#searchform button {
	width: 16%;
	padding: 2%;
}

/*-----------------------------------
  824px サイドバーウィジェット
------------------------------------*/


/*-----------------------------------
  カレンダー
------------------------------------*/
#wp-calendar {
	width: 100%;
}


/*--------------------------------------
  824px フッター
--------------------------------------*/
#footer {
	width: 100%;
	margin: 0 auto;
	clear: both;
}

#footer-in {
	max-width: 1060px;
}

#footer-in p {
	margin-bottom: 5%;
}


/*--------------------------------------
  824px フッターメニュー
--------------------------------------*/
.ft_menu_box {
	max-width: 1060px;
}

.ft_link a ,
.copyright {
	font-size: 10px;
}

}


@media screen and (min-width : 1024px) {

/*--------------------------------------
  1024px 全体定義
--------------------------------------*/
html {
	font-size: 16px;
}


/*--------------------------------------
  1024px グローバルナビゲーション
--------------------------------------*/

.global_navi ul li {
	font-size: 16px;
}

/*--------------------------------------
  1024px サイド
--------------------------------------*/
/* 新着記事 */
.side_title {
	font-size: 14px;
}

}