@charset "utf-8";
/**************************************************************************************************/
/* for PC */
/*******/
.vpc { 
	display: block;
}
.vtb {
	display: none;
}
.vsp { 
	display: none;
}
.vPT {
	display: block;
}
.vTS {
	display: none;
}
/*******/
body {
	font: 16px/1.6 "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	overflow-y: scroll;
	overflow-x: hidden;
}

/* RESET */
h1, h2, h3, h4, h5, h6, p, dl, dt, dd {
	margin: 0;
	padding: 0;
}
ul, li, ol {
	padding: 0;
	margin: 0;
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,th {
	padding: 0;
}
img, a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
}
/*************************************************/
/* LINK */
/* 通常リンク */
a {
	text-decoration: none;
}
a:link, a:visited {
	color: #002DB2;
}
a:hover {
	color: #C06
}
a:active {
	color: #C06;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}

/*************************************************/
/* H */
h1 {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-weight: 500;
	font-size: 23px;
	line-height: 120%;
	margin: 20px 0;
}
h2 {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-weight: bold;
	font-size: 21px;
	line-height: 150%;
	margin: 20px 0 40px 0;
	padding: 12px 30px 0 50px;
	color: #222;
	border-bottom: 1px solid #000;
	text-align: left;
}
/***/
h3 {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif, ;
	background: url(../images/iH.png) no-repeat left 50%;
	background-size: 16px 16px;
	font-weight: bold;
	font-size: 18px;
	line-height: 140%;
	margin: 0 0 20px 0;
	padding: 0 0 0 23px;
	color: #333;
}
h4 {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 120%;
	margin: 0 0 10px 0;
	color: #633;
}
h5 {
	font-weight: bold;
	font-size: 16px;
	line-height: 120%;
	margin: 10px 0 3px 0;
	color: #000;
}
.textS {
	font-size: 90%;
}
.textSS {
	font-size: 80%;
}
.textRed {
	color: #C03;
}
.textNavy {
	color: #009;
}
.textBrown {
	color: #966;
}
.textSepia {
	color: #630;
}
.textGray {
	color: #666;
}
.textPink {
	color: #F6C;
}
.textWhite {
	color: #FFF;
}
.textBlack {
	color: #000;
}
/* FLOAT */
.flLeft {
	float: left;
}
.flRight {
	float: right;
}
/* Text Align */
.anLeft {
	text-align: left;
}
.anRight {
	text-align: right;
}
.anCenter {
	text-align: center;
}
/* Margin */
.mT5 {
	margin-top: 5px;
}
.mT10 {
	margin-top: 10px;
}
.mT15 {
	margin-top: 15px;
}
.mT20 {
	margin-top: 20px;
}
.mT30 {
	margin-top: 30px;
}
.mT40 {
	margin-top: 40px;
}
.mT50 {
	margin-top: 50px;
}
.mT60 {
	margin-top: 60px;
}
.mT80 {
	margin-top: 80px;
}
.mT100 {
	margin-top: 100px;
}
.mT150 {
	margin-top: 150px;
}
.mT200 {
	margin-top: 200px;
}
.mB5 {
	margin-bottom: 5px;
}
.mB10 {
	margin-bottom: 10px;
}
.mB15 {
	margin-bottom: 15px;
}
.mB20 {
	margin-bottom: 20px;
}
.mB30 {
	margin-bottom: 30px;
}
.mB40 {
	margin-bottom: 40px;
}
.mB50 {
	margin-bottom: 50px;
}
.mB60 {
	margin-bottom: 60px;
}
.mB100 {
	margin-bottom: 100px;
}
.mL5 {
	margin-left: 5px;
}
.mL10 {
	margin-left: 10px;
}
.mL15 {
	margin-left: 15px;
}
.mL20 {
	margin-left: 20px;
}
.mL30 {
	margin-left: 30px;
}
.mL40 {
	margin-left: 40px;
}
.mL50 {
	margin-left: 50px;
}
.mL60 {
	margin-left: 60px;
}
.mL70 {
	margin-left: 70px;
}
.mL80 {
	margin-left: 80px;
}
.mL90 {
	margin-left: 90px;
}
.mL100 {
	margin-left: 100px;
}
.mR5 {
	margin-right: 5px;
}
.mR10 {
	margin-right: 10px;
}
.mR15 {
	margin-right: 15px;
}
.mR20 {
	margin-right: 20px;
}
.mR30 {
	margin-right: 30px;
}
.mR40 {
	margin-right: 40px;
}
.mR50 {
	margin-right: 50px;
}
.mR60 {
	margin-right: 60px;
}
.mR70 {
	margin-right: 70px;
}
.mR80 {
	margin-right: 80px;
}
.mR90 {
	margin-right: 90px;
}
.mR100 {
	margin-right: 100px;
}
/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
	display: block;
	zoom:1;
}
* html .clearfix {
	height: 1%;
}
/*************************************************/
/* HEADER */
#header {
	width: 100%;
	height: 34px;
	padding: 7px 0 10px 0;
	margin: 0 0 0 0;
	line-height: 100%;
	border-bottom: 12px solid #C62600;
	background: url(../images/bgAi1.jpg) repeat-x;
	background-position: 0 -145px;
}
/* header Logo */
#header h1 {
	float: left;
	margin: 0 5px;
	padding: 15px 0 0 5px;
	color: #222;
	font-size: 24px;
	font-family: Century Gothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;	
}
#header .hMenu {
	float: right;
	margin: 15px 3px 0 0;
	font-size: 18px;
	color: #003366;
	white-space: nowrap;
}
#header a {
	text-decoration: none;
	color: #222;
}
#header a:hover {
	opacity: 0.8;
}
/* HEADER MENU */
.nav {
	padding: 10px 0;
	margin: 0;
	text-align: center;
	height: 40px;
	background: url(../images/bgAiMenu.jpg);
	border-bottom: 5px solid #003366;
	overflow: hidden;
}
.nav ul {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	display: inline-block;
	text-align: left;
}
.nav ul li {
	display: inline-block;
	padding: 10px 3px 10px 20px;
	text-align: left;
	overflow: hidden;
	font-size: 18px;
	line-height: 110%;
	vertical-align: top;
	min-width: 30px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.nav ul li a {
	color: #000;
	font-weight: bold;
}
.nav ul li:hover {
	filter:	alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.nav ul li.mhome {
	cursor: pointer;
}
.nav ul li.mhome img {
	width: 44px;
	height: 40px;
	border: none;
	margin: -14px 5px 0 1px;
}
.nav ul li.Link {
	display: none;
}
.nav ul li.home {
	display: none;
}

/*************************************************/
/* footer */
#footer {
	background: #C62600;
	width: 98%;
	padding: 3px 1% 30px 1%;
	margin: 0;
	height: 50px;
}
#footer p {
	font-size: 14px;
	text-align: center;
	color: #000;
}
/*******************/
/* footer MENU */
.footerMenu {
	margin: 100px 0 0 0;
	text-align: center;
}
.footerMenu p {
	text-align: left;
	width: 980px;
	margin: 0 auto;
	padding: 0;
}
.footerMenu p img {
	margin: 0;
	width: 230px;
	height: auto;
}
.footerMenu div {
	border-top: 8px solid #003366;
	border-bottom: 5px solid #003366;
	background: #036 url(../images/bgBottom3.jpg) repeat-x 50% top;
	padding: 10px;
	height: 130px;
	text-align: center;
}
.footerMenu div ul {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	font-size: 16px;
	line-height: 120%;
}
.footerMenu div ul li {
	float: left;
	padding: 10px 20px 10px 15px;
	background: url(../images/iRed.png) no-repeat left 42%;
	background-size: 10px 10px;
}
.footerMenu div ul li a, .footerMenu div ul li a:visited {
	color: #FFF;
}
.footerMenu div ul li a:hover {
	color: #EEE;
}
/*************************************************/
/* このページの上へ */
#page-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	font-size: 77%;
	z-index: 98;
}
#page-top a {
	background: #030 url(../images/iUp.png) no-repeat 90% 90%;
	background-size: 34px 50px;
	text-indent: -9999px;
	width: 84px;
	height: 64px;
	border-radius: 4px;
	display: block;
	opacity: 0.8;
}
#page-top a:hover {
	background: #063 url(../images/iUp.png) no-repeat 90% 20%;
	background-size: 34px 50px;
	opacity: 0.5;
}
/*************************************************/
/* CONTAINER */
.container {
	width: 980px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
/* CONTENT */
.content {
	padding: 0 40px;
	text-align: left;
	min-height: 300px;
}
.content a img:hover {
	opacity: 0.8;
}
.p10 {
	padding: 0 10px;
}
.p15 {
	padding: 0 15px;
}
.p20 {
	padding: 0 20px;
}
/* パンくずリンク */
.bread {
	text-align: left;
	margin: 8px 10px;
	font-size: 12px;
}
/* イメージPhoto */
.imgPRight {
	float: right;
	margin: 0 0 10px 10px;
}
.imgPLeft {
	float: left;
	margin: 0 10px 10px 0;
}
.imgPRight img {
	width: 300px;
	height: 190px;
}
.imgPLeft img {
	width: 300px;
	height: 190px;
}
/**************************/
/*** TOP ***/
/* TOP TITLE */
.topTitle {
	text-align: center;
	padding: 0;
	margin: 0;
	height: 450px;
	position: relative;
	top: 0;
	background: #0D2753 url(../images/bgTop.jpg) repeat-x 50% 50%;
}
/* TOP Ikiru Chikara */
.topTitle p.chikara {
	position: absolute;
	top: 65px;
	left: 60%;
	margin: 0 30px 0 0;
	z-index: 2;
}
.topTitle p.chikara img {
	width: 358px;
	height: 37px;
}
/* TOP Main Photo */
.topTitle p.coverPhoto {
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
}
.topTitle p.coverPhoto img {
	width: 100%;
	height: 450px;
	object-fit: cover;
}
/* TOP Dr.Butler's */
.topTitle div.Butler  {
	text-align: center;
	padding: 10px 0;
	margin: 0 0 10px 0;
	background: rgba(255,255,255,0.5);
	position: absolute;
	top: 290px;
	width: 100%;
	z-index: 3;
}
.topTitle div.Butler p  {
	font-size: 20px;
	color: #222;
	font-weight: bold;
	width: 800px;
	margin: 0 auto;
	padding: 0 30px;
}
/* NEWS */
/* H2見出し お知らせ */
h2.news {
	background: url(../images/iRadio.png) no-repeat left 0;
	background-size: 40px 40px;
	border-bottom: #6A3300 2px groove;
	margin-bottom: 5px;
}
/* お知らせ一覧 */
dl.newsList {
	padding: 3px;
	font-size: 16px;
}
dl.newsList dt {
	padding: 12px 1px 1px 30px;
	color: #6A3300;
	background: url(../images/iBdama.png) no-repeat left 5px;
	background-size: 27px 22px;
	font-weight: bold;
}
dl.newsList dd {
	padding: 0 1px 14px 1px;
	border-bottom: 1px dotted #6A3300;
}
/* new */
span.new {
	margin: 0 3px;
	background: #C62600;
	color: #FFF;
	padding: 1px 3px 0 3px;
	font-size: 11px;
	line-height: 90%;
}
/*******************/
/* 回想法とは */
/* H2見出し 回想法とは */
h2.introduction {
	background: url(../images/iTemari.png) no-repeat left 0;
	background-size: 40px 40px;
	border-bottom: #6A3300 2px groove;
	margin-bottom: 5px;
}
/*******************/
/* 代表あいさつ */
/* H2見出し 代表あいさつ */
h2.message {
	background: url(../images/iKoma.png) no-repeat left 0;
	background-size: 40px 40px;
	border-bottom: #6A3300 2px groove;
	margin-bottom: 5px;
}
.sign {
	margin-top: 60px;
	text-align: right;
}
.sign .topPhoto {
	float: right;
	margin-left: 15px;
}
.sign .topPhoto img {
	width: 140px;
	height: auto;
}
/*******************/
/* 団体概要 */
/* H2見出し 団体概要 */
h2.profile {
	background: url(../images/iNeko.png) no-repeat left 0;
	background-size: 40px 44px;
	border-bottom: #6A3300 2px groove;
	margin-bottom: 5px;
}
ol.numberProf {
}
ol.numberProf li {
	list-style: decimal inside;
	font-size: 18px;
	padding: 0 0 40px 0;
}
ol.numberProf li ul {
	margin-left: 40px;
}
ol.numberProf li ul li {
	list-style: disc outside;
	font-size: 16px;
	padding: 5px 0 5px 0;
	font-weight: bold;
}
ol.numberProf li p {
	font-size: 16px;
	font-weight: normal;
}
ol.numberProf li ul.nodisc {
	margin-left: 20px;
}
ol.numberProf li ul.nodisc li {
	list-style: none inside;
	font-size: 16px;
	padding: 5px 0 5px 0;
	font-weight: normal;
}
/*******************/
/* 会則・個人情報保護 */
/* H2見出し 会則・個人情報保護 */
h2.rule {
	background: url(../images/iBdama.png) no-repeat left 0;
	background-size: 40px 36px;
	border-bottom: #6A3300 2px groove;
	margin-bottom: 5px;
}
/* OL Number */
ol.number {
	margin-left: 40px;
}
ol.number li {
	list-style: decimal outside;
}
/*******************/
/* 会報 */
/* H2見出し 会報 */
h2.NL {
	background: url(../images/iKendama.png) no-repeat left 0;
	background-size: 38px 42px;
	border-bottom: #6A3300 2px groove;
	margin-bottom: 5px;
}
ul.nlList {
	margin-left: 40px;
}
ul.nlList li {
	padding: 10px 10px 10px 20px;
	background: url(../images/iRed.png) no-repeat left 45%;
	background-size: 12px 12px;
}
ul.nlList li a {
	color: #000;
}
/*******************/
/* 問い合わせ */
/* H2見出し 問い合わせ */
h2.contact {
	background: url(../images/iDenwa.png) no-repeat left 0;
	background-size: 44px 40px;
	border-bottom: #6A3300 2px groove;
	margin-bottom: 5px;
}
/*******************/
/* 個人情報保護方針 */
.privacyM p {
	margin-left: 16px;
	margin-bottom: 30px;
}
.privacyM ul {
	margin-left: 32px;
}
.privacyM ul li {
	list-style: disc;
}
/*******************/
/* お問い合わせ */
.wrapperContact {
	width: 80%;
	margin: 0 10% 20px 10%;
}
dl.formContact {
 width: 80%;
 margin: 0 10%;
}
dl.formContact dt {
	width: 160px;
	padding: 8px 3px;
	float: left;
	font-weight: bold;
}
dl.formContact span {
	color: #F06;
	margin-left: 6px;
	font-weight: normal;
}
dl.formContact dd {
	margin-left: 166px;
	padding: 8px 3px;
}
/* フォーム関連 */
.wrapperContact input[type="text"], .wrapperContact textarea, select {
	font-size: 100%;
	padding: 5px 3px;
}
.wrapperContact input[type="text"], .wrapperContact textarea {
	width: 100%;
}
/* サブミットボタン */
.bSubmit {
	border: solid 1px #AAA;
	border-radius: 4px;        /* CSS3草案 */  
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 4px;   /* Firefox用 */
	background: #B5D6EE;
	padding: 10px 50px;
	margin: 0 20px 20px 20px;
	font-size: 16px;
	color: #333;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	height: 50px;
	width: 160px;
	cursor: pointer;
}
.bSubmit:hover {
	background: #E3BFD0;
}
/* リセットボタン */
.bReset {
	border: solid 1px #AAA;
	border-radius: 4px;        /* CSS3草案 */  
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 4px;   /* Firefox用 */
	background: #DDD;
	padding: 10px 30px;
	margin: 0 20px 20px 20px;
	font-size: 15px;
	color: #333;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	height: 50px;
	width: 160px;
	cursor: pointer;
}
.bReset:hover {
	background: #BBB;
}
/*******************/

/*******************/
/*** 仕事について ***/
/* チャートIMG */
/* プログラム 目的OL */
ol.subject {
	padding: 10px;
	margin: 10px 10px 20px 10px;
	border: 2px solid #9CF;
}
ol.subject li {
	list-style: decimal;
	margin: 5px 10px 5px 25px;
}
/*******************/
/*** TOP FB ***/
p.fbB {
	 text-align: right;
	 margin-right: 230px;
	 display: block;
}
p.fbB img {
	width: 36px;
	height: 36px;
	padding: 2px 10px;
}
p.fbBsp {
	 display: none;
}
/**************************************************************************************************/
/* TB */
@media only screen and (max-width: 980px) {
/*******/
	.vpc { 
		display: none;
	}
	.vtb {
		display: block;
	}
	.vsp { 
		display: none;
	}
	.vPT {
		display: block;
	}
	.vTS {
		display: block;
	}
/*******/
	body {
		width: 100%;
		min-width: 980px;
		margin: 0;
		min-height: 1240px;
	}
/*******************/
/* H */
	h1 {
	}
/*******************/
/* LINK */
/* 通常リンク */
	a:hover {
		color: #002DB2;
	}
	a:active {
		color: #002DB2;
	}
/*******************/
/* HEADER */
/* header Logo */
	#header .hMenu {
		min-width: 300px;
		text-align: right;
		white-space: nowrap;
	}
/* HEADER MENU */
	.nav {
		padding: 10px 0;
		margin: 0;
		text-align: center;
		overflow: hidden;
	}
	.nav ul {
		width: 100%;
		text-align: center;
	}
	.nav ul li, .nav ul li a {
		font-size: 17px;
		font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-weight: normal;
		color: #000;
	}
	.nav ul li:hover {
	filter:	alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	}
/*************************************************/
/* footer */
	#footer {
		width: 98%;
		padding: 3px 1% 50px 1%;
	}
	#footer p {

	}
