/**************************
基本設定
**************************/
body {
	font-size: 18px;
}
body,h1,h2,h3,h4,h5,h6 {
	font-family: メイリオ, "Source Sans Pro", Calibri, Candara, Arial, sans-serif;
}
h1 {
	font-size: 24px;
	margin-top: 0;
	font-weight: normal;
	background-image: url(images/title_ten3.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 14px;
	margin-top: 28px;
}
.article-header {
	border-bottom-width: 0;
	margin-bottom: 0;
}
.fa-ellipsis-v {
	margin-right: 10px;
}
h2,
.single-news h1 {
	background-image: none;
	font-size: 24px;
	margin-top: 0;
	border-left-width: 5px;
	border-left-color: #373582;
	font-weight: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cbcaca;
	border-right-color: #cbcaca;
	border-bottom-color: #cbcaca;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	margin-left: -10px;
}
.single-news h1 {
	margin-top: 28px;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	color: #373582;
	width: 100%;
	margin-top: 22px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #A5A2A5;
	display: inline-block;
	clear: both;
	margin-left: -10px;
}
h3.widget-home1-title  {
	text-align: center;
	margin-left: 0;
}
#news_list h3 {
	margin-left: 0;
}
h4 {
	font-weight: bold;
	margin-left: -10px;
}
h5 {
	font-weight: bold;
	margin-left: -10px;
}
h6 {
	font-weight: bold;
	margin-left: -10px;
}
.vertical-nav .widget ul li a,
.vertical-nav .widget ul li a {
	font-size: 18px;
}
.vertical-nav .widget ul li a:hover,
.vertical-nav .widget ul li a:focus {
	text-decoration: underline;
	color: #165ba8;
}
.post_content p {
	line-height: 28px;
}

div.breadcrumbs {
	margin-top: 0;
	margin-bottom: 5px;
	margin-left: 0;
	font-size: 16px;
}

footer p {
	font-size: 14px;
}

footer .vertical-nav .widget ul li a,
footer .vertical-nav .widget ul li a {
	font-size: 16px;
}

.body_copy {
	font-size: 22px;
	line-height: 24px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 28px;
}

.Text-Center {
	text-align: center;
}

.Text-Right {
	text-align: right;
}

.Text-Left {
	text-align: left;
}

#main li {
	margin-bottom: 12px;
}


/*本文中の写真の黒背景の削除*/
#page-content #main > article section img {
	background-color: #fff;
}


/*項目と本文の2列の表*/
#main .row.gaiyo {
	margin-top: 30px;
}
#main .col-md-3.gaiyo {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #373582;
	text-align: left;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	clear: both;
}

#main .col-md-9.gaiyo {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E1E1E1;
	float: left;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

/*企業情報TOP用ボックス*/
#boxArea {
	height: auto;
	width: 100%;
}
#boxArea .box {
	float: left;
	width: 25%;
	height: auto;
	text-align: center;
	margin-top: 14px;
	font-size: 14px;
	line-height: 22px;
}

/*リードのpタグ後のh2*/
#main p + h2 {
	margin-top: 50px;
}

/*ulタグ後のh2*/
#main ul + h2 {
	margin-top: 50px;
}

/*サイトマップページの本文のテキストサイズ*/
.post-83 .text15px {
	font-size: 15px;
	line-height: 26px;
}