@charset "UTF-8";/**/

/*CSSリセット*/
/*一般・共通設定*/
body {
	background:whitesmoke;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	text-decoration: none; 
}


.inner {
	background:gainsboro;
	position:relative;
	width:980px;
	margin:0 auto;
}

#contents {
	background:lightgrey;
	overflow:hidden;
	width:90%;
	margin:0px auto;
	/*;*/
}

header {
	box-sizing:border-box;
	position:relative;
	width:100%;
	background:;
}


/*合計で96% 98でもいい？*/
#main {
	background:white;
	box-sizing:border-box;
	overflow:hidden;
	float:left;
	width:69%;
	margin-top:20px;
}

#sub {
	background:darkgray;
	box-sizing:border-box;
	overflow:hidden;
	float:right;
	width:29%;
	margin-top:20px;
}


#group
{
	box-sizing:border-box;
	overflow:hidden;
	float:right;
	margin:0px auto;
	margin-bottom:30px;
}


strong {
	font-weight:bold;

}

#logo {
	width : 90% ;
	max-width: 400px; /* 最大幅 */
	min-width: 220px; /* 最小幅 */
	display: block;
	margin: 0 auto;  /*画像をセンター合わせ*/
	margin-top:10px;
	margin-bottom:40px;
	background: ;
}


/*jct*/
.jct_sample {
	height: 80px;
	line-height: 80px;
	border-top: #ff0000 solid 1px;
	border-bottom: #ff0000 solid 1px;
	margin-bottom: 40px;
	text-align: center;
}
.jct_sample span {
	font-size: 150%;
	color: navy;
}

.topic-path{
	width:90%;
	padding:0 20px;
	}
	
/*メインコンテンツ*/
.mainmenu{padding:10px;
	background:silver;
	column-count: 3;}

.mainmenu li {
	margin:;
	padding:;
	list-style:none;
}
.mainmenu li a:before {
	content:"\0025a0";
	color:#000;
}
.mainmenu li a {
	display:inline-block;/*要検証：blockとの違い*/
	padding:10px 20px 2px 2px;
	color:#000;
	border-bottom:1px dotted #ddd;
	text-decoration:none;
	font-size:0.85em;
}
.mainmenu li a:hover {
	background:#eee;
}


/*サブコンテンツ*/
.submenu{
column-count: 1;}

.submenu li {
	margin:0;
	padding:0;
	list-style:none;
}
.submenu li a:before {
	content:"\0025a0";
	color:#000;
}
.submenu li a {
	display:block;
	padding:10px 2px;
	color:#000;
	border-bottom:1px dotted #ddd;
	text-decoration:none;	font-size:0.85em;
}
.submenu li a:hover {
	background:#eee;
}

/*トピックパス（パンくずリスト）*/
#topicpath {
	font-size:12px;
	margin-bottom:20px;
	padding:2px;
	background:#f1f1f1;
}

/* トップナビ 2
* html .topNavi2 {
    height:1em;
    overflow:visible;
}*/

.topNavi2 {
    overflow:hidden;
    position:relative;
    margin-right:-2%;
    margin-top:10px;
    margin-bottom:10px;
}

.topNaviColumn2 {
    display:inline;
    width:23%;
    float:left;
    margin-right:2%;
}

.topNaviCon2 {
    position:relative;
    display:block;
    box-sizing:border-box;
    overflow:hidden;
    padding:3px;
    text-decoration:none;
    color:#000;
    transition:background 0s ease 0s, border 0.5s ease-out 0s;
    background:#fff;
    border:1px solid #f1f1f1;
    border-radius:4px;
}

.topNaviCon2:hover {
    color:#000;
    background:linen none repeat scroll 0 0;
    border:1px solid red;
    transition:background 0s ease 0s, border 0.5s ease-out 0s;
}

.topNaviCon2 h2 {
    margin:1px;
    padding:0;
    font-size:0.65em;
    font-weight:bold;
    color:#000;
    border:none;
}

.topNaviCon2:hover h2 {
    color:#f19500;
}

.topNaviCon2 p {
    margin:10px;
}

.topNaviPhoto2 img {
    width:100%;
}

@media screen and (max-width:767px) {
/* トップナビ 2*/
.topNavi2 {
	margin-right:0;
}

.topNaviColumn2 {
	display:block;
	box-sizing:border-box;
	width:23%;
	float:left;
	margin-right:1%;
	margin-left:1%;
	margin-bottom:10px;
}
}


/* トップナビ 6
* html .topNavi6 {
    height:1em;
    overflow:visible;
}
*/
.topNavi6 {
    overflow:hidden;
    position:relative;
    margin-right:-2%;
    margin-top:20px;
    margin-bottom:20px;
}

.topNaviColumn6 {
    display:inline;
    width:98%;
    float:left;
    margin-right:2%;
    margin-bottom:20px;
}

.topNaviCon6 {
    position:relative;
    display:block;
    box-sizing:border-box;
    overflow:hidden;
    padding:10px;
    text-decoration:none;
    color:#000;
    transition:background 0s ease 0s, border 0.5s ease-out 0s;
    background:#f1f1f1;
    border:1px solid #f1f1f1;
    border-radius:4px;
}

.topNaviCon6:hover {
    color:#000;
    background:#fff9f5 none repeat scroll 0 0;
    border:1px solid #f19500;
    transition:background 0s ease 0s, border 0.5s ease-out 0s;
}

.topNaviCon6 h2 {
    margin:10px;
    padding:0;
    font-size:14px;
    font-weight:bold;
    color:#f19500;
    border:none;
}

.topNaviCon6:hover h2 {
    color:#f19500;
}

.topNaviCon6 p {
    margin:10px;
}


.topNaviPhoto6 img {
    width:100%;
}
@media screen and (max-width:767px) {
 /* トップナビ 6*/
  .topNavi6 {
	margin-right:0;
}

.topNaviColumn6 {
	display:block;
	box-sizing:border-box;
	width:100%;
	float:left;
	margin-right:1%;
	margin-left:1%;
	margin-bottom:10px;
}
}

/*フッター*/
 footer {
	box-sizing:border-box;
	width:100%;
	margin:0 auto;	
	clear:both;
}
.footmenu {
	position:relative;
	width:100%;
	padding:50px 0;
	overflow:hidden;
}
.footmenu {
	width:100%;
	padding:20px 0;
	overflow:hidden;
}
.footmenu ul {
	position:relative;
	float:left;
	left:50%;
	margin:0;
	padding:0;
}
.footmenu li {
	position:relative;
	left:-50%;
	float:left;
	list-style:none;
	margin:0;
	padding:0 15px;
	font-size:12px;
	text-align:center;
}
.footmenu a {font-size:20px;
	color:lightgray;
	text-decoration:none;
}
.footmenu a:hover {
	color:navy;
	text-decoration:none;
}
.copyright {
	clear:both;
	padding:20px 0;
	font-size:11px;
	text-align:center;
	color:#efede9;
	background:#2e2e2e;
}