/* footer MENU */
	.footerMenu div {
		min-height: 84px;
	}
	.footerMenu p {
		width: 98%;
		margin: 0 1%;
	}
	.footerMenu div ul {
		width: 100%;
		margin: 0 0;
		text-align: left;
	}
	.footerMenu div ul li a:hover {
		color: #FFF;
	}
/*************************************************/
/* このページの上へ */
	#page-top a:hover {
		opacity: 0.8;
	}
/*************************************************/
	.container {
		width: 100%;
	}
	.content {
		width: 94%;
		padding: 0 3%;
	}
	.content a img:hover {
		opacity: 1;
	}
	.p10 {
		padding: 0 10px;
	}
	.p15 {
		padding: 0 15px;
	}
	.p20 {
		padding: 0 20px;
	}
/*************************************************/
/*** TITLE ***/
/* TOP */
	.topTitle img {
		width: 100%;
		height: auto;
	}
	.imgSP {
		width: 100%;
		height: auto;
	}

}
/**************************************************************************************************/
/* SP */
@media only screen and (max-width: 767px) {
/*******/
	.vpc { 
		display: none;
	}
	.vtb {
		display: none;
	}
	.vsp { 
		display: block;
	}
	.vPT {
	display: none;
	}
	.vTS {
		display: block;
	}
/*******/
	body {
		overflow-x: hidden;
		width: 100%;
		min-width: 320px;
		min-height: 100%;
	}
/*******/
	a:hover, a:active {
		color: #002DB2
	}
/*******/
/* H */
	h1 {
		font-weight: 500;
		font-size: 18px;
		line-height: 120%;
		margin: 22px 0 50px 0;
	}
	h2 {
		font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
		font-weight: bold;
		font-size: 18px;
		line-height: 150%;
		margin: 20px 0 30px 0;
		padding: 16px 5px 2px 38px;
		color: #222;
		border-bottom: 1px solid #000;
		text-align: left;
	}
	h3 {
		font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif, ;
		background: url(../images/iH.png) no-repeat left 5px;
		background-size: 14px 14px;
		font-weight: bold;
		font-size: 18px;
		line-height: 140%;
		margin: 0 0 20px 0;
		padding: 0 0 0 20px;
		color: #333;
	}
/*******/
/* HEADER */
	#header {
		height: 30px;
		border-bottom: 8px solid #C62600;
	}
