/*
Theme Name: Mori
Version: 0.9
Author: Kazuki Nakata
*/

body {
	font-family:Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:11px;
	color:#000000;
	line-height:170%;
	margin: 0px 0px 0px 0px;
}


/* コンテナ */
div#container {
	width: 100%;
	margin: auto;
	margin-left : auto ; margin-right : auto ;
}

/* ヘッダー */
div#header {
	padding-top:125px;
	padding-bottom:90px;
	width:100%;
	height:135px;
}

/*ヘッダーギザ*/
div#header_bg {
	background-image: url(imgs/giza.gif);
	background-repeat:repeat-x;
	background-position:center;
	width:100%;
	height:44px;
}

/*ヘッダーテキスト*/
div#header_text {
	background-image:url(imgs/title_text.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	height:12px;
	padding-top:32px;
}



/*ポスト*/
div.post {
	width:720px;
	height:auto;
	margin-left : auto ; margin-right : auto ;
}

/*画像*/
img {
	box-sizing:border-box;
	border: 1px #cccccc solid;
}

/*英文字*/
.en_text {
	font-family:Helvetica, Arial, sans-serif;
}
/*日本語文字*/
.ja_text {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*タイトル文字*/
h2 {
	font-size:15px;
	line-height:200%;
}
h3 {
	font-size:12px;
	line-height:150%;
	-webkit-margin-before: 1em;
    -webkit-margin-after: 0.2em;
}
p {
	-webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
}


/*プロフィール*/
div#profile_top_column {
	position:relative;
	overflow: hidden;
}

div#profile_right_column {
	float:right;
}


div#profile_en {
	width:334px;
	float:left;
	margin-bottom:24px;
	text-align:justify;
}

div#profile_ja {
	width:334px;
	height:auto;
	margin-bottom:24px;
	text-align:justify;
}

div#profile_img {
	width:333px;
	height:auto;
	float:right;
	text-align:right;
}
div#profile_sns 	{
	width:334px;
	height:auto;
	float:left;
	position: absolute;
	bottom:0px;
}

/* ギザギザの線 */
div.gizagiza {
	width:100%;
	height:44px;
	background-image:url(imgs/giza.gif);
	background-repeat:repeat-x;
	background-position:center;
	margin-top:112px;
	margin-bottom:63px;
}

div.gizagiza2 {
	width:100%;
	height:112px;
	background-image:url(imgs/hr_line.gif);
	background-repeat:repeat-x;
	background-position:center;
}

/* サムネイル画像 */
.thumb_container {
	width:auto;
	height:auto;
	float:left;
}
.thumb_list_container {
	overflow: hidden;
}

.clear { clear:both; }  
.clear hr { display:none; } 

/* リンク */
a:link { color: #998675;
  text-decoration: none ;    /* 下線を消す */
 }   
a:visited {                 /* 既に見たリンク */
  color: #7F6F62;
  text-decoration: none ;    /* 下線を消す */
}
a:active { color: #CCB29E;
  text-decoration: none;     /* 下線を消す */

 } /* クリック時のリンク */
a:hover {                   /* カーソルが上にある時のリンク */
  color: #B29C8A;
  text-decoration: underline;     /* 下線を表示 */
}


/*コンテンツ*/
div#content {
	width:720px;
	height:auto;
	margin-left : auto ; margin-right : auto ;
}

div.content_en {
	width:100%;
	height:auto;
	margin-top:24px;
	margin-bottom:24px;
	text-align:justify;
}
div.content_ja {
	width:100%;
	height:auto;
	margin-top:24px;
	margin-bottom:24px;
	text-align:justify;
}

/*スタッフリストコンテナ*/
div.credits_container {
	margin-top:24px;
	margin-bottom:24px;
}

div.title_container {
	position:relative;
}

/*スタッフリストボタン*/
div.credits_btn {
	text-align:right;
	width:720px;
	position:absolute;
	top:0px;
}

div.credits_btn2 {
	display:none;
}

/* スタッフリスト中身 */
div.credits {
	display:none;
	margin-top:6px;
	margin-bottom:10px;
}

/*サムネイル*/
div.thumb_list_container {
	width:100%;
}

div.thumb_container {
	margin-right:10px;
	line-height:7px;
	margin-bottom:7px;
}

/*コンテンツ間のドットライン*/
div.dot_line {
	width:100%;
	height:77px;
	background-image:url(imgs/dot_line.gif);
	background-position:center;
	background-repeat:repeat-x;
}

/*フッター*/
div#footer {
	width:100%;
	height:2700px;
	overflow: hidden;
}

/*住所*/
div#address_container {
	width:100%;
	height:auto;
	overflow: hidden;
}

div#address_en {
	width:382px;
	float:left;
}

div#address_ja {
	width:338px;
	float:right;
}

div#address_container {
	padding-top:12px;
	padding-bottom:12px;
}

div#follow_sns {
	padding-top:30px;
	padding-bottom:88px;
}

div.gizagiza3 {
	background-image:url(imgs/footer_line.gif);
	background-repeat:repeat;
	background-position:top;
	width:100%;
	height:1920px;
}

div#last_title {
	width:100%;
	height:480px;
	background-image:url(imgs/giza.gif);
	background-position:center;
	background-repeat:repeat-x;
	margin-top:56px;
	position:relative;
}

div#last_title_text {
	width:162px;
	height:132px;
	background-image:url(imgs/last_text.gif);
	margin:auto;
	top:158px;
	position:relative;
}

div.thumb_no_image {
	background-color:#999999;
	width:144px;
	height:90px;
}

