/*
Theme Name: K1-Factory THEME
Theme URI: http://www.k1factory.jp
Description: 永島刺工テーマ 2011
Author: isp
Author URI: http://www.k1factory.jp
Version: 2.0
*/

/****************************************************
 ページ構成
****************************************************/
body {
	font-size: 0.8em;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: #fff url('./images/body_bg.jpg') top left;
	}

div#header {
	width: 970px;
	margin: 0px auto;
	}

div#body {
	width: 970px;
	margin: 0px auto;
	text-align: left;
	zoom: 100%;
	background: transparent url('./images/contents_bg.gif') left top repeat-y;
	}

div#home {
	padding: 20px; /* width: 930px */
	background: transparent url('./images/home_bg.gif') center top repeat-y;
	}

div#contents {
	width: 710px;
	float: right;
	}

div#content {
	padding: 0px 30px 50px 0px;
	}

div#sidebar {
	width: 260px;
	float: left;
	}

div#footer {
	background: transparent url('./images/footer_bg.jpg') 0px 80px repeat-x;
	}
div#footer .wrapper {
	width: 970px;
	margin: 0px auto;
	text-align: left;
	background: transparent url('./images/body_bottom_bg.gif') top center no-repeat;
	}
div#footer .wrapper_home {
	width: 970px;
	margin: 0px auto;
	text-align: left;
	background: transparent url('./images/home_bottom_bg.gif') top center no-repeat;
	}
div#footer .inner {
	margin: 0px;
	padding: 40px 20px 10px 10px;
	}

/****************************************************
 ページスタイル
****************************************************/
/* 全体の基本 */
img { border: none; vertical-align: bottom; }
form { margin: 0px; padding: 0px; }
table { font-size: 1em; }

