@charset "utf-8";

/*
Theme Name: LP_Designer_2CRmini01
Theme URI: http://lpdesigner.tips-web.biz
Description: Minimal WordPress Responsive Theme
Version: 1.0
Author: テンプレートざんまい
Author URI: http://tpl-zanmai.info
License: GNU General Public License
Tags: wordpress, buisiness, shop
*/

@import url("default.css");
@import url("onecol.css");
@import url("boxstyle.css");

/*-------------------------------------
	基本スタイル　
-------------------------------------*/
body {
	background-color: #FFF;
	color: #666; /* フォントカラーの設定 */
	font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 14px;
}

/*-------------------------------------
	リンクカラー
-------------------------------------*/
/*------　リンクカラー　------*/
a:link,
a:visited,
a:active {
	color:#666;
	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);
}

/*-------------------------------------
	見出し関連
-------------------------------------*/
h2.posttitle,
h3.posttitle {
	color: #666;
	font-size: 14px;
//	font-weight: bold;
	padding:7px 5px 2px;
	border-bottom: 1px solid #CCC;
}

.contents h2 {
	color: #fff;
	font-size: 25px;
	line-height: 1.5;
	font-weight: bold;
	text-shadow:1px 1px 2px #333;
	padding:10px 10px 8px 20px;
	margin: 0 -20px 20px;
	background: #1e73be;
	box-shadow: 0px 2px 2px #333;
	-moz-box-shadow: 0px 2px 2px #333;
	-webkit-box-shadow: 0px 2px 2px #333;
}

.contents h3 {
	font-size: 18px;
	line-height: 1.5;
	color: #fff;
	font-weight: bold;
	margin: 0 -10px 20px;
	padding:5px 5px 5px 15px;
	background: #1e73be;
}

.contents h4 {
	font-size: 16px;
	line-height: 1.5;
	font-weight: bold;
	margin: 0 -10px 20px;
	padding:5px 5px 5px 10px;
	border-left: 10px solid #1e73be;
	background: #EEE;
}

.contents h5 {
	font-size: 16px;
	line-height: 1.5;
	font-weight: bold;
	margin: 0 -10px 20px;
	padding:5px 5px 2px 15px;
	border-bottom: 3px solid #1e73be;
	background: #EEE;
}

/*-------------------------------------
	レイアウト
-------------------------------------*/
/*------　wrapper　------*/
#wrapper {
	width: 1000px;
	margin: 0 auto;
}

/*-------------------------------------
	ヘッダー
-------------------------------------*/
#header {
	width: 100%;
	background-color: #FFF;
	overflow: hidden;
}

#headerIn {
	width: 1000px;
	margin: 0 auto 10px;
	border-bottom: 1px solid #CCC;
	overflow: hidden;
}

#headerIn .titleTop {
	margin: 20px 0 5px 20px;
	float: left;
}

#headerIn .titleTop img {
	max-width: 300px;
}

/*-------------------------------------
	グローバルメニュー
-------------------------------------*/
/*------　メニュー　------*/
#global {
	width: 600px;
	margin: 40px 5px 0 0;
	float: right;
}

#global ul { 
	width: 600px;
	margin: 0 auto;
	border-left: 1px solid #CCC;
	overflow: hidden;
}

#global ul li {
	width: 16.66%;
	text-align: center;
	float: left;
}

#global ul li a {
	color: #666;
	padding: 10px 5px;
	border-right: 1px solid #CCC;
	display: block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

#global ul li a:hover {
	color: #FFF;
	background: #CCC;
}

/*------　ドロップダウンナビ　------*/
#global ul li ul {
	position: absolute;
	left: -9999em;
	height: auto;
	border-left: none;
}

#global ul li ul li {
	width: 16.66;
	float: none;
	background: #F9F9F9;
}

#global ul li ul li a,
#global ul li li a:visited {
	font-weight: normal;
	color: #666;
	border-right: none;
}

#global ul li ul li a:hover {
	font-weight: normal;
	color: #FFF;
}
	
#global ul li:hover ul,
#global ul li li:hover ul,
#global ul li li li:hover ul {
	left: auto;
}

/*------　メニュー説明　------*/
.menu-description{
	color: #999;
	font-size: 10px;
	font-weight: normal;
	line-height: 10px 0;
}

/*-------------------------------------
	ヘッダー画像
-------------------------------------*/
#headerImg {
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
}

