/*==================================================================================
	共通
===================================================================================*/
#contents {
	margin-top: 50px;
	width: 100%;
}
h2 {
	font-size: 1em;
	letter-spacing: 3px;
}
/*navlogo左に余白*/
#mobile-head h1.logo {
	margin-left: 50px;
}
/*文字選択背景色*/
::selection {
	background: #CCCCCC; /* Safari */
}

::-moz-selection {
	background: #CCCCCC; /* Firefox */
}
.slash-1 {
  height: 5px;
  background-image: linear-gradient(45deg,
    hsla(0, 0%, 5%, 0),
    hsla(0, 0%, 5%, 0) 33.33%,
    hsla(0, 0%, 50%, 1) 33.33%,
    hsla(0, 0%, 50%, 1) 66.67%,
    hsla(0, 0%, 5%, 0) 66.67%,
    hsla(0, 0%, 5%, 0) 100%);
  background-size: 5px 100%;
  width: 80%;
	margin: 0 auto;
	margin-top: 150px;
	margin-bottom: 0px;
}
.slash-2 {
  height: 5px;
  background-image: linear-gradient(45deg,
    hsla(0, 0%, 5%, 0),
    hsla(0, 0%, 5%, 0) 33.33%,
    hsla(0, 0%, 50%, 1) 33.33%,
    hsla(0, 0%, 50%, 1) 66.67%,
    hsla(0, 0%, 5%, 0) 66.67%,
    hsla(0, 0%, 5%, 0) 100%);
  background-size: 5px 100%;
  width: 80%;
	margin: 0 auto;
	margin-bottom: 50px;
}
h2.title {
	text-align: center;
	font-size: 2.5em;
	letter-spacing: 0.1em;
	margin-top: 30px;
	font-weight: solid;
	padding-bottom: 10px;
	/*border-bottom: solid #000000 1px;*/
	font-family: 'Assistant', sans-serif;
}
.title_description {
	text-align: center;
	font-size: 14px;
	font-weight: 200;
	margin-top: 10px;
	margin-bottom: 35px;
	line-height: 1.3em;
	letter-spacing: .1em;
}
/*==================================================================================
	言語切り替え
===================================================================================*/
.language {
    padding: 50px;
}

label {
    position: relative;
    display: block;
    width: 200px;
    border: 1px solid #000;
    border-radius: 5px;
    background: #fff;
}

label:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 0;
    height: 0;
    margin: -2px 0 0 0;
    border: 5px solid transparent;
    border-top: 7px solid #000;
}
select {
    cursor: pointer;
    position: relative;
    -webkit-appearance: none;
    appearance: none;
    display: block;
    width: 200px;
    padding: 0.5em 1em;
    color: #000;
    border: none;
    border-radius: 5px;
    background: transparent;
		/*firefox*/
		-moz-appearance: none;
  	text-indent: 0.01px;
  	text-overflow: '';
}

::-ms-expand {
    display: none;
}
/*Language Change*/
.language_p {
	display: flex;
}
.language img {
	width: 6%;
	height: 6%;
	margin-right: 8px;
	margin-bottom: 5px;
}
.language p {
	width: 200px;
	font-size: .9em;
	letter-spacing: 2px;
	margin-bottom: 7px;
	padding-top: 2px;
	font-family: 'Assistant', sans-serif;
	color: #333;
}
/*配置*/
.language {
	position: absolute;
	top: 50px;
}
/*==================================================================================
	body
===================================================================================*/
body {
	width: 100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #F9F9F9;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
a {
	color: #FFFFFF;
}
/*中国語版フォント*/
.zh_font {
	font-family: "微软雅黑";
	font-weight: 500;
}
.zh_font_bold {
	font-family: "微软雅黑";
	font-weight: 700;
	letter-spacing: .1em;
}
@charset "utf-8";
.fw-feed-item-title, .fw-feed-item-description {font-family: "微软雅黑";}
/*==================================================================================
	top
===================================================================================*/
/*logo*/
h1.logo img{
	width:45%;
	max-width: 700px;
}
#top_img p img {
	width: 100%;
}
/*メニュー*/
#mobile-head h1.logo {
	margin-left: 50px;
}
#global-nav ul li.last {
	margin-right: 50px;
}
/*メイン動画*/
#ytinner {
  positino: relative;
  top: 20px;
  left: 20px;
  width: 100%;
}
#ytinner:before {
  content: "";
  display: block;
  padding-top: 70.00%;  /* 動画のアスペクト比 */
}
#ytplayer {
  pointer-events:none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/***concept**
.modal-content {
    position:fixed;
    display:none;
    z-index:2;
    width:90%;
    margin:0;
    padding: 20px 20px;
    border:2px solid #aaa;
    background:#fff;
}
#con h2 {
	text-align: center;
	margin-bottom: 10px;
}
#con p.concept_p {
	font-size: 13px;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	padding: 10px 10px;
}
.modal-overlay {
    z-index:1;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background-color:rgba(0,0,0,0.75);
}
.modal-open {
	font-size: 1em;
  color: #fff;
	text-decoration: none;
}
#top_img .modal-open {
	/*margin-top: 20px;*/
