@charset "UTF-8";

/* margin,padding リセット
---------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,section, nav, article, aside, hgroup, header, footer, figure, figcaption {
	margin:0;
	padding:0;
}
/* ----------------------------------------------------- */




/* HTML5 新要素 - ブロックボックス・レンダリング用 */
section, nav, article, aside, hgroup, header, footer, figure, figcaption {
	display: block;
}



/* ボックス要素に border, padding を含める */
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}




/* リストスタイル クリア用 */
ol,ul {
	list-style:none;
}

/* HTML5 用 画像下のディセンダスペース クリア ＆ ボーダー クリア用 */
img {
	vertical-align:bottom;
	border:none;
}

/* 区切り線 非表示用 */
hr {
	display: none;
}

/* abbr（省略形） もしくは acronym（頭文字・IE6 のみ） 表示用 */
abbr,acronym {
	border-bottom: .1em dotted;
}

/* バックグラウンド拡張 フロート解除用 */
.clearfix:after{
	content:"";
	clear:both;
	display:block;
	height:0;
}




/* Firefox 用
---------------------------------------------------------*/
/* アウトライン非表示用 */
a {
	outline:none;
}



















html {
	font-size: 100%; 
}

body, button, input, select, textarea {
	font: 100%/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	_font: 100%/1.5 "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; /* Windows XP でメイリオがインストール済みの回避用 (IE6) 用 */
	*font-size: 1em; 
	color: #000;
}

h1, h2, h3, h4, h5, h6 {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	_font-family:"ＭＳ Ｐゴシック", "MS PGothic", sans-serif; /* Windows XP でメイリオがインストール済みの回避用 (IE6) 用 */
	color:#000;
}

/* Font-size Adjustment
---------------------------------------------------------

10px = 0.625em
11px = 0.6875em
12px = 0.75em
13px = 0.8125em
14px = 0.875em
15px = 0.9375em
16px = 1em
17px = 1.0625em
18px = 1.15em
19px = 1.1875em
20px = 1.25em
21px = 1.3125em
22px = 1.375em
23px = 1.4375em
24px = 1.5em
25px = 1.5625em
26px = 1.625em

---------------------------------------------------------*/






/* link
---------------------------------------------------------*/
/* a {
	color:#66b;
	text-decoration:none;
}

a:link, a:visited {
	color:#fff;
}

a:hover {
	color:#338;
	text-decoration: underline;
} */

*+html a {
	text-decoration:none; /* for IE7 */
	cursor: pointer;
}






/* Images
---------------------------------------------------------*/
/* img {
	max-width:100%;
	height: auto;
} */

/*　background:#fff url(/images/xxx.jpg) center 0 repeat-x;　*/
/*　background-size:cover; 背景画像で全体を覆う */
/*　background-size:100% auto; 背景画像を横幅いっぱいに表示 */









/* Framework
---------------------------------------------------------*/
html,body {
	height:100%;
}

body {
	/* background:#f6f6f6 url(/wp-content/themes/isotope/images/gplaypattern_@2X.png) left top repeat;
	background-size: 188px 178px; */ /* Retina 用には 50% 縮小サイズを指定（オリジナルは 376px 356px） */
	background:#f6f6f6 url(/wp-content/themes/isotope/images/xv_@2X.png) left top repeat;
	background-size: 294px 235px; /* Retina 用には 50% 縮小サイズを指定（オリジナルは 588px 470px） */
	margin: 0;
	padding: 0;
	/* min-width: 1000px; */
}



#Wrap {
	width: 100%;
	position: relative;
	height:auto !important; /* for IE6 */
	height: 100%; /* for IE6 */
	min-height: 100%;
}



#contentWrap {
	/* background: #f6f6f6; */
	/* margin: 50px 0 0; */
	margin: 0;
	padding: 50px 0 80px;
	/* -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.3) inset;
	-moz-box-shadow: 0 0 3px 0 rgba(0,0,0,0.3) inset;
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.3) inset; */
	
}

#wrapper:after{
	content:"";
	clear:both;
	display:block;
	height:0;
}

#mainWrap {
	margin: 0 auto;
	padding: 20px 0 10px;
	max-width: 1024px; /* レスポンシブ対応 */
}

/* Isotope 用コンテナ */
#main {
	margin: 0 auto;
	padding: 0;
	width: 100%; /* Isotope のセンタリング・オプション［isFitWidth: true］を使用するため 100% に設定 */
}

