@charset "utf-8";


/* ++++++++++++++++++++++++++++++++++++++++

	/photo.html for PC

++++++++++++++++++++++++++++++++++++++++ */
.sp_only {
	display: none;
}

nav{
	border-bottom-color: #1da1f2;
}

h2 {
	width: 970px;
	margin: auto;
	padding-top: 40px;
	border-bottom-color: #fff;
}

h3 {
	border-left-color: #1da1f2;
}

#twitter header {
	margin-bottom: 0;
}

#twitter #contents {
	width: auto;
	float: none;
	background: url(../img/photo/bg.png) repeat;
}
#twitter article {
	position: relative;
	float: none;
	max-width: none;
	width: auto;
	margin: 0 auto; 
}
#twitter article section {
	width: 970px;
	margin: auto;
	min-width: 970px;
	max-width: 100%;
}
#twitter .intro {
	position: relative;
	width: auto;
	margin: 20px auto 25px;
	padding: 20px 40px;
	background: #fff;
	border-radius: 60px;
	border: double 4px #1da1f2;
	font-size: 21px;
	font-weight: bold;
	text-align: left;
	letter-spacing: 1px;
}
#twitter .attention {
	width: 910px;
	display: block;
	margin: 0 auto 80px;
	padding: 20px;
	border: solid 1px #1da1f2;
	border-radius: 4px;
	background: rgba(255,255,255,0.4);
	font-size: 12px;
	color: #000;
}
#twitter article #searchResult{
	width: auto;
	max-width: 1000px;
}
#resultLoop {
	overflow: hidden;
	max-width: 100%;
	margin: auto;
	border: none;
}
.outlineArea {
	width: 790px;
	margin: 0 auto 20px;
	background: #fff;
	padding: 50px 80px;
	margin-bottom: 20px;
}
.outlineArea p{
	font-size: 18px;
}
.outlineArea dt {
	position: absolute;
	background: #1da1f2;
	color: #fff;
	border-radius: 0 0 0px 2px;
	width: 150px;
	text-align: right;
	padding: 10px 15px;
	font-size: 17px;
}
.outlineArea dd {
	min-height: 45px;
	padding: 8px 10px 20px 210px;
	border-top: dotted 1px #1da1f2;
	font-size: 15px;
}

.outlineArea > div{
    max-width: 50%;
    margin: 15px auto 0;
    text-align: center;
    font-size: 22px;
    color: #68B682;
}

.outlineArea > div img{
	width: 100%;
}

#resultLoop .item {
	box-sizing: border-box;
	width: 227px;
	margin: 5px 10px;
	padding: 15px 15px 30px;
	background: #fff;
	float: left;
	opacity: 0;
	border-radius: 2px;
	border-right: solid 2px #2a6072;
	border-bottom: solid 2px #5a8d9e;
	/* border: 1px solid #fff; */
	-webkit-box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
	-moz-box-shadow: 3px 3px 5px #c9c9c9;
	box-shadow: 4px 3px 5px rgba(0,0,0,0.4);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=135,strength=3,enabled=true)";
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=135,strength=3,enabled=true);
	cursor: pointer;
	transition: .5s;
}

#searchResult #resultLoop li.item:before {
	transition: .5s;
}

#searchResult #resultLoop li.item:hover:before {
	content:'';
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.5);
}
#resultLoop .tw_img {
	position: relative;
}
#resultLoop .item img {
	border-radius: 4px;
	border: dotted 1px #eaeced;
}
#resultLoop .item .tw_img:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: radial-gradient(circle at 50% 50%, transparent 50%, rgba(0,0,0,0.3) 90%);
	border-radius: 4px;
	z-index: 2;
}
#resultLoop .item:nth-child(3) .tw_img:before {
	background: radial-gradient(circle at 50% 50%, transparent 50%, rgba(10,0,85,0.4) 90%);
}
#resultLoop .item:nth-child(5n) .tw_img:before {
	background: radial-gradient(circle at 50% 50%, transparent 50%, rgba(64,0,60,0.4) 90%);
}
#resultLoop .item:nth-child(9n) .tw_img:before {
	background: radial-gradient(circle at 50% 50%, transparent 50%, rgba(10,0,85,0.4) 90%);
}
#resultLoop .item:nth-child(15n) .tw_img:before {
	background: radial-gradient(circle at 50% 50%, transparent 50%, rgba(92,82,0,0.4) 90%);
}
.tw_comment,
.tw_data {
	display: none;
}

