@charset "utf-8";

/*
Theme Name: LP_2CRSA02_sakuttohomepage
Theme URI: http://www.sakutto-homepage.com/
Description: WordPress用2カラムレスポンシブテーマ
Version: 3.0
Author:　sakuttohomepage
Author URI: http://www.sakutto-homepage.com/
License: GNU General Public License
Tags: wordpress, buisiness, shop
*/

@import url("default.css");
@import url("onecol.css");
@import url("boxstyle.css");
@import url("slidemenu.css");

/*------　コンタクトフォーム　------*/
.dropdownbox option {padding:5px 0 !important;}
.wide {	width:600px !important;}



/*------　メニュー　------*/
#menu { 
	width:100%;
	background:#E0EED1 url(img/gmenu_back.gif) repeat-x;
}

#global ul li.home{
	border-right: 1px solid #E1E0E0;
}

#global .s-txt{
	font-size:small !important;
}


/*------　サイドimage　------*/
#side img {
	max-width: 250px !important;
}

#menu ul { margin-bottom:0px !important;}

/*------　ヘッダー用wrapper設定　------*/
#top_wrapper {
	width:100%; 
	padding-bottom:0px !important;
	padding-top:0px;
border-top:solid 2px #70BB48;
}

/*------　スライド　------*/
#slide_area {background-color:#F4F4F4;clear:both;padding-bottom:8px;}

/*------------------トップ　サービス案内-----------------*/
#top_service { width:100%;margin: 30px auto 0px auto;}

#top_service li {list-style:none !important;}

#service_inner { 
	float:left; 
	margin-right:2%;
	min-height:220px;
}

#service_inner_right { 
	float:right; 
	min-height:220px;
}

#service_inner,#service_inner_right {
	width:32%;
}

.service_readmore { margin-top:55px !important;}

.txt {
	text-shadow: 1px 1px 3px #fff;
}

/*------------------トップ　ご挨拶-----------------*/
#greetings {
	background-color:#6DB249;
	margin-top:35px;
}

#greetings_inner {
	width:100%;
	margin: 0 auto;
	min-height:301px;
	border:solid 1px #7EA43E;
	background:url(img/greetings_back.png) right 50% no-repeat;
	color:#fff;
	font-size:1.1em;
}

#greetings_inner_txt {
	width:50%;
	margin:13px 220px 13px 20px;
	text-shadow: 1px 1px 3px #000;
}
#greetings_inner_info {
	width:50%;
	margin:13px 220px 13px 20px;
}

/*------　会社案内 ------*/
.grren-area {
	width:95%;
	border:solid 1px #DFEED1;
	background-color:#EFF6E8;
	padding: 15px 15px 15px 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:30px;
}

/*------　お客様の声 ------*/
.customercomments {
	background:url(img/customercomments_back.jpg) right top no-repeat;
	border:solid 1px #ccc;
	box-shadow: 0px 0px 5px #DDDDDD;
	-moz-box-shadow: 0px 0px 5px #DDDDDD;
	-webkit-box-shadow: 0px 0px 5px #DDDDDD;
}

.customercomments_inner {
	padding:20px 55px 20px 55px;
}

.customer_name {
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:2em;
}


/*------　写真に縁取り影をつける ------*/
.photoimg img  {
	border:solid 1px #D9D4CE !important;
	background-color:#fff;
	padding:5px !important;
	-webkit-box-shadow: 0 10px 8px -6px #CFC9C0;
	-moz-box-shadow: 0 10px 8px -6px #CFC9C0;
	 box-shadow: 0 10px 8px -6px #CFC9C0;
}

/*------　ページ内テーブル ------*/
table.list_table {
  margin-top: 0 !important;
  margin-bottom: 2em;
  width:100%;
  border-collapse: collapse;
  font-size: 100%;
  border: solid 5px #C3E1AE !important;
}

table.list_table td {
	text-align:center;
}

