/*  
Theme Name: native
Description: native official site
Author: yuzo takagi
*/



/*--------------------------------------------------
 css reset
--------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote, th, td{
    margin: 0; 
    padding: 0;
}
html{
    overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6{
    font-size: 100%; 
    font-weight: normal;
}
ol, ul {
    list-style:none;
}
fieldset, img{
     border:0;
}
table{
    border-collapse: collapse; 
    border-spacing:0;
}
caption, th{
    text-align: left;
}
address, caption, cite, code, dfn, em, strong, th, var{
    font-style: normal; 
    font-weight: normal;
}
img {
	border: none;
	}
a:focus {
 	outline: none;
}



/*--------------------------------------------------
レイアウト
--------------------------------------------------*/
body {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic";
	font-size: 0.7em;
	line-height: 1.6;
	text-align: center;
}
#wrap {
	margin: 0 auto;
	text-align: left;
	width: 830px;
}
#content {
	clear: both;
	float: left;
	width: 490px;
	padding: 20px 15px;
	border: 1px solid #EEEEEE;
	background-image: url(images/pattern/dot_content.png);
	background-repeat: no-repeat;
	background-position: top;
}
#content_release {
	margin-bottom: 10px;
	clear: both;
	float: left;
	width: 660px;
}
#content p, #content_release p {
	font-size: 1.1em;
}
#sidebar {
	float: right;
	width: 290px;
}
#sidebar-page2 {
	float: right;
	width: 140px;
}


/*--------------------------------------------------
共通
--------------------------------------------------*/
a {
	color: #000066;
	text-decoration: underline;
}
a:hover {
	color: #FF0033;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.pink {
	color: #FF0033;
}
strong {
	font-size: 1.1em;
	font-weight: bold;
}
.line_index {
	background:url("images/dot.png") repeat-x scroll left center transparent;
	margin-bottom:5px;
	text-align:left;
}
.index {
	color: #FFFFFF;
	font-size: 0.9em;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #666666;
	letter-spacing: 0.1em;
}
.kuzu {
	margin-bottom: 20px;
}

/*--------------------------------------------------
クリアフィックス　class指定=clearfix
--------------------------------------------------*/
.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

.clearfix{
    display:inline-block;
    min-height:1%;  /* for IE 7*/
}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */


/*--------------------------------------------------
ヘッダー
--------------------------------------------------*/
#header {
	margin-bottom: 20px;
}	
#header h1 {
	float: left;
	padding-top: 30px;
}
ul.global_navi {
	float: right;
	padding-top: 77px;
}
.global_navi li {
	display: inline;
}


/*--------------------------------------------------
エントリー
--------------------------------------------------*/
.entrytitle h2 {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 10px;
	background-image: url(images/icon/icon_click.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 45px;
}
.entrytitle h2 a {
	color: #333333;
	text-decoration: none;
}
.entrytitle h2 a:hover {
	color: #FF0033;
}
.entry {
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.entrybody {
	margin-bottom: 20px;
}
.entrybody img {
	margin-right: 20px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-image: url(images/pattern/dot_image.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	}
.entrybody img.tfe {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	padding-right: 7px;
	padding-bottom: 7px;
	background-image: url(images/pattern/dot_image.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.line_post_date {
	background: url("images/dot.png") repeat-x scroll left center transparent;
	margin-bottom: 5px;
	text-align: right;
}
.post_date {
	background: #ffffff url(./images/list.png) no-repeat;
	padding-left:20px;
	padding-top: 4px;
	padding-right: 3px;
}
.post_date a {
	text-decoration: none;
}


/*--------------------------------------------------
サイドバー
--------------------------------------------------*/
#sidebar h2 {
	margin-bottom: 10px;
}
#side_category {
	border: 1px solid #EEEEEE;
	padding: 10px;
	margin-bottom: 20px;
	background-image: url(images/pattern/dot_sidebar.png);
	background-repeat: no-repeat;
	background-position: top;
}	
#side_category li {
	display: inline;
	margin-right: 15px;
	background-image: url(images/list.png);
	background-repeat: no-repeat;
	padding:3px 0 3px 20px;
}
#side_schedule {
	border: 1px solid #EEEEEE;
	margin-bottom: 20px;
	background-image: url(images/pattern/dot_sidebar.png);
	background-repeat: no-repeat;
	background-position: top;
}	
#side_schedule h2 {
	padding-top: 10px;
	padding-left: 10px;
}

