@charset "utf-8";
/* CSS Document */


/*/////////////////////////////////////////////////////////////////////*/
/*///////////////　↓　共通レイアウトここから　↓　////////////////////*/
/*/////////////////////////////////////////////////////////////////////*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*font-size:87.5%;*/
	/*line-height:1.6;*/
	background-color: #ffffff;
}

#wrapper {
	width: auto;
	height:auto;
	margin: 0 auto auto 0;
	background-color: #ffffff;
}

/* 　↓　ヘッダーロゴ　↓*/
#header {
	width: auto;
	height: auto;
}

#Photographer {
	width:auto;
	height:100px;
	text-align:center;
	margin:60px 0 0 0;
}


#PhotographerKousujeTahara {
	width:900px;
	height:65px;
	text-align:center;
	margin:30px 0 20px 0;
	
}

/* 　↑　ヘッダーロゴ　↓*/


/* 　↓　footer の記述　↓*/

#footer {
	clear:both;
	width: auto;
	height:60px;
	font-size:20px;
	margin: 0 0 30px 0;      
}

#bottom-logo {
	text-align: center;
}

#footer p {
	color:#666;
	font-size:80%;
	text-align: center;
	padding:13px 0 0 0 ; 	
}


/* 　↓　ボーダーライン無し　↓*/
img {
	border: none;
}

/* 　↓　インサイドワラッパ―の挿入↓*/
#inside_wrapper {
	width: 960px;
	height:auto;
	text-align:center;
	margin: 0 auto 0 auto;
	background-color: #ffffff;
}


#main {
	width:960px;
	height:auto;
	
}

/* 　↓　メイン　ナビゲーションの挿入　↓*/

#mainNavigation {

	width:960px;
	height:20px;
	text-align:center;
	padding: 0 0 0 0 ;
}

#mainNavigation .Navibotan {
	text-align: center;
	margin: 20px 30px 0 30px;
}

#subNavigation {
	width:830px;
	height:40px;
	text-align:left;
	padding: 20px 0 0 130px ;
	
}


#For-Pagetop {
	width:800px;
	height:30px;
	text-align:right;
	margin:10px 0 0 80px; 	
}

/* 　↑　メイン　ナビゲーションの挿入　↑　*/

/*/////////////////////////////////////////////////////////////////////*/
/*///////////////　↑　共通レイアウトここまで　↑　////////////////////*/
/*/////////////////////////////////////////////////////////////////////*/


/*///////////////　↓index.html  topページのレアウト↓　///////////////*/

/*　↓　JQスクロールフェーイダー　↓*/

#viewer {
	
    width: 960px;
    height: 640px;
    text-align:center;
    overflow: hidden;
    position: relative;
	margin: 0 0 0 0;
}

#viewer {
	margin-bottom:60px;
    
	
}
 
#viewer img {
    top: 0;
    left: 0;
    position: absolute;

}


/*　↑　JQスクロールフェーイダー　↑*/

/*//////////////　↑index.html  topページのレアウト↑　///////////////*/


/
/*/////////////　↓ポートフォリオ トップページのレアウト↓////////////*/

/* 　↓　main の記述　↓*/



#Kousuke-Portfolio {
	width:960px;
	height:auto;
}

#Portfolio-Title {
	text-align:center;
	margin-bottom:10px;
}

#Portfolio-select {
	width:960px;
	height:auto;
}

#Portfolio-name-A {
	float:left;
	width:450px;
	height:auto;
	margin:0 0 0 30px;
	text-align:center;
}
#Portfolio-name-B {
	float:left;
	width:450px;
	height:auto;
	text-align:center;
	margin:0 0 20px 0 ;
}

.pofmame {
	margin:0 0 30px 0;
}


/*/////////////　↑ポートフォリオ トップページのレアウト↑////////////*/

/*/////　↓　ギャラリー各カテゴリーギャラリー のメインレアウト　↓　/////////*/

/*　////////////　↓　ポートフォリオ　スライダー↓　//////////*/

/* .slideShow
------------------------- */
.slideShow {
	margin: 0 auto;
	text-align: left;
	display: none;
}

