@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	color: #222;
	line-height: 1.5;
	font-size: 80%;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #e7e8ea;
}

a {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
}

a:hover {
	text-decoration: underline;
}

a.disabled:hover {
	text-decoration: none;
}

a.plain,
a.plain:hover {
	text-decoration: none !important;
	border: none !important;
}

a img {
	vertical-align: top;
}

#container{
	width: 980px;
	background-color: #e7e8ea;
	margin: 0 auto;
	z-index: 1;
	position: relative;
}

#top {
	position: fixed;
	left: 50%;
	top: 0;
	z-index: 100;
	width: 940px;
	min-width: 940px;
	margin: 0 0 0 -470px;
	padding: 0 0 3px;
	background-color: #e7e8ea;
}

#top>.inner {
	width: 940px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

.site-title {
	float: left;
	margin: 0;
	padding: 13px 0 15px;
}

.site-title img {
	display: block;
}

.header-menu {
	float: right;
	width: 580px;
}

.header-menu ul.menu1 {
	float: left;
	width: 300px;
	padding: 25px 0 0;
	margin: 0;
	list-style-type: none;
	line-height: 1.1;
}

.header-menu ul.menu1 li {
	float: left;
	margin: 0 0 0 15px;
	padding: 0;
}

.header-menu ul.menu1 li:first-child {
	margin-left: 0;
}

.header-menu ul.menu1 li a,
.header-menu ul.menu1 li a:visited {
	padding-left: 10px;
	color: #000;
	font-size: 11px;
	background: url(../images/icon_bullet-02.png) left center no-repeat;
}

.header-menu ul.menu1 li.members{
	clear:both;
	margin: 0;
	padding: 7px 0 0;
	float: none;
}

.header-menu ul.menu1 li.members a{
	padding: 0;
}

.header-menu ul.menu2 {
	float: right;
	margin: 0;
	padding: 30px 0 0;
	list-style-type: none;
}

.header-menu ul.menu2 li {
	float: left;
	margin: 0 8px 0 0;
	padding: 0;
}

.header-menu ul.menu2 li:last-child {
	margin-top: -6px;
}

.header-menu ul.menu2 li img {
	display: block;
}

.main-menu {
	width: 940px;
	margin: 0 auto;
}

.main-menu ul {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.main-menu ul li {
	float: left;
	margin: 0 0 0 1px;
	padding: 0;
}

.main-menu ul li:first-child {
	margin-left: 0;
}

.main-menu ul li img {
	display: block;
}

#substance {
	width: 940px;
	margin: 0 auto;
	padding: 140px 0 80px;
    *zoom: 1;
}

#substance:before,
#substance:after {
    content: " ";
    display: table;
}

#substance:after {
    clear: both;
}

.content {
    *zoom: 1;
}

.content:before,
.content:after {
    content: "";
    display: table;
}

.content:after {
    clear: both;
}

ul#cell-box {
	margin: 0 -20px 0 0;
	padding: 0;
	list-style-type: none;
}

ul#cell-box>li {
	position: relative;
	float: left;
	width: 300px;
	height: 300px;
	margin: 0 20px 20px 0;
	padding: 0;
}

ul#cell-box li img {
	vertical-align: top;
}

ul#cell-box>li>.cell-border {
	display: none;
	position: absolute;
	background-color: #000;
	z-index: 1;
}

ul#cell-box>li:hover>.cell-border {
	display: block;
}

ul#cell-box>li>.top-line {
	left: 0;
	top: 0;
	width: 300px;
	height: 10px;
}

ul#cell-box>li>.right-line {
	left: 290px;
	top: 0;
	width: 10px;
	height: 300px;
}

ul#cell-box>li>.bottom-line {
	left: 0;
	bottom: 0;
	width: 300px;
	height: 10px;
}

ul#cell-box>li>.left-line {
	left: 0;
	top: 0;
	width: 10px;
	height: 300px;
}

ul#cell-box li.editor-recommend {
	background-color: #D9D9D9;
}

ul#cell-box li.editor-recommend ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#cell-box li.editor-recommend ul li {
/*	min-height: 84px;
	background: url(../images/icon_bullet-01.png) 285px center no-repeat;
	border-top: 3px solid #E7E8EA;*/
}

