/*
 Theme Name: 	FIRST PATRONAGE PROGRAM
 Theme URI: 
 Description: 	FIRST PATRONAGE PROGRAM & VIEW Child Theme
 Author: 		WETCH
 Author URI: 	http://wetch.co.jp
 Template: 		view_tcd032
 Version:2.1
*/

/* ----------------------------------------------------------------------
 CREATORS
---------------------------------------------------------------------- */

/* 記事ページ */
#single_creator_list { background:#fff; padding:30px; }
#single_creator_headline { margin:-30px -30px 30px; background:#6bb8e4; color:#fff; padding:0 30px; height:45px; line-height:45px; }
#single_creator_list ol { margin:0 0 15px 0; border-bottom:1px solid #ddd; }
#single_creator_list li { margin:0 0 20px 0; font-size:13px; }
#single_creator_list li .date { float:left; width:100px; display:block; }
#single_creator_list li .title { float:left; width:650px; display:block; }
#single_creator_list .link { display:block;  background:url(img/common/arrow6.png) no-repeat left; padding:3px 0 3px 23px; }

/* アーカイブページ */
#creator_archive_headline { background:#6bb8e4; color:#fff; padding:0 30px; height:45px; line-height:45px; margin:0 0 35px 0; }
#creator_archive #post_list li {
  background:#fff; padding:20px; margin:0 0 20px 0; width:100%;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#creator_archive .creator_image { margin:0 25px 0 0; display:block; width:330px; height:200px; overflow:hidden; float:left; }
#creator_archive .creator_image img {
  width:330px; height:200px;
  -webkit-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; transition: all 0.35s ease-in-out;
  -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1);
}
#creator_archive .creator_image:hover img {
 -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2);
}
#creator_archive .date { font-size:13px; margin:0 0 15px 0; color:#6bb8e4; }
#creator_archive .title { font-size:14px; margin:0 0 15px 0; line-height:200%; }
#creator_archive .title a { display:block; }
#creator_archive .excerpt { font-size:13px; line-height:200%; }

.styled_post_list4 li {
   margin: 0 5px 5px 0;
}
