@charset "UTF-8";
/* CSS information ===========
File name: cotegory.css
Data: 2012.10.05
 ============================*/
 /*---------------------------------------------------- 
カテゴリーの設定
---------------------------------------------------- */
.category #contents {
	padding-top: 30px;
}
.category #contents h2 {
	margin-bottom: 20px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #7973DE;
	padding-bottom: 4px;
	font-size: 20px;
	color: #FF96BF;
}

/*---------------------------------------------------- 
ぱんくずリスト
---------------------------------------------------- */
#breadcrumb {
	font-size: 12px;
	margin-bottom: 10px;
}
#breadcrumb li {
	display:inline;
	list-style-type:none;
}
#breadcrumb li a {
	padding-right:10px;
	background-image: url(../images/breadcrumb_yajirushi.png);
	background-repeat: no-repeat;
	background-position: right center;
}
/*---------------------------------------------------- 
記事タイプ01のレイアウト設定
---------------------------------------------------- */
/*セクションの設定*/
.section_type01 {
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
/*サムネイルボックスの設定*/
.section_type01 .thumbnail {
	float: left;
}
.section_type01 .thumbnail img {
	vertical-align: text-bottom;
}
/*データボックスの設定*/
.section_type01 .data {
	float: right;
	width: 690px;
}
.section_type01 h3 {
	font-size: 18px;
	font-weight: bold;
	color: #7973DE;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-top: 3px;
}
.section_type01 .date {
	font-weight: bold;
}
.section_type01 .title {
	color: #7973DE;
	padding-right: 5px;
}
/*---------------------------------------------------- 
 インフォメーションデータの設定
---------------------------------------------------- */
.label {
	text-indent: -9999px;
	width: 80px;
	background-image: url(../information/images/label/information.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	float: left;
	margin-right: 5px;
}
.label_information {
	background-image: url(../information/images/label/information.gif);
}
.label_release {
	background-image: url(../information/images/label/release.gif);
}
/*---------------------------------------------------- 
 商品一覧の設定
---------------------------------------------------- */

#products_nav {
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#products_nav li {
	list-style-type: none;
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}
#products_list {
	text-align: center;
	margin-right: auto;
	margin-left: 16px;
	list-style-type: none;
	margin-bottom: 30px;
}
/*編集の際は display:noneを消去して確認*/
#products_list li {
	margin: 10px;
	width: 200px;
	text-align: left;
	float: left;
	display:none;
	list-style-type: none;
	position: relative;
}
#products_list:after {
	content: "";
	height: 0;
	clear: both;
	display: block;
}
.new_mark {
	position: absolute;
	left: -15px;
	top: -25px;
	z-index: 10;
}
/*---------------------------------------------------- 
 商品一覧個別ページの設定
---------------------------------------------------- */
#products #leftbox {
	float: left;
	margin-bottom: 30px;
	text-align: center;
}
#products #leftbox p {
	margin: 10px;
}
#products article {
	overflow: hidden;
}
.products_section {
	overflow: hidden;
}
#products #leftbox .thumbnail {
	vertical-align: text-bottom;
}
#products #rightbox {
	float: right;
	width: 510px;
	margin-bottom: 30px;
}
.all_view {
	text-align: center;
	clear: both;
	margin-bottom: 20px;
}
.txt_data {
	margin-top: 20px;
}
.products_data {
	width: 510px;
}
.products_data th {
	padding: 5px;
	font-weight: normal;
	background-color: #f5f5f5;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
}
.products_data td {
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
}
.caption {
	float: left;
	width: 445px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.caption_comment {
	background-color: #F8F0FF;
	padding: 5px;
}
/*---------------------------------------------------- 
メールフォームページの設定
---------------------------------------------------- */
#mailform_box {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
form#mailform {
	padding: 5px;
}
table.mailform {
	width: 100%;
}
table.mailform tr th, table.mailform tr td {
	text-align: left;
	font-weight: normal;
	border-bottom: solid 1px #999999;
	padding: 7px 5px 7px 5px;
}
table.mailform tr th {
	width: 200px;
	vertical-align: middle;
	padding: 10px;
}
table.mailform tr th span {
	color: #FFABCC;
	font-size: 10px;
}
table.mailform tr th p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #FFABCC;
}
table.mailform tr td {
	vertical-align: middle;
	padding: 10px;
}
table.mailform tr td textarea {
	width: 100%;
	height: 120px;
}
.txtbox, textarea {
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", "Osaka", sans-serif;
	border:1px solid #777;
	padding: 3px;
	color: #000;
	background: #fff;
	border-radius: 5px;
	/* Webkit */
	-webkit-border-radius: 5px;
	/* Firefox */
	-moz-border-radius: 5px;
	/* IE */
	zoom: 1;
}
.submit {
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", "Osaka", sans-serif;
	border:1px solid #CCC;
	padding: 4px 10px;
	color: #fff;
	cursor: pointer;
	background: #FF96BF;
	border-radius: 5px;
	/* Webkit */
	background: -webkit-gradient(  linear,  left top,  left bottom,  from(#FFABCC),  to(#FF96BF)  );
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 1px 1px 1px #fff;
	/* Firefox */
	background: -moz-linear-gradient(  top,  #FFABCC,  #FF96BF  );
	-moz-border-radius: 5px;
	-moz-box-shadow: 1px 1px 1px #fff;
	
/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient  (startColorstr=#FFABCC, endColorstr=#FF96BF);
	zoom: 1;
}
/*メールフォームのお礼が短い時は下に余白をプラスする*/
#mailform_box .thanks {
	margin-bottom: 400px;
}
/*採用情報がない場合は下に余白をプラスする*/
 #recruit .no_recruit {
	margin-bottom: 400px;
}
/*---------------------------------------------------- 
サイトマップの指定
---------------------------------------------------- */
#sitemap h3 {
	margin-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7973DE;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #7973DE;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #7973DE;
	border-right-color: #7973DE;
}
#sitemap .map_list_box{
	float: left;
	width: 420px;
	margin-right: 15px;
	margin-left: 15px;
}
#sitemap h3 + h3 {
	margin-top: 30px;
}
#sitemap .map_list {
	margin-left: 10px;
	margin-bottom: 30px;
	list-style-type: none;
}
#sitemap .map_list li {
	padding-left:13px;
	background-image: url(../images/breadcrumb_yajirushi.png);
	background-repeat: no-repeat;
	background-position: left center;
}