ul#cell-box li.editor-recommend ul li>.inner {
	padding: 12px 25px 12px 15px;
}

ul#cell-box li.editor-recommend ul li.inner:first-child {
	border-top: none;
}

ul#cell-box li.editor-recommend ul li p {
	margin: 0;
}

ul#cell-box li.editor-recommend ul li p .date {
	display: block;
	font-weight: bold;
}

ul#cell-box li.editor-recommend ul li a,
ul#cell-box li.editor-recommend ul li a:visited {
	display: block;
	color: #000;
	text-decoration: none;
}

ul#cell-box li.editor-recommend ul li a:hover {
	text-decoration: underline;
}

ul#cell-box li.editor-recommend .product{
	padding: 10px 15px;
	position: reletive;
}
ul#cell-box li.editor-recommend .product img{
	max-width: 100%;
}
ul#cell-box li.editor-recommend .product img.product-image{
	padding: 5px;
	background: #fff;
	box-sizing: border-box;
	margin: 0 auto;
	display: block;
}
ul#cell-box li.editor-recommend .product .product-image + dl,
ul#cell-box li.editor-recommend .product .product-image + p{
	margin-top: 0.5em;
}
ul#cell-box li.editor-recommend .product dt{
	font-weight: bold;
}
ul#cell-box li.editor-recommend .product dd{
	font-size: 90%;
	margin: 0;
}
.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	background-color: #000;
	background-size: 100% 100%;
	text-indent: -9999px;
}
.flex-direction-nav a:hover {
	background-color:#737474;
}
.flex-direction-nav .flex-prev {
	left: 0;
	background-image: url(/sp/common/images/btn_prev_on.png);
}
.flex-direction-nav .flex-next {
	right: 0;
	background-image: url(/sp/common/images/btn_next_on.png);
}
.flex-direction-nav .flex-prev.flex-disabled {
	background-image: url(/sp/common/images/btn_prev.png);
}
.flex-direction-nav .flex-next.flex-disabled {
	background-image: url(/sp/common/images/btn_next.png);
}


ul#cell-box li.ranking {
	background-color: #D9D9D9;
}

ul#cell-box li.ranking ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#cell-box li.ranking ol li {
	min-height: 87px;
	background: url(../images/icon_bullet-01.png) 285px center no-repeat;
}

ul#cell-box li.ranking ol li>.inner {
	padding: 12px 25px 12px 0;
	border-top: 3px solid #E7E8EA;
	min-height: 60px;
	display: table;
}

ul#cell-box li.ranking ol li:first-child>.inner {
	border-top: none;
}

ul#cell-box li.ranking ol li p {
	margin: 0;
	padding-left: 50px;
	background-position: 10px center;
	background-repeat: no-repeat;
	display: table-cell;
	vertical-align: middle;
}

ul#cell-box li.ranking ol li:nth-child(1) p { background-image: url(../images/txt_num-01.png); }
ul#cell-box li.ranking ol li:nth-child(2) p { background-image: url(../images/txt_num-02.png); }
ul#cell-box li.ranking ol li:nth-child(3) p { background-image: url(../images/txt_num-03.png); }

ul#cell-box li.ranking ol li p .date {
	display: block;
	font-weight: bold;
}

ul#cell-box li.ranking ol li a,
ul#cell-box li.ranking ol li a:visited {
	display: block;
	color: #000;
	text-decoration: none;
}

ul#cell-box li.ranking ol li a:hover {
	text-decoration: underline;
}

ul#cell-box li.keyword-find {
	background-color: #D9D9D9;
}

ul#cell-box li.keyword-find .keyword-links {
	margin: 0;
	padding: 15px 15px 5px 20px;
	overflow: hidden;
	line-height: 1.1;
}

ul#cell-box li.keyword-find .keyword-links a,
ul#cell-box li.keyword-find .keyword-links a:visited {
	display: block;
	float: left;
	margin: 0 15px 10px 0;
	color: #000;
	text-decoration: none;
}

ul#cell-box li.keyword-find .keyword-links a:hover {
	text-decoration: underline;
}

