@charset "utf-8";
/*****************************************************************************************************　_part Contentslist Layout　*/
/*コンテンツリスト*/
.howto_series {
	width: auto;
	border: 1px solid #ccc;
	border-width: 0 0 1px 0;
}
.howto_series02 {
	width: auto;
	margin-bottom: 10px;
}
.howto_book_summary, .howto_content_summary {
	width: auto;
	padding: 10px 0;
}
.howto_book_summary {
	position: relative;
}
.howto_category_tag_croud {
	margin-top: 10px;
}
.howto_series_thumb {
	float: left;
	width: 92px;
	height: 92px;
	margin: 0 15px 5px 0;
	z-index: 1;
}
.howto_series_thumb a img {
	width: 90px;
	height: 90px;
}
.howto_series_thumb a {
	display: block;
	border: 1px solid #ccc;
	background-color: transparent;
}
.howto_series_thumb a:hover {
	border: 1px solid #FF6600;
	background-color: transparent;
}
.howto_series_contents {
	line-height: 1.6em;/*position:relative;*/	
}
.howto_series_contents02 {
	line-height: 1.6em;
	padding: 0 5px;
	position: relative;
}
.contents02_inner {
	float: left;
	width: 330px;
}
.howto_contents_wrap {
	position: relative;
	background: #f5f5f5;
	padding: 10px 15px;
	border-radius: 5px;
	margin-bottom: 10px;
	border: solid 1px #ddd;
}
.howto_contents_wrap select {
	background: #fff;
	margin-top: 3px;
}
.howto_contents_wrap .inputbase170 input {
	width: 360px;
}
/*プロフィール*/


/*****************************************************************************************************　REVIEW AREA　*/
/*レビュー内コンテンツ*/
.review_box {
	border: 1px solid #ccc;
	border-width: 0px 0 1px 0;
	padding: 0px 0 5px 0;
	margin-bottom: 10px;
}
.reviewlist_box {
	margin-bottom: 5px;
}
/*テキスト入力エリア*/
.review_tbox_wrap {
	background: #eee;
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
}
.review_tbox {
	background: #fff;
	border: none;
	padding: 10px 10px;
	font-size: 120%;
	border-radius: 5px;
	color: #666;
	width: 97%;
	line-height: 1.6em;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc
}
/*プレビュー*/
#preview_btn {
}
/*確認ボタンエリア*/
.review_btarea {
	position: relative;
}
.review_btarea #review_back {
	position: absolute;
	left: 0;
}
.review_btarea #addreview_btn {
}
/*****************************************************************************************************　OTHER　*/