#main:after{
	content:"";
	clear:both;
	display:block;
	height:0;
}











/* header
---------------------------------------------------------*/
.headerArea {
	/* background: #fff; */
	background: rgba(255, 255, 255, 0.9);
	margin: 0;
	padding: 0;
	width: 100%;
	position: fixed;
    top: 0;
    left:0;
    z-index: 100;
    -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 3px 0 rgba(0,0,0,0.3);
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.3);
}

#header {
	margin: 0 auto;
	padding: 0;
	max-width: 1024px;
	height: 50px;
	/* line-height: 60px; */
}

#header:after{
	content:"";
	clear:both;
	display:block;
	height:0;
}



.site-branding {
	margin: 0;
	padding: 0;
	line-height: 50px;
	float: left;
}

.site-branding:after{
	content:"";
	clear:both;
	display:block;
	height:0;
}

.site-title {
	margin: 0 10px 0 1em;
	padding: 0;
	font-size: 1em; /* 16px */
	float: left;
}

.site-title a:link, .site-title a:visited {
	color: #000;
	text-decoration: none;
}

.site-title a:hover {
	color: #00a5e3;
}

.site-description {
	color: #666;
	margin: 0;
	padding: 0;
	font-size: 0.875em; /* 14px */
	font-size: 0.75em; /* 12px */
	float: left;
}









/* Global Navigation
---------------------------------------------------------*/
#gNav {
	margin: 0;
	padding: 0;
	float: right;
}

#gNav:after{
	content:"";
	clear:both;
	display:block;
	height:0;
}



.gNavList {
	margin: 0;
	padding: 0;
	height: 50px;
	display: table; /* IE7 not Support */
	/* table-layout: fixed; */ /* IE7 not Support */
	float: left;
}

.gNavList:after{
	content:"";
	clear:both;
	display:block;
	height:0;
}



.gNavList li {
	margin: 0;
	padding: 0;
	display: table-cell; /* IE7 not Support */
	vertical-align: middle;
}

.gNavList li a {
	margin: 0 0 0 1.4em;
	margin: 0 0 0 1.2em;
	padding: 0;
	font-size: 0.9375em; /* 15px */
	font-size: 0.875em; /* 14px */
	font-size: 0.75em; /* 12px */
	font-weight: bold;
	text-decoration: none;
	display: block;
}



#gNav .gNavProfileCVList {
	/* margin: 1.05em 10px 0 1.2em; */
	margin: 0.8em 10px 0 1.2em;
	padding: 0;
	float: right;
}

#gNav .gNavProfileCVList li {
	margin: 0;
	padding: 0;
	float: left;
}

#gNav .gNavProfileCVList li:first-child {
	margin: 0 6px 0 0;
}

#gNav .gNavProfileCVList li a {
	background: #f3f3f3;
	margin: 0 0 0 0;
	padding: 0.2em 0.8em;
	font-size: 0.75em; /* 12px */
	font-weight: bold;
	text-decoration: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	/* IE7 & IE8 not Support Border Radius */
	border: solid 1px #efefef;
	display: block;
}

.gNavList li a:link, .gNavList li a:visited,
#gNav .gNavProfileCVList li a:link, #gNav .gNavProfileCVList li aa:visited {
	color: #000;
}

.gNavList li a:hover,
.gNavList li.current a,
#gNav .gNavProfileCVList li a:hover,
#gNav .gNavProfileCVList li a.current {
	color: #00a5e3;
}









/* Loader
---------------------------------------------------------*/
.loader {
  margin: 6em auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

@-webkit-keyframes load8 {

  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

}

@keyframes load8 {

  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

}









/* Clip
---------------------------------------------------------*/
.clipWrap {
	background: #000;
	background:#f6f6f6 url(/wp-content/themes/isotope/images/darkdenim3_@2X.png) left top repeat;
	background-size: 420px 326px; /* Retina 用には 50% 縮小サイズを指定（オリジナルは 840px 652px） */
	margin: 0 0 10px 0; /* margin-right = masonry option - gutter: 10 */
	padding: 0;
	/* width: 256px; */
	width: 246px; /* 1024px - (10px*4 gutter)/4 column */
	/* height: 360px; */
	-webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 3px 0 rgba(0,0,0,0.3);
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.3);
	/* -moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px; */
	/* IE7 & IE8 not Support Border Radius */
}