table.post_table {
  margin-top: 0 !important;
  margin-bottom: 2em;
  width:100%;
  border-collapse: collapse;
  border: none;
  font-size: 100%;
}

table.post_table p ,table.list_table p{
	margin-bottom:0px !important;
}

table.post_table td {
  border: solid 1px #fff !important;
  padding: 10px 10px !important;
}

table.post_table td.title {
	background: #E9E9E9;
	text-align:center;
}

table.post_table td.data {
	background: #F7F7F7;
}

table.post_table td.data-right {
	text-align:right;
}
table.post_table td.data-center {
	text-align:center;
}

table.post_table td.data2 {
	background:#FAFAFA;
}

/*------　ページ内レイアウト用テーブル ------*/
table.layout_table {
  margin: 0px auto 10px auto;
  border-collapse: collapse;
}

table.layout_table td  {
  border: none !important;
padding:0 !important;
}

table.layout_table td img {
  margin:0 !important;
}

table.layout_table tr {
  border: hidden;
}

/*------　投稿ページ内のイメージサイズ　------*/
.contents img {
	max-width:99.8%;
	height:auto;
	margin:0px;
}

/*------------------ box shadow -----------------*/
.effect2
{
  position: relative;
}
.effect2:before, .effect2:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.effect2:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

/*------　水平線　------*/
hr.style-six {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}


/*-------------------------------------
	基本スタイル　
-------------------------------------*/
body {
	background-color: #FFF;
	color: #333; /* フォントカラーの設定 */
	font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 14px; /* 基本フォントサイズの設定 */
	min-width:1000px;
}

/*-------------------------------------
	リンクカラー
-------------------------------------*/
/*------　リンクカラー　------*/
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;
}



