@charset "utf-8";

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
}
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
body {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 14px;
	line-height: 1.5;
	border-top: 4px solid #C7FA4F;
	color: #2b2b2b;
}

/* block 
--------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	margin: 2rem 0;
	letter-spacing: 0;
	line-height: 1.6;
}
h1, .h1 { font-size: 20px; line-height: 1.3; }
h2, .h2 { font-size: 20px; line-height: 1.3; }
h3, .h3 { font-size: 18px; line-height: 1.35; }
h4, .h4 { font-size: 2.4rem; line-height: 1.5; }
h5, .h5 { font-size: 1.8rem; }
h6, .h6 { font-size: 1.5rem; }

small {
	font-size: 65%;
	font-weight: normal;
	line-height: 1;
	letter-spacing: 0;
	color: #777;
	margin-left: 0.75em;
}
h5 small,
h6 small,
p small {
	font-size: 80%;
}
p {
	margin: 0 0 1em 0;
	color: #515151;
}
p.lead {
	font-size: 2.0rem;
	margin: 0 0 3.6rem 0;
}
blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
	padding: 20px 0 0 0;
	display: block;
	font-size: 80%;
	line-height: 1.42857143;
	color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

/* alignment
--------------------------------------------------------------------------*/
.alignleft 		{ float: left; margin-right: 20px; }
.alignright 	{ float: right; margin-left: 20px; }
.aligncenter 	{ text-align: center; margin: 0 auto; display: block; }
.leftcolumn img.alignleft,
.leftcolumn img.alignright {
	margin-top: 20px;
}

/* image
--------------------------------------------------------------------------*/
img.circle {
	border-radius: 50%;
}

img {
   height: auto;
}

/* block
--------------------------------------------------------------------------*/
ul {
	margin: 1em 0;
	padding: 0 0 0 1.8em;
	list-style-type: disc;
}
ol {
	margin: 1em 0;
	padding: 0 0 0 2.2em;
}
li {
	margin-bottom: 0.45em;
}
dl {
	margin-top: 0;
	margin-bottom: 20px;
}
dt,
dd {
	line-height: 1.4;
	margin-left: 0;
}
dt {
	font-weight: bold;
}
dd+dt {
	margin-top: 1rem;
}
table {
	border-top: 1px solid #ddd;
	margin: 1em 0;
	width: 100%;
	max-width: 100%;
}
caption {
	text-align: left;
	padding: 1rem 0;
}
table tr th,
table tr td {
	padding: 0.5em;
	border-bottom: 1px solid #ddd;
	text-align: left;
}
table.center tr th,
table.center tr td {
	text-align: center;
}
table tr.center th,
table tr.center td,
table tr th.center,
table tr td.center {
	text-align: center;
}
div.table-responsive {
	min-height: .01%;
	overflow-x: auto;
}
@media screen and (max-width: 767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	.table-responsive > table {
		margin: 0;
		margin-bottom: 0;
	}
	.table-responsive > table th,
	.table-responsive > table td {
		white-space: nowrap;
	}
}

code {
	padding: .2rem .5rem;
	margin: 0 .2rem;
	border: 1px solid #ccc;
	font-size: 90%;
	color: #2f6f9f;
	background-color: #F7F7F9;
	border-radius: 4px;
	font-family: Consolas, monospace;
}
pre code {
	display: block;
	padding: 1rem 1.5rem;
	color: #2f6f9f;
	white-space: pre-wrap;
	font-family: Consolas, monospace;
}

/* inline
--------------------------------------------------------------------------*/
storng {
	font-weight: bold;
	font-style: normal;
}
em {
	font-style: italic;
}
sup {}
sub {}
img {
	max-width: 100%;
}

/* inline-block
--------------------------------------------------------------------------*/
a,
a:link,
a:visited {
	color: #2b2b2b;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* header
--------------------------------------------------------------------------*/
header {
	text-align: center;
}
header h1 {
	line-height: 1;
	margin: 20px 0 10px;
}
header h1 a {
}
header p {
	font-size: 13px;
	color: #7e7a6b;
}
header p br {
	display: none;
}
@media (max-width: 767px) {
	header h1 {
		margin-top: 15px;
	}
	header h1 a {
		display: block;
		margin: 0 auto;
		max-width: 200px;
	}
	header p br {
		display: inline;
	}
}

/* slider
--------------------------------------------------------------------------*/
#slider {
	background: url(../img/bg_check.png);
}
#slider .bx-wrapper {
	margin: 0;
}
#slider .bx-wrapper .bx-viewport {
	box-shadow: none;
	border: 0;
	left: 0;
}
#slider .bx-wrapper .bx-pager {
	display: none;
}
#slider ul.noslider,
#slider ul.noslider li,
#slider ul.bxslider,
#slider ul.bxslider li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#slider ul.noslider li {
	line-height: 0;
}
#slider ul.bxslider li {
	display: none;
}
#slider ul a {
	display: block;
}
#slider .bx-viewport ul.bxslider li {
	display: block!important;
}
@media screen and (min-width: 1000px) {
	#slider .bx-wrapper .bx-prev {
		left: -15px;
	}
	#slider .bx-wrapper .bx-next {
		right: -15px;
	}
}


/* nav
--------------------------------------------------------------------------*/
nav.main {
	background: url(../img/bg_nav.png) repeat-x left bottom;
}
nav.main ul {
	font-size: 0;
	text-align: center;
}
nav.main ul li {
	display: inline-block;
	font-size: 14px;
	padding: .6em .9em;
	margin: 0.225em 0; 
}
nav.main ul li a {
	display: inline-block;
	padding: 2px 0;
	border-bottom: 2px solid transparent;
}
nav.main ul li.current-category-ancestor a,
nav.main ul li.current-menu-item a,
nav.main ul li a:hover {
	text-decoration: none;
	border-bottom: 2px solid #B0E900;
}
@media screen and (max-width: 767px) {
	nav.main {
		background: url(../img/bg_check.png);
	}
	nav.main ul li {
		margin: .6em 0;
		padding: 0 1em;
		border-right: 1px solid #B0B080;
	}
	nav.main ul li:last-child {
		border-right: 0;
	}
	nav.main ul li a {
		font-weight: bold;
	}
}

