/*
Theme Name: Brook Stylish
Theme URI: http://interval.cc/
Description: 自作の基本テンプレート。極力プラグインを使わない。
Author: H.O
Version: 140906
*/

/*======= 角丸 =======*/
.previous_and_next a,
.amazlet-box,
.amazlet-link a,
ul.menu li.current-menu-item a,
ul.menu li a:hover,
h2.widgettitle,
.topic,
a.more-link,
.page .post h2{
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	}

/*======= 角丸（上だけ） =======*/
.back-to-top a{
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	}

/*======= basic & reset =======*/
*{margin:0;padding:0;}
p{margin-bottom:25px;}
img{
	border:0;
	vertical-align:bottom; /* 下に隙間ができるのを防ぐ */
	}
body{
	color: #333;
	font-size:12px;
	line-height:2.0em;
	letter-spacing:0.05em;
	font-family: Arial, Helvetica, Verdana, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	background-color:#eee;
	word-break: normal;
	word-wrap: break-word;
	}
strong{font-weight:bold;color: #900;}
blockquote{
	border-left: 5px solid #ddd;
	margin: 10px;
	padding-left: 20px;
	}
select{font-size: 150%;}

/*------------------------------column grid------------------------------*/
#all{
	background-color: #fff;
	width:870px;
	margin:12px auto 35px auto;
	}
#header{
	text-align:left;
	margin: 0 15px;
	padding:20px 0 5px 0;
	}
#header img{
	margin-bottom: 15px;
	}
#primaryContent{
	width:515px;
	float:left;
	margin-bottom: 20px;
	margin-left: 15px;
	clear: both;
	}
#secondaryContent{
	width:300px;
	float:right;
	margin-bottom: 20px;
	margin-right: 15px;
	font-size: 14px;
	}

/*======= ヘッダーのナビゲーション・カスタムヘッダー画像 =======*/
ul.menu{
	font-size: 15px;
	font-weight: normal;
	display:block;
	background-color: #f9f9f9;
	padding: 12px 0;
	padding-left: 15px;
	margin-bottom: 1px;
	border-top: 1px solid #e8e8e8;
	}
ul.menu li{
	list-style-position:outside;
	list-style-type:none;
	display: table-cell;
	border-right: 1px solid #ccc;
	}
ul.menu li:first-child{
	border-left: 1px solid #ccc;
	}
ul.menu li a{
	padding: 6px 17px;
	color:#000;
	margin-right: 7px;
	margin-left: 7px;
	text-decoration: none;
	}
ul.menu li.current-menu-item a{
	color:#fff;
	background-color: #666;
	}
ul.menu li a:hover{
	color:#fff;
	background-color: #999;
	}
.custom_header{margin-bottom: 20px;}

/*======= フッター =======*/
#footer{
	color:#fff;
	font-size: 12px;
	clear:both;
	padding:9px 0;
	text-align:center;
	background-color: #888;
	border-top: 5px solid #ddd;
	}
#footer a{
	color:#fff;
	text-decoration: none;
	}
#footer a:hover {
	text-decoration: underline;
	}
.blogroll,#recent_entry,#searchform,.footer_contents{
	margin: 0 0 20px 10px;
	}

/*======= リンク色 =======*/
a:link {color:#069;}
a:visited {color:#969;}
a:active {color:#f60;}
a:hover {color:#f30;}

/*======= カレンダー =======*/
table#wp-calendar caption{
	text-align:center;
	}
#wp-calendar{
	margin-left:10px;
	margin-bottom:20px;
	width:280px;
	text-align:center;
	}
#wp-calendar thead th{
	border:1px solid #eee;
	text-align:center;
	}
#wp-calendar thead tr{
	height:20px;
	}
#wp-calendar tbody{
	color:#ccc;
	background-color:#fff;
	}
#wp-calendar tbody td{
	border:1px solid #eee;
	}
#wp-calendar tbody .pad{
	background-color:#fafafa;
	}
#wp-calendar tbody tr{
	height:20px;
	}
#today{
	background-color:#ffd;
	}
#wp-calendar tbody a{
	font-weight:bold;
	}