.tw_name {
	display: inline-block;
	font-weight: bold;
	color: #000;
}
.tw_name a {
	color: #000;
}
.tw_id {
	display: inline-block;
	margin-left: 5px;
}

/* Effect 1: opacity */
#resultLoop.effect-1 li.animate {
	-webkit-animation: fadeIn 0.65s ease forwards;
	animation: fadeIn 0.65s ease forwards;
}

.checkbox {
  display: none;
}
.checkbox + .checkbox-icon {
  position: relative;
  vertical-align: middle;
}
.checkbox + .checkbox-icon:before {
	position: absolute;
	left: -2em;
	top: 50%;
	margin-top: -8px;
	margin-left: 4px;
	content: " ";
	width: 11px;
	height: 11px;
	background: #1a91d9;
	border: solid 2px #1a91d9;
	border-radius: 5px;
	box-shadow: 2px 2px 1px;
	color: #ccc;
}
.checkbox:checked + .checkbox-icon:after {
	position: absolute;
	left: -2em;
	top: 50%;
	margin-top: -8px;
	margin-left: 4px;
	content: " ";
	width: 11px;
	height: 11px;
	background: #1a91d9;
	border: solid 2px #1a91d9;
	border-radius: 5px;
	box-shadow: 2px 2px 1px;
	color: #ccc;
}
.checkbox:checked  + .checkbox-icon + .text {
	color: #1a91d9;
}


#inputArea {
	width: 860px;
	padding: 20px 50px;
	margin: 0 auto 20px;
	border: dotted 2px #fff;
}
#inputArea #submit {
	text-align: center;
	display: block;
	padding: 3px 10px;
	letter-spacing: 0px;
	background: #fff;
	border-right: solid 2px #696969;
	border-bottom: solid 2px #696969;
	box-shadow: 3px 3px 3px;
	width: 120px;
	margin: 15px auto 0;
	border-radius: 4px;
}
#inputArea dl {
	width: 50%;
	float: left;
}
.input_area dl {
	background: rgba(255,255,255,.5);
	padding: 20px;
}
#sortArea {
	font-weight: bold;	
}
#sortArea dt,
#sortArea dd,
#sortArea dd ul,
#sortArea dd li {
	display: inline;
	font-size: 16px;
}
#sortArea dd li {
	margin: 0 5px;
}
.perod_area dt {
	margin-bottom: 5px;
}
.stepArea {
	width: 950px;
	margin: auto;
	position: relative;
	margin-bottom: 20px;
}
.stepArea dl {
	margin: 5px;
	border: solid 1px #1da1f2;
	text-align: center;
	font-size: 20px;
	height: 230px;
}
.stepArea dt {
	margin-top: 20px;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #1a91d9;
}
.stepArea .step01,
.stepArea .step02,
.stepArea .step03 {
	width: 310px;
	margin-right: 10px;
}
.stepArea .step01 {
	background: #fff;
	float: left;
}
.stepArea .step01 span {
	display: block;
	background: #1a91d9;
    color: #fff;
    width: 240px;
    margin: 25px auto;
    font-size: 16px;
    border-radius: 8px;
    line-height: 2;
    height: 32px;
}
.stepArea .step01 dd {
	padding: 30px 20px;
}
.stepArea .step02 {
	background: #fff;
	float: left;
}
.stepArea .step02 img {
	height: 85px;
}
article .stepArea .step02 p {
	margin-bottom: 0;
	line-height: 1.4;
}
.stepArea .step03 {
	background: #fff;
	float: left;
	margin-right: 0;
}
.stepArea .step03 span {
    display: block;
    background: #1a91d9;
    color: #fff;
    width: 250px;
    margin: 25px auto;
    font-size: 22px;
}

.sample01 {
    position: absolute;
    right: -80px;
    top: -40px;
    width: 155px;
    transform: rotate(28deg);
    -moz-transform: rotate(28deg);
    -webkit-transform: rotate(28deg);
}
.sample02 {
    position: absolute;
    right: 10px;
    top: -122px;
    width: 155px;
    transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
}
.case.active {
	display: block;
}
.case {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.5);
	width: 100%;
	height: 100%;
	z-index: 100;
}
.case_inner {
	position: fixed;
	top: 15%;
	left: 50%;
	width: 680px;
	border-radius: 3px;
	background: #e6ecf0;
	margin-left: -340px;
	z-index: 100;
	border: solid 1px #ccc;
}
.outlineArea .case dl {
	position: relative;
	background: #fff;
	margin: 10px 35px 90px;
	padding: 10px 30px 20px;
	border-radius: 10px;
	border: solid 2px #1da1f2;
}
.outlineArea .case dt {
	position: relative;
	color: #000;
	background: #fff;
	width: auto;
	text-align: left;
	padding: 10px 15px 10px;
	margin-bottom: 15px;
	border-bottom: solid 1px #ccc;
	font-size: 17px;
}
.outlineArea .case dd {
	min-height: auto;
	padding: 0;
	border-top: none;
	width: 160px;
}

