/* Created by http://freehtml5templates.com */

/* ---------------------------------------- */
/* ●モバイルファースト(全環境共通デザイン) */
/* ---------------------------------------- */
/* reset */
* {
	margin: 0;
	padding: 0;
}

/*----------------------------------*/
/* render html5 elements as block */
/*----------------------------------*/
header, footer, section, aside, nav, article {
	display: block;
}

body {
	line-height: 1;
	background-color: #edf6ef;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eff7e6), to(#ffffff), color-stop(.6,#edf6ef));
	background-image: -moz-linear-gradient(19% 75% 90deg, #ffffff, #edf6ef, #eff7e6 100%);
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	/*font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo UI", "メイリオ", Verdana, "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;*/
	font-family: "Hiragino Maru Gothic Pro", "ヒラギノ丸ゴ Pro W3", "Meiryo UI", "メイリオ", Verdana, "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
	/*font-family: "Apple TP","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif;*/
	color: #000;/*#666;*/
	font-size: 16px;/*14px;*/
	line-height: 28px; /*18px;*/
}

/*----------------------------------*/
/* layout */
/*----------------------------------*/

#wrapper {
	/*width: 940px;*/
	width: 100%;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 5px;
	/*-webkit-box-shadow: 3px 3px 7px #777;
	-moz-box-shadow: 3px 3px 7px #777;*/
	box-shadow: 3px 3px 7px #777;
	overflow: hidden;
}

nav {
	/*width: 940px;*/
	width: 100%;
	height: auto;
	margin: 0 auto;
	background: #edf6ef;/*#000;*/
}

header {
	/*width: 940px;*/
	width: 100%;
	height: 100px;/*170px;208px;*/
	margin: 0 auto;
	/*background: #fff url(../images/headerimg.jpg) no-repeat left top;*/
	/*background: #fff url("../../images/header/top-bn-1.gif") no-repeat;*/
	background-color: #bdd6ee;
	/*background-size: cover;*/
}

article {
	padding-right: 7px;
}

#main {
	/*width: 940px;*/
	width: 100%;
	margin: 0 auto;
	padding-top: 0;/*30px;*/
	/*background: #FFF url(images/colbg.png) repeat-y;*/
	overflow: hidden;
}

#content {
	/*float: right;*/
	/*width: 640px;*/
	width: 100%;
	margin-right: 5px;
	padding: 5px;
	background: #fff;
}

#sidebar {
	/*float: left;*/
	padding-left: 5px;
	width: 220px;
	/*width: 100%;*/
	background: #fff;
}

footer {
	/*width: 940px;*/
	width: 100%;
	margin: 0 auto;
	clear: both;
}

/*----------------------------------*/
/* basics */
/*----------------------------------*/

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	clear: both;
	color: #333;
}

a:link, a:visited {
	color:#45711b;
}

a:hover, a:active {
	color: #333;
}

hr {
	background-color: #E7E7E7;
	border: 0;
	height: 1px;
	margin-bottom: 18px;
	clear: both;
}

p {
	margin-bottom: 18px;
}

li {
	padding-left: 5px;
}

/*------*/
/* nav */
/*------*/

nav .menu {
	font-size: 14px;
	font-weight: bold;
}

nav .menu ul {
	margin: 0;
	padding: 15px 0 0 20px;
	list-style: none;
	line-height: normal;
}

nav .menu li {
	display: block;
	float: left;
	margin-bottom: 1px;
	margin-right: 1px;
	background-color: #333;
	/*border-right: 1px solid #abd781;
	border-bottom: 1px solid #abd781;*/
	width:125px;
}

nav .menu a {
	display: block;
	float: left;
	margin-right: 5px;
	padding: 0px 10px;
	text-decoration: none;
	color: #abd781;
}

nav .menu a:hover {
	text-decoration: underline;
}

