@charset "UTF-8";
/*
Theme Name: Stock_meigara
Author: num
Description: This is my original theme.
Version: 1.0
*/
html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins,kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, figcaption, figure,footer, header, hgroup, menu, nav, section, summary,time, mark, audio, video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background-color:transparent;font-weight:normal;font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;}
body{line-height:1.5;background: #ffffff;word-wrap:break-word;font-size:16px;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
nav ul{list-style:none;}
ul, ol, li{list-style:none;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after,q:before, q:after{content:'';content:none;}
ins{background-color:#ff9;color:#000;text-decoration:none;}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}
del{text-decoration:line-through;}
abbr[title], dfn[title]{border-bottom:1px dotted;cursor:help;}
table{border-collapse:collapse;border-spacing:0;}
hr{display:block;height:1px;border:0;border-top:1px solid #cccccc;margin:1em 0;padding:0;}
input, select{vertical-align:middle;}
input{box-sizing:border-box;}
a,a:visited{margin:0;padding:0;font-size:100%;vertical-align:baseline;background-color:transparent;color:#333;}
a:hover{text-decoration:none;}
*{/zoom:1;-webkit-appearance:none;}
input[type="submit"]{-webkit-appearance:none;border-radius:0;}
.clearfix:after{content: "";display:block;clear:both;overflow:hidden;height:0px;}
.clearfix{display:inline-block;}
.clearfix{display:block;}
.clear{clear:both;}
img{width:100%;}
#Content>div:first-child,#Content>div:last-child{box-sizing:border-box;}

/* フォントサイズ */
html {
  font-size: 62.5%;
}

body{
	background-color: #f5f5f5;
	background-image: linear-gradient(#e8e8e8 .1em, transparent .1em);
	background-size: 100% 1.2em;
	counter-reset: number 0;
	font-size: 16px;
	font-size: 1.6rem;
}

#Page{
	overflow:hidden;
	position: relative;
}
/* ヘッダー */

/* サイトタイトル */
#SiteTitle_inner{
    max-width: 1260px;
    margin: 0 auto;
}
#SiteTitle {
	position: relative;
	z-index: 999;
	background: #ffffff;
}
.Title{
	max-width: 500px;
	margin: 0 auto;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.Title a{
	position:relative;
	color:#648f2f;
	display: block;
	font-size: 22.5px;
	font-size: 2.25rem;
	padding: 25px 0 25px 50px;
	text-decoration: none;
	font-weight:normal;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.Title a::before{
    position: absolute;
    content: " ";
    top: 0px;
    left: 0;
    bottom:0;
    width: 40px;
    height: 40px;
    margin: auto;
    background: url(image/sitename_icon.png) no-repeat left center;
    background-size: 100%;
}
.Title a:hover{
	opacity: 0.5;
}

/* パンくずリスト */
.breadcrumbsinner{
	box-sizing: border-box;
	border-top: 1px solid rgba(255, 255, 255, 0.4);
	margin: 24px 0;
}
.breadcrumbs{
	max-width: 880px;
	margin: 0 auto;
	position:relative;
	padding: 0;
	line-height: 1.2;
	color: #000000;
}
.breadcrumbs span{
	font-weight: normal;
	font-size: 13px;
	font-size: 1.3rem;
	padding: 0;
	color: #000000;
}
.breadcrumbs a{
	font-size: 13px;
	font-size: 1.3rem;
	color: #8cb756;
	text-decoration: none;
}
.breadcrumbs a:hover{
	text-decoration: underline;
}
.breadcrumbs span:last-child a {
	pointer-events: none;
	text-decoration: none;
}
/* 記事内コンテンツ全体 */
.box .text{
	margin: 0 14px;
}
.text ul{
	margin:24px 0;
}


#wrap{
	position: relative;
}
.page-template-sitemap #wrap,
.error404 #wrap{
	margin: 0 auto 67px;
}
#Content{
	max-width: 880px;
	margin: 0 auto 32px;
	padding: 36px;
	box-sizing: border-box;
	background: #ffffff;
}

#Bodyrange h1,#Bodyrange h2,#Bodyrange h3,#Bodyrange h4,dt,.supplement h3,.supplement summary{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight:bold;
}
#Bodyrange h1{
	font-size: 27px;
	font-size: 2.7rem;
	background: #eaefe3;
	padding: 8px;
	margin-bottom: 16px;
}
#Bodyrange h2{
	margin: 0 -36px 32px;
	position:relative;
	text-align:center;
	z-index: 9999;
	border-top:1px solid #8cb756;
	border-bottom:1px solid #8cb756;
	padding: 12px;
	line-height: 1.6;
	color: #000000;
	font-size: 25px;
	font-size: 2.5rem;
}
#Bodyrange .sitemapinner h2::before{
	display:none;
}
#Bodyrange h2:before {
   content: "POINT";
   position: absolute;
   top: -9px;
   left: 10px;
   background: #fff;
   font-size: 18px;
   font-size: 1.8rem;
   color: #8cb756;
   padding: 0 10px;
}
#Bodyrange p,.NotFoundInner p{
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 32px;
	margin-bottom: 32px;
	color: #111111;

}

