@charset "Shift_JIS";

/* -----------------------------------------------------------
CSS Information

Site URL:       https://www.cosme.net/maker/maker_id/*
File name:      maker.css
Created:        2010-11-11
by Author Style Info: maker内共通ファイル
----------------------------------------------------------- */

/* -----------------------------------------------------------
Table of Contents
 * maker common
   -- maker-title

 * maker main modules
	  -- clipPopup

 * maker-top

----------------------------------------------------------- */

/** maker common ----------------------------------------------------------------**/

body.maker {
  color: #333;
  line-height: 1.2;
}
body.maker #header-sub {
  margin: 0 0 10px;
}

/* maker-title ------------------------*/
#maker-title {
	width: 600px;
	margin: 0 0 10px;
	color: #333;
	font-size: 200%;
	font-weight: normal;
}

/** maker main modules --------------------------------------------------------**/

/* clipPopup(brandと同じものをcommon.cssから移植) ------------------------*/
#clipPopup {
	width: 254px;
	font-size: 90%;
	font-weight: normal;
	text-align: left;
	line-height: 1.6;
}
#clipPopup .close {
	text-indent: -9999px;
}
#clipPopup .close a {
	background: url(/images/common/common_bg_clip_top01.gif) no-repeat left top;
	height: 23px;
	display: block;
	overflow: hidden;
}
#clipPopup .clipPopupBoxWide {
	background: url(/images/common/common_bg_clip_middle01.gif) repeat-y left top;
	padding: 7px 12px 0 12px;
}
#clipPopup .clipPopupBoxBottom {
	background: url(/images/common/common_bg_clip_bottom01.gif) no-repeat left bottom;
	padding-bottom: 10px;
}
#clipPopup ul {
	margin: 5px 0 3px 0;
}
#clipPopup ul li {
	float: none;
	padding: 0;
}
#clipPopup ul li a {
	background: url(/images/common/common_ico_arrow01.gif) no-repeat left center;
	padding-left: 10px;
	text-decoration: none;
}
#clipPopup ul li a:hover {
	text-decoration: underline;
}
#clipPopup .question {
	font-size: 90%;
	padding-top: 4px;
	margin: 0;
}
#clipPopup .question a {
	background: url(/images/common/common_ico_question01.gif) no-repeat left center;
	padding-left: 15px;
	*padding-top: 3px;
	text-decoration: none;
}
#clipPopup .question a:hover {
	color: #ff7d9d;
	text-decoration: underline;
}
#clipPopup .error {
	color: #ff7d9d;
}
#clipPopup .ps {
	font-size: 90%;
	color: #666;
}
body#present {
	width: auto;
	margin-right: auto;
	margin-left: auto;
}

/** maker-top -----------------------------------------------------------------**/

#maker-top {
	margin-bottom: 26px;
}
#maker-top h3 {
	margin-bottom: 4px;
	padding: 8px 5px;
	background: url("/images/cnt/maker/bg_ttl.png") repeat-x left top;
	font-size: 105%;
	font-weight: bold;
}
#maker-top h3 span {
	display: block;
	padding-left: 10px;
	border-left: 5px solid #aeaeae;
	line-height: 16px;
}
#maker-top .add-fav-brand {
	margin: 8px 0;
	font-size: 85%;
	text-align: right;
}
#maker-top .add-fav-brand a {
	display: inline-block;
	margin-left: 5px;
	vertical-align: middle;
}
#maker-top .add-fav-brand img:hover {
	filter: alpha(opacity=65);
	-moz-opacity: 0.65;
	opacity: 0.65;
}
#maker-top .article-line {
	padding-top: 8px;
	border-top: 1px dotted #bdb8ad;
}
#maker-top .article ul {
	display: flex;
	width: 100%;
}
#maker-top .article li {
	display: flex;
	position: relative;
	width: 50%;
	padding: 10px 10px 10px 20px;
	border-bottom: 1px dotted #ccc;
	line-height: 1.4;
	box-sizing: border-box;
}
#maker-top .article li::before {
	display: block;
	position: absolute;
	top: 14px;
	left: 10px;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-left: 5px solid #74bbab;
	content: "";
}
#maker-top .article li a {
	text-decoration: none;
}
#maker-top .article li a:hover {
	text-decoration: underline;
}
#maker-top .article li .brand-name {
	overflow: hidden;
	padding-right: 5px;
	word-wrap: break-word;
	flex: 1;
	overflow-wrap: break-word;
}
#maker-top .article li .brand-name img {
	display: inline-block;
	margin-left: 4px;
	vertical-align: middle;
}
#maker-top .article li .act-button[data-activated="false"] {
	box-shadow: none;
}
#maker-top .article li .act-button .act-button-text {
	font-weight: normal;	
}