ul#cell-box li.keyword-find form.keyword-search {
	margin: 0 20px;
	padding: 4px;
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #B6B6B6;
}

ul#cell-box li.keyword-find form.keyword-search .keyword-text {
	float: left;
	width: 225px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	background: none;
	border: none;
}

ul#cell-box li.keyword-find form.keyword-search .submit-button {
	float: right;
	padding: 4px 8px;
	vertical-align: middle;
}

ul#cell-box li.related-links {
	background-color: #d9d9d9;
}

ul#cell-box li.related-links ul {
	margin: 0;
	padding: 15px 15px 4px 20px;
	list-style-type: none;
}

ul#cell-box li.related-links ul li {
	margin: 0 0 9px;
}

ul#cell-box li.related-links ul li:last-child {
	margin-bottom: 0;
}

ul#cell-box li.related-links ul li a {
	display: block;
	padding-left: 10px;
	font-size: 90%;
	line-height: 1.4;
	background: url(../images/icon_bullet-02.png) left 5px no-repeat;
}

ul#cell-box li.google-banner {
	background: url(../images/parts_banner-frame.png) center bottom no-repeat;
}

ul#cell-box li.google-banner .inner{
	padding: 25px 0 0;
	background: url(../images/parts_banner-frame.png) center top no-repeat;
}

ul#cell-box li .entry-date {
	position: relative;
	z-index: 2;
	float: left;
	min-width: 37px;
	min-height: 45px;
	margin: -16px 10px 0 0;
	padding: 10px 11px 11px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1;
	vertical-align: top;
	background:url(../images/parts_entry-date-bg.png) center top no-repeat;
	background-size: 100% auto;
}

ul#cell-box li .entry-date .month {
	font-size: 100%;
	letter-spacing: 1px;
}

ul#cell-box li .entry-date .day {
	font-size: 175%;
}

ul#cell-box li .entry-date .year {
	font-size: 90%;
}

ul#cell-box li .entry-date>div>span {
	background-color: #000;
}

ul#cell-box li .entry-tags {
	margin: 0;
	padding: 0;
	text-align: right;
}

ul#cell-box li .entry-tags a,
ul#cell-box li .entry-tags a:visited {
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 3px 4px;
	line-height: 1.1;
	font-size: 80%;
	color: #fff;
	white-space: nowrap;
	background-color: #6b6b6b;
}

ul#cell-box li .entry-tags a.premium,
ul#cell-box li .entry-tags a.premium:visited {
	background-color: #830020;
}

ul#cell-box li.text-entry {
	position: relative;
	background-color: #fff;
}

ul#cell-box li.text-entry .title {
	margin: 0;
	padding: 20px 15px 10px 20px;
	font-size: 190%;
	font-weight: bold;
}

ul#cell-box li.text-entry>a {
	display: block;
	min-height: 270px;
}

ul#cell-box li.text-entry>a:hover {
	text-decoration: none;
}

ul#cell-box li.text-entry>a:hover .title {
	text-decoration: underline;
}

ul#cell-box li.text-entry .excerpt {
	margin: 0;
	padding: 0 15px 20px 20px;
	line-height: 1.8;
}

ul#cell-box li.text-entry .entry-tags {
	position: absolute;
	right: 8px;
	bottom: 8px;
}

ul#cell-box li.picture-entry {
	position: relative;
	background-color: #fff;
}

ul#cell-box li.picture-entry .image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	text-align: center;
}

ul#cell-box li.picture-entry .image:hover + .bottom-elements .title a {
	text-decoration: underline;
}

ul#cell-box li.picture-entry .title {
	margin: 0;
	font-size: 120%;
	font-weight: bold;
}

ul#cell-box li.picture-entry .title a {
	display: block;
	padding: 10px 10px 5px 15px;
}

ul#cell-box li.picture-entry .bottom-elements {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 300px;
	padding-bottom: 8px;
	background-image: url(../images/parts_entry-title-bg.png);
}

ul#cell-box li.picture-entry .title a,
ul#cell-box li.picture-entry .title a:visited {
	color: #000;
	text-decoration: none;
}

ul#cell-box li.picture-entry .title a:hover {
	text-decoration: underline;
}