.contents a:link,
.contents a:visited,
.contents a:active {
	color:#67A300;
	text-decoration: underline;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

.contents a:hover {
	color: #9AEA00;
}


/*------　画像リンク透過　------*/
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

/*-------------------------------------
	見出しデザイン関連
-------------------------------------*/
h1.posttitle,
h2.posttitle,
h3.posttitle {
	color: #333;
	font-size: 25px;
	padding:7px 5px 5px;
	border-bottom: 3px solid #0099FF;
	background: #F9F9F9;
	background: -moz-linear-gradient(top, #F9F9F9 0%, #EFEFEF 50%, #E8E8E8 51%, #EFEFEF 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F9F9F9), color-stop(50%,#EFEFEF), color-stop(51%,#E8E8E8), color-stop(100%,#EFEFEF));
	background: -webkit-linear-gradient(top, #F9F9F9 0%,#EFEFEF 50%,#E8E8E8 51%,#EFEFEF 100%);
	background: -o-linear-gradient(top, #F9F9F9 0%,#EFEFEF 50%,#E8E8E8 51%,#EFEFEF 100%);
	background: -ms-linear-gradient(top, #F9F9F9 0%,#EFEFEF 50%,#E8E8E8 51%,#EFEFEF 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F9F9F9', endColorstr='#EFEFEF',GradientType=0 );
	background: linear-gradient(top, #F9F9F9 0%,#EFEFEF 50%,#E8E8E8 51%,#EFEFEF 100%);
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}


h1.posttitle span{
	line-height: 150%;
	padding-left: 10px;
	border-left: 5px solid #0099FF;
}

h2.posttitle span,
h3.posttitle span {
	line-height: 150%;
	padding-left: 10px;
	border-left: 5px solid #0099FF;
	display: block;
}

.contents h2 {
	color: #333;
	font-size: 22px;
	line-height: 1.5;
	padding:5px 10px 3px 8px;
	margin: 0 -10px 20px;
	border-left: solid 5px #70BB48;
	border-bottom: solid 1px #70BB48;
	background: #F9F9F9;
	background: -moz-linear-gradient(top, #F9F9F9 0%, #EFEFEF 50%, #E8E8E8 51%, #EFEFEF 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F9F9F9), color-stop(50%,#EFEFEF), color-stop(51%,#E8E8E8), color-stop(100%,#EFEFEF));
	background: -webkit-linear-gradient(top, #F9F9F9 0%,#EFEFEF 50%,#E8E8E8 51%,#EFEFEF 100%);
	background: -o-linear-gradient(top, #F9F9F9 0%,#EFEFEF 50%,#E8E8E8 51%,#EFEFEF 100%);
	background: -ms-linear-gradient(top, #F9F9F9 0%,#EFEFEF 50%,#E8E8E8 51%,#EFEFEF 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F9F9F9', endColorstr='#EFEFEF',GradientType=0 );
	background: linear-gradient(top, #F9F9F9 0%,#EFEFEF 50%,#E8E8E8 51%,#EFEFEF 100%);
}

.contents h3 {
	color: #333;
	font-size: 17px;
	line-height: 1.5;
	padding:5px 10px 3px 7px;
	margin: 0 -10px 20px;
	border-left: solid 5px #70BB48;
	background-color:#EFF7EB !important;
}

.contents h4 {
	font-size: 16px;
	line-height: 1.5;
	color: #333;
	border-bottom: dotted 1px #70BB48;
	padding: 0 0 0 12px;
	margin: 0 -10px 20px;
}

.contents h5 {
	font-size: 15px;
	line-height: 1.5;
	margin: 0 -10px 20px;
	padding:5px 5px 5px 12px;
	background: #EFF7EB;
}

.contents h5.related {
	font-size: 15px;
	line-height: 1.5;
	margin: 20px 0 5px;
	padding:5px 5px 2px 10px;
	border-bottom: 3px solid #70BB48;
	background: #EEE;
}
/*-------------------------------------
	レイアウト
-------------------------------------*/
/*------　wrapper　------*/
#wrapper {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

/*-------------------------------------
	ヘッダー
-------------------------------------*/
#header {
	overflow: hidden;
}

#headerIn {
	width: 1000px;
	margin: auto;
}

#headerIn .titleTop {
	padding: 35px 10px 35px 0px;
	float: left;
	border-right:solid 1px #E1E0E0;
}

#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;
}

#headerIn .description {
	font-size: 12px;
	width: 350px;
	margin: 5px 10px 0 0;
	float: right;
}

#headerIn .descriptionImg {
	width: 570px;
	margin: 45px 0px 20px 0;
	float: right;
	text-align:right;
}

/*-------------------------------------
　グローバルメニュー（スライドslidemenu.css）
-------------------------------------*/
/*------　メニュー　------*/
#global-innter { 
	width: 1000px;
	margin:0 auto;
}

#global ul { 
	float:right !important;
	width: 719px;
	overflow: hidden;
	border-top: none;
	border-right: 1px solid #E1E0E0;
}


#global ul li {
	width: 15.6%;
	float: left;
}


#global ul li a {
	margin-bottom:10px !important;
	line-height:1.3em;
	font-size: 15px;
	color: #333;
	padding: 12px 5px 10px 5px;
	display: block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	border-left: 1px solid #E1E0E0;
	background:#6A6B6B url(img/gmenu_back.gif) repeat-x !important;
}

#global ul li a:hover {
	color: #6DB249;
}


/*------　ドロップダウンナビ　------*/
#global ul li ul {
    position: absolute;
    left: -9999em;
    height: auto;
    z-index: 9999;
margin-top:-10px;
}