/* .mainView
------------------------- */
.slideShow .mainView {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.slideShow .mainView ul {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.slideShow .mainView ul li {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
}
.slideShow .mainView ul li img {
	width: 100%;
}

/* .thumbNail
------------------------- */
.slideShow .thumbNail {
	width: 100%;
	overflow: hidden;
	margin:20px 0 0 0 ;
}

.slideShow .thumbNail ul {
	width: 110%;
}

.slideShow .thumbNail ul li {
	float: left;
	display: inline;
	overflow: hidden;
	cursor: pointer;
}

.slideShow .thumbNail ul li img {
	width: 100%;
}

.slideShow .thumbNail ul li.active {
	filter: alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}

/* sideNavi
------------------------- */
.slideShow .mainView .btnPrev,
.slideShow .mainView .btnNext {
	top: 0;
	width: 5%;
	height: 100%;
	position: absolute;
	z-index: 100;
}
.slideShow .mainView .btnPrev {
	left: 0;
	background: #ccc url(../img/btnPrev.png) no-repeat center center;
}
.slideShow .mainView .btnNext {
	right: 0;
	background: #ccc url(../img/btnNext.png) no-repeat center center;
}


/* =======================================
	ClearFixElements
======================================= */
.slideShow ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.slideShow ul {
	display: inline-block;
	overflow: hidden;
}



/*　////////////　↑　ポートフォリオ　スライダー↑　//////////*/



/*/////　↓　 新着情報のレアウト　↓　/////////*/


#NewssubNavigation {
	width:800px;
	height:60px;
	
	
}

#news-main {
	widows:800px;
	height:1450px;
	/*background-color:#CCC;*/
	padding:10px 0 0 0 ;
	margin: 0 0 0 0;
}


#newsContent {
	widows:700px;
	height:300px;
	/*background-color:#9FF;*/
	margin:0px 0 10px 100px;
	padding:0 0 0 0;
	text-align:left;
}

#titleNews {
	width:250px;
	height:50px;
	text-align:left;
	margin:  0 0 0;
	padding: 10px 0 0 40px;
	
	
}


#facebookpage {
	widows:800px;
	height:850px;
	/*background-color:#FFC;*/
	margin:10px 0 10px 0;
	padding:0 0 0 0;
	
}

#facebookpage #titleFB {
	width:680px;
	margin:0 0 10px 140px;
	text-align:right;
	
	
	
}

#bannarlink {
	width:740px;
	height:230px;
	/*background-color:#FFd;*/
	margin:60px 0 10px 105px;

}


#bannarlink  #banna-1 {
	text-align:left;
	margin:20px 0 0 0 ;
	padding:30px 10px 0 58px ;
}

#bannarlink  #banna-1 .ban {
	text-align:left;
	margin:0 30px 0 0;
	
}

#bannarlink  #banna-2 {
	text-align:left;
	margin:20px 0 0 0 ;
	padding:0 10px 0 62px ;
}

#bannarlink  #banna-2 .ban {
	text-align:right;
	margin:0 42px 0 0;
	
}



#homeNews {
	width:700px;
	height:auto;
	text-align:left;
	margin:0 0 0 0;
	padding-left:50px;
}


/*/////　↑　 新着情報のレアウト　↑　/////////*/	

/*/////　↓　 プロフィール のレアウト　↓　/////////*/



/*　↓　プロフィールコンテンツ　↓*/



#pimg {
	width:960;
	height:auto;
	text-align:center;
}


#profile-text {
	width:660px;
	height:auto;
	margin:0 0 0 180px;
	font-size:80%;
	text-align:left;
	
}

#profile-text th {
	font-weight:500;
	text-align:left;
	
}

#profile-text td.Plo-midashi {
	
	font-weight:600;
}



/*　↑　プロフィールコンテンツ　↑*/

/*/////　↑　 プロフィール のレアウト　↑　/////////*/




/*/////　↓　 レクチャーのレアウト　↓　/////////*/


#lecture #main h1 {
	float:left;
	width:550px;
	text-align:left;
	margin:30px 0 0 95px;
	
}


#lecture #membersroom {
	float:left;
	margin:60px 0 0 15px;
	
}

/*#lecture #Jyukoubosyu {
	clear: both;
	width:800px;
	height:100px;
	margin:0 0 0px 80px ;	
}
*/
#lecture #lecyure-Info {
	clear: both;
	width:800px;
	height:1420px;
	text-align:left;
	margin:10px 0 0 80px;
}



#lecture #main #toiawaseBTN {
	width:250px;
	height:35px;
	text-align:center;
	margin:30px 0 0 600px;
	 	
}

/***** ↓　講座スケジュール内容　↓*****/

#lecture #main #Schedule2015 {
	width:800px;
	height:1100px;
	text-align:left;
	margin:60px 0 0 80px;
	background-color:#eee;
}