a { color: #497416; text-decoration: none; }
a:hover { color: #0066cc; text-decoration: underline; }

/* 共通のスタイル */
.height-5 { height: 5px; }
.height-10 { height: 10px; }
.height-20 { height: 20px; }
.height-30 { height: 30px; }
.height-40 { height: 40px; }
.height-50 { height: 50px; }
.height-60 { height: 60px; }
.height-70 { height: 70px; }
.height-80 { height: 80px; }
span.dummy { width: 0px; height: 0px; display: none; }

h2 { margin: 0px; padding: 0px; font-size: 1.4em; }

h4 { margin: 0px; padding: 0px; font-size: 1.2em; }

.clear { clear: both; }

/* 画像の回り込み */
img.centered { display: block; margin-left: auto; margin-right: auto; }
img.alignright { padding: 0px 0px 10px 10px; float: right; }
img.alignleft { padding: 0px 10px 10px 0px; float: left; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }

img.border { padding: 5px; background-color: #f2f2f2; border: 1px solid #ddd; }

.caution { font-size: 0.8em; color: #f00; }

.link_navi { }
.link_navi .prev { float: left; margin: 0px; padding: 0px; }
.link_navi .next { float: right; margin: 0px; padding: 0px; }

table.work_list {
	width: 100%; background-color: #cdcdcd; font-size: 0.8em;
	}
table.work_list thead th {
	padding: 5px;
	background-color: #8dbdd8;
	border: 1px solid #fff;
	}
table.work_list tbody th {
	padding: 5px;
	background-color: #e6eeee;
	border: 1px solid #fff;
	width: 8em;
	}
table.work_list td {
	padding: 5px 10px;
	}
table.work_list tr.odd td {
	background-color: #fff;
	}
table.work_list tr.even td {
	background-color: #fcfcfc;
	}
table.work_list dl {
	margin: 0px;
	padding: 0px;
	}
table.work_list dl dt {
	float: left;
	width: 9em;
	}
table.work_list dt dd {
	margin-left: 10em;
	}

div.box {
	padding: 10px;
	background-color: #f2f2f2;
	border: 1px solid #ddd;
	}

dl.flat-100, dl.flat-150, dl.flat-200, dl.flat-250, dl.flat-300, dl.flat-12em, dl.flat-10em {
	border: 1px solid #ddd; font-size: 1em;
	}
dl.flat-100 dt, dl.flat-150 dt, dl.flat-200 dt, dl.flat-250 dt, dl.flat-300 dt, dl.flat-12em dt, dl.flat-10em dt, dl.under_line dt {
	clear: both; float: left;
	padding: 5px 0px 5px 10px;
	}
dl.flat-100 dd, dl.flat-150 dd, dl.flat-200 dd, dl.flat-250 dd, dl.flat-300 dd, dl.flat-12em dd, dl.flat-10em dd  {
	padding: 5px 5px 5px 10px;
	border-left: 1px solid #ddd;
	}

dl.flat-100 dt { width: 100px; }
dl.flat-100 dd { margin-left: 100px; }

dl.flat-150 dt { width: 150px; }
dl.flat-150 dd { margin-left: 150px; }

dl.flat-200 dt { width: 200px; }
dl.flat-200 dd { margin-left: 200px; }

dl.flat-250 dt { width: 250px; }
dl.flat-250 dd { margin-left: 250px; }

dl.flat-300 dt { width: 300px; }
dl.flat-300 dd { margin-left: 300px; }

dl.flat-12em dt { width: 12em; }
dl.flat-12em dd { margin-left: 12em; }

dl.flat-10em dt { width: 10em; }
dl.flat-10em dd { margin-left: 10em; }

dl.under_line dt { width: 6em; padding-bottom: 3px; }
dl.under_line dd {
	margin-left: 0px;
	padding: 5px 5px 3px 7em;
	border-bottom: 1px dotted #ddd;
	}

ul.normal_list, ul.under_line {
	margin: 0px;
	padding: 0px;
	}
ul.normal_list li {
	list-style-type: none;
	margin: 0px;
	padding: 3px 0px 3px 25px;
	background: transparent url('./images/normal_li_bg.gif') 0px 5px no-repeat;
	}

ul.under_line li {
	list-style-type: none;
	margin: 0px;
	padding: 3px;
	border-bottom: 1px dotted #ddd;
	}

.smaller { margin: 3px; padding: 0px; font-size: 0.8em; }

/* 背景 */
div#bgframe { position: absolute; z-index: 100; width: 0px; height: 0px; top: 0px; left: 0px; filter: alpha(opacity=75); -moz-opacity:0.75; opacity:0.75; background-color: #fff; }
div.forward { position: absolute; z-index: 110; left: 0px; top: 0px; background-color: #fff; border: 1px solid #ddd; padding: 10px; display: none; }
div.forward div.close { border: 1px solid #ddd; background-color: #eee; text-align: center; padding: 5px; }

#colorboxLink { width: 0px; height: 0px; display: none; }

/*************************
 ヘッダ
*************************/
div#h1 {
	float: right;
	text-align: right;
	padding: 5px 10px 0px 0px;
	}
h1 {
	margin: 0px;
	padding: 5px;
	font-size: 0.8em;
	}

img#logo {
	float: left;
	padding-left: 10px;
	}

ul#header-menu {
	clear: both;
	margin: 0px;
	padding: 0px 5px 10px 0px;
	}
ul#header-menu li {
	margin: 0px;
	padding: 5px 2px;
	list-style-type: none;
	display: inline;
	}

div#page_title {
	width: 970px;
	padding: 0px;
	background: transparent url('./images/content_bg.gif') bottom left no-repeat;
	}
div#page_title img {
	float: right;
	}

/*************************
 ホーム
*************************/
div#home_title {
	padding: 10px 0px 40px 0px;
	background: transparent url('./images/home_top_bg.gif') bottom center no-repeat;
	}

div#latest-sales {
	z-index: 10;
	position: absolute;
	width: 410px;
	}
div#latest-sales div {
	background-color: #fff;
	margin: 0 10px 10px 0;
	float: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}
div#latest-sales div img {
	padding: 5px;
	}

div#home-left {
	float: left;
	width: 590px;
	}

div#home-left h2 {
	padding-top: 15px;
	border-top: 1px dotted #ddd;
	border-bottom: 1px solid #bbb;
	}

div.latest {
	float: left;
	margin: 10px 10px 5px 0px;
	}
div.latest img {
	border: 1px solid #ddd;
	}
div.latest p {
	text-align: center;
	margin: 0px;
	padding: 2px 0px 0px 0px;
	font-size: 0.8em;
	}

h2.home_h2 {
	margin-top: 30px;
	}

div#home-right {
	margin-left: 605px;
	}

div#home-right img {
	margin-bottom: 30px;
	}

div.home-info {
	border-bottom: 1px solid #ddd;
	}