/* section
--------------------------------------------------------------------------*/
section {
	padding: 30px 0;
}
#breadcrumb+section {
	padding-top: 10px;
}
section h1,
section h2 {
	margin-top: 60px;
	background: url(../img/ico_clover.png) no-repeat 0 4px /16px;
	padding-left: 30px;
}
body.home section h2 {
	margin-top: 40px;
}
section h1:first-of-type,
section h2:first-child,
body.home section h2:first-child {
	margin-top: 0;
}
section h1.page_title,
section h2.page_title {
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
}
section h1.page_title + h2.lead {
	margin-top: -20px;
}
section h2.lead {
	font-size: 18px;
	background: none;
	background-color: #D1FE6E;
	padding: 15px 35px;
	border-radius: 2px;
	margin-bottom: 40px;
	word-wrap: break-word;
}
section h3 {
	font-size: 16px;
	margin-top: 3rem;
}
section h3:first-of-type {
	margin-top: 0;
}
#content h3:before {
	border-left: 5px solid #B0E900;
	content: " ";
	padding-right: 15px;
}
#content h3:first-of-type:before {
	border-left: 5px solid #578700;
}
#content p.more {
	margin-top: 20px;
	text-align: right;
}
#content ul.news+p.more {
	margin-top: 0;
}
#content p.more a {
	display: inline-block;
	height: 40px;
	padding: 10px 60px 10px 40px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border-radius: 5px;
	background: url(../img/btn_pt_arrow.png) no-repeat 90% center, url(../img/btn_bg.png) repeat-x 0 0;
	background-size: 16px, 1px;
	-webkit-box-shadow: 2px 2px 2px rgba(200,200,200, 0.3);
	-moz-box-shadow: 2px 2px 2px rgba(200,200,200, 0.3);
	box-shadow: 2px 2px 2px rgba(200,200,200, 0.3);
}
#content p.more a {
	color: #fff;
	text-decoration: none;
}
#content p.more a:hover {
	opacity: 0.8;
	text-decoration: none;
}

@media only screen and (max-width: 767px) {
	#content h1.page_title,
	#content h2.page_title {
		margin-bottom: 20px;
	}
	#content h2.lead {
		padding: 15px;
	}
	#content p.more a {
		width: 100%;
		padding: 10px;
		display: block;
		margin: 0 auto;
		text-align: center;
		background: url(../img/btn_pt_arrow.png) no-repeat 95% center, url(../img/btn_bg.png) repeat-x 0 0;
		background-size: 16px, auto;
	}
}

/* sub - content
------------------------------------------------------------------- */
#content li {
	margin-bottom: 1em;
}
#content li li {
	margin-bottom: .45em;
}
#content table {
	margin: 2rem 0;
	border-top: 1px solid #ddd;
}
#content table th,
#content table td {
	padding: 1em 1.5em;
	border-bottom: 1px solid #ddd;
}
#content table th p:last-child,
#content table td p:last-child {
	margin-bottom: 0;
}
#content table th {
	width: 30%;
	font-weight: bold;
	background-color: #FFFBED;
}
#content table thead {
	display: none;
}
#content div.border {
	border: 2px solid #777;
	padding: 20px;
}
#content p.sign {
	text-align: right;
}
#content a {
	color: #90BE01;
	text-decoration: underline;
}
#content dl dt {
	padding: 10px 0;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	margin-bottom: 10px;
}
#content dl dd {
	margin-bottom: 30px;
}
#content dl dd:last-child {
	margin-bottom: 0;
}
#content div.concept {
	background: url(../img/bg_border_check.png) 0 0;
	padding: 6px;
}
#content div.concept.contact {
	margin: 60px auto 40px;
	width: 75%;
	max-width: 700px;
}
#content div.concept .inbox {
	background-color: #fff;
	padding: 30px;
}
#content div.concept .inbox *:last-child {
	margin-bottom: 0;
}
#content div.concept.large {
	font-size: 18px;
	margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
	#content table th,
	#content table td {
		padding: 1em .5em;
	}
	#content table.col2 th,
	#content table.col2 td {
		display: block;
		width: 100%;
		background-color: #fff;
	}
	#content table.col2 tr:nth-child(2n+1) th,
	#content table.col2 tr:nth-child(2n+1) td {
		background-color: #FFFDF6;
	}
	#content table.col2 th {
		border-bottom: 0;
		padding: 1em .75em .75em .75em;
	}
	#content table.col2 td {
		padding: 0 .75em 1em .75em;
	}
	#content div.concept .inbox {
		padding: 20px;
	}
	#content div.concept.large {
		font-size: 14px;
	}
	#content div.concept.large .inbox {
		padding: 15px;
	}
	#content div.concept.contact {
		width: 100%;
		max-width: none;
	}
}

/* sub - vision
------------------------------------------------------------------- */
#content ul.vision {
	margin: 15px 0;
	padding: 0.5em 0 0 0;
	list-style-type: none;
	border-top: 1px dashed #ddd;
}
#content ul.vision li {
	font-size: 20px;
	border-bottom: 1px dashed #ddd;
	margin-bottom: 0.5em;
	background: url(../img/ico_circle.png) no-repeat 0 5px;
	background-size: 20px;
	padding-left: 36px;
	padding-bottom: 0.5em;
	color: #617B24;
	line-height: 1.2;
}
#content ul.vision li span {
	padding: 0 3px;
}

