/*
h2{
	font-size: 22px;
	font-weight: 300;
	border-bottom: 4px solid #58b465;
	margin: 1.5em 0 1em;
	padding: 0.2em 0;
}
h3 {
	margin: 1.5em 0 1em 0;
	padding: 0 0 0.2em 0;
	font-size: 18px;
	font-weight: 300;
	border-bottom: 2px dotted #ccc;
}
*/

section#newsbox, section#pagebox {
	margin: 10px 0 0 0;
	padding: 15px 25px;
	background-color: #fff;
}
section#newsbox h2 {
	margin: 0 0 15px 0;
}
section#newsbox #newsboxlist {
	margin: 0;
}
section#newsbox #newsboxlist li {
	padding: 24px 0;
	border-bottom: solid 1px #eee;
	overflow: hidden;
}
section#newsbox #newsboxlist li .thum {
	width: 250px;
	text-align: center;
	margin: 0;
	float: left;
}
section#newsbox #newsboxlist li .thum img {
	width: 100%;
}
section#newsbox #newsboxlist li .text {
	width: 450px;
	font-size: 12px;
	line-height: 15px;
	padding: 0 0 0 10px;
	float: left;
}
section#newsbox #newsboxlist li .text .title {
    min-height: 25px;
	line-height: 25px;
    font-size: 15px;
    font-weight: bold;
	background-color: #e5e5e5;
	margin: 0 0 5px 0;
	padding: 0 0 0 10px;
}
section#newsbox #newsboxlist li .text .title a {
	color: #000;
	text-decoration: none;
}
section#newsbox #newsboxlist li .text p {
	margin: 0;
}

section#newsbox h2.title {
}
section#newsbox #thumbnail {
}
section#newsbox #article_day {
	font-size: 18px;
	margin: 10px 0 0 0;
}
section#newsbox .sns_share_list {
	margin: 15px 0;
	overflow: hidden;
}
section#newsbox .sns_share_list li {
	width: 140px;
	float: left;
}
section#newsbox .sns_share_list li a {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	text-decoration: none;
	color: #fff;
	display: block;
}
section#newsbox .sns_share_list li a img { width: 40px; height: 40px; margin: 0 15px; display: inline; }
section#newsbox .sns_share_list li:nth-child(3) a img, section#newsbox .sns_share_list li:nth-child(4) a img {
	width: 35px;
	height: 35px;
}
section#newsbox .sns_share_list li:nth-child(1) a { background-color: #3b5997; }
section#newsbox .sns_share_list li:nth-child(2) a { background-color: #1da1f3; }
section#newsbox .sns_share_list li:nth-child(3) a { background-color: #d72d20; }
section#newsbox .sns_share_list li:nth-child(4) a { background-color: #00a5df; }
section#newsbox .sns_share_list li:nth-child(5) a { background-color: #00ba01; }

strong, b {
    font-weight: bold;
}
p {
	margin: 0 0 1em;
	padding: 0;
}

table {
	font-size: 14px;
	margin: 0 0 1em;
	table-layout: fixed;
	width: 100%;
    border-collapse: separate;
    border-spacing: 2px;
}
table span {
	font-size: 11px;
	font-weight: 700;
}
th {
	background: #ebebeb;
	padding: 0.5em;
	font-weight: bold;
	min-width: 6em;
	text-align: center;
	vertical-align: middle;
}
td {
	border: 3px solid #ebebeb;
	padding: 0.5em;
}

blockquote {
	line-height: 1.5em;
	background: #f7f7f7;
	margin: 1em 0;
	padding: 1.5em 1.5em 0.5em;
	border-radius: 4px;
	position: relative;
}
blockquote:before {
	content: "\f10d";
	font-family: FontAwesome;
	font-size: 30px;
	color: #999;
	position: absolute;
	top: -0.2em;
}

.txt-cen {
	text-align: center;
	margin: 25px 0 25px 0;
}
a.bt-orange {
	margin: 0 auto;
	padding: 10px 25px 8px 25px;
	position: relative;
	background-color: #ff9e4d;
	border-radius: 6px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #f58d3b;
	text-align: center;
	font-size: 14px;
	font-weight: 300;
	color: #fff;
	text-decoration: none;
}
a.bt-form {
    margin: 0 auto;
    padding: 12px 25px;
    position: relative;
    background-color: #000;
    border-radius: 6px;
    -webkit-transition: none;
    transition: none;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
}
a.bt-orange:hover, a.bt-form:hover {
	background-color: #fff;
	color: #000;
}

.note {
	font-size: 11px;
	line-height: 1.6em;
	background: #f7f7f7;
	color: #777;
	margin: 0 0 2em;
	padding: 1em;
	overflow: hidden;
	word-break: break-all;
}
.note a {
	color: #777;
}

#toc_container {
	width: 100% !important;
}

#pagelink {
	margin: 20px auto 50px auto;
	border-collapse: separate;
	border-spacing: 10px 0;
	display: table;
}
#pagelink .page-numbers {
	color: #000;
	text-decoration: none;
	border: 1px solid #e5e5e5;
	padding: 10px;
	display: table-cell;
}
#pagelink .page-numbers.current {
	color: #fff;
	background-color: #000;
}

blockquote {
    line-height: 1.5em;
    background: #f7f7f7;
    margin: 1em 0;
    padding: 1.5em 1.5em 0.5em;
    border-radius: 4px;
    position: relative;
}
blockquote, q {
    quotes: none;
    word-wrap: break-word;
    word-break: break-all;
}
.talk blockquote:before {
    position: absolute;
    top: -12px;
    z-index: 1;
    height: 0;
    width: 0;
    border-style: none none solid solid;
    border-width: 12px;
    border-color: #f7f7f7 transparent;
    content: "";
}
.talk img {
    
}
section#newsbox img {
    margin: 0 auto;
    display: block;
}

section#newsbox .box {
    border: 1px solid #ccc;
    border-radius: 7px;
    margin: 0 0 1em;
    padding: 1em;
    font-size: 14px;
}

section#newsbox dl.faq {
    font-size: 14px;
    margin: 0 0 1em;
    padding: 1em;
    border: 3px double #ddd;
    border-radius: 7px;
}
section#newsbox dl.faq dt {
    margin: 0 0 1em;
    padding: 0 0 0 2.5em;
    position: relative;
}
section#newsbox dl.faq dt:before {
    content: "Q";
    background: #e5000d;
    color: #fff;
    margin: 0 0.28em 0 0;
    padding: 0.2em 0.7em;
    border-radius: 50%;
    position: absolute;
    left: 0;
}
section#newsbox dl.faq dd {
    padding: 0 0 0 2.5em;
    position: relative;
}
section#newsbox dl.faq dd:before {
    content: "A";
    background: #00a0ea;
    color: #fff;
    margin: 0 0.28em 0 0;
    padding: 0.2em 0.7em;
    border-radius: 50%;
    position: absolute;
    left: 0;
}

section#newsbox ul.step {
    font-size: 14px;
    text-align: center;
}
section#newsbox ul.step li:after {
    content: "\f063";
    font-family: Fontawesome;
    font-size: 18px;
    display: block;
}

section#newsbox ul.checklist {
    border: 1px solid #ccc;
    border-radius: 7px;
    margin: 0 0 1em;
    padding: 1em;
    font-size: 14px;
}
section#newsbox ul.checklist li {
    font-size: 14px;
    margin: 0 1em 0.5em;
    border-bottom: 1px dotted #ccc;
}
section#newsbox ul.checklist li:before {
    content: "□";
    margin: 0 0.5em 0 0;
}