.clipWrap.direction {
	border-top: solid 5px #90f;
}

.clipWrap.website {
	border-top: solid 5px #f70;
}

.clipWrap.logo {
	border-top: solid 5px #fd0;
}

.clipWrap.icon {
	border-top: solid 5px #0f2;
}

.clipWrap.print {
	border-top: solid 5px #0bf;
}

/* .clipWrap.style-guide {
	border-top: solid 5px #90f;
} */

.clipWrap.wireframe {
	border-top: solid 5px #f08;
}

.clipWrap.wordpress {
	border-top: solid 5px #21759b;
}

.clipWrap.coding {
	border-top: solid 5px #999;
}



.clipWrap.logo {
	width: 502px; /* 246px*2(2 column) + 10px(1 gutter) */
	/* height: 502px; */
}

.clipWrap img {
	max-width:100%;
	height: auto;
	display: none; /* 初期化（画像ロード待ち） */
}



.boxer {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	display: block;
}

.boxer:link, .boxer:visited {
	opacity:1;
	filter: alpha(opacity=100); /* IE7 以下 */
	-ms-filter: "alpha(opacity=100)"; /* IE8 */
}

.boxer:hover {
	opacity:0.7;
	filter: alpha(opacity=70); /* IE7 以下 */
	-ms-filter: "alpha(opacity=70)"; /* IE8 */
}



.clipInfo {
	background: #f1f1f1;
	margin: 0;
	padding: 0;
	overflow: hidden;
}



.clipInfoH2 {
	color: #717171;
	margin: 0 15px 1em;
	padding: 0 1em 0 0;
	font-size: 0.875em; /* 14px */
	font-size: 0.8125em; /* 13px */
	line-height: 1.2em;
	position: relative;
}

.clipInfoH2::before {
	content: "";
	background: #00a5e3;
	margin-top: -1px;
	width: 14px;
	height: 14px;
	display: block;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	/* IE7 & IE8 not Support Border Radius */
	position: absolute;
	top: 0;
	right: -4px;
}

.clipInfoH2::after {
	content: "";
	margin-top: 2px;
	/* width: 8px;
	height: 8px;
	border-top: 2px solid #5a5a5a;
	border-right: 2px solid #5a5a5a; */
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-transition: .2s ease-in; /* Animation */
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	-ms-transition: .2s ease-in;
	transition: .2s ease-in;
}

.clipInfoH2.rotate::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 2px;
	right: 0;
}

.clipInfoCategory {
	color: #777;
	background: #ccc;
	margin: 1em 15px 0.8em;
	padding: 0.1em 0.8em 0.1em;
	height: 1.6em;
	font-size: 0.625em; /* 10px */
	font-weight: bold;
	line-height: 1.6em;
	/* display: block; */
	display: inline-block;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	/* IE7 & IE8 not Support Border Radius */
}



.clipInfoDetails {
	background: #fff;
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: none;
	/* border-bottom: solid 5px #333; */
}

.direction .clipInfoDetails {
	border-bottom: solid 5px #90f;
}

.website .clipInfoDetails {
	border-bottom: solid 5px #f70;
}

.logo .clipInfoDetails {
	border-bottom: solid 5px #fd0;
}

.icon .clipInfoDetails {
	border-bottom: solid 5px #0f2;
}

.print .clipInfoDetails {
	border-bottom: solid 5px #0bf;
}

/* .style-guide .clipInfoDetails {
	border-bottom: solid 5px #90f;
} */

.wireframe .clipInfoDetails {
	border-bottom: solid 5px #f08;
}

.wordpress .clipInfoDetails {
	border-bottom: solid 5px #21759b;
}

.coding .clipInfoDetails {
	border-bottom: solid 5px #999;
}



.clipInfoArea {
	margin: 1.5em 15px 1em;
	padding: 0;
	/* font-size: 0.75em; */ /* 12px */
}

.clipInfoPra {
	color: #333;
	margin: 0 0 0.5em;
	padding: 0;
	font-size: 0.75em; /* 12px */
}

.clipInfoPra:last-of-type {
	margin: 0 0 1em;
}

.clipInfoDate {
	color: #888;
	margin: 0 15px 0.5em;
	padding: 0;
	font-size: 0.625em; /* 10px */
	font-size: 0.75em; /* 12px */
	font-size: 0.6875em; /* 11px */
	font-weight: bold;
	text-align: right;
	display: block;
}

