@charset "utf-8";
/* CSS Document */

/*-----［ サブページ共通］-----*/
h1{
	color:#FFF;
}
h2{
	color:#FFF;}

/* パンくずリスト */
.m-list-topicpath ul li{
  display:inline;/*横に並ぶように*/
  list-style: none;
  color:#999;
}
.m-list-topicpath {
  padding-left:0;
  margin-left:0;
}
.m-list-topicpath ul li:after {/* >を表示*/
  content: '>';
  padding: 0 3px;
  color:#999;
}
.m-list-topicpath ul li:last-child:after {
  content: '';
}
.m-list-topicpath li a {
  text-decoration: none;
	color:#999;
}
.m-list-topicpath li a:hover {
  text-decoration: underline;
}
/*--［/ パンくずリスト］--*/	
.m-box-fixed{
		margin:0 auto;
}	
.m-txt-title{
	background: linear-gradient(-135deg, #0065cb, #212b9e);
	padding:10px;
	margin:2px 0;
	}	
.m-txt-subtitle{
	color:#FFF;
}			
article{
	max-width:960px;	
	margin:0 auto;
}
.contents_title{
	color:#333;
	font-size:1.8em;
    border-left: 8px solid #133890;
    margin: 20px 0;
	padding:10px;
}	
.contents_caption{
	color:#39F;
	font-size:1.6em;
}
.contents_caption_02{
	padding-left:10px;
	color:#0b308e;
	font-size:1.2em;
	border-top:#06C 2px solid;
}		
.contents_txt{
	margin:10px 0 20px 0;
	line-height:2.5em;
}		
/*-----［/ サブページ共通］-----*/


/*  Bossphoto
--------------------*/
#bossphoto{
	width:100%;
	height:auto;
	text-align: center;
}

/*横幅768px以上の場合発令！＝PCの祭に適用*/
@media screen and (min-width: 768px){
	#bossphoto{
		float:left;
		width: 48.9361%;
		padding: 45px 0;
		box-sizing: border-box;
	}

}

/*info
--------------------*/
#message{
	margin-bottom: 20px;
}
.message-box{}
.message-name{
	text-align:right;}
/*横幅768px以上の場合発令！＝PCの祭に適用*/
@media screen and (min-width: 768px){
	#message{
		float: right;
		width: 48.9361%;
	}
}