#content ul.vision.num li {
	background-image: none;
	position: relative;
}
#content ul.vision.num li span.num {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	background: url(../img/ico_number.png) no-repeat 0 0;
	width: 26px;
	height: 26px;
	text-indent: 130%;
	white-space: nowrap;
	overflow: hidden;
}
#content ul.vision.num li span.num2 { background-position: -26px 0; }
#content ul.vision.num li span.num3 { background-position: -52px 0; }
#content ul.vision.num li span.num4 { background-position: -78px 0; }
#content ul.vision.num li span.num5 { background-position: -104px 0; }
#content ul.vision.num li span.num6 { background-position: -130px 0; }
#content ul.vision.num li span.num7 { background-position: -156px 0; }
#content ul.vision.num li span.num8 { background-position: -182px 0; }

@media only screen and (max-width: 767px) {
	#content ul.vision li {
		font-size: 18px;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
	#content ul.vision.num li span.num {
		background-image: url(../img/ico_number_2x.png);
		background-size: 208px 26px;
	}
}

/* sub - single - press
------------------------------------------------------------------- */
#content.single {
	padding: 40px;
	border: 1px solid #ddd;
	-webkit-box-shadow: 0 0 3px rgba(230,230,230,0.4);
	-moz-box-shadow: 0 0 3px rgba(230,230,230,0.4);
	box-shadow: 0 0 3px rgba(230,230,230,0.4);
}
#content.single h2:first-of-type {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 20px;
	margin-bottom: 0;
}
#content.single div.catline {
	display: block;
	position: relative;
	text-align: right;
	background-color: #f9f9f9;
	padding: 10px 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}
#content.single div.catline span.date {
	margin-right: 10px;
	position: absolute;
	left: 20px;
	top: 12px;
}
#content.single div.catline span.cat,
#content.single div.catline span.type {
	font-size: 12px;
	display: inline-block;
	background-color: #eee;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	margin-right: 5px;
	padding: 3px 8px 3px 16px;
	background-image: url(../img/ico_tag.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	background-size: 5px 5px;
	white-space: nowrap;
}
#content.single div.catline span.type {
	background-color: #fee;
	border: 1px solid #f5e5e5;
}
#content.single p.more {
	margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
	#content.single {
		padding: 20px 15px;
		word-break: break-all;
	}
	#content.single h2:first-of-type {
		padding-left: 0;
		background-image: none;
	}
	#content.single div.catline {
		padding: 10px;
		text-align: left;
	}
	#content.single div.catline span.date {
		display: block;
		position: static;
		margin-bottom: 5px;
		margin-left: 0;
	}
}

/* sub - recruit
------------------------------------------------------------------- */
#content ul.recruit {
	padding: 0;
	list-style-type: none;
}
#content ul.recruit li {
	padding: 20px 0;
}
#content ul.recruit li h3 {
	border-left: 0;
	padding-left: 0;
	font-size: 20px;
	background: url(../img/ico_circle.png) no-repeat 0 0;
	background-size: 20px;
	padding-left: 36px;
}
#content ul.recruit li h3:before {
	display: none;
}
#content ul.recruit li div.lead {}
#content ul.recruit li div.lead img {
	float: left;
	width: 24%;
	height: auto!important;
}
#content ul.recruit li div.lead p {
	float: right; 
	width: 72%;
	font-size: 16px;
}
#content ul.recruit li h4 {
	border-left: 0;
	margin: 20px 0 0 0;
	padding: 10px;
	font-size: 16px;
	border: 1px solid #999;
	border-bottom: 1px solid #D3DDAC;
	background-color: #EAF4C5;
}
#content ul.recruit li div.info {
	padding: 0 0 20px 0;
}
#content ul.recruit li div.info table {
	margin-top: 0;
	border-top: 0;
	border-right: 1px solid #999;
}
#content ul.recruit li table th {
	width: 20%;
	border-left: 1px solid #999;
}
#content ul.recruit li table tr:last-child th,
#content ul.recruit li table tr:last-child td {
	border-bottom: 1px solid #999;
}
#content ul.recruit li p.btn_recruit {
	text-align: center;
}
#content ul.recruit li p.btn_recruit a {
	display: inline-block;
	margin-right: 10px;
	padding: 15px 60px;
	background-color: #ADC00A;
	color: #fff;
	font-size: 18px;
	border-radius: 2px;
	text-decoration: none;
}
#content ul.recruit li p.btn_recruit a:hover {
	opacity: 0.8;
}
@media only screen and (max-width: 767px) {
	#content ul.recruit li table th {
		width: auto;
	}
	#content ul.recruit li h4 {
		margin-bottom: 0;
	}
	#content ul.recruit li table {
		border-top: 0;
		border-left: 1px solid #999;
		margin-top: 0;
	}
	#content ul.recruit li table th,
	#content ul.recruit li table td {
		border-left: 0;
	}
	#content ul.recruit li table tr:last-child th {
		border-bottom: 0;
	}
}


/* sub - interview
------------------------------------------------------------------- */
#content div.img.interview {
	float: left;
	max-width: 45%;
	margin: 0 40px 40px 0;
	background-color: #fff;
	border: 10px solid #fff;
	line-height: 0;

	position:relative;
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
#content div.img.interview img:before,
#content div.img.interview img:after {
	content:"";
	position:absolute;
	z-index:-1;
	-webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
	-moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
	box-shadow:0 0 20px rgba(0,0,0,0.8);
	top:50%;
	bottom:0;
	left:10px;
	right:10px;
	-moz-border-radius:100px / 10px;
	border-radius:100px / 10px;
}
#content div.img.interview img:after {
	right:10px;
	left:auto;
	-webkit-transform:skew(8deg) rotate(3deg);
	-moz-transform:skew(8deg) rotate(3deg);
	-ms-transform:skew(8deg) rotate(3deg);
	-o-transform:skew(8deg) rotate(3deg);
	transform:skew(8deg) rotate(3deg);
}
#content div.img.interview img {
	height: auto!important;
}
@media only screen and (max-width: 767px) {
	#content div.img.interview {
		margin: 0 20px 20px 0;
	}
}