#headerImgIn {
	width: 1000px;
	margin: auto;
}

/*-------------------------------------
	パンくず
-------------------------------------*/
#breadcrumbs {
	color: #666;
	font-size: 12px;
	margin: 20px 0 20px;
	padding: 5px;
}

/*-------------------------------------
	メイン
-------------------------------------*/
/*------　ボックス　------*/
#container,
#containerL {	
	margin: 0;
}

#container #main {
	width: 730px;
	float: left;
}

#containerL #main {
	width: 730px;
	float: right;
}

/*------　メインバナー（3個）　------*/
#thumbs {
	width: 800px;
	margin-right: -25px;
	margin-bottom: 20px;
	overflow: hidden;
}

#thumbs li {
	font-size: 12px;
	text-align: center;
	float:left;
	width: 215px;
	margin:0 25px 0 0;
	padding: 10px 5px 5px;
	border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #F2F2F2;
}

#thumbs li img {
	max-width: 200px;
	margin-bottom: 5px;
}

/*------　バナー表示用ウィジェット　------*/
section.banner {
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
}

/*------　記事上バナー　------*/
.AddUp {
	margin: 10px 0 20px;
}

/*------　記事上バナー　------*/
.AddDown {
	margin-bottom: 20px;
	padding-top: 30px;
}

/*-------------------------------------
	ページ・投稿
-------------------------------------*/
/*------　枠　------*/
#main .post {
	margin-bottom: 20px;
}

/*------　コンテンツ　------*/
.post .contents {
	font-size: 14px;
	padding: 20px 30px;
}

.post .contents hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}

.post .contents ol li {
    margin-left: 25px;
}

.post .contentstop {
	padding: 15px;
}

.contents section {
	line-height: 1.8;
	margin-bottom: 30px;
}

.contents section p {
	line-height: 1.8;
	margin-bottom: 30px;
}

.post .textwidget {
	padding: 10px;
}

.topnew {
	font-size: 12px;
	margin: 20px 15px;
	border-bottom: 1px dotted #CCC;
	overflow: hidden;
}

.topnew h3 {
	font-size: 14px;
//	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 7px;
	border-left: 5px solid #CCC;
}

.topnew img {
	max-width: 90px;
}

.topnew p {
	margin-bottom: 5px;
}

/*------　投稿日　------*/
.post .postdate {
	color: #666;
	font-size: 12px;
	text-align: right;
	margin-top: 0;
}

.post .postdate time {
	padding-left: 20px;
	background: url(img/cal01.png) no-repeat 0;
}

.post .postdateTop {
	color: #666;
	font-size: 10px;
	background-color: #f4f4f4;
	padding: 4px;
	overflow: auto;
}

.widget .postdateSide {
	color: #666;
	font-size: 10px;
}

.widget .postdateSide time {
	padding-left: 17px;
	background: url(img/cal.png) no-repeat 0;
}

/*------　投稿情報　------*/
.post .postinfo {
	color: #666;
	font-size: 12px;
	text-align: right;
	clear: both;
}

.onecont .postinfo {
	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/arw02.png) no-repeat 0 2px;
}

/*------　引用・転載　------*/
blockquote {
	margin: 10px;
	padding: 10px 20px 10px 5px;
	border: 1px solid #999;
	background-color: #F4F6FE;
}

/*------　続きを読む　------*/
.more-link {
	color: #FFF;
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 20px;
	text-decoration: none;
	padding: 2px 5px;
	background-color: #f4f4f4;
	border: 1px solid #CCC;
	float: right;
	clear: both;
}

/*-------------------------------------
	画像の配置
-------------------------------------*/
/*------ 指定なし　------*/
.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 {
	margin: 0 10px 10px 0;
	padding: 2px;
	float: left;
}

/*-------------------------------------
	サイドバー
-------------------------------------*/
/*------　サイドバナー　------*/
.sidebanner01 li {
	margin: 0 0 15px 0;
	padding: 15px 5px 15px;
	border-style: solid;
	border-width: 1px;
	border-color: #CCC #666 #666 #CCC;
	-webkit-border-radius: 2px;  
	-moz-border-radius: 2px;
	border-radius: 2px;  
	background: #0099FF;
	box-shadow:inset 10px 0px 0 rgba(255,255,255,0.4);
}

