@charset "shift_jis";

/*
 * CSS Category
 * 		■layout	：	枠組み用
 * 		■header	：　ヘッダー用
 *		■free		：	フリースペース用
 *		■main		：	メインコンテンツ用
 * 		■sidemenu	：	サイドメニュー用
 * 		■footer	：	フッター用
 * 
*/


/*
	layout, framework
------------------------------------------------------------ */


/* 全体中央揃え */
#wrapper{
	max-width: 800px;
	text-align: left;
	margin: 0px auto;
	position: relative;
}


/* コンテンツ部中央揃え */
#container{
	width: 99%;
	margin: 0px auto;
	z-index: 2;
/*	position: absolute;*/
	background-color: #ffffff;
	border-bottom: 1px #c8386b solid;
	border-right: 1px #c8386b solid;
	border-left: 1px #c8386b solid;
}
#header{
	border-top: 1px #c8386b solid;
	border-right: 1px #c8386b solid;
	border-left: 1px #c8386b solid;
}


/*
	Header
------------------------------------------------------------ */
/* 枠 */
#header{
	width: 99%;
	position: relative;
	margin:0 auto;
	margin-top:20px;
	padding-top: 32.5%;
	background: url(../img/header.jpg) left top no-repeat;
	-moz-background-size:cover;
	background-size:cover; 
	overflow:hidden;
	background-repeat: no-repeat;
	background-position: right top;
}
/* サイトタイトル */
#header h2{
	font-size: 13px;
	font-weight: bold;
	line-height: 1.1;
	color: #000000;
	position: absolute;
	top: 20px;
	left: 10px;
	width: 65%;
	z-index: 100;
}
@media screen and (min-width: 600px) {
	#header h2{
		font-size: 16px;
		line-height: 1.4;
		top: 60px;
		left: 20px;
		width: 60%;
	}
}


/* サイトタイトル下の説明文 */
#header .desc{
	position: absolute;/**/
	font-size: 100%;
	line-height: 16px;
	left:10px;
	top: 80%;
	width: 70%;
	z-index: 100;
}

/* 差込画像 */
#header .pic img {
	display:block;
	position:absolute;
	width: 25%;
	height:auto;
	float:right;
	right:10px;
	top:20%;
}

@media screen and (min-width: 820px) {
	#header .pic img {
		width: 200px;
		right:20px;
		top:40px;
	}
}

/* 最上段h1タグの設定 */
h1 {
	position: absolute;/**/
	z-index: 2;
	top: 2px;
	left:8px;/**/
	font-size: 12px;
	line-height:1.4;
	text-align: left;
}

/* サイトマップ */
.sitemap{
	position: absolute;/**/
	z-index: 2;
	top: 2px;
	right:8px;/**/
	font-size: 12px;
	text-align: right;
}

#header .sitemap a{
	color: #333333;
	text-decoration: none;
}

#header .sitemap a:hover{
	color: #cc0000;
	text-decoration: underline;
}

/* レスポンシブ　文字サイズ */
body, th, td {
	font-size: 80%;
	line-height:130%;
}
@media screen and (min-width: 600px) {
	body, th, td{
		font-size: 100%;
		line-height:140%;
	}
}



/*
	nav（パンくず）
------------------------------------------------------------ */

/* パンくず全体枠 */
#nav{
	padding: 5px 0px 0px 0px;
}

/* パンくず各テキスト設定 */
#nav p{
	padding: 0px 0px 0px 25px;
	color: #666666;
}



/*
	main
------------------------------------------------------------ */


/* コンテンツ全体枠 */
#main{
/*	float: left;
	display: inline;*/
	width: 95%;
	text-align: left;
	margin: 0 auto;
	margin-top: 10px;
	overflow:hidden;/**/
}



/* コンテンツ見出し */
#main h2{
	padding: 6px 0px 4px 29px;
	font-size: 110%;
	font-weight: bold;
	background-image: url(../img/h2-bg.jpg);
	background-position: top left;
	color: #333333;
	border-bottom: 6px #c8386b solid;
}


#main h3{
	padding: 6px 0px 4px 29px;
	font-size: 110%;
	font-weight: bold;
	background-image: url(../img/h2-bg.jpg);
	background-position: top left;
	color: #333333;
	border-bottom: 6px #c8386b solid;
}


/*ピンク ver.2*/
#main h4{
	padding: 6px 0px 4px 29px;
	font-size: 107%;
	font-weight: bold;
	background-image: url(../img/h2-bg.jpg);
	background-position: top left;
	color: #333333;
}


#main h5{
	padding: 6px 0px 4px 0px;
	font-size: 103%;
	color: #333333;
	border-bottom: 6px #C8386B solid;/*見出し背景の下線*/
}

#main h6{
	padding: 6px 0px 4px 9px;
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	border-left: 10px solid #C81825;/*左端の■*/
}


/* コンテンツフレーム設定 */
#main .contents .frame{				/* 枠のカラー設定などはこの項目を変更してください */
	margin: 0px 20px 0px 20px;
	padding: 5px 15px 5px 15px;
	background: #fbf7f2;
	border: 1px #996633 solid;
}



/* コンテンツ枠 */
#main .contents{
	margin: 0px 0px 10px 0px;
	padding: 10px 10px 20px 10px;
	clear: both;
}


#main .contents dl{
	margin: 0px;
	padding: 0px 20px 20px 20px;
	clear: both;
	color: #333333;
	font-weight: bold;
}

#main .contents dt{
	margin: 15px 0px 10px 0px;
	padding: 6px 0px 4px 35px;
	color: #333333;
	background-image: url(h2-bg.jpg);
	border-bottom: 3px #c8386b solid;
}