nav.hTabList {
	height: auto;
	margin: 0;
	padding: 0;
}
nav.hTabList .menu {
	margin: 0;
	padding: 0;
	text-align: center;
}
nav.hTabList .menu li {
	width: auto;
	margin: 0;
	padding: 0;
	background: #fff;
	border: 1px solid #000;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
nav.hTabList .menu li a {
	width: 8em;
	margin: 0;
	padding: 0 5px;
	color: #000;
	font-size: 14px;
	font-weight: normal;
}
nav.hTabList .menu li.active a,
nav.hTabList .menu li a:hover {
	color: #fff;
	background: #330;
}

#nav1 {
	position: relative;
	z-index: 150;
	top: -112px;/*-199px;*/
	right: 0;
	width: 100%;
	background: transparent;
}
#nav_btn {
	position: absolute;
	z-index: 200;
	top: 12px;
	right: 0;
	width: 48px;
	height: 48px;
	padding: 0;
	background-color: #afa;
	border-radius: 4px;
	text-align: center;
}
#nav_btn:hover,
#sidebar_btn:hover {
	cursor: pointer;
	background: #fff;
}
#nav_btn:hover {
	box-shadow: #336 -2px 2px 2px;
}
#sidebar_btn:hover {
	box-shadow: #336 2px 2px 2px;
}
#nav_content {
	position: absolute;
	z-index: 150;
	left: 100%;
	top: 50px;
	width: 40%;
	padding: 10px;
	opacity: 0;
}
#nav_content ul {
  list-style: none;
}
#nav_content ul li {
  width: auto;
  margin: 0;
  padding: 0;
  border-top: 1px solid #dfd;
  border-left: 1px solid #9f9;/*#6c6;*/
  border-right: 1px solid #9f9;/*#6c6;*/
  border-bottom: 1px solid #9f9;/*#6c6;*/
}
#nav_content ul li:first-of-type {
  border-top: 1px solid #9f9;/*#6c6;*/
}
#nav_content ul li a {
  display: block;
  margin: 0;
  padding: 5px 10px;
  font-weight: normal;
  color: #000;
  text-decoration: none;
  text-align: left;
  background: #6c6;/*#6af;#7d7;*/
}
#nav_content ul li a:active,
#nav_content ul li a:hover {
  color: #fff;/*#ff6;*/
  background: #47e;/*#333;*/
  border-color: #47e;
  box-shadow: -2px 0px 2px 2px #555;
}
#nav_content img {
	box-shadow: 1px 1px 2px 1px #000;
}
#nav_btn img {
	padding: 2px;
	width: 44px;
	height: 44px;
}
/*
#nav_btn a {
  display: block;
  margin: 0;
  padding: 5px 5px 0 5px;
  background: #afa;
  border-radius: 6px;
}
#nav_btn a:hover,
#nav_btn a:active {
  background: #fff;
}
*/

/*---------*/
/** HEADER */
/*---------*/

header h1, header h2 {
	margin: 0;
	/* padding: 0 0 0 30px; */
	line-height: normal;
}

header h1 {
	/*padding: 10px 0 0 0;*/
	/*font-size: 48px;*/
	font-family: "Hiragino Maru Gothic Pro", 'Meiryo UI', Verdana, sans-serif;
	/*font-family: HGMaruGothicMPRO, 'Meiryo UI', Verdana, sans-serif;*/
	color: #E4F7E4;
	text-align: center;
}
/*header h1 div {
	margin: 0;
	padding: 0;
}*/
header h1 div p {
	margin: 0;
}
header.iarp_header h1 {
	/*padding: 0;*/
	/*padding: 20px 0 0 0;*/
}
header h1 * a:link, header h1 * a:visited {
	text-decoration: none;
	color: #bf8f00;/* #00d;#E4F7E4;*/
}

header h1 * a:hover {
	text-decoration: underline;
}

header h1 * a,
header h1 * a span.sp1 {
	font-size: 44px;/*50px;*//*32px;*/
	font-family: Georgia, 'Century Gothic', Osaka, sans-serif;
	color: #bf8f00;/* #00d;*/
	text-shadow: none;/*2px 2px 1px #eef;*/
}

header h1 * a:hover, header h1 * a:visited {
	text-decoration: none;
	color: #bf8f00;/* #00d;*/
}

header h1 * a span {
	display: none;
	font-size: 16px;/*20px;*/
	color: #fff;
	text-shadow: none;/*2px 2px 1px #000;*/
}