/* Contact Form 7 ==================== */
.wpcf7{margin-top:15px;color:#000;border:solid 1px #b7ddf2;background-color:#ebf4fb;}
.wpcf7 textarea{width: 400px;height: 170px;margin-top: 3px;font-size: 14px;padding: 3px;}
.wpcf7 p{margin-top:15px;font-size: 14px;}
.wpcf7 input[type="submit"]{width: 160px;height: 40px;font-size: 14px;background-color: #fc6;}
.wpcf7 input[type="submit"]:hover{background-color: #f90;}
.wpcf7 input[type="text"]{width: 300px;font-size: 18px;margin-top: 3px;padding: 3px;}
.wpcf7 input[type="text"]:focus,.wpcf7 textarea:focus{background-color: #ffc;}
span.red{color:#f63;}

/*======= コメント =======*/
.com{
	border:1px solid #ccc;
	margin-top:12px;
	}
.com p{padding:10px 10px 0 10px;}
p.commeta{
	border-bottom:1px solid #ccc;
	border-left:3px solid #900;
	background-color:#eee;
	padding:1px 0 1px 8px;
	margin:2px;
	}
#commentform{
	border:1px solid #ccc;
	margin-top:12px;
	padding:8px;
	background-color:#f5f5f5;
	}
.tb_url,textarea#comment{
	width:375px;
	padding:2px;
	}

/*----- Adsense -----*/
.ad_post_bottom{margin-left:6px;}

/*----- Amazlet（Amazon） -----*/
.amazlet-box{
	margin-bottom:25px !important;
	color:#999;
	border:2px solid #f5f5f5;
	background-color: #fcfcfc;
	padding: 15px;
	}
.amazlet-image{border-right:solid 10px #fff;margin-right: 20px !important;}
.amazlet-name{font-size:14px;}
.amazlet-powered-date a{color:#999;}
.amazlet-link{
	font-size:14px;
	margin-top:20px !important;
	}
.amazlet-link a{
	color:#000;
	text-decoration: none;
	background: #fc6;
	padding:8px 20px;
	}
.amazlet-link a:hover{background: #fd9;}

/*======= 続きを読む =======*/
.more-link{
	padding: 8px 0;
	margin:8px auto 25px auto;
	display:block;
	width:100%;
	font-size:14px;
	text-align:center;
	background-color:#f6f6f6;
	}
.more-link:hover{
	color:#fff;
	background:#666;
	}
	
/*======= 記事内の見出し等・リスト・日時・カテゴリー・タグの表示 =======*/
.post p{
	font-size:15px;
	color:#666;
	}
h1{clear: both;font-size:24px;margin-top:5px;line-height:1.2em;}
h1 a{text-decoration: none;}
h2,h3,h4,h5,h6{margin-bottom:20px;line-height:1.2em;color: #333;}
.post h2{font-size:22px;margin-bottom:3px;}
.post h2 a{color: #333;}
.post h2 a:hover{color: #069;}
h3{font-size:18px;}
h4{font-size:16px;}
h5{font-size:14px;}
h6{font-size:12px;}
.post ul,.post ol{margin-bottom:25px;}
.post li{
	font-size: 14px;
	margin: 0 0 7px 40px;
	color:#777;
	}
.time_box{
	font-size:12px;
	color:#ccc;
	margin-bottom: 25px;
	}
ul.post-categories{
	list-style-type:none;
	display: inline;
	}
ul.post-categories li{
	float: right;
	font-size: 12px;
	}

/*======= ページの時の H2 タイトル下の margin 調整 =======*/
body.page .post h2{margin-bottom: 15px;}

/*======= リスト先頭を三角の画像にする処理 =======*/
.related_post li,
.blogroll li,
.widget_recent_entries li,
.widget_recent_comments li,
.widget_categories li,
.widget_meta li,
.widget_pages li,
.widget_text li,
.widget_top-posts li,
.widget_archive li,
.widget_qtranslate li,.widget_mqtranslate li
	{
	list-style-image: url(img/icon-list.gif);
	list-style-position:outside;
	margin-left: 15px;
	line-height:2.0em;
	}
.related_post li{
	margin-left: 25px;
	}

/*======= サイドバーの下マージンを開ける =======*/
.widget{
	margin-bottom: 25px;
	list-style-type:none;
	}
.widget_archive select{
	margin:0 0 25px 10px;
	}
.previous_and_next{
	clear: both;
	}
.previous_and_next a{
	color: #333;
	padding: 10px 0; 
	margin-bottom: 5px;
	text-decoration: none;
	background-color: #eee;
	font-size: 14px;
	width: 245px;
	display: block;
	text-align: center;
	}
.previous_and_next a:hover{
	color: #fff;
	background-color: #666;
	}

.right{float:right;}
.left{float:left;}

/*======= 定義リスト（typhoon.cc 専用に一応残す） =======*/
.post dl{
	font-size: 15px;
	margin-left:10px;
	}
.post dt{
	width:270px;
	float:left;
	display: block;
	}

/*======= プラグイン：Browser Shots =======*/

.browser-shot{
	margin-bottom: 20px
	}
.browser-shot a:hover{
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	}

/*======= 問い合わせ（Jetpack） =======*/
.contact-form{
	padding: 15px;
	border:solid 1px #b7ddf2;
	background-color:#ebf4fb;
	}
.contact-form label,.contact-form input,.contact-form textarea{
	font-size: 14px;
	font-weight: normal !important;
	}
input.name,input.email,input.url,input.text{
	margin-bottom: 18px;
	width: 350px;
	padding: 3px;
	font-size: 16px;
	}
.contact-form textarea{
	margin-bottom: 18px;
	width: 475px;
	height: 240px;
	padding: 3px;
	}
.contact-form label span{
	font-size: 13px;
	color:#f63 !important;
	margin-left: 5px;
	}
.contact-form input:focus,.contact-form textarea:focus{
	background-color: #ffc;
	}
.contact-submit .pushbutton-wide{
	margin: auto;
	}
.pushbutton-wide{
	width: 160px;
	height: 40px;
	background-color: #fc6;
	}
.pushbutton-wide:hover{
	background-color: #f90;
	}
.qtrans_flag_and_text span{
	margin-left:5px;
	}
	
/*======= タグのデザイン =======*/
.tag_box{margin-bottom: 30px;}
.tag_box a{
  text-decoration: none;
  background-color:#e3ecfb;
  border:1px solid #b2cbf5;
  margin-right: 10px;
  padding: 5px 12px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  }
.tag_box a:hover{
  background-color:#b2cbf5;
  text-decoration: none;
}

/*======= テーブル =======*/

table{
	border-collapse:collapse;
	border-spacing:0;
	margin:0 auto 25px auto;
	text-align: center;
	font-size: 15px;
	}
table,td,th{
	border: 1px solid #b2cbf5;
	}
td,th{
	padding: 7px 15px;
	}
tr:nth-child(1){
	background-color:#ebf4fb;
	}

/*======= 条件分岐による上部の説明（カテゴリーページ・タグページ） =======*/
.topic{
	background-color: #f5f5f5;
	margin-bottom: 25px;
	padding: 15px;
	}
.topic h1{
	font-size: 18px;
	}
.topic p{
	font-size: 15px;
	color:#666;
	margin-top: 10px;
	margin-bottom: 0 !important;
	}

/*======= サイドバーウィジェットの検索窓 =======*/

#searchform label.screen-reader-text{display: none;}
#s{padding: 5px;font-size: 14px;}
#searchsubmit{font-size: 16px;}

/*======= カテゴリーとアーカイブの数字表示を薄くする =======*/

.cat-item,.widget_archive li{color: #999;}

/*======= Jazzy Forms =======*/
.jzzf_form{
	font-size: 14px;
}
.jzzf_form label{
	color: #333;
	font-weight: normal;
}
#jzzf_1_sum{
	color: #c00;
	font-size: 22px;
	font-weight: bold;
	border: none;
}
.jzzf_form input{
	font-size: 18px;
}
.jzzf_email_button{
	font-size: 16px;
}

/*======= Cleverness To-Do List =======*/
.todo-important{color:#f00}
.todo-normal{color:#f90}
.todo-low{color:#ccc}
.widget_cleverness-to-do-widget ol{	margin-left: 35px;}

/*======= サイドバー での browser-shot =======*/
.widget_text .browser-shot{float:left;margin:5px;}

/*======= パンくずリスト =======*/
#breadcrumb{
	display: block;
	margin-left:20px;
	margin-bottom:15px;
	height: 25px;
	font-size: 14px;
}
#breadcrumb div{float: left;}

/*======= その他 =======*/

.note{
	font-size: 13px !important;
	color: #999 !important;
	margin-left: 25px;
	}
.post{
	border-bottom: 1px solid #ccc;
	margin-bottom: 25px;
	}
.related_post{font-size:14px;}
#header a{
	font-size:30px;
	margin-bottom: 15px;
	}
#description{
	margin-top: -38px;
	margin-bottom: 15px;
	color: #777;
	font-size: 15px;
	text-align: right;
	}
#header a,h2 a{text-decoration: none;}
#header a:link,h1 a:visited,#header a:active,#header a:hover{color: #000;}
h2.widgettitle{
	clear:both;
	color: #000;
	font-size:14px;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding:10px;
	background-color: #eee;
	}
.widget_text,.widget_recent_entries{margin-bottom:15px;}
.tagcloud,div.ctc{
	margin:0 10px 20px 10px;
	text-align:justify;
	}
.back-to-top{
	float: right;
	font-size: 14px;
	text-align: right;
	clear: both;
	}
.back-to-top a{
	color:#666;
	background-color: #ddd;
	padding: 8px 20px 5px 20px;
	margin-right:15px;
	text-decoration: none;
	}
.back-to-top a:hover{text-decoration: underline;}
#sidebar ul{margin-left: 10px;}
.result{font-size: 15px;}
.zengo{
	font-size: 14px;
	margin-bottom: 25px;
	}

