/* ボディ */
body                {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* ヘッダー */
#head                                   {
	vertical-align: bottom;
	padding: 0px;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	width: 980px;
}
@media screen and (max-width: 768px) {
#head                                   {
	display: none;
}
}

/* ナビゲーション */
#navi1   {
	overflow: hidden;
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999;
}
@media screen and (max-width: 768px) {
	#navi1   {
	display: none;
}
}
	ul.wrapper1 {
	list-style-type: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 30px;
	width: 880px;
}
#navi1 li  {
	float: left;
	width: auto;
}
#navi1 li a                                  {
	color: #666;
	text-decoration: blink;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
	display: block;
	font-size: 1em;
	width: auto;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#navi1 li a:hover                       {
	color: #3FA9F5;
	text-decoration: underline;
}


#navi2   {
	
}
ul.wrapper2 {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#navi2 li  {
	
}
#navi2 li a  {
	font-size: 1em;
	color: #666;
	display: block;
	padding-left: 15px;
	text-decoration: none;
	height: 41px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 44px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
}
#navi2 li a:hover                       {
	color: #fff;
	text-decoration: underline;
	background-color: #2da700;
}

#navi3   {
	text-align: center;
	clear: both;
	top: 0;
	left: 0px;
	height: 40px;
	background-image: url(../images/foot_contact.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	background-position: center;
	display: block;
	width: 980px;
}
@media screen and (max-width: 768px) {
	#navi3   {
	display: none;
}
}

ul.wrapper3 {
	list-style-type: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: auto;
	height: 41px;
}
#navi3 li  {
	float: right;
	width: auto;
	
}
#navi3 li a  {
	display: block;
	font-size: 1em;
	color: #333;
	display: block;
	float: right;
	text-decoration: none;
	padding-right: 11px;
	padding-left: 11px;
	height: 40px;
	line-height: 45px;
}
#navi3 li a:hover                       {
	color: #00F;
	text-decoration: underline;
}


#navi4                               {
	display: none;
}


/* SlickNav */
.slicknav_menu {
	display:none;
}
@media screen and (max-width: 768px) {
	.js #navi4 {
		display:none;
	}	
	.js .slicknav_menu {
		display:block;
	}
}


/*コンテンツ*/
#contents_all                    {
	display: block;
	width: 980px;
	margin-right: auto;
	margin-bottom: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-left: auto;
}
@media screen and (max-width: 768px) {
#contents_all                    {
	width: auto;
}
}
#contents                    {
	clear: both;
	float: right;
	width: 720px;
	background-color: white;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
}
@media screen and (max-width: 768px) {
#contents                    {
	float: none;
	width: auto;
	padding-right: 1em;
	padding-left: 1em;
}
}

#contents_one {
	background: white;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	width: 720px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
@media screen and (max-width: 768px) {
	#contents_one {
	width: auto;
	padding: 1em;
}
}

/*フッター*/
#footer            {
	clear: both;
	margin: 0px;
	width: auto;
	background-color: #FFF;
	height: 35px;
	color: #666;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #00BDBB;
	border-bottom-color: #FF7C1E;
}
@media screen and (max-width: 768px) {
	#footer            {
	height: auto;
	}
}


/*見出し*/

h1                   {
	color: #666;
	font-size: 1em;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFF;
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF7C1E;
	border-bottom-color: #00BDBB;
}
	
h2                          {
	color: #006;
	font-size: 1.8em;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-weight: normal;
}
@media screen and (max-width: 768px) {
h2                          {
	font-size: 1.3em;
}	
}
.rec_head                         {
	color: #333;
	font-size: 1.4em;
	text-align: left;
	background-image: none;
	margin: 0px;
	padding: 0px;
}

h3      {
	font-size: 1.6em;
	text-align: left;
	margin-top: 2em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	color: #3FA9F5;
	font-weight: normal;
}
@media screen and (max-width: 768px) {
h3                          {
	font-size: 1.2em;
}	
}

h4 {
	font-size:1.3em;
	line-height:150%;
	text-align:left;
	border-bottom:#cccccc solid 1px;
	padding:0;
	font-weight: normal;
	margin-top: 2em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
}
@media screen and (max-width: 768px) {
h4                          {
	font-size: 1.1em;
}	
}

h4.top {
	margin:0em;
	padding:0;
}
h4 a {
	color: #000000;
	font-weight: normal;
}
h4 a:hover { color: blue }
h5                 {
	color: #000;
	font-size: 1.2em;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
	border-left-color: #999;
	border-left-style: solid;
	border-left-width: 5px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #999;
	font-weight: normal;
	margin-top: 2em;
	margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
h5                          {
	font-size: 1em;
}	
}
h6         {
	color: #666;
	font-size: 1.2em;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: normal;
}
@media screen and (max-width: 768px) {
h6                          {
	font-size: 1em;
}	
}