.sidebanner01 li a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.sidebanner01 span {
	font-size: 14px;
	padding-left: 15px;
	color: #fff;
// 	font-weight: bold;
	line-height: 140%;
	display: block;
}

/*------　サイドバー　------*/
#container #side {
	width: 250px;
	margin: 0 0 10px 20px;
	float: right;
	display: inline;/* for IE6 */
}

#containerL #side {
	width: 250px;
	margin: 0 20px 10px 0;
	float: left;
	display: inline;/* for IE6 */
}

#side .widget {
	margin-bottom: 20px;
}

#side .widget li.listnone {
	background: none;
	padding: 0;
	overflow: hidden;
}

#side .widget li.listnone h4 {
	font-size: 12px;
}

#side .widget .textwidget {
	padding: 10px;
}

.widget form {
	padding: 10px;
}

/*------　タイトル　------*/
#side h3 {
	font-size: 14px;
	color: #666;
//	font-weight: bold;
	line-height: 150%;
	padding:7px 5px 2px;
	border-bottom: 1px solid #CCC;
}

/*------　メニューボックス　------*/
#side .widget ul {
	margin: 0;
	padding: 10px 5px;
}

#side .widget ul li ul {
	margin: 0;
	padding: 0;
}

/*------　メニュー　------*/
#side .widget 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/arw02.png) no-repeat 0 1px;
}

#side .widget ul li ul li {
	font-size: 14px;
	list-style: none;
	margin-top: 3px;
	padding: 0 0 3px 20px;
	border: none;
	background: url(img/arw02.png) no-repeat 0 1px;
}

.widget_search form {
	padding: 10px 5px;
}

/*-------------------------------------
	タグクラウド
-------------------------------------*/
.tagcloud {
	margin: 10px;
}

/*-------------------------------------
	フッター
-------------------------------------*/
/*------　フッターエリア　------*/
#footer {
	width: 100%;
	border-top: 1px solid #999;
	background: #EEE;
}

#footerIn {
	color: #666;
	width: 1000px;
	margin: auto;
	padding-left: 20px;
}

#footer .widgetbox {
	margin: 0 20px 0 25px;
	float: left;
}

#footer .widget {
	width: 280px;
	margin: 30px 0 0;
}

#footer .widget .textwidget {
	padding: 10px;
}

/*------　タイトル　------*/
#footer .widget h3 {
	font-size: 14px;
	color: #666;
//	font-weight: bold;
	line-height: 150%;
	padding:7px 10px 2px;
	border-bottom: 1px solid #CCC;
}

/*------　メニューリスト　------*/
#footer .widget ul {
	margin: 0;
	padding: 10px 0;
}

#footer .widget ul li ul {
	margin: 0;
	padding: 0;
}

#footer .widget 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/arw02.png) no-repeat 0 1px;
}

#footer .widget ul li ul li {
	font-size: 14px;
	list-style: none;
	margin-top: 3px;
	padding: 0 0 3px 20px;
	border: none;
	background: url(img/arw02.png) no-repeat 0 1px;
}

/*-------------------------------------
	コピーライト
-------------------------------------*/
.copyright {
	font-size: 12px;
	text-align: center;
	margin: 0 10px;
	padding: 20px 0 10px;
	clear: both;
}

/*-------------------------------------
	前後の投稿へのリンク
-------------------------------------*/
.pagelink {
	font-size: 12px;
	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: #666;
	border: 1px solid #fff;
	-webkit-border-radius: 5px;  
	-moz-border-radius: 5px;
	border-radius: 5px; 
}

div.tothetop a:hover {
	background: #333;
	color: #ffffff;
}

div.tothetop span {
	font-size: 14px;
	font-color: #fff;
	padding-left: 25px;
	background: url(img/up_arw.png) no-repeat 0;
}

/*-------------------------------------
	コメント
-------------------------------------*/
.comment {
	margin: 0 20px 20px;
	padding: 10px;
	border: 1px solid #CCC;
}

h3#comments {
	font-size: 14px;
	margin: 20px 0 10px 20px;
}

.comment p {
	margin-top: 10px;
}

#commentF {
	margin-left: 20px;
}

#commentF h3 {
	font-size: 14px;
//	font-weight: bold;
	line-height: 150%;
	margin: 0 5px 10px 0 ;
	padding: 5px;
}