#Bodyrange p a,#text a,.NotFoundInner p a,.archiveInner p a{
	color: #0027ff;
	-webkit-transition: all .9s;
	transition: all .9s;
	font-weight: bold;
	text-decoration: underline;
}
#Bodyrange p a:hover,#text a:hover,.NotFoundInner p a:hover,.archiveInner p a:hover{
	color:#8cb756;
	text-decoration: none;
}
/* ページネーション */
#paging{
   overflow:hidden;
   margin: 24px 0;
}
#paging .next a,
#paging .prev a{
    background: #8cb756;
    padding: 12px 12px 12px 30px;
    position:relative;
    color: #ffffff!important;
    display: block;
    text-decoration:none;
}
#paging .prev a::before{
	position: absolute;
	content: "←";
	top: 0;
	left: 8px;
	bottom: 0;
	width: 20px;
	height: 20px;
	margin: auto;
	line-height: 22px;
	color:#ffffff;
}
#paging .next a::before{
	position: absolute;
	content: "→";
	top: 0;
	right: 8px;
	bottom: 0;
	width: 20px;
	height: 20px;
	line-height: 22px;
	margin: auto;
	color:#ffffff;
}
#paging .next a:hover,
#paging .prev a:hover{
    background:#999999;
}
#paging .prev{
    float: left;
    width: 48%;
}
#paging .next{
    float: right;
    width: 48%;
}
.date{
	font-size:16px;
	font-size:1.6rem;
	letter-spacing:1px;
	color: #999999;
	margin-bottom: 24px;
	padding: 4px 0 4px 28px;
	display:block;
	font-family: 'Tinos', serif;
	position:relative;
}

.date:before{
	position:absolute;
	top: 0;
	left:0;
	bottom:0;
	margin: auto;
	content: "";
	width: 20px;
	height: 20px;
	background: url(image/date.png) no-repeat left center;
	background-size: 100%;
	color: #999999;
}
/* シェアボタン*/
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?mgdqi2');
  src:  url('fonts/icomoon.eot?mgdqi2#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?mgdqi2') format('truetype'),
    url('fonts/icomoon.woff?mgdqi2') format('woff'),
    url('fonts/icomoon.svg?mgdqi2#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */

  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-facebook:before {
  content: "\ea91";
}
.icon-twitter:before {
  content: "\ea96";
}
#SNS{
	text-align:center;
	clear: both;
	letter-spacing: -.4em;
}
#SNS ul li a{
	text-decoration: none;
	color: #ffffff;
	padding: 18px 20px;
	letter-spacing:normal;
}
#SNS ul li a:hover{
	color:#ffffff;
	background:rgba(255, 255, 255, 0.5);
	text-decoration:none;
}
#SNS ul li::before{
	display:none;
}
#SNS ul .sns_t a{
	background:#1DA1F2
}
#SNS ul .sns_f a{
	background:#3C5A99
}
.sns_t,
.sns_f{
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1;
    border:1px solid #ffffff;
    display: inline-block;

    vertical-align: middle;
}
#SNS ul .sns_f{
	margin-left: 12px;
}
/*引用文*/
blockquote {
    position: relative;
    background: #eeeeee;
    padding: 30px 15px 30px 15px;
    box-sizing: border-box;
    font-style: italic;
    border: 1px solid #999999;
}