.outlineArea .case dd img {
    border: solid 1px #4343;
}
.outlineArea .case p{
	display: inline;
	width: auto;
	background: #1da1f2;
	color: #fff;
	font-weight: bold;
	padding: 10px 50px;
	margin-bottom: 0;
	border-radius: 30px;
	position: absolute;
	bottom: 20px;
	right: 45px;
}
.outlineArea .case_close {
	color: #fff;
	position: absolute;
	right: -35px;
	top: -35px;
	font-size: 35px;
	line-height: 1;
}
.case_title {
	margin-left: 30px;
	margin-top: 30px;
	font-weight: bold;
}
.outlineArea .case_close:hover {
	text-decoration: none;
	opacity: .5;
}
.btn_case {
    display: inline-block;
    border: solid 2px;
    padding: 2px 35px;
    margin-top: 10px;
}
#contents {
	z-index: auto;
}
@media print{
	.sp {
		display: none;
	}
	.sp_only {
		display: none;
	}
}


@-webkit-keyframes fadeIn {
	0% { }
	100% { opacity: 1; }
}

@keyframes fadeIn {
	0% { }
	100% { opacity: 1; }
}

/* Effect 2: Move Up */
#resultLoop.effect-2 li.animate {
	-webkit-transform: translateY(200px);
	transform: translateY(200px);
	-webkit-animation: moveUp 0.65s ease forwards;
	animation: moveUp 0.65s ease forwards;
}

@-webkit-keyframes moveUp {
	0% { }
	100% { -webkit-transform: translateY(0); opacity: 1; }
}

@keyframes moveUp {
	0% { }
	100% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
}

/* Effect 3: Scale up */
#resultLoop.effect-3 li.animate {
	-webkit-transform: scale(0.6);
	transform: scale(0.6);
	-webkit-animation: scaleUp 0.65s ease-in-out forwards;
	animation: scaleUp 0.65s ease-in-out forwards;
}

@-webkit-keyframes scaleUp {
	0% { }
	100% { -webkit-transform: scale(1); opacity: 1; }
}

@keyframes scaleUp {
	0% { }
	100% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; }
}

/* Effect 4: fall perspective */
#resultLoop.effect-4 {
	-webkit-perspective: 1300px;
	perspective: 1300px;
}

#resultLoop.effect-4 li.animate {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
	transform: translateZ(400px) translateY(300px) rotateX(-90deg);
	-webkit-animation: fallPerspective .8s ease-in-out forwards;
	animation: fallPerspective .8s ease-in-out forwards;
}

@-webkit-keyframes fallPerspective {
	0% { }
	100% { -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }
}

@keyframes fallPerspective {
	0% { }
	100% { -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg); transform: translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }
}

/* Effect 5: fly (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
#resultLoop.effect-5 {
	-webkit-perspective: 1300px;
	perspective: 1300px;
}

#resultLoop.effect-5 li.animate {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 50% 50% -300px;
	transform-origin: 50% 50% -300px;
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
	-webkit-animation: fly 1.2s ease-in-out forwards;
	animation: fly 1.2s ease-in-out forwards;
}

@-webkit-keyframes fly {
	0% { }
	100% { -webkit-transform: rotateX(0deg); opacity: 1; }
}

@keyframes fly {
	0% { }
	100% { -webkit-transform: rotateX(0deg); transform: rotateX(0deg); opacity: 1; }
}

/* Effect 6: flip (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
#resultLoop.effect-6 {
	-webkit-perspective: 1300px;
	perspective: 1300px;
}

#resultLoop.effect-6 li.animate {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
	-webkit-transform: rotateX(-80deg);
	transform: rotateX(-80deg);
	-webkit-animation: flip .8s ease-in-out forwards;
	animation: flip .8s ease-in-out forwards;
}

@-webkit-keyframes flip {
	0% { }
	100% { -webkit-transform: rotateX(0deg); opacity: 1; }
}

@keyframes flip {
	0% { }
	100% { -webkit-transform: rotateX(0deg); transform: rotateX(0deg); opacity: 1; }
}

/* Effect 7: helix (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
#resultLoop.effect-7 {
	-webkit-perspective: 1300px;
	perspective: 1300px;
}

#resultLoop.effect-7 li.animate {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-animation: helix 1.2s ease-in-out forwards;
	animation: helix 1.2s ease-in-out forwards;
}

@-webkit-keyframes helix {
	0% { }
	100% { -webkit-transform: rotateY(0deg); opacity: 1; }
}

@keyframes helix {
	0% { }
	100% { -webkit-transform: rotateY(0deg); transform: rotateY(0deg); opacity: 1; }
}

/* Effect 8:  */
#resultLoop.effect-8 {
	-webkit-perspective: 1300px;
	perspective: 1300px;
}

