@charset "utf-8";
/*
Theme Name: chosyu
Theme URI: http://wordpress.org/
*/

/*===============================================
●base.css 画面の横幅が641px以上
===============================================*/
@media print, screen and (min-width: 641px){

img{
max-width: 100%;
height: auto;
width /***/:auto;　
}

/*  フォントと背景　*/
/*--------------------------------------------------------*/

body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background-color: #FFF;
}

body img{
	vertical-align:bottom;
	border:0;
	font-size:0px;
}

/* 検索するの言葉を非表示に*/
.screen-reader-text{
	display:none;
}

/* 検索入力欄*/
.head_search input[type="text"]{
	width:65%;
	padding:5px;
	font-size:13px;
	color:#666;
	border:1px solid #CCC;
}

/*  記事一覧　*/
/*--------------------------------------------------------*/

.news_listBox{
	overflow: hidden;
	border-bottom:1px solid #DDD;
	padding-bottom:12px;
	margin-bottom:12px;
}

.news_listBox .news_list_photo{
	float:left;
	width:140px;
	margin-right:20px;
}

.news_listBox .news_list_photo img{
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.news_listBox .news_list_photo a:hover img{
	opacity: 0.6;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}

.news_listBox .news_list_txt{
	float:left;
	width:480px;
}

.news_listBox .news_list_txt h2{
	font-size:160%;
	font-weight:nomal;
	color:#333;
	line-height: 1.4em;
	margin-bottom:7px;
}

.news_listBox .news_list_txt p.detail_txt{
	font-size:90%;
	color:#666;
	line-height: 1.6em;
	margin-bottom:10px;
}

.news_listBox .news_list_txt p.category_date{
	font-size:13px;
	color:#666;
	line-height: 1.2em;
	height:20px;
}

.news_listBox .news_list_txt p.category_date a{
	font-size:11px;
	color:#FFF;
	letter-spacing: 1.2px;
	padding:3px 10px;
	background: #A49F99;
	margin-right:10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.news_listBox .news_list_txt p.category_date a:hover{
	text-decoration:none;
	background: #DFDCD1;
}

.entry-meta a{
	font-size:11px;
	color:#FFF;
	letter-spacing: 1.2px;
	padding:3px 10px;
	background: #A49F99;
	margin-right:10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.entry-meta a:hover{
	text-decoration:none;
	background: #DFDCD1;
}

/*  記事詳細ページのタイトル　*/
/*--------------------------------------------------------*/
.contentsBox h2.entry-title {
	font-size:220%;
	font-weight:bold;
	color:#222;
	line-height:1.4em;
}
.contentsBox h2.entry-title a {text-decoration: none;}
.contentsBox h2.entry-title a:link {color:#222;}
.contentsBox h2.entry-title a:visited {color:#222;}
.contentsBox h2.entry-title a:active {color:#222;}
.contentsBox h2.entry-title a:hover {color:#222; text-decoration: underline;}

/*  記事詳細ページの更新日付　*/
/*--------------------------------------------------------*/
.contentsBox .entry-meta {
	margin-top:15px;
	font-size:100%;
	line-height:1.5em;
	color:#666;
	font-weight:nomal;
	margin-bottom:30px;
}

/*  記事詳細ページの文章　*/
/*--------------------------------------------------------*/

.entry-content{
	overflow:hidden;
}

.entry-content p{
	font-size:115%;
	line-height:1.8em;
	color:#333;
}

.entry-content div{
	font-size:115%;
	line-height:1.8em;
	color:#333;
}

/*  記事詳細ページの文章中の写真　*/
/*--------------------------------------------------------*/

.entry-content img{
}

/* 画像配置 左 */
.entry-content .alignleft{
	float:left;
	margin-bottom:20px;
	margin-right:20px;
}

.entry-content .alignleft:after{
	clear:left;
}

/* 画像配置 中央 */
.entry-content .aligncenter {
	margin-bottom:35px;
}

/* 画像配置 右 */
.entry-content .alignright {
	float:right;
	margin-bottom:20px;
	margin-left:20px;
}

.entry-content .alignright:after{
	clear:right;
}

/* 画像配置 指定なし */
.entry-content .alignnone{
	margin-bottom:35px;
}

/* キャプション */

.wp-caption{
	background:#EEE;
}

p.wp-caption-text{
	font-size:80%;
	text-align:center;
	line-height:1.5em;
	padding:10px;
	color:#666;
}

/*  コメントを残すのタイトル　*/
/*--------------------------------------------------------*/

.contentsBox h3#reply-title {
	font-size:100%;
	font-weight:bold;
	line-height: 1.5em;
	color:#333;
	border-top:2px solid #A49F99;
	border-bottom:1px solid #DDD;
	padding:7px 0;
	margin-bottom:10px;
}

span#email-notes{
	color:#666;
}

p.comment-notes{
	line-height:1.6em;
}

#respond label:after{
	content: "\A" ;
	white-space: pre ;
}

/*  コメント：コメント入力欄　*/
/*--------------------------------------------------------*/

#respond textarea{
	padding:5px;
}

/*  コメント：名前の入力欄　*/
/*--------------------------------------------------------*/

#respond input#author{
	width:40%;
	padding:5px;
}

/*  コメント：メールの入力欄　*/
/*--------------------------------------------------------*/

#respond input#email{
	width:60%;
	padding:5px;
}

/*  ウェブサイト入力欄を非表示に　*/
/*--------------------------------------------------------*/

.comment-form-url{
	display: none;
}

/*  コメント表示　*/
/*--------------------------------------------------------*/

h3#comments-title{
	margin-top:30px;
	font-size:100%;
	font-weight:bold;
	line-height: 1.5em;
	color:#333;
	border-top:2px solid #A49F99;
	border-bottom:1px solid #DDD;
	padding:7px 0;
	margin-bottom:15px;
}