blockquote::before{
    display: inline-block;
    position: absolute;
    top: 7px;
    left: -15px;
    width: 40px;
    height: 30px;
    text-align: center;
	content: "“";
	font-family: sans-serif;
    color: #FFF;
    font-size: 35px;
    line-height: 55px;
    background: #8cb756;
    font-weight: 900;
}
blockquote::after{
    position: absolute;
    content: '';
    top: 37px;
    left: -15px;
    border: none;
    border-bottom: solid 8px transparent;
    border-right: solid 15px #656565;
}
blockquote p {
    padding: 0 !important;
    margin: 10px 0 !important;
}

blockquote cite {
    text-align: right;
    color: #888888;
    font-size: 0.9em;

}
blockquote cite a{
	padding:0 !important;
	text-decoration:underline!important;
	background:none !important;
	color: #0027ff !important;
	margin:0 !important;
}
blockquote cite a:hover{
	text-decoration:none!important;
}
/* aside・details整形用 */
.supplement{
	margin: 30px 0px;
	padding:0;
	background: #f5f5f5;
}
.supplement h3,.supplement summary{
	padding: 10px 15px 6px!important;
	margin: 0!important;
	color: #000000 !important;
	font-size: 18px !important;
	font-size: 1.8rem !important;
	position: relative;
	border:none;
}
.supplement h3{
	position:relative;
	font-weight: normal !important;
	border: none !important;
	border-bottom: 1px dotted #ffffff !important;
}


.supplement h3::before,
.supplement h3::after{
	display:none;
}
.supplement p{
	line-height: 1.8;
	padding: 10px !important;
	margin: 0 !important;
	color: #14213D;
	font-weight: normal;
	font-size: 14px !important;
	font-size: 1.4rem !important;
}
.supplement p a{
	color: #0027ff;
	padding: 0 3px;
	margin: 0;
	text-decoration:underline;
	background: none;
}
.supplement p a:hover{
	background:none;
	text-decoration:none;
}
/* 定義 */

dt {
	margin-top: 24px;
	padding: 8px 12px;
	font-weight:bold;
	color: #ffffff;
	font-size: 20px;
	font-size: 2.0rem;
	background-color: #8cb756;
}
dd {
	padding: 12px;
	margin-bottom: 12px;
	font-size: 14px;
	border-width: 0 1px 1px;
	border-style: none solid solid;
	border-color: #8cb756;
}

/* コンテンツ内h3、h4・リスト */
#Bodyrange h3{
	position: relative;
	border-bottom: 2px solid #8cb756;
	text-align: center;
	padding: 10px 36px 5px;
	margin: 0 -36px 24px;
	font-size: 21px;
	font-size: 2.1rem;
	line-height: 1.6;
	color: #000000;
}


#Bodyrange h4{
	margin: 24px 0;
	padding:12px 8px;
	position:relative;
	font-size: 18px;
	font-size: 1.8rem;
	text-align:center;
	color: #000000;
	background: #f5f5f5;
}

.sitemapinner #sitemap_list li{
	width:auto;
}
#Bodyrange .text ul,
#Bodyrange .text ol{
	background:#f5f5f5;
}
#Bodyrange .text ul li,
#Bodyrange .text ol li {
	position:relative;
	padding: 15px 12px 15px 30px;
	color: #000000;
	font-size: 14px;
	font-size: 1.4rem;
}

#Bodyrange .text ul li::before,
#Bodyrange .text ol li::before{
	position: absolute;
	content: "■";
	top: 0;
	left: 12px;
	bottom: 0;
	width: 22px;
	height: 20px;
	margin: auto;
	color:#8cb756;
}

strong{
	font-weight: bold;
	color: #000000;
	padding: 0 3px;
	background:linear-gradient(transparent 60%, #fff8bf 60%);
	font-size: 16px;
	font-size: 1.6rem;
}

/* ウィジェット */
#SideContent{
	text-align:center;
	padding: 24px 0;
	background: rgba(153, 153, 153, 0.3);
}
#SideContent_inner{
	max-width:880px;
	margin: 0 auto;
}
.widget{
	display:inline-block;
	width: 48%;
	vertical-align: top;
	letter-spacing: normal;
	margin: 0 2% 0 0;
}
.widget:last-child{
	margin:0;
}
.widget ul li{
	position:relative;
	font-weight: normal;
	text-align: left;
	}