#global ul li ul li {
	width:240px;
	float: none;
	background: #F9F9F9;
	background: -moz-linear-gradient(top, #F9F9F9 0%, #EFEFEF 50%, #E8E8E8 51%, #EFEFEF 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F9F9F9), color-stop(50%,#EFEFEF), color-stop(51%,#E8E8E8), color-stop(100%,#EFEFEF));
	background: -webkit-linear-gradient(top, #F9F9F9 0%,#EFEFEF 50%,#E8E8E8 51%,#EFEFEF 100%);
	background: -o-linear-gradient(top, #F9F9F9 0%,#EFEFEF 50%,#E8E8E8 51%,#EFEFEF 100%);
	background: -ms-linear-gradient(top, #F9F9F9 0%,#EFEFEF 50%,#E8E8E8 51%,#EFEFEF 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F9F9F9', endColorstr='#EFEFEF',GradientType=0 );
	background: linear-gradient(top, #F9F9F9 0%,#EFEFEF 50%,#E8E8E8 51%,#EFEFEF 100%);
}

#global ul li ul li a,
#global ul li li a:visited {
	margin-bottom:0px !important;
	padding-left:10px;
	font-weight: normal;
	color: #333;
	border-top: none;
	background:#fff url(img/gmenu_back_second.gif) repeat-x !important;
}

#global ul li ul li a:hover {
	font-weight: normal;
	color: #70BB48;
}
	
#global ul li:hover ul,
#global ul li li:hover ul,
#global ul li li li:hover ul {
	left: auto;
}

/*------　メニュー説明　------*/
.menu-description{
	color: #C3E1AE !important;
	font-size: 10px;
	font-weight: normal;
	line-height: 10px 0;
}

.fixed {
    position: fixed;
    top: 0;
    z-index: 10000;
}

/*-------------------------------------
	ヘッダー画像
-------------------------------------*/
#headerImg {
	margin-bottom: 20px;
	overflow: hidden;
}

#headerImgIn {
	width: 1000px;
	margin: auto;
}

/*-------------------------------------
	パンくず
-------------------------------------*/
#breadcrumbs {
	width: 980px;
	font-size: 12px;
	margin: 10px auto 20px auto;
}

/*-------------------------------------
	メイン
-------------------------------------*/
/*------　ボックス　------*/
#container,
#containerL {	
	margin: 0;
}

#container #main {
	width: 730px;
	float: left;
}

#containerL #main {
	width: 730px;
	float: right;
}

/*------　カテゴリーバナートップ　------*/
#thumbsCatTopAll {
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	overflow: hidden;
}

#thumbsCatTop li {
	float:left;
	max-width: 160px;
	margin: 10px 0 10px 9px;
	background: none;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#thumbsCatTop a h3 {
	color: #FFF;
	font-size: 12px;
	max-width: 160px;
	height: 45px;
	line-height: 15px;
	font-weight: normal;
	margin: 0 auto;
	padding: 5px;
	background-color: #0099FF;
	border: 1px solid #0099FF;
	box-shadow: 0px 0px 2px #000;
	-moz-box-shadow: 0px 0px 2px #000;
	-webkit-box-shadow: 0px 0px 2px #000;
}

#thumbsCatTop a:hover h3{
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

#thumbsCatTop img {
	border: 3px solid #F0F0F0;
	padding: 2px;
	max-width: 150px;
	max-height: 150px;
}

/*------　メインバナー（3個）　------*/
#thumbs {
	width: 800px;
	margin-right: -25px;
	margin-bottom: 20px;
	overflow: hidden;
}

#thumbs li {
	text-align: center;
	float:left;
	width: 215px;
	margin:0 24px 0 0;
	padding: 10px 5px 5px;
	border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #F2F2F2;
	box-shadow: 0px 0px 2px #CCC;
	-moz-box-shadow: 0px 0px 2px #CCC;
	-webkit-box-shadow: 0px 0px 2px #CCC;
}

#thumbs li img {
	max-width: 200px;
	margin-bottom: 5px;
}

/*------　バナー表示用ウィジェット　------*/
section.banner {
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
}

/*------　記事上バナー　------*/
.AddUp {
	font-size: 12px;
	text-align:center;
	margin: 10px 0 50px;
}