/* sub - profile
------------------------------------------------------------------- */
#content ul.profile {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#content ul.profile li {
	margin-bottom: 30px;
}
#content ul.profile li img {
	float: left;
	width: 12%;
	border: 1px solid #F1F0EA;
}
#content ul.profile li h3,
#content ul.profile li p {
	float: right;
	width: 84%;
}
#content ul.profile li h3 {
	padding-left: 0;
	border-left: 0;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #999;
}
#content ul.profile li h3:before {
	display: none;
}
#content ul.profile li h3 span.kana {
	font-size: 0.8em;
}
#content ul.profile li h3 span.position {
	display: block;
	margin-top: 3px;
	font-size: 0.9em;
	color: #717171;
	letter-spacing: 2px;
}
#content ul.profile li p {
	line-height: 1.5;
}
@media only screen and (max-width: 767px) {
	#content ul.profile li img {
		width: 24%;
	}
	#content ul.profile li h3,
	#content ul.profile li p {
		width: 70%;
	}
}

/* section - related
------------------------------------------------------------------- */
section.related h2 {
	background: none;
	background-color: #F1F3D7;
	padding: 15px 35px;
	margin-bottom: 30px;
	font-size: 16px;
	border-radius: 2px;
}
div.related ul,
section.related ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div.related ul li,
section.related ul li {
	float: left;
	width: 49%;
	margin: 0 2% 30px 0;
}
div.related ul li:nth-child(2n),
section.related ul li:nth-child(2n) {
	margin-right: 0;
}
div.related ul li a,
section.related ul li a {
	display: block;
}
div.related ul li a img,
section.related ul li a img {
	float: left;
	width: 40%;
	border: 1px solid #F1F0EA;
	height: auto!important;
}
div.related ul li a p,
section.related ul li a p {
	float: right;
	width: 56%;
	font-size: 16px;
	line-height: 1.5;
	word-break: break-all;
}
div.related ul li a:hover img,
section.related ul li a:hover img {
	opacity: 0.8;
}
div.related ul li a:hover p,
section.related ul li a:hover p {
	text-decoration: underline;
}
@media only screen and (max-width: 767px) {
	section.related h2 {
		padding: 15px;
	}
	div.related ul li,
	section.related ul li {
		float: none;
		width: 100%;
	}
	div.related ul li a p,
	section.related ul li a p {
		font-size: 14px;
	}
	div.related ul li a img,
	section.related ul li a img {
		width: 24%;
	}
	div.related ul li a p,
	section.related ul li a p {
		width: 70%;
	}

}

/* topics
--------------------------------------------------------------------------*/
#content ul.topics {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#content ul.topics li {
	float: left;
	width: 31.14583%;
	margin-right: 3.125%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#content ul.topics li:nth-child(3n) {
	margin-right: 0;
}
#content ul.topics li a {
/*	display: inline-block;*/
	text-decoration: none;
}
#content ul.topics li a:hover {
	text-decoration: underline;
}
#content ul.topics li a:hover img {
	opacity: 0.8;
}
#content ul.topics li img {
	max-width: 100%;
	width: auto!important;
	height: auto!important;
	background-color: #fff;
	border: 10px solid #fff;
	position:relative;
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
#content ul.topics li img:before,
#content ul.topics li img:after {
	content:"";
	position:absolute;
	z-index:-1;
	-webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
	-moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
	box-shadow:0 0 20px rgba(0,0,0,0.8);
	top:50%;
	bottom:0;
	left:10px;
	right:10px;
	-moz-border-radius:100px / 10px;
	border-radius:100px / 10px;
}
#content ul.topics li img:after {
	right:10px;
	left:auto;
	-webkit-transform:skew(8deg) rotate(3deg);
	-moz-transform:skew(8deg) rotate(3deg);
	-ms-transform:skew(8deg) rotate(3deg);
	-o-transform:skew(8deg) rotate(3deg);
	transform:skew(8deg) rotate(3deg);
}
#content ul.topics li h3 {
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 5px;
	line-height: 1.5;
	padding-left: 0;
	color: #2b2b2b;
}
#content ul.topics li h3:before {
	display: none;
}
#content ul.topics li p.more {
	text-align: right;
}
#content ul.topics li p.more span {
	border-radius: 3px;
	border: 1px solid #ccc;
	font-size: 11px;
	padding: 2px 5px;
}

@media screen and (max-width: 767px) {
	#content ul.topics li {
		float: none;
		width: auto;
		margin-right: 0;
	}
	#content ul.topics li img {
		float: left;
		width: 44%;
		max-width: 44%;
		border-width: 3px;
	}
	#content ul.topics li h3 {
		float: right;
		width: 54%;
		margin: 0;
	}
	#content ul.topics li p.more {
		float: right;
		width: 54%;
	}
	#content ul.topics li a {
		display: inline-block;
	}
}