.contentsBox ol.commentlist li {
	margin-bottom:25px;
	list-style:none;
}

/*  コメントした人の名前とか　*/
.contentsBox .comment-author{
	font-size:100%;
	line-height:1.5em;
	color:#333;
}

/*  コメントした人の名前　*/
.contentsBox .comment-author .fn{
	font-size:100%;
	line-height:1.5em;
	font-weight:bold;
}

/*  コメント文章　*/
.contentsBox .comment-body{
}
.contentsBox .comment-body p {
	font-size:100%;
	color:#333;
	line-height:1.8em;
}

.contentsBox .avtimg{
	float:left;
	margin-right:10px;
	margin-bottom:15px;
	width:40px;
}

.contentsBox #cmtfont {
	font-size:13px;
}

p.comment-notes,
p.comment-form-author,
p.comment-form-email,
p.comment-form-url,
p.comment-form-comment {
	font-size:12px;
}

p.form-allowed-tags {
	display:none;
}

/* 単一記事の　次へ・前へのナビゲーション */

#nav-below{
	border-top:1px #DDD solid;
	margin-top:20px;
	padding-top:20px;
}

#nav-below .nav-previous{
	width:290px;
	float:left;
	text-align:left;
	padding-right:30px;
	font-size:100%;
	color:#333;
	line-height:1.5em;
}

#nav-below .nav-next{
	width:290px;
	float:right;
	text-align:right;
	padding-left:30px;
	font-size:100%;
	color:#333;
	line-height:1.5em;
}

/* ログインしています */

.logged-in-as{
	font-size:14px;
	color:#333;
	line-height:1.5em;
	padding-bottom:15px;
}

/* コメントメールフォーム */
input[type="submit"] {
	color: #333;
}
#respond {
	margin: 25px 0 0 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}

/*  404 Not Found ページが見つかりません　*/
/*--------------------------------------------------------*/

#post-0{
}

#post-0 h1.entry-title{
	font-size:250%;
	color:#333;
	font-weight:bold;
	line-height:1.3em;
	margin-bottom:10px;
}

#post-0 .entry-content p{
	font-size:100%;
	color:#333;
	line-height:1.6em;
}

