﻿/*----------基本系の表示形式----------*/
*{
	color: #000000;
	font-family: "メイリオ", Meiryo, sans-serif;
}

html,body{
	font-size: 16px;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background-color: #ff8c00;
}

html{
	/*スクロールバー表示*/
	overflow-y: scroll;
	
	/*フッター下用*/
	position: relative;/*フッターの位置設定*/
	min-height: 100%;/*最低値を100％で伸びる*/
	height: auto !important;/*ie6用*/
	height: 100%;
}

body{

}

a:link { color: #6699ff; }
a:visited { color: #660066; }
a:hover { color: #66ccff; }
a:active { color: #ff8000; }

/*----------クリアフィックス----------*/
.clearfix::after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/*************************/
/***********タイトル**********/
/*************************/
.title {
	padding: 5px 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 100%;
}

/*----------ヘッダーメッセージ---------*/
#header .sub-message{
	display: none;
}

/* パソコン用 */
/*975px*/
@media only screen and (min-width: 975px){
	#header .sub-message{
		color: #000000;
		display: block;
		margin: 5px 5px;
		font-size: 14px;
	}
}

/*IE8以下*/
.ie8 #header .sub-message{
		color: #000000;
		display: block;
		margin: 5px 5px;
		font-size: 14px;
	}


/*************************/
/***********画像**********/
/*************************/
/*----------全体画像----------*/
.img{
	width: 320px;
	height: 173px;
}
/*----------Wordpressのサイズ指定なしの画像----------*/
.alignnone{
	margin: 0 0 5px 5px;
	background-color: gray;
	width: 320px;
	height: 320px;
	object-fit: contain;
}
/*----------タイトル画像----------*/
.logo {
	padding: 5px 0;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	height: auto;
	/*width: 320px;
	height: 180px;*/
	border-style:none;
}
/*サイドバー画像*/
.image-side-logo{
	display: none;
	margin: 5px 5px 10px;
}
.image-side-logo-line {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	border-top: 3px dotted #777;
}

/* パソコン用 */
/*975px*/
@media only screen and (min-width: 975px){
/*----------全体画像----------*/
	.img{
		width: 685px;
		height: 370px;
	}
/*----------Wordpressのサイズ指定なしの画像----------*/
.alignnone{
	width:auto;
	height:auto;
}
/*----------タイトル画像----------*/
	.logo {
		width: auto;
		height: auto;
	}
	/*サイドバー画像*/
	.image-side-logo{
		display: block;
	}
	.image-side-logo-line{
		display: none;
	}

}


/*IE8以下*/
/*----------全体画像----------*/
.ie8 .img{
	width: 685px;
	height: 370px;
}
/*----------Wordpressのサイズ指定なしの画像----------*/
.ie8 .alignnone{
		width:auto;
		height:auto;
}
/*----------タイトル画像----------*/
.ie8 .logo {
	width: auto;
	height: auto;
}
/*サイドバー画像*/
.ie8 .image-side-logo{
	display: block;
	border: none;
}
.ie8 .image-side-logo-line{
	display: none;
}

/*************************/
/***********パンくずリスト、メニュー**********/
/*************************/

/* パンくずリスト */
.bread_crumbs ul{
	margin-left: -35px;
}
.bread_crumbs ul li{
	font-size: 14px;
	list-style:none;
	font-weight: 500; 
}

.bread_crumbs ul li span{
	color: #777;
	font-weight: bold;
}
.bread_crumbs ul li:before {
	content: ">";
	margin-right: 5px;
	margin-left: 5px;
}
.bread_crumbs ul li:nth-child(1)::before {
    content: none;
}

/* リンク文字 */
.bread_crumbs ul li a { color: #708090; }
.bread_crumbs ul li a:hover { color: #66ccff;}


/* パソコン用 */
/*975px*/
@media only screen and (min-width: 975px){

	/* パンくずリスト */
	.bread_crumbs ul li {
		display: inline;
		font-size: 14px;
		color: #888888;
	}
}


/*IE8以下*/

/* パンくずリスト */
.ie8 .bread_crumbs ul li{
	display: inline;
	font-size: 14px;
	color: #888888;
}

/*************************/
/***********トップメニュー**********/
/*************************/
ul#main-nav {
	clear: both;
	margin: 0 auto;
	padding: 0;
	background-color: #777;
}
ul#main-nav li {
	list-style-type: none;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
}

ul#main-nav li+ li{

}

