@charset "UTF-8";

/*
Theme Name: bosei
*/

/* editor */
p {
	display: block;
	margin: 1em 0;
}

strong { font-weight: bold; }
em { font-style: italic; }
blockquote {
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 40px;
	-webkit-margin-end: 40px;
}
 
/* img */
.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }
 
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}


/* ##################################### *
 * +++  HTML Style                   +++ *
 * ##################################### */

html {
	background-color: #555;
 text-align:justify;
}

body {
	background: #fff;
	color: #333;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, '游ゴシック', 'Yu Gothic', sans-serif;
	/*font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;*/
}

img {
	vertical-align: middle;
}

/* ##################################### *
 * +++  Link Style                   +++ *
 * ##################################### */

/* ##################################### *
 * +++  Layout Style                 +++ *
 * ##################################### */

/* =共通パーツ
---------------------------------------- */

/* コンテンツ表示領域 */
.container {
	margin: 0 auto;
	width: 960px;
}

/* マージン */
.mb10 {
	margin-bottom: 10px !important;
}
.pl10 {padding-left: 10px !important;}
.pr10 {padding-right: 10px !important;}

/* 横幅 */
.w100 {width: 10px !important;}

/* テキスト揃え */
.txtR {
	text-align: right !important;
}

/* フロート */
.flR {
	float: right !important;
}

/* 白フチ＋シャドーフレーム */
.frame {
	background: #fff;
	-webkit-box-shadow:rgba(0, 0, 0, 0.05) 0px 0px 2px 3px;
     -moz-box-shadow:rgba(0, 0, 0, 0.05) 0px 0px 2px 3px;
          box-shadow:rgba(0, 0, 0, 0.05) 0px 0px 2px 3px;
	padding: 5px;
	position: relative;
}

/* clearfix */
.clearfix:before,
.clearfix:after {
	display: table;
	content: " "
}

.clearfix:after {
	clear: both
}

/* =ヘッダー
---------------------------------------- */

#header {
	background-color: #fff;
	height: 90px;
}

#header h1 {
	float: left;
	line-height: 1;
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 20px;
	width: 300px;
}

#header ul {
	list-style: none;
	margin-bottom: 0;
	margin-top: 0;
	padding-left: 0;
}

#header li {
	display: inline-block;
	line-height: 1;
}

#header li a {
	color: #555;
	text-decoration: none;
}

#header li a:hover {
	text-decoration: underline;
}

#header .navAlpha {
	padding-top: 10px;
}

#header .navAlpha li {
	font-size: 11px;
	margin-left: 20px;
	min-height: 12px;
}

#header .navAlpha li:first-child {
	margin-left: 0;
}

#header .navAlpha li div {
	display: inline-block;
}

#header .navAlpha .sitemap {
	background-image: url(images/header/sitemap.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
}

#header .navAlpha .inquiry {
	background-image: url(images/header/inquiry.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 25px;
}

#cse-search-box input[type="text"] {
	border: 1px solid #ddd;
	height: 26px;
	width: 160px;
}

#cse-search-box input[type="submit"] {
	background-color: #000;
	border: 0;
	color: #fff;
	font-size: 13px;
	line-height: 25px;
	width: 50px;
	-webkit-appearance: none;
}

#header .navBeta {
	clear: both;
	margin-bottom: 10px;
	padding-top: 10px;
	text-align: right;
}

#header .navBeta li {
	background-color: #e74c3c;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	font-size: 12px;
	margin-left: 0;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
	width: 100px;
}

#header .navBeta li a {
	color: #fff;
}
 
/* =ヘッダーナビ
---------------------------------------- */
#headerNav {
	background-color: #0549A3;
	clear: both;
	-webkit-box-shadow:rgba(0, 0, 0, 0.08) 0px 6px 3px 0px;
			-moz-box-shadow:rgba(0, 0, 0, 0.08) 0px 6px 3px 0px;
						box-shadow:rgba(0, 0, 0, 0.08) 0px 6px 3px 0px;
	height: 40px;
	padding-top: 10px;
	z-index: 9999;
}