/*  カテゴリー一覧ページのカテゴリ名（タイトル）　*/
/*--------------------------------------------------------*/

.cat_nameBox{
	font-size:120%;
	font-weight:bold;
	line-height: 1.5em;
	color:#333;
	border-top:2px solid #A49F99;
	border-bottom:1px solid #DDD;
	padding:12px 0;
	margin-bottom:25px;
}

.contentsBox h1.catit {
	font-size:120%;
	font-weight:bold;
	line-height: 1.5em;
	color:#333;
	border-top:2px solid #A49F99;
	border-bottom:1px solid #DDD;
	padding:12px 0;
	margin-bottom:25px;
}

/*  検索結果ページのタイトル　*/
/*--------------------------------------------------------*/

h1.search_word{
	font-size:120%;
	font-weight:bold;
	line-height: 1.5em;
	color:#333;
	border-top:2px solid #A49F99;
	border-bottom:1px solid #DDD;
	padding:12px 0;
	margin-bottom:25px;
}

/*  検索結果でキーワードが見つからない　*/

.not-found h2.entry-title{
	font-size:140%;
	font-weight:bold;
	line-height:1.5em;
	color:#333;
	margin-bottom:20px;
}

.not-found p{
	font-size:100%;
	font-weight:nomal;
	line-height:1.7em;
	color:#333;
	margin-bottom:20px;
}

.entry-content .notfound_searchBox{
	margin-top:10px;
	width:258px;
	position:relative;
}

.entry-content .notfound_searchBox .searchBox{
	position:relative;
	width:180px;
	height:28px;
	padding:0 50px 0 10px;
	border:1px solid #DDD;
	behavior:url(/PIE.htc);
	font-size:12px
}

.entry-content .notfound_searchBox .search_bt{
	position:absolute;
	left:208px;
	border: 0px;
	width:50px;
	height:30px;
	background:url(https://www.chosyu-journal.jp/wp-content/themes/chosyu/resource/image/bt_search.png) left top no-repeat;
	cursor:pointer;
}

}











/*===============================================
●smartphone.css 画面の横幅が640px以下
===============================================*/
@media screen and (max-width:640px){

img{
max-width: 100%;
height: auto;
width /***/:auto;　
}

/*  フォントと背景　*/
/*--------------------------------------------------------*/

body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background-color: #FFF;
}

body img{
	vertical-align:bottom;
	border:0;
	font-size:0px;
}

/* 検索するの言葉を非表示に*/
.screen-reader-text{
	display:none;
}

/* 検索入力欄*/
.head_search input[type="text"]{
	width:45%;
	padding:5px;
	font-size:13px;
	color:#666;
	border:1px solid #CCC;
}

/*  記事一覧　*/
/*--------------------------------------------------------*/

.news_listBox{
	overflow: hidden;
	border-bottom:1px solid #EEE;
	padding:0 10px 8px 10px;
	margin-bottom:8px;
}

.news_listBox .news_list_photo{
	float:left;
	width:100px;
	margin-right:10px;
}