header h1 * a span.sp1 {
	display: inline;
	letter-spacing: 0px;
}
header h1 a.yoga_title,
header h1 a.yoga_subtitle {
	/*display: inline-block;
	margin: 0;
	padding: 0;*/
	letter-spacing: normal;
}
header h1 a.yoga_subtitle,
header h1 a.yoga_subtitle span.sp1 {
	font-size: 25px;
}
header h1 div.h_subtitle p a {
	color: #bf8f00;/* #00d;*/
	font-size: 1em;
}
header h1 .h_caption * {
	font-size: 0.4em;
	color: #006;
}
header h1 .h_caption p a {
	font-size: 1em;
	color: inherit;
}
header h1.yoga_header div.h_title {
	padding-top: 16px;
	line-height: 38px;
}
header h1.yoga_header div.h_subtitle,
header h1.yoga_header div.h_caption {
	display: inline-block;
}
header h2 {
	padding: 20px 20px 0 40px;
	font-style: italic;
	font-size: 25px;
	color: #CAFF29;
	text-align: right;
}

header h2 a:link, header h2 a:visited {
	text-decoration: none;
	color: #CAFF29;
}

header h2 a:hover {
	text-decoration: underline;
}

header p {
	margin: 0;
	color:#fff;
	text-align:center;
}

header p a:link, header p a:visited {
	text-decoration: none;
	color:#fff;
}

header p a:hover {
	text-decoration: underline;
}

/*----------------------------------*/
/** ARTICLES **/
/*----------------------------------*/

article img {
	border: none;
	box-shadow: 3px 3px 7px #777;
}
article ol,
article ul {
	margin-left: 15px;
}
article .attentionBold {
	color: #f00;
	font-weight: bold;
}

#content p, ul, ol, hr {
	margin-bottom: 24px;
}

#content ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}

#content h1, h2, h3, h4, h5, h6 {
	color: #333;
	margin: 0 0 20px 0;
	line-height: 1.5em;
}
#content h1 {
	background: #383;
	border-radius: 2px;
	padding-left: 5px;
	font-size: 1.8em;
	color:#fff;
}
#content h2 {
	display: block;
	background: #282;
	border-radius: 2px;
	border-left: 8px solid #fd0;/*#fc0;*/
	padding-left: 5px;
	font-size: 1.3em;
	color:#fff;/*#45711b;*/
}

#content h2 a:link, #content h2 a:visited {
	color: #fff;
	text-decoration: underline;
}

#content h2 a:hover, #content h2 a:active {
	color: #fff;
	text-decoration: none;
}

#content h3 {
	display: block;
	background: #ddd;
	padding-left: 0px;
	text-align: center;
	font-size: 18px;
	color:#45711b;
}

#content br.br_tabpc {
	display: none;
}

article span.kyocho {
	color: #f66;
}

.alignleft, img.alignleft {
	display: inline;
	float: left;
	margin-right: 8px;
	margin-top: 4px;
}

.alignright, img.alignright {
	display: inline;
	float: right;
	margin-left: 8px;
	margin-top: 4px;
}

.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft, img.alignright, img.aligncenter {
	margin-bottom: 12px;
}
article dl {
	/*margin-left: 10px;
	margin-right: 5px;*/
	padding-left: 10px;
	padding-right: 5px;
}
article dt {
	text-indent: 1em;
	background: #ccf;/*#8b5;*/
	font-weight: bold;
	color: #000;/*#efe;*/
	padding-top: 2px;
	padding-bottom: 2px;
}

article dt a:link, article dt a:visited {
	text-decoration: underline;
	color: #000;/*#efe;*/
}

article dt a:hover {
	text-decoration: underline;
}

article ul li a.finished {
	color: #999;
}

article ul li a span.attention {
	color: #f00;
}

article dd p.finished2 {
	color: #999;
}

article div p.finished3 {
	color: #999;
}

article dd p span.attention2 {
	color: #f00;
}

article p.attention3 {
	color: #f00;
	font-weight: bold;
}

#content .jumptolink {
	text-indent: 0em;
}

#content .jumptolink a:link {
	color:#007;
	font-weight: bold;
}

#content .jumptolink a:visited {
	color:#007;
	font-weight: bold;
}

article a.jumptolink2 {
	text-indent: 0em;
	padding: 0 2px 0 2px;
	font-weight: bold;
	/*border-top: 2px solid #696;*/
	border-bottom: 2px solid #696;
	background-color: #fff;/*#696;*/
	color: #699;
	text-decoration: none;
}