/* news
--------------------------------------------------------------------------*/
#content ul.news {
	padding: 0;
	margin: 0;
}
#content ul.news li {
	list-style-type: none;
	margin: 0;
	padding-bottom: 30px;
}
#content ul.news li:first-child {
	margin-top: 0;
	padding-top: 0;
}
#content ul.news li a {
	display: inline;
	line-height: 1.6;
	color: #2b2b2b;
	border-bottom: 1px dashed #ADA892;
}
#content ul.news li a:hover {
	border-bottom: 1px solid #ADA892;
	text-decoration: none;
}
#content ul.news li h3 {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 10px;
	padding-left: 0;
}
#content ul.news li h3:before {
	display: none;
}
#content ul.news li span.date,
#content ul.news li div.title {
	display: table-cell;
	vertical-align: top;
}
#content ul.news li div.title > span {
	font-size: 12px;
	display: inline-block;
	background-color: #eee;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 3px 8px 3px 16px;
	background-image: url(../img/ico_tag.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	background-size: 5px 5px;
	white-space: nowrap;
}
#content ul.news li div.title > span.type {
	background-color: #fee;
	border: 1px solid #f5e5e5;
}
#content ul.news li span.date {
	padding-top: 5px;
	padding-right: 20px;
}
#content ul.news li span.date > span {
	background-color: #EBEAE3;
	border-radius: 20px;
	padding: 5px 15px;
}
#content ul.news li span.new {
	color: #d4220f;
	padding-left: 10px;
}
#content ul.news li h3 {
	padding-left: 0;
}
#content ul.news li h3:before {
	display: none;
}
#content ul.news li a {
	color: #2b2b2b;
	text-decoration: none;
}
@media screen and (max-width: 767px) {
	#content ul.news {
		margin-left: 0;
	}
	#content ul.news li {
		padding: 20px 10px;
		margin-bottom: 0;
		border-bottom: 1px solid #eee;
	}
	#content ul.news li:nth-child(2n) {
		background-color: #f9f9f9;
	}
	#content ul.news li span.date,
	#content ul.news li div.title {
		display: block;
	}
	#content ul.news li span.date {
		padding-top: 0;
	}
	#content ul.news li span.date > span {
		padding: 3px 15px;
	}
	#content ul.news li div.title {
		margin-top: 10px;
	}
}

/* adinfo
--------------------------------------------------------------------------*/
#content ul.adinfo {
	padding: 0;
	margin: 0;
}
#content ul.adinfo li {
	display: table-row;
	list-style-type: none;
}
#content ul.adinfo li:nth-child(2n) {
	background-color: #FCFAF5;
}
#content ul.adinfo li span {
	display: table-cell;
	padding: 10px;
	font-size: 12px;
	border-top: 1px solid #ddd;
}
#content ul.adinfo li span.date {
	width: 8em;
}
#content ul.adinfo li span.cat {
	width: 12em;
}
#content ul.adinfo li span.cat > span {
	display: block;
	border: 1px solid #637E24;
	color: #637E24;
	background-color: #fff;
	padding: 4px;
	text-align: center;
	border-radius: 4px;
}
#content ul.adinfo li span.client {
	width: 20em;
	font-weight: bold;
}
#content ul.adinfo li a {
	display: inline;
	line-height: 1.6;
	color: #2b2b2b;
	border-bottom: 1px dashed #ADA892;
}
#content ul.adinfo li a:hover {
	border-bottom: 1px solid #ADA892;
	text-decoration: none;
}
#content ul.adinfo li a {
	color: #2b2b2b;
	text-decoration: none;
}
@media screen and (max-width: 767px) {
	#content ul.adinfo {
		margin-left: 0;
		border-bottom: 1px solid #eee;
	}
	#content ul.adinfo li {
		display: block;
		padding: 10px;
		margin-bottom: 0;
		border-top: 1px solid #eee;
	}
	#content ul.adinfo li > span {
		display: block;
		border-top: 0;
		padding: 3px 0;
	}
	#content ul.adinfo li span.date {
		width: auto;
		letter-spacing: 1px;
		padding-bottom: 0;
	}
	#content ul.adinfo li > span.client {
		font-size: 1.2em;
		width: auto;
		padding-top: 0;
	}
	#content ul.adinfo li span.cat {
		width: auto;
	}
	#content ul.adinfo li > span.cat > span {
		display: inline-block;
		padding: 3px 5px;
	}
}

/* adinfo - medialist
--------------------------------------------------------------------------*/
#content div.concept_media .inbox {
	padding: 20px;
}
#content ul.medialist {
	padding: 0;
	margin: 0 0 -10px 0;
	list-style-type: none;
}
#content div.concept_media .inbox ul.medialist {
	margin: 0 0 -10px 0;
}
#content ul.medialist li {
	float: left;
	width: 33.333%;
	padding: 0;
	margin: 0 0 10px 0;
	text-align: center;
}
#content ul.medialist li div.more a.logo {
	display: block;
	margin-bottom: 10px;
}
#content ul.medialist li div.more a {
	display: inline-block;
	margin-right: 10px;
	padding: 5px 20px;
	background-color: #ADC00A;
	color: #fff;
	border-radius: 2px;
	text-decoration: none;
}
#content ul.medialist li div.more a:hover {
	opacity: 0.8;
}
@media screen and (max-width: 767px) {
	#content ul.medialist li {
		float: none;
		width: 100%;
	}
	#content ul.medialist li a.logo {
		float: left;
		width: 146px;
		max-width: 30%;
	}
	#content ul.medialist li div.more {
		text-align: left;
	}
	#content ul.medialist li div.more a {
		margin: 0 0 10px 20px;
	}
}
@media screen and (max-width: 578px) {
	#content ul.medialist li {
		margin-bottom: 20px;
	}
	#content ul.medialist li a.logo {
		float: none;
		width: 146px;
		max-width: none;
	}
	#content ul.medialist li div.more {
		text-align: center;
	}
	#content ul.medialist li div.more a {
		margin: 0 0 10px 0;
	}
	#content div.concept_media .inbox ul.medialist {
		margin-bottom: 0;
	}
}


