/*
Theme Name: FLIPFLOPs ONLINE 2015
Theme URI: http://blog.flipflops.jp
Author: ginkgo
Author URI: http://blog.flipflops.jp
Description: FLIPFLOPs Official Website Theme
Version: 1.0
*/
@import url("http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,900");

/* Reset */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}

	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
	}

	body {
		line-height: 1;
		-webkit-text-size-adjust: none;
	}

	ol, ul {
		list-style: none;
	}

	blockquote, q {
		quotes: none;
	}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

	img {
	    max-width: 100%;
	    height: auto;
	    width: auto\9; /* ie8 */
	}



/* Basic */

	@-ms-viewport {
		width: device-width;
	}

	body {
		background: #fff;
		height: 100%;
		font-family: 'Source Sans Pro', "Hiragino Kaku Gothic ProN","メイリオ" ,sans-serif ;
		font-weight: 300;
		line-height: 1.75em;
		color: #39454b;
		letter-spacing: 0.5px;
	}
	
	p {
		font-family:  "Hiragino Kaku Gothic ProN","メイリオ" ,sans-serif ;
		font-weight: 300;
	}

	h1, h2 {
		font-size: 200%;
		font-weight: 900;
		color: inherit;
	}
	h3 {
		font-size: 150%;
		font-weight: 900;
		color: inherit;
	}
	h4 {
		font-size: 120%;
		font-weight: 900;
		color: inherit;
	}
	h5, h6 {
		font-size: 100%;
		font-weight: 300;
		color: inherit;
	}


	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
		color: inherit;
		text-decoration: none;
	}
	

	header {
		margin-bottom: 1em;
	}

		header p {
			display: block;
		}

	footer {
		margin-top: 2em;
	}

	br.clear {
		clear: both;
	}

	input , textarea {
		width: 90%;
	}

/* Intro */
	#intro {
		background: url("./images/suzulo_color_kingyo.jpg");
		background-size:  cover;
		background-position: top left;
	}
		#intro header {
			margin-top: 6em;
		}
		#intro header p{
			margin: 1em 2em 0 2em;
			padding: 0 0 0.5em 0;
		}

		#intro h2{
			color: rgba(255,255,255,1);
			text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
		}

@media (orientation: portrait) {
		#intro header {
			margin-top: 0;
		}

}


.titlebutton{
	width:15%;
}
	.titlebutton img {width:100%;}



.section {
	text-align:center;
}

.textbox{
	margin: 1em;
	text-align:left;
	font-weight: 300;
}
.textbox h2,h3,h4,h5 {
	margin-bottom: 0.5em;
}
.textbox img {
	margin:0;
	max-width:33%;
}
.textbox p {
	font-size: 80%;
	line-height: 130%;
	text-align:left;
	margin-bottom: 1em;
}

/* 右寄せBOX */
.rightbox {
	float: right;
	position: relative;
	margin-left: auto;
	margin-right: 7%;
}
/* 左寄せBOX */
.leftbox {
	position: relative;
	margin-left: 7%;
	margin-right: auto;
}
	@media screen and (max-width: 600px) and (orientation: portrait) {
		.leftbox , .rightbox {
		position: relative;
		margin-left: auto;
		margin-right: auto;
		}
	}


.post-edit-link {
	padding: 0;
	margin: 0;
	font-size: 80%;
	line-height: 100%;

}

/* ラッパー要素 */

.fullscreen {
	width: 100%;
	margin: 0 auto;
}

/* ブロック装飾など */

.block1 {
	padding: 20px;
	background: #dcdcdc;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.textbox-black {
	background: rgba(0,0,0, 0.4);
	color:#fff;
}

.textbox-black p a{
	color:#f11;
}
.textbox-white {
	background: rgba(255,255,255, 0.9);
	color:#000;
}
.textbox-white p a{
	color:#f11;
}




/* 丸縁 */
.marufuchi {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.marufuchi img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}


/* text装飾 */
.textglow {
	text-shadow:
		0 0 25px #edf8ff,
		0 0 20px #edf8ff,
		0 0 0.40px #edf8ff;
}

.dropshadow {
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}



/* menu関係 */

#menu li {
	display:inline-block;
	padding: 9px 18px;
	margin: 10px;
	color: #000;
	background:#fff;
	background: rgba(255,255,255, 0.5);
	-webkit-border-radius: 10px;
            border-radius: 10px;
}
#menu li.active{
	background:#666;
	background: rgba(0,0,0, 0.5);
	color: #fff;
}
#menu li a{
	text-decoration:none;
	color: #000;
}
#menu li.active a:hover{
	color: #000;
}
#menu li:hover{
	background: rgba(200,200,200, 0.4);
}
#menu li a,
#menu li.active a{
	display:block;
}
#menu li.active a{
	color: #fff;
}
#menu{
	position:fixed;
	top:0;
	left:0;
	height: 40px;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:0;
}


/* twitter */


.twitter{
	height: 440px;
	margin: 0.5em;
	text-align: center;
}

.twitter-timeline{
	height: 450px;
	font-size: 0.8em;

}


/* blog */

date {
	font-size: 100%;
	line-height: 130%;
	text-align:left;
	
}




/* works slider */

#slide_dg {
	background: url("./images/works/dg_2.jpg");
	background-size: cover;

}
	#slide_dg header {
		z-index: 4;
		position: fix;
	}


#slide_hoc {
	background: url("./images/works/hoc.jpg");
	background-size: cover;
}
	#slide_hoc header {
		z-index: 4;
		position: fix;
	}