article a.jumptolink2:hover {
	border-radius: 2px;
	color:#fff;
	background-color: #696;
}

#content span.span_link {
	font-weight: bold;
}

#content span.fweight-normal {
	font-weight: normal;
}

#content .attn {
	color: #c03;
	font-weight: bold;
}

#content div.anshin-yoga {
	margin-bottom: 1em;
}
#content div.anshin-yoga p {
	margin:0 0 0 1.2em;
	padding:0;
	text-align:left;
}
#content div.anshin-yoga p:first-of-type {
	text-indent:-1.2em;
}

/*----------------------------------*/
/* sidebar and footer widget blocks */
/*----------------------------------*/

aside h3 {
	display: block;
	width: 200px;
	height: 40px;
	background: #fff url(images/headingback2.png) no-repeat;
	font-size: 19px;
	padding-left: 7px;
	margin-right: 15px;
	color: #fff;/*#E4F7E4;*/
	border-radius: 3px;
}
/*
#sidebar {
	-webkit-columns: 1;
	-moz-columns: 1;
	columns: 1;
}
*/
#sidebar {
	position: absolute;
	z-index: 150;
	background: transparent;
	top: 4px;
	left: 0;
}
#sidebar_btn {
	position: absolute;
	z-index: 200;
	top: 0;
	left: 0;
	width: 48px;
	height: 48px;
	background-color: #afa;
	border-radius: 4px;
	text-align: center;
}
#sidebar_btn img {
	padding: 2px;
	width: 44px;
	height: 44px;
}
#sidebar_content {
	position: absolute;
	z-index: 150;
	/*left: -40%;*/
	left: -215px;
	top: 52px;
	/*width:40%;*/
	width: 215px;
	background: #fff;
	border: 1px solid #393;
	border-radius: 2px;
	opacity: 0;
	padding: 10px 0;
}

#sidebar h3 {
	padding-top: 2px;
	font-size: 16px;
}
/*
#sidebar h4 {
	width: 180px;
	margin: 0 0 19px 5px;
	padding-left: 2px;
	margin-right: 15px;
	background: #fff url(images/headingback2.png) no-repeat;
	color: #fff;
	border-radius: 3px;
}
#sidebar h4 + ul {
	margin-left: 0.5em;
}
*/
#sidebar h3 a:link, #sidebar h3 a:visited {
	color: #fff;/*#E4F7E4;*/
}

#sidebar h3 a:hover, #sidebar h3 a:active {
	color: #000;/*#333;*/
}

#sidebar div.imageTable {
	display:table;
	border-collapse:separate;
	border-spacing:5px;
	width:90%;
}

#sidebar div.imageTable div.imageTableRow {
	display:table-row;
	width:100%;
}

#sidebar div.imageTable div.imageTableRow div.imageTableCell {
	display:table-cell;
	width:50%;
}

#sidebar div.imageTable div.imageTableRow div.imageTableCell a img{
	width:100%;
}

aside ul {
	list-style: none;
	margin-bottom: 20px;
	margin-top: -15px;
	color: #000;
	padding-right: 2px;
}

aside li a:link, aside li a:visited, aside li a:hover, aside li a:active,
#sidebar ul li h4 {
	color: #060;
}

aside li a {
	display: block;
	text-decoration: none;
}
#sidebar ul li h4 {
	background: #090;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}
#sidebar ul li ul {
	margin-top: 2px;
	margin-left: 0.7em;
	margin-bottom: 2px;
}
#sidebar ul li h4 + ul {
	margin-top: -20px;
}
#sidebar ul li a,
#sidebar ul li ul li a,
#sidebar ul li h4{
	padding-left: 1px;
	border-radius: 3px;
	border-left: 1px solid #393;
	border-right: 1px solid #393;
	border-bottom: 1px solid #393;
}
#sidebar ul li:first-of-type > a,
#sidebar ul li ul li:first-of-type > a,
#sidebar ul li.restart > a {
	border-top: 1px solid #393;
}
#sidebar li.attn a {
	color: #c03;
	font-weight: bold;
}
aside li a:hover {
	text-decoration: underline;
}
#sidebar li a:hover {
	text-decoration: none;
	background: #393;
	color: #fff;
}
#sidebar li.txt_indent {
	text-indent: -4.4em;
	padding-left: 4.4em;
	margin-left: 0.3em;
}
#wrapper img.newicon {
	height: 17.5px;
	box-shadow: none;
}