/* services
--------------------------------------------------------------------------*/
#content ul.services {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#content ul.services li {
	float: left;
	width: 24%;
	margin-right: 1.25%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #DFDFD2;
	border-radius: 5px;
	padding: 10px;

}
#content ul.services li:nth-child(4n) {
	margin-right: 0;
}
#content ul.services li a {
/*	display: inline-block;*/
}
#content ul.services li a:hover img {
	opacity: 0.8;
}
#content ul.services li img {}
#content ul.services li h3 {
	font-weight: normal;
	font-size: 14px;
	line-height: 1.5;
	display: inline-block;
	border-bottom: 1px solid #e1e1e1;
}
#content ul.services li h3 span {
	display: inline-block;
	border-bottom: 1px solid #909090;
}
@media screen and (max-width: 767px) {
	#content ul.services li h3 {
		font-size: 12px;
		margin-top: 0;
	}
	#content ul.services li,
	#content ul.services li:nth-child(4n) {
		width: 48%;
	}
	#content ul.services li:nth-child(2n) {
		margin-right: 0;
	}
}

/* services - sub
--------------------------------------------------------------------------*/
body.sub #content ul.services li {
	float: none;
	width: 100%;
	padding: 20px 0;
	margin: 0;
	text-align: left;
	border: 0;
	background: url(../img/border_dash.png) repeat-x left top;
	border-radius: 0;
}
body.sub #content div.concept + ul.services li:first-child {
	background: none;
}
body.sub #content ul.services li a.capture {
	float: left;
	width: 22%;
}
body.sub #content ul.services li h2,
body.sub #content ul.services li p.url,
body.sub #content ul.services li p.lead,
body.sub #content ul.services li div.more {
	float: right;
	width: 74%;
}
body.sub #content ul.services li h2 {
	background-image: none;
	padding: 0;
	margin-bottom: 0;
}
body.sub #content ul.services li p.url {
}
body.sub #content ul.services li p.lead {
	font-size: 14px;
}
body.sub #content ul.services li div.more {
}
body.sub #content ul.services li div.more a {
	display: inline-block;
	margin-right: 10px;
	padding: 5px 20px;
	background-color: #ADC00A;
	color: #fff;
	border-radius: 2px;
	text-decoration: none;
}
body.sub #content ul.services li div.more a:hover {
	opacity: 0.8;
}
@media screen and (max-width: 767px) {
	body.sub #content ul.services li {
		padding: 30px 0;
	}
	body.sub #content ul.services li a.capture,
	body.sub #content ul.services li h2,
	body.sub #content ul.services li p.url,
	body.sub #content ul.services li p.lead,
	body.sub #content ul.services li div.more {
		width: 100%;
		text-align: center;
	}
	body.sub #content ul.services li a.capture,
	body.sub #content ul.services li h2 {
		text-align: center;
	}
	body.sub #content ul.services li p.lead {
		margin-bottom: 10px;
	}
	body.sub #content ul.services li div.more a {
		margin: 0 0 10px 0;
	}
}

/* books
--------------------------------------------------------------------------*/
section ul.books {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
section ul.books li {
	float: left;
	width: 19.2%;
	padding-right: 1%;
	margin-right: 1%;
	text-align: center;
	border-right: 1px dotted #C7BFA4;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
section ul.books li:nth-child(5n) {
	margin-right: 0;
	padding-right: 0;
}
body.home section ul.books li:nth-child(5n) {
	border-right: 0;
}
section ul.books li a {
	display: inline-block;
}
section ul.books li a:hover img {
	opacity: 0.8;
}
section ul.books li img {
	display: block;
	max-width: 80%;
	margin: auto auto 20px;
}
section ul.books li h3 {
	font-weight: normal;
	font-size: 14px;
	line-height: 1.5;
	display: inline-block;
	padding-left: 0;
	border-bottom: 1px solid #e1e1e1;
	color: #2b2b2b;
}
section ul.books li h3:before {
	display: none;
}
section ul.books li h3 span {
	display: inline-block;
	border-bottom: 1px solid #909090;
}
body.sub section ul.books li {
	border-bottom: 1px dotted #C7BFA4;
	margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
	section ul.books li h3 {
		font-size: 12px;
		margin-top: 0;
	}
	section ul.books li,
	section ul.books li:nth-child(5n) {
		width: 48%;
		padding-right: 1%;
		margin-right: 1%;
		border-right: 0;
	}
	section ul.books li:nth-child(2n) {
		margin-right: 0;
		padding-right: 0;
		border-right: 0;
	}
	section ul.books li img {
		display: block;
	}
}

/* breadcrumb 
--------------------------------------------------------------------------*/
#breadcrumb {
	padding: 15px 0;
	list-style: none;
	border-radius: 4px;
}
#breadcrumb ul {
	padding: 0;
	margin: 0;
}
#breadcrumb ul > li {
	display: inline-block;
	margin-bottom: 0;
}
#breadcrumb ul > li + li {
	margin-left: -5px;
}
#breadcrumb ul > li + li:before {
	padding: 0 5px;
	content: ">";
}
#breadcrumb ul > li > a {
	font-size: 12px;
}
#breadcrumb ul > .active {
	color: #777;
}

/* nav - sub
--------------------------------------------------------------------------*/
nav#sub {
	border: 3px solid #F7F8D9;
	margin-bottom: 40px;
}
*+nav#sub {
	margin-top: 30px;
}
.concept p+nav#sub {
	margin-top: 0;
}
nav#sub > span {
	display: table-cell;
	margin: 0;
	padding: 5px 20px;
	background: #F7F8D9;
	color: #9D9E8B;
	text-align: center;
}
nav#sub ul {
	display: table-cell;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
