@charset "UTF-8";

div#indexcontent {
	width: 960px;
	margin:20px auto 50px;
	text-align: left;
}


div#content {
	width: 800px;
	margin:20px auto 50px;
	text-align: left;
}

h1 {
	font-size: 2.2em;
	font-weight: 600;
	color: #4E4F97;
	margin-bottom: 40px;
	line-height: 30px;
}

h1.columntop {
	font-size: 3em;
	font-weight: 600;
	color: #FFF;
	line-height: 60px;
	padding-top: 0px;
	padding-bottom: 30px;
	margin-bottom: 30px;
}


h2 {
	font-size: 1.8em;
	font-weight: 400;
	color: #4E4F97;
	text-align: left;
	margin-bottom: 20px;
}

h3 {
	font-size: 1.4em;
	font-weight: 400;
	color: #E98B2A;
	margin-bottom: 15px;
}

p.bc,
p.bc a:link,
p.bc a:visited,
p.bc a:hover {
	color: #FFF;
	font-size: 100%;
}

p {
	line-height: 1.8;
}

.st {
	font-size: 110%;
	font-weight: bold;
	line-height: 1.4;
}

p.s {
	font-size: 90%;
	line-height: 1.6;
}

.clmtit {
	font-size: 95%;
	font-weight: bold;
}
	
	
/* コラムのインデックス用 */

.clmcap {
	color: #4E4F97;
	font-size: 1.1em;
	line-height: 35px;
	padding-top: 25px;
}


.article-container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;	
}

.article-item {
	border: 1px solid #CCC;
	width: 303px;
	margin-bottom: 20px;
}

.article-item.a {
	display: block;
	width: 100%;
}

.article-item:hover {
	background-color: #F7F5D1;
}


p.article-tit {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
	text-decoration: underline;
	padding: 15px 20px 5px 20px;
}

p.article-lead {
	line-height: 1.6;
	color: #333;
	padding: 0px 20px 10px 20px;
}

p.article-date {
	font-size: 12px;
	color: #666;
	padding: 0px 20px 15px 20px;
}

.articlelink {
	text-decoration: none;
}

/* コラム下部のプロフィール用 */

div.clmprf {
	border: 1px solid #CCC;
	overflow: hidden;
}

.clmprfimg {
	float: left;
	margin-right: 15px;
}

.prfmgn {
	padding: 10px;
}


/* コラム下部の最近のコラム用 */

.recentclm {
	font-size: 1.4em;
	font-weight: 500;
	color: #E98B2A;
	margin-top: 30px;
	margin-bottom: 15px;
}

ul {
	list-style-type: square;
	padding-left: 25px;
}

li {
	margin-bottom: 15px;
}


/* コラム下部の問い合わせ用 */

div.clmcontact {
	border: 1px solid #CCC;
	margin-top: 50px;
	text-align: center;
	padding: 25px 20px;
}

a.clmcontactbtn {
	border: 3px solid #FFB11B;
	border-radius: 4px;
	padding: 8px 80px;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #333;
	text-decoration: none;
}

.clmcontactbtn:hover {
	opacity: 0.7;
}

a.toblithespace {
	margin-right: 20px;
}

.txtleft {
	text-align: left;
	line-height: 1.6;
}

/* コラムの20160122用 */

figure.sannarabi {
	float: left;
	width: 200px;
	padding-right: 30px;
	padding-bottom: 25px;
	margin: 0px;
	display: block;
}

figcaption {
	font-size: 0.8em;
}

