/*
Theme Name:		Meetdish Theme
Theme URI:		http://meetdish.com/
Description:	Meetdish用テーマ
Version:		1.0
Author:			Slow Drive
Author URI:		http://marial.jp/
*/

@import url(change.css);

/*共通項目*/
* {
	margin:0;
	padding:0;
	border:0;
}


body {
	font: 87% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background: #ffffff;
	color: #000000;
	width:100%;
}

a {
	color:#660;
	text-decoration:none;
}
a:hover {
	color:#C30;
	text-decoration:underline;
}

/*トップページ*/
#wrapper {
	margin:0 auto;
	width:100%;
	position: relative;
}
#content {
	width:100%;
	height:100%;
}
.img_list {
	float:left;
	margin:6px;
	width:161px;
	height:161px;
	border-right:solid 1px #999;
	border-bottom:solid 1px #999;
/*	background-image:url(img/top_img_back.jpg); */
	text-align:left;
}
.img_list span {
	border:0;
	padding:0;
	position:relative;
	width:160px;
	height:160px;
	overflow:hidden;
	display:block;
}
.img_list img {
	position:relative;
	top:0px;	/*-20px*/
	left:0px;	/*-20px*/
	min-width:160px;
	min-height:160px;
	max-width:240px;
	max-height:240px;
	border:0;
	padding:0;
	margin:0;
}
.img_list a {
	border:0;
}
.img_list a:hover {
/*	border-left:solid 1px #ffffff;
	border-top:solid 2px #ffffff;*/
	border:0;
	padding:1px 0 0 2px;
}

/*シングルページ*/
#page01 {
	width:960px;
	margin:0 auto;
}
#page01 h2 {
	color:#663;
}
#page01 .title_sub {
	width:340px;
	padding-top:200px;
	text-align:right;
	background-image:url(img/title_back.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
#page01 .title_sub h2 {
	border-bottom:dotted 4px #663;
}

#page01 .title_menu01 {
	text-align:left;
	font-size:12px;
}
#page01 .title_menu01 li {
	background-image:url(img/mark_right.png);
	background-repeat:no-repeat;
	list-style-type:none;
	padding-left:16px;
}
#page01 .title_menu01 h3 {
	font-size:14px;
}

#page01 .cat {
	font-size:12px;
}
#page01 .entry {
	float:right;
	width:570px;
	padding-top:20px;
}
#page01 .entry img {
	margin:6px;
	padding:4px;
	border:solid 1px #660;
	clear:both;
}

/*スケジュールLine画像*/
#page01 .entry .wp-image-3801 {
	margin:0;
	padding:0;
	border:0;
	clear:both;
}

.page-navs {
	margin:26px 0 6px 0;
	clear:both;
}
.previous-entries {
	float:left;
	color: red;
	font-weight: bold;
}
.next-entries {
	float:right;
	color: red;
	font-weight: bold;
}

/*カテゴリーページ*/
#page01 .title_cat dt {
	margin-top:6px;
	border-bottom:dotted 1px #663;
}
#page01 .title_cat dd {
	font-size:12px;
	padding-left:20px;
}

/*アーカイブページ*/

#page01 .title_cat span {
	float:right;
	font-size:10px;
	color:#663;
}
#page01 .title_cat img {
	float:left;
}
#page01 .meet_archive dd {
	height:140px;
}

/*ヘッダー*/
#header { 
	background: #DDDDDD; 
	padding: 0 2px 0 2px;
} 
#header h1 {
	margin: 0;
	padding: 10px 0;
}
/*フッター*/
#footer {
	padding: 0 10px;
	background-color:#dddddd;
}
#footer h3 {
	font-size:14px;
}

.foot960 {
	background-image:url(img/foot_meet_logo.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
	margin:0 auto;
	width:960px;
	height:600px;
	font-size:12px;
	margin-bottom:10px;
}
.artist {
	width:200px;
	float:left;
}
.artist li {
	background-image:url(img/mark_right.png);
	background-repeat:no-repeat;
	list-style-type:none;
	padding-left:16px;
}
.artist2 {
	width:220px;
	float:left;
}
.artist2 li {
	background-image:url(img/mark_right.png);
	background-repeat:no-repeat;
	list-style-type:none;
	padding-left:16px;
}
.f-archive {
	margin-left:10px;
	width:100px;
	float:left;
}
.f-archive li {
	background-image:url(img/mark_right.png);
	background-repeat:no-repeat;
	list-style-type:none;
	padding-left:16px;
}
.f-archive select {
	border:0;
	color:#660;
}
.f-archive .srch-txt {
	width:90px;
}
.f-archive .srch_btn {
	width:90px;
  border: dashed 1px #660;

}
.f-archive fieldset {
	margin-top:10px;
	padding-bottom:6px;
	text-align:center;

}
.f-archive legend {
	font-size:12px;
	color:#000000;
}
.footer_menu {
	width:200px;
}
.footer_menu li {
	background-image:url(img/mark_right.png);
	background-repeat:no-repeat;
	list-style-type:none;
	padding-left:16px;
}
.footer_menu2 {
	width:140px;
	float:right;
}
.footer_menu2 li {
	background-image:url(img/mark_right.png);
	background-repeat:no-repeat;
	list-style-type:none;
	padding-left:16px;
}
.banner img {
	border:0;
}
address {
	clear:both;
	font-style:normal;
	font-size:11px;
	width:960px;
	margin:0 auto;
}
/*問い合わせフォーム*/
.wpcf7 input {
  border: dashed 1px #cccccc;
}
.wpcf7 input[type="submit"] {
  border: outset 1px #cccccc;
  width: 120px;
  height: 24px;
}
.wpcf7 textarea {
  border: dashed 1px #cccccc;
}

/*Wordpress共通CSS*/
img .centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img .alignright {
	display: inline;
}

img .alignleft {
	display: inline;
}
.alignright {
	float:right;
}
.alignleft {
	float:left;
}
.clear {
	clear: both;
	display:block;
	width:500px;
}

/*clearfix*/
.clearfix:after {
  content: ".";  
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