div.home-info h3 {
	font-size: 1.2em;
	margin: 0px;
	padding: 5px 0px 5px 5px;
	}
div.home-info p {
	margin: 2px;
	}
div.home-info .time {
	margin: 0px;
	padding: 2px 0px 0px 5px;
	font-size: 0.8em;
	text-align: right;
	font-weight: bold;
	color: #aaa;
	border-top: 1px dotted #ccc;
	}

/*************************
 アーカイブ
*************************/

/* カテゴリー */
div.category_description {
	padding-bottom: 20px;
	}
div.category_description p {
	margin: 0px;
	padding: 10px 0px;
	border-top: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;
	font-size: 0.8em;
	}

.archive {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
	}
.archive img {
	float: left;
	margin: 0px 10px 10px 0px;
	padding: 5px;
	background-color: #eee;
	border: 1px solid #ddd;
	}
.archive h3 {
	margin: 0px 0px 0px 117px;
	padding: 0px;
	font-size: 1.4em;
	border-bottom: 1px solid #565656;
	}

.archive .detail {
	margin: 0px;
	padding: 0px 5px;
	text-align: right;
	font-size: 0.8em;
	font-weight: bold;
	}

.archive .date_stamp {
	margin: 0px 0px 0px 117px;
	padding: 0px;
	color: #535353;
	font-weight: bold;
	font-size: 0.8em;
	background-color: #eee;
	}
.archive .tag {
	clear: both;
	margin: 0px;
	padding: 5px;
	background-color: #eee;
	}

/* FAQ */
.faq {
	padding: 10px 0;
	}

.faq h3 {
	padding: 10px 5px 0 50px;
	margin-bottom: 5px;
	font-size: 18px;
	color: #0066ff;
	background: transparent url('./images/faq_h3_bg.gif') left top no-repeat;
	}

.faq .answer {
	margin: 0 5px 5px 5px;
	padding: 0 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}
*.faq .answer {
	padding: 10px;
	}

.faq .answer .content {
	height: 3em;
	overflow: hidden;
	}

.faq .answer .continue {
	padding: 5px;
	font-weight: bold;
	background-color: #eee;
	border: 1px solid #ddd;
	border-radius: 5px;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}
/* FAQ-end */


/*************************
 コンテンツ (page)
*************************/
div.page_content h3 {
	padding-top: 30px;
	padding-bottom: 5px;
	}

/* プリント代金 */
div.print_type {
	background: transparent url('./images/print_type_bg.gif') top right no-repeat;
	}
div.print_type_right {
	margin: 0px 20px 0px 310px;
	}
div.print_type_right h4 {
	padding: 10px 0px 5px 0px;
	border-bottom: 1px dotted #ddd;
	}

div.page_content div.line {
	margin: 20px 0px;
	border-bottom: 1px solid #ddd;
	}
/* プリント代金-end */

/* 無地加工料金 */
div.muji_price {
	background: transparent url('./images/muji_price_bg.gif') top right no-repeat;
	}
div.muji_price_right {
	margin: 0px 20px 0px 210px;
	}
div.muji_price_right h4 {
	padding: 10px 0px 5px 0px;
	border-bottom: 1px dotted #ddd;
	}
div.muji_price_right .link {
	margin: 0px;
	padding: 0px;
	}
/* 無地加工料金-end */

/* 送料 */
table.postage_list {
	width: auto;
	font-size: 1em;
	}
table.postage_list thead th {
	text-align: center;
	}
table.postage_list tbody th {
	text-align: left;
	width: auto;
	}
table.postage_list tbody td {
	text-align: right;
	}
table.postage_list tbody tr.center th {
	text-align: center;
	}
/* 送料-end */

/* プリントのメリット・デメリット */
table.advantage {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dotted #ddd;
	}
table.advantage h4 {
	font-size: 1.4em;
	color: #0066ff;
	border-bottom: 2px solid #ccc;
	}
/* プリントのメリット・デメリット-end */

/* シャツの種類 */
table.shirts h3 {
	margin: 0px;
	padding: 0px;
	font-size: 1.4em;
	color: #06f;
	border-bottom: 2px solid #ccc;
	}

table.shirts ul.alignleft {
	float: left;
	margin-right: 5px;
	}

table.shirts p.title {
	margin-bottom: 5px;
	padding: 3px;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	}
/* シャツの種類-end */