/* header Logo */
	#header h1 {
		margin: 0 0 0 3px;
		padding: 8px 0 4px 0;
		color: #222;
		font-size: 22px;
	}
	#header .global_menu {
		float: right;
		padding: 5px 10px 5px 5px;
		margin: -2px 0 0 0;
	}
	#header .global_menu img {
		width: 30px;
		height: 30px;
	}
/* HEADER MENU */
	/*** GLOBALnavi ***/
	#globalNavi {
		margin: 0;
		padding: 0;
		width: 100%;
		height: auto;
		display: none;
		background-color: #111;
		filter: alpha(opacity=9);
		-moz-opacity: 0.9;
		opacity: 0.9;
		 filter: alpha(opacity=90);
		-moz-opacity: 0.9;
		opacity: 0.9;
		color: #fff;
		position: fixed;
		z-index: 999;
		top: 0;
		left: 0;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		background-image: none;
		border-bottom: 4px solid #C62600;
	}
	#globalNavi ul {
		margin: 10px 0;
		padding: 0;
	}
	#globalNavi li {
		text-indent: 0;
		float: none;
		width: 90%;
		margin: 1%;
		padding: 12px 10px 12px 10px;
		border-bottom: 1px solid #ccc;
		font-size: 16px;
		text-align: center;
		-webkit-text-size-adjust: none;
		line-height: 100%;
		font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-weight: normal;
	}	
	#globalNavi li a {
		display: block;
		width: auto;
		height: auto;
		color: #FFFFFF;
		/*padding: 15px 10px;*/
	}
	#globalNavi li:hover {
		height: auto;
	}
	.nav {
		background-position: bottom;
		padding: 0 0 0 0;
	}
	.nav ul li a {
		font-weight: normal;
	}
	.nav ul li.mhome {
		cursor: auto;
		padding: 10px 10px 10px 10px;
	}
	.nav ul li.mhome img {
		width: 40px;
		height: 40px;
		border: none;
		margin: -8px 5px 0 5px;
	}
	.b_list_close {
		margin: 0;
		padding: 10px 0 10px 20px;
		background: #036 url(../images/bgBottom3.jpg) no-repeat 0 50%;
		font-size: 20px;
	}