ul#main-nav li a {
	margin: 0;
	padding: 0 10px;
	display: block;
	line-height: 35px;
	color: #fff;
	text-decoration: none;
}
ul#main-nav li a:hover {
	background-color: #555;
	color: #fff;
}

/***** パソコン用 *****/
/*975px*/
@media only screen and (min-width: 975px){

	ul#main-nav {
		height: 35px;
		overflow: hidden;
	}
	ul#main-nav li {
		float: left;
	}

	ul#main-nav li+ li{
		border-left: 0;
		border-right: 1px solid #aaa;
	}

	ul#main-nav li a {
		width: 120px;
		font-size: 13px;
		text-align: center;
	}

}

/*IE8以下*/
	.ie8 ul#main-nav {
		height: 35px;
		overflow: hidden;
	}
	.ie8 ul#main-nav li {
		float: left;
	}

	.ie8 ul#main-nav li+ li{
		border-left: 0;
		border-right: 1px solid #aaa;
	}

	.ie8 ul#main-nav li a {
		width: 120px;
		font-size: 13px;
		text-align: center;
	}


/*************************/
/***********次ページ********/
/*************************/
.navi_link{
	margin: 15px 0;
}

/*************************/
/***********メイン内枠********/
/*************************/
/*----------ヘッダーー----------*/
/*-----外枠-----*/
#header,#top-menu{
	width: 100%;
}

#top-menu{
	margin: 0 auto;
	background-color: #777;
}

/*-----内枠-----*/
#header .inner{
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
	/*padding-bottom: 20px;*/
	background-color: #ffffff;
}

#header .inner .left{
	float: left;
}
#header .inner .right{
	float: right;
}

#header .inner img{
	border: none;
}

#top-menu .inner{
	margin: 0 auto;

}
/***** パソコン用 *****/
/*975px*/
@media only screen and (min-width: 975px){

	#header .inner{
		width: 970px;
	}

	/*#top-menu .inner{
		width: 970px;
	}*/
	#top-menu{
		width: 970px;
	}
}


/*IE8以下*/
/*----------ヘッダーー----------*/
	.ie8 #header .inner{
		width: 970px;
	}

	.ie8 #top-menu .inner{
		width: 970px;
	}

/*----------メインコンテンツ----------*/
/*-----外枠-----*/
#main{
	margin: 0 auto;
	height: 100%;
	background-color: #ffffff;	
	/*モバイルのフッターとの隙間*/
	margin-bottom: 54px;
}
/*-----本文-----*/
#main .article{
}
#main .article .topic-content{
	padding: 5px 5px;
}
/*ナビ用、広告ユニット*/
#main .unit{
	text-align: center;
	margin: 15px 10px 10px 0;
}
#main .nav .unit{
	text-align: center;
	margin: 5px 5px 10px 0;
}

/*メイン枠の画像*/
#main .img{
	width: 320px;
	height: 180px;
	text-align:center;
	border-style: none;
}
/*650pxより大きい場合のサイズ*/
#main .img_auto{
	width: 320px;
	height: 180px;
	text-align:center;
	border-style: none;
}

/***** パソコン用 *****/
/*975px*/
@media only screen and (min-width: 975px){
/*サイズ*/

/*-----本文-----*/
	#main{
		width: 970px;
		
		/*フッターとの隙間*/
		margin-bottom: 100px;
	}
	
	#main .article{
		margin: 0;
		padding: 0;
		width: 654px;
		float: left;

	}
	#main .nav{
		margin: 0;
		width: 302px;
		float: right;
	}

	/*メイン枠の画像*/
	#main .img{
		width: auto;
		height: auto;
	}
	/*650pxより大きい場合のサイズ*/
	#main .img_auto{
		width: 650px;
		height: 370px;
	}
	/*ナビ用、広告ユニット*/
	#main .unit-multiple{
		float:left;
	}
}

/*IE8以下*/
/*-----本文-----*/
	.ie8 #main{
		width: 970px;
		/*フッターとの隙間*/
		margin-bottom: 105px;
	}

	.ie8 #main .article{
		margin: 0;
		width: 654px;
		float: left;
	}
	.ie8 #main .nav{
		margin: 0;
		width: 302px;
		float: right;
	}

	/*メイン枠の画像*/
	.ie8, #main .img{
		width: auto;
		height: auto;
	}
	/*650pxより大きい場合のサイズ*/
	.ie8 #main .img_auto{
		width: 650px;
		height: 370px;
	}
	/*ナビ用、広告ユニット*/
	.ie8 #main .unit-multiple{
		float:left;
	}