#resultLoop.effect-8 li.animate {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: scale(0.4);
	transform: scale(0.4);
	-webkit-animation: popUp .8s ease-in forwards;
	animation: popUp .8s ease-in forwards;
}

@-webkit-keyframes popUp {
	0% { }
	70% { -webkit-transform: scale(1.1); opacity: .8; -webkit-animation-timing-function: ease-out; }
	100% { -webkit-transform: scale(1); opacity: 1; }
}

@keyframes popUp {
	0% { }
	70% { -webkit-transform: scale(1.1); transform: scale(1.1); opacity: .8; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; }
	100% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; }
}

@media screen and (max-width: 900px) {
	#resultLoop li {
		width: 50%;
	}
}

@media screen and (max-width: 400px) {
	#resultLoop li {
		width: 100%;
	}
}





.keywords {
	width: 250px;
	padding: 5px;
	line-height: 1.5;
	border-radius: 5px;
	border-top: solid 2px #696969;
	border-left: solid 2px #696969;
	border-right: solid 2px #ececec;
	border-bottom: solid 2px #ccc;
}

.start select,
.end select{
	line-height: 1.5;
	border-radius: 5px;
	padding: 5px;
	margin-right: 5px;
	border-top: solid 2px #696969;
	border-left: solid 2px #696969;
	border-right: solid 2px #ececec;
	border-bottom: solid 2px #ccc;
}
.start,.end {
	display: inline;
}

@keyframes pop {
  0% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  90% {
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  50% {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
  70% {
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
#toApp {
	position: relative;
	display: block;
	left: 50%;
	margin-left: -200px;
	margin-top: -30px;
	width: 400px;
	height: 60px;
	line-height: 15px;
	text-align: center;
	color: #fff;	
	text-decoration: none;
}


#toApp:hover span {
  transform: translateY(-5px);
	text-decoration: none;
}
#toApp:hover:before {
  animation: pop 1s;
  animation-fill-mode: forwards;
}
#toApp:hover:after {
  animation: pulse 1s;
  animation-fill-mode: forwards;
}
#toApp:before, #toApp:after {
    content: "";
    top: 0;
    left: 0;
    width: 400px;
    height: 60px;
    position: absolute;
    border: 1px solid #1a91d9;
    border-radius: 30px;
    background: #1a91d9;
    box-shadow: 3px 3px 3px #333;
}
#toApp:after {
    background-color: #93dcfe;
    transform: scale(0.1);
    opacity: 0;
    color: #1a91d9;
}
#toApp svg,#toApp span {
  z-index: 1;
}
#toApp span {
    position: relative;
    transition: 0.5s;
    font-size: 20px;
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    z-index: 6;
    line-height: 60px;
    text-decoration: none;
    letter-spacing: 2px;
}
.permission label{
	position: relative;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
}

#twitter h3 {
	width: 970px;
	display: block;
	margin: 50px auto;
	padding-left: 0;
	position: relative;
	border-left: none;
	text-align: center;
	color: #fff;
	text-shadow: 3px 3px 3px #1da1f2;
	font-weight: bold;
	font-size: 30px;
}

#twitter h3:before, #twitter h3:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 295px;
	height: 2px;
	border-radius: 2px;
	background-color: #1da1f2;
}