.news_listBox .news_list_photo img{
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.news_listBox .news_list_photo a:hover img{
	opacity: 0.6;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}

.news_listBox .news_list_txt{
	overflow:hidden;
}

.news_listBox .news_list_txt h2{
	font-size:110%;
	font-weight:bold;
	color:#333;
	line-height:1.4em;
	margin-bottom:8px;
}

.news_listBox .news_list_txt p.detail_txt{
	display:none;
}

.news_listBox .news_list_txt p.category_date{
	font-size:12px;
	color:#666;
	line-height: 1.2em;
	height:20px;
}

.news_listBox .news_list_txt p.category_date a{
	font-size:11px;
	color:#FFF;
	padding:3px 5px;
	background: #A49F99;
	margin-right:6px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.news_listBox .news_list_txt p.category_date a:hover{
	text-decoration:none;
	background: #DFDCD1;
}

.entry-meta a{
	font-size:11px;
	color:#FFF;
	letter-spacing: 1.2px;
	padding:3px 10px;
	background: #A49F99;
	margin-right:10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.entry-meta a:hover{
	text-decoration:none;
	background: #DFDCD1;
}

/*  記事詳細ページのレイアウト　*/
/*--------------------------------------------------------*/

.contentsBox .news_detailBox{
}

/*  記事詳細ページのタイトル　*/
/*--------------------------------------------------------*/
.contentsBox h2.entry-title {
	padding-top:5px;
	font-size:145%;
	font-weight:bold;
	color:#222;
	line-height:1.4em;
	padding:0 10px;
}
.contentsBox h2.entry-title a {text-decoration: none;}
.contentsBox h2.entry-title a:link {color:#222;}
.contentsBox h2.entry-title a:visited {color:#222;}
.contentsBox h2.entry-title a:active {color:#222;}
.contentsBox h2.entry-title a:hover {color:#222; text-decoration: underline;}

/*  記事詳細ページの更新日付　*/
/*--------------------------------------------------------*/
.contentsBox .entry-meta {
	margin-top:12px;
	font-size:90%;
	line-height:1.5em;
	color:#666;
	font-weight:nomal;
	margin-bottom:25px;
	padding:0 10px;
}

/*  記事詳細ページの文章　*/
/*--------------------------------------------------------*/

.entry-content p{
	font-size:105%;
	line-height:1.8em;
	color:#333;
	padding:0 10px;
}

.entry-content div{
	font-size:105%;
	line-height:1.7em;
	color:#333;
}

/*  記事詳細ページの文章中の写真　*/
/*--------------------------------------------------------*/

.entry-content p img{
}

/* 画像配置 左 */
.entry-content .alignleft {
	margin-top:25px;
	margin-bottom:25px;
}

/* 画像配置 中央 */
.entry-content .aligncenter {
	margin-top:25px;
	margin-bottom:25px;
}

/* 画像配置 右 */
.entry-content .alignright {
	margin-top:25px;
	margin-bottom:25px;
}

/* 画像配置 指定なし */
.entry-content .alignnone{
	margin-top:25px;
	margin-bottom:25px;
}

/* キャプション */

div.wp-caption{
	max-width:94%;
	padding:0 10px;
}

p.wp-caption-text{
	padding:8px;
	font-size:80%;
	text-align:center;
	line-height:1.5em;
	color:#666;
	background:#EEE;
}

/* 単一記事の　次へ・前へのナビゲーション */

#nav-below{
	border-top:1px #EEE solid;
	margin-top:15px;
}

#nav-below .nav-previous{
	border-bottom:1px #EEE solid;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:10px;
	padding-right:10px;
	text-align:left;
	font-size:90%;
	color:#333;
	line-height:1.5em;
}

#nav-below .nav-next{
	padding-top:15px;
	padding-left:10px;
	padding-right:10px;
	text-align:right;
	font-size:90%;
	color:#333;
	line-height:1.5em;
}

/*  コメントを残すのタイトル　*/
/*--------------------------------------------------------*/

.contentsBox h3#reply-title {
	font-size:100%;
	font-weight:bold;
	line-height: 1.5em;
	color:#333;
	border-top:2px solid #A49F99;
	border-bottom:1px solid #EEE;
	padding:7px 10px;
	margin-bottom:10px;
}

span#email-notes{
	color:#666;
}

p.comment-notes{
	line-height:1.6em;
}

#respond label:after{
	content: "\A" ;
	white-space: pre ;
}

#respond p{
	padding:0 10px;
}

/*  コメント：名前の入力欄　*/
/*--------------------------------------------------------*/

#respond input#author{
	width:50%;
}

/*  コメント：メールの入力欄　*/
/*--------------------------------------------------------*/

#respond input#email{
	width:80%;
}

/*  ウェブサイト入力欄を非表示に　*/
/*--------------------------------------------------------*/

.comment-form-url{
	display: none;
}

/*  コメント表示　*/
/*--------------------------------------------------------*/