/****************
#sidebar_open {
	position: absolute;
	top: 5px;
	left: 0;
}
#sidebar_open a {
	display: block;
	margin: 0;
	padding: 5px 5px 0 5px;
	background: #afa;
	border-radius: 6px;
}
#sidebar_open a:hover,
#sidebar_open a:active {
	background: #fff;
}
#sidebar {
	z-index: 200;
	position: absolute;
	top: 5px;
	left: 0;
	width: 240px;
	border-radius: 6px;
	border: 2px solid #696;
	border-right: 3px solid #696;
	border-bottom: 3px solid #696;
}
#sidebar:target {
  display: block;
}
#sidebar:not(:target) {
  display: none;
}
#sidebar_close {
  padding: 5px 5px 0 5px;
  text-align: left;
}
**********************/
#sidebar img {
	box-shadow: 3px 1px 7px #777;
}
#sidebar_btn img {
	box-shadow: none;
}

#footer-area {
	background: #000;
	color: #be9;/*#abd781;*/
	font-size: 90%;
	padding: 18px 0;
	overflow: hidden;
}

.footer-segment {
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	width: 190px;
}

footer aside h4 {
	color: #be9;/*#abd781;*/
	font-size: 16px;
	line-height: 1.5em;
}

footer a:link, footer a:visited {
	color: #abd781;
	text-decoration: underline;
}

#footer-area li {
	color: #fff;/*#abd781;*/
}
#footer-area a:link, #footer-area a:visited {
	color: #fff;/*#abd781;*/
	text-decoration: none;
}

#footer-area a:hover, #footer-area a:active {
	color: #fff;/*#abd781;*/
	text-decoration: underline;
}
#footer-area li.txt_indent {
	text-indent: -4.4em;
	padding-left: 4.4em;
	margin-left: 0.3em;
}
footer p {
	margin-top: -15px;
}

footer p#copyright {
	clear: both;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

/*----------------------------
		ページトップに戻るボタン
------------------------------*/
#topbutton {
	z-index: 1000;
	/* ▼表示位置を画面の右下に固定 */
	position: fixed; /* ←表示場所を固定 */
	bottom: 18px;   /* ←下端からの距離 */
	right: 18px;    /* ←右端からの距離 */
	width: 7em;     /* ←横幅 */

	/* ▼最初は非表示にしておく */
	display: none;

	/* ▼配色・配置・文字の装飾など */
	/*background-color: #2525aa;  ←背景色 */
	background-color: #25aa25; /* ←背景色 */
	opacity: 0.75;             /* ←透明度 */
	border-radius: 20px;       /* ←角丸の半径 */
	text-align: center;    /* ←文字の位置 */
	font-size: 120%;       /* ←文字サイズ */
	font-weight: bold;     /* ←文字の太さ */
	margin: 0px;    /* ←外側の余白 */
	padding: 10px;  /* ←内側の余白 */
}

#topbutton a {
	/* ▼リンクの装飾 */
	color: white;          /* ←文字色 */
	text-decoration: none; /* ←下線なし */
}
#topbutton a:hover {
	/* ▼マウスが載ったときの装飾 */
	color: blue; /*yellow; */        /* ←文字色 */
	text-decoration: underline; /* ←下線あり */
}
@media screen and (max-width: 320px)
{
	header h1 .h_caption * {
		font-size: 0.35em;
	}
	header h1.yoga_header div.h_caption p {
		font-size: 0.3em;
	}	
}
@media screen and (min-width: 430px)
{
	header {
		height: 100px;
	}
	header h1.yoga_header {
		padding-top: 0px;
		line-height: normal;
	}
	br.br_header {
		display: none;
	}
}
.red_line-through {
	color: #FF0000;
  	text-decoration: line-through;
	margin-top: 0px;
  	padding: 0px;
}
.red_line-through span {
		
	
	color: #000000;
}
.campain_font {
	color: #FF0000;
	font-weight:700;
	margin-top: 0px;
  	padding: 0px;
}