.clipInfoCompanyName {
	color: #333;
	margin: 0 15px 1em;
	padding: 1em 0 0;
	font-size: 0.75em; /* 12px */
	/* font-weight: bold; */
	display: block;
	border-top: dotted 2px #cfcfcf;
	border-top: dotted 2px #999;
}

.clipInfoCaution {
	color: #666;
	color: #822;
	background: #efefef;
	margin: 0 0 0.5em;
	/* padding: 0.7em 1em 0.7em 2em; */
	padding: 0.7em 1em;
	font-size: 0.6875em; /* 11px */
	/* font-weight: bold; */
	line-height: 1.3em;
	text-align: center;
	/* text-indent: -1em; */
	/* border-bottom: solid 2px #900; */
	border: solid 2px #dfdfdf;
	display: block;
}

/* .clipInfoCaution:before {
	content: "※";
} */

.clipWrap .clipInfoLaunchBtn + .clipInfoCaution {
	margin: 1.5em 0 0.5em;
}

/* .clipInfoCaution:before{
	content: "※";
	margin: 0;
	padding: 0;
} */



/* .clipWrap a:link, .clipWrap a:visited {
	color: #494949;
	text-decoration: none;
}

.clipWrap a:hover {
	color: #00a5e3;
	text-decoration: underline;
} */



.clipWrap .clipInfoLaunchBtn {
	color: #fff;
	background: #00a5e3;
	margin: 0 0 0.5em;
	padding: 0.5em 1em;
	/* padding: 0.5em 1em 0.5em 2.2em; */
	font-size: 0.75em; /* 12px */
	font-weight: bold;
	text-align: center;
	text-indent: 1em;
	display: block;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	/* IE7 & IE8 not Support Border Radius */
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	position: relative;
}

.clipWrap .clipInfoLaunchBtn::before {
	content: "";
	margin-top: -4px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	display: block;
	position: absolute;
	top: 50%;
	left: 4.2em; 
	/* left: 1em; */
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.clipWrap .clipInfoLaunchBtn:link, .clipWrap .clipInfoLaunchBtn:visited {
	color: #fff;
	/* background: #00a5e3; */
	text-decoration: none;
	opacity:1;
	filter: alpha(opacity=100); /* IE7 以下 */
	-ms-filter: "alpha(opacity=100)"; /* IE8 */
}

.clipWrap .clipInfoLaunchBtn:hover {
	color: #fff;
	/* background: #0072ac; */
	text-decoration: none;
	opacity:0.85;
	filter: alpha(opacity=85); /* IE7 以下 */
	-ms-filter: "alpha(opacity=85)"; /* IE8 */
}



.clipWrap a:link, .clipWrap a:visited {
	color: #00a5e3;
	text-decoration: none;
}

.clipWrap a:hover {
	color: #0072ac;
	text-decoration: underline;
}



.boxerBox {
	margin: 0;
	padding: 0;
	display: none;
}









/* Profile
---------------------------------------------------------*/
#mainProfile {
	background: #fff;
	margin: 0 1em 4em;
	padding: 0;
	-webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 3px 0 rgba(0,0,0,0.3);
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.3);
}

#mainProfile:after{
	content:"";
	clear:both;
	display:block;
	height:0;
}



.profileH2 {
	color: #444;
	margin: 0 2em 1em;
	padding: 2em 0 0;
	font-size: 1em; /* 16px */
}



.profileMain {
	margin: 0;
	padding: 0 2em 0;
	width: 70%;
	float: left;
	overflow: hidden;
}



.profileH3 {
	/* color: #444; */
	color: #600;
	margin: 0 0 1em;
	padding: 0;
	font-size: 1em; /* 16px */
	font-weight: normal;
}

.profileH4 {
	color: #666;
	margin: 0 0 0.6em;
	padding: 0;
	font-size: 0.875em; /* 14px */
	font-weight: bold;
}

.profileH5 {
	color: #444;
	margin: 0 0 1em;
	padding: 0;
	font-size: 0.75em; /* 12px */
}



.profilePra {
	color: #333;
	margin: 0 0 0.6em;
	padding: 0;
	font-size: 0.75em; /* 12px */
	line-height: 1.6em;
}

.profilePra:last-child {
	margin: 0 0 4em;
}