/*------　記事下バナー　------*/
.AddDown {
	font-size: 12px;
	text-align:center;
	margin: 50px 0 20px;
}

/*-------------------------------------
	ページ・投稿
-------------------------------------*/
/*------　枠　------*/
#main .post,
header .post {
	margin-bottom: 50px;
	border: 1px solid #CCC;
	background: #FFF;
	box-shadow: 0px 0px 2px #CCC;
	-moz-box-shadow: 0px 0px 2px #CCC;
	-webkit-box-shadow: 0px 0px 2px #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}

.main_sep {
	margin: 0;
	padding: 0;
	overflow: hidden;
	clear: both;
}

.main_sep_l {
	width: 350px;
	float: left;
	overflow: hidden;
}

.main_sep_r {
	width: 350px;
	float: right;
	overflow: hidden;
}

/*------　コンテンツ　------*/
.post .contents,
#main .post .contents {
	font-size: 14px; /* フォントサイズの設定 */
	padding: 20px 30px;
}

.post .contentstop {
	padding: 15px;
}

.contents section,
.contents section p {
	line-height: 1.5; /* 行間の設定 */
	margin-bottom: 30px;
}

.post .textwidget {
	padding: 10px;
}

.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;
	border-left: 5px solid #0099FF;
}

.topnew img {
	max-width: 90px;
}

.topnew p {
	margin-bottom: 5px;
}

/*------　「Wordpress Popular Posts」の設定　------*/
.post .wpp-list {
	padding: 10px;
}

.post ul.wpp-list li {
	font-size: 13px;
	line-height: 1.6;
	margin: 0 0 5px;
	padding: 0;
	border-bottom: 1px dashed #CCC;
	overflow: hidden;
}

.wpp-list header {
	font-size: 16px;
	font-weight: bold;
}

/*------　投稿日　------*/
.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: 12px;
	border: 1px solid #CCC;
	background-color: #FFFFDF;
	padding: 4px;
	margin-bottom: 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
}

.widget .postdateSide {
	color: #666;
	font-size: 12px;
}

.widget .postdateSide time {
	padding-left: 17px;
	background: url(img/cal.png) no-repeat 0;
}

/*------　投稿情報　------*/
.post .postinfo,
a.post-edit-link {
	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/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;
	box-shadow: 0px 0px 2px #000;
	-moz-box-shadow: 0px 0px 2px #000;
	-webkit-box-shadow: 0px 0px 2px #000;
	float: right;
	clear: both;
}

.contents a:hover.more-link {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

/*------　プロフィール　------*/
.widget_prof a p.more-link {
	color: #FFF;
	text-align: center;
	width: 130px;
	margin: 10px auto;
	text-decoration: none;
	padding: 5px;
	background-color: #0099FF;
	border: 1px solid #0099FF;
	box-shadow: 0px 0px 2px #000;
	-moz-box-shadow: 0px 0px 2px #000;
	-webkit-box-shadow: 0px 0px 2px #000;
}

.widget_prof a:hover p.more-link {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

/*-------------------------------------
	画像の配置
-------------------------------------*/
/*------ 指定なし　------*/
.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;
}

/*-------------------------------------
	サイドバー
-------------------------------------*/
/*------　サイドバナー　------*/
.sidebanner01 li {
	margin: 0 0 15px 0;
}

.sidebanner01 li a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.sidebanner01 span {
	font-size: 16px;
	padding-left: 15px;
	color: #fff;
 	font-weight: bold;
	line-height: 140%;
	display: block;
}

/*------　サイドバー　------*/
#container #side {
	width: 250px;
	margin: 0px 0 10px 20px;
	float: right;
	display: inline;
	padding:0px;
}

#containerL #side {
	width: 250px;
	margin: 0 20px 10px 0;
	float: left;
	display: inline;
}

#side .widget,
#side .widget_prof,
#main .widget_prof {
	background-color: #FFF;
	margin-bottom: 20px;
}

