/**** Base styles ****/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, 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;
}

html {
  overflow-y: scroll;
}

body { 
  color: #000;
  line-height: 1.6em;
  background: #f2f2f2;        
  background-attachment:fixed;
  font-family:"Futura","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size:11px;
  background:url(../img/body_back.png) 0 0 fixed;
}
#wrapcontainer{
	margin:30px;
	border:#000 5px solid;
	padding:30px;
	background:#f3f3f3;
	min-width:1000px;
}

a:active {
  background: hsla( 0, 100%, 100%, 0.5 );
}

#hedder{
	padding:0 0 30px 0;
	color:#000;
	margin:0;
	border-bottom:#000 1px solid;
	position: relative;
	z-index:100;
	text-align:center;
	width:100%;
}
#hedder #title {
	text-align:left;
}
#hedder #title img{
	margin:0;
}
#hedder #title a:hover{
	opacity:0.7;
}
#hedder #prof{
	top:25px;
	right:0;
	padding:0;
	position:absolute;
	width:200px;
}


#prof a {
	margin:0 10px 10px 0!important;
	float:left;
}
#prof a:hover{
	opacity:0.7;
	
}


#scMenu{
	background:#FFF;
	width:380px;
	opacity:0.7;
	padding:0 5px 3px 5px;
	position:fixed;
	top:0;
	left:35px;
	z-index:99;
	border-radius:0 0 10px 0;
	display:none;
}
#scMenu ul{
	margin:0;
	padding:0;
}
#scMenu ul li{
	float:left;
	list-style:none;
	margin:0 10px;
	padding:0;
}

#scMenu ul li:nth-child(2),
#scMenu ul li:nth-child(3){
	margin:10px 0 0 8px;
}
#scMenu ul li:nth-child(2){
	margin-left:15px;
}
#scMenu .logo02 img{
	width:260px;
}
#scMenu ul li a:hover{
	opacity:0.4;
}
#scMenu ul li a img{
	width:30px;
	margin:5px 0 0 0;
}

#footer{
}




/**** Content ****/

.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
 *zoom: 1;
}
#whiteWrapper{background:#f3f3f3; margin:30px;	border:#000 5px solid;}
#wrapper {
	position: relative;
	max-width: 1080px;
	margin: 0 auto;
	
}
#container {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.item {
	background:#FFF;
	/*margin: 0 20px;*/
	width: 280px;	padding: 8px;	float: left;  color: #000 ;/* moyougae */
  line-height: 1.5em;  border-radius:7px ;  padding:0;
  border:#e9e9e9 2px solid;
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}
.item a:hover{ opacity:0.9;}

.item img {
	width: 100%;
	border-radius:5px 5px 0　0; 
}
.item p {
	
	margin: 5px 5px 15px 5px;
	font-size: 9px;
	letter-spacing:2px;
}
.item p em{ display:inline-block; margin:3px 10px 3px 5px; color:#999;}
.item.text p {
	text-align: left;
}
.wookmark-placeholder {
	background-color: #efefef;
}



h1 {
	font-size: 30px;
	color: #777;
	
}
h2 {
	font-size: 24px;
	color: #777;
	padding: 10px;
}
p#ww {
	text-align: center;
	color: #999;
	font-size: 14px;
}


#profileBody{
	background:#FFF;
	
}

#pro_wrap{
	padding:4% 2% 2% 2%;
	width:96%;
	
}


.pro_photo{
	width:100%;
}
.pro_photo img{
	width:100%;
	border-radius:10px;
}
.pro_text{
	font-size:100%;
	width:100%;
	color:#000;
	margin:15px 0 0 0 ;
	line-height:180%;
	text-align:left;
	letter-spacing:2px;
}
/* 個別ページ */

#contWrap{
}
#contWrap .imgWrap{
	text-align:center;
	margin:30px auto;
}
#contWrap .textWrap{
	font-size:100%;
	width:100%;
	color:#000;
	margin:40px 0 0 0 ;
	line-height:180%;
	text-align:center;
	letter-spacing:2px;
}
#contWrap .textWrap em{
	padding:5px;
	border:#000 1px solid;
	margin:0 10px;
}
#contWrap .line{
	margin:30px 0 40px 0;
}



/* 汎用 */

.line{
	border-top:#000 1px solid;
	margin:15px 0;
}
#whiteBody{
	background:#FFF;
}
.sample_photo{
	text-align:center;
}

.sample_text{
	margin:2em;
	color:#000;
}

.bttomBtn{
	text-align:center;
	margin:50px;
}
.bttomBtn a{
	background:#000;
	color:#FFF;
	padding:10px 20px;
	font-size:120%;
	letter-spacing:2px;
	text-decoration:none;
}

.bttomBtn a:hover{
	opacity:0.7;
}
#pageTopbtn{
	display:none;
	position:fixed;
	bottom:60px;
	right:60px;
}

#pageTopbtn a{
	background:#000;
	display:block;
	color:#FFF;
	padding:10px 10px;
	border-radius:20px;
	opacity:0.6;
	font-size:70%;
	letter-spacing:1px;
	text-decoration:none;
}
#pageTopbtn a:hover{
	opacity:0.4;
}