.widget ul li a{
	color: #000000;
	display:block;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 5px 0 5px 40px;
	font-weight: normal;
	text-decoration:none;
}
.widget ul li::before{
	position: absolute;
	top: 25px;
	left: 0;
	content: '';
	width: 14px;
	height: 14px;
	background: url(image/widget-arrow.png) no-repeat;
	background-size: 100%;
	z-index: 999;
}

.new{
	background: #F90065;
	color:#ffffff;
	padding:0 8px;
}
.widget ul li a:hover{
	text-decoration:underline;
}
.widget_title{
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 24px;
	background: rgba(255, 255, 255, 0.5);
	text-align: left;
	border-bottom: 4px double #999999;
	color: #000000;
}
.widget_title div{
	padding: 12px 0;
	text-align: center;
	font-weight: normal;
	letter-spacing: normal;
}
.widget .sidekiji li,
.widget .new_article_thumb  li{
	padding: 20px 0 24px;
}
.new_thumb_img a{
	padding: 0 0 0 24px!important;
}
.new_title_text a{
	padding:0 !important;
}
.new_thumb img{
	float: left;
	width: 80px;
	margin-right: -80px;
	height: auto;
	padding: 0;
}
.new_title {
  vertical-align: top;
  display: block;
  padding: 0;
  margin-left: 115px;
  line-height: 1.4;
  text-align: left;
}
.rank-count,.new{
	position: absolute;
	top: -7px;
	left: 4px;
	padding: 1px 8px;
	font-size:14px;
	font-weight:bold;
}
.rank-count{
	background: #eeeeee;
}
.r-count1{
	background:#FFC107;
}
.r-count2{
	background:#c6c6c6;
}
.new_title time{
	display:block;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 8px 0 0 0;
	font-family: 'Tinos', serif;
	font-weight: normal;
	color: #000000;
}

/* アーカイブ・検索・サイトマップ・カテゴリー・404ページ */

html,body{
    height: 100%;
}
.error404 #Page{
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}
.error404 #footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
}

.archiveInner h1 {
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: normal;
	color: #000000;
}
.archiveInner h1 span{
	
	font-weight: normal;
}
.archiveInner ul{
	margin:0;
	padding:0;
}
.archiveInner ul{
	text-align: left;


}
.archiveInner ul li{
	box-sizing: border-box;
	display:inline-block;
	width: 100%;
	vertical-align: top;
	margin: 10px 1.8% 0 0;
	padding: 0;
	font-weight: bold;
	-webkit-transition: all .3s;
	transition: all .3s;
	font-size: 14px;
	font-size: 1.4rem;
}

.archiveInner ul li:nth-child(3n){
	margin-right:0;

}	
.archiveInner ul li:hover{
	background: #ffffff;

}

.archiveInner ul li p{
	

	font-weight: normal;
}
.archiveInner img{
	float: left;
	width: 240px;
	height: auto;
	margin: 0;
}
.list-box{
	box-sizing: border-box;
	margin-left: 250px;
	line-height: 1.4;
}
.list-box-noimg p a,
.list-box p a{
	padding:5px 10px;
	width:75px;
	margin: 0;
	font-size: 13px;
	font-size: 1.3rem;
	text-align:center;
	text-decoration:none;
}

.list-box p a:hover{
	text-decoration:underline;
}

.archiveInner ul li h2{
	margin: 0 0 3px;
	padding: 0;
	text-align: left;
}
.archiveInner ul li h2 a{
	color: #000000;
	font-size: 20px;
	font-size: 2.0rem;
	
	font-weight: normal;
	text-decoration: none;
	line-height: 1.6;
}

.archiveInner ul li h2 a:hover{
	text-decoration: underline;
}