/*----------フッター----------*/
/*-----外枠-----*/
#footer{
    width: 100%;
	/*フッター下用*/
	position: absolute;/*絶対配置*/
	bottom: 0; /*下配置*/

}
/*-----内枠-----*/
#footer .inner{
	width: 100%;
	margin: 0 auto;
}

/*フッターナビ*/
#footer .inner .nav{
	display: none;
	text-align:center;
	list-style: none;
}
	
#footer .inner .nav ul li {
	padding-left: 5px;
    	display: inline;
}

#footer .inner .nav li+ li{
	border-right: 0;
	border-left: 1px solid #999;
}

#footer .inner .nav ul li a{
	padding: 5px;
	/* フォント */
	font-size: 14px;
	color: #99ccff;
	text-decoration: none;
	font-weight:bold;
}

#footer .inner .nav ul li a:hover{
	color: #66ccff;
	text-decoration: underline;
	font-weight:bold;
}

/*-----著作権表示-----*/
#footer .inner .copyright{
	margin: 10px auto 20px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	font-weight:bold;
}


/***** パソコン用 *****/
/*975px*/
@media only screen and (min-width: 975px){
/*サイズ*/

/*----------フッター----------*/
	#footer .inner{
		width: 970px;
	}

	#footer .inner .nav{
		display: block;

	}
}

/*IE8以下*/
/*----------フッター----------*/
/*IE8以下*/
	.ie8 #footer{
		display: none;
	}

/*************************/
/***********ウィジット**********/
/*************************/
/*----------全体枠----------*/
div.widget{
	margin: 0 auto;
	padding: 5px 5px 20px;
	font-size: 14px;
	text-align: left;
}
/*----------タイトル----------*/
div.widget .widgettitle{
	padding: 5px;
	background-color: #fff;
	/*box-shadow: 5px 5px #cccccc;*/
	/*border-left: 2px dotted #777;*/
	/*border-left: 10px solid #777;*/
	border-bottom: 2px dotted #777;

	/* フォント */
	font-size: 16px;
	/*text-shadow: 1px 1px 1px #ffffff;*/
	font-weight: bold;
	text-align: left;

	/* グラデーション */
	/* webkit系 */
	/*background: -webkit-gradient(linear,left bottom,left top from(#99ccff), to(#ffffff));*/
	/* Mozilla系 */ 
	//background: -moz-linear-gradient(bottom,#99ccff,#ffffff);*/
	/* IE5.5-7 */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#99ccff', GradientType=0);ここは元々コメントアウト*/
	/* IE8-9 */  
	/*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#99ccff', GradientType=0)";*/
	/* IE10 */  
	/*background: -ms-linear-gradient(bottom,#99ccff,#ffffff);*/
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	/*background: linear-gradient(to bottom, #99ccff, #fff);*/
}
/*----------リスト----------*/
div.widget ul{
	padding: 0;
	margin: 0;
	text-align: center;
}

/*最近のお知らせ、アーカイブ*/
div.widget_recent_entries li,div.widget_archive li{
	padding: 7px 5px 3px;
	list-style-type: none;
	text-align: left;
	font-size: 14px;
	border-bottom:1px dotted #777;
}

/*カテゴリ*/
div.widget_categories li{
	padding: 7px 5px 3px;
	list-style-type: none;
	text-align: left;
	font-size: 14px;
}
div.widget_categories a{
	border-bottom:1px dotted #777;
}

/*リンク*/
div.widget li a{
	padding: 5px 0;
	color: #708090;
	text-decoration: none;
	font-weight: 500; 
}
div.widget li a:hover{
	color: #66ccff;
	text-decoration: underline;
}


/*カレンダー*/
div.widget_calendar table{
	margin: 0 auto;
	width: 80%;
	background-color: #ffffff;
}
div.widget_calendar table caption{
	margin: 0 auto;
	font-weight:bold;
	color: #708090;
}

/*ウィジェットナビゲーションメニュー*/
div.widget_nav_menu ul{
	padding: 0;
	margin: 0;
	text-align: center;

	border: dotted 2px #666666;
	border-bottom: none;
	list-style-type: none;
	background-color: #eee;
	box-shadow: 5px 5px #cccccc;
}

div.widget_nav_menu ul li{
	padding: 0;
	list-style-type: none;
	text-align: center;
	font-size: 16px;
	border-bottom: dotted 2px #666666;
}
div.widget_nav_menu ul li a{
	display: block;
	font-weight: bold;
	padding: 10px 5px;
	color: #708090;
	text-decoration: none;
}
div.widget_nav_menu ul li a:hover{
	text-decoration: none;
	background-color: #ddd;
}