#headerNav ul {
	margin-bottom: 0;
	margin-top: 0;
	padding-left: 0;
}

#headerNav li {
	border-left: 1px solid #386ab7;
	color: #fff;
	display: table-cell;
	font-size: 14px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	width: 137px;
}

#headerNav li:last-child {
	border-right: 1px solid #386ab7;
}


#headerNav li span {
/*	letter-spacing:0.8em;
	margin-left:0.8em;*/
}

#headerNav li a {
	text-decoration: none;
	color: #fff;
}

#headerNav li a:hover {
	text-decoration: underline;
}

/* =コンテンツ
---------------------------------------- */
#contents {
	background-image: url(images/contents/bg.png);
	background-repeat: repeat;
}

/* =ぱんくず
---------------------------------------- */
.topicPath {
	font-size: 11px;
	padding-bottom: 15px;
	padding-top: 25px;
}

.topicPath div {
	display: inline;
}

.topicPath a {
	color: #333;
}

.topicPath a:hover {
	text-decoration: none;
}

/* =カテゴリータイトル画像
---------------------------------------- */
.catImg {
	margin-bottom: 15px;
}

.catImg .frame p {
	background-position: center top;
	background-repeat: no-repeat;
	font-size: 18px;
	margin-bottom: 0;
	padding-left: 30px;
	margin-top: 0;
	height: 94px;
	line-height: 94px;
	width: 920px;
}

.catImg .rinen {
	background-image: url(images/contents/cat-img/rinen.jpg);
}

.catImg .tokushoku {
	background-image: url(images/contents/cat-img/tokushoku.jpg);
}

.catImg .honko {
	background-image: url(images/contents/cat-img/honko.jpg);
}

.catImg .ginou {
	background-image: url(images/contents/cat-img/ginou.jpg);
}

.catImg .gakuen {
	background-image: url(images/contents/cat-img/gakuen.jpg);
}

.catImg .info {
	background-image: url(images/contents/cat-img/info.jpg);
}

.catImg .sonota {
	background-image: url(images/contents/cat-img/sonota.jpg);
}

/* =メイン
---------------------------------------- */

#main {
	float: right;
	margin-bottom: 50px;
	width: 720px;
}

/* =トップページ
---------------------------------------- */

.indexGallery {
	margin-bottom: 20px;
	margin-top: 20px;
}

.indexGalleryMain {
	margin-bottom: 5px;
}

.indexGalleryNav {
	clear: both;
	list-style: none;
	margin-bottom: 10px;
	padding-left: 0;
}

.indexGalleryNav li {
	float: left;
}

.indexGalleryNav .thumb {
	margin-right: 5px;
	width: 180px;
}

.indexGalleryNav .thumb:last-child {
	margin-right: 0;
}

.indexGalleryNav .select {
	border: 3px solid #0b44a5;
	overflow: hidden;
	width: 174px;
}

.indexGalleryNav .select img {
	margin: -3px;
}

.indexGalleryNav .next,
.indexGalleryNav .prev {
	cursor: pointer;
	width: 12.5px;
}
.indexNav {
	margin-bottom: 10px;
}

.indexNav .frame {
	float: left;
	margin-right: 10px;
	width: 223px;
}

.indexNav .frame:last-child {
	margin-right: 0;
}

.ms-thumb-frame {
	display: inline-block;
}

.ms-thumb-frame-selected {
	border: 3px solid #0b44a5;
	overflow: hidden;
	width: 174px !important;
	height: 48px !important;
}

.ms-thumb-frame-selected img {
	margin-left: -3px !important;
	margin-top: -3px !important;
}

.ms-skin-default .ms-nav-prev {
	background-position: 0 !important;
	background-position-x: 0 !important;
	background-position-y: 0 !important;
	background-image: url(images/index/index-gallery-prev.png) !important;
	height: 54px !important;
	left: 0 !important;
	margin-top: 0 !important;
	top: 305px !important;
	width: 12px !important;
}