nav#sub ul > li {
	display: inline-block;
	margin-bottom: 0;
	background: url(../img/ico_pages.png) no-repeat 9px 10px;
	padding: 5px 0px 5px 20px;
}
nav#sub ul > li + li {}
nav#sub ul > li > a {
	font-size: 13px;
	color: #2b2b2b;
}
nav#sub.vertical ul {
	display: block;
}
nav#sub.vertical ul > li {
	display: block;
	padding: 7px 0px 7px 25px;
	background: url(../img/ico_pages.png) no-repeat 11px 15px;
}
nav#sub.vertical ul > li > a {
	font-size: 1.2em;
}
.concept nav#sub ul > li {
	padding: 10px 0px 10px 25px;
	background: url(../img/ico_pages.png) no-repeat 9px 15px;
}
.concept nav#sub ul > li > a {
	font-size: 15px;
}
nav#sub ul > li.current-menu-item > a,
nav#sub ul > li > a:hover {
	text-decoration: underline;
}
nav#sub ul > li.current-menu-item > a {
	font-weight: bold;
}
@media only screen and (max-width: 767px) {
	nav#sub > span,
	nav#sub ul {
		display: block;
	}
	nav#sub > span {
		width: 100%;
		padding: 5px;
		text-align: left;
		color: #585942;
	}
	nav#sub ul > li {
		display: block;
	}
	nav#sub ul > li + li {
		margin-left: 0;
	}
}

/* pagination
--------------------------------------------------------------------------*/
#content .pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}
#content .pagination > li {
	display: inline;
}
#content .pagination > li > a,
#content .pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #A9A68D;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}
#content .pagination > li:first-child > a,
#content .pagination > li:first-child > span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
#content .pagination > li:last-child > a,
#content .pagination > li:last-child > span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
#content .pagination > li > a:hover,
#content .pagination > li > a:focus {
	color: #000;
	background-color: #eee;
	border-color: #ddd;
}
#content .pagination > li > span.current,
#content .pagination > li > a:hover,
#content .pagination > li > a:focus {
	z-index: 2;
	color: #fff;
	cursor: pointer;
	background-color: #A9A68D;
	border-color: #A9A68D;
}

/* Buttons
--------------------------------------------------------------------------*/
a.btn,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: inline-block;
	height: 38px;
	margin-right: 10px;
	padding: 5px 20px;
	color: #fff;
	text-align: center;
	letter-spacing: .2em;
	text-decoration: none;
	white-space: nowrap;
	background-color: #ADC00A;
	border-radius: 2px;
	border: 0;
	cursor: pointer;
	box-sizing: border-box;
}
a.btn:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
a.btn:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
	outline: 0;
	opacity: 0.8;
}

/* Forms
--------------------------------------------------------------------------*/
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
	height: 38px;
	padding: 6px 10px;
	background-color: #fff;
	border: 1px solid #D1D1D1;
	border-radius: 3px;
	box-shadow: none;
	box-sizing: border-box;
	width: 60%;
	max-width: 100%;
}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
textarea {
	min-height: 65px;
	padding-top: 6px;
	padding-bottom: 6px;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
	border-color: #ADC00A;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(97, 123, 36,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(97, 123, 36,.6);
}
label,
legend {
	margin-right: 20px;
	margin-bottom: .5rem;
}
legend {
	font-weight: 600;
}
fieldset {
	padding: 0;
	border-width: 0;
}

input.error[type="email"],
input.error[type="number"],
input.error[type="search"],
input.error[type="text"],
input.error[type="tel"],
input.error[type="url"],
input.error[type="password"],
textarea.error,
select.error {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	background-color: #F9F2F4;
}
input.error[type="email"]:focus,
input.error[type="number"]:focus,
input.error[type="search"]:focus,
input.error[type="text"]:focus,
input.error[type="tel"]:focus,
input.error[type="url"]:focus,
input.error[type="password"]:focus,
textarea.error:focus,
select.error:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}

@media (min-width: 1px) {
	input[type=radio],
	input[type=checkbox] {
		margin-right: 10px;
	}

/*
	input[type=radio],
	input[type=checkbox] {
		display: none;
		margin: 0;
	}
	input[type=radio] + label,
	input[type=checkbox] + label {
		position: relative;
		display: inline-block;
		margin-right: 12px;
		margin-bottom: 0;
		font-size: 14px;
		line-height: 30px;
		cursor: pointer;
		padding: 5px 15px 5px 39px;
		border-radius: 4px;
	}
	input[type=radio]:checked + label,
	input[type=checkbox]:checked + label {
		background-color: #F7F8D9;
	}
	input[type=radio] + label::before,
	input[type=checkbox] + label::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 8px;
		display: block;
		width: 18px;
		height: 18px;
		margin-top: -9px;
		background: #FFF;
	}
	input[type=radio] + label::before {
		border: 2px solid #ccc;
		border-radius: 30px;
	}
	input[type=checkbox] + label::before {
		border: 2px solid #ccc;
	}
	input[type=radio]:checked + label::after,
	input[type=checkbox]:checked + label::after {
		content: "";
		position: absolute;
		top: 50%;
		display: block;
	}
	input[type=radio]:checked + label::after {
		left: 10px;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		background: #F7F8D9;
		border-radius: 8px;
	}
	input[type=checkbox]:checked + label::after {
		left: 13px;
		width: 16px;
		height: 8px;
		margin-top: -8px;
		border-left: 3px solid #ADC00A;
		border-bottom: 3px solid #ADC00A;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
*/
}