#side .widget .textwidget,
#side .widget_prof .textwidget,
#main .widget_prof .textwidget {
	padding: 0 10px 10px 10px;
}

.widget form {
	padding: 10px;
}

.widget h4 {
	font-style: normal;
	font-size: 14px;
	background: none;
	border: none;
	line-height: 15px;
	margin-top: 5px;
	margin-right: 3px;
}

.widget img {
	margin-bottom: 5px;
}

/*------　タイトル　------*/
#side h3,
#main h3.prof {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	line-height: 150%;
	padding:7px 5px 5px;
	border-bottom: 3px solid #0099FF;
	background: #F9F9F9;
	background: -moz-linear-gradient(top, #F9F9F9 0%, #EFEFEF 50%, #E8E8E8 51%, #EFEFEF 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F9F9F9), color-stop(50%,#EFEFEF), color-stop(51%,#E8E8E8), color-stop(100%,#EFEFEF));
	background: -webkit-linear-gradient(top, #F9F9F9 0%,#EFEFEF 50%,#E8E8E8 51%,#EFEFEF 100%);
	background: -o-linear-gradient(top, #F9F9F9 0%,#EFEFEF 50%,#E8E8E8 51%,#EFEFEF 100%);
	background: -ms-linear-gradient(top, #F9F9F9 0%,#EFEFEF 50%,#E8E8E8 51%,#EFEFEF 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F9F9F9', endColorstr='#EFEFEF',GradientType=0 );
	background: linear-gradient(top, #F9F9F9 0%,#EFEFEF 50%,#E8E8E8 51%,#EFEFEF 100%);
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}

#side h3 span,
#main h3.prof span {
	padding-left: 10px;
	border-left: 5px solid #0099FF;
	display: block;
}

/*------　メニューボックス　------*/
#side .widget ul,
#main .widget ul {
	margin: 0;
	padding: 10px 5px;
}

#side .widget ul li ul,
#main .widget ul li ul {
	margin: 0;
	padding: 0;
}

/*------　メニュー　------*/
#side .widget_categories ul li,
#side .widget_pages ul li,
#side .widget_archive ul li,
#side .widget_recent_entries ul li,
#side .widget_recent_comments ul li,
#side .widget_nav_menu ul li,
#side .default ul li,
#side .widget_mycategoryorder ul li,
#main .widget_categories ul li,
#main .widget_pages ul li,
#main .widget_archive ul li,
#main .widget_recent_entries ul li,
#main .widget_recent_comments ul li,
#main .widget_nav_menu ul li,
#main .default ul li,
#main .widget_mycategoryorder 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 .widget_categories ul li ul li,
#side .widget_pages ul li ul li,
#side .widget_archive ul li ul li,
#side .widget_recent_entries ul li ul li,
#side .widget_recent_comments ul li ul li,
#side .widget_nav_menu ul li ul li,
#side .default ul li ul li,
#side .widget_mycategoryorder ul li ul li,
#main .widget_categories ul li ul li,
#main .widget_pages ul li ul li,
#main .widget_archive ul li ul li,
#main .widget_recent_entries ul li ul li,
#main .widget_recent_comments ul li ul li,
#main .widget_nav_menu ul li ul li,
#main .default ul li ul li,
#main .widget_mycategoryorder 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;
}

/*------　サイドバー用新着一覧　------*/
#side .widget ul li.listnone,
.widget_newpostcatch ul li,
.popular-posts ul li {
	padding: 0;
	margin-bottom: 8px;
	border-bottom: 1px dotted #CCC;
	overflow: hidden;
}

.widget_newpostcatch span.title {
	font-size: 14px;
}

/*-------------------------------------
	タグクラウド
-------------------------------------*/
.tagcloud {
	margin: 10px;
}

