/*
Theme Name: soramoyou宇宙模様
Theme URI: http://soramoyou.knifefalls.com/
Author: ジンムーン
Description: オンラインゲーム　ライトユーザー　ブログ
Version: 1.1
*/

@charset "utf-8";
@import "css/bootstrap.min.css";
@import "css/jquery.fs.boxer.css";
@import "slick/slick.css";
@import "slick/slick-theme.css";

@font-face {
font-family: 'SourceHanSans-Normal';
  src: url('../font/SourceHanSans-Normal.otf') format('opentype');
}

/**********   img中央寄せ(pタグの場合)
**************************************************/
.img-center{
	text-align: center;
}
/**********   bootstrap部分リセット
**************************************************/
article h1{
	margin-top: 0;
}
/**********   全体 css
**************************************************/
body{
	font-family: "SourceHanSans-Normal", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #fff;
}
#top_img h1{
	margin:0; 
	padding:0;
	width: 100%;

}
#top_img{
	margin-top:70px; 
}
a:hover img{
	opacity:0.9; 
}
.sub_img{
	margin:0; 
	padding:0;
	width: 100%;		
}
ul{
	overflow: hidden;
	margin:: 0;
	padding: 0;
	list-style-type: none;
}
.row{
	margin-top: 50px;
}

article.contents{
	padding-right: 50px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.main-margin{
	margin: 50px 0 0 0;	
}

.excerpt-box {
	display: -webkit-flex;
	display: flex;
}
.excerpt-box {
	-webkit-flex: 1;
		flex: 1;
}
.excerpt-sentence{
	padding-left: 20px;
}
.excerpt-box p.img-center{
	text-align: center;
}
aside{
	margin-top: 0px;
	margin-bottom: 60px;
}
aside#text-4{
	text-align: center;
}
aside#twitter{
	width: 90%;
	padding-left: 20px;
}
aside table{
	margin: 0 auto;
}
aside p:first-child{
	margin: 0;	
}
aside#text-3{
	border: solid 1px #c5c5c5;
	border-radius: 10px;
	padding: 20px;
	boxsizing: border-box;
}
aside#text-7{
	border: solid 1px #c5c5c5;
	border-radius: 10px;
	padding: 20px;
	boxsizing: border-box;
}
aside#text-7 p{
	text-align: center;
	margin: 0;
	padding: 0;
}
aside#text-7 a:nth-child(even){
	display: inline-block;
	padding: 8px 0 0 0;
}
aside h2{
	color:#fff;
	background-color:#5bc0de;
	border-radius:5px;
	font-size: 22px;
	padding: 7px 7px 7px 20px;
	boxsizing: border-box;
	
	font-weight: 600;
}
aside ul li{
	padding:0 20px;
}
aside ul li .text	{
	padding-right: 0;
}
aside#text-5{
	padding: 50px 20px 0 20px;
	font-size: 12px;
}
.tagcloud{
	padding:0 20px;
}
section.main{
	box-sizing: border-box;
	border-top: dotted 1px #c5c5c5;
}
section.main:first-child{
	border-top: none;
	margin-top: 0;
	margin-bottom: 100px;
}
section.main:nth-child(2){
	margin-top: 0px;
	margin-bottom: 100px;
}
section.main:nth-child(3){
	margin-top: 0px;
	margin-bottom: 100px;
}
section.main:last-child{
	margin-bottom: 100px;
}
section h2{
	margin-bottom: 30px;
}
section h2{
	margin-top: 30px;
	margin-bottom: 30px;
}
.youtube p{
	display: block;
	text-indent: 50px;
}
#recommend{
	margin: 0 auto 100px;
}
#recommend dt{
	text-align: left;
}
#recommend dd{
	text-align: center;
	margin: 25px 0;
}
#recommend dl dd:second-child{
	foat: right;
}
#recommend img{
	width: 80%;
}
#footer{
	color: #fff;
	padding-bottom: 30px;
	background-color:#000;
	border-top: solid #666 1px;
}
address{
	text-align: center;
}
.top-yohaku{
	margin-top: 24px;	
}
#footer_img{
	width: 100%;
	margin:0 auto;
}
#footer-widget{
	display: -webkit-flex;
	display: flex;
}

#footer-widget h3{
	font-size: 16px;
}
#rss-2 h3{
	font-size: 16px;
}
#rss-2 ul li{
	font-size: 14px;
}
.footer-menu{
	width: 200px;
	padding: 0;
	margin: 0;
}
.rss ul li{
	list-style: none;
}