/*}
.modal-close {
    color: #00f;
    text-decoration: underline;
}
.modal-close:hover {
    cursor:pointer;
    color:#f00;
}
.modal-content img {
	width: 150px;
	margin-bottom: 20px;
}
/*conceptボタン*/
.button {
	/*display: inline-block;*/
	width: 230px;
	height: 50px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	z-index: 0;
	/*background-color: #333;*/
	color: #fff;
	background-color: #555;
	border-radius: 5px;
	line-height: 50px;
	position: absolute;
	top: 100px;
	right: 20px;
	font-weight: bold;
	letter-spacing: .1em;
	font-size: 1em;
}
.button:hover {
	opacity: .5;
	-webkit-transition: all .3s;
	transition: all .3s;
}
/*.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button::after {
	border-radius: 5px 0px 0px 5px;
}
.button::before {
	border-radius: 0px 5px 5px 0px;
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
/*hover
#top_img .button:hover {
	background-color: #fff;
	border-color: #333;
	color: #333;
	cursor: pointer;
	border-radius: 5px;
}
.button::before,
.button::after {
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #333;
}
.button::before {
	right: 0;
}
.button::after {
	left: 0;
}
.button:hover::before,
.button:hover::after {
	width: 0;
	background-color: #333;
}

/*scrollanimation*/
.scroll a span {
	position:absolute;
	top: 0;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-left: 1.5px solid #fff;
	border-bottom: 1.5px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb 2s infinite;
	animation: sdb 2s infinite;
	opacity: 0;
	box-sizing: border-box;
}
.scroll {
	position: relative;
}
.scroll a {
	position: absolute;
	margin: 0 auto;
	bottom: 150px;
	left: 50%;
	font-size: 1.2em;
	color: #FFFFFF;
	font-family: 'Assistant', sans-serif;
	letter-spacing: 2px;
	font-weight: bold;
}
.zh_scroll a {
	    font-family: '微软雅黑';
}
.scroll a span:nth-of-type(1) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	position: absolute;
	top: 20px;
	left: 28px;
}
.scroll a span:nth-of-type(2) {
	-webkit-animation-delay: .15s;
	animation-delay: .15s;
	position: absolute;
	top: 40px;
	left: 28px;
}
.scroll a span:nth-of-type(3) {
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
	top: 60px;
	left: 28px;
}
/*中国語版*/
.zh_scroll a span:nth-of-type(1) {
	position: absolute;
	top: 20px;
	left: 20px;
}
.zh_scroll a span:nth-of-type(2) {
	position: absolute;
	top: 40px;
	left: 20px;
}
.zh_scroll a span:nth-of-type(3) {
	top: 60px;
	left: 20px;
}
@-webkit-keyframes sdb {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes sdb {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
/***コンテンツ部分***/
/*全体*/
#news_contents {
	width: 90%;
	margin: 0 auto;
	display: flex;
	margin-top: 30px;
	margin-bottom: 50px;
}
/*オスカー*/
.top_news_img {
	width: 50%;
}
.top_news_img img {
	width: 95%;
}
/*news*/
.top_news {
	width: 50%;
}
/*==================================================================================
	Concept
===================================================================================*/
#concept {
	width: 100%;
	margin: 0 auto;
	margin-top: 150px;
	margin-bottom: 120px;
}
.concept_top {
	width: 70%;
	margin: 0 auto;
	border: 3px solid #555;
}
#concept h2 {
	margin-top: 100px;
	margin-bottom: 60px;
	text-align: center;
	font-weight: bold;
	letter-spacing: .4em;
	font-size: 1em;
	line-height: 1.5em;
}
#concept h3 {
	text-align: center;
	margin-bottom: 15px;
	font-size: 3em;
	font-family: 'Roboto Condensed', sans-serif;
}
#concept h4 {
	display: none;
}
.concept_icon {
	color: #555;
	text-align: center;
	font-weight: bold;
	font-size: 3em;
	margin-bottom: 15px;
}
.concept_marketneeds {
	text-align: center;
	margin-bottom: 80px;
	font-weight: bold;
	font-size: 1.3em;
	letter-spacing: .1em;
	line-height: 1.3em;
	font-family: 'Inconsolata', monospace;
}
.gray {
	color: #ccc;
}
.and_more {
	margin-top: 50px;
	font-size: .8em;
}
#concept p {
	width: 65%;
	margin: 0 auto;
	margin-top: 50px;
	font-size: .9em;
	letter-spacing: .1em;
	line-height: 1.5em;
}
#concept p {
	width:65%;
	margin: 0 auto;
	margin-top: 50px;
	font-size: .9em;
	letter-spacing: .1em;
	line-height: 1.5em;
}
/*==================================================================================
	Lighting Pattern
===================================================================================*/
.lighting_box {
	width: 220px;
	float:left;
	margin: auto;
}
/*.lighting_pattern {
	width: 88%;
	margin: 0 auto;
}
.lighting_pattern_left {
	float: left;
}
.lighting_pattern img.lighting_pattern_img {
	padding-top: 60px;
	width: 100%;
	max-width: 330px;
	margin-bottom: 15px;
}
.lighting_pattern_right {
	width: 50%;
}
.lighting_pattern_right img {
	width: 100%;
	max-width: 320px;
	margin: 0 auto;
}
.lighting_pattern_right p {
	line-height: 1.7em;
	margin-bottom: 2em;
}
/***配置***/
#lighting_contents {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 50px;
}
/*上段*/
#lighting_contents .lighting_contents01 {
	width: 880px;
	margin: 0 auto;
}
/*下段*/
#lighting_contents .lighting_contents02 {
	width: 660px;
	margin: 0 auto;
	background-color: #ccc;
}
/*
.lighting_box {
	width: 220px;
	margin: 45px;
}
/***lighting -> 各ライティング***/
.lighting_box h3 img{
	max-width: 250px;
}
p.lighting_caption {
	text-align: center;
	font-size: 14px;
	line-height: 1.3em;
	letter-spacing: 0.5px;
}
.block {
	float: left;
	display: inline-block;
	width: 300px;
	height: 300px;
	margin-bottom: 30px;
	position: relative;
}
.block > .photo{
	display: block;
	position: absolute;
	width: 300px;
	height: 300px;
	background-size: contain;
	cursor: pointer;
	z-index: 10;
	background-position: left 0px;
	background-repeat: no-repeat;
	-webkit-transition: background-position 0.2s linear;
	transition: background-position 0.2s linear;

}
.block > .textarea {
	display: block;
	width: 90%;
	min-height : 10px;
	position: absolute;
	z-index: 9;
	bottom: 0;
}
.block:hover > .photo {
	background-position :  left -60px;
}
/*lighting -> 各ライティングの動き*/
.lighting_box h3 img{
	max-width: 180px;
}
p.lighting_caption {
	text-align: center;
	font-size: .7em;
	line-height: 1.3em;
	letter-spacing: 0.5px;
	margin-bottom: 10px;
}
.block {
	float: left;
	display: inline-block;
	width: 200px;
	height: 200px;
	margin-bottom: 30px;
	position: relative;
}
.block > .photo{
	display: block;
	position: absolute;
	width: 200px;
	height: 200px;
	background-size: contain;
	cursor: pointer;
	z-index: 10;
	background-position: left 0px;
	background-repeat: no-repeat;
	-webkit-transition: background-position 0.2s linear;
	transition: background-position 0.2s linear;
}
.block > .textarea {
	display: block;
	width: 90%;
	min-height : 10px;
	position: absolute;
	z-index: 9;
	bottom: 0
}
.block:hover > .photo {
	background-position :  left -60px;
}
/*h3.lighting_h3 img {
	padding-left: 40px;
}*/
/*lighting -> sampleBackボタン*/
.arrow5{
  position: relative;
  display:inline-block;
  margin-left: 20px;
  padding: 0 10px 0 5px;
  background: #666;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  font-size: 14px;
  color: #fff;
  line-height: 28px;
}
.arrow5::before{
  content: "";
  position: absolute;
  top: 0;
  left: -14px;
  border-right: 14px solid #666;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  transform-origin: right top;
  transform: scaleX(.7);
}
.arrow5:hover{
	background: #868686;
}
.arrow5:hover::before{
  content: "";
  position: absolute;
  top: 0;
  left: -14px;
  border-right: 14px solid #868686;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  transform-origin: right top;
  transform: scaleX(.7);
}
/*product -> download*/
#stage h2.product_download_h2 {
	max-width: 300px;
	margin: 0 auto;
	text-align: center;
	font-size: 32px;
	letter-spacing: 0.2em;
	font-weight: 700;
	border-bottom: solid #000000 1px;
}
#stage h3.product_download_description {
	text-align: center;
	font-size: 14px;
	font-weight: 200;
	margin-top: 10px;
	margin-bottom: 50px;
	line-height: 1.3em;
}
/*==================================================================================
	lighting詳細ページ
===================================================================================*/
.lighting_about {
	width: 800px;
	margin: 0 auto;
	display: flex;
	margin-top: 20px;
	margin-bottom: 80px;
}
.lighting_pattern img.lighting_pattern_img {
	width: 100%;
	max-width: 500px;
	margin-bottom: 15px;
}
.lighting_pattern_right {
	width: 420px;
}
.lighting_pattern_right img {
	width: 100%;
	max-width: 370px;
	margin: 0 auto;
}
.lighting_pattern_right p {
	width: 95%;
	line-height: 1.3em;
	letter-spacing: 0.8px;
	font-size: .9em;
}
h2.product_h2 {
	width: 500px;
	margin: 0 auto;
}
.marketneeds_description {
	margin-top: 150px;
	text-align: center;
	font-size: .9em;
	font-family: 'Assistant', sans-serif;
	letter-spacing: .15em;
}
/*ボタン*/
.lighting_pattern_back {
	float: right;
	margin-bottom: 20px;
}
.lighting_pattern_right a {
	text-align: center;
}
.lighting_pattern a {
	color: #fff;
	padding: 10px 20px;
	background-color: #000000;
	border-radius: 5px;
}
/*画面上/左*/
.lighting_pattern_left {
	float: left;
}
.lighting_pattern img.lighting_pattern_img {
	width: 100%;
	max-width: 390px;
	margin-bottom: 15px;
}
/*画面下/右*/
.lighting_pattern_right {
	/*float: left;*/
	margin-left: 30px;
}
.lighting_pattern_right img {

}
.lighting_pattern_right p {
	padding: 15px 0px;
	line-height: 1.7em;
	margin-bottom: 2em;
}
/*sampleページボタン*/
.lighting_button {
	width: 345px;
	position: relative;
	display: inline-block;
	background-color: #333;
	border: 2px solid #333;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
.lighting_button::after {
	position: absolute;
	top: 50%;
	right: .8em;
	content: '';
	margin-top: -5px;
	border: 7px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #fff;
	opacity: 0;
}
.lighting_button:hover::after {
	animation: arrow 1.2s infinite;
}
@keyframes arrow {
	50% {
		right: .2em;
		opacity: 1;
	}
	100% {
		right: -.4em;
		opacity: 0;
	}
}
/*==================================================================================
	sample
===================================================================================*/
/***共通***/
#sample_main {
	margin: 0 auto;
	margin-bottom: 200px;
	text-align: center;
}
#sample_main {
	width: 860px;
	margin: 0 auto;
	margin-top: 150px;
	margin-bottom: 200px;
}
/*証明写真*/
.idphoto {
	width: 100%;
}
.idsample_img img {
	margin-top: 100px;
	width: 24%;
	margin-bottom: -95px;
}
span.idsample_caution p {
	letter-spacing: 0.5px;
	font-size: 14px;
	font-weight: 600;
	text-align: left;
	margin-left: 10px;
	margin-bottom: -90px;
}
.idsample_back_btn {
	position: absolute;
	right: 210px;
	top: 385px;
}
/*画像サイズ*/
.sample_title img {
	 /*width: 550px;
	 height: 143px;*/
}
.sample_img img {
	width: 200px;
	height: 200px;
}
/*各コースライティング名*/
.sample_title {
	margin-top: 50px;
	text-align: center;
}
p.sample_p {
	font-size: .8em;
	letter-spacing: .15em;
	margin-bottom: 5px;
	font-weight: bold;
	text-align: center;
	font-family: 'Assistant', sans-serif;
}
/*クリックで画像が大きく表示されます*/
.sample_caution p {
	text-align: left;
	letter-spacing: 0.5px;
	font-size: 14px;
	font-weight: 600;
	padding-bottom: 10px;
	padding-left: 22px;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
	-webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
 }
  .mfp-figure figure {
    margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
/*==================================================================================
		Download
===================================================================================*/
.download_category {
	width: 820px;
	margin: 0 auto;
	display: flex;
}
.download_category img {
	width: 400px;
	padding: 5px;
}
/*==================================================================================
	Download Size
===================================================================================*/
.download img{
	width: 100%;
	max-width: 980px;
}
/***sample download***/
#stage h2.sampledownload_h2 {
	max-width: 450px;
	margin: 0 auto;
	text-align: center;
	font-size: 32px;
	letter-spacing: 0.2em;
	margin-top: 0px;
	font-weight: 700;
	border-bottom: solid #000000 1px;
}
#stage h3.sampledownload_description {
	text-align: center;
	font-size: 14px;
	font-weight: 200;
	margin-top: 10px;
	margin-bottom: 50px;
	line-height: 1.3em
}
/*配置*/
.download_img {
	width: 800px;
	max-width: 1050px;
	margin: 0 auto;
	padding-bottom: 50px;
}
.download_img img {
	width: 100%;
	max-width: 250px;
	margin: 0 auto;
}
.download_img a {
	color: #fff;
}
.download_img p {
	font-size: .8em;
	letter-spacing: .1em;
	line-height: 1.3em;
	font-weight: bold;
}
.download_box {
	width: 100%;
	max-width: 300px;
	float: left;
	text-align: center;
	margin-bottom: 50px;
}
/*ダウンロードボタン*/
.download_btn {
	position: relative;
	display: inline-block;
	padding: 10px 11px;
	margin: 10px 5px;
	background-color: #333;
	border: 2px solid #333;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
}
.download_btn::after {
	position: absolute;
	top: 50%;
	right: .8em;
	content: '';
	margin-top: -5px;
	border: 7px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #fff;
	opacity: 0;
}
.download_btn:hover::after {
	animation: arrow 1.2s infinite;
}
@keyframes arrow {
	50% {
		right: .2em;
		opacity: 1;
	}
	100% {
		right: -.4em;
		opacity: 0;
	}
}
/***ポスター、POPダウンロード***/
.for_store_h2 {
	display: block;
	width: 600px;
	margin: 0 auto;
	margin-top: 80px;
	margin-bottom: 30px;
	font-size: 1.2em;
	text-align: center;
}
.for_store {
	margin-top: 50px;
}
.for_storeA1_box {
	width: 215px;
	padding: 0px 10px;
	margin-top: 50px;
}
.for_storeB5_box {
	width: 200px;
	padding: 0px 20px;
	margin-top: 71px;
}