.ms-skin-default .ms-nav-next {
	background-position: 0 !important;
	background-position-x: 0 !important;
	background-position-y: 0 !important;
	background-image: url(images/index/index-gallery-next.png) !important;
	height: 54px !important;
	margin-top: 0 !important;
	right: 0 !important;
	top: 305px !important;
	width: 12px !important;
}

.ms-bullets {
	display: none;
}

.ms-thumb-list.ms-dir-h {
	padding-left: 14px;
	padding-right: 12px;
	width: 924px !important;
}

.indexNav .frame .categoryName {
	background-color: rgba(00, 00 ,00 ,0.5);
	bottom: 5px;
	position: absolute;
}

.indexNav .frame .categoryName p {
	color: #fff;
	display: table-cell;
	font-size: 16px;
	line-height: 1.2;
	margin-bottom: 0;
	margin-top: 0;
	text-align: center;
	height: 50px;
	vertical-align: middle;
	width: 223px;
}

.indexList {
	clear: both;
	margin-top: 20px;
}
.indexList dd{
	margin-top:10px;
	margin-bottom:10px;
}

.indexListHeader {
	background-color: #f9f9f9;
	padding: 15px 10px;
	vertical-align: middle;
}

.indexListHeader h2 {
	font-size: 16px;
	float: left;
	margin-bottom: 0;
	margin-top: 0;
}

.indexListHeader .en {
	color: #878787;
	font-size: 12px;
	font-weight: normal;
	padding-left: 10px;
}

.indexListHeader .jumpList {
	font-size: 12px;
	float: right;
	padding-top: 2px;
}

.indexListHeader .jumpList img {
	padding-left: 8px;
}

.indexListHeader .jumpList a {
	color: #444;
	text-decoration: none;
}

.indexListHeader .jumpList a:hover {
	text-decoration: underline;
}