/*お気に入りチェックボックス*/
.howto_series .cb_area {
	float: left;
	margin-top: 10px;
	padding-right: 5px;
}
/*サムネイル*/
.howto_book_thumb {
	float: left;
	margin-right: 5px;
	position: relative;
	z-index: 1;
}
/*タイトル*/
.howoto_titlelist, .howoto_titlelist a span, .howoto_titlelist a {
	font-size: 100%;
	color: #F97C00;
	font-weight: bold;
	margin-bottom: 4px;
}
.howoto_titlelist a:hover, .howoto_titlelist a:hover span {
	color: #de6e00;
}
.howoto_titlelist .howto_ttl {
	font-size: 14px;
}
.descarea, .howto_book_description {
	margin: 4px 0;
	line-height: 1.3em;
}
.ac_box {
	float: right;
	position: relative;
}
.thumb_button_set {
	z-index: 99;
	position: absolute;
	right: 0;
	margin-top: -10px;
	padding-right: 5px;
}
.ac_box .thumb_button_set02 {
	float: left;/*padding-right: 70px;*/
}
.ac_box .social_links {
}
.thumb_button_set03 {
	text-align: right;
}
.thumb_button_set04 {
	z-index: 99;
	position: absolute;
	bottom: 10px;
	right: 5px;
}
.howto_series02 .thumb_button_set03 {
	margin-top: 0;
}
.howto_series02 .thumb_button_set03 li {
	float: right;
	margin-top: 60px;
}
.thumb_button_set li, .thumb_button_set02 li {
	float: left;
	padding-left: 7px;
	height: 14px;
}
/*お気に入りリンク*/
.favorite {
	float: left;
	padding-left: 6px;
}
/*ソーシャルボタン*/
.social_links {
	margin-top: 3px;
	padding-left: 5px;
}
.social_links .social_links_tweet {
	float: left;
	height: 30px;
	vertical-align: top;
}
.social_links .social_links_fb {
	vertical-align: top;
	padding-left: 5px;
	overflow: hidden;
	width: 110px;
	height: 21px;
}
/*閲覧数*/
.howto_series_contents .howto_access, .howto_series_contents02 .howto_access {
	display: block;
	float: left;
}
/*評価*/
.howto_series_contents .howto_rate_star {
	float: left;
}
/*icon*/
.howto_book_icon {
	background-image: url(../img/howto_view/ico_set.png);
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
	display: block;
	float: left;
	margin-right: 3px;
}
.howto_book_sees .howto_book_icon {
	background-position: 0 1px;
}/*レビューを見る*/
.howto_book_write .howto_book_icon {
	background-position: -14px 1px;
}/*レビューを書く*/
.howto_book_write .howto_book_icon_wrote {
	background-position: -14px -13px;
}/*レビューを書く（レビュー済み）*/
.favorite .howto_book_icon {
	background-position: -28px 1px;
}/*お気に入り*/
.favorite .howto_book_icon_wrote {
	background-position: -28px -13px;
}/*お気に入り（登録済み）*/
.fiximg .howto_book_icon {
	background-position: -42px 1px;
}/*完成画像を表示*/
.arrowico .howto_book_icon {
	background-position: -60px 1px;
}/*arrow*/
.howto_book_write a.howto_book_icon_wrote_link, .favorite a.howto_book_icon_wrote_link {
	text-decoration: none;
	color: #bbb;
	cursor: default;
}
.howto_book_write a:hover.howto_book_icon_wrote_link, .favorite a:hover.howto_book_icon_wrote_link {
	background-color: inherit;
}
/*評価*/
.howto_rate_star a, .howto_rate_star a span {
	text-decoration: none;
	color: skyblue;
}
/*お気に入り削除ボタン*/
.howtoselectarea .delete_bt {
	float: left;
	padding-left: 10px;
	margin-top: -2px;
	margin-bottom: 5px;
}
/*完成画像表示*/
.fiximg {
	height: 14px;
}
/*作者情報*/
.howto_author_box {
	border-radius: 10px;
	max-width: 600px;
	background: #666;
	color: #fff;
	padding: 20px;
	opacity: 0.8;
	z-index: 99;
}
/*****************************************************************************************************　SEARCH　*/
.library_search .module_contents {
	padding-top: 5px;
}
/*************************************************検索ボックス*/
.howto_search_wrap {
	margin-bottom: 10px;
	background-repeat: repeat-x;
	background-position: top;
	background-color: #fff;
	padding: 5px 3px 3px 5px;
	border-radius: 5px;
	width: auto;
}
#search_tags_tab_01 {
}
.search_tags_tabs li {
	float: left;
	margin: 0 2px 2px 0;
}
.search_tags_tabs li a {
	display: block;
	overflow: hidden;
	height: 20px;
	line-height: 20px;
	padding: 0 5px;
	min-width: 82px;
	text-align: center;
	background-image: url(../img/howto_view/search_products_bt.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #fff;
	text-decoration: none !important;
	color: #666 !important;
}
.search_tags_tabs li a:hover {
	background-color: #eee;
}
.search_tags_tabs li a.search_keyword_on {
	background-color: #FFECD9;
}
#search_tags_area h3 {
	background-color: transparent;
	color: #aaa;
	font-size: 100%;
	font-size: 12px;
	border: none;
	padding: 15px 0 2px;
	margin-top: 0;
	border-bottom: solid 2px #eee;
	border-radius: 0px;
}
.search_tags_tab {
	padding: 0 7px 0 5px;
}
.tag_group {
	padding: 0 0 0 120px;
	position: relative;
	margin: 0 0 10px;
	border-bottom: dotted 1px #ccc;
}
.tag_category {
	position: absolute;
	left: 0;
	color: #FF9900;
	padding: 2px 3px 1px;
	line-height: 1em;
}
.tag_name {
	display: block;
	padding: 1px 0 0;
	margin: 0px 12px 8px 0;
	float: left;
	line-height: 1em;
	font-size: 11px;
}
.howto_contents_wrap .sub {
	line-height: 25px;
	height: 25px;
	display: block;
	float: left;
	width: 100px;
	padding: 0;
	margin: 0;
}
.howto_contents_wrap .sub02 {
	padding: 0px 5px 5px 0;
	float: left;
	width: 70px;
}
.howtoselectarea {
	float: right;
	margin-top: 7px;
}
.howtoselectarea .howtocheckarea {
	float: left;
}
/*検索結果*/
.total .total_num {
	font-size: 150%;
}
.results_navi {
}
/*ページャー*/
.navi .nowPage {
	margin-top: -2px;
}
input:focus, textarea:focus {
	outline: none
}
/*fontサイズ*/
.howto_series_contents, .howto_series_contents02, .reviewlist_box, .select_order, .search_tags_tabs, .tag_group, .howto_contents_wrap .sub, .results_navi, .howto_contents_wrap .sub02 {
	font-size: 11px;
}
.tag_category, .tag_group {
	font-size: 10px;
}
/*---------------- Pick UP ----------------*/
ul.pickUp_style {
	margin: 10px auto 10px 20px;
}
ul.pickUp_style li {
	float: left;
	margin-right: 30px;
}
ul.pickUp_style span {
	display: block;
}
ul.pickUp_style li span.title {
	font-size: 70%;
	color: #F69;
}
ul.pickUp_style li span.text {
	font-size: 80%;
}
ul.pickUp_style li div.sub {
	float: right;
	font-size: 80%;
	color: #999;
}
ul.pickUp_style div.wrapp {
	width: 110px;
}
/*---------------- 講座TOP ----------------*/
ul.soft_list {
	margin: 20px auto 0 30px;
}
ul.soft_list li {
	float: left;
	margin: 10px 10px 0 0;
}
ul.soft_list li p {
	padding-right: 20px;
	width: 200px;
	font-size: 10px;
	margin: 0 0 5px 0;
}
div.howto_top_leftBox {
	width: 300px;
	margin-left: 50px;
}
div.howto_top_rightBox {
	width: 300px;
	margin-right: 50px;
}
/*-- ボタン --*/
.btn_hajimete_navi {
	width: 218px;
	height: 50px;
	overflow: hidden;
	margin: 0 auto 10px auto;
	background-color: transparent;
}
.btn_sassoku_use {
	width: 218px;
	height: 50px;
	overflow: hidden;
	margin: 0 auto 10px auto;
}
.btn_rescue {
	width: 367px;
	height: 126px;
	overflow: hidden;
	margin: 0 10px 10px 0;
}
.btn_hajimete_illust {
	width: 280px;
	height: 140px;
	overflow: hidden;
	margin: 0 10px 10px 0;
}
.btn_kouza_ps {
	width: 280px;
	height: 140px;
	overflow: hidden;
	margin: 0 10px 10px 0;
}
.icon_howto {
	position: absolute;
	top: 31px;
	right: 8px;
}
.free_space h2 a.more_link {
	top: 5px!important;
}
.free_space h2 a.more_link:hover {
	background-color: #666!important;
	color: #fff;
}
.free_space .cowrap img {
	border: 1px solid #ddd;
}
.howto_attention_list {
	margin: 30px 0 20px 10px;
}
/*---------------- 左ナビゲーションBG ----------------*/
.howto_side_navi_bg {
	background-color: #ffffff;
	border: 1px solid #87a8b9;
	border-radius: 17px;
	padding: 15px;
}
.howto_side_navi_bg li a {
	background: url(../img/howto/howto_side_navi_arrow.png) 0 2px no-repeat;
	padding-left: 15px;
}
/*---------------- mouseover光らせたい人はここにクラスorIDを追加！ ----------------*/
.free_space .ul_list li a:hover img, .btn_sassoku_use a:hover, .btn_hajimete_navi a:hover, ul.soft_list li a:hover, .btn_rescue a:hover, .btn_hajimete_illust a:hover, .btn_kouza_ps a:hover, .free_space .thumbarea_wrap a:hover, .free_space .adarea_wrap a:hover img, .free_space .cowrap a:hover img, .free_space .making_list a:hover img {
	opacity: 0.8 !important;
	background: #fff !important;
}