#lecture #main #Exhibition2014 {
	width:800px;
	height:500px;
	text-align:left;
	margin:30px 0 30px 80px;
	background-color:#eee;
}

#lecture #main #Pastnews {
	width:800px;
	height:auto;
	text-align:left;
	margin:50px 0 0 80px ;
	
	
	
}

/*#lecture #main #Schedule2014 {
	width:800px;
	height:1500px;
	text-align:left;
	margin:20px 0 0 80px;
	background-color:#eee;
}
*/

#Schedule2014 #FukuyamaClass {
	width:780px;
	height:100px;
	text-align:left;
	margin:5px 0 5px 10px;
	background-color:#DDD;
	
}

#Schedule2014 #FukuyamaClass #T2 {
	width:780;
	font-size:130%;
	font-weight:600;
	text-align:left;
	padding:10px 0 0 20px;
}

#Schedule2014 #FukuyamaClass #T3 {
	width:780;
	font-size:100%;
	font-weight:400;
	text-align:left;
	padding:0 0 0 50px;
}




/***** ↑　講座スケジュール内容　↑　*****/

#lecture #main #Schedule {
	width:800px;
	text-align: left;
	margin:30px 0 0 80px;
	
	
	
	/*text-indent:10px;*/
	/*font-size:12px;*/
}
	
#lecture #main #Schedule p {
	
	font-size:14px;
}


#lecture #main h2 {
	width:800px;
	text-align:left;
	font-size:130%;
	margin: 0 0 0 0px;
}

#lecture #main h3 {
	width:800px;
	font-size:100%;
	text-align:left;
	margin:10px 0 10px 0px;
}

#lecture #main h4 {
	width:800px;
	font-size:100%;
	text-align:left;
	margin:10px 0 10px 0px;
	font-size:80%;
	font-weight:300;
}




#lecture #main table.monthSchedule {
	text-align:center;
	margin-left:0px;
	border-collapse:collapse;
}

#lecture #main tr.Scmidashi {
	text-align:center;
	text-indent:-5px;
	color:#333;
	font-weight:700;
	background-color:#CCC
}


#lecture #main table.monthSchedule  td.days {
	text-align:right;
	padding-right:15px;

}

#lecture #main table.monthSchedule  th.bdrm {
	text-align:left;
	empty-cells:hide;
	border-bottom-color:#FFF;
	font-size:14px;

	padding-top:2px;
}


#lecture #main table.monthSchedule  th.bdrt {
	text-align:center;
	empty-cells:hide;
	border-bottom-color:#FFF;
	font-size:14px;
	color:#F00;
	padding-top:2px;
}

#lecture #main table.monthSchedule  th.bdr {
	text-align:left;
	empty-cells:hide;
	border-bottom-color:#FFF;
	padding-left:5px;
}



#lecture #koe {
	width:800px;
	text-align:center;
	margin:10px 0 0 80px;
	padding:0 0 0 300px;
	font-size:0.1px;
	color:#fff;
}



/*#lecture #Kouzagaiyou {
	width:800px;
	text-align:center;
	margin:0px 0 0 80px;
	padding:0 0 0 300px;
	font-size:0.1px;
	color:#fff;

}*/

#lecture #Hue {
	width:800px;
	text-align:center;
	margin:10px 0 0 80px;
	font-size:15px;
	color:#666;
	
}

/*/////　↑　 レクチャーのレアウト　↑　/////////*/

/*/////　↓　 ワークスのレアウト　↓　/////////*/



#works #inside_wrapper {
	width:960px;
	height:auto;
	padding-bottom:
	text-align: center;
	margin:50px auto 0 auto;
	background-color: #ffffff;
}


/*#works {
	width:aut;
	height: 100%;
	margin: 0  auto  0  auto;
} */




#works #main {
	float: left;
	width: 550px;
	height: auto;
	background-color: #ffffff;
	font-size:80%;
	color: #666666;
	text-align: left;
	margin-bottom:30px;	
	
	
}

#works #main p {
    text-align: left;
/*	margin-left: 5%;	*/
	font-size:14px;
}


#works #main table {
	font-size:10px;
	text-align: left;
	margin: 30px 0 0 30px;
	
	
}

#works #main table tr td {
	font-size:8px;
	text-align: center;
}

#works #main  tr td h3 {
	font-size:18px;
	text-align: left;
	color:#666;
}

#works #main table tr td strong {
	font-size: 17px;
}

#works #main p.nen {
	text-align: center;
	padding:0 0 68px 0;
	margin-top:0;

}