.indexList ul {
	background-image: url(images/index/list-border.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	list-style: none;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 0;
}

.indexList li {
	background-color: #f3f3f3;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #f3f3f3;
	border-right: 1px solid #f3f3f3;
	border-top: 1px solid #f3f3f3;
	-webkit-border-top-left-radius: 5px;
	   -moz-border-radius-topleft: 5px;
	        border-top-left-radius: 5px; 
	-webkit-border-top-right-radius: 5px;
	   -moz-border-radius-topright: 5px;
	        border-top-right-radius: 5px;	
	cursor: pointer;
	float: left;
	font-size: 13px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	width: 100px;
	margin-right: 5px;
}

.indexList .select {
	background-color: #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
}

.indexList .hide {
	display: none;
}

.indexList dl {
	margin-left: 5px;
	margin-right: 5px;
}

.indexList .cat {
	background-color: #333333;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	position: absolute;
	text-align: center;
	width: 75px;
}

.indexList .event {
	background-color: #ff9000;
}

.indexList .news {
	background-color: #84af38;
}

.indexList .date {
	color: #666;
	font-size: 12px;
	font-weight: bold;
	padding-left: 90px;
	position: absolute;
}

.indexListSeparate .date {
	padding-left: 0;
}

.indexList .title {
	border-bottom: 1px dotted #666;
	font-size: 12px;
	margin-left: 0;
	padding-bottom: 5px;
	padding-left: 200px;
}

.indexListSeparate .title {
	padding-left: 110px;
}

.indexList .title a {
	color: #333;
	text-decoration: underline;
}

.indexList .title a:hover {
	text-decoration: none;
}

/* =記事一覧ページ
---------------------------------------- */
.articleInfoList h2,
.articleList h2 {
	background-color: #f9f9f9;
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 25px;
	margin-top: 0;
	padding: 15px;
}

.articleInfoList dt,
.articleList dl {
	margin-left: 5px;
	margin-right: 5px;
}

.articleInfoList .cat {
	background-color: #333333;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	position: absolute;
	text-align: center;
	width: 75px;
}

.articleInfoList .event {
	background-color: #ff9000;
}

.articleInfoList .news {
	background-color: #84af38;
}

.articleInfoList .date {
	color: #666;
	font-size: 12px;
	font-weight: bold;
	padding-left: 90px;
	position: absolute;
}

.articleInfoList .title {
	border-bottom: 1px dotted #000;
	font-size: 12px;
	margin-left: 0;
	padding-bottom: 5px;
	padding-left: 200px;
}

.articleList .date {
	color: #666;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
}

.articleList .title {
	border-bottom: 1px dotted #000;
	font-size: 12px;
	margin-left: 0;
	padding-bottom: 5px;
	padding-left: 110px;
}

.articleInfoList .title a,
.articleList .title a {
	color: #333;
	text-decoration: underline;
}

.articleInfoList .title a:hover,
.articleList .title a:hover {
	text-decoration: none;
}

/* =記事
---------------------------------------- */

.article h2 {
	background-color: #f9f9f9;
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 25px;
	margin-top: 0;
	padding: 15px;
}
.article h2 span{
	font-size: 14px;
	font-weight:normal;
	padding-right:10px;
}

.article .entryDate {
	font-size: 11px;
	margin-bottom: 25px;
	margin-right: 20px;
	text-align: right;
}

.article .articleBody {
	font-size: 12px;
	line-height: 1.6;
	margin-left: 20px;
	margin-right: 20px;
}

.article .articleBody p,
/*.article .articleBody ul,*/
.article .articleBody table {
	margin-bottom: 30px;
}

.article .articleBody h3 {
	border-left: 5px solid #0549a3;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 0;
	padding-left: 15px;
}

.article .articleBody p {
	margin-top: 0;
}

.article .articleBody ul {
	padding-left: 1.5em;
}

.article .articleBody td {
	border: 1px solid #ccc;
/*	padding: 10px;*/
}

.article .articleBody th {
	border: 1px solid #ccc;
	font-weight: bold;
}

.article .articleBody table .style01 {
	background-color: #eeeeee;
	display: block;
	padding: 10px;
}

.article .articleBody table .style02 {
	color: #0B44A5;
	background-color: #e6ecf6;
	display: block;
	padding: 10px;
}

.article .articleBody p strong {
	font-weight: bold;
}

.article .articleBody p em {
	color: #d80000;
	font-style: italic;
	font-weight: bold;
}

.article .articleBody a {
	color: #333;
	text-decoration: underline;
}

.article .articleBody a:hover {
	text-decoration: none;
}

.article .articleBody .alignleft {
	float: left;
	padding-right: 15px;
}

.article .articleBody .alignright {
	float: right;
	padding-left: 15px;
}

.article .jumpList {
	clear: both;
	font-size: 12px;
	margin-bottom: 15px;
	margin-right: 15px;
	text-align: right;
}

.article .jumpList img {
	padding-left: 8px;
}


.article .jumpList a {
	color: #444;
	text-decoration: none;
}

.article .jumpList a:hover {
	text-decoration: underline;
}

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

#side {
	float: left;
	margin-bottom: 50px;
	width: 220px;
}
#side .sideBtn {
	position: relative;
	margin: 0 0 15px 0;
}
#side .sideBtn img{
	margin: 0 0 5px 0;
}


#side .frame {
	margin-bottom: 5px;
}

.sideContactRibbon {
	/*left: 10px;
	position: absolute;
	top: 93px;*/
}


.sideArticleTitle {
	background-color: #f9f9f9;
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 15px;
	margin-top: 0;
	padding: 13px;
}

.sideArticleParent {
	font-size: 14px;
	list-style: none;
	margin-bottom: 0;
	margin-top: 0;
	padding-left: 0;
}

