
/* ----------------------------------
 * Pinky Custom Javascript
 * 2016/04/17 GEM
 */


/* 2016/10/17 start --------------------------------*/
/* 既存CSSへの追加スタイル */
#head {
    padding-bottom: 20px;
}


/* ----------------------------------
 * ライター管理画面
 * 記事解析用CSS
 */

.writer_admin_style {
	height:400px;
	overflow-y:scroll;
	font-size:10px;
	background: white;
	border: 15px solid #F5F5F5;
	margin: 0px -10px;
}
.writer_admin_style h5 {
	font-weight: bold;
	font-size:16px;
}
.writer_admin_style span {
	color:blue;
	font-size:16px;
}

.writer_admin_style::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
.writer_admin_style::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    box-shadow: 0 0 1px rgba(255,255,255,.5);
}

/* 記事解析用CSS END
 * ----------------------------------*/


/* 2016/08/26 start --------------------------------*/
/* タグ編集画面で使用 */
.childTagNameList span {
    border:1px solid gray;
    padding:1px 6px;
    margin-right: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    position: relative;
    line-height: 2.0em;
}
.childTagNameListShortMenu{
    width: 30px;
    padding:2px 5px;
    position: relative;
    background:white;
    border:1px solid gray;
}
/* 2016/08/26 end --------------------------------*/
/* 2016/08/26 start --------------------------------*/
/* カテゴリページのカテゴリに紐付くタグのスタイル */
.category_child_tag_list {
    margin-left: 170px;
    padding: 5px;
}
.category_child_tag_list li {
    display: inline-block;
    background-color:#fffafa;
    border:1px solid gray;
    padding:0px 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    position: relative;
    line-height: 1.8em;
}
/* 2016/08/26 end --------------------------------*/
/* 2016/09/15 start --------------------------------*/
/* 記事一覧のタグのスタイル */
.list_item_tag p {
	color: #999;
	font-size: 10px;
	display: block;
	border: 1px solid #EEE;
	padding: 0 5px !important;
	line-height: 14px;
}
/* 2016/09/15 end --------------------------------*/
/* 2016/10/05 start --------------------------------*/
/* カテゴリ一覧 */
.category_info h1 {
    font-size: 24px !important;
    font-weight: normal;
    margin: 10px 0;
    margin-left: 170px;
}
.c1 .contents_m h1 {
    font-size: 24px;
    line-height: 1.1;
    font-weight: normal;
}
.contents_m h1 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}
.c1 .contents_m h1 {
    font-size: 24px;
    line-height: 1.1;
    font-weight: normal;
}
/* 2016/10/05 end--------------------------------*/
/* 2016/10/11 start--------------------------------*/
/*サイトロゴの位置調整*/
.titie_logo span{
    height: 0px;
    width: 0px;
    overflow: hidden;
    position: absolute;
}
/* 2016/10/11 end--------------------------------*/
/* 2016/10/19 start */
#head p.titie_logo {
	height: 50px;
	padding-top: 20px;  /* 25px⇒20px */
}
/* 2016/10/19 start */
/* 2016/10/17 start--------------------------------*/
/* ロゴ下の説明文 */
.top_logo_comments{
    font-size: 10px;
    color: #fbb5db;
    padding-top: 5px !important;
}
.top_logo_comments2{
    font-size: 10px;
    color: #fbb5db;
    padding-top: 5px !important;
}
/* 2016/10/17 end--------------------------------*/
/* 2016/10/21 start--------------------------------*/
/* トップ強調記事２つor３つのスタイル */
.top_head_topic_items {
    margin: 0px;
    padding: 0px;
}
#top_items {                 /*既存スタイルに追加*/
    padding-left: 10px;
    width: 100%;
}
#top_items .top_items_part { /*既存スタイルに追加*/
    width: 33.3%;
}
@media only screen and (max-width:480px)	{

	#top_items .top_items_part {
		/* トップページのピックアップ */
		width: 100%;
	}
}
/* タブレットサイズ対応 */
@media only screen and (max-width:960px)	{
	/* 既存スタイル追加 */
	#foot_inline .foot_menu ul li {
		width: 100%;
	}
	#foot_inline .foot_menu ul li a {
		display: block;
		padding: 10px 5px;
		
		border:solid 1px lightgrey;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-o-border-radius: 5px;
		-ms-border-radius: 5px;
	}
}
/* 2016/10/21 end--------------------------------*/