#works #sub {
	float: left;
	width: 360px;
	height:950px;
	border-left-style: solid;
	border-color:#999;
	border-width: 2px;
	margin:140px 0 30px 20px;
	padding-left:20px;
}

#works #sub  h3 {
	font-size:18px;
	color:#666;
	text-align:left;
	margin:15px 0 0 40px;
}

#works #sub  h4 {
	font-size:18px;
	color:#666;
	text-align:left;
	margin:15px 0 0 60px;
}
#works #sub  h5 {
	font-size:16px;
	color:#999;
	font-weight:400;
	text-align:left;
	margin:10px 0 0 100px;
}

/*#works #sub h5 {
	text-align:left;
	font-size: 13px;
	color:#666;
	padding-right: 5px;
	margin:3px 0 0 100px;
}*/


#works #sub p {
	text-align:left;
	font-size: 12px;
	padding-right: 5px;
	margin:0 0 0 0;
}

/*#works #sub　#info-contacts {
	width:400px;
	height:30px;
	margin:50px 0 0 50px;
	padding-left:20px;
}
*/
#works #footer {
	z-index: 3;
	clear: both;
}


/*////////　↓　 コンタクトのレイアウト　↓　/////////*/


#contact #main #phpform {
	width:660px;
	height:auto;
	margin:0 0 50px 200px;	
}


#contact #main #formWrap {
/*	margin: 20px 0 0 0 0 ;*/

	
}

/* お問い合わせフォーム↓ */


#contact #main p {
    text-align: left;
	font-size:15px;
}


#contact #main p.tt {
    text-align: left;
	font-size:14px;
	margin: 0 0 0 5%;
}

#contact #main p.tb {
    text-align: left;
	margin-left:60%;
	padding-top:10px;	
	font-size:15px;
}


#contact #main table {
	font-size:13px;
	text-align: left;
	margin-left: 5%;
}

#contact #main h1 {
    font-size:150%;
	text-align: left;
	margin-left:35px;
	margin-bottom:0;

}


#contact #main h3 {
	font-size:120%;
	text-align: left;
	margin-left:25px;
	margin-bottom:0;
}

#contact #main td.komidashi {
	font-size:130%;
}

#contact  #main p.komidashi {
	font-size:140%;
	margin-bottom:0;
	
}

#contact  #main #news p.mid {
	font-size:15px;
}

#contact  #main #news p {
	font-size:13px;
}




#contact #main h4{
	text-align:left;
	margin:0 0 0 35px;
	font-size:14px;
	font-weight:600;
}

#contact #main h5{
    text-align:left;
	margin:0 0 0 35px;
	font-size:14px;
    font-weight:400;
    color:#666;
}




#contact #footerTop {
	width:auto;
	height:auto;
	text-align:center;
	margin-top:200px;
}


#contact p.tt {
	font-size:8px;	
}



/*////////　↑　 コンタクトのレイアウト　↑　/////////*/


/* メンバーズルーム　↓　　*/
#inside_Wrapper {
	width: 960px;
	height:auto;
}

#lessonTitle {
	width:960px;
	height:100px;
	text-align:left;
	margin:30px 0 0 0 ;

}

#lessonInfo {
	width:960px;
	height:200px;
	margin:30px 0 0 0;
	text-align:center;
}

#lessonGallery {
	float:left;
	width:480px;
	height:350px;
    text-align:center;
}

#Members-Gallery {
	text-align:right; 	
}


#lessonQA {
	float:left;
	width:480px;
	height:350px;
	text-align:center;
	
}

#lessonlogin {
	clear:both;
	width:960px;
	height:100px;
	
	
}



#memberBottom {
	clear:both;
	width:960px;
	height:200px;
	
}


#memberBottom #bottom_image {
	width:960px;
	height:170px;
    	
}


/*　メンバーズルーム　↑*/

/* Post Card List */

#UnderSpace {
	width:980;
	height: 30px;
}



/*  サンクスページthankspage */

#thanks {
	width:700px;
	height:300px;
	margin:50px 0 200px 130px;
	text-align:left;
	color:#666;
	
}

#thanks h2 {
	font-size:20px;
	font-weight:500;
	margin:0 0 0 100px;
}

#thanks h3 {
	font-size:18px;
	font-weight:500;
	margin:0 0 0 100px;
}	

#thanks h4{
	font-size:14px;
	font-weight:500;
	margin:50px 0 0 110px;
}	

/*  サンクスページthankspage */

/*///////////////////////////////End///*/