#side_archive {
	border: 1px solid #EEEEEE;
	padding: 10px;
	margin-bottom: 20px;
	background-image: url(images/pattern/dot_sidebar.png);
	background-repeat: no-repeat;
	background-position: top;
}	
#side_archive li {
	margin-right: 15px;
	background-image: url(images/list.png);
	background-repeat: no-repeat;
	padding:1px 0 1px 20px;
	font-size: 1.1em;
}
#side_link {
	border-top: 1px solid #EEEEEE;
	background-image: url(images/pattern/dot_sidebar_link.png);
	background-repeat: no-repeat;
	background-position: top;
}	
#side_link h2 {
	padding-top: 10px;
	padding-left: 10px;
}
p.top_banner {
	margin-top: 3px;
 	margin-bottom: 20px;
}
#sidebar-page2 ul {
	margin-top: 3px;
}

/*--------------------------------------------------
 検索フォーム
--------------------------------------------------*/
#search_form {
	margin-bottom: 30px;
}
#search_form #s {
	color: #666666;
	font-size:1.1em;
	margin-right: 3px;
	padding:1px 2px;
	width:200px;
	border: 1px;
	border-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
	border-left-color: #BBBBBB;
}
#search_form input {
	vertical-align:middle;
}


/*--------------------------------------------------
フッター
--------------------------------------------------*/
#footer1 {
	clear: both;
	padding-top: 70px;
}
#footer1 ul {
	float: left;
}
#footer1 li {
	display: inline;
}
#footer1 .pagetop {
	float: right;
}
#footer2 {
	height: 60px;
	clear: both;
	background-image: url(images/pattern/dot_footer.png);
}
.admin img {
	margin-top: 33px;
	margin-left: 10px;
}
/*--------------------------------------------------
ページ　プロフィール
--------------------------------------------------*/
h2#members {
	margin-top: 20px;
	margin-bottom: 5px;
}
#story {
	margin-top: 40px;
	margin-bottom: 5px;
}
.english {
	color: #000066;
}


/*--------------------------------------------------
ページ　リリース
--------------------------------------------------*/
#kuzu_release {
	margin-bottom: 40px;
}
.cd_archive {
	margin-bottom: 30px;
	padding: 20px;
	padding-left: 20px;
	border: 1px solid #EEEEEE;
	background-image: url(images/pattern/dot_cd_archive.png);
	background-repeat: no-repeat;
	background-position: top;
}
img.cd {
	float: left;
	padding-right: 7px;
	padding-bottom: 7px;
	background-image: url(images/pattern/dot_image.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.cd_info {
	float: right;
	width: 440px;
}
.cd_inner_L {
	float: left;
	width: 240px;
}
.cd_inner_R {
	float: right;
	width: 180px;
}
.cd_info h2 {
	font-size: 1.5em;
	letter-spacing: 0.1em;
	font-weight: bold;
	margin-bottom: 3px;
	background-image: url(images/icon/icon_title.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 45px;
}
.cd_info h3 {
	font-weight: bold;
	letter-spacing: 0.1em;
}
.icon_shop {
	margin-top: 7px;
}
.review {
	margin-top: 15px;
	padding-top: 10px;
	background-image: url(images/dot.png);
	background-repeat: repeat-x;
	background-position: top;	
}
.headphone {
	background-image: url(images/icon/icon_headphone.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 50px;
}
.cd_others {
	width: 290px;
	padding: 5px;
	margin-top: 8px;
	border: 1px solid #EEEEEE;
}
.cd_others img {
	float: left;
}
.cd_others .cd_info {
	float: right;
	width: 170px;
}
.cd_others .cd_info h3 {
	font-weight: bold;
	letter-spacing: 0.1em;
}


/*--------------------------------------------------
ページ　コンタクト
--------------------------------------------------*/
#contact_attention {
	margin-bottom: 20px;
}
.contact_index1 {
	margin-top: 10px;
	margin-right: 30px;
}
.contact_textarea1 {
	padding: 4px 5px;
	width: 400px;
	border: 1px;
	border-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
	border-left-color: #BBBBBB;
	font-size: 1.0em;
}
#contact_index2 {
	padding-top: 20px;
	margin-bottom: 5px;
}
.contact_textarea2 {
	margin-top: 10px;
	padding: 4px 5px;
	width:130px;
	border: 1px;
	border-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
	border-left-color: #BBBBBB;
	vertical-align: middle;
}
.wpcf7-submit {
	margin-left: 5px;
	border: 0;
	background-color: #FFFFFFF;
	vertical-align: bottom;
	width: 46px;
	height: 19px;
	text-indent: -9999px;
 	background-image: url(images/icon/button_submit.png);
	background-repeat: no-repeat;
	background-position: center;
}
#captcha img {
	margin: 0px;
	padding: 0px;
	background-image: none;
}