/*テキスト*/
.nagare1 { color: white; font-size: 0.9em; background-color: #6495ed; text-align: center; margin-top: 0px; margin-bottom: 0px; padding: 3px }
.nagare2 { color: white; font-size: 0.9em; background-color: #228b22; text-align: center; margin-top: 0px; margin-bottom: 0px; padding: 3px }
p        {
	color: #000000;
	font-size: 1em;
	line-height: 1.5em;
	text-align: left
}
.left { color: #555; font-size: 13px; line-height: 1.3em; text-align: left }
.site { color: #000000; font-size: 0.9em; line-height: 1em; text-align: left; margin-top: -1em; margin-left: 2em }
em        { color: #555; font-style: normal; font-weight: bold }
b  { color: red; font-style: normal; font-weight: bold }
u { color: black; font-style: normal; font-weight: bold }
.midasi   {
	color: #3FA9F5;
	font-weight: normal;
	font-size: 1.3em
}
.tel   {
	color: #00F;
	font-weight: normal;
	font-size: 1.5em
}
.attention {
	color: #C1272D;
	font-weight: bold;
	font-size: 1.3em
}
.chu { color: red; font-size: 0.8em }
.gray {
	color: #666;
}
.red {
	color: red;
}
.lineleft {
	padding-right: 10px;
	float: left;
	margin-top: 0px;
}
.lineright {
	float: right;
	margin-top: 0px;
	padding-left: 10px;
}

.linercenter{
	text-align:center;
	line-height: 1.5em;
}
.linercenter a      { color: blue }
.linercenter a:hover         { color: green }


/*リスト*/
ul        {
	margin-left: 25px;
	padding-left: 0
}
ul#befor { color: #f00; font-weight: bold }
ul#after { color: blue; font-weight: bold }

ol           {
	margin-left: 35px;
	padding-left: 0
}
li { line-height: 1.5em; margin-top: 5px }
li a       { color: #444 }
li a:hover        { color: blue }

/* タイトルの一覧リスト（トップ） */
#feed li, #feed5 li, #feed6 li, #feed7 li, #feed8 li{
     overflow:hidden;
     text-overflow: ellipsis;
     -webkit-text-overflow: ellipsis; /* Safari */
     -o-text-overflow: ellipsis; /* Opera */
     white-space: nowrap;
	font-size: 1em;
	list-style-type: none;
}


/*リンク*/
.link1    {
	text-align: left
}
.link1 a     { color: blue; text-align: right }
.link1 a:hover      { color: green; background-color: white }

.link2                      {
	text-align: center
}
.link2 a                          {
	color: #FFF;
	font-weight: bold;
	display: block;
	background-color: #FBB03B;
	border-radius:5px;
	width: 520px;
	margin-right: auto;
	margin-left: auto;
	padding: 1em;
}
@media screen and (max-width: 769px) {
.link2 a                          {
	width: auto;	
}
	
}
.link2 a:hover                     {
	background-color: #3FA9F5;
}
.link3      {
	text-align: right;	
}
.link3 a      {
	color: #ffffff;
	background-color: #B3B3B3;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.link3 a:hover        {
	color: #FFF;
	background-color: #00F;
	text-decoration: underline;
}


/*テーブル*/
.hyou1 table                  {
	width: 100%;
}
.hyou1 th                  {
	color: #333;
	font-size: 14px;
	background-color: #F2F2F2;
	text-align: left;
	vertical-align: middle;
	border: solid 1px #dcdcdc;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
@media screen and (max-width: 768px) {
.hyou1 th   {
	font-size: 1em;
	width: auto;
	display: block;
}
}
.hyou1 td            {
	font-size: 14px;
	line-height: 1.5em;
	background-color: white;
	text-align: left;
	vertical-align: middle;
	padding: 5px 10px;
	border: solid 1px #dcdcdc;
	color: #666;
}
@media screen and (max-width: 768px) {
.hyou1 td   {
	font-size: 1em;
	width: auto;
	display: block;
}
}
.hyou1 td#link     { font-size: 14px; line-height: 1.2em; text-align: center; vertical-align: middle }
.hyou1 td#link a    { color: #0000cd }
.hyou1 td#link a:hover       { color: #008000 }


/*イメージ*/
.pict   { color: #696969; font-size: 14px; line-height: 1.3em; text-align: center }
.pict a    { color: #0000cd; }
.pict a:hover     { color: #ff8c00; }
@media screen and (max-width: 768px) {
img {
	max-width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
}

/* ムービー */

.rsp-iframe {
    width: 560px; /* iframeの幅 */
    height: 315px; /* iframeの高さ */
    max-width: 100%;
}


/* Google Maps */
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmapr object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* テーブル変わり */
.goods-info {
	font-size: 1em;
	overflow: hidden;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.goods-info-top {
	font-size: 1em;
	overflow: hidden;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.goods-box {
	float: left;
	margin: 0px;
	padding: 0px;
	width: auto;
	text-align: center;
}
@media screen and (max-width: 768px) {
.goods-box {
	width: 100%;	
}
}
.goods-box-t {
	float: left;
	width: 48%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
@media screen and (max-width: 768px) {
.goods-box-t {
	width: 100%;
}
}
.goods-box-t2 {
	float: left;
	width: 64%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
@media screen and (max-width: 768px) {
.goods-box-t2 {
	width: 100%;

}
}

.goods-box-mid {
	float: left;
	width: auto;
	margin-right: 20px;
	margin-left: 20px;
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
.goods-box-mid {
	width: 100%;
	margin: 0px;
}
}
.goods-box-mid2 {
	float: left;
	width: auto;
	margin-left: 10px;
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
.goods-box-mid2 {
	width: 100%;
	margin: 0px;
}
}

.goods-box-r {
	margin: 0px;
	padding: 0px;
	width: auto;
	text-align: center;
	float: right;
}
@media screen and (max-width: 768px) {
.goods-box-r {
	width: 100%;
}
}
.goods-box-rt {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 48%;
}
@media screen and (max-width: 768px) {
.goods-box-rt {
	width: 100%;
}
}
.goods-box-rt-books {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 68%;
}
@media screen and (max-width: 768px) {
.goods-box-rt-books {
	width: 100%;
}
}


/* フォーム */
.form table  { width: 100% }
.form th   {
	color: #696969;
	font-size: 1em;
	line-height: 1.2em;
	background-color: #f5f5f5;
	text-align: left;
	vertical-align: middle;
	padding: 1em;
	border: solid 1px #c0c0c0;
	width: 30%;
	white-space: nowrap;
}
@media screen and (max-width: 768px) {
.form th   {
	width: auto;
	display: block;
}
}
.form td   {
	color: black;
	font-size: 1em;
	line-height: 1.2em;
	background-color: white;
	text-align: left;
	vertical-align: middle;
	padding: 10px;
	border: solid 1px #c0c0c0;
	width: 70%;
}
@media screen and (max-width: 768px) {
.form td   {
	width: auto;
	display: block;
}
}

form   { font-size: 0.8em; text-align: left }

th#info     { color: #6e360f; padding-right: 15px }

form p  { text-align: left; margin: 0 }

optgroup   { color: #ffffff; background-color: #6495ed }

option {
    color:#000000;
    background-color:#ffffff;
}


/*リターン*/
.home          {
	color: #333;
	font-size: 1em;
	text-align: center;
	border-bottom: 1px dotted #c0c0c0
}

.home a         {
	color: #333;
	text-decoration: none;
	padding-left: 3px
}

.home a:hover     {
	color: #00F;
	text-decoration: underline;
}


.top          {
	color: #333;
	font-size: 1em;
	text-align: center;
	border-bottom: 1px dotted #c0c0c0
}

.top a         {
	color: #333;
	text-decoration: none;
	padding-left: 3px
}

.top a:hover     {
	color: #00F;
	text-decoration: underline;
}

/* 囲い */

#work, #hbc, #hbep, #seminar, #books, #plofile, #voice {
    background-color:#ffffff;
    border:solid 1px #c0c0c0;
	border-radius:5px;
    margin-top:0px;
    margin-bottom:20px;
    padding-left:20px;
    padding-right:20px;
}

.fb-page {
	margin-bottom:20px;
}

.section {
    background-color:#ffffff;
    border:solid 1px #c0c0c0;
	border-radius:5px;
    margin-top:0px;
    margin-bottom:20px;
    padding-left:20px;
    padding-right:20px;
}


.news {
	background-color:#FCF8F0;
	border:3px solid #9E7209;
	margin-top:0px;
	margin-bottom:20px;
	padding-left:20px;
	padding-right:20px;
}

.contact {
	border:3px solid #AACC03;
	margin-top:0px;
	margin-bottom:20px;
	padding-left:20px;
	padding-right:20px;
}