/*-------------------------------------
	フッター
-------------------------------------*/
/*------　フッターエリア　------*/
#footer {
	border-top: 1px solid #ccc;
	background: #EEE;
}

#footerIn {
	color: #333;
	width: 1000px;
	margin: auto;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 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: 16px;
	color: #fff;
	font-weight: bold;
	line-height: 150%;
	padding:7px 10px 7px;
	background: #0099FF;
	-webkit-border-top-left-radius: 4px;
	-moz-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}

#footer .widget h3 span{
	padding-left: 10px;
	border-left: 5px solid #FFF;
	display: block;
}

/*------　メニューリスト　------*/
#footer .widget ul {
	margin: 0;
	padding: 10px 0;
}

#footer .widget ul li ul {
	margin: 0;
	padding: 0;
}

#footer .widget ul li {
	font-size: 14px;
	list-style: none;
	margin: 0 0 5px 5px;
	padding: 0 0 5px 20px;
	border-bottom: 1px dotted #666;
	background: url(img/arw10.png) no-repeat 0 1px;
}

#footer .widget 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;
}

/*-------------------------------------
	コピーライト
-------------------------------------*/
.copyright {
	font-size: 12px;
	text-align: center;
	margin: 0 10px;
	padding: 20px 0 10px;
	clear: both;
}

/*-------------------------------------
	前後の投稿へのリンク
-------------------------------------*/
.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: #0099FF;
	border: 1px solid #fff;
	-webkit-border-radius: 5px;  
	-moz-border-radius: 5px;
	border-radius: 5px; 
}

div.tothetop a:hover {
	background: #0099FF;
	color: #ffffff;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

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;
	background-color: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

h3#comments {
	font-size: 14px;
	margin: 20px 0 10px 20px;
}

.comment p {
	margin-top: 10px;
}

#commentF {
	margin-left: 20px;
}

#commentF h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 150%;
	margin: 0 5px 10px 0 ;
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-color:#EEE #CCC #CCC #EEE;
	background: #F9F9F9;
	background: -moz-linear-gradient(top, #F9F9F9 0%, #EFEFEF 50%, #E8E8E8 51%, #EFEFEF 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F9F9F9), color-stop(50%,#EFEFEF), color-stop(51%,#E8E8E8), color-stop(100%,#EFEFEF));
	background: -webkit-linear-gradient(top, #F9F9F9 0%,#EFEFEF 50%,#E8E8E8 51%,#EFEFEF 100%);
	background: -o-linear-gradient(top, #F9F9F9 0%,#EFEFEF 50%,#E8E8E8 51%,#EFEFEF 100%);
	background: -ms-linear-gradient(top, #F9F9F9 0%,#EFEFEF 50%,#E8E8E8 51%,#EFEFEF 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F9F9F9', endColorstr='#EFEFEF',GradientType=0 );
	background: linear-gradient(top, #F9F9F9 0%,#EFEFEF 50%,#E8E8E8 51%,#EFEFEF 100%);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#commentF h3 span {
	padding-left: 10px;
	line-height: 150%;
	border-left: solid 5px #0099FF;
	display: block;
}

#commentF li {
	margin: 10px 20px;
}

.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 {
	font-weight: bold;
}

#wp-calendar a:hover {
	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 0 20px;
}

/*-------------------------------------
	ブックマーク配置
-------------------------------------*/
.bookmark {
	margin-top: 50px;
	margin-bottom: 20px;
}

/*-------------------------------------
	アイキャッチ画像外枠
-------------------------------------*/
.topnew img {
	border: 1px solid #CCC;
	padding: 1px;
}

.widget .spon img {
	border: none;
	margin-top: 5px;
}

/*-------------------------------------
	テーブル
-------------------------------------*/
#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;
}

/*----------------------
　　メルマガフォーム
----------------------*/
.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%;
}

/*-------------------------------------
	YouTube
-------------------------------------*/
.post .youtube,
#onecol .youtube {
	text-align: center;
}