@charset "utf-8";
/*
Theme Name: WordPress e[}
Theme URI: http://wordpress.org/
Description: WordPress ̃ftHge[}
Version: 1.6
*/

@import url("../../../../_css/screen.css");
@import url("wp-page-numbers.css");


#primary-content{ width: 960px !important; }

/*パンクズリスト*/
.breadcrumb{ margin: 0 0 10px 0; }

/*facebookいいねボタン*/
.fb-like{ margin: 0 0 10px 0; }

/*home.phpの横並びレイアウト*/
#newblog{
	max-width: 960px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.box{
	/*margin: 0 12px 30px 0;*/
	margin: 0 0 30px 0;
	width:225px;
	/*height: 340px;*/
	
	/*float:left;*/


}
	.parts-image{
		margin: 0 0 5px 0;
		height: 169px;
		overflow: hidden;
	}
	.parts-image img{}
	.parts-wrap{}
	.parts-wrap p{ margin: 0; }
	.buhin_name{ margin: 0 0 10px 0; }
	.model{ margin: 0 0 10px 0; }
	.buhin_price{ margin: 0 0 0 0; text-align: right; color:#af0000; font-weight: bold; }
	.soldout_price{
		margin: 0 0 10px 0;
		text-align: center;
		color: #FFFFFF;
		width: 225px;
		height: 30px;
		line-height: 30px;
		font-weight: bold;
		background: #af0000;
	}


.entry{ margin: 0 0 100px 0; overflow: hidden; }
.entry-footer{ margin: 0 0 30px 0; }

/*詳細*/
.parts-name{ font-size: 1.4em; font-weight: bold; margin: 0 0 10px 0 !important; }
.fotorama{ float: left; width: 600px; margin: 0 20px 50px 0; }
.newparts-detail{ float: left; width: 340px; margin: 0 0 30px 0; }
.newparts_table{ width: 340px; margin: 0 0 25px 0; }
.newparts_table th,.newparts_table td{ padding: 8px; border-bottom: 1px solid #cccccc; }
.newparts_table td{ text-align: right; }
.newparts_table .bg{ background: #f7f7f7; }
.newparts_table .new-price{ color: #016faf; font-weight: bold; font-size: 1.2em; }
.newparts_table .price{ font-size: 1.2em; font-weight: bold; }
.newparts_table .price_soldout{ font-size: 1.2em; font-weight: bold; color: #af0000; }
.newparts_table .amount{ font-size: 1.2em; font-weight: bold; color: #af0000; }
.btn-center{ width: 280px; margin: 0 auto; }

.newparts-txt{ clear: both; width: 600px; margin: 0 0 30px 0; }
.newparts-txt h3{
	border-left: 3px solid #444444;
	padding: 0 0 0 10px;
	margin: 0 0 10px 0;
	font-size: 1.2em;
}
.btn-wrap{
	clear: both;
	width: 620px;
	margin: 50px 0 0 5px;
	overflow: hidden;
}
.btn-wrap ul{ margin: 0; padding: 0; }
.btn-wrap ul li{
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
}



/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* Text elements */
p {
	margin-bottom: 1.625em;
}
ul, ol {
	margin: 0 0 1.625em 2.5em;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Forms */
input[type=text],
input[type=password],
textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
}
input[type=text]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text] {
	padding: 3px;
}
input#s {
	background: url(images/search.png) no-repeat 5px 6px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	padding: 4px 10px 4px 28px;
}
input#searchsubmit {
	display: none;
}

/* Links */
a {
	color: #1982d1;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
}

/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}
@media screen and (max-width: 736px) {
	#primary-content{ width: 100% !important; }
	/*home.phpの横並びレイアウト*/
	.box{
		margin: 0 0 30px 0;
		width:100%;
		float: none;
	}
	.parts-image{
		height: auto;
	}
	.soldout_price{
		width:100%;
		height: auto;
	}

	.entry{ margin: 0 0 30px 0; }

	/*詳細*/
	.fotorama{
		float: none;
		width: 100%;
		margin: 0 0 30px 0;
	}
	.usedparts-detail, .usedparts_table{
		width:100%;
		margin: 0 0 25px 0;
	}
	.fotorama img, .btn-center img, .alpha img, .entry img{
		width:100%;
		height:auto;
	}
	.btn-center{width: 100%; }

	.usedparts-txt{width:100%; }
	.btn-wrap{
		width:100%;
		margin:30px 0 0 0;
	}
	.btn-wrap ul li{
		float: none;
		margin: 0 0 10px 0;
	}
	/* Alignment */
	.alignright {
		float: none;
	}
}