#twitter h3:before {left:0;}
#twitter h3:after {right: 0;}
/* ++++++++++++++++++++++++++++++++++++++++

	modal

++++++++++++++++++++++++++++++++++++++++ */
	
	#modal {
		visibility: hidden;
		position: fixed;
		height: 100%;
		width: 100%;
		left: 0;
		top: 0;
		background: rgba(0,0,0,0.5);
		z-index: 9999;
		transition: .5s;
		opacity: 0;
	}
	#modal.open {
    visibility: visible;
    opacity: 1;
	}
	#modalContent {
    background: url(/img/photo/modal_bg.png);
    border: none;
    width: 70%;
    height: auto;
    max-height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #000;
    padding: 3%;
    font-size: larger;
    overflow: scroll;
		border-radius: 10px;
}
	#modalContent::-webkit-scrollbar {
		display: none;
	}
	#modalContent .media_url {
		max-width: 100%;
		max-height: 430px;
		margin: auto;
		display: block;
		border: dotted 1px #eaeced;
		border-radius: 10px;
	}
	#modalContent .name {
    float: none;
    margin: 0;
    display: inline;
    font-weight: bold;
	}
	#modalContent .id {
    display: inline;
    font-size: 13px;
    color: #696969;
    margin-left: 10px;
	}
	#modalContent .logo {
		float: right;
		width: 50%;
		margin: 10px 0;
	}
	#modalContent .body {
    clear: both;
    border-top: 1px solid #000;
    padding: 10px 0 0;
    margin: 0 0 10px;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 1px;
	}
	#modalContent a {
		width: 48%;
		float: left;
		background: #fff;
    border: 1px solid #fefefe;
		padding: 10px 0;
		text-align: center;
		font-size: large;
		font-weight: bold;
		color: #fff;
	}
	#modalContent .tw_conts .left {
		float: left;
		width: 60%;
		box-sizing: border-box;
		padding: 20px 20px 5px;
		background: #fff;
		border: 1px solid rgba(0,0,0,0.1);
		border-radius: 4px;
		-webkit-box-shadow: 10px 10px 10px rgba(0,0,0,0.4);
		-moz-box-shadow: 10px 10px 10px rgba(0,0,0,0.4);
		box-shadow: 10px 10px 10px rgba(0,0,0,0.4);
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=135,strength=10,enabled=true)";
		filter: progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=135,strength=10,enabled=true);
		transition: .5s;
	}
	#modalContent .tw_conts .right {
		width: 36.5%;
		margin-top: 10px;
		margin-left: 0%;
		float: right;
	}
	#modalContent .btn_area {
		border-top: dotted 1px;
		margin-top: 30px;
		padding-top: 20px;
	}
	#modalContent .data {
		font-size: 11px;
		font-weight: bold;
		padding-top: 7px;
		margin-left: 5px;
		letter-spacing: 2px;
		text-align: left;
	}
	#modalContent .btn_area a {
		transition: none;
	}
	#modalContent .btn_area a:hover {
		opacity: .5;
	}
	#modalContent a.post_url {
    margin-right: 3.4%;
    background: #1da1f2;
    border-radius: 10px;
	}
	#modalContent a.btnClose{
		background: #000;
		border-radius: 10px;
	}
	
.noResult {
	font-size: 21px;
    width: 90%;
    margin-bottom: 30px;
	margin: 20px auto 0;
}

/* ++++++++++++++++++++++++++++++++++++++++

	/photo.html for Smart Devices

++++++++++++++++++++++++++++++++++++++++ */

@media only screen and (max-width: 767px) {
	
	.pc_only {
		display: none;
	}
	
	.sp_only {
		display: block;
	}

nav {
	border-bottom-color: #1da1f2;
}

h2 {
	width: auto;
	margin: auto;
	padding: 15px 0;
	border-bottom-color: #1da1f2;
}

h3 {
	border-left-color: #1da1f2;
}



#twitter #contents {
	width: auto;
	float: none;
	background: url(../img/photo/bg.png) repeat;
}
#twitter article {
	position: relative;
	float: none;
	max-width: none;
	width: auto;
	margin: 0 auto; 
}
#twitter article section {
	width: auto;
	margin: auto;
	min-width: auto;
	max-width: 100%;
}
#twitter .intro {
	width: 80%;
	margin: 14% auto 4%;
	padding: 5%;
	background: #fff;
	border-radius: 10px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	min-height: 70px;
}
#twitter .attention {
	width: 80%;
	display: block;
	margin: 0 auto 10%;
	font-size: 13px;
	padding: 5%;
	border: dotted #1da1f2;
	border-radius: 10px;
	color: #000;
}
#twitter article #searchResult{
	width: 100%;
	max-width: none;
}
#resultLoop {
	overflow: visible;
	display: block;
	max-width: none;
	width: auto;
	margin: 5%;
	border: none;
}
#searchResult #resultLoop li.item:hover:before {
	content:none;
	position: absolute;
}