/*Font Awesome 基本設定*/
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}
.fa-gratipay:before {
	content: "\f184";
}
.fa-facebook-official:before {
	content: "\f230";
}


/**********   見出し css
**************************************************/

/***** h1見出しcss *****/
.blog-container1 h1{
	font-weight: bold;
	font-size: 26px;
	display: block;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 20px;
	border-left: solid 10px #333;
	border-bottom:  solid 1px #333;
	border-top:  solid 1px #333;
	border-right:  solid 1px #333;
	border-radius: 5px;
	background-image: url(images/controller.png);
	background-repeat: no-repeat;
	background-position: 98% center;
}
.blog-container1 a:hover{
	text-decoration: none;
}

/***** カテゴリ・タグ・検索・結果　h1見出し *****/
h1.title{
	color:#fff;
	background-color:#5bc0de;
	border-radius:5px;
	margin-top: 0;
	margin-right: 50px;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 50px;
	padding: 7px 7px 7px 20px;
	boxsizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


/**********   wordpress css
**************************************************/
.font-large{
	font-size: 150%
}
.font-middle{
	font-size: 120%
}
.font-red{
	color: red;
}
.font-blue{
	color: blue;
}
.blog-container1{
	margin: 0 50px 70px 0;

}
.blog-container2{
	margin: 0px 0 70px 0;
}
.blog-container1 p{
	line-height: 2;
}
.single .blog-container1{
	font-size: 18px;
}
.sub-header{
	margin-top: 70px;
}

.postinfo{
	margin-top: 15px;
}
.postinfo .postcat{
	margin-left: 20px;
}

/* 前後の記事へのリンク */
.pagenav a	{padding: 5px 10px;
	border: solid 1px #cccccc;
	border-radius: 4px;
	color: #666666;
	font-size: 14px;
	text-decoration: none;
}
.pagenav a:hover{
	background-color: #eeeeee;
}
.pagenav .old a	{float: left}

.pagenav .new a	{float: right}

.pagenav	{overflow: hidden;
	margin-top: 40px;
	margin-bottom: 40px;
	clear: both}

/* 本文中の画像 */
article img{
	max-width: 100%;
	height: auto;
}
.aligncenter{
	display: block;
	margin: 30px auto;
}

/* 記事の概要 */
.excerpt{
	font-size: 16px;
	margin: 50px 0 0 0;
}
.excerpt .more a{
	padding: 5px 10px;
	border: solid 1px #cccccc;
	border-radius: 4px;
	color: #666666;
	font-size: 12px;
	text-decoration: none;
}
.excerpt .more a:hover{
	background-color: #eeeeee;
}
.excerpt img{
	width: 250px;
}
.excerpt-box {
	display: -webkit-flex;
	display: flex;
}
.excerpt-sentence{
	-webkit-flex: 1;
	flex: 1;
	padding-left:20px; 
}

/* パンくずリスト */
.bread ol{
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}
.bread li a	{
	display: inline-block;
	padding: 5px 5px;
	color: #888888;
	font-size: 14px;
	text-decoration: none;
}
.bread li a[href]:hovr{
	background-color: #eeeeee;
}
.bread ol:after{
	content: "";
	display: block;
	clear: both
}
.bread li{
	float: left;
	width: auto;
}
.bread li:after{
	content: '\003e';
	margin-left: 2px;
	margin-right: 2px;
	color: #888888;
}
.bread li:last-child:after{
	content: none;
}
.bread i{
	font-size: 14px;
}
.bread span	{
	display: inline-block;
	text-indent: -9999px;
}
@media (max-width: 599px) {
	.bread li:last-child{
	text-indent: -9999px;
	}
}

/***** サムネイル画像を付けたメニューのデザイン *****/
.mymenu-thumb li{
	margin-bottom: 1px;
}
.mymenu-thumb li a:after	{
	content: "";
	display: block;
	clear: both;
}
.mymenu-thumb li .thumb	{
	float: left;
	width: 80px;
	height: 80px;
	background-size: cover;
	background-position: 50% 50%;
}

.mymenu-thumb li .text	{
	float: none;
	display: block;
	height: 80px;
	margin-left: 90px;
	padding-top:5px;
	font-size: 16px;
	overflow: hidden;
}

/***** コメント投稿フォーム *****/
#respond{
	margin-bottom: 100px;
}
#respond p	{
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 12px;
}
#respond label	{
	font-size: 14px;
	display: block;
	
}
#respond input,
#respond textarea	{
	width: 60%;
	border: solid 1px #c5c5c5;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#respond textarea	{
	height: 150PX;
}
#respond input[type="submit"]	{
	width: 200px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: none;
	color: #fff;
	font-size: 14px;
	border-radius:5px;
	background-color: #5bc0de;
	-webkit-appearance: none;
}
#respond input[type="submit"]:hover	{
	background-color: #4e91e4;
}
#respond .required	{
	color: #ff0000;
}