#commentF li {
	color: #666;
	font-size: 12px;
	margin: 10px 20px;
}

#commentF p {
	color: #666;
	font-size: 12px;
}

#commentF dt {
	color: #666;
	font-size: 12px;
}

.bypostauthor {
	background-color: #EEE;
}

.commentmeta {
	font-size: 14px;
}

.commentmeta img {
	max-width: 32px;;
}

dl.commentform {
	margin: 0 0 10px 30px;
}

dl.commentform dt {
	color: #333;
	font-weight: normal;
}

dl.commentform dd {
	margin-bottom: 20px;
}

.submitbtn {
	margin: 10px 0 10px 40px;
}

.commentform input[type="text"],
.commentform textarea {
	padding: 5px;
	width: 80%;
	border: 1px solid #CCC;
}

/*-------------------------------------
	カレンダー
-------------------------------------*/
#wp-calendar {
	width: 90%;
	margin: 0 auto 20px;
	font-size: 12px;
	text-align: center;
}

#wp-calendar a {
	color: #369;
	font-weight: bold;
}

#wp-calendar a:hover {
	color: #F90;
	border: none;
}

#wp-calendar td, #wp-calendar th {
	width: 13%;
}

#wp-calendar caption {
	padding: 6px 8px;
	font-weight: bold;
	color: #036;
}

#wp-calendar #prev {
	text-align: left;
	padding-top: 3px;
	padding-left: 3px
}

#wp-calendar #next {
	text-align: right;
	padding-top: 3px;
	padding-right: 3px
}

/*-------------------------------------
	ページナンバー
-------------------------------------*/
#pageN {
	margin: 30px 20px 20px;
}

/*-------------------------------------
	ブックマーク配置
-------------------------------------*/
.bookmark {
	margin-bottom: 20px;
}

/*-------------------------------------
	アイキャッチ画像外枠
-------------------------------------*/
.topnew img {
	border: 1px solid #CCC;
	padding: 1px;
}

.widget .spon img {
	border: none;
	margin-top: 5px;
}

/*-------------------------------------
	テーブル
-------------------------------------*/
.post table {
	border: 1px solid #999;
	border-collapse: collapse;
	border-spacing: 0;
}

.post table th {
	font-weight: normal;
	border: 1px solid #999;
	padding: 3px;
	background-color: #CCC;
}

.post table td {
	border: 1px solid #999;
	padding: 5px;
}

/*----------------------
　　メルマガフォーム
----------------------*/
.formbox {
	text-align: center;
	margin: 20px 10px;
	padding: 30px 30px;
	border: 1px solid #CCC;
	background: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 10px 6px -6px #666;
	-moz-box-shadow: 0 10px 6px -6px #666;
	-webkit-box-shadow: 0 10px 6px -6px #666;
	overflow: auto;
}

.contents table.melma,
.onecont table.melma {
	margin: 0 auto;
	border: 1px solid #999;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 30px;
}

.contents table.melma th,
.onecont table.melma th {
	font-weight: normal;
	border: 1px solid #999;
	padding: 10px;
	background-color: #CCC;
}

.contents table.melma td,
.onecont table.melma td {
	border: 1px solid #999;
	padding: 10px;
}

/*----------------------
　　アイコン
----------------------*/
span.cal {
	padding-left: 20px;
	background: url(img/cal01.png) no-repeat 0;	
}

span.tag {
	padding-left: 20px;
	background: url(img/tag.png) no-repeat 0;	
}

span.catogory {
	padding-left: 20px;
	background: url(img/category.png) no-repeat 0;	
}

span.comments {
	padding-left: 20px;
	background: url(img/comment.png) no-repeat 0;	
}

/*-------------------------------------
	コンタクトフォーム
-------------------------------------*/
.contents .wpcf7-textarea {
	width: 90%;
}

.contents .wpcf7 p {
	font-size: 12px;
}

/*------------------------------------------------------------
999px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 999px){
/*-------------------------------------
	画像
-------------------------------------*/
#headerImgIn img,
#headerIn .titleTop img,
.post .contents img,
.textwidget img,
.topnew img,
#main img,
#side img,
.headerimg img,
.onecont img {
	max-width: 100%;
	height: auto;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
}

#headerIn {
	width: 100%;
	border-bottom: none;
}

#headerIn .titleTop {
	float: none;
	padding-right: 10px;
}