.profileNotice {
	color: #666;
	margin: 0 0 2em 1.2em;
	padding: 0;
	font-size: 0.75em; /* 12px */
	line-height: 1.4em;
	text-indent: -1.2em;
}

.profileNotice:before{
	content: "※";
	margin: 0;
	padding: 0;
}



.profileList {
	color: #333;
	margin: 0 0 4em;
	padding: 0;
	font-size: 0.75em; /* 12px */
}

.profileList li {
	margin: 0 0 0.6em 1.6em;
	padding: 0;
	list-style: disc;
}



#mainProfile a:link, #mainProfile a:visited {
	color: #00a5e3;
	text-decoration: none;
}

#mainProfile a:hover {
	color: #0072ac;
	text-decoration: underline;
}



.profileSub {
	margin: 0;
	padding: 0;
	width: 30%;
	float: right;
}

.myInfoArea {
	margin: 0 2em 0 0;
	padding: 0;
	overflow: hidden;
}



.myNameH3 {
	color: #444;
	margin: 0 0 1em;
	padding: 0;
	font-size: 0.75em; /* 12px */
	font-weight: normal;
}

.myAddress {
	color: #666;
	margin: 0 0 0.5em;
	padding: 0;
	font-size: 0.75em; /* 12px */
	line-height: 1.4em
}

.myEmail {
	color: #666;
	margin: 0 0 4em;
	padding: 0;
	font-size: 0.75em; /* 12px */
}









/* CV
---------------------------------------------------------*/
#mainCv {
	background: #fff;
	margin: 0 1em 4em;
	padding: 0;
	-webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 3px 0 rgba(0,0,0,0.3);
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.3);
}

#mainCv:after{
	content:"";
	clear:both;
	display:block;
	height:0;
}



.cvH2 {
	color: #444;
	margin: 0 2em 1em;
	padding: 2em 0 0;
	font-size: 1em; /* 16px */
}



.cvMain {
	margin: 0;
	padding: 0 2em 0;
	width: 70%;
	float: left;
	overflow: hidden;
}

.cvSection {
	margin: 0 0 4em;
	padding: 0;
}



.cvH3 {
	/* color: #444; */
	color: #600;
	margin: 0 0 1em;
	padding: 0;
	font-size: 1em; /* 16px */
	font-weight: normal;
}

.cvH4 {
	color: #666;
	margin: 0 0 0.6em 2em;
	padding: 0;
	font-size: 0.875em; /* 14px */
	font-weight: bold;
}

.cvH5 {
	color: #444;
	margin: 0 0 1em 5em;
	padding: 0;
	font-size: 0.75em; /* 12px */
}



.cvList {
	margin: 0 0 2em;
	padding: 0;
}

.cvList:after{
	content:"";
	clear:both;
	display:block;
	height:0;
}

.cvList dt {
	color: #444;
	margin: 0 0 0.2em;
	padding: 0;
	font-size: 0.75em; /* 12px */
	font-weight: bold;
	line-height: 1.6em;
	display: block;
	float: left;
}

.cvList dt:after {
	content: "："
}

.cvList dd {
	color: #333;
	margin: 0 0 0.2em;
	padding: 0;
	font-size: 0.75em; /* 12px */
	line-height: 1.6em;
	overflow: hidden;
	display: block;
}



.cvPra {
	color: #333;
	margin: 0 0 0.4em 5em;
	padding: 0;
	font-size: 0.75em; /* 12px */
	line-height: 1.6em;
}

.cvPra:last-child {
	margin: 0 0 2.6em 5em;
}



#mainProfile .cvItemLink {
	color: #fff;
	background: #00a5e3;
	margin: 0.6em 0 2.6em 5em;
	padding: 0.5em 2em;
	font-size: 0.75em; /* 12px */
	font-weight: bold;
	text-align: center;
	text-indent: 1em;
	display: inline-block;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	/* IE7 & IE8 not Support Border Radius */
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	position: relative;
}

#mainProfile .cvItemLink::before {
	content: "";
	margin-top: -4px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	display: block;
	position: absolute;
	top: 50%;
	left: 2em;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

#mainProfile .cvItemLink:link, #mainProfile .cvItemLink:visited {
	color: #fff;
	text-decoration: none;
	opacity:1;
	filter: alpha(opacity=100); /* IE7 以下 */
	-ms-filter: "alpha(opacity=100)"; /* IE8 */
}