.sideArticleParent>li {
	background-image: url(images/side/list.png);
	background-position: 5px 10px;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.sideArticleChild {
	font-size: 12px;
	list-style: none;
	padding-left: 10px;
	padding-top: 5px;
}

.sideArticleChild>li {
	padding-top: 5px;
}

.sideArticleChild>li:first-child {
	padding-top: 0;
}

.sideArticleParent li a {
	color: #555;
	text-decoration: none;
}

.sideArticleParent li a:hover {
	text-decoration: underline;
}

/* =ページのTOPへ戻る
---------------------------------------- */

.backTop {
	clear: both;
	font-size: 12px;
	padding-bottom: 20px;
	text-align: right;
}

.backTop img {
	padding-right: 5px;
}

.backTop a {
	color: #666;
	text-decoration: none;
}

.backTop a:hover {
	text-decoration: underline;
}


/* =フッターナビ
---------------------------------------- */

#footerNav {
	display: table;
	font-size: 12px;
	table-layout: fixed;
	width: 100%;
}

#footerNav .col {
	border-left: 1px solid #eee;
	display: table-cell;
	padding: 25px 15px 15px 15px;
}

#footerNav .col:last-child {
	border-right: 1px solid #eee;
}

#footerNav .col h2 {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 15px 0;
}

#footerNav .col ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

#footerNav .col li {
	line-height: 120%;
	padding-bottom: 10px;
}

#footerNav .col li:last-child {
	padding-bottom: 0;
}

#footerNav .col li a:link {
	color: #666;
	text-decoration: none;
}

#footerNav .col li a:hover {
	text-decoration: underline;
}

#footerNav .col hr {
	border: none;
	height: 30px;
}

/* =フッター
---------------------------------------- */

#footer {
	background-color: #555;
}

#footer small {
	color: #fff;
	display: block;
	font-size: 10px;
	font-weight: bold;
	padding: 25px 0;
	text-align: right;
}



/* =追加スタイル　2015.07.13s
---------------------------------------- */

.article .articleBody ul {
    padding-left: 1.5em;
}
.articleBody li{
	padding:5px 0;
}


/* table  */
.article .articleBody td {
	border: 1px solid #ccc;
	padding: 10px;
}

.article .articleBody th {
	border: 1px solid #ccc;
	font-weight: bold;
	background:#e6ecf6;
}

.article .articleBody table .white{
	background-color: #fff;
	display: block;
	padding: 10px;
}
.article .articleBody table .gray{
	background-color: #eeeeee;
	display: block;
	padding: 10px;
}

.article .articleBody table .blue {
	background-color: #e6ecf6;
	display: block;
	padding: 10px;
}

.article .articleBody table .yellow {
	background-color: #ffffcc;
	display: block;
	padding: 10px;
}

.article .articleBody table{
	width:100%;
}
.article .articleBody table.contact2 th {
	border: 1px solid #ccc;
	padding:10px;
}

.article .articleBody table.contact2 td {
	border: 1px solid #ccc;
	padding:10px;
}

/* =資料請求
---------------------------------------- */

.form table {
}

.form th {
	text-align: left;
	width: 25%;
}

.form td {
	width: 75%;
}

.form label {
	display: block;
}

.form input[type="text"] {
	margin-bottom: 3px;
}

.form .w50 input[type="text"] {
	width: 50px;
}

.form .w150 input[type="text"] {
	width: 150px;
}

.form .w200 input[type="text"],
.form .w200 textarea {
	width: 200px;
}

.form .w450 textarea {
	width: 450px;
}

.form input[type="checkbox"],
.form td input[type="radio"] {
	margin-right: 5px;
}

.mw_wp_form_input .inputHidden {
	display: none;
}

.mw_wp_form_confirm .confirmHidden {
	display: none;
}

/*
.mw_wp_form .error {
    color: #b70000;
    display: inline !important;
    font-size: 93%;
}

.mw_wp_form .kana01 .error{
	width:150px;
    display: block !important;
    clear:both;
}
*/