ul#cell-box li.picture-entry .entry-tags {
	padding-right: 8px;
}

ul#cell-box li.ad-entry {
	background: url(../images/parts_banner-frame.png) center bottom no-repeat;
}

ul#cell-box li.ad-entry .inner{
	padding: 0;
	background: url(../images/parts_banner-frame.png) center top no-repeat;
	display: table;
	width: 100%;
	height: 100%;
}
ul#cell-box li.ad-entry .inner a{
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}

ul#cell-box>li.col2-entry{
	width: 620px;
}

.main-text .bnr-academy-entry{
	margin-top: 1em;
}

.bnr-academy-entry{
	border: 2px solid #BDBDBD;
	background: #e7e8ea;
	height: 100%;
	padding: 10px;
	box-sizing: border-box;
}
.home .bnr-academy-entry{
	background: #fff;
}
.bnr-academy-entry > a{
	display: block;
	text-decoration: none;
}
.bnr-academy-entry > a:hover{
	opacity:0.5;
}
.bnr-academy-entry h1.bnr-title{
	margin: 0 0 5px;
	text-align: center;
	line-height:1.2;
}
.bnr-academy-entry h1 .copy{
	display: block;
	font-size: 14px;
	font-weight: normal;
}
.bnr-academy-entry em{
	color: #83001F;
}
.bnr-academy-entry h1 .main-title{
	display: block;
	font-size: 32px;
	color: #83001F;
	margin-top: 4px;
}
.bnr-academy-entry h1 .sub-title{
	display: block;
	font-size: 20px;
}

.coaches{
	display: table;
	margin: 0;
	padding: 0;
	list-style: none;
}
.coaches li{
	display: table-cell;
	padding: 5px;
	text-align: center;
}
.coaches li p{
	margin: 5px 0;
	color: #333;
	font-size: 11px;
}
.coaches li img{
	max-width: 100%;
	height: auto;
}
.link-academy{
	color: #fff !important;
	background: #008C46;
	display: block;
	margin: 0;
	padding: 5px 10px;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	border-radius: 10px;
}



#loading {
	padding: 30px 0;
	display: none;
	text-align: center;
}

#bottom {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 100;
	width: 100%;
	min-width: 940px;
	background-color: #000;
}

#bottom>.inner {
	position: relative;
	width: 940px;
	margin: 0 auto;
	padding: 20px 0;
	line-height: 1.2;
}

#bottom>.inner:after{
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;
	clear: both; 
	visibility:hidden;
}
	
.page-top-link {
	position: absolute;
	right: 0;
	top: -32px;
}
	
.page-top-link a img {
	display: block;
}

.footer-menu {
	float: left;
	width: 65%;
}

.footer-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.footer-menu ul li {
	float: left;
	margin: 0 10px 0 0;
}

.footer-menu ul li a,
.footer-menu ul li a:visited {
	float: left;
	color: #fff;
	font-size: 11px;
}

.copyright {
	float: right;
	width: 33%;
	margin: 0;
	font-size: 11px;
	color: #fff;
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
}

#topic-path {
	clear: both;
	width: 100%;
	margin: -5px 0 15px;
	line-height: normal;
	font-size: 85%;
}

#topic-path a {
	text-decoration: none;
	border-bottom: 1px dotted #000;
}

#topic-path a:hover {
	text-decoration: none;
	border-bottom: 1px solid #000;
}

.webpage .content,
.post .content {
	font-size: 120%;
	line-height: 1.7;
}

.webpage .content a,
.post .content a {
	text-decoration: none;
	border-bottom: 1px dotted #737373;
}

.webpage .content a:hover,
.post .content a:hover {
	text-decoration: none;
	border-bottom: 1px solid #737373;
}

#substance .main-column {
	float: left;
	width: 620px;
	border-top: 6px solid #000;
}

body.post .main-text {
	width: 580px;
	padding: 0 20px;
	background-color: #fff;
    *zoom: 1;
}

.body.post .main-text:before,
.body.post .main-text:after {
    content: " ";
    display: table;
}

.body.post .main-text:after {
    clear: both;
}

#substance .sub-column {
	float: right;
	width: 300px;
}

.main-column h1 {
	margin: 25px 0;
	line-height: normal;
}