/* 注文フォーム */
table#shirt-table {
	padding-bottom: 10px;
	border-bottom: 1px dotted #dedede;
	margin-bottom: 10px;
	}
table#shirt-table img {
	border: 3px solid #efefef;
	}

span.difference {
	font-size: 1.5em;
	font-weight: bold;
	color: #f00;
	}

input.blur, textarea.blur {
	background-color: #fff;
	border: 1px solid #7f9db9;
	}
input.focus, textarea.focus {
	background-color: #eee;
	border: 1px solid #e0b96e;
	}

p.ov {
	padding-bottom: 10px;
	border-bottom: 1px dotted #dedede;
	}

h3.order {
	margin: 0px;
	padding: 3px;
	font-size: 1.4em;
	}

td.calc {
	width: 170px;
	text-align: right;
}

select { border: 1px solid #7f9db9; }
select.width-50 { width: 50px; }
select.width-80 { width: 80px; }
select.width-150 { width: 150px; }
select.width-200 { width: 200px; }
input.val { width: 50px; text-align: right; border: 1px solid #7f9db9; }
input.etc { width: 200px; border: 1px solid #7f9db9; }

table.order-item {
	margin: 0px;
	padding: 0px;
}
table.order-item th {
	text-align: center;
}
table.order-item td {
	padding: 0px;
	border: none;
	background-color: transparent;
}

div.applicant-info {
	padding: 5px;
	background-color: #f3f3f3;
	border: 1px solid #cdcdcd;
	display: none;
}

textarea.order-list {
	padding: 5px;
	background-color: #ebebe4;
	border: 1px solid #7f9db9;
}
/* 注文フォーム-end */

/* 注文フォーム（ハーフパンツ） */
table#order-halfpants td.pic-div {
	margin-right: 10px;
}
table#order-halfpants td.pic-div p {
	margin: 0px;
	padding: 3px 0px 15px 0px;
	font-size: 0.7em;
}
table#order-halfpants td.pic-div p.no-margin {
	margin: 0px;
	padding: 0px;
}
/* 注文フォーム（ハーフパンツ）-end */

/* 販売製品 */
div.sale-order {
	margin: 1em 0;
	}
div.sale-order input, div.sale-order select {
	font-size: 2em;
	font-weight: bold;
	}

/* 製品一覧 */
div.sales_cat {
	border-bottom: 2px solid #475471;
	}
div.sales_cat h2 {
	padding-left: 3px;
	margin-bottom: 1px;
	border-bottom: 1px solid #475471;
	}

div.sales {
	margin: 1em 0;
	zoom: 100%;
	}
div.sales:after {
	content: " ";
	clear: both;
	height: 0px;
	display: block;
	visibility: hidden;
	}

div.sales h2 {
	padding: 5px 1em;
	margin-bottom: 1em;
	font-size: 2em;
	color: #6c5931;
	border: 1px solid #d09e37;
	background-color: #e8be68;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}

div.sales .product {
	padding: 1em;
	margin: 0 1em 1em 0;
	float: left;
	border: 1px dotted #666;
	}
div.sales p {
	margin: 2px 0;
	}
/* 販売製品-end */

/* 特定商取引法に基づく表記 */
table#tokutei {
	margin-top: 20px;
	}
table#tokutei tbody th {
	width: 9em;
	}
table#tokutei tbody td {
	text-align: left;
	}
/* 特定商取引法に基づく表記-end */

/* お問い合わせ */
table#contact_table input, table#contact_table textarea {
	width: 95%;
	}
/* お問い合わせ-end */

/* サイトマップ */
div#sitemap h3 {
	font-size: 1.4em;
	border-bottom: 2px solid #ddd;
	margin: 5px 0px;
	}
div#sitemap h4 {
	font-size: 1.2em;
	margin: 0px;
	padding: 0px 5px;
	border-left: 5px solid #ddd;
	}
div#sitemap ul {
	margin: 0px 0px 10px 10px;
	padding: 3px 0px;
	border-bottom: 1px dotted #ddd;
	}
div#sitemap li {
	margin: 0px;
	padding: 3px 8px;
	border-right: 1px dotted #ddd;
	list-style-type: none;
	display: inline;
	}
/* サイトマップ-end */


/*************************
 コンテンツ (single.php)
*************************/
.content_title {
	margin-bottom: 20px;
	border-top: 1px dotted #ddd;
	padding: 3px;
	}
