@charset "utf-8";

/*
Theme Name: LP_Designer_2CR_PPC_Free
Theme URI: http://tpl-zanmai.info
Description: WordPress用2カラムPPCフリーテーマ
Version: 3.0
Author: テンプレートざんまい
Author URI: http://tpl-zanmai.info
License: GNU General Public License
Tags: wordpress, buisiness, shop
*/

@import url("default.css");

/*-------------------------------------
	基本スタイル　
-------------------------------------*/
body {
	background-color: #FFF;
	color: #333; /* フォントカラーの設定 */
	font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 14px; /* 基本フォントサイズの設定 */
}

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
 
.clearfix:after {
	clear: both;
}
 
.clearfix {
	*zoom: 1;
}

/*-------------------------------------
	リンクカラー
-------------------------------------*/
/*------　リンクカラー　------*/
a:link,
a:visited,
a:active {
	color: #1e73be;
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

a:hover {
	color: #FF6600;
	text-decoration: none;
}

/*------　画像リンク透過　------*/
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

/*-------------------------------------
	見出しデザイン関連
-------------------------------------*/
h1.posttitle,
h2.posttitle,
h3.posttitle {
	background: #1e73be;
}

h1.posttitle {
	padding: 0;
}

h1.posttitle span,
h2.posttitle span,
h3.posttitle span {
	color: #FFF;
	font-size: 16px;
	text-shadow:1px 1px 2px #333;
	line-height: 1.5;
	padding:7px 10px 5px;
	display: block;
}

/*-------------------------------------
	レイアウト
-------------------------------------*/
/*------　wrapper　------*/
#wrapper {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

/*-------------------------------------
	ヘッダー
-------------------------------------*/
#header {
	overflow: hidden;
}

#headerIn {
	width: 1000px;
	margin: auto;
}

#headerIn .titleTop {
	margin: 20px 0 20px 20px;
	float: left;
}

#headerIn .titleTop img {
	max-width: 450px;
}

#headerIn .titleTop p,
#headerIn .titleTop h1 {
	font-size: 21px;
	font-weight: bold;
	max-width: 450px;
	margin-bottom: 0;
	padding-bottom: 0;
}

/*-------------------------------------
	ヘッダー画像
-------------------------------------*/
#headerImg {
	margin-bottom: 20px;
	overflow: hidden;
}

#headerImgIn {
	width: 1000px;
	margin: auto;
}

/*-------------------------------------
	パンくず
-------------------------------------*/
#breadcrumb {
	overflow: hidden;
	margin: 0 10px 20px;
}

#breadcrumb ul li {
	list-style: none;
}

/*-------------------------------------
	メイン
-------------------------------------*/
/*------　ボックス　------*/
#container{	
	margin: 0;
}

#container #main {
	width: 730px;
	float: left;
}

/*-------------------------------------
	人気商品一覧　
-------------------------------------*/
.thumbsCatTop ul li {
	float: left;
	width: 160px;
	list-style-type: none;
	margin: 20px 0 10px 20px;
}

.thumbsCatTop ul li img {
	padding: 2px;
	border: 1px solid #CCC;
	margin: 0 auto 5px;
	display: block;
}

.thumbsCatTop h3 {
	font-size: 12px;
	font-weight: normal;
	padding: 0 5px;
	margin: 0;
}

.thumbsCatTop span {
	padding: 0 5px;
	margin-top: 0;
	font-size: 12px;
}

/*------　スマホ表示　------*/
.topnew {
	font-size: 14px;
	margin: 20px 15px;
	border-bottom: 1px dotted #CCC;
	overflow: hidden;
}

.topnew h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 7px;
}

.topnew img {
	padding: 2px;
	border: 1px solid #CCC;
}

.topnew p {
	margin-bottom: 5px;
}

/*-------------------------------------
	ページ・投稿
-------------------------------------*/
/*------　枠　------*/
#main .post,
header .post {
	margin-bottom: 20px;
	border: 1px solid #CCC;
	background: #FFF;
	overflow: hidden;
}

/*------　コンテンツ　------*/
.post .contents,
#main .post .contents {
	font-size: 14px;
	padding: 20px 30px 10px;
}

.post .contentstop {
	padding: 15px;
}

.contents section,
.contents section p {
	line-height: 1.5;
	margin-bottom: 30px;
}

/*------　投稿情報　------*/
.post .postinfo,
a.post-edit-link {
	color: #666;
	font-size: 12px;
	text-align: right;
	clear: both;
}

/*------　リスト　------*/
.post ul {
	margin: 0;
}