#mainProfile .cvItemLink:hover {
	color: #fff;
	text-decoration: none;
	opacity:0.85;
	filter: alpha(opacity=85); /* IE7 以下 */
	-ms-filter: "alpha(opacity=85)"; /* IE8 */
}



.cvOther {
	background: #efefef;
	margin: 0;
	padding: 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
}

.cvOtherH5 {
	color: #999;
	margin: 1em 1.4em 0.6em;
	padding: 0;
	font-size: 0.75em; /* 12px */
}

.cvOtherPra {
	color: #999;
	margin: 0 1.4em 1.4em;
	padding: 0;
	font-size: 0.6875em; /* 11px */
	line-height: 1.4em;
}









/* footer
---------------------------------------------------------*/
#footer {
	/* background: #000; */
	background:#000 url(/wp-content/themes/isotope/images/asfalt_@2X.png) left top repeat;
	background-size: 465px 349px; /* Retina 用には 50% 縮小サイズを指定（オリジナルは 931px 698px） */
	margin: 0;
	padding: 0;
	width: 100%;
	-webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 3px 0 rgba(0,0,0,0.3);
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.3);
	position: absolute;
	bottom: 0;
}

.footerArea {
	margin: 0 auto;
	padding: 0;
	max-width: 1024px;
}

.footerArea:after{
	content:"";
	clear:both;
	display:block;
	height:0;
}

#footer small {
	color: #fff;
	margin: 2em 0 2em 1em;
	padding: 0;
	font-size: 0.625em; /* 10px */
	line-height: 1em;
	display: inline-block;
	*display: inline; /* for IE7 */
	*zoom: 1; /* for IE7 */
}









/*  Scroll to Page Top
---------------------------------------------------------*/
#page-top {
	font-size: 0.75em; /* 12px */
	font-size: 0.875em; /* 14px */
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#page-top a {
	color: #fff;
	background: #666;
	background: #00a5e3;
	margin: 0;
	padding: 10px 0 0;
	width: 40px;
	height: 40px;
	text-align: center;
	text-decoration: none;
	border-radius: 2px;
	display: block;
	opacity: 0.6;
	transition-property: opacity;
	transition-duration:0.5s;
}
#page-top a:hover {
	text-decoration: none;
	opacity: 0.8;
}









/*  Extensions Nav
---------------------------------------------------------*/
.extensionsNav {
	margin: 0;
	padding: 0;
	width: 46px;header.php
	height: 46px;
	position: fixed;
	top: 70px;
	left: 0;
}

.switchBtn {
	margin: 0;
	padding: 0;
	width: 46px;
	height: 46px;
	display: block;
	position: relative;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	opacity:0.85;
	filter: alpha(opacity=85); /* IE7 以下 */
	-ms-filter: "alpha(opacity=85)"; /* IE8 */
}