.content_title p {
	}
.content_title h2 {
	margin: 0px;
	padding: 6px;
	font-size: 1.6em;
	border-bottom: 1px solid #565656;
	}
.content_title .time {
	margin: 0px;
	padding: 2px 10px;
	font-size: 0.8em;
	background-color: #eee;
	color: #535353;
	font-weight: bold;
	}

/* 記事情報スタイル */
p.post_info {
	margin: 0px;
	padding: 5px;
	border-bottom: 1px solid #ddd;
	}

/* パーツお問い合わせ */
span.fixed_price { font-size: 0.8em; }
div.order_contact { text-align: center; padding: 10px; }
div.order_contact img { cursor: pointer; }


/*************************
 サイドバー
*************************/
div#content-sidebar {
	margin: 0px 10px 0px 10px;
	}

div#content-sidebar h3 {
	margin: 5px 0px;
	padding: 3px 0px;
	}

.main_menu, .side_menu {
	margin: 0px 20px 30px 5px;
	padding: 0px;
	}
.main_menu li {
	margin: 0px;
	padding: 8px 0px 6px 10px;
	list-style-type: none;
	font-weight: bold;
	background: transparent url('./images/sidebar_li_bg.gif') bottom left no-repeat;
	}
.main_menu li a:hover {
	text-decoration: none;
	}

div.sidebar_thumbnail {
	float: left;
	}
div.sidebar_thumbnail img {
	width: 46px;
	height: 46px;
	padding: 3px;
	}

/* ウィジェット */
ul#widget-ul {
	margin: 0px 0px 30px 0px;
	padding: 0px;
	}
ul#widget-ul li {
	margin: 0px;
	padding: 5px 0px;
	list-style-type: none;
	background: none;
	}
ul#widget-ul ul {
	margin: 0px;
	padding: 0px;
	}
ul#widget-ul ul li {
	padding-left: 10px;
	}
ul#widget-ul h3 {
	margin: 0px;
	padding: 30px 0px 5px 0px;
	font-size: 1em;
	}


/*************************
 フッター
*************************/
div#top-link {
	padding-right: 20px;
	text-align: right;
	}
div.footer_menu {
	float: left;
	}

div.footer_menu ul {
	margin: 0px;
	padding: 0px;
	background: transparent url('./images/footer_ul_bg.gif') right top repeat-y;
	}
div.footer_menu ul li {
	margin: 0px;
	padding: 5px 15px 5px 10px;
	list-style-type: none;
	}

div#footer-company {
	float: right;
	}
div#footer-company h3 {
	font-size: 1.2em;
	margin: 0px;
	padding: 0px;
	}
div#footer-company p {
	font-size: 0.9em;
	margin: 0px;
	padding: 5px 0px;
	}

h3#copyright {
	margin: 0px;
	text-align: center;
	font-size: 0.9em;
	font-weight: bold;
	padding: 10px 0px;
	}


/*************************
 コメント
*************************/
h3.comment {
	margin: 0px;
	padding: 10px 0px 5px 5px;
	}
ul#commentlist {
	margin: 0px;
	}
ul#commentlist li {
	margin: 10px 5px;
	padding: 5px 0px;
	list-style-type: none;
	}
.comment-vcard {
	float: left;
	margin: 0px;
	padding: 0px 10px 10px 0px;
	}
.comment-meta {
	padding: 3px;
	clear: both;
	background-color: #eee;
	border-top: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;
	font-size: 0.8em;
	}

#respond {
	margin: 20px 0px 10px 0px;
	padding: 10px;
	border: 1px solid #ddd;
	/* background: transparent url('./images/reply_bg.gif') top left; */
	}
#reply-title { margin: 0px; padding: 5px 0px; }
#respond .comment-notes { font-size: 0.8em; }
#respond .required { color: #f00; }
#respond p { clear: both; }
#author, #email, #url, #comment { float: right; width: 500px; }
.form-submit { text-align: center; }

img#wpstats{display:none}

/* 段組みを自動で解除する */
.auto-float-clear {
	zoom: 100%;
	}
.auto-float-clear:after {
	content: " ";
	clear: both;
	height: 0px;
	display: block;
	visibility: hidden;
	}

/* 全ての設定を無し */
.nothing { margin: 0px; padding: 0px; background: none; border: none; }