#slide_nekogami {
	background: url("./images/works/nekogami.jpg");
	background-size: cover;
	background-position: center top;
}
	#slide_nekogami header {
		z-index: 4;
		position: fix;
	}


#slide_suzulog {
	background: url("./images/works/suzulog.jpg");
	background-size: cover;
}
	#slide_suzulog header {
		z-index: 4;
	}

#slide_sekaijyu {
	background: url("./images/works/sekaijyu.jpg");
	background-size: cover;
	background-position: center center;
}
	#slide_sekaijyu header {
		z-index: 4;
		position: fix;
	}

#slide_kotokoto {
	background: url("./images/works/kotokoto.jpg");
	background-size: cover;
	background-position: center center;
}
	#slide_kotokoto header {
		z-index: 4;
		position: fix;
	}


/* Post Tile 投稿のタイル表示関係 */
.post_tile {
	padding: 10px;
}
.post_tile article {
	padding: .5em .75em;
	background-color: #f6f6f6;
	border-bottom: 1px solid #ccc;
}

.post_tile article date {
	font-size: 60%;
	line-height: 80%;
}
.post_tile article h4 {
	padding: .25em 0 .25em .75em;
	border-left: 6px solid #ccc;
	font-size: 100%;
	line-height: 80%;
}
.post_tile article p {
	font-size: 70%;
	line-height: 80%;
}

/* animation */

/* Effect 1: opacity */
.anime-item{
	opacity:0;
}


/* media screen */

	html{
	font-size: 16px;
	height: 100%;
	}

	.g3c {
		width:200px;
	}
	.g2c {
		width:300px;
	}
	.g1c {
		margin:auto;
		width:60%;
	}

	.imgbutton {
		width:200px;
	}
		.imgbutton img { width:100%;}

	#fp-nav {
		display: none;
	}

	@media screen and (min-width: 2001px) and (orientation: landscape) {
		html{ font-size : 32px;}
		.g3c {width:500px;}
		.g2c {width:750px;}
		.imgbutton {width:500px;}
	}

	@media screen and (max-width: 2000px) and (orientation: landscape) {
		html{ font-size : 24px;}
		.g3c {width:400px;}
		.g2c {width:550px;}
		.imgbutton {width:400px;}
	}

	@media screen and (max-width: 1680px) and (orientation: landscape) {
		html{ font-size : 20px}
		.g3c {width:300px;}
		.g2c {width:450px;}
		.imgbutton {width:300px;}
	}
	@media screen and (max-width: 1200px) and (orientation: landscape) {
		html{ font-size : 18px}
		.g3c {width:250px;}
		.g2c {width:375px;}
		.imgbutton {width:250px;}
	}

	@media screen and (max-width: 950px) and (orientation: landscape) {
		html{ font-size : 16px}
		.g3c {width:200px;}
		.g2c {width:300px;}
		.imgbutton {width:200px;}
	}

	@media screen and (max-width: 736px) and (orientation: landscape) {
		html{ font-size : 14px}
		.g3c {width:180px;}
		.g2c {width:270px;}
		.imgbutton {width:170px;}
	}

	@media screen and (max-width: 600px) and (orientation: landscape) {
		html{ font-size : 13px}
		.twitter { display: none;}
		.g3c {width:300px;}
		.g2c {width:300px;}
		.imgbutton {width:160px;}
	}

	@media screen and (max-width: 480px) and (orientation: landscape) {
		html{ font-size : 12px}
		#menu .longmenu { display: none;}
		#fp-nav {display: block;}
		.twitter { display: none;}
		.fp-controlArrow { display: none;}
		.g3c {width:300px;}
		.g2c {width:300px;}
		.imgbutton {width:120px;}
	}
	

	@media screen and (min-width: 1401px) and (orientation: portrait){
		html{ font-size : 48px;}
		.g3c {width:1200px;}
		.g2c {width:1200px;}
		.imgbutton {width:500px;}
	}

	@media screen and (max-width: 1400px) and (orientation: portrait){
		html{ font-size : 22px}
		.g3c {width:600px;}
		.g2c {width:800px;}
		.imgbutton {width:400px;}
	}

	@media screen and (max-width: 1200px) and (orientation: portrait){
		html{ font-size : 22px}
		.g3c {width:300px;}
		.g2c {width:400px;}
		.imgbutton {width:300px;}
	}

	@media screen and (max-width: 800px) and (orientation: portrait){
		html{ font-size : 20px}
		.twitter { display: none;}
		.fp-controlArrow { display: none;}
		.g3c {width:400px;}
		.g3cw {width:600px;}
		.g2c {width:600px;}
		.imgbutton {width:200px;}
	}

	@media screen and (max-width: 600px) and (orientation: portrait){
		html{ font-size : 14px}
		#menu .longmenu { display: none;}
		#fp-nav {display: block;}
		.twitter { display: none;}
		.fp-controlArrow { display: none;}
		.g3c {width:300px;}
		.g2c {width:300px;}
		.imgbutton {width:150px;}
	}

	@media screen and (max-width: 320px) and (orientation: portrait){
		html{ font-size : 14px}
		#menu .longmenu { display: none;}
		#fp-nav {display: block;}
		.twitter { display: none;}
		.fp-controlArrow { display: none;}
		.g3c {width:300px;}
		.g2c {width:300px;}
		.imgbutton {width:150px;}
	}