/* table - form
--------------------------------------------------------------------------*/
#content table.form th,
#content table.form td {
	vertical-align: top;
	padding: 10px 20px;
	border-left: 1px solid #ddd;
}
#content table.form th {
	width: 240px;
	position: relative;
}
#content table.form td {
	border-right: 1px solid #ddd;
	vertical-align: middle;
}
#content table.form th span {
	margin-left: 10px;
	padding: 3px 5px;
	font-size: 80%;
	font-weight: normal;
	color: #fff;
	background-color: #E79195;
	border-radius: 3px;
	position: absolute;
	right: 5px;
	top: 10px;
}
#content table.form td textarea {
	width: 100%;
}
#content table.form tr.blank td {
	border-left: 0;
	border-right: 0;
	padding: 0;
}
#content table.form tr.consent td {
	text-align: center;
}
#content table.form td p.consent {
	font-size: 100%;
}
#content table.form td p.consent a {
	display: inline-block;
	border: 1px dashed #999;
	padding: 10px 20px;
}
#content .mw_wp_form_confirm table.form tr.consent {
	display: none;
}
#content table.form tr.submit td {
	text-align: center;
	padding: 20px 0;
}
#content table.form tr.submit td input,
#content table.form tr.submit td submit {
	height: auto;
	padding: 10px 50px;
}
#content table.form tr td input[name="age"] {
	width: 6em;
}
#content table.form tr td input[name="address"] {
	width: 100%;
}
@media only screen and (max-width: 767px) {
	#content table.form th,
	#content table.form td {
		width: 100%;
		display: block;
	}
	#content table.form th {
		padding: 12px 20px 2px 20px;
		border-right: 1px solid #ddd;
		border-bottom: 0;
		background-color: transparent;
	}
	#content table.form th span {
		position: static;
		padding: 2px 5px;
		vertical-align: middle;
	}
	#content table.form td {
		padding: 2px 20px 12px 20px;
	}
	#content table.form tr:nth-child(2n) th,
	#content table.form tr:nth-child(2n) td {
		background-color: #FCFAF5;
	}
	#content table.form tr.blank td,
	#content table.form tr.consent td,
	#content table.form tr.submit td {
		background-color: transparent;
	}
	#content table.form tr.consent td {
		padding-top: 12px;
	}
	#content table.form tr.consent td input[type=checkbox] + label {
		margin-right: 0;
		font-size: 12px;
	}
	#content table.form tr.submit td input {
		width: 90%;
		margin-bottom: 5px;
	}
}
#content table.form td p {
	margin: 10px 0 0 0;
	font-size: 85%;
	color: #3879D9;
}
#content table.form tr td textarea {
	min-height: 12.5em;
}
#content table.form td div:last-child {
	padding-bottom: 0;
}
#content table.form td button,
#content table.form td input[type="submit"],
#content table.form td input[type="reset"],
#content table.form td input[type="button"] {
	min-width: 200px;
}
@media only screen and (max-width: 767px) {
	#content table.form tr td input[type="email"],
	#content table.form tr td input[type="number"],
	#content table.form tr td input[type="search"],
	#content table.form tr td input[type="text"],
	#content table.form tr td input[type="tel"],
	#content table.form tr td input[type="url"],
	#content table.form tr td input[type="password"],
	#content table.form tr td select,
	#content table.form tr td textarea {
		width: 100%;
	}
	a.btn, button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		width: 100%;
		margin-right: 0;
	}
}

.mw_wp_form .error {
	display: block;
	margin-top: 5px;
	background-color: #FAEDED;
	text-align: center;
	padding: 3px;
	border-radius: 3px;
}
.mw_wp_form .error:before {
	content: '! ';
	font-size: 12px;
}


/* nav - footer
--------------------------------------------------------------------------*/
nav.footer {
	border-top: 3px solid #F1F3D7;
}
nav.footer ul {
	font-size: 0;
	text-align: center;
}
nav.footer ul li {
	display: inline-block;
	font-size: 14px;
	padding: 0;
	margin: 10px;
	border-bottom: 1px solid #e1e1e1;
}
nav.footer ul li a {
	display: inline-block;
	padding: 1px 0;
	border-bottom: 1px solid #909090;
}
nav.footer ul li a:hover {
	text-decoration: none;
}

/* footer
--------------------------------------------------------------------------*/
footer {
	background: url(../img/bg_check.png);
	padding: 30px 0 80px;
}
footer div.pmark {
	background-color: #fff;
	padding: 10px 20px;
	font-size: 13px;
	margin-bottom: 20px;
}
footer div.pmark p {
	float: left;
	width: 90%;
	max-width: 900px;
	margin: 0;
}
footer div.pmark img {
	float: right;
}
footer div.address p {
	margin-bottom: 0;
}
footer div.address p {
	float: left;
	width: 60%;
}
footer div.address p.copyright {
	float: right;
	width: 40%;
	text-align: right;
}
@media screen and (max-width: 767px) {
	footer {
		padding: 10px 0 0;
		text-align: center;
		font-size: 10px;
	}
	footer div.pmark p {
		width: auto;
		text-align: left;
		font-size: 11px;
	}
	footer div.address p,
	footer div.address p.copyright {
		float: none;
		width: auto;
		text-align: center;
		margin-bottom: 10px;
	}
	footer div.address p.copyright {
		margin-left: -2%;
		margin-bottom: 0;
		width: 104%;
		padding: 10px 0;
		background-color: #EBEECB;
	}
}

/* clf
--------------------------------------------------------------------------*/
.clf:before,
.clf:after,
.pager:before,
.pager:after,
nav#sub:before,
nav#sub:after,
#content ul.profile li:before,
#content ul.profile li:after,
#content:before,
#content:after {
	display: table;
	content: " ";
}
.clf:after,
.pager:after,
nav#sub:after,
#content ul.profile li:after,
#content:after {
	clear: both;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