/*************************************************/
/* footer */
	#footer {
		background: #C62600;
		width: 100%;
		padding: 3px 0 50px 0;
		margin: 0;
		min-width: 320px;
	}
	#footer p {
		text-align: center;
	}
/*************************************************/
/* footer MENU */
	.footerMenu div {
		min-height: 180px;
	}
	.footerMenu div ul {
		font-size: 14px;
	}
/*************************************************/
	.container {
		width: 100%;
	}
	.content {
		padding: 0 10px;
	}
	.p10 {
		padding: 0 10px;
	}
	.p15 {
		padding: 0 10px;
	}
	.p20 {
		padding: 0 10px;
	}
/* イメージPhoto */
	.imgPRight {
		float: none;
		margin: 10px;
		text-align: center;
	}
	.imgPLeft {
		float: none;
		margin: 10px;
		text-align: center;
	}
	.imgPRight img {
		width: 90%;
		height: auto;
	}
	.imgPLeft img {
		width: 90%;
		height: auto;
	}
/*************************************************/
/* TOP */
/* TITLE */
	.topTitleSP {
		text-align: center;
		padding: 0;
		margin: -8px 0 0 0;
		height: auto;
		border-top: #036 6px solid;
	}
	.topTitleSP img {
		width: 100%;
		height: auto;
	}
	.topTitleSP .ButlerSP {
		margin: -10px 0 0 0;
		padding: 6px 10px;
		background: #CCE2F9;
		font-size: 15px;
	}
