@charset"utf-8";

/* 
 図案＆レシピ公開 2016/07/12～
 動画で作ろう
 壁紙ダウンロード
 レシピ
 洗濯の仕方
 NICO2LAND 掲載shop一覧
 Ｗ杯ミサンガ作成ページ
 イベント(ホビーショー)
------------------------------------------------------ */

/*	図案＆レシピ公開
    item180 4列の場合
	写真サイズ150px
------------------------------------------------------ */
#emb_recipe {
	margin: 0 auto;
}

#emb_recipe #head-area {
	margin: 10px 0 10px 0;
}

#emb_recipe #head-area img {
	margin-bottom: 15px;
}

#emb_recipe #head-area p.intro{
	margin: 15px 0 15px 0;
	font-weight: bold;
}

#emb_recipe .itemBox180-1 {
	float: left;
	width: 160px;
	height: 280px;
	margin-right: 25px;
	margin-bottom: 30px;
	text-align: left;
}

#emb_recipe .itemBox180-2 { /* 右端サムネイルのレイアウト*/
	float: right;
	text-align: left;
	width:160px;
	margin-bottom: 30px;
}

#emb_recipe .itemBox180-1 img.thumb{
	display: block;
	margin-right: auto;
}

#emb_recipe .itemBox180-2 img.thumb { /* 範囲内で中央揃え*/
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#emb_recipe .itemBox180-1 p.comm {
	margin-top: 10px;
	line-height: 120%;
}

#emb_recipe .itemBox180-2 p.comm {
	margin-top: 10px;
	margin-left: 5px;
	line-height: 120%;
}

#emb_recipe .itemBox180-1 .title,
#emb_recipe .itemBox180-2 .title {
	line-height: 130%;
	font-weight: bold;
}

#emb_recipe .itemBox180-1 p.comm2 {
	margin-top: 5px;
}
#emb_recipe .itemBox180-2 p.comm2 {
	margin-top: 5px;
	margin-left: 5px;
}
#emb_recipe .itemBox180-1 a,
#emb_recipe .itemBox180-2 a {
	position:relative;
	display:block;
}

#emb_recipe .itemBox180-1 a .new_ribon,
#emb_recipe .itemBox180-2 a .new_ribon {
	position:absolute;
	top:0px;
	left:10px;
	z-index:10;
}

/* 動画で作ろう
------------------------------------------------------ */
#movie {
	margin: 0 auto;
	font-family:  "メイリオ";
}

#movie #head-area {
	margin-top: 10px;
	height: 60px;
	vertical-align: middle;
}

#movie #head-area p.sub-comm {
	margin: 25px 0 20px 0;
	font-weight: bold;
	font-size: 23px;
	text-align: center;
}

#movie movie-area {
}

#movie #sec-area1,#sec-area2,#sec-area3{
	margin-top: 15px;
	margin-bottom: 30px;
}

#movie #sec-area1 p.sec ,
       #sec-area2 p.sec {
}

#movie .itemBox {
	float: left;
	width: 160px;
	height: 280px;
	margin: 5px 10px 5px 0;
	padding: 0 5px 0 5px;
	text-align: center;
	background-image:url(../../embroidery/movie/img/base_dougade.jpg);
}

#movie .itemBox p.rec img {
	float: inherit;
	margin: 45px 5px 5px 5px;
}


#movie .itemBox dl .itemBox dt{
	margin-top: 0;
	line-height: 130%;
}
#movie  .itemBox dt img{
	float: left;
}
#movie dd {
	margin-right: 15px;
	margin-top: 2px;
	color: #333333;
	text-align: right;
}

#movie a:hover,
#movie a:active {
	text-decoration: underline;
	color: #3333cc;
}




/* 壁紙ダウンロード
------------------------------------------------------ */
#wallpaper {
	overflow: hidden;
	margin-top: 10px;
}
#wallpaper h3 {
	margin-bottom: 2px!important;
	border: none!important;
}
#wallpaper h4 {
	clear: both;
	margin-bottom: 10px;
	padding: 5px 0 0 0;
	border-top: 2px solid #fcc;
	font-size: 14px;
}
*html #wallpaper h4 {
	font-size: 110%;
}
#wallpaper p.text {
	margin-bottom: 15px;
}
#wallpaper p.section01 {
	padding: 10px 0 20px 0;
}

#wallpaper p.chosaku-ken {
	float: right;
	margin-top:5px;
	margin-bottom;10px
}

#wallpaper .box {
	float: left;
	width: 170px;
	text-align: left;
	margin-right: 10px;
	margin-bottom: 15px;
	overflow: hidden;
}
#wallpaper .box dl dt,
#wallpaper .box dl dd {
	line-height: 120%;
}
#wallpaper .box p img {
	border: 1px solid #ccc;
}
#wallpaper .sec2 {
	clear: both;
	padding: 10px 10px 5px 10px;
	background-color: #eee;
	border: 1px solid #ccc;
	text-align: left;
}
*html #wallpaper .sec2 {
	padding-top: 5px;
}
#wallpaper .sec2 dl dt {
	margin-bottom: 3px;
	font-weight: bold;
}
#wallpaper .sec2 dl dd {
	margin-bottom: 5px;
	line-height: 130%;
}