/* 関連トピックス */
.Relation_inner {
    letter-spacing: -.4em;
    text-align:center;
    max-width: 880px;
    margin: 0 auto;
}
#Relation ul li{
	padding: 0;
	width: 48.5%;
	margin-right:3%;
	letter-spacing: normal;
	display:inline-block;
	vertical-align:top;
	box-sizing: border-box;
}
#Relation ul li:last-child{
	margin-right:0;
}
#RelationTitle{
	position: relative;
	padding: 13px 0;
	margin: 17px auto;
	background: #999999; /* Old browsers */
	background: -moz-linear-gradient(left, #999999 0%, #999999 49%, #a3ebff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #999999 0%,#999999 49%,#a3ebff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #999999 0%,#999999 49%,#a3ebff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#a3ebff',GradientType=1 ); /* IE6-9 */
	font-family: 'Alfa Slab One', cursive;
	letter-spacing:9px;
	font-weight:normal;
	font-size: 25px;
	font-size: 2.5rem;
	text-align: center;
	color: #ffffff;
}
.list-contents img{
	display:block;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#Relation ul li img:hover{
	opacity:0.6;
}
.NewsTitle{
	text-align: left;
	margin: 12px 0;
	font-weight: normal;
}
.NewsTitle time{
	display:block;
	margin:8px 0;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: 'Tinos', serif;
	font-weight: normal;
	color: #757575;

}
.NewsTitle a{
	color: #999999;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
	font-size: 1.6rem;
	position:relative;
	line-height: 1.4;
	padding: 0 0 6px;
}


.NewsTitle a:hover{
	color:#000000;
}
#Relation p{
    font-size:14px;
    font-size:1.4rem;
    color: #000000;
	text-align: left;
}
#Relation p a{
	display:block;
	padding:5px 10px;
	color:#999999;
	width: 100px;
	margin: 10px auto 0;
	font-size:13px;
	font-size:1.3rem;
	text-align:center;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	border:1px solid #999999;
	text-decoration:none;
}

#Relation p a:hover{
	color:#ffffff;
	background:#999999;;
}
/* フッター */
.Copyright .inner{
	position:relative;
	max-width: 1000px;
	margin: 0 auto;
}
#page-top {
  position: fixed;
  bottom: 60px;
  right: 10px;
  z-index: 99999;
}
#page-top a {
    background: #999999;
    text-decoration: none;
    color: #ffffff;
    font-size:14px;
    font-size:1.4rem;
    line-height: 1.5;
    padding:13px 20px;
	font-family: 'Tinos', serif;
	border-radius:50%;
    text-align: center;
    font-weight: normal;
    display: block;
 }
#page-top a:hover {
    text-decoration: none;
    color:#ffffff;
}
#footer{
	background: #ffffff;
}
#footer .inner{
	position:relative;
}
#footer_menu {
    float:right;
    text-align: center;
    padding: 0;
}

#footer_menu ul li a{

    font-size: 14px;
    font-size: 1.4rem;
    padding:4px 8px;
    box-sizing:border-box;
    background:#ffffff;
    color: #999999;
    text-decoration: none;
}
#footer_menu ul li a:hover{
    text-decoration:underline;
}
.Copyright{
	clear: both;
	font-size:13px;
	font-size:1.3rem;
	text-align: left;
	color: #999999;
	line-height: 50px;
}
.Copyright a{
	color: #999999;
	font-weight: bold;
	text-decoration: none;

}
.Copyright a:hover{
	text-decoration:underline;
}
/* 記事内画像 */
.left,.right,.center{
	display:block;
	box-sizing:border-box;
	width: 100%;
	height:auto;
	text-align:center;
}
.left{
	float:left;
	max-width: 350px;
	margin: 0 15px 0 0;
}
.right{
	float:right;
	max-width:350px;
	margin:0 0 0 15px;
}
.center{
	max-width: 600px;
	margin: 24px auto;
}

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

.Title img{
	max-width: 320px;
	margin: 0 auto;
}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger{
	display:block;
	position:absolute;
	top: 0;
	right: 8px;
	bottom: 0;
	margin: auto;
	width: 32px;
	height: 50px;
	background: none;
}
.menu-trigger p{
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #0044a9;
    margin: -3px;
    font-family: 'Tinos', serif;
}
.menu-trigger button{
	background:none;
	border:none;
	margin: 0 auto;
	position: relative;
	padding: 0;
	width: 32px;
	height: 32px;
}
.menu-trigger button img{
	display: block;
}
.subtext_1{
	padding:80px 0;
}
/* 全体 */
#wrap{
	margin: 0 auto;
	padding: 0 8px;
	position: static;
}