/* 不要な欄非表示 */
.comment-form-url,
.form-allowed-tags,
.comment-form-email{
	display: none;
}

/* コメント */
#comments{
	margin-top: 100px; 
}
#comments footer	{
	background: none;
	margin: 0;
	color: #000000;
	font-size: 12px;
}
#comments footer a	{
	color: #000000;
}
#comments footer div	{
	display: inline;
}
#comments ul	{
	list-style: none;
	margin: 0;
	padding: 0;
}
#comments article	{
	width: 80%;
	border: dotted 1px #c5c5c5;
	margin-bottom: 10px;
	padding: 10px 20px 20px 20px;
	word-wrap: break-word;
}
#comments .comment-content	{
	margin-left: 30px;
}

/***** ページネーション *****/
.pagination1{
	margin: 40px 0 80px;
	text-align: center;
}
.pagination1 ul	{
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
}
.pagination1 li a,
.pagination1 li > span{
	display: block;
	margin: 0 5px;
	padding: 6px 8px;
	border: solid 1px #cccccc;
	color: #666666;
	font-size: 14px;
	text-decoration: none;
}
.pagination1 li > span{
	background-color: #c5c5c5;
}
.pagination1 li a:hover{
	background-color: #cccccc;
}
.pagination1 ul:after{
	content: "";
	display: block;
	clear: both;
}
.pagination1 li	{
	float: left;
	width: auto;
}


/**********   個別ページ css
**************************************************/
body.page-id-10 article,body.page-id-1138 article{
	width: 80%;
	margin: 100px auto 0 auto;
}
body.page-id-10 article h3{
	display: block;
	width: 350px;
	text-indent: 5px;
	border-left: solid 7px #333;
	border-bottom:  solid 1px #333;
}
body.page-id-10 article p,body.page-id-1138 article p{
	margin: 50px 0 100px 0;
	line-height: 3;
}

body.page-id-14{
	background-image: url(images/garally-back.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}

body.page-id-14 h2{
	margin-top:100px;
	margin-bottom:50px;
	color: #fff;
}
body.page-id-1108 h2{
	font-size: 22px;
	font-weight: bold;
	margin-top:80px;
	margin-bottom:20px;
}
body.page-id-1108 article ul:last-child{
	margin-bottom:100px;
}
body.page-id-1108 article ul li{
	text-indent: 22px;
}
p#not-found{
	font-size: 24px;
	line-heigt: 10px;
}


/**********   ウィジェット css
**************************************************/

/***** 検索ボックス *****/
.searchform div{
	position:relative;
	background-color:#fff;
	border:1px solid #c5c5c5;
	border-radius:5px;
	color: #888888;
}
.searchform div input[type="text"]{
	width:70%;
	line-height:34px;
	background:none;
	border:none;
}
.searchform div input[type="submit"]{
	display:block;
	position:absolute;
	top:0;
	right:0;
	width:25%;
	height:36px;
	background-color:#5bc0de;
	border:none;
	color: #fff;
	border-radius: 0 4px 4px 0;
}
.searchform div input[type="submit"]:hover {
	background:#4e91e4;
}
.screen-reader-text{
	text-indent: 8px;
	opacity: 0.8;
}

/***** タグcss *****/
aside.widget_tag_cloud a{
	display: inline-block;
	height: auto;
	line-height: 140%;
	padding: 0 0.3em;
	background-color: #fff;
	border: 1px solid #c5c5c5;
	border-radius: 3px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #1ABC9C;
	font-size: 13px;
	text-decoration: none;
	-webkit-transition: .2s;
	transition: .2s;
}
aside.widget_tag_cloud a:hover {
	background-color: #5bc0de;
	border: 1px solid #5bc0de;
	color: #fff;
}

/***** カレンダーcss *****/
.widget_calendar {
	font-size:20px;
}
#calendar_wrap{
	dispray: block;
	width: 80%;
	border: solid 1px #c5c5c5;
	margin: 0 auto;
	padding: 5px 0 15px 0;
	border-radius: 10px;
}
/*土曜日のヘッダーセル*/
.widget_calendar thead tr th:nth-child(6){
	background-color: #C0DDF9;
}
/*日曜日のヘッダーセル*/
.widget_calendar thead tr th:nth-child(7){
	background-color: #F5D0D3;
}
.widget_calendar tr th{
	text-align: center;
}
.widget_calendar td {
	text-align: center;
	line-height: 1em;
}
.widget_calendar caption {
	font-weight: bold;
}
.widget_calendar #prev,.widget_calendar #next{
	padding-top:10px;
}
.widget_calendar tbody tr #today {
   	background-color: #C5C5C5;
}