#resultLoop .item {
	box-sizing: border-box;
	width: 47%;
	padding: 10px 5px;
	margin: 5px 8px 5px 0px;
	float: left;
	opacity: 0;
	border: 1px solid #fff;
	-webkit-box-shadow: 3px 3px 3px #9c9c9c;
	-moz-box-shadow: 3px 3px 3px  #9c9c9c;
	box-shadow: 3px 3px 3px #9c9c9c;
	/* IE */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=135,strength=3,enabled=true)";
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=135,strength=3,enabled=true); /* IE5.5+ */
	cursor: pointer;
}

.tw_comment,
.tw_data {
	display: none;
}

.tw_name {
	display: inline-block;
	font-weight: bold;
	color: #000;
}
.tw_id {
	display: inline-block;
	margin-left: 5px;
}

/* Effect 1: opacity */
#resultLoop.effect-1 li.animate {
	-webkit-animation: fadeIn 0.65s ease forwards;
	animation: fadeIn 0.65s ease forwards;
}
.permission label {
	position: relative;
	width: 70%;
	display: block;
	text-align: center;
	margin-bottom: 20px;
	margin: auto;
	padding-left: 20px;
	font-size: 16px;
}
#twitter h3 {
	width: auto;
	display: block;
	margin: 50px auto 20px;
	padding-left: 0;
	position: relative;
	border-left: none;
	text-align: center;
	color: #fff;
	text-shadow: 3px 3px 3px #1da1f2;
	font-weight: bold;
	font-size: 20px;
}
#twitter h3:before {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 15%;
	margin-left: -15%;
	height: 2px;
	border-radius: 2px;
	background-color: #1da1f2;
}
#twitter h3:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 15%;
	margin-right: -15%;
	height: 2px;
	border-radius: 2px;
	background-color: #1da1f2;
}
#inputArea {
	width: 80%;
	padding: 5%;
	margin: 0 auto 40px;
}
#inputArea dt {
	font-size: 15px;
}
#inputArea dl {
  width: auto;
  float: none;
	margin-bottom: 10px;
}
.start, .end {
	display: block;
	margin-bottom: 5px;
}
#sortArea {
	font-weight: bold;
	width: 90%;
	margin: auto;
}
#inputArea #submit {
	text-align: center;
	display: block;
	padding: 3px 10px;
	letter-spacing: 0px;
	background: #fff;
	border-right: solid 2px #696969;
	border-bottom: solid 2px #696969;
	box-shadow: 3px 3px 3px;
	width: 120px;
	margin: 10px auto 10px;
	border-radius: 4px;
}
.stepArea {
    position: relative;
    margin-bottom: 25px;
    width: 90%;
    margin: auto;
}
.stepArea dl {
    margin: 0 5px;
    border: solid 1px #1da1f2;
    text-align: center;
    font-size: 14px;
    height: auto;
}
.stepArea dt {
	margin-top: 5%;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
}
	.stepArea dd {
		padding-bottom: 5%;
	}
.stepArea .step02,
.stepArea .step01,
.stepArea .step03{
	float: none;
	width: auto;
	margin-bottom: 3%;
	margin-right: 0;
	padding: 5px 0px;
	background: #fff;
	font-size: 14px;
}
.stepArea .step01 dd {
  padding: 5% 5% 10%;
}
.stepArea .step02 dd {
	padding: 5% 5% 10%;
	font-size: 14px;
}
.stepArea .step02 img {
    height: auto;
    width: 50%;
    margin-top: 2%;
    padding-bottom: 3%;
}
article .stepArea .step01 p {
	margin-bottom: 0;
}
.stepArea .step02 span {
	display: block;
	background: #1a91d9;
	color: #fff;
	width: 85%;
	padding: 2%;
	margin: 4% auto 6%;
	font-size: 22px;
}
.stepArea .step03 span {
	display: block;
	background: #1a91d9;
	color: #fff;
	width: auto;
	margin: 5%;
	font-size: 22px;
}
.sample01 {
	position: absolute;
	left: 0;
	top: 0;
	width: 28%;
	margin-top: -27%;
	transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
}
.sample02 {
	position: absolute;
	right: -2%;
	top: 0;
	width: 26%;
	margin-top: -27%;
	transform: rotate(10deg);
	-moz-transform: rotate(10deg);
	-webkit-transform: rotate(10deg);
}
.outlineArea {
    width: 90%;
    margin: 0 auto 20px;
    background: #fff;
    padding: 0;
    margin-bottom: 20px;
}
.outlineArea p {
    font-size: 14px;
    padding: 5%;
	  margin-bottom: 0;
}
.outlineArea dt {
    position: relative;
    background: #1da1f2;
    color: #fff;
    border-radius: 0 0 0px 2px;
    width: 100%;
    text-align: center;
    padding: 2% 0;
    font-size: 14px;
}
.outlineArea dd {
    min-height: 45px;
    padding: 7% 5%;
    border-top: dotted 1px #1da1f2;
    font-size: 15px;
}

