@charset "UTF-8"; 

/* //////////////////////////////////////////////////////////////////// */ 
/* ///// PC全ページ共通CSS //////////////////////////////////////////// */ 
/* //////////////////////////////////////////////////////////////////// */ 

/* ================================================== 
font 
================================================== */ 
html {font-size: 62.5% !important;}/*基本フォントサイズ10px*/ 

body {
	background-color:fff !important;
	color:#000 !important; 
	font-size: 10px; font-size: 1.0rem !important; 
	line-height:1.8 !important; 
	letter-spacing:1px !important; 
	/*ゴシック系*/
	font-family:"Source Sans Pro","Helvetica Neue",Helvetica,"游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif !important;
	
	/*明朝系*/
	/*font-family:"Times New Roman","游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN",serif;*/
	 -webkit-font-smoothing: antialiased !important;
	-ms-text-size-adjust: 100% !important;
	-webkit-text-size-adjust:100% !important; /*  iPhoneの文字サイズバグの回避  */
} 

img{
	vertical-align:bottom !important;
}


#wrapper {font-size:14px; font-size:1.4rem;} 

/* ================================================== 
link 
================================================== */ 

a{
	-webkit-transition:.3s ease;
	-moz-transition:.3s ease;
	-o-transition:.3s ease;
	transition:.3s ease;
}
a:link {color:#000; text-decoration:none;} 
a:visited {color:#000; text-decoration:none;} 
a:hover {color:#000; text-decoration:none;} 
a:active {color:#000; text-decoration:none;} 

a.fade:hover,
a:hover img.csshover{ 
	filter:alpha(opacity=60); 
	-moz-opacity: 0.6; 
	opacity: 0.6; 
	-webkit-transition:.3s ease;
	-moz-transition:.3s ease;
	-o-transition:.3s ease;
	transition:.3s ease;
} 

a { /* FireFoxのリンク選択時の点線を消す */ 
overflow: hidden; 
outline: none; 
} 


/* ================================================== 
base (reset) 
================================================== */ 
html { 
margin:0; 
padding:0; 
} 

body { 
margin:0 auto; 
padding:0; 
position:relative; 
text-align:center; 
} 


#wrapper { 
width:1100px;
margin:0 auto;
text-align:left;
} 



h1, h2, h3, h4, h5, h6, p {margin:0; padding:0; font-size:100%; font-weight:normal;} 

ul, ol {margin:0; padding:0; vertical-align:baseline; background:transparent;} 
ol, li {list-style:none;} 

img {border:none; line-height:0; font-size:0; vertical-align:text-bottom;} 
img, object, embed, video {max-width: 100%;} 

a { 
margin:0; 
padding:0; 
font-size:inherit; 
background:transparent; 
} 

th, td { 
font-style:normal; 
font-weight:normal; 
font-size:inherit; 
empty-cells:show; 
} 

input, select { 
vertical-align:middle; 
} 

input, textarea, select { 
font-family:inherit; 
font-size:inherit; 
font-weight:inherit; 
/*border:0;*/ 
} 

pre { 
white-space: -moz-pre-wrap; /* Mozilla */ 
white-space: -pre-wrap; /* Opera 4-6 */ 
white-space: -o-pre-wrap; /* Opera 7 */ 
white-space: pre-wrap; /* CSS3 */ 
word-wrap: break-word; /* IE 5.5+ */ 
} 

* { 
-webkit-box-sizing: border-box;/* ボックス内のwidth優先 */ 
-moz-box-sizing: border-box; 
box-sizing: border-box; 
} 

/* ================================================== 
header 
================================================== */ 



/* ================================================== 
jwave share
================================================== */ 

#snsArea{
	margin-left:365px;
}

 #snsArea #gigyaShare {
	text-align:left !important;
	position:relative;
}


.gig-bar-container{
	position:absolute;
	top: 5px;
	left: 180px;
}

.gig-button-container-google-plusone{
	margin-bottom:9px !important;
}

div.gig-button-text {
	padding: 0 3px 5px 3px !important;
}

.gig-bar-container *{
	vertical-align: baseline;
}

#comment{
	width:800px;
	margin:0 auto;
	padding:60px 100px;
	border:1px solid #e4e4e4;
}

#comment h2{
	font-size:1.7rem;
	font-weight:bold;
	margin:10px 0 20px;
}

.attention{
	color:#b50000;
	font-size:1.2rem;
}

/* ================================================== 
jwave socials
================================================== */ 

#socials .inbox {
  position: relative;
  width: 1060px;
  margin: 90px auto;
  text-align: center;
}
#socials h3 {
  text-align: left;
  margin: 0 0 35px;
}
#socials .ig {
  display: inline-block;
  vertical-align: top;
  width: 340px;
  margin-right: 40px;
}
#socials .tw {
  display: inline-block;
  vertical-align: top;
  width: 340px;
  margin-right: 40px;
	position: relative;
}
#socials .tw iframe{
	border: 1px solid #e4e4e4 !important;
}

#socials .tw .z {
	position: absolute;
	right: 0;
	top: 3px;
}
#socials .fb {
  display: inline-block;
  vertical-align: top;
  width: 340px;
}
#socials .ig iframe{
	border:none;
	overflow:hidden;
	width:345px;
	height:345px;
}

/* ================================================== 
contents 
================================================== */ 


/* PAGETOP 
------------------------------ */ 


/* ================================================== 
footer 
================================================== */ 

/* //////////////////////////////////////////////////////////////////// */ 
/* //////////////////////////////////////////////////////////////////// */ 
/* //////////////////////////////////////////////////////////////////// */ 

/* ================================================== 
6. other 
================================================== */ 

/* -------------------------------------------------- 
class指定のみでマウスオーバー効果 (base_pc.js) 
※fadeの透過時間は、base_pc.jsにて調節 
-------------------------------------------------- */ 
.swap {} /*ON/OFF　　※同ディレクトリ内にある[ 同じimg名 + _on ]の画像に変わる*/ 
.swapfade {} /*ON/OFF　　※同ディレクトリ内にある[ 同じimg名 + _on ]の画像に変わる フェード効果付き*/ 
.fade {} /*半透過*/ 
.fadefix {} /*完全透過　　※要素の背景にON画像の設定必要*/ 


/* -------------------------------------------------- 
アニメーションスクロール 
-------------------------------------------------- */ 
.scrollto {} /*jquery.scrollto.jsを利用*/ 


/* -------------------------------------------------- 
ブロック要素全体をクリックにて、ブロック要素内にあるリンク先へ遷移 (base_pc.js) 
-------------------------------------------------- */ 
.clickable { cursor:pointer;} 

/* -------------------------------------------------- 
clrfix 
フロートした子要素しかもたない親ブロック要素の高さを確立する 
-------------------------------------------------- */ 
/*親ブロック要素のclassにclrfixを追加*/ 
.clrfix:before, 
.clrfix:after { 
content:""; 
display:table; 
} 
.clrfix:after { clear:both; } 



/* //////////////////////////////////////////////////////////////////// */ 
/* //////////////////////////////////////////////////////////////////// */ 
/* //////////////////////////////////////////////////////////////////// */ 