/**********   jQueryプラグイン css
**************************************************/

/***** タブメニューCSS ****/
ul.tab {
    list-style: none;
}
ul.tab li {
    float: left;
    margin-right: 10px;
    padding: 10px;
    background-color: #f2f2f2;
	color: #666;
    cursor: pointer;
}
ul.tab li:hover {
	color: #1ABC9C;
}
ul.tab li.active {
    background-color: #999;
    color: #fff;
}
div.tabContent {
    clear: both;
    border: 1px solid #ccc;
    padding: 20px;
    width: 100%;
    display: none; /** デフォルト:none **/
}
div.active {
    display: block;
}

p.attention{
	font-size: 12px;
}
#tab_menu{
	margin-top: 80px;	
}
@media (max-width: 1199px) {
	div.tabContent {
	width: auto;
	}
}

/***** ページトップ　ボタンCSS *****/
#page-top {
    position: fixed;
    bottom: 0px;
    right: 20px;
    font-size: 80%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 25px 0;
    text-align: center;
    display: block;
    border-radius: 10px;
	opacity: 0.6;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}

/* ナビゲーション */
#top-head .inner {
	max-width: 1200px;
	margin: 0 auto;

}
#mobile-head h1{
	margin:0 0 0 20px;
	padding:0 0 10px 0;	
}
#nav_logo{
	width: 80%;
}
#top-head {
	top: -100px;
	position: absolute;
	width: 100%;
	margin: 100px auto 0;
	padding: 10px 0 0;
	z-index: 999;
	background-color: #000;
	opacity: 0.95;
}

#top-head .logo {
	float: left;
	width: 250px;
}
#global-nav ul{
	float: right;
	margin:10px 0 0 0; 
}


#global-nav ul li {
	float: left;
	padding: 0 20px 0 0; 
}

/*masonry設定*/
#works_list {
	margin: 0 auto;
}
.work_item {
	margin: 10px;
	width: 265px;
	max-width: 265px;
	padding: 5px;
	background-color: #fcfcfc;
	float: left;
}
.work_item.x2 {
	width: 550px;
	max-width:550px;
}       
.work_item img {
	width: 100%;
}
.work_item.x2 img {
	width: 100%;
}
.work_item p {
	text-align: center;
	margin: 5px auto 5px;
}








/**********   メディアクエリ css
**************************************************/

/*991px以下*/
@media screen and (max-width: 991px) {
	.blog-container1{
	margin: 0 0 70px 0;
	}
	article.contents{
	padding-right: 0;
	}
	h1.title{
	margin-right: 0;
	}
}

/*768px - 991px*/
@media screen and (min-width: 768px) and (max-width: 991px) {
	aside{
	margin-right: auto;
	margin-left: auto;
	width: 70%;
	}
	aside.mymenu-related{
	width: 100%;
	}
	aside#twitter{
	width: 90%;
	margin-left: 80px;
	}
}

/*641以上*/
@media (min-width: 641px) {
/* jQuery addClass Fixed ナビゲーションバー*/
	#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	padding-top: 10px;
	background: #fff;
	background-color: #000;
	opacity: 0.95;

	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
	}
/* 関連記事メニュー */
	.mymenu-related ul{
	padding: 0 20px;
	}.mymenu-related li{
	float: left;
	width: 50%;
	margin: 0 0 5px 0;	
	padding: 0 5px 0 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}
}