.outlineArea > div {
    max-width: 70%;
    margin: 15px auto;
    text-align: center;
    font-size: 16px;
    color: #68B682;
}

/*	#insta {
		color: #fff;
	}
	
	#insta #contents {
		background:  #000;
	}
	
	#insta h2 {
		padding: 20px 0;
		margin: 0;
		background-image: none;
		border:  none;
	}
	#insta h2 img {
		width: 100%;
	}
	
	#insta h3 {
		text-align:  center;
		font-size: x-large;
		font-weight:  bold;
		border-left: none;
		border-top: 1px solid #fff;
		padding-top: 20px;
	}
	#insta h3:before {
		display: none;
	}
	
	#insta #outline .intro {
		font-size: large;
	}
	
	#insta #outline .instaLink {
		color: #fed46a;
	}

	#insta #outline .permission {
		font-size: large;
	}

	#insta #outline .permission input[type=checkbox]{
		width: 15px;
		height: 15px;
		margin: 0 5px 0 0;
	}
	
	
	#insta #search {
		font-size: large;
	}
	
	#insta #search #inputArea {
		width: 93.75%;
		margin: auto;
		border: 1px solid #fff;
		padding: 3%;
	}
	
	#insta #search #inputArea dt {
		font-weight: bold;
		margin-top: 10px;
	}
	
	#insta #search #inputArea input {
		border-radius:  5px;
		padding: 10px 2%;
		width: 95%;
		font-size: large;
		margin: 5px 5px 5px 0;
	}
	
	#insta #search #inputArea dd.start {
		float: left;
	}
	#insta #search #inputArea dd.end {
		float: right;
	}
	
	#insta #search #inputArea select{
		font-size: large;
		display:  inline-block;
		position: relative;
		padding: 10px;
		padding-right: 40px;
		border-radius:  5px;
		margin: 5px 5px 5px 0;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border: 1px solid #999;
		background: #eee;
		background: -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
		background: linear-gradient(to bottom, #fff 0%,#efebe1 100%);
	}
	#insta #search #inputArea label {
		position: relative;
	}
	#insta #search #inputArea label:after {
		display: block;
		content: "▼";
		color: #d5298f;
		position: absolute;
		font-size: 20px;
		top: 50%;
		right: 17px;
		width: 20px;
		height: 20px;
	    margin-top: -15px;
		pointer-events: none;
	}
	#insta #search #inputArea #submit,
	#insta #toApp {
		clear: both;
		text-align: center;
		background: #d5298f;
		width: 100%;
		display: block;
		font-size: x-large;
		font-weight:  bold;
		border: none;
		color: #fff;
		border-radius:  5px;
		padding: 5px 2%;
		width: 95%;
		margin: 10px 5px 5px 0;
	}
	#insta #toApp.disabled{
		opacity: .6;
	}
	#sortArea {
		margin-top: 20px;
	}
	
	#sortArea dt,
	#sortArea dd {
		display: inline-block;
		vertical-align: bottom;
	}
	#sortArea dd ul li {
		display: inline-block;
		margin-right: 10px;
	}
	#sortArea dd ul li a.on {
		text-decoration: none;
		color: #fff;
		cursor: default;
	}
	
	#insta ul.resultLoop {
		width: 100%;
	}
	#insta ul.resultLoop li {
		width: 32.5%;
    	height: 29.5vw;
		margin-right: 1.25%;
		margin-bottom: 1.25%;
		float: left;
		overflow: hidden;
	}
	#insta ul.resultLoop .noMargin{
		margin-right: 0;
	}
	#insta ul.resultLoop .more {
	background: #d5298f;
		width: 100%;
		font-size: x-large;
		font-weight: bold;
		padding: 0;
		margin-top: 20px;
		border: none;
		text-align: center;
	}
	#insta ul.resultLoop .more a {
		color: #fff;
		text-decoration: none;
		padding: 10px 0;
		width: 100%;
		display: block;
	}
	
	#infscr-loading {
		display: none !important;
	}
	
	.noResult {
		text-align: center;
		font-size: large;
	}
*/
#toApp {
	position: relative;
	display: block;
	width: 90%;
	left: auto;
	margin-left: auto;
	margin: auto;
	line-height: 15px;
	text-align: center;
	color: #fff;
	text-decoration: none;
}
#toApp:before, #toApp:after {
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	position: absolute;
	border: 1px solid #1a91d9;
	border-radius: 30px;
	background: #1a91d9;
	box-shadow: 3px 3px 3px #333;
}
#toApp span {
	position: relative;
	transition: 0.5s;
	font-size: 18px;
}
	