/* レシピ
------------------------------------------------------ */
#recipe h3 {
	margin-bottom: 5px!important;
	border: none!important;
}
#recipe ul#content-navi {
	text-align: left;
	margin-top: 15px;
	margin-bottom: 10px;
}
#recipe ul#content-navi li {
	display: inline;
	margin-right: 10px;
}
#recipe ul#content-navi li a {
	background: url(../../common/icon-arrow01.gif) left center no-repeat;
	padding-left: 8px;
}
#recipe .section {
	clear: both;
	overflow: hidden;
}
#recipe .section h4 {
	margin-bottom: 10px;
	padding: 5px 0 0 3px;
	border-top: 2px solid #fcc;
	font-size: 14px;
}
*html #recipe .section h4 {
	font-size: 110%;
}
*html #recipe .section h4#pattern,
*html #recipe .section h4#design {
	padding-top: 1px;
}
#recipe ul.list-item {
	clear: both;
	list-style-type: none;
}
#recipe ul.list-item li {
	float: left;
	width: 170px;
	margin-right: 10px;
	margin-bottom: 20px;
	overflow: hidden;
	line-height: 120%;
}
#recipe ul.list-item li img {
	float: left;
	margin-right: 4px;
	border: 1px solid #ccc;
}
#recipe .section p.lesson_ban {
	float: right;
	margin-top: -25px;
	margin-bottom: 10px;
	overflow: hidden;
}
*html #recipe .section p.lesson_ban {
	margin-bottom: 0;
}

/* 洗濯
------------------------------------------------------ */
#washing .section {
	margin-top: 20px;
	margin-bottom: 15px;
}
#washing h5 {
	margin-bottom: 10px;
	padding: 0 0 5px 3px;
	border-bottom: 2px solid #fcc;
	font-weight: bold;
	font-size: 14px;
}
#washing p,
#washing ul {
	margin-bottom: 1em;
	line-height: 130%;
}

/* 掲載shop一覧(NICO2LAND)
------------------------------------------------------ */
/* --- ボックス --- */
#shoplist {
	clear: both;
	overflow: hidden;
	background: url(../../hobby/nicolist/img/bg_nico2list.jpg);
}

/* --- 見出し --- */
#shoplist .midashi {
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
	line-height: 130%;
}

/* --- 表全体 area別表 --- */
#shoplist .table .area-main th ,td{
	border: none; 
	background-color: #FFFFFF; /* 背景色 */

}


/* --- ボックス --- */
div.section {
	width: 800px; /* ボックスの幅 */
	background-color: #FFFFFF; /* ボックスの背景色 */
	border: none; /* ボックスの境界線 */
}

/* --- 見出し --- */
div.section h3 {
	margin: 0; /* 見出しのマージン */
	padding: 0px /* 見出しのパディング（上下、左右） */
	background-color: #FFFFFF; /* 見出しの背景色 */
	border-bottom: 1px #666666 solid; /* 見出しの下境界線 */
	font-size: 120%; /* 見出しの文字サイズ */
}


/* --- ボックス内の都道府県ごとの表 --- */
div.section table .area-sub {
	width: 98%; /* 表の幅 */
	border: 1px #666666 solid;
	background-color: #FFFFFF; /* 背景色 */
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 5px;
	border-collapse: collapse;
}

/* --- 表全体 都道府県ごとの表 --- */
#shoplist .table .area-sub {
	width: 98%; /* 表の幅 */
	border: 1px #666666 solid;
	background-color: #FFFFFF; /* 背景色 */
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 5px;
	border-collapse: collapse;
}

/* --- 見出しセル --- */
#shoplist. table .area-sub thead th {
	color: #FFFFFF;
	font-size: 12px;
	background-color:#003399;
	border: 1px #666666 solid; /* セルの境界線 */
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 5px;

}
/* --- セル --- */
#shoplist. table .area-sub  td {
	font-family: "ＭＳ Ｐゴシック";
	font-size: small;
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 5px;
	border: 1px #666666 solid; /* セルの境界線 */
}

#shoplist .style2 {
	font-family: "ＭＳ Ｐゴシック";
	font-size: small;
}

#shoplist .style4 {
	font-family: "ＭＳ Ｐゴシック";
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	line-height: 130%;
	text-align: center;
	vertical-align: middle;
	background-color:#003399;
}

#shoplist2 {
	clear: both;
	overflow: hidden;
	background: #FFFFFF; 
}

/* Ｗ杯ミサンガ作成ページ
------------------------------------------------------ */
#missanga {
	clear: both;
	overflow: hidden;
}