/*640px以下*/
@media screen and (max-width: 640px) {
	.row {
	margin-top: 0;
	}
	article{
	margin-top: 80;
	}
	h1{
	font-size: 140%;
	}
	h2{
	font-size: 120%;
	}
	.single .blog-container1{
	font-size: 16px;
	}
	.blog-container1 h1{
	background-size: 40px 21px;
	font-size: 22px;
	}
	h1.title{
	font-size: 18px;
	}
	.excerpt-box {
	display: block;
	}
	.excerpt-sentence{
	padding-left:0; 
	}
	.youtube{
	position:relative;
	width:100%;
	padding-top:56.25%;
	display: block;
	content: "";
	clear: both;
	}
	.youtube iframe{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
	}
	.youtube p{
		position:absolute;
	}
	#recommend img{
	width: 100%;
	}
	ul.tab li {
	margin-right: 4px;
	padding: 5px 3px ;
	font-size:12px;
	}
	div.tabContent {
	font-size:14px;
	}
	.footer-menu{
	padding: 0 5px;
	}	

	/* 個別ページ */
	body.page-id-10 article{
	width: 90%;
	margin: 100px auto 0 auto;
	}
	body.page-id-10 article p{
	margin: 25px 0 50px 0;
	line-height: 2;
	}
	body.page-id-10 article h3{
	width: 250px;
	}
	
	/*コメント欄*/
	#respond input,
	#respond textarea	{
	width:100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
	}
	#comments article	{
	width: 100%;
	}

	/*masonry設定*/
	.itemx2 {
	width: 100%;	
	}
	.gallery{
	width: 100%;
	}
	.item {
		width: 100%;
	}


	/*#nav-toggle-main*/
	/* 640以下ヘッダー設定 */
	#top-head .logo {
	color: #333;
	}
	#global-nav {
	position: fixed;
	/* 開いてないときは画面外に配置 */
	top: 70px;
	right: -700px;
	background: #333;
	width: 50%;
	text-align: center;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	}
	#global-nav ul {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	#global-nav ul li {
	float: none;
	margin: 0;
	padding: 0;
	}	
	#top-head #global-nav ul li a,
	#top-head.fixed #global-nav ul li a {
	width: 100%;
	display: block;
	color: #fff;
	padding: 18px 0;
	}
	.btn{
	background-color: #000;
	opacity: 0.95;
	border:none;
	}
	
	/*ハンバーガーtoggleボタン*/
	#nav-toggle-main {
	display: block;
	position: absolute;/*ハンバーガー現在500↓スクロールで出現*/
	right: 5px;
	top: 5px;
	width: 60px;
	height: 60px;
	cursor: pointer;
	z-index: 101;
	padding:15px 15px ;
	background-color: #000;
	border-radius:5px;
	opacity: 0.95;
	}
	
	#nav-toggle-main div {
	position: relative;
	}
	#nav-toggle-main span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #fff;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	border-radius:2px;
	}
	#nav-toggle-main span:nth-child(1) {
	top: 0;
	}
	#nav-toggle-main span:nth-child(2) {
	top: 11px;
	}
	#nav-toggle-main span:nth-child(3) {
	top: 22px;
	}
	/* #nav-toggle 切り替えアニメーション */
	.open #nav-toggle-main span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
	}
	.open #nav-toggle-main span:nth-child(2) {
	width: 0;
	left: 50%;
	}
	.open #nav-toggle-main span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
	}

	/* #global-nav-main ハンバーガーボタン押して出現*/
	.open #global-nav-main {
	-moz-transform: translateX(-700px);
	-webkit-transform: translateX(-700px);
	transform: translateX(-700px);
	}
	/*#nav-toggle-mainここまで*/


	/*#nav-toggle　ハンバーガーtoggleボタン*/
	#nav-toggle {
	display: block;
	position: fixed;/*ハンバーガー現在500↓スクロールで出現*/
	right: 5px;
	top: 5px;
	width: 60px;
	height: 60px;
	cursor: pointer;
	z-index: 101;
	padding:15px 15px ;
	background-color: #666;
	border-radius:5px;
	opacity: 0.6;
	}
	#nav-toggle div {
	position: relative;
	}
	#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #fff;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	border-radius:2px;
	}
	#nav-toggle span:nth-child(1) {
	top: 0;
	}
	#nav-toggle span:nth-child(2) {
	top: 11px;
	}
	#nav-toggle span:nth-child(3) {
	top: 22px;
	}
	/* #nav-toggle 切り替えアニメーション */
	.open #nav-toggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
	}
	.open #nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
	}

	/* #global-nav ハンバーガーボタン押して出現*/
	.open #global-nav {
	-moz-transform: translateX(-700px);
	-webkit-transform: translateX(-700px);
	transform: translateX(-700px);
	}
	/*#nav-toggle　ハンバーガーtoggleボタン　ここまで*/

	/* ページトップ　ボタンCSS */
	#page-top {
	position: fixed;
	bottom: 0px;
	right: 5px;
	font-size: 70%;
	}
	#page-top a {
	width: 70px;
	padding: 10px 10px;
	border-radius: 5px;
	}	
	
	/* masonry */	
	.work_item {
	margin: 10px;
	width: 140px;
	max-width: 140px;
	padding: 5px;
	float: left;
	}
	.work_item.x2 {
	width: 300px;
	max-width:300px;
	}   

}