.case_inner {
    position: fixed;
    top: 69px;
    left: 50%;
    width: 90%;
    border-radius: 3px;
    background: #e6ecf0;
    margin-top: 15%;
    margin-left: -45%;
    z-index: 100;
    border: solid 1px #ccc;
}
.outlineArea .case dl {
    position: relative;
    background: #fff;
    margin: 2% 5% 70px;
    padding: 5% 3%;
    border-radius: 10px;
    border: solid 2px #1da1f2;
}
.outlineArea .case dt {
    position: relative;
    color: #000;
    background: #fff;
    width: auto;
    text-align: left;
    padding: 0 5% 5%;
    margin-bottom: 15px;
    border-bottom: solid 1px #ccc;
    font-size: 14px;
}
.outlineArea .case dd {
    min-height: auto;
    padding: 0;
    border-top: none;
    width: 35%;
}
.outlineArea .case p {
    display: inline;
    width: auto;
    background: #1da1f2;
    color: #fff;
    font-weight: bold;
    padding: 10px 10%;
    margin-bottom: 0;
    border-radius: 30px;
    position: absolute;
    bottom: 20px;
    right: 5%;
}
.outlineArea .case_close {
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: -11%;
    font-size: 35px;
    line-height: 1;
}
.case_title {
    margin-left: 5%;
    margin-top: 5%;
    font-weight: bold;
}
/* ++++++++++++++++++++++++++++++++++++++++

	modal

++++++++++++++++++++++++++++++++++++++++ */
	
	#modal {
		position: fixed;
		height: 100%;
		width: 100%;
		left: 0;
		top: 0;
		background: rgba(0,0,0,0.5);
		z-index: 9999;
	}
	
	#modalContent {
		background: url(/img/photo/modal_bg.png);
		width: 81.5%;
		height: auto;
		max-height: 90%;
		position: absolute;
		top: 50%;
		left: 50%;
		color: #000;
		padding: 3%;
		font-size: larger;
		overflow: scroll;
	}
	
#modalContent .name {
    float: none;
    font-size: 16px;
    margin: 0 0 0 5px;
}
#modalContent .logo {
    float: none;
    position: absolute;
    margin: 0;
    right: 5%;
    bottom: 3%;
}
	#modalContent .body {
		clear: both;
		border-top: 1px solid #000;
		padding: 10px 0 0;
		margin: 0 0 10px;
		height: auto;
		overflow: hidden;
		font-size: 14px;
		line-height: 1;
	}
	#modalContent .tw_conts:after {
		clear: both;
	}
	#modalContent a {
		width: 47%;
		float: left;
		padding: 10px 0;
		text-align: center;
		font-size: large;
		font-weight: bold;
		color: #fff;
	}
	#modalContent a.post_url {
		margin-right: 4%;
		background: #1da1f2;
	}
	#modalContent a.btnClose{
		background: #000;
		border-radius: 10px;
	}
	#modalContent .tw_conts .left {
		width: auto;
		position: relative;
		float: none;
		box-sizing: border-box;
		padding: 5% 5% 10%;
		background: #fff;
		border: 1px solid rgba(0,0,0,0.1);
		-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
		-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
		box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=135,strength=10,enabled=true)";
		filter: progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=135,strength=10,enabled=true);
		cursor: pointer;
		/* transition: .5s; */
	}
	#modalContent .tw_conts .right {
		width: auto;
		padding: 3%;
		float: none;
	}
	
	.noResult {
		font-size: 20px;
		width: 80%;
		margin-bottom: 30px !important;
	}
	
	
	
/* Break Point */
}