h3#comments-title{
	margin-top:30px;
	font-size:100%;
	font-weight:bold;
	line-height: 1.5em;
	color:#333;
	border-top:2px solid #A49F99;
	border-bottom:1px solid #EEE;
	padding:7px 15px;
	margin-bottom:15px;
}

.contentsBox ol.commentlist{
	padding:0 10px;
}

.contentsBox ol.commentlist li {
	margin-bottom:25px;
	list-style:none;
}

/*  コメントした人の名前とか　*/
.contentsBox .comment-author{
	font-size:12px;
	line-height:1.5em;
	color:#333;
}

/*  コメントした人の名前　*/
.contentsBox .comment-author .fn{
	font-size:14px;
	line-height:1.5em;
	font-weight:bold;
}

/*  コメント文章　*/
.contentsBox .comment-body{
}
.contentsBox .comment-body p {
	font-size:14px;
	color:#333;
	line-height:1.7em;
}

.contentsBox .avtimg{
	float:left;
	margin-right:10px;
	margin-bottom:15px;
	width:40px;
}

.contentsBox #cmtfont {
	font-size:13px;
}

p.comment-notes,
p.comment-form-author,
p.comment-form-email,
p.comment-form-url,
p.comment-form-comment {
	font-size:12px;
}

p.form-allowed-tags {
	display:none;
}

/* ログインしています */

.logged-in-as{
	font-size:13px;
	color:#333;
	line-height:1.5em;
	padding-bottom:15px;
}

/* コメントメールフォーム */
input[type="submit"] {
	color: #333;
}
#respond {
	margin: 25px 0 0 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 13px;
	width: auto;
}

/*  404 Not Found ページが見つかりません　*/
/*--------------------------------------------------------*/

#post-0{
	padding:0 10px 30px;
	text-align:center;
}

#post-0 h1.entry-title{
	font-size:200%;
	color:#333;
	font-weight:bold;
	line-height:1.3em;
	margin-bottom:10px;
}

#post-0 .entry-content p{
	font-size:100%;
	color:#333;
	line-height:1.6em;
}

/*  カテゴリー一覧ページのカテゴリ名（タイトル）　*/
/*--------------------------------------------------------*/

.cat_nameBox{
	font-size:100%;
	font-weight:bold;
	line-height: 1.5em;
	color:#333;
	border-top:2px solid #A49F99;
	padding:10px;
}

.contentsBox h1.catit {
	font-size:100%;
	font-weight:bold;
	line-height: 1.5em;
	color:#333;
	border-top:2px solid #A49F99;
	padding:10px;
}

/*  検索結果ページのタイトル　*/
/*--------------------------------------------------------*/

h1.search_word{
	font-size:100%;
	font-weight:bold;
	line-height: 1.5em;
	color:#333;
	border-top:2px solid #A49F99;
	padding:10px;
}

/*  検索結果でキーワードが見つからない　*/

.not-found h2.entry-title{
	font-size:115%;
	font-weight:bold;
	line-height:1.5em;
	color:#333;
	margin-bottom:15px;
}

.not-found p{
	font-size:90%;
	font-weight:nomal;
	line-height:1.6em;
	color:#333;
}

.not-found p br{
	display:none;
}

.entry-content .notfound_searchBox{
	display:none;
}

.entry-content .notfound_searchBox .searchBox{
	position:relative;
	width:120px;
	height:28px;
	padding:0 50px 0 10px;
	border:1px solid #DDD;
	behavior:url(/PIE.htc);
	font-size:12px
}

.entry-content .notfound_searchBox input{
	-webkit-appearance: none;
	border-radius: 0;
	line-height:28px;
}

.entry-content .notfound_searchBox .search_bt{
	position:absolute;
	left:170px;
	border: 0px;
	width:50px;
	height:30px;
	background:url(https://www.chosyu-journal.jp/wp-content/themes/chosyu/resource/image/bt_search.png) left top no-repeat;
	cursor:pointer;
}

/*  SNSシェアボタン　*/
/*--------------------------------------------------------*/

.ssba-wrap{
	padding:0 5px;
}


}