#missanga .section {
	clear: left;
	text-align: left;
	margin-bottom: 10px;
	margin-left: 230px;
	overflow: hidden;
}

#missanga .section p {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	line-height: 130%;
}

#missanga .section p img {
	border: 1px solid #ccc;
}
/*
#missanga .section p.spec {
	width: 720px;
	font-size: 10px;
	float: left;
}
*/

/* イベント(ホビーショー)
------------------------------------------------------ */
#event_hs {
	width: 720px;
}
#event_hs ul {
	list-style-type: none;
}
#event_hs h4 {
	text-align: center;
}

#event_hs #hs_head {
	background: url(../../hobby/event/img/bg_top.jpg) no-repeat;
}
#event_hs #hs_content {
	background: url(../../hobby/event/img/bg.jpg) repeat-y;
}
#event_hs #hs_bottom {
	background: url(../../hobby/event/img/bg_bottom.jpg) bottom no-repeat;
}
#event_hs #hs_content {
	width: 720px;
	padding-bottom: 10px;
	background: url(../../hobby/event/img/bg.jpg) repeat-y;
	overflow: hidden;
}
#event_hs #hs_content h5 {
	margin: 0 0 16px 0;
	padding: 0;
	background: none;
	border: none;
	text-align: center;
}

#event_hs #hs_content #emb01 .wrapper_left {
	float: left;
	width: 397px;
	margin-left: 23px;
	_margin-left: 10px;
}
#event_hs #hs_content #emb02 {
	overflow: hidden;
	margin-left: 35px;
}
#event_hs #hs_content #emb02 #link_section {
	overflow: hidden;
	padding-top: 15px;
	margin-left: 0;
	width: 375px;
}
#event_hs #hs_content #emb02 #link_section .box01 {
	overflow: hidden;
	float: left;
	width: 170px;
	margin-right: 15px;
}
#event_hs #hs_content #emb02 #link_section .box02 {
	overflow: hidden;
	width: 170px;
}
#event_hs #hs_content #emb02 h6 {
	margin-bottom: 1px;
}
#event_hs #hs_content #emb02 ul li {
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 0;
}

#event_hs #workshop p.section01 {
	float: left;
	margin: 0 23px 0 26px;
}
*html #event_hs #workshop p.section01 {
	margin: 0 23px 0 13px;
}
#event_hs #workshop p.section02 {
	padding: 0 0 10px 0;
}
#event_hs ul#page_link {
	margin-left: 10px;
}
#event_hs ul#page_link li {
	margin-bottom: 5px;
	padding-left: 15px;
	background: url(../../hobby/event/img/icon.gif) left center no-repeat;
	font-size: 14px;
}
#event_hs ul#page_link li a {
	font-size: 14px;
}
#event_hs ul#page_link li a span {
	font-size: small;
}
#event_hs #wrapper03 {
	margin-left: 10px;
}
#event_hs #wrapper03 p {
	font-size: 14px;
	line-height: 130%;
}
#event_hs #wrapper03 p strong {
	font-size: medium;
	line-height: 130%;
}
#event_hs table th {
	text-align: left;
	width: 50px;
}
#event_hs table caption {
	margin-bottom: 5px;
	text-align: left;
	font-weight: bold;
	line-height: 120%;
}
#event_hs table td {
	line-height: 120%;
}

/* イベント(ホビーショー) 2016/04～
------------------------------------------------------ */
#event_hs #hs_title {
	margin-top: 10px;
	margin-bottom: 20px;
}

#event_hs #hs_title h2{
	margin-top: 5px;
	margin-bottom: 10px;
	font-weight: bold;
	line-height: 120%;
}

#event_hs #hs_area {
	margin-bottom: 10px;
}

#event_hs #hs_area .sub-title{
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	line-height: 120%;
}

#event_hs #hs_area .sub-title2{
	margin-left: 250px;
	margin-top: 35px;
	margin-bottom: 10px;
	font-weight: bold;
	line-height: 120%;
}

#event_hs #hs_area p.comm{
	line-height: 130%;
	margin-bottom: 10px;
}

#event_hs #hs_area p.comm2{
	line-height: 110%;
	text-decoration: underline;
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: 10px;
}

#event_hs #hs_area p.site{
	clear: both;
	text-align: left;
	line-height: 120%;
	margin-bottom: 10px;
}
#event_hs #hs_area .section1{
	width: 720px;
	margin-top: 10px;
}

#event_hs #hs_area .section2{
	width: 720px;
	height: 200px;
	margin-top: 20px;
}

#event_hs #hs_area .section3{
	width: 720px;
	height: 270px;
}

#event_hs #hs_area .item-image{
	float: right;
	width: 200px;
	height: 180px;
	margin: 10px 100px 0 0;
	text-align: center;
}

#event_hs #hs_area .item-image2{
	float: left;
	width: 230px;
	height: 230px;
	margin: 0 20px 10px 0;
	text-align: center;
}