#main .contents dd{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 25px;
}


.contents-border{
	margin: 0px 0px 10px 0px;
	padding: 10px 10px 20px 10px;
	clear: both;
}

.contents-border p {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding:5px 10px;
}

/*
	グローバルナビ
------------------------------------------------------------ */


/* メニュー全体枠 */


#menu{
	width: 95%;
	margin: 0px auto;
	clear: both;
}

#menu dl {
	width:auto;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 95%;
	display: block;
	float: left;
	list-style-type: disc;
	margin: 3px 0px 20px 0px;
	text-align: left;
}

#menu dt {
	font-weight: bold;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #c8386b;
	font-size: 110%;
	line-height: 200%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin: 0px auto;
	padding-left:20px;
}

#menu dd {
	display: block;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 40px;
	width: 45%;
	list-style-type: disc;
	float: left;
}

#menu h3{
	padding: 6px 0px 7px 40px;
	font-size: 110%;
	font-weight: bold;
	background-image: url(../img/h2-bg.jpg);
	background-position: top left;
	color: #666666;
	clear: both;
}


/* 各メニューリンク文字設定 */
#menu a{
	margin: 0px 0px 0px 0px;
	padding: 7px 0px;
	text-decoration: underline;
	color: #0000ff;
}


/* メニューマウスオーバー設定 */
#menu a:hover{
	color: #cc0000;
}

#menu .wrap{
	border: 1px #f7ac91 dotted;
	margin: 0px 0px 20px 0px;
	font-size: 90%;
}

#menu .wrap p{
	padding: 7px;
	color: #333333;
}


#menu .wrap a:hover{
	color: #cc0000;
	text-decoration: underline;
}
/*
	Footer
------------------------------------------------------------ */

/* フッター全体枠 */
#footer{
	clear: both;
	max-width: 800px;
	text-align: center;
	background-image: url(foot.jpg);
	background-repeat: no-repeat;
	padding: 10px 0px 40px 0px;
	background-position: bottom;
	color: #000;
}

#footer a{
	color: #003399;
	text-decoration: underline;
}

#footer a:hover{
	color: #cc0000;
	text-decoration: underline;
}

/* コピーライト設定 */
#footer address{
	color: #000000;
	margin: 10px 0px 0px 0px;
}

#footer address a{
	color: #000000;
	text-decoration: none;
}

#footer address a:hover{
	color: #cc0000;
	text-decoration: underline;
}


/* ------------------------------ フッター内リンク利用時用 */

/* フッター内リンク枠 */
#footer #inner{	
	padding: 15px;
	border-top: 1px #996633 dotted;
	text-align: center;
	margin: 0px auto;
}


/* リンクリスト */
#footer ul{
	margin: 0px;
	text-align: center;
	border: none;
}


/* 各リスト設定 */
#footer ul li{
	display: inline;
	margin: 0px 5px 0px 0px;
	padding: 0px 7px 0px 0px;
	border-right: 1px #000000 solid;
	font-size: 80%;
}


#footer li a{
	color: #000000;
	text-decoration: none;
}

#footer li a:hover{
	color: #cc0000;
	text-decoration: underline;
}

/*
	Freespace
------------------------------------------------------------ */


/* フリースペース枠 */
#free{
	max-width: 800px;
	margin: 0 0 10px 0;
	text-align: center;
	padding-top: 10px;
}

#free2{
	max-width: 800px;
	margin: 0 0 20px 0;
	text-align: center;
	clear: both;
}




/*
	Category
------------------------------------------------------------ */

/* コンテンツリスト */

#main #contentslist  {
	margin: 0px 0px 30px 0px;
	padding: 20px 15px;
	border-right: 1px #CCCCCC solid;
	border-left: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
}

#main #contentslist dl {
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: 5px;
	margin-left: 5px;
	float: none;
	width: auto;
}

#main #contentslist dt {
	font-weight: bold;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #c8386b;
	font-size: 110%;
	line-height: 200%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin: 0px auto;
	padding-left:20px;
}

#main #contentslist dd {
	display: block;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	float: none;
	width: auto;
}

#main #contentslist a {
	margin-right: 5px;
	font-size:12px;
}

#main #contentslist dt a {
	margin-right: 0;
	font-size:13px;
	lign-height: 140%;
	font-weight: bold;
}


/* サイトマップページ用 */


#sitemap dl {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 95%;
	display: block;
	float: left;
	list-style-type: disc;
	margin: 3px 0px 20px 0px;
	text-align: left;
}

#sitemap dt {
	font-weight: bold;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #F7BA3B;
	font-size: 110%;
	line-height: 200%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin: 0px auto;
	padding-left:20px;
}

#sitemap dd {
	display: block;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 40px;
	width: 45%;
	list-style-type: disc;
	float: left;
}


/* リンクリスト */
#linkmenu{
	width: 770px;
	margin: 0px 15px 0px 0px;
	text-align: center;
	height: auto;
	padding: 10px 0px 10px 0px;
	border-top: 1px dashed;
}

/* スマホフロートタグ */
@media screen and (max-width: 600px) {
	#footer_bt {
		position: fixed;
		bottom: 0;
		left: 0; /**/
		width:100%; /**/
		text-align: center;
		z-index: 240;
		visibility: visible;
		margin:0 auto;
		-moz-opacity:0.9;
		opacity:0.9;
		filter: alpha(opacity=98);
	}
	#footer_bt p {
		width: 80%;
		margin:0 auto;
	}
}
@media screen and (min-width: 601px) {
	#footer_bt {
		display:none;
}

