@charset "utf-8";
/*
Theme Name:SunHalon_sejima
Theme URI: http://www.sunhalon.co.jp
Description: 瀬嶋事務所のHP
Version: 1.0
Author: Erika Kawahara, Kaei Hiroi
Author URI: http://bwww.sunhalon.co.jp
Tags: talent
Text Domain: kubrick
*/



/* Begin Typography & Colors */
*{
	margin:0;
	padding:0;
	}
	
body {
	font-size: 16px; 
	text-align: center;
	margin:0;
	padding:0;
	background:#FFFFFF;
	}

#page {
	text-align: left;
        margin:0 auto;
        padding:0;
        width: 950px;
	height:100%;
	background:#FFFED8;
	}

#header {
	height: 95px;
	width: 950px;
        border-bottom:solid #e30000 15px;
	background:#FFFFFF;
	}

#content {
	font-size:76%;
	float:right;
	margin:0;
	width:695px;
	min-height:300px;
	height:auto;!important
	height:300px;
	}

#content_child{
	background:#FFFFFF url(images/content_lefttop_round.gif) no-repeat;
	padding:40px 14px 20px 50px;
	margin:40px 0;
	/overflow:hidden;
	_width:631px;
	}

#sidebar{
        padding: 35px 0 10px;
        margin-right: 695px;
        width: 255px;
	_width:250px;
	font-size:76%;
	}


#footer {
	background: #e40001;
	border: none;
	padding: 0;
	margin: 0 auto;
	width: 950px;
	clear: both;
	color:#FFFFFF;
	min-height:100px;
	height:auto;!important
	height:100px;
	font-size:76%;
	}

a:active, a:focus{
	outline:none;
	}

h1 {
	margin: 0;
	}

#headerimg{
	float:left;
	}

.h_navi{
	padding-top:60px;
	float:right;
	text-align:right;
	}

h2 {
	margin: 20px 0 0;
	font-size: 100%;
	}

h2.pagetitle {
	font-size: 100%;
	margin-top: 30px;
	text-align: center;
	}

#sidebar h2 {
	font-size: 89%;
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	font-size: 95%;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
	
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 65% 'Courier New', Courier, Fixed;
	}

ol, ul, li{
	list-style:none;
	}
 

acronym, abbr, span.caps
{
	font-size: 65%;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

/* End Typography & Colors */



/* Begin Structure */

.narrowcolumn {
        }

.widecolumn {
        line-height: 1.6;
	}

.widecolumn .entry p {
	}

.narrowcolumn .entry, .widecolumn .entry {
	}

.narrowcolumn{
	text-align: center;
	}

.postmetadata{
		}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

.post {
	margin: 0 0 40px;
	}

.top_thumbnail{
	float:left;
	width:120px;
/*	text-align: justify; */
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer .f_left{
	float:left;
	}

#footer .f_right{
	float:right;
	}

#footer p {
	margin: 0;
	padding: 20px 20px 0;
	text-align: left;
	font-size:120%;
	}

#footer p.copyright{
	font-style:normal;
	font-size:95%;
	}

address{
	font-style:normal;
	text-align:left;
 	padding:20px 20px 0 0;
	}
/* End Structure */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.postmetadata ul, .postmetadata li {
	list-style-type: none;
	list-style-image: none;
	}

#sidebar .sidemenu{
	margin:0 20px;
	width:210px;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul.children{
	background:#FFFFFF;
	padding:10px 10px 20px 20px;
	clear:left;
	overflow:hidden;
	list-style-type:none;
	}

#sidebar ul.children li {
	min-width:80px;
	padding:1px 5px 1px 1px;
	}	


#sidebar ul.children li#current a{
	color:red;
	font-weight:bold;
	font-size:95%;
	}

/* End Entry Lists */


/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
	
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
	
#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */


/* Begin Sidebar */
#sidebar form {
	margin: 0;
	}
/* End Sidebar */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

.thumbnail{
	float:left;
	width:120px;
	height:170px;
	margin: 0 0 15px 0;
	}

.thumbnail img{
	background:#FFFFFF url(images/thumbnail_back.gif) no-repeat;
	padding:9px 15px 60px 9px ;
	width:80px;
	height:100px;
	}

.thumbnail p{
	padding:0 0 0 10px;
	_padding:0 0 0 5px;
	width:80px;
	font-size:84%;
	height:37px;
	}

.thumbnail a {
	display:block;
	text-align:left;
	width:100px;
	height:120px;
}

.thumbnail p a{
	width:80px;
	height:40px;
	}

.t_photo img.alignleft{
	float:left;
	padding:0 0 4px 0;
	margin:0 45px 0 0;
	}

.t_name {
	width:340px;
	float:left;
	}

.t_name h1{
	padding:0;
	font-size:162%;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	margin:0;
	text-align:left;
	display:inline;
	line-height:1.2;
	}

.t_name .bar{
	border-top:#E30000 solid 7px;
	width:340px;
	padding:0;
	}

.t_name p.kana{
	display:inline-block;
	text-align:left;
	font-size:100%;
        font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	padding:0 5px 12px 5px;
	}

.t_name p.romaji{
	text-align:right;
	margin-bottom:20px;
	color:#666565;
	padding-right:5px;
	font-size:136%;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	font-weight:bold;
	}

table.t_profile{
	display:inline;
	width:340px;
	}
	
table.t_profile th{
	width:90px;
	font-weight:normal;
	}

table.t_profile td{
	width:250px;
	}

table.t_profile th, table.t_profile td, .t_career th, .t_career td{
	vertical-align:top;
	}

.t_career{
	clear:both;
	}
.t_career h2{
	padding:0 0 20px;
	}

.t_career h2 img.alignleft{
	display:block;
	float:none;
	}

.t_career table{
	margin:0 0 10px 20px;
	width:600px;
	}

.t_career table th{
	width:100px;
	padding:2px 10px 2px 0;
	text-align:right;
	}

.t_career table td{
	width:500px;
	padding:2px 0;
	 }

p.pagetop{
	text-align:right;
	font-size:90%;
	}