.post ul li.list {
	line-height: 1.6;
	margin: 0 0 5px;
	padding: 0 0 0 20px;
	list-style: none;
	border-bottom: 1px dashed #CCC;
	background: url(img/arw10.png) no-repeat 0 2px;
}

/*------　引用・転載　------*/
blockquote {
	margin: 10px;
	padding: 10px 20px 10px 5px;
	border: 1px solid #999;
	background-color: #F4F6FE;
}

/*------　続きを読む　------*/
.contents a.more-link {
	color: #FFF;
	margin-top: 0;
	margin-bottom: 20px;
	text-decoration: none;
	padding: 5px 10px;
	background-color: #CCC;
	border: 1px solid #CCC;
	float: right;
	clear: both;
}

.contents a:hover.more-link {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

/*-------------------------------------
	画像の配置
-------------------------------------*/
/*------ 指定なし　------*/
.alignnone {
	margin-bottom: 10px;
}

.alignnoneb {
	margin-bottom: 10px;
	padding: 2px;
	border: 1px solid #CCC;
}

/*------ 指定なし　キャプション　------*/
div.alignnone {
	margin-bottom: 10px;
}

div.alignnoneb {
	margin-bottom: 10px;
	padding: 2px;
	border: 1px solid #CCC;
}

/*------ 右寄せ　------*/
.alignright {
	margin: 0 0 10px 10px;
	float: right;
}

.alignrightb {
	margin: 0 0 10px 10px;
	padding: 2px;
	border: 1px solid #CCC;
	float: right;
}

/*------ 左寄せ　------*/
.alignleft {
	margin: 0 10px 10px 0;
	float: left;
}

.alignleftb {
	margin: 0 10px 10px 0;
	padding: 2px;
	border: 1px solid #CCC;
	float: left;
}

/*------ センター配置　------*/
.aligncenter {
	margin: 0 auto 10px;
	display: block;
}

.aligncenterb {
	margin: 0 auto 10px;
	padding: 2px;
	border: 1px solid #CCC;
	display: block;
}

.wp-caption {
	text-align: center;
}

/*------ 画像下キャプション　------*/
.wp-caption-text,
.gallery-caption {
	color: #666;
	font-size: 12px;
	line-height: 1.2;
	margin-top: 10px;
	margin-bottom: 0;
}

/*------　アイキャッチ画像　------*/
.attachment-post-thumbnail {
	margin: 0 10px 10px 0;
	padding: 2px;
	float: left;
}

.wp-post-image,
.widget_newpostcatch img,
.popular-posts img {
	margin: 0 10px 10px 0;
	padding: 2px;
	float: left;
}

/*-------------------------------------
	サイドバー
-------------------------------------*/
#container #side {
	width: 250px;
	margin: 0 0 10px 20px;
	float: right;
	display: inline;
}

#side .widget {
	border: 1px solid #CCC;
	background-color: #FFF;
	margin-bottom: 20px;
}

.widget form {
	padding: 10px;
}

/*------　タイトル　------*/
#side h3 {
	background: #1e73be;
}

#side h3 span {
	color: #FFF;
	font-size: 16px;
	text-shadow:1px 1px 2px #333;
	line-height: 1.5;
	padding:7px 10px 5px;
	display: block;
}

/*------　メニューボックス　------*/
#side .widget ul {
	margin: 0;
	padding: 10px 5px;
}

#side .widget ul li ul {
	margin: 0;
	padding: 0;
}

/*------　メニュー　------*/
#side .default ul li {
	font-size: 14px;
	list-style: none;
	margin: 0 0 5px 5px;
	padding: 0 0 5px 20px;
	border-bottom: 1px dotted #CCC;
	background: url(img/arw10.png) no-repeat 0 1px;
}

#side .default ul li ul li {
	font-size: 14px;
	list-style: none;
	margin-top: 3px;
	margin-left: -15px;
	padding: 0 0 0 18px;
	border: none;
	background: url(img/arw11.png) no-repeat 0 1px;
}

/*-------------------------------------
	フッター
-------------------------------------*/
/*------　フッターエリア　------*/
#footer {
	border-top: 1px solid #333;
	background: #EEE;
}

#footerIn {
	color: #333;
	width: 1000px;
	margin: auto;
	padding-left: 20px;
}

/*-------------------------------------
	コピーライト
-------------------------------------*/
.tokutei {
	font-size: 14px;
	text-align: center;
	margin: 10px;
}

.copyright {
	font-size: 12px;
	text-align: center;
	margin: 0 10px;
	padding: 0 0 10px;
}

/*-------------------------------------
	前後の投稿へのリンク
-------------------------------------*/
.pagelink {
	padding: 0 10px;
	overflow: auto;
}

.pagelinkM {
	text-align: center;
	padding: 5px 0 10px;
	overflow: auto;
}