/*-------------------------------------
	グローバルメニュー
-------------------------------------*/
/*------　ボックス　------*/
#global {
	width: 100%;
	float: none;
}

/*------　メニュー　------*/
#global ul {
	width: 100%;
	margin: 0 auto;
	border-left: none;
	overflow: hidden;
}

#global ul li {
	width: 33.13%;
	margin: 0.1%;
}

#global ul li a {
	color: #333;
	padding: 5px 5px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	display: block;
	background: #F9F9F9;
}

#global ul li ul li {
	display: none;
}

/*-------------------------------------
	ヘッダー画像
-------------------------------------*/
#headerImgIn {
	width: 100%;
}

/*-------------------------------------
	パンくず
-------------------------------------*/
#breadcrumbs {
	margin: 20px 0.5% 20px;
}

/*-------------------------------------
	メイン
-------------------------------------*/
/*------　メインバナー（3個）　------*/
#thumbs {
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
	overflow: hidden;
}

#thumbs ul {
	margin: 0 auto;
}

#thumbs li {
	text-align: center;
	float:left;
	width: 28.5%;
	margin:0 1.2% 0;
	padding: 1% 1% 5px;
}

#thumbs li img {
	max-width: 100%;
	height: auto;
	margin-bottom: 5px;
}

/*------　ボックス　------*/
#container,
#containerL {
	width: 100%;	
	margin: 20px 0;
}

#container #main,
#containerL #main {
	width: 98%;
	float: none;
	margin: 0 auto;
}

/*-------------------------------------
	サイドバー
-------------------------------------*/
/*------　サイドバナー（3個）　------*/
.sideb {
	width: 98%;
	margin: 0 auto;
}

/*------　サイドバー　------*/
#container #side,
#containerL #side {
	width: 100%;
	margin: 10px 0 10px;
	float: none;
	display: inline;/* for IE6 */
}

#side .widget {
	width: 98%;
	margin: 0 auto 20px;
}

/*-------------------------------------
	コメント
-------------------------------------*/
#commentF {
	width: 98%;
	margin: 0 auto;
}

/*-------------------------------------
	フッター
-------------------------------------*/
/*------　フッターエリア　------*/
#footerIn {
	width: 100%;
	padding-left: 0;
}

#footer .widgetbox {
	width: 40%;
	margin: 0 5%;
}

#footer .widget {
	width: 100%;
	margin: 30px 0 20px;
}

/*-------------------------------------
　1カラムページ
-------------------------------------*/
#onemain {
	font-size: 14px;
	line-height: 1.5;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFF;
}

/*------　コンテンツ　------*/
#onemain .onecont {
	width: 95%;
	margin: 0 auto;
	padding: 0;
}
}

/*------------------------------------------------------------
 幅648px以下
------------------------------------------------------------*/
@media only screen and (max-width: 648px){
/*-------------------------------------
	グローバルメニュー
-------------------------------------*/
#global ul li {
	width: 49%;
	text-align: center;
	margin: 0.5%;
	float: left;
}

/*------　メニュー説明　------*/
.menu-description{
	display: none;
}

/*-------------------------------------
	パンくず
-------------------------------------*/
#breadcrumbs {
	margin: 20px 1% 10px;
	padding: 0;
}

/*------　おすすめバナー3個　------*/
#thumbs {
	width: 100%;
	margin-left: 0;
}

#thumbs ul {
	width: 100%;
	margin: 0 auto 20px;
}

#thumbs li {
	text-align: left;
	width: 28.5%;
	margin:0 1% 0;
	padding: 1% 1% 5px;
}

/*------　コンテンツ　------*/
.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;
}

/*-------------------------------------
	フッター
-------------------------------------*/
/*------　フッターエリア　------*/
#footer .widgetbox {
	width: 90%;
	float: none;
}

#footer .widget {
	width: 100%;
}

/*-------------------------------------
	コピーライト
-------------------------------------*/
#footer p {
	padding: 0 10px 50px;
}

/*-------------------------------------
	ページトップへ
-------------------------------------*/
div.tothetop {
	right: 0;
	bottom: 0;
	width: 100%;
}

div.tothetop span {
	background: url(img/up_arw01.png) no-repeat 0;
}

/*-------------------------------------
	コメント
-------------------------------------*/
dl.commentform {
	margin: 0 0 10px 10px;
}
}