.switchIcon {
	color: #fff;
	background: #0092cf;
	margin: 0;
	padding: 0;
	width: 46px;
	height: 46px;
	font-size: 1em; /* 16px */
	font-style: normal;
	font-weight: bold;
	text-align: center;
	line-height: 46px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.switchBtnLabel {
	color: #fff;
	background: #777;
	background: #00a5e3;
	margin: 0 0 0 -245px;
	padding: 0 0 0 60px;
	width: 231px;
	height: 46px;
	font-size: 0.875em; /* 14px */
	line-height: 46px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

.switchBtn:hover {
	opacity:1;
	filter: alpha(opacity=100); /* IE7 以下 */
	-ms-filter: "alpha(opacity=100)"; /* IE8 */
}

/* .switchBtn:hover .switchBtnLabel {
	margin: 0;
} */









/* Responsive Navigation
---------------------------------------------------------*/
@media screen and (max-width: 970px) {
	
	.site-description {
		display: none;
	}
	
}



@media screen and (max-width: 768px) {

	#menu {
		color: #fff;
		background:#00a5e3;
		margin: 0;
		padding: 0;
		/* width: 1.4em; */
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 1.35em;
		text-align: center;
		display: block;
		float: right;
		cursor: pointer;
		cursor: pointer;
		cursor: pointer;
	}

	#gNav.js {
		display: none;
	}

	#gNav {
		margin: 0;
		padding: 0;
		width: 50%;
		float: none;
		position: absolute;
		top: 50px;
		right: 0;
		z-index: 1000;
		-webkit-box-shadow: -2px 2px 2px 0 rgba(0,0,0,0.2);
		-moz-box-shadow: -2px 2px 2px 0 rgba(0,0,0,0.2);
		box-shadow: -2px 2px 2px 0 rgba(0,0,0,0.2);
	}

	.gNavList {
		background: #fff;
		background: #00a5e3;
		margin: 0;
		/* padding: 0.5em 0; */
		width: 100%;
		height: auto;
		display: block;
		float: none;
		/* border: solid 1px #000; */
	}

	.gNavList li {
		width:100%;
		display: block;
		position: relative;
		/* border: solid 1px #000; */
	}

	.gNavList li a {
		color: #fff;
		background: #008bc7;
		background: #0092cf;
		margin: 0;
		padding: 0.5em 1.5em 0.5em 2.5em;
		font-size: 0.875em; /* 14px */
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		-o-transition: all .3s ease;
		-ms-transition: all .3s ease;
		transition: all .3s ease;
	}
	
	.gNavList li a::after,
	#gNav a.gNavProfile::after,
	#gNav .gNavProfileCVList li a::after {
		content: "";
		/* margin-top: 3px; */
		width: 8px;
		height: 8px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		display: block;
		position: absolute;
		bottom: 13px;
		right: 1.5em;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	#gNav .gNavProfileCVList {
		margin: 0;
		float: none;
	}
	
	#gNav .gNavProfileCVList li {
		float: none;
	}
	
	#gNav .gNavProfileCVList li:first-child {
		margin: 0;
	}

	#gNav .gNavProfileCVList li a {
		background: #00a5e3;
		width:100%;
		margin: 0;
		padding: 0.5em 1.5em 0.5em 1.5em;
		font-size: 0.875em; /* 14px */
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
		border: 0;
		float: none;
		display: block;
		position: relative;
		/* border-top: solid 3px #008bc7; */
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		-o-transition: all .3s ease;
		-ms-transition: all .3s ease;
		transition: all .3s ease;
	}

	.gNavList li:first-child > a {
		background: #00a5e3;
		padding: 0.5em 1.5em;
	}

	.gNavList li a:link, .gNavList li a:visited,
	#gNav a.gNavProfile:link, #gNav a.gNavProfile:visited,
	#gNav .gNavProfileCVList li a:link, #gNav .gNavProfileCVList li aa:visited {
		color: #fff
	}

	.gNavList li a:hover,
	#gNav a.gNavProfile:hover,
	#gNav .gNavProfileCVList li a:hover {
		color: #00a5e3;
		background: #fff;
	}

	.gNavList li.current a,
	#gNav a.gNavProfile.current,
	#gNav .gNavProfileCVList li a.current {
		color: #005890;
		background: #00a5e3;
	}
	
	.gNavList li.current a::after,
	#gNav a.gNavProfile.current::after,
	#gNav .gNavProfileCVList li a.current::after {
		border-top: 2px solid #00a5e3;
		border-right: 2px solid #00a5e3;
	}
	
	.gNavList li a:hover::after,
	#gNav a.gNavProfile:hover::after,
	#gNav .gNavProfileCVList li a:hover::after {
		border-top: 2px solid #00a5e3;
		border-right: 2px solid #00a5e3;
	}
	
	.profileMain,
	.cvMain,
	.profileSub {
		width: 100%;
		float: none;
	}
	
	.cvList dt:last-of-type {
		float: none;
	}
	
	.cvList dt:last-of-type:after {
		content: ""
	}
	
	.cvH4 {
		margin: 0 0 0.6em;
	}
	
	.cvH5 {
		margin: 0 0 1em;
	}
	
	.cvPra {
		margin: 0 0 0.4em;
	}

	.cvPra:last-child {
		margin: 0 0 2.6em;
	}
	
	#mainProfile .cvItemLink {
		margin: 0.6em 0 2.6em;
	}
	
	.myInfoArea {
	margin: 0 2em;
	padding: 0;
	}
	
	.site-description {
		display: block;
	}

}



@media screen and (min-width: 768px) {

	#menu {
		display: none;
	}

}



@media screen and (max-width: 522px) {

	.clipWrap.logo {
		width: 246px;
	}
	
	/* .switchBtn:hover .switchBtnLabel:hover {
		margin: 0 0 0 -245px;
	} */

}