.pageprev {
	float: left;
}

.pagenext {
	float: right;
}
/*-------------------------------------
	ページトップへ
-------------------------------------*/
div.tothetop {
	position: fixed;
	right: 15px;
	bottom: 20px;
	z-index: 1500;
}

div.tothetop a,
div.tothetop a:visited {
	display: block;
	color: #FFF;
	padding: 10px;
	margin: 0;
	background: #1e73be;
}

div.tothetop a:hover {
	color: #FFF;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

div.tothetop span {
	font-size: 16px;
	font-color: #FFF;
}

/*-------------------------------------
	ページナンバー
-------------------------------------*/
nav.pageN {
	margin: 0 10px 20px;
}

.pagenation {
	clear: both;
	padding: 20px 0;
	position: relative;
	font-size: 14px;
	line-height: 1.4;
}
 
.pagenation span,
.pagenation a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 6px 9px 5px 9px;
	text-decoration: none;
	width: auto;
	border: 1px solid #CCC;
}
 
.pagenation a:hover {
	color: #fff;
	background: #3279BB;
}
 
.pagenation .current {
	padding: 6px 9px 5px 9px;
	border: 1px solid #CCC;
}

/*-------------------------------------
	テーブル
-------------------------------------*/
#main table {
	border: 1px solid #999;
	border-collapse: collapse;
	border-spacing: 0;
}

#main table th {
	font-weight: normal;
	border: 1px solid #999;
	padding: 3px;
	background-color: #CCC;
}

#main table td {
	border: 1px solid #999;
	padding: 5px;
}

/*-------------------------------------
	コンタクトフォーム
-------------------------------------*/
.contents .wpcf7-textarea {
	width: 90%;
}

/*------------------------------------------------------------
999px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 999px){
/*-------------------------------------
	画像
-------------------------------------*/
#headerImgIn img,
#headerIn .titleTop img,
.post .contents img
.topnew img,
#main img,
#side img,
.headerimg img {
	max-width: 100%;
	height: auto;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

#headerIn {
	width: 100%;
}

#headerIn .titleTop {
	float: none;
	padding-right: 10px;
}

#headerIn .titleTop h1 {
	width: 100%;
}

/*-------------------------------------
	ヘッダー画像
-------------------------------------*/
#headerImg {
	border-bottom: none;
}

#headerImgIn {
	width: 100%;
}

/*-------------------------------------
	パンくず
-------------------------------------*/
#breadcrumb {
	width: 98%;
	margin: 20px 0.5% 20px;
}

/*-------------------------------------
	メイン
-------------------------------------*/
/*------　ボックス　------*/
#container {
	width: 100%;	
	margin: 20px 0;
}

#container #main {
	width: 98%;
	float: none;
	margin: 0 auto;
}

header .post {
	width: 98%;
	margin: 0 auto 20px;
}

.post .contents,
#main .post .contents {
	padding: 20px 15px;
}

/*-------------------------------------
	サイドバー
-------------------------------------*/
/*------　サイドバー　------*/
#container #side {
	width: 100%;
	margin: 10px 0 10px;
	float: none;
	display: inline;
}

#side .widget {
	width: 98%;
	margin: 0 auto 20px;
}

/*-------------------------------------
	フッター
-------------------------------------*/
/*------　フッターエリア　------*/
#footerIn {
	width: 100%;
	padding-left: 0;
}
}

/*------------------------------------------------------------
 幅648px以下
------------------------------------------------------------*/
@media only screen and (max-width: 648px){
/*-------------------------------------
	パンくず
-------------------------------------*/
#breadcrumb {
	margin: 0 1% 10px;
	padding: 0;
}

/*------　コンテンツ　------*/
.post .contents {
	padding: 20px 15px;
}

/*-------------------------------------
	画像の配置解除
-------------------------------------*/
/*------ 右寄せ　------*/
.alignright {
	margin: 0 0 10px;
	float: none;
	display: block;
}

.alignrightb {
	margin: 0 0 10px;
	padding: 2px;
	border: 1px solid #CCC;
	float: none;
	display: block;
}

/*------ 左寄せ　------*/
.alignleft {
	margin: 0 0 10px;
	float: none;
	display: block;
}

.alignleftb {
	margin: 0 0 10px;
	padding: 2px;
	border: 1px solid #CCC;
	float: none;
	display: block;
}

/*-------------------------------------
	コピーライト
-------------------------------------*/
.copyright {
	padding: 0 0 50px;
}

/*-------------------------------------
	ページトップへ
-------------------------------------*/
div.tothetop {
	right: 0;
	bottom: 0;
	width: 100%;
}
}