/* H2見出し お知らせ */
	h2.news {
		background: url(../images/iRadio.png) no-repeat left 50%;
		background-size: 34px 34px;
	}
/*******************/
/* 回想法とは */
/* H2見出し 回想法とは */
	h2.introduction {
		background: url(../images/iTemari.png) no-repeat left 50%;
		background-size: 34px 34px;
	}
/*******************/
/* 代表あいさつ */
/* H2見出し 代表あいさつ */
	h2.message {
		background: url(../images/iKoma.png) no-repeat left 50%;
		background-size: 34px auto;
	}
	.sign {
		margin-top: 60px;
		text-align: center;
	}
	.sign .topPhoto {
		float: none;
		margin-left: 0;
		text-align:center;
	}
	.sign .topPhoto img {
		width: 60%;
		height: auto;
	}
/*******************/
/* 会則・個人情報 */
/* H2見出し 会則・個人情報 */
	h2.rule {
		background: url(../images/iBdama.png) no-repeat left 50%;
		background-size: 36px auto;
	}
/*******************/
/* 会報 */
/* H2見出し 会報 */
	h2.NL {
		background: url(../images/iKendama.png) no-repeat left 50%;
		background-size: 36px auto;
	}
/*******************/
/* お問い合わせ */
/* H2見出し 問い合わせ */
	h2.contact {
		background: url(../images/iDenwa.png) no-repeat left 50%;
		background-size: 36px auto;
	}
/*******************/
/*** TOP FB ***/
	p.fbB {
		 display: none;
	}
	p.fbBsp {
		 display: block;
		 border: 1px solid #DDD;
		 padding: 5px 10px;
		 margin: 30px 0;
		 text-align: center;
		 font-size: 14px;
		 line-height: 100%;
		 background: #EEE;
	}
	p.fbBsp img {
		width: 30px;
		height: 30px;
		padding: 4px 10px;
	}
/*******************/
}