.webpage .content h2 {
	margin: 30px 0 15px;
	padding: 10px;
	line-height: 1.2;
	background-color: #d9d9d9;
}

.webpage .content h3 {
	margin: 30px 0 15px;
	padding: 3px 0 3px 7px;
	line-height: 1.2;
	font-size: 130%;
	border-left: 6px solid #000;
}

.webpage .content h4 {
	margin: 25px 0 15px;
	font-size: 120%;
}

.main-column .note {
	font-size: 85%;
}

.main-column .contact {
	margin-top: 25px;
	text-align: center;
}

.links {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

.links li {
	margin: 0 0 10px;
	padding-left: 10px;
	background: url(../images/icon_bullet-02.png) left 0.6em no-repeat;
}

.links li a[href^="http"],
.links li a[target="_blank"] {
	background: url(../images/icon_link-external.png) right 4px no-repeat;
	padding-right:15px;
}

.links li a[href^="http://coach-united.ark-web.jp/"] {
	background: none;
	padding-right: 0;
}

.content .links li a {
	text-decoration: none;
	border-bottom: none;
}

.content .links li a:hover {
	text-decoration: underline;
	border-bottom: none;
}

.archive-unit {
	position: relative;
	min-height: 150px;
	margin: 0 0 20px;
	overflow: hidden;
	background-color: #fff;
}

.archive-unit .summary {
	position: relative;
	min-height: 120px;
	padding-right: 1em;
	padding-bottom: 2.4em;
}

.archive-unit .summary>a {
	display: block;
	padding-left: 8em;
	text-decoration: none;
}

.archive-unit .summary>a:hover h2 {
	text-decoration: underline;
}

.archive-unit .image {
	float: right;
	margin: 0 0 0 25px;
}

.archive-unit .image a{
	width: 150px;
	height: 150px;
	display: block;
	overflow: hidden;
}

.archive-unit .image a img{
	width: auto;
	max-width: inherit;
	height: 100%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	position: relative;
	left: 50%;
}

.archive-unit h2 {
	margin: 0;
	padding: 10px 0 0;
	line-height: 1.4;
	background-color: transparent;
}

.archive-unit .excerpt {
	margin: 2px 0 0;
	font-size: 90%;
	line-height: 1.4;
}

.archive-unit .entry-date {
	position: relative;
	float: left;
	min-width: 37px;
	min-height: 45px;
	margin: 15px 0 0 20px;
	padding: 10px 11px 11px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1;
	vertical-align: top;
	background:url(../images/parts_entry-date-bg.png) center top no-repeat;
	background-size: 100% auto;
}

.archive-unit .entry-date .month {
	font-size: 100%;
	letter-spacing: 1px;
}

.archive-unit .entry-date .day {
	font-size: 175%;
}

.archive-unit .entry-date .year {
	font-size: 90%;
}

.archive-unit .entry-date>div>span {
	background-color: #000;
}

.archive-unit .entry-tags {
	position: absolute;
	left: 8em;
	bottom: 9px;
	margin: 0;
	padding: 0;
}

.archive-unit .entry-tags a,
.archive-unit .entry-tags a:visited {
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 3px 4px;
	line-height: 1.1;
	font-size: 80%;
	color: #fff;
	white-space: nowrap;
	background-color: #6b6b6b;
}

.archive-unit .entry-tags a.premium,
.archive-unit .entry-tags a.premium:visited {
	background-color: #830020;
}

.archive-unit>.archive-border {
	display: none;
	position: absolute;
	background-color: #000;
	z-index: 1;
}

.archive-unit:hover>.archive-border {
	display: block;
}

.archive-unit>.top-line {
	left: 0;
	top: 0;
	width: 620px;
	height: 10px;
}

.archive-unit>.right-line {
	left: 610px;
	top: 0;
	width: 10px;
	height: 100%;
}

.archive-unit>.bottom-line {
	left: 0;
	bottom: 0;
	width: 620px;
	height: 10px;
}

.archive-unit>.left-line {
	left: 0;
	top: 0;
	width: 10px;
	height: 100%;
}

.post-date {
	margin: 0;
	padding: 10px 0 5px;
	font-weight: bold;
	text-align: right;
}

.post h1 {
	margin-top: 0;
	margin-bottom: 0;
}

.post blockquote {
	margin-left: 0;
	padding-left: 20px;
	font-style: italic;
	border-left: 3px solid #000;
}

.post hr {
	height: 1px;
	margin: 20px 0;
	background: none;
	border: none;
	border-top: 1px solid #ccc;
}

.post .image-block {
	overflow: hidden;
}

.post .image-block .image {
	float: left;
	margin: 0 20px 0 0;
}

.post .image-block .text {
	overflow: hidden;
}

.post .image-block .text *:first-child {
	margin-top: 0;
}

.post-info {
	margin: 15px 0;
	font-size: 80%;
	line-height: 1.2;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.post-info em {
	font-weight: bold;
	font-style: normal;
}


.banner-block {
	margin: 20px 0;
	overflow: hidden;
}

.banner-block a:first-child {
	float: left;
}

.banner-block a:last-child {
	float: right;
}

.title-01 {
	margin: 0;
	padding: 10px 0;
	overflow: hidden;
	background-color: #E7E8EA;
	border-top: 3px solid #000;
}

.title-01>img {
	float: left;
}

.title-01 a.button {
	float: right;
	margin: -3px 0;
}

.related-posts ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style-type: none;
}

.related-posts ul li {
	float: left;
	width: 260px;
	margin: 0 0 20px;
	padding: 12px 25px 12px 15px;
	background: url(../images/icon_bullet-01.png) 285px center no-repeat #d9d9d9;
}

.related-posts ul li:nth-child(even) {
	float: right;
}

.related-posts ul li p {
	margin: 0;
}

.related-posts ul li p .date {
	display: block;
	font-weight: bold;
}

.related-posts ul li a,
.related-posts ul li a:visited {
	display: block;
	color: #000;
	text-decoration: none;
}

.related-posts ul li a:hover {
	text-decoration: underline;
}

.sns-buttons {
	margin: 0;
	padding: 10px 0 0 0;
	text-align: right;
    *zoom: 1;
}

.sns-buttons:before,
.sns-buttons:after {
    content: " ";
    display: table;
}

.sns-buttons:after {
    clear: both;
}


.sns-buttons ul{
	float: right;
	list-style: none;
	margin: 0;
	padding:0;
}
.sns-buttons ul li{
	float: left;
	padding-left: 10px;
}
.sns-buttons .tw{
/*	width: 90px;*/
}
.sns-buttons .gp{
	width: 60px;
}
.sns-buttons .fb{
/*	width: 112px;*/
}
.sns-buttons .fb .fb-like >span{
	vertical-align: top !important;
}


.onayami-box{
	width: 450px;
	padding: 25px 35px;
	text-align: center;
}
.onayami-box .buttonArea{
	margin-bottom: 0;
}
form.onayami textarea{
	width: 100%;
	height: 240px;
	text-align: left;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
form.onayami .buttonArea{
	margin-top: 25px;
	margin-bottom: 0;
	text-align: center;
}
form.onayami .buttonArea input{
	background: #000;
	color: #fff;
	border:none;
	padding: 5px 1.5em;
}


.box-01 {
	margin: 1em 0;
	padding: 15px;
	background-color: #fff;
	border: 3px solid #000;
}

.box-01>*:first-child {
	margin-top: 0;
}

.box-01>*:last-child {
	margin-bottom: 0;
}

dl.def-01 {
	margin: 1em 0 1em 0.5em;
	padding: 0;
}

dl.def-01 dt {
	margin: 1em 0 0;
	padding: 0 0 0 7px;
	font-size: 110%;
	font-weight: bold;
	border-left: 5px solid #830020;
}

dl.def-01 dt:first-child {
	margin-top: 0;
}

dl.def-01 dd {
	margin: 5px 0 0;
}

table.table-01 {
	margin: 1em 0;
	border-top: 2px solid #000;
	border-collapse: collapse;
}

table.table-01>tr>th,
table.table-01>tbody>tr>th {
	padding: 10px;
	text-align: left;
	vertical-align: top;
	color: #830020;
	border-bottom: 2px solid #000;
}

table.table-01>tr>td,
table.table-01>tbody>tr>td {
	padding: 10px;
	vertical-align: top;
	border-bottom: 2px solid #000;
}

.webpage .content em,
.post .content em {
	font-style: normal;
}

.right-image {
	float: right;
	margin: 0 0 10px 15px;
}

.left-image {
	float: left;
	margin: 0 15px 10px 0;
}

.attention-01,
.attention-01 {
	color: #830020;
}


.entry-academy-intro{
	color: #fff;
	margin: 0 0 20px;
	padding: 20px;
	background: #615C5F;
}
.entry-academy-intro h1{
	font-size: 148%;
	margin: 0 0 20px;
	text-align: center;
}
.entry-academy-intro h1 span{
	font-size: 70%;
	font-weight:normal;
	display:block;
}

.entry-academy-intro .video-box{
	margin-bottom: 0;
}
.entry-academy-intro .video-box p{
	width: 250px;
	margin: 0;
	float: left;
}
.entry-academy-intro .video-sec-01{
	width: 320px;
	float: right;
}

.entry-academy-intro .more {
	clear: both;
	width: 360px;
	margin: 20px auto;
	text-align: center;
}
.entry-academy-intro .more a{
	color: #fff;
	padding: 15px;
	font-size: x-large;
	display: block;
	text-align: center;
	background: #E89B44 url(../images/icon_bullet-01.png) 96% center no-repeat;
	border: 1px solid #ddd;
	text-decoration:none;
}
.entry-academy-intro .more a:hover{
	background: #f8bB64 url(../images/icon_bullet-01.png) 96% center no-repeat;
	text-decoration:none;
}


article img{
	max-width: 100%;
	height: auto;
}
.em{
	color: #83001F;
}
.mailEntry-img{
	color: #fff;
	padding: 15px;
	background: #000;
}
.fig-caption{
	font-size: 18px;
	margin: 0 0 10px;
}
.entry-academy-info{
	padding: 20px;
	background: #fff;
	border: 5px solid #83001F;
}
.entry-form-title{
	color:  #83001F;
	font-size: 20px;
	font-weight: bold;
	margin: -50px 0 10px;
	text-align:center;
}

.entry-form:before{
	width:0px;
	height:0px;
	content: '';
	display: table;
	margin: 0 auto;
	border-top:solid 60px #000;
	border-right:solid 60px transparent;
	border-bottom:solid 60px transparent;
	border-left:solid 60px transparent;
}

.entry-form fieldset{
	margin: 0;
	padding: 15px;
	background-color: #e7e8ea;
}
.entry-form label{
	display: block;
}
.entry-form input[type="text"]{
	width: 100%;
	box-sizing: border-box;
	margin-bottom :10px;
}
.entry-form .button-row{
	text-align:center;
}
.entry-form .button-row input[type="submit"]{
	color: #fff;
	border: none;
	background: #83001F;
	padding: 8px 20px;
	-webkit-appearance: none;
}


#bg_AD{

}

#bg_AD .left{
	position: fixed;
	top: 0;
	right: 50%;
	z-index: 0;
	margin-right: 490px;
}
#bg_AD .right{
	position: fixed;
	top: 0;
	left: 50%;
	z-index: 0;
	margin-left: 490px;
}

/*
#bg_AD a{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
}
*/
/*
#bg_AD{
	position: fixed;
	width: 1300px;
	height: 600px;
	top: 0;
	left: 50%;
	z-index: 0;
	margin-left: -650px;
}


#bg_AD a{
	width: 1300px;
	height: 600px;
	display: block;
}
*/

/* 汎用 */
.t-right { text-align: right !important; }
.t-left { text-align: left !important; }
.t-center { text-align: center !important; }

.v-top { vertical-align: top !important; }
.v-bottom { vertical-align: bottom !important; }
.v-middle { vertical-align: middle !important; }

.f-right { float: right !important; }
.f-left { float: left !important; }

.f-bold { font-weight: bold !important; }
.f-italic { font-style: italic !important; }
.f-normal { text-decoration: none !important; font-weight: normal !important; font-style: normal !important; }

.nowrap { white-space: nowrap !important; }

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