/*下線を消すウィジェット*/
div.widget_meta li, div.widget_nav_menu li{
	border-bottom: none;
}

/* パソコン用 */
/*975px*/
@media only screen and (min-width: 975px){
}



/*************************/
/***********修飾**********/
/*************************/

/*----------色----------*/
/*基本の色*/
.color-basic-symbol{
	background-color: #708090;
}

.color-basic-main{
	background-color: #eeeeee;
}

.title-line{
	border-bottom: 1px solid #708090;
}


.gradient-basic-top{
	background-color: #99ccff;

	/* グラデーション */
	/* webkit系 */
	/*background: -webkit-gradient(linear,left bottom,left top from(#99ccff), to(#ffffff));*/
	/* Mozilla系 */ 
	/*background: -moz-linear-gradient(bottom,#99ccff,#ffffff);*/
	/* IE5.5-7 */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#99ccff', GradientType=0);ここは元々*/
	/* IE8-9 */  
	/*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#99ccff', GradientType=0)";*/
	/* IE10 */  
	/*background: -ms-linear-gradient(bottom,#99ccff,#ffffff);*/
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	/*background: linear-gradient(to bottom, #99ccff, #fff);*/
}

.gradient-basic-bottom{
	background-color: #99ccff;

	/* グラデーション */
	/* webkit系 */
	/*background: -webkit-gradient(linear,left bottom,left top from(#99ccff), to(#ffffff));*/
	/* Mozilla系 */ 
	/*background: -moz-linear-gradient(bottom,#99ccff,#ffffff);*/
	/* IE5.5-7 */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#99ccff', GradientType=0);ここは元々*/
	/* IE8-9 */  
	/*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#99ccff', GradientType=0)";*/
	/* IE10 */  
	/*background: -ms-linear-gradient(bottom,#99ccff,#ffffff);*/
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	/*background: linear-gradient(to bottom, #99ccff, #fff);*/
}

/*************************/
/***********見出し**********/
/*************************/
.heading {
	/* 体裁 */
	display: block;
	margin: 20px 0 10px 0;
	padding: 5px 5px;
	font-size: 20px;
	color: #ffffff;
	/*border: outset 1px #99ccff;*/
	box-shadow: 5px 5px #cccccc;
	/*影の次の行への影響リセット*/
	position: relative ;
 	z-index: 0;
}

.heading-medium {
	margin: 10px 0;
	padding: 5px;
	background-color: #fff;

	/* フォント */
	font-size: 18px;
	/*text-shadow: 1px 1px 1px #ffffff;*/
	font-weight: bold;
	text-align: left;

	/* 体裁 */
	/*border-left: 2px dotted #777;*/
	border-left: 10px solid #777;
	border-bottom: 2px dotted #777;
}

/*************************/
/***********お知らせ**********/
/*************************/
div.hading-info .top{
	/* 体裁 */
	display: block;
	margin: 20px 0 0 0;
	padding: 5px 5px;
	font-size: 14px;
	color: #ffffff;
	background-color: #777;
	/*box-shadow: 5px 5px #cccccc;*/
	/*影の次の行への影響リセット*/
	position: relative ;

}

div.hading-info .info-bar{
	margin: 0 0 10px 0;
	padding: 5px 5px;
	font-size: 14px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	/*box-shadow: 5px 5px #cccccc;*/

}

div.hading-info ul{
	margin: 5px 0;
	padding: 0;
	list-style-type: none;
}

/*お知らせ固定ページ*/
/*リスト*/
ul.info-list {
	list-style-type: none;
	margin: 10px 0;
	padding: 0;
}
ul.info-list li{
	margin: 10px 0;
	font-size: 14px;
	border-bottom: 1px dotted  #666;
}
ul.info-list li span{
 	padding: 0 5px;
}

/*リンク*/
ul.info-list li a{
	text-decoration: none;
}
ul.info-list li a:hover {
	text-decoration: underline;
}

ul.info-archives {
	list-style-type: none;
	margin: 10px 0;
	padding: 0;
}
ul.info-archives li{
	padding: 5px 10px;
	font-size: 14px;
}

/*お知らせページ*/
div.info-page {
	width: 100%;
}
div.info-page .title{
	margin: 30px 0 5px;
	font-size: 24px;
	font-weight: bold;
	/*border-left: 10px solid  #708090;*/
	border-bottom: 1px solid  #708090;
}

div.info-page .date{
	margin: 0 15px;
	text-align: right;
	font-weight: bold;
}