/* ヘッダー */
.Title{
	margin: 0 auto;
	width: auto;
	padding:0;
		text-align: left;
}
.Title::before{left:0;margin:0;width: 115px;bottom: 0px;}
.Title a{
	line-height: 1.3;
}
#toc .toc_list{
	border-bottom: 1px solid #d7d4cc;
	margin: 0;
}
.image-wrapper p{
	font-size: 18px;
	font-size: 1.8rem;
	font-weight:bold;
	padding:0;
}
.breadcrumbsinner{
	margin: 18px 8px;
}
/* サイトタイトル */
#SiteTitle_inner{
	padding: 0;
	position: relative;
}
#SiteTitle{
	margin: 0px auto;
	padding: 0;
}

/*ボックス全体*/



/* 記事内コンテンツ全体 */
#Content{
	padding: 12px;
	margin: 0px 0px 24px;
	box-sizing:  border-box;
}
.box .text{
	margin: 0;
}
#Bodyrange h1{
	font-size: 24px;
	font-size: 2.4rem;
}
#Bodyrange h2{
	font-size: 21px;
	font-size: 2.1rem;
	margin: 0 -12px 24px;
	text-align: left;
}

#Bodyrange h3{
	padding: 8px 12px;
	margin: 0 -12px 24px;
}


#Bodyrange ul, #Bodyrange ol{
	margin:24px 0;
}
#Bodyrange .text ul li, #Bodyrange .text ol li {
	width: auto;
}

#Bodyrange p, .NotFoundInner p{
	margin-bottom: 24px;
	padding: 0;
}
.archiveInner p{
	padding:0
}
#toc_box{
	width: 100%;
	top: 75px;
	z-index: 9999;
	left: 0;
	position: absolute;
}
#SideContent{
	position: static;
	width: auto;
	padding: 24px 12px;
}
.page-template-sitemap #SideContent {
	width:auto;
	float: none;
	margin: 0;
}
.widget{
	display:block;
	width:auto;
	width: 100%;
	margin: 0 0 24px;
}
.widget_title{
}
.widget_title div{
	padding: 8px 0;
}
.widget ul li{
	padding: 0;
	margin:0;
}
.widget ul li a{
	padding: 17px 0 17px 40px;
	font-size: 16px;
}
.widget:last-child{
	margin-bottom: 0;
}
/* シングルページのコンテンツ */
#MainArea{
	margin:0 0 10px 0;

}

/* アーカイブ・検索ページ */
.archiveInner ul{
	margin:0 !important;
	padding:0 !important;
}
.archiveInner ul li{
	margin: 0 auto;
	width: 100%;
	margin-bottom:16px;
	display:  block;
	padding: 10px;
}
.archiveInner ul li h2{
	margin: 0px 0px 5px 0px !important;
	text-align: left;
	padding: 0px 0px 0px 0px !important;
}
.list-box-noimg p a,
.list-box p a{
	display:inline-block;
	margin-left: 0;
	padding: 0;
}
.archiveInner img{
	float: left;
	width: 65px;
	margin-right: -65px;
}
.list-box {
    box-sizing: border-box;
    margin-left: 75px;
}
/* 関連トピックス*/
.Relation_inner{
	margin-bottom: 40px;
}
#RelationTitle{
	margin: 0 auto 24px;
}
#Relation p a{
	margin:0;
	margin-left: auto;
	margin-top: 14px;
}
#Relation ul li:nth-of-type(1n),
#Relation ul li:nth-of-type(2n){
	float:none;
	width:100%;
	margin-bottom: 24px;
	padding: 0;
}
#Relation ul li:last-child{
	margin: 0px 0px 32px;
}
#Relation p{
	margin:0;
}
#Relation img{
	float: left;
	width: 70px;
	margin-right: -70px;
	height: auto;
	padding: 0;
}
.RelationBox {
  vertical-align: top;
  display: block;
  padding: 0;
  margin-left: 80px;
  line-height: 1.4;
  text-align: left;
}
.NewsTitle{
	text-align:left;
	margin: 0 0 12px;
}
/* フッター */
#footer_menu {
    float:none;
    margin: 8px 0;
}

.Copyright{
	margin: 0px auto;
	padding: 8px;
	font-size:14px;
	font-size:1.4rem;
	line-height: 1.8;
}

/* 記事内画像 */
.left,.right,.center{
	display:block;
	float:none;
	max-width: 400px;
	width: 100%;
	height:auto;
	margin: 24px auto;
	padding:0;
}
}
@media only screen and (max-width: 414px) {

.Title a{
	text-align: left;
}

}