/*==================================================================================
	How to
===================================================================================*/
.flow_box {
	width: 850px;
	margin: 0 auto;
	margin-bottom: 80px;
}
#flow_contents {
	width: 100%;
	margin: 0 auto;
}
.flow_contents {
	width: 850px;
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #ccc;
    border-radius: 5px;
		margin-top: 100px;
}
.flow_contents .box-title {
    position: absolute;
    display: inline-block;
    top: -50px;
    /*left: 10px;*/
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #F9F9F9;
    font-weight: bold;
}
.flow_contents p {
	width: 320px;
  margin: 0;
  padding: 0;
	float: right;
	padding: 40px;
	margin-top: 10px;
	margin-right: 20px;
	line-height: 1.6em;
	letter-spacing: .1em;
	font-size: .8em;
}
/*テキスト*/
p.flow_top01 {
	margin-top: 85px;
}
p.flow_top02 {
	margin-top: 25px;
}
p.flow_top03 {
	margin-top: 90px;
}
p.flow_top04 {
	margin-top: 100px;
}
p.flow_top05 {
	margin-top: 100px;
}
p.flow_top06 {
	margin-top: 140px;
}
p.flow_top07 {
	margin-top: 80px;
}

span.booth {
	position: absolute;
	position: relative;
	top: -30px;
}
img.flow_img {
	margin-top: 65px;
	margin-bottom: 40px;
	margin-left: 20px;
}
.flow_contents a {
	margin-top: 50px;
	display: block;
	width: 300px;
	height: 45px;
	font-size: 1em;
	letter-spacing: .2em;
	line-height: 3.7em;
	font-weight: bold;
	border-radius: 5px;
	text-align: center;
	background-color: #555;
}
.flow_contents a:hover {
	opacity: .5;
}
/*.flow_contents {
	width: 70%;
	height: 350px;
	padding-bottom: 20px;
	margin: 0 auto;
	margin-bottom: 20px;
}
#flow_contents  article {
	width: 70%;
	height: 350px;
	padding-bottom: 20px;
	margin: 0 auto;
}
.flow_box {
	margin: 0 auto;
	width: 100%;
}
.flow_img {
	width: 29%
}
.flow_num {
	padding-right: 50px;
	padding-left: 20px;
}
.flow_p p {

}
.flow_p02 {
	/*padding-bottom: 200px;*/
/*}
a.flow07_a {
	color: #000;
	text-decoration: underline;
}
span.booth {
	font-size: 14px;
	font-weight: 800;
}
.flow_box article p {
	font-size: 14px;
	margin-left: 15px;
	line-height: 1.5em;
}

.flow_box {
	margin: 0 auto;
	width: 100%;
}
.flow_img {
	float: left;
	width: 50%;
	margin-bottom: 10px;
}
.flow_num {
	float: left;
	padding-right: 50px;
}
/*.flow_p {
	width: 300px;
	height: 130px;
	padding: 20px 0px;
	float: left;
	font-size: 0.8em;
}*/
/*.flow_p02 {
	width: 300px;
	height: 370px;
	padding: 20px 0px;
	float: left;
	font-size: 0.8em;
}
a.flow07_a {
	color: #000;
	text-decoration: underline;
}
span.booth {
	font-size: 14px;
	font-weight: 800;
}
.flow_box article p {
	font-size: 14px;
	margin-left: 15px;
	line-height: 1.5em;
}
/*==================================================================================
	market needs
===================================================================================*/
/***メイン***/
/*メイン共通*/
.marketneeds_category {
	width: 950px;
	margin: 0 auto;
	background-color: #fff;
	margin-bottom: 25px;
	height: 350px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
	padding: 15px;
	position: relative;
}
/*各サンプル画像*/
.imgposition_left {
	background-position: left top;
	background-repeat: no-repeat;
	background-size:contain;
}
.imgposition_right {
	background-position: right top;
	background-repeat: no-repeat;
	background-size:contain;
}
.marketneeds_img00 {
	background-image: url("../img/marketneeds01_00.png");
}
.marketneeds_zh_img00 {
	background-image: url("../zh/img/marketneeds01_00.png");
}
.marketneeds_img01 {
	background-image: url("../img/marketneeds01_01.png");
}
.marketneeds_zh_img01 {
	background-image: url("../zh/img/marketneeds01_01.png");
}
.marketneeds_img02 {
	background-image: url("../img/marketneeds01_02.png");
}
.marketneeds_zh_img02 {
	background-image: url("../zh/img/marketneeds01_02.png");
}
.marketneeds_img03 {
	background-image: url("../img/marketneeds01_03.png");
}
.marketneeds_zh_img03 {
	background-image: url("../zh/img/marketneeds01_03.png");
}
.marketneeds_img04 {
	background-image: url("../img/marketneeds01_04.png");
}
.marketneeds_zh_img04 {
	background-image: url("../zh/img/marketneeds01_04.png");
}
.marketneeds_img05 {
	background-image: url("../img/marketneeds01_05.png");
}
.marketneeds_zh_img05 {
	background-image: url("../zh/img/marketneeds01_05.png");
}
.marketneeds_img06 {
	background-image: url("../img/marketneeds01_06.png");
}
.marketneeds_zh_img06 {
	background-image: url("../zh/img/marketneeds01_06.png");
}
.marketneeds_img07 {
	background-image: url("../img/marketneeds01_07.png");
}
.marketneeds_zh_img07 {
	background-image: url("../zh/img/marketneeds01_07.png");
}
/***キャプション***/
/*各キャプション*/
.marketneeds_caption00 {
	float: right;
	width: 50%;
	height: 350px;
	border: 2px solid #f4f2f2;
}
.marketneeds_caption01 {
	width: 50%;
	height: 350px;
	border: 2px solid #f4f2f2;
}
/*三角アイコン*/
.right_icon img {
	position: absolute;
	top: 0;
	right: 0;
}
.left_icon img {
	position: absolute;
	top: 0;
	left: 0;
}
/*画像*/
.marketneeds_caption_contents img{
	width: 40%;
	display: block;
	margin: 0 auto;
	padding: 30px;
}
/*文章共通*/
.marketneeds_caption_contents p {
	font-size: .8em;
	width: 60%;
	margin: 0 auto;
	text-align: center;
	line-height: 2.3em;
	border-bottom: 1px solid #ccc;
}
/*h2*/
.marketneeds_caption_contents h2 {
	width: 400px;
	margin: 0 auto;
	text-align: center;
	font-size: 50px;
	font-family: 'Playball', cursive;
	margin-top: 20px;
	display: flex;
  align-items: center;
  text-align: center; /* for no-flexbox browsers */
}
.marketneeds_caption_contents h2:before,
.marketneeds_caption_contents h2:after {
  border-top: 2px solid #ccc;
  content: "";
  display: inline; /* for IE */
  flex-grow: 1;
}
.marketneeds_caption_contents h2:before {
  margin-right: 0.4em;
}
.marketneeds_caption_contents h2:after {
  margin-left: 0.4em;
}
/***others***/
/*others*/
.marketneeds_caption_others {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
/*others h2*/
.marketneeds_caption_others h2 {
	width: 980px;
	margin: 0 auto;
	text-align: center;
	font-size: 50px;
	font-family: 'Playball', cursive;
	margin-top: 20px;
	display: flex;
  align-items: center;
  text-align: center; /* for no-flexbox browsers */
	margin-top: 80px;
}
.marketneeds_caption_others h2:before,
.marketneeds_caption_others h2:after {
  border-top: 2px solid #ccc;
  content: "";
  display: inline; /* for IE */
  flex-grow: 1;
}
.marketneeds_caption_others h2:before {
  margin-right: 0.4em;
}
.marketneeds_caption_others h2:after {
  margin-left: 0.4em;
}
.others_right_icon00, .others_right_icon01 {
	background-color: #fff;
	margin-top: 20px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
/*三角アイコン*/
.others_right_icon00, .others_right_icon01 {
	position: relative;
}
img.others_icon_right {
	position: absolute;
	top: 0;
	right: 0;
}
.marketneeds_caption_others img {
	width: 100%;
	margin: 0 auto;
}
.marketneeds_others_img {
	display: flex;
	margin-bottom: 80px;
}
img.others_icon_right {
	width: 23%;
	height: auto;
	box-shadow: none;
}
/*==================================================================================
	service & contents
===================================================================================*/
/***全体***/
#service {
	width: 90%;
	margin: 0 auto;
	margin-top: 150px;
}
.pds_text h2 {
	font-size: 1.2em;
	line-height: .8em;
}
.border h2 {
	background: linear-gradient(transparent 60%, #ccc 0%);
	display: inline-block;
}
/*画像*/
.pds_col1 img, .pds_col2 img {
	height: 150px;
}
/*横並び*/
.pds_col1, .pds_col2 {
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
}
.pds_service {
	display: flex;
	width: 45%;
	max-width: 550px;
	margin: 0 auto;
	padding: 10px;
	/*margin-right: 15px;*/
	margin-bottom: 25px;
	background-color: #fff;
	border-radius: 5px;
}
.pds_text {
	padding: 20px;
}
.pds_text h2 {
	margin-bottom: 10px;
}
.pds_text p {
	line-height: 1.5em;
	letter-spacing: .1em;
	font-size: .9em;
}
.small_text {
	font-size: 0.7em;
}
/***プリントサービス***/
.service_col2 {
	margin-bottom: 100px;
}
.print_col {
	display: flex;
	flex-wrap:wrap;
	width: 645px;
	margin: 0 auto;
}
.print_col a {
	color: #000;
}
.print_col a:hover {
	opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
.print_category {
	margin-right: 15px;
	margin-bottom: 15px;
}
.print_category img {
	width: 200px;
	height: 200px;
}
.print_category h3 {
	text-align: center;
	font-size: 0.8em;
}
.print_category img {
	margin-bottom: 10px;
}
/***各プリントサービス詳細ページ共通***/
/*ページ全体の配置など*/
#print_about {
	width: 1000px;
	margin: 0 auto;
	margin-top: 150px;
	margin-bottom: 100px;
}
/*画像*/
.print_about img, .print_img img  {
	width: 23%;
}
/*タイトル*/
.service_head h2 {
	font-size: 1.2em;
	margin-bottom: 30px;
	margin-left: 25px;
}
/*プリント説明文*/
.print_about {
	margin-bottom: 50px;
}
.print_about p {
	padding: 25px;
	line-height: 1.2em;
}
/*画像*/
.print_img {
	width: 1000px;
	margin: 0 auto;
}
.print_img img {
	padding: 7px;
}
/*タイトル水平線*/
.room_img h2, .print_img h2, .print_idphoto h2 {
	width: 1000px;
	margin: 0 auto;
  display: flex;
  align-items: center;
  text-align: center; /* for no-flexbox browsers */
	margin-bottom: 10px;
	font-size: 1.2em;
 	font-family: 'Assistant', sans-serif;
	letter-spacing: .1em;
}
.room_img h2:before, .print_img h2:before, .print_idphoto h2:before,
.room_img h2:after, .print_img h2:after, .print_idphoto h2:after {
    border-top: 2px solid #ccc;
    content: "";
    display: inline; /* for IE */
    flex-grow: 1;
}
.room_img h2:before, .print_img h2:before, .print_idphoto h2:before {
    margin-right: 1em;
}
.room_img h2:after, .print_img h2:after, .print_idphoto h2:after {
    margin-left: 1em;
}
/***ポスタープリント***/
.print_poster {
	border-radius: 10px;
	margin-bottom: 70px;
}
.print_poster img {
	width: 300px;
	padding: 14px;
}
/*RoomImage*/
/*画像*/
.print_room {
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-wrap:wrap;
}
.print_room img {
	width: 47%;
	height: 100%;
	padding: 10px;
	flex-wrap:wrap;
}
/***各種サイズフォトプリント***/
.print_size {
	width: 100%;
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 70px;
}
.print_size img {
	padding: 5px;
	width: 40%;
	height: 100%;
}
.print_size img:nth-child(2n) {
	width: 28%;
	position: relative;
	bottom: 0px;
	left: 10px;
}
.print_size img:nth-child(3n) {
	width: 25%;
	position: relative;
	bottom: 0px;
	left: 20px;
}
/**横並び＊*/
.print_size {
	display: flex;
}
/*テキスト*/
.print_size_p {
	width: 400px;
	padding: 15px;
	position: absolute;
	left: 700px;
}
/***高画質プリント***/
.full_size {
	margin-bottom: 70px;
}
.full_size img {
	width: 60%;
	display: block;
	margin: 0 auto;
	padding: 35px;
}
/***PHOTOBOOK***/
.unselectable {
	display: none;
	visibility:hidden;
}
.photobook_about img {
	width: 100%;
	height: 100%;
}
.photobook h2 {
	width: 760px;
	margin: 0 auto;
	margin-bottom: -70px;
	font-size: .8em;
}
/***証明写真プリント***/
.idphoto_size {
	/*display: flex;*/
	padding: 20px;
	margin-bottom: 70px;
}
.idphoto_size img {
	width: 50%;
	max-width: 477px;
	height: 100%;
	vertical-align: top;
}
.print_idphoto img{
	width: 309px;
	flex-wrap:wrap;
	padding: 10px;
	margin-bottom: 10px;
}
.print_idphoto_zh {

}
/***smoky phone***/
.smoky_phone {
	width: 70%;
	margin: 0 auto;
	position: relative;
}
.smoky_phone img {
	width: 100%;
}
.smoky_contact {
	position: absolute;
	top: 750px;
	right: 35px;
}
.smoky_contact img {
	width: 300px;
}
.smoky_phone_sp {
	display: none;
}
/*==================================================================================
	installation location
===================================================================================*/
#installation_location {
	margin-bottom: 100px;
}
.installation_location_main {
	width: 1000px;
	margin: 0 auto;
}
/*設置場所*/
.installation_location_main h2 {
	font-size: 2em;
}
.circle {
  color: #fff;
  background-color:#555;
  padding: 0;
  margin: 0;
  width: 180px;
  height: 180px;
	margin-top: 55px;
	margin-bottom: 50px;
	margin-right: 20px;
  line-height: 170px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
	position: relative;
}
.place_en {
	display: block;
	font-size: .9em;
	color: #fff;
	font-weight: bold;
	position: absolute;
	top: 25px;
	left: 0;
	right: 0;
	}
/***test***/
.installation_prefecture {
	width: 100%;
}
/***各ショップ***/
.shop_box_position {
	display: flex;
}
.shop_box {
	float: left;
	width: 350px;
	margin: 0px 0px 10px 10px;
	padding: 10px;
	background-color: #fff;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.shop_box_border {
	border: 2px solid #f4f2f2;
	height: 250px;
	padding: 10px;
}
.shop_box h3 {
	text-align: center;
	font-size: 1.2em;
	border-bottom: 1px solid #999;
	width: 75%;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
.shop_box h4 {
	text-align: center;
	font-size: .7em;
	font-weight: normal;
	letter-spacing: .8px;
	line-height: 1.3em;
}
.shop_box a {
	display: block;
	width: 150px;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	background-color: #555;
	font-weight: bold;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.shop_box a:hover {
	opacity: .5;
}
.shop_box_img {
	width: 325px;
	margin: 0 auto;
	height: 110px;
	margin-top: 10px;
}
/*NEW！*/
.shop_new {
	position: relative;
}
.shop_new img{
	width: 13%;
	position: absolute;
	top: -10px;
	right: 10px;
}
/*==================================================================================
	contact
===================================================================================*/
/*サービス依頼書*/
.excel {
	width: 300px;
	margin: 0 auto;
	text-align: center;
	padding: 10px 10px;
	background-color: #555;
	margin-bottom: 70px;
	border-radius: 5px;
	font-weight: bold;
	letter-spacing: .2em;
}
.excel:hover {
	opacity: .5;
}
/*お問い合わせフォーム*/
#form_main {
	width: 1000px;
	margin: 0 auto;
	margin-bottom: 100px;
}
#form_main form tr th {
	width: 200px;
	text-align: right;
	padding-right: 20px;
}
#form_main form td {
	width: 650px;
}
#form_main form th {
	padding-top: 10px;
}
#form_main label{
	margin-top: 20px;
	margin-bottom: 10px;
}
#form_main input {
	width: 350px;
	height: 30px;
	border-radius: 5px;
	margin: 5px;
}
.contentbase_contact {
	width: 500px;
	margin: 0 auto;
}
td.contact_td_last textarea {
	width: 645px;
	margin-top: 10px;
	border-radius: 5px;
}
.submit {
	margin-top: 30px;
	text-align: -webkit-right;
}
.send {
	width: 150px;
	height: 25px;
	text-align: center;
	border-radius: 5px;
	color: #fff;
	font-size: 1.1em;
	letter-spacing: .5em;
	line-height: 1.5em;
	font-weight: bold;
	background-color: #555;
	/*margin-left: -60px;*/
	padding: 10px 20px 10px 20px;
	margin-bottom: 100px;
	margin-left: 20px;
}
.send:hover {
	opacity: .5;
}
/*mailsended*/
#mail_sended {
	width: 90%;
	margin: 0 auto;
	margin-top: 150px;
	margin-bottom: 150px;
}
#mail_sended p {
	line-height: 1.3em;
}
#mail_sended a {
	color: #000000;
	text-decoration: underline;
}
/*==================================================================================
	page top
===================================================================================*/
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px 0 0 8px;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  background-color: #ccc;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#pageTop span.pagetop_p {
	color: #FFFFFF;
	font-size: 1.3em;
	margin-right: 7px;
}
#pageTop i.fa {
	margin-right: 8px;
	margin-top: 3px;
}
/*==================================================================================
	footer
===================================================================================*/
#footer {
	clear: both;
	width: 100%;
	height: auto;
	font-size: 1em;
	text-align: center;
	color: #FFFFFF;
	background-color: #000000;
	line-height: 1.5em;
	padding: 50px 0;
}
/**/
/*タイトル水平線*/
section#footer_nav h3 {
	width: 450px;
	margin: 0 auto;
  display: flex;
  align-items: center;
  text-align: center; /* for no-flexbox browsers */
	margin-bottom: 10px;
	font-family: 'Assistant', sans-serif;
	font-size: 1.5em;
}
section#footer_nav h3:before,
section#footer_nav h3:after {
    border-top: 3px solid #ccc;
    content: "";
    display: inline; /* for IE */
    flex-grow: 1;
}
section#footer_nav h3:before {
    margin-right: 1em;
}
section#footer_nav h3:after {
    margin-left: 1em;
}
/**/
section#footer_nav {
	margin-bottom: 25px;
}
#footer ul {

	margin-left: 10%;
}
#footer ul li a{
	font-size: 0.8em;
}
#footer p {
	font-size: 0.9em;
}
#footer ul {
	text-align: left;
	margin-left: 10%;
	width: 50%;
	margin: 0 auto;
	font-family: 'Assistant', sans-serif;
}
#footer .footer_contents h3 img{
	width: 25%;
}
#footer ul {
	width: 386px;
}
#footer ul li a{
	font-size: 1.3em;
}
section#footer_nav ul li {
	float: left;
	padding: 8px;
}
section#sns ul li {
	margin-top: 5px;
}
.footer_machine {
	margin-top: 30px;
	width: 165px;
}
p.copyright {
	margin-top: 5px;
	clear: both;
	font-family: 'Assistant', sans-serif;
}
