@charset "UTF-8";


/*--------------------------------------------------------
1、サイト全体の背景設定
------------------------------------------------------*/

#container{/* background: url(images/common/bg_pattern.jpg) repeat 0 0;*/
	background-color:#FFFFFF;
 }


/*--------------------------------------------------------
2、サイト全体の共通設定
-------------------------------------------------------*/

body{ color: #333; }

/*●リンク文字*/
a{}

a:link,
a:visited{color:#1D79B6;text-decoration:none;}
a:hover,
a:active{color:#1D79B6;text-decoration:underline;}


/*--------------------------------------------------------
3、エリアの設定
--------------------------------------------------------*/

#container{
	position: relative;
}


/*--------------------------------------------------------
トップ
--------------------------------------------------------*/
#top{
	position: absolute;
	top: 0;
	background-color: #F8F8F8;
	font-size: 1.2em;
	z-index:1;
	border-bottom:#eee solid 1px;
	opacity: 0.8;
	filter: alpha(opacity=80);/*IE7*/
}

#top-in{
	position: relative;
	padding: 4px 0;
}

#top-menu{ text-align: right; }

#top-menu li{
	display: inline;
	margin-left: 1em;
	list-style: none;
}

#top-menu li a{ color:#999;}



/*--------------------------------------------------------
ヘッダー
--------------------------------------------------------*/

#header{
	font-size: 1.2em;
	width:100%;
	/*background:#fff url(images/common/bg_header.png) no-repeat 70% 0;*/
}


/*●ヘッダーロゴ（メインタイトル）*/
#header #header-title{
	
}

#header .header-logo{
	width:5.8em;
	float:left;
	font-size: 3.2em;
	font-weight:bold;
	font-family: 'Chewy', cursive;
	/*font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;*/
	
}
#header .header-logo span { color:#CC0000; font-size: 120%;}

/*●ヘッダーロゴテキスト*/
.header-logo a{
	text-decoration: none;
	vertical-align:bottom;
	display:block;
	padding:0.4em 0 0.5em;
	
}

.header-logo a:link,.header-logo a:visited { color:#333;}
.header-logo a:hover,.header-logo a:active { color:#1D79B6;}

/*●ヘッダーテキスト・右上の文章*/
#header-in #header-text{}

#header h1{
	font-size:1.2em;
	padding-top:50px;
	color:#333;

}

/*--------------------------------------------------------
グローバルナビ
--------------------------------------------------------*/

#global-nav{
	background-color: #fff;
	width:100%;
} /*メニュー下のラインの設定*/

#global-nav dl{
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

#global-nav dt,
#global-nav dd{ 
	margin: 0;
	padding: 0;
}


/*●メニューボタンを非表示*/
#global-nav .btn-gnav{ display:none; }


/*●グローバルメニュー*/
#global-nav .menu-wrap{ display: block; }

#menu{
	font-size: 1.6em;
}

#global-nav #menu li{
	position: relative;
	float: left;
	margin: 0;
	list-style: none;
	font-weight: bold;
}

#global-nav #menu li.first{} /*一番左のメニューだけに追加指示*/

#global-nav #menu li{ white-space: nowrap; }

/*メニューのデザイン*/
#global-nav #menu li a{
	display: block;
	color: #333; /* メニューのフォントの色*/
	text-decoration: none;
	padding:0.8em 1.5em;
}
#global-nav #menu li.first a {
	padding-top:0.8em;
	padding-bottom:1.0em;
	padding-left:0;
}

#global-nav #menu li a:link,
#global-nav #menu li a:visited{ background-color: #fff; } /*すでに訪れたリンクの背景色*/
#global-nav #menu li a:hover,
#global-nav #menu li a:active{ background-color: #fff; color:#1D79B6; } /*マウスカーソルを乗せた時の背景色*/

#global-nav #menu li ul{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 12em;
}

/*ドロップダウンメニューのデザイン*/
#global-nav #menu li ul li{
	margin: 0;
	padding: 0;
	width: 12em;
	background-color: #eaeaea;
	border-top: 0;
	border-right: 0;
	white-space: normal;
}

#global-nav #menu li ul li a{
	display: block;
	padding: 0.8em 2em;
}

#global-nav #menu li ul ul{
	top: 0;
	left: 100%;
}

#global-nav .showMenu{ display: block!important; }

.fixed{
  position: fixed;
  top: 0px;
  z-index: 9999;
}


/*--------------------------------------------------------
コンテンツ全体
--------------------------------------------------------*/

#main-in{ padding-top: 1.5em; }


/*●メイン画像*/
#main-image{
	padding-top: 1.5em;
}

#main-image-in{
	position: relative;
	padding-bottom: 1.5em;
}

#main-image img{
	width: 100%;
	height: auto;
}

#main-image .catch-copy{
	position: absolute;
	top: 1em;
	left: 1em;
	color: #fff;
	font-size: 3em;
}


/*●パン屑ナビ*/
#breadcrumbs{
	clear: both;
	margin-bottom: 1.5em;
	font-size: 1.2em;
}

#breadcrumbs li{
	display: inline;
	margin-right: 0.5em;
	line-height: 1.8;
	text-align: right;
	list-style: none;
}

#breadcrumbs li a{
	padding-right: 15px;
	background: url(./images/icon/icon-brc.gif) center right no-repeat;
}


/*--------------------------------------------------------
メインコンテンツ（本文）
--------------------------------------------------------*/

#main-contents{ font-size: 1.2em; }

#main-contents .contents{}





/*●H2タグ*/
#main-contents h2{
	font-weight: bold;
	line-height:1.2;
}
#main-contents h2 a:link,
#main-contents h2 a:visited{ color: #333; }

#main-contents h2 a:hover,
#main-contents h2 a:active{color:#1D79B6; text-decoration:none; }

#main-contents h2.img-title{
	margin: 0 0 1.5em;
	padding: 0;
	border: 0;
	background: none;
}


/*●H3タグ*/
#main-contents h3{}

#main-contents h3.subtitle {
    font-size:2.0em;
    font-weight: bold;
	border-left:#333 solid 4px;
	line-height:130%;
	padding: 0.25em 0.5em;
	margin-bottom:1.0em;
}
/*.col1 #main-contents h3.subtitle {
	margin-right:18%;
	margin-left:18%;
	border-left:none;
	padding: 0.25em 0.5em;
	border-left:#333 solid 4px;
}*/
#main-contents h3.img-title{
	margin: 0 0 1.5em;
	padding: 0;
	border: 0;
	background: none;
}

#respond h3 {
	font-size:1.5em;
	font-weight:bold;
	line-height:130%;
	padding: 0.25em 0;
	margin-bottom:1.0em;
	text-shadow:1px 1px 1px #fff;
	color:#333;
}
#main-contents h3#comments {
	font-size:1.5em;
	font-weight:bold;
	text-shadow:1px 1px 1px #fff;
	color:#333;
}

/*●H4タグ*/
#main-contents h4.subsubtitle {
	border-top:#ccc solid 1px;
	border-bottom:#DDD solid 1px;
	font-weight:bold;
	font-size:1.5em;
	padding:0.5em 0;
	margin:0 20px 1.0em;
	color:#444;
}


#main-contents h4 a:active{ color: #f60; }

#main-contents h4.img-title{
	margin: 0 0 1.5em;
	padding: 0;
	border: 0;
	background: none;
}


/*●H5タグ*/
#main-contents h5{
	margin: 0 0 1.5em;
	padding: 0 0.8em 0.5em;
	border-bottom: 2px solid #414141;
	font-weight: bold;
}

#main-contents h5.img-title{
	margin: 0 0 1.5em;
	padding: 0;
	border: 0;
	background: none;
}

#main-contents h5 a:link,
#main-contents h5 a:visited{ color: #333; }

#main-contents h5 a:hover,
#main-contents h5 a:active{ color: #f60; }


/*●段落タグ*/
#main-contents p{ margin-bottom: 3.5em; }


/*●リストタグ*/
#main-contents ul,
#main-contents ol{
	padding:0 1.0em 0 5.0em;
	margin:0 0 4.0em;

}
#main-contents li{
	margin-bottom:0;
	line-height: 1.5em;
	font-size:1.2em;
	list-style-position:outside;
}


/*●引用タグ*/
#main-contents q{
	margin: 0 2px;
	padding: 0 8px;
	background: #efefef;
}

#main-contents blockquote{
    background:#FBF1C4 url("./images/icon/quote-icon.png") no-repeat 0 0;
	padding:70px 0 40px 1.0em;
	margin-bottom:20px;
}
/*.col1 #main-contents blockquote {
	margin-right:18%;
	margin-left:18%;
}*/

#main-contents blockquote p {
	margin-bottom:1.0em;
	font-style:italic;
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}
#main-contents blockquote p:last-child {
	margin-bottom:0;
}





/*●テーブルタグ*/
#main-contents table{
	margin-bottom: 1.5em;
	padding: 0;
	border-top: 1px solid #959595;
	border-left: 1px solid #959595;
}

/*「table」の1行目に「colspan」を利用する場合は「auto」を指定する*/
/*#main-contents table{ table-layout: auto; }*/

#main-contents th,
#main-contents td{
	padding: 0.5em;
	border-right: 1px solid #959595;
	border-bottom: 1px solid #959595;
}

#main-contents th{
	background-color: #f0f0f0;
	font-weight: bold;
	text-align: left;
}


/*●テーブルタグ スタイル01*/
#main-contents table.table-style01 th,
#main-contents table.table-style01 td{
	text-align: left;
	vertical-align: top;
}


/*●最新情報（リストタグ）*/
#main-contents ul.news{
	padding: 0;
	padding-bottom: 0;
}

#main-contents ul.news li{
	margin-bottom: 1em;
	padding: 0 1em 1em;
	border-bottom: 1px dotted #414141;
	line-height: 1.4em;
	list-style: none;
}


/*●最新情報（定義タグ）*/
#main-contents dl.news{
	margin: 0;
	padding: 0;
}

#main-contents dl.news dt{
	float: left;
	width: 9em;
	margin: 0;
	padding: 0;
	padding-left: 1em;
}

/*最新情報のアイコン設定*/
#main-contents dl.news dd.cat{
	float: left;
	overflow: hidden;
	width: 6em;
	height: 1.5em;
	padding: 0.1em 0.3em 0;
	border-bottom: none;
	background: #333;
	color: #fff;
	font-size: 0.858em;
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#main-contents dl.news dd{
	margin: 0 0 0px 0;
	padding: 0 1em 0.8em 16.5em;
}

/*カテゴリの文字数が多い場合はコメントアウトを解除*/
/*#main-contents dl.news dd.cat{
	clear: none;
	width: auto;
}

#main-contents dl.news dd{
	clear: both;
	padding: 0 1em 0.8em 1em;
}*/
/*●最新情報2（定義タグ）*/
#main-contents dl.news02{
	margin: 0;
	margin-bottom: 3.5em;
	padding: 0;
}

#main-contents dl.news02 dt{
	display: block;
	margin: 0 0 0.5em 0;
	padding: 0;
	padding-left: 1em;
	font-weight: bold;
}

#main-contents dl.news02 dd{
	margin: 0 0 0.5em 0;
	padding: 0 1em 0.8em 1em;
	border-bottom: 1px dotted #414141;
}

#main-contents dl.news02 dd.cat{
	margin: 0;
	padding: 0 1em 0.5em 1em;
	border: 0;
}

#main-contents dl.news02 dd.cat ul{
	margin: 0;
	padding: 0;
	/zoom : 1;
}

#main-contents dl.news02 dd.cat ul:after{ content : ''; display : block; clear : both; height:0; }

#main-contents dl.news02 dd.cat li{
	clear: none;
	overflow: hidden;
	float: left;
	height: 1.5em;
	margin-right: 0.5em;
	padding: 0.1em 0.3em 0;
	background: #333;
	color: #fff;
	font-size: 0.858em;
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}


#main-contents dl.news dd.cat{ font-weight: bold; }
#main-contents dl.news dd.cat.color01{ background: #4784bf; }
#main-contents dl.news dd.cat.color02{ background: #dd6673; }
#main-contents dl.news dd.cat.color03{ background: #39a869; }
#main-contents dl.news dd.cat.color04{ background: #e8ac51; }
#main-contents dl.news dd.cat.color05{ background: #a55b9a; }
#main-contents dl.news dd.cat.color06{ background: #aac863; }


/*●定義タグ スタイル01*/
#main-contents dl.dl-style01{
	margin: 0 0 3.5em;
	padding: 0;
}

#main-contents dl.dl-style01 dt{
	float: left;
	width: 9em;
	margin: 0;
	padding: 0 0 0 1em;
}

#main-contents dl.dl-style01 dd{
	margin: 0 0 10px 0;
	padding: 0 1em 0.8em 10em;
	border-bottom: 1px dotted #414141;
}


/*●定義タグ スタイル02*/
#main-contents  dl.dl-style02{
	margin-bottom: 1.2em;
	padding: 0;
	border: 1px solid #777;
	border-top: 0;
	background-color: #ddd;
}

#main-contents dl.dl-style02 dt{
	margin: 0;
	padding: 0.5em;
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
	font-weight: bold;
}

#main-contents dl.dl-style02 dd{
	margin: 0;
	padding: 0.8em 1.0em;
	background-color: #fff;
}


/*●チェックリスト（リストタグ）*/
#main-contents ul.checklist{
	margin: 0 0 1.5em;
	padding: 1em;
	padding-bottom: 0;
	border: 1px solid #414141;
}

#main-contents ul.checklist li{
	margin-bottom: 1.5em;
	padding-top: 5px;
	padding-left: 24px;
	background: url(./images/icon/icon-check01-red.png) left top no-repeat;
	list-style-type: none;
}


/*●戻る＆進むリンク*/
#main-contents .post .link-next{ margin-bottom:0; padding-bottom:0.5em;}
.link-back,
.link-next02,
.link-back02{ clear: both; }

.link-next,
.link-next02{ text-align: right; }

.link-back,
.link-back02{ text-align: left; }

.link-next a{
	font-weight:bold;
}
.link-next a:hover,
.link-next a:active { text-decoration:none; background-color:#1D79B6; color:#fff;}
.link-back a{
	padding: 3px 0 3px 15px;
	background: url(./images/icon/icon-arrow_l.png) 0 5px no-repeat;
}
.link-next02 a{
	padding: 3px 0 3px 15px;
	background: url(./images/icon/icon-arrow_r-red.png) 0 5px no-repeat;
}
.link-back02 a{
	padding: 3px 0 3px 15px;
	background: url(./images/icon/icon-arrow_l-red.png) 0 5px no-repeat;
}


/*●段組み*/
.box-wrap .box-l{
	float: left;
	width: 48%;
	margin: 0 0 1.5em;
	border: 1px solid #aaa; /*boxの枠線の指示*/
}

.box-wrap .box-r{
	float: right;
	width: 48%;
	margin: 0 0 1.5em;
	border: 1px solid #aaa;
}

#main-contents .box-wrap .title{
	margin-bottom: 1.5em;
	background-color: #999; /*boxのタイトルの背景色*/
}

#main-contents .box-wrap .title p{
	margin: 0 10px;
	padding: 5px 0;
	color: #fff;
	font-weight: bold;
}


/*●ランキング（リストタグ）*/
#main-contents .box-wrap .ranking{
	margin: 0 0 15px;
}

#main-contents .ranking li{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #aaa; /*区切り線の指示*/
	background: none;
	list-style: none;
}

#main-contents .ranking li.end{
	padding-bottom: 0;
	border-bottom: none;
}

#main-contents .ranking p{ margin: 0 0 10px; }


/*●ページネーション スタイル01*/
#main-contents .cont-menu01{
	position: relative;
	overflow: hidden;
	width: 100%;
}

#main-contents .cont-menu01 ul{
	position: relative;
	left: 50%;
	float: left;
	margin-left: 10px;
}

#main-contents .cont-menu01 li{
	position: relative;
	left: -50%;
	float: left;
	margin-right: 10px;
	list-style: none;
}

#main-contents .cont-menu01 li:last-child{ margin-right: 0; }

#main-contents .cont-menu01 li.cur{
	padding: 3px 10px;
	border: 1px solid #ccc;
	background-color: #959595;
	color: #fff;
	font-weight: bold;
}

#main-contents .cont-menu01 li a{
	display: block;
	padding: 3px 10px;
	border: 1px solid #ccc;
}

#main-contents .cont-menu01 li a:link,
#main-contents .cont-menu01 li a:visited{ background-color: transparent; }

#main-contents .cont-menu01 li a:hover,
#main-contents .cont-menu01 li a:active{
	background-color: #959595;
	color: #fff;
}

#main-contents .text-field{ width: 90%; }


/*●ページネーション スタイル02*/
#main-contents .cont-menu02{
	position: relative;
	overflow: hidden;
	width: 100%;
}

#main-contents .cont-menu02 ul{
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
}

#main-contents .cont-menu02 li{
	max-width: 50%;
	list-style: none;
}

* html #main-contents .cont-menu02 li{ white-space: nowrap; } /* IE6 */

#main-contents .cont-menu02 li.prev{ float: left; }

#main-contents .cont-menu02 li.next{ float: right; }

#main-contents .cont-menu02 li a{
	display: block;
	padding: 3px 10px;
	border: 1px solid #ccc;
}

#main-contents .cont-menu02 li a:link,
#main-contents .cont-menu02 li a:visited{ background-color: transparent; }

#main-contents .cont-menu02 li a:hover,
#main-contents .cont-menu02 li a:active{
	background-color: #959595;
	color: #fff;
}


/*●サイトマップ*/
#main-contents .sitemap li{ list-style: none; }

#main-contents .sitemap li a{
	display: block;
	padding: 3px 0 3px 20px;
}

#main-contents .sitemap ul{ margin-top: 1em; }

#main-contents .sitemap li li a{
	padding: 0 0 0 15px;
	border-left: none;
	background: url(./images/icon/icon-menu02.png) 0 6px no-repeat;
}


/*●Twitterウィジェット用*/
#main .twtr-widget{ margin-bottom: 15px; }

#main .twtr-doc{ margin: auto; }

#main .twtr-hd h3,
#main .twtr-hd h3{
	clear: none;
	width: auto;
	border: 0;
	background: none;
}


/*--------------------------------------------------------
サブコンテンツ / サイドバー
--------------------------------------------------------*/

#sub-contents,
#sidebar,
#sub-contents dd,
#sidebar dd{
	margin: 0;
	padding: 0;
}

* html #sub-contents,
* html #sidebar{ overflow: hidden; }

#sub-contents .sub-contents-btn,
#sidebar .sidebar-btn{ display: none; }

.sub-column{ font-size: 1.2em;}

.sub-column li{ list-style: none; }


/*●コンテンツ*/
.sub-column .contents{
	padding-bottom:20px;
	text-shadow: 1px 1px 1px #fff;
}

.sub-column .contents a:link,
.sub-column .contents a:visited { text-decoration:underline;}

.sub-column .contents a:hover,
.sub-column .contents a:active { text-decoration:none;}

.sub-column hr{ clear: both; }

.sub-column h3{}

.sub-column .contents h3{
	font-size:1.4em;
	font-weight:bold;
	text-shadow: 1px 1px 1px #fff;
	margin-bottom:0.75em;
	line-height:120%;
	color:#333;
	border-bottom: 1px solid #DFDCDC;
    box-shadow: 0 1px 0 0 #FFFFFF;
	padding-bottom:0.5em;
}
.sub-column .contents p {
	margin-bottom:1.0em;
}

/*●プロフィール*/
.sub-column .profile-img img{
	display: block;
	margin: auto;
	margin-bottom: 10px;
}

.sub-column .profile-txt p{ margin-bottom: 1em; }

.col1 .sub-column .profile-img,
.col2 #sub-contents .profile-img,
.col2r #sub-contents .profile-img{
	float: left;
	padding-right: 20px;
}

/*●テーブルタグ*/
.sub-column table caption{
	font-weight: bold;
	text-align: center;
}

.sub-column table{
	width: 90%;
	margin: auto;
	margin-bottom: 1.5em;
	padding: 0;
	border-top: 1px solid #959595;
	border-left: 1px solid #959595;
}

.sub-column table th,
.sub-column table td{
	padding: 0.5em 0.2em;
	border-right: 1px solid #959595;
	border-bottom: 1px solid #959595;
}

.sub-column table th{
	background: #f0f0f0;
	font-weight: bold;
	text-align: center;
}


/*●カレンダー*/
.sub-column table#wp-calendar tbody td{ text-align: center; }

.sub-column table#wp-calendar tfoot td{ border-right: none; }

.sub-column table#wp-calendar tfoot td#next{
	border-right: 1px solid #959595;
	text-align: right;
}

.sub-column table#wp-calendar tbody td a{ display: block; }


/*●検索ボックス*/
.sub-column dl.search-box{
	margin: 0 0 16px;
	width: 100%;
}

.sub-column dl.search-box dt{
	display: block;
	float: left;
	width: 63%;
	margin: 0;
	padding: 0;
	padding-right: 5px;
}

.sub-column dl.search-box dt input{
	width: 95%;
	height: 1.4em;
	padding: 2px;
	border: 1px solid #aaa;
	color: #aaa;
	line-height: 1.4em;
}

.sub-column dl.search-box dt input.onfocus{ color: #333; }

.sub-column dl.search-box dd{
	float: left;
	margin: 0;
	padding: 0;
}

.sub-column dl.search-box dd input{
	height: 2em;
	padding: 0.1em 1em;
	line-height: 1.4em;
}


/*●お問い合わせ*/
.sub-column .contact .icon-contact{
	float: left;
	padding: 0 10px 10px 0;
}

.sub-column .contact .text-contact{ overflow: hidden; }


/*●サイドメニュー*/
.sub-column .side-menu{ margin: 0; }

.sub-column .side-menu li{ list-style: none; }

.sub-column .side-menu li a{
	display: block;
}

.sub-column .side-menu li a:active,
.sub-column .side-menu li a:hover{
	background-color: #1D79B6;
	color: #fff;
}

.sub-column .side-menu ul{
	padding: 0;
	margin: 0;
}

.sub-column .side-menu ul ul{ padding: 0; }

.sub-column .side-menu li li{
	width: 95%;
	margin-bottom: 0;
	padding-left: 5%;
	border: 0;
}

.sub-column .side-menu li li a:link,
.sub-column .side-menu li li a:visited{
	padding: 6px 10px 6px 15px;
	border-left: none;
	background: url(./images/icon/icon-menu02.png) 2px 12px no-repeat;
}

.sub-column .side-menu li li a:active,
.sub-column .side-menu li li a:hover{ }


/*●ランキング*/
.ranking{
	margin: 0;
	padding: 5px 8px;
}

.ranking li{
	margin-bottom: 10px;
	padding: 0;
	border-bottom: 1px dotted #7070ba;
	background: none;
	font-weight: normal;
}

.ranking li p{ margin-bottom: 10px; }
.ranking li.end{ border-bottom: none; }

.ranking .no01 .item-name,
.ranking .no02 .item-name,
.ranking .no03 .item-name{
	color: #fe8528;
	font-size: 1.167em;
}

.ranking .no01 .item-name, .ranking .no02 .item-name,
.ranking .no03 .item-name, .ranking .no04 .item-name,
.ranking .no05 .item-name, .ranking .no06 .item-name,
.ranking .no07 .item-name, .ranking .no08 .item-name,
.ranking .no09 .item-name, .ranking .no10 .item-name{
	padding: 4px 0 4px 30px;
	font-weight: bold;
}

.no01 .item-name{ background: url(./images/icon/icon-rank01-01.png) left top no-repeat; }
.no02 .item-name{ background: url(./images/icon/icon-rank01-02.png) left top no-repeat; }
.no03 .item-name{ background: url(./images/icon/icon-rank01-03.png) left top no-repeat; }
.no04 .item-name{ background: url(./images/icon/icon-rank01-04.png) left top no-repeat; }
.no05 .item-name{ background: url(./images/icon/icon-rank01-05.png) left top no-repeat; }
.no06 .item-name{ background: url(./images/icon/icon-rank01-06.png) left top no-repeat; }
.no07 .item-name{ background: url(./images/icon/icon-rank01-07.png) left top no-repeat; }
.no08 .item-name{ background: url(./images/icon/icon-rank01-08.png) left top no-repeat; }
.no09 .item-name{ background: url(./images/icon/icon-rank01-09.png) left top no-repeat; }
.no10 .item-name{ background: url(./images/icon/icon-rank01-10.png) left top no-repeat; }

.ranking .no01 .item-name{ background: url(./images/icon/icon-rank01-01.png) left top no-repeat; }
.ranking .no02 .item-name{ background: url(./images/icon/icon-rank01-02.png) left top no-repeat; }
.ranking .no03 .item-name{ background: url(./images/icon/icon-rank01-03.png) left top no-repeat; }
.ranking .no04 .item-name{ background: url(./images/icon/icon-rank01-04.png) left top no-repeat; }
.ranking .no05 .item-name{ background: url(./images/icon/icon-rank01-05.png) left top no-repeat; }
.ranking .no06 .item-name{ background: url(./images/icon/icon-rank01-06.png) left top no-repeat; }
.ranking .no07 .item-name{ background: url(./images/icon/icon-rank01-07.png) left top no-repeat; }
.ranking .no08 .item-name{ background: url(./images/icon/icon-rank01-08.png) left top no-repeat; }
.ranking .no09 .item-name{ background: url(./images/icon/icon-rank01-09.png) left top no-repeat; }
.ranking .no10 .item-name{ background: url(./images/icon/icon-rank01-10.png) left top no-repeat; }

.ranking .item-img{ text-align: center; }


.col1 .ranking .item-img,
.col2 #sub-contents .ranking .item-img,
.col2r #sub-contents .ranking .item-img{
	float: left;
	padding-right: 20px;
}


/*●バナーエリア*/
.sub-column .banner{ margin-bottom: 10px; }

.sub-column .banner li{
	margin-bottom: 18px;
	list-style: none;
	text-align: center;
}

.col1 .sub-column .banner li,
.col2 #sub-contents .banner li,
.col2r #sub-contents .banner li{
	display: inline;
	margin-right: 8px;
}


/*--------------------------------------------------------
フッター
--------------------------------------------------------*/

#footer{
	clear: both;
	padding-top: 30px;
	padding-bottom: 10px;
	background: #959595; /*フッター全体の背景色を指定*/
	color: #fff;
	font-size: 1.2em;
}

#footer a:link,
#footer a:visited{ color: #fff; }
#footer a:hover,
#footer a:active{ color: #f60; }

#footer h3{
	margin-bottom: 1em;
	padding: 0.8em;
	background-color: #fff;
	color: #333;
	font-weight: bold;
}

#footer-in li{ list-style: none; }

#footer .area01{
	float: left;
	width: 39%;
	padding-bottom: 20px;
}

#footer .area02{
	float: right;
	width: 60%;
	padding-bottom: 20px;
}

/*●アクセス情報*/
#footer .access{ padding: 0 1em; }

#footer .access p{ margin-bottom: 1em; }

p.accessmap{
	padding: 0px 0 3px;
	padding-left: 25px;
	background: url(./images/icon/icon-arrow02.png) left center no-repeat;
}


/*●フッターメニュー*/
#footer .footer-menu{
	overflow: hidden;
	width: 100%;
	padding: 0;
}

#footer .footer-menu ul{
	float: left;
	width: 42%;
	margin-right: 5%;
	padding: 1%;
}

#footer .footer-menu ul ul{
	float: none;
	width: auto;
	margin-top: 1em;
	margin-right: 0;
}

.footer-menu li{
	margin-bottom: 5px;
	padding: 0px 0 3px;
	padding-left: 25px;
	background: url(./images/icon/icon-arrow02.png) left top no-repeat;
}

.footer-menu li li{
	padding-left: 15px;
	padding-top: 0;
	background: url(./images/icon/icon-arrow03.png) left 5px no-repeat;
}


/*●フッターバナー*/
#footer-banner{
	clear: both;
	padding: 20px 0;
	border-top: 1px solid #ccc;
}

#footer-banner li{
	display: inline;
	list-style: none;
}

/*●フッターメニュー*/
#footer-menu {
	text-align:center;
	background: #fff;
	padding: 15px 0;
}
#footer-menu ul {
	text-align:center;
}
#footer-menu ul li {
	display:inline;
	font-size:1.2em;
	padding:0 1.0em;
}
#footer-menu ul li a:link,
#footer-menu ul li a:visited{
	color:#444;
	text-decoration:underline;
}
#footer-menu ul li a:hover,
#footer-menu ul li a:active{
	color:#444;
	text-decoration:none;
}


/*●コピーライト*/
.copyright{
	padding: 0 0 15px;
	background: #fff;
	font-size: 1.2em;
	text-align: center;
}


/*--------------------------------------------------------
ページトップ
--------------------------------------------------------*/

.page-top{
	position: fixed;
	right: 0;
	bottom: 20px;
	z-index: 99;
	width: 182px;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
}

* html .page-top{ display: none; }

.page-top a{
	display: block;
	padding: 10px;
	padding-left: 42px;
	border: 1px solid #fff;
	border-right: 0;
	text-decoration: none;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
}

.page-top a:link,
.page-top a:visited{
	background: url(./images/common/bg-pagetop.gif) 14px center no-repeat #999;
	color: #fff;
}

.page-top a:hover,
.page-top a:active{
	background: url(./images/common/bg-pagetop.gif) 14px center no-repeat #fc6;
	color: #f60;
}


/*------------------------------------------------------------
ソーシャルボタン
-------------------------------------------------------------*/

#main-contents .sb{
	width:100%;
	margin: 0;
	padding: 0 0 10px;
}

#main-contents .sb li{
	display: inline-block;
	margin-right: 5px;
	vertical-align: top;
	list-style: none;
}

* html #main-contents .sb li{
	float: left;
	width: 130px;
	list-style: none;
} /* IE6 */

*+html #main-contents .sb li{
	display: inline;
	list-style: none;
} /* IE7 */

#main iframe.twitter-share-button{ width: 100px!important; }


/*------------------------------------------------------------
WordPress用
-------------------------------------------------------------*/
#main-contents .roop-area {
	width:575px;
	overflow:hidden;
	
}
#main-contents .roop-area-inner {
	width:590px;
}
#main-contents .post{
	background-color:#FFF;
	border:#EAEAEA solid 1px;
/*	border-radius: 4x 4px 4px 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;*/
	box-shadow: #EAEAEA 0px 1px 1px 1px;
	-webkit-box-shadow: #EAEAEA 0px 1px 1px 1px;
    -moz-box-shadow: #EAEAEA 0px 1px 1px 1px;
	margin-bottom:20px;
}
#main-contents  h2.post-title{
	font-size: 3.0em;
	padding:20px 20px 10px;
	margin:0;
}

#main-contents .attachment-post-thumbnail:hover {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	cursor:pointer;
}


#main-contents .article .left {
	padding-left:20px;
}

/*固定ページ用タイトル*/
#main-contents .post-meta {
	padding-left:20px;
	margin-bottom:0;
	color:#888;
}
#main-contents .contents p {
	font-size:1.17em;
}
#main-contents .contents .thumnb {
	padding-bottom:10px;
}
#main-contents .contents .desc {
	margin-bottom:1.0em;
}

#main-contents .contents .article {
	padding-top:10px;
}

#main-contents .roop-area-inner .contents .article {
	padding-top:10px;
}
#main-contents .contents .article p {
	margin-right:20px;
	margin-left:20px;
}
/*.col1 #main-contents .contents .article p {
	margin-right:18%;
	margin-left:18%;
}*/
/*.col1 #main-contents .contents .article p:first-child {
	margin-right:20px;
	margin-left:20px;
}*/
#main-contents .roop-area-inner .contents .article p {
	margin:0;
	padding:0 1.0em;
}

#main-contents .contents .article iframe {
	margin-bottom:20px;
}

.archive-title{
	margin-bottom: 2em;
	padding: 1em;
	background-color: #333;
	color: #fff;
	font-weight: bold;
}


/*------------------------------------------------------------
WordPress用(single.php)
-------------------------------------------------------------*/
#main-contents .single-post{
	background-color:#FFF;
	border:#EAEAEA solid 1px;
	/*border-radius: 4x 4px 4px 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;*/
	box-shadow: #EAEAEA 0px 1px 1px 1px;
	-webkit-box-shadow: #EAEAEA 0px 1px 1px 1px;
    -moz-box-shadow: #EAEAEA 0px 1px 1px 1px;
	margin-bottom:20px;
	padding-bottom:20px;
}
#main-contents  h2.single-post-title{
	font-size: 3.0em;
	padding:0.5em 0.5em 0.3em 0.5em;
	margin:0;
}

/*------------------------------------------------------------
WordPress用(page.php)
-------------------------------------------------------------*/
#main-contents .page-post{
	background-color:#FFF;
	/*border-radius: 4x 4px 4px 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;*/
	box-shadow: #EAEAEA 0px 1px 1px 1px;
	-webkit-box-shadow: #EAEAEA 0px 1px 1px 1px;
    -moz-box-shadow: #EAEAEA 0px 1px 1px 1px;
	margin-bottom:20px;
	padding-bottom:20px;
}
#main-contents  h2.page-post-title{
	font-size: 3.0em;
	padding:0.5em 0.5em 0.3em 0.5em;
	margin:0;
}




/*●ウィジェットメニュー*/
.sub-column .widget-conts ul{ margin: 0; }

.sub-column .widget-conts ul li{}

.sub-column .widget-conts ul li li{
	padding: 6px 10px 6px 15px;
	background: url(./images/icon/icon-menu02.png) 2px 12px no-repeat;
}

.sub-column .widget_recent_entries ul li,
.sub-column .widget_recent_entries ul li li,
.sub-column .widget_pages ul li,
.sub-column .widget_pages ul li li,
.sub-column .widget_nav_menu ul li,
.sub-column .widget_nav_menu ul li li,
.sub-column .widget-conts .ranking li,
.sub-column .widget-conts .ranking li li,
.sub-column .widget-conts .banner li,
.sub-column .widget-conts .banner li li{
	padding: 0;
	background: none;
	list-style: none;
}

.sub-column .widget_recent_entries ul li a,
.sub-column .widget_pages ul li a,
.sub-column .widget_nav_menu ul li a{
	display: block;
}

.sub-column .widget_recent_entries ul li a:active,
.sub-column .widget_recent_entries ul li a:hover,
.sub-column .widget_pages ul li a:active,
.sub-column .widget_pages ul li a:hover,
.sub-column .widget_nav_menu ul li a:active,
.sub-column .widget_nav_menu ul li a:hover{
	background-color:#1D79B6;
	color: #fff;
	text-decoration:none;
	text-shadow:none;
}

.sub-column .widget_recent_entries ul ul,
.sub-column .widget_pages ul ul,
.sub-column .widget_nav_menu ul ul{
	padding: 0;
	margin: 0;
}

.sub-column .widget_recent_entries ul ul ul,
.sub-column .widget_pages ul ul ul,
.sub-column .widget_nav_menu ul ul ul{ padding: 0; }

.sub-column .widget_recent_entries ul li li,
.sub-column .widget_pages ul li li,
.sub-column .widget_nav_menu ul li li{
	width: 95%;
	margin-bottom: 0;
	padding-left: 5%;
	border: 0;
}

.sub-column .widget_recent_entries ul li li a:link,
.sub-column .widget_recent_entries ul li li a:visited,
.sub-column .widget_pages ul li li a:link,
.sub-column .widget_pages ul li li a:visited,
.sub-column .widget_nav_menu ul li li a:link,
.sub-column .widget_nav_menu ul li li a:visited{
	padding: 6px 10px 6px 15px;
	border-left: none;
	background: url(./images/icon/icon-menu02.png) 2px 12px no-repeat;
}

.sub-column .widget_recent_entries ul li li a:active,
.sub-column .widget_recent_entries ul li li a:hover,
.sub-column .widget_pages ul li li a:active,
.sub-column .widget_pages ul li li a:hover,
.sub-column .widget_nav_menu ul li li a:active,
.sub-column .widget_nav_menu ul li li a:hover{ background: url(./images/icon/icon-menu02.png) 2px 12px no-repeat #1D79B6; }

.sub-column .rss-date,
.sub-column cite{
	display: block;
	margin: 0.5em 0;
}

.sub-column .widget_links li{ overflow: hidden; }

.sub-column .widget_links li img{
	display: block;
}

.sub-column .banner{ margin-bottom: 10px; }

.sub-column .banner li{
	margin-bottom: 18px;
	list-style: none;
	text-align: center;
}

.col1 .sub-column .banner li,
.col2 #sub-contents .banner li,
.col2r #sub-contents .banner li{
	display: inline;
	margin-right: 8px;
}

#main .sub-column ul.banner li a{
	display: inline;
	padding-left: 0;
	background: none;
}

#main .sub-column ul.banner li a:link,
#main .sub-column ul.banner li a:visited{ color: #39f; }
#main .sub-column ul.banner li a:hover,
#main .sub-column ul.banner li a:active{ color: #f60; }

/*サイドカテゴリ*/
.sub-column .widget_categories .cat-item {
	background:url(images/icon/icon_side_category.gif) no-repeat 0 50%;
	padding-left:0.75em;
	margin-bottom:0.3em;
}
/*サイド人気記事ランキング*/
.sub-column .popular-posts li {
	margin-bottom:0.5em;
}


/*●メインコンテンツ内での検索*/
#main-contents dl.search-box{
	margin: 0 0 16px;
	width: 100%;
}

#main-contents dl.search-box dt{
	display: block;
	float: left;
	width: 63%;
	margin: 0;
	padding: 0;
	padding-right: 5px;
}

#main-contents dl.search-box dt input{
	width: 95%;
	height: 1.4em;
	padding: 2px;
	border: 1px solid #aaa;
	color: #aaa;
	line-height: 1.4em;
}

#main-contents dl.search-box dt input.onfocus{ color: #333; }

#main-contents dl.search-box dd{
	float: left;
	margin: 0;
	padding: 0;
}

#main-contents dl.search-box dd input{
	height: 2em;
	padding: 0.1em 1em;
	line-height: 1.4em;
}

#main-contents .post-tag{
	padding: 1em;
	background-color: #f3f3f3;
}

#main-contents .post-tag p{
	margin-bottom: 0;
}

#main-contents .sb{
	text-align: right;
}


/*コメントフォーム*/
#main-contents .trackback-url{ width: 70%; }

#main-contents p textarea{ width: 70%; }

#main-contents #submit{ padding: 1.0em 2.0em; }

#main-contents #author,
#main-contents #email,
#main-contents #url{
	width: 50%;
	padding: 0.3em;
}

#main-contents .comment-body em{
	font-weight: bold;
}

#main-contents .commentlist,
#main-contents .commentlist ul{
	margin-right: 0!important;
	margin-left: 0!important;
	padding: 0;
}

#main-contents .commentlist{
	padding: 10px;
	background-color:#FFF;
	border-radius: 4x 4px 4px 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: #EAEAEA 0px 1px 1px 1px;
	-webkit-box-shadow: #EAEAEA 0px 1px 1px 1px;
    -moz-box-shadow: #EAEAEA 0px 1px 1px 1px;
	margin-bottom:20px;
}

#main-contents .commentlist li{
	margin-bottom: 2.5em;
	padding-bottom: 1em;
	border-bottom: 1px solid #ccc;
	list-style: none;
}
#main-contents .commentlist li p {
	font-size:14px;
}
#main-contents .commentlist li li{
	margin-top: 10px;
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 0;
	border-top: 1px solid #ccc;
	border-bottom: none;
}
#main-contents .commentlist li li p {
}

#main-contents .comment-author,
#main-contents .comment-meta{ margin-bottom: 1em; }

#main-contents .reply{ clear: both; }

#main-contents .reply a{
	padding-left: 17px;
}


/*画像の回り込み*/
img.alignleft{
	float: left;
	padding-right: 30px;
}

img.alignright{
	float: right;
	padding-left: 30px;
}

img.aligncenter{
	display: block;
	margin: auto;
}


/*PS Auto Sitemap基本デザイン*/
ul#sitemap_list,
ul#sitemap_list ul{ margin: 0; }

#sitemap_list li{
	list-style: none;
}

#sitemap_list li ul{
	margin-top: 0.5em;
	margin-bottom: 0;
}

#sitemap_list li li{
	padding: 6px 10px 6px 15px;
	border-left: none;
	background: url(./images/icon/icon-menu02.png) 2px 12px no-repeat;
}

/*ブログ講座一覧*/
ul#course_list,
ul#course_list ul{ margin: 0; }

#course_list li{
	list-style: none;
}

#course_list li ul{
	margin-top: 0.5em;
	margin-bottom: 0;
}

#course_list li li{
	padding: 6px 10px 6px 15px;
	border-left: none;
	background: url(./images/icon/icon-menu02.png) 2px 12px no-repeat;
}




/*●ページャー wp-pagenavi WP用*/
#main-contents .cont-menu-wp{
	position: relative;
	overflow: hidden;
	width: 100%;
	/zoom : 1;
}
.cont-menu-wp {
	padding-bottom:20px;
}
.wp-pagenavi span,
.wp-pagenavi a {
	display:block;
    background: -moz-linear-gradient(center top , #FCFAF4, #F5F2E9) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -webkit-gradient(linear, left top, left bottom, from(#FCFAF4), to(#F5F2E9));
    border-color: #D6D3C8 #D8D4C8 #DAD6C9;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.4), 1px 0 1px 0 rgba(255, 255, 255, 0.5) inset, -1px 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 -1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    font-size: 16px;
	text-align:center;
    font-weight: bold;
    text-shadow: 0 1px 0 #FFFFFF;
	float:left;
}
.wp-pagenavi span {
	width:1.5em;
}
.wp-pagenavi a {
	width:1.5em;
}
.wp-pagenavi span.pages {
	width:4.0em;
}
 .cont-menu-wp .wp-pagenavi a:hover {
	border:solid 1px #1D79B6;
}

/*コメントナビ*/
.navigation .alignright{
	float: right;
}
.navigation .alignleft{
	float: left;
}

.navigation:after{ content : ''; display : block; clear : both; height:0; }
.navigation{
	margin-bottom: 30px;
	/zoom : 1;
}


/*------------------------------------------------------------
floatの回り込みを解除
-------------------------------------------------------------*/

#top-in:after,
#header-in:after,
#global-nav-in #menu:after,
#main-in:after,
#main-and-sub:after,
.contents:after,
#main-contents dl.dl-style01:after,
.box-wrap:after,
dl.search-box:after,
#footer-in:after,
#main-contents .sb:after,
.contact:after,
#main-contents .cont-menu01:after,
#main-contents .cont-menu02:after,
.clearfix:after{ content : ''; display : block; clear : both; height:0; }

#top-in,
#header-in,
#global-nav-in #menu,
#main-in,
#main-and-sub,
.contents,
#main-contents dl.dl-style01,
.box-wrap,
dl.search-box,
#footer-in,
#main-contents .sb,
.contact,
#main-contents .cont-menu01,
#main-contents .cont-menu02,
.clearfix{ /zoom : 1; }



/*------------------------------------------------------------
　投稿用AddQuicktag
-------------------------------------------------------------*/
.article span.redbold {
	color:#FF0000;
	font-weight:bold;
}
.article span.fontlevel3 {
	font-size: 2.5em;
	color:#FF0000;
	font-weight:bold;
}
.article span.fontlevel2r {
	font-size: 1.6em;
	color:#FF0000;
	font-weight:bold;
}
.article span.fontlevel2 {
	font-size: 1.8em;
	font-weight:bold;
}
.article div.memo {
	background-color:#FFFFD2;
	border:#999 dotted 1px;
	margin:0 1.5em 3.5em;
	padding:1.5em;

}
/*.col1 .article div.memo {
	margin:0 18% 3.5em;

}	*/
.article span.source {
	display:block;
	font-size:75%;
	color:#CCCCCC;
	text-align:center;
}

.article span.reference {
	font-size:83.4%;
	display:block;
	padding-top:10px;
	color:#BBB;
}

#main-contents .article div.memo ul,
#main-contents .article div.memo ol {
	margin:0;
	padding:0 0 0 2.5em;
}
#main-contents .article div.memo ul li,
#main-contents .article div.memo ol li {

}
#main-contents .article .webfont {
	font-family: 'Chewy', cursive;
	font-size:1.5em;
	font-weight:normal;
	padding:0;
	margin-bottom:0.5em;
	border:none;
	line-height:100%;
} 
#main-contents .article div.memo p {
	margin-left:0;
	margin-right:0;
}
#main-contents .article div.memo p:last-child {
	margin-bottom:0;
}

/*------------------------------------------------------------
　目次デザイン
-------------------------------------------------------------*/
#main-contents .article div#toc {
	padding-bottom:2.0em;
}
#main-contents .article div#toc h3 {
	font-size:2.4em;
	font-weight:bold;
	padding-left:0.7em;
	margin-bottom:0.5em;
}
/*.col1 #main-contents .article div#toc h3 {
	margin-right:18%;
	margin-left:18%;
	padding-left:0;
}*/
#main-contents .article div#toc p {
	margin-bottom:1.0em;
	font-weight:bold;
}
#main-contents .article div#toc ul {
	margin-bottom:3.0em;
}
#main-contents .article div#toc ul li {
	margin-bottom:0.5em;
}


/*------------------------------------------------------------
　サイドオリジナル
-------------------------------------------------------------*/
/*プロフィール*/
.sub-column #profile {
	padding-bottom:2.0em;
}
.sub-column #profile .name {
	font-size:1.75em;
	text-align:center;
	font-weight:bold;
	color:#666666;
}
.sub-column #profile .photo{
	text-align:center;
	margin-bottom:15px;
}
.sub-column #profile .tolink {
	text-align:center;
	font-weight:bold;
	padding:0;
	margin:0;
}
.sub-column #profile .ranking {
	text-align:center;
	font-weight:bold;
	padding:0;
	margin-bottom:0.5em;
}
.sub-column #profile a {
	font-weight:bold;
}
/*メディア出演*/
.sub-column #media {
	padding-bottom:2.0em;
}
.sub-column #media .photo{
	text-align:center;
	margin-bottom:15px;
}


/*スカイプで相談*/
.sub-column #skype{}
.sub-column #skype .icon {
	text-align:center;
	padding-bottom:20px;
}
.sub-column #skype p.name {
	font-weight:bold;
	margin-bottom:0;
}

/*------------------------------------------------------------
　コメントフォーム
-------------------------------------------------------------*/
#commentform p {
	margin-bottom:20px;
}

#commentform input[type=submit]{
	border:1px solid #25729a;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration:none;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-weight:bold;
	color: #FFFFFF;
	background-color: #3093c7;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3093c7), to(#1c5a85));
	background-image: -webkit-linear-gradient(top, #3093c7, #1c5a85);
	background-image: -moz-linear-gradient(top, #3093c7, #1c5a85);
	background-image: -ms-linear-gradient(top, #3093c7, #1c5a85);
	background-image: -o-linear-gradient(top, #3093c7, #1c5a85);
	background-image: linear-gradient(to bottom, #3093c7, #1c5a85);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3093c7, endColorstr=#1c5a85);
	cursor:pointer;
}



#commentform input[type=submit]:hover{
	border:1px solid #1c5675;
	background-color: #26759e;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#26759e), to(#133d5b));
	background-image: -webkit-linear-gradient(top, #26759e, #133d5b);
	background-image: -moz-linear-gradient(top, #26759e, #133d5b);
	background-image: -ms-linear-gradient(top, #26759e, #133d5b);
	background-image: -o-linear-gradient(top, #26759e, #133d5b);
	background-image: linear-gradient(to bottom, #26759e, #133d5b);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#26759e, endColorstr=#133d5b);
}

/*------------------------------------------------------------
　コンタクトフォーム
-------------------------------------------------------------*/
#main-contents .wpcf7-form p {
	margin-bottom:1.0em;
}
#main-contents .wpcf7-form input[type="text"],
#main-contents .wpcf7-form textarea,
#main-contents .wpcf7-form input[type="email"] {
	padding:0.5em;
}
#main-contents .wpcf7-form input[type=submit]{
	border:1px solid #25729a;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	 padding: 1em 2em;
	text-decoration:none;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-weight:bold;
	color: #FFFFFF;
	background-color: #3093c7;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3093c7), to(#1c5a85));
	background-image: -webkit-linear-gradient(top, #3093c7, #1c5a85);
	background-image: -moz-linear-gradient(top, #3093c7, #1c5a85);
	background-image: -ms-linear-gradient(top, #3093c7, #1c5a85);
	background-image: -o-linear-gradient(top, #3093c7, #1c5a85);
	background-image: linear-gradient(to bottom, #3093c7, #1c5a85);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3093c7, endColorstr=#1c5a85);
	cursor:pointer;
}

#main-contents .wpcf7-form input[type=submit]:hover{
	border:1px solid #1c5675;
	background-color: #26759e;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#26759e), to(#133d5b));
	background-image: -webkit-linear-gradient(top, #26759e, #133d5b);
	background-image: -moz-linear-gradient(top, #26759e, #133d5b);
	background-image: -ms-linear-gradient(top, #26759e, #133d5b);
	background-image: -o-linear-gradient(top, #26759e, #133d5b);
	background-image: linear-gradient(to bottom, #26759e, #133d5b);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#26759e, endColorstr=#133d5b);
}
#main-contents .wpcf7-form p.send {
	text-align:center;
}

/*------------------------------------------------------------
　パスワードボックス
-------------------------------------------------------------*/
#main-contents .article #pwbox-548 {
	background-color: #FFFFFF;
    border: 1px solid #DDD;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 2px #DCDCDC inset;
	padding:2px;
}
/*------------------------------------------------------------
　サイトマップ
-------------------------------------------------------------*/

#main-contents #sitemap_list {
	padding:0;
	margin:0;
}
#main-contents #sitemap_list li {
	margin:0;
	font-size:14px;
	background:none;
	padding:0 0 0 2.0em;
	list-style:inside circle;
}
#main-contents #sitemap_list li ul {
	padding:0.5em 0 2.0em;
	margin:0;
}
#main-contents #sitemap_list li ul li {
	list-style:inside disc;
	padding-bottom:0;
	margin-bottom:0;
}

/*------------------------------------------------------------
　ブログ講座一覧
-------------------------------------------------------------*/
#main-contents #course_list {
	padding:0;
	margin:0;
}
#main-contents #course_list li {
	margin:0;
	font-size:150%;
	background:none;
	padding:0 0 0 2.0em;
	list-style:inside none;
	font-weight:bold;
}
#main-contents #course_list li ul {
	padding:0.5em 0 2.0em;
	margin:0;
}
#main-contents #course_list li ul li {
	list-style:inside disc;
	padding-bottom:0;
	margin-bottom:0;
	font-size:14px;
}

/*------------------------------------------------------------
　メルマガ登録
-------------------------------------------------------------*/
#tolp {
	padding-bottom:10px;
}
#tolp h3 {
	font-size:1.4em;
	font-weight:bold;
	margin-bottom:0.3em;
}
#tolp .photo {
	margin-bottom:10px;
}
#tolp .photo img:hover {
	opacity:0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha( opacity=90 )";
	cursor:pointer;
}
#tolp .formarea {}
#tolp .formarea table {
	width:460px;
	margin:0 auto;
	border-collapse:collapse;
	border:none;
}
#tolp .formarea table td {
	border:none;
	padding:0;
}

#tolp .formarea .inputText{ 
border:0;
font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
padding:4px;
font-size:1.4em;
font-family:Arial, sans-serif;
color:#aaa;
border:solid 1px #ccc;
margin:0 0 10px;
width:210px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
color:#999;

}
#tolp .formarea table td span {
	color:#999999;
	font-weight:bold;
}
#tolp .formarea .textFocus { color:#333;}

#tolp .formarea .inputText:focus {
    border:solid 1px #EEA34A;
}

#tolp .formarea .orangeButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fff6af;
	box-shadow:inset 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color:#ffec64;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:block;
	cursor:pointer;
	color:#333333 !important;
	font-family:Verdana;
	font-size:16px;
	font-weight:bold;
	padding:10px 0;
	width:300px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
	text-align:center;
}
#tolp .formarea .orangeButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
	background-color:#ffab23;
	text-decoration:none;
}
#tolp .formarea .orangeButton:active {
	position:relative;
	top:1px;
}

/*------------------------------------------------------------
　to-optin
-------------------------------------------------------------*/
#to-optin {}
#to-optin h3.subtitle {
	margin-bottom:10px;
}
#to-optin .bnr {
	text-align:center;
	margin-bottom:10px;
}
#to-optin .bnr img:hover {
	opacity:0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha( opacity=90 )";
	cursor:pointer;
}
#to-optin .formarea {
	padding-bottom:20px;
}
#to-optin .formarea table {
	width:460px;
	margin:0 auto;
	border-collapse:collapse;
	border:none;
}
#to-optin .formarea table td {
	border:none;
	padding:0;
}

#to-optin .formarea .inputText{ 
border:0;
font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
padding:4px;
font-size:1.4em;
font-family:Arial, sans-serif;
color:#aaa;
border:solid 1px #ccc;
margin:0 0 10px;
width:210px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
color:#999;

}
#to-optin .formarea table td span {
	color:#999999;
	font-weight:bold;
}
#to-optin .formarea .textFocus { color:#333;}

#to-optin .formarea .inputText:focus {
    border:solid 1px #EEA34A;
}

#to-optin .formarea .orangeButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fff6af;
	box-shadow:inset 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color:#ffec64;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:block;
	cursor:pointer;
	color:#333333 !important;
	font-family:Verdana;
	font-size:16px;
	font-weight:bold;
	padding:10px 0;
	width:300px;
	margin:0 auto;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
	text-align:center;
}
#to-optin .formarea .orangeButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
	background-color:#ffab23;
	text-decoration:none;
}
#to-optin .formarea .orangeButton:active {
	position:relative;
	top:1px;
}

/*------------------------------------------------------------
　ブラグランキングのランダム　blogranking
-------------------------------------------------------------*/
#blogranking {
	padding:15px 0 30px;
}
#blogranking a {
	display:block;
	text-align:center;
}
#blogranking a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}



/*------------------------------------------------------------
　single-to-lp(single記事の上側のLPへの誘導)
-------------------------------------------------------------*/
#single-to-lp {
	padding-bottom:30px;
}




/*------------------------------------------------------------
　to-list ブログ講座一覧リンク
-------------------------------------------------------------*/
#to-list {
	margin-bottom:0;
}
#to-list .size134{
	font-size:134%;
	font-weight:bold;
}


/*------------------------------------------------------------
　最新情報
-------------------------------------------------------------*/
#newsarea{
	background-color:#FFF;
	border-radius: 4x 4px 4px 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: #EAEAEA 0px 1px 1px 1px;
	-webkit-box-shadow: #EAEAEA 0px 1px 1px 1px;
    -moz-box-shadow: #EAEAEA 0px 1px 1px 1px;
	margin-bottom:15px;
	padding-bottom:5px;
}
#newsarea  h2{
	font-size: 1.8em;
	padding:10px 0 0 10px;
	margin:0 0 0.5em;
}

/*------------------------------------------------------------
　特別講座登録エリア
-------------------------------------------------------------*/
#regist{
	background-color:#FFF;
	border-radius: 4x 4px 4px 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: #EAEAEA 0px 1px 1px 1px;
	-webkit-box-shadow: #EAEAEA 0px 1px 1px 1px;
    -moz-box-shadow: #EAEAEA 0px 1px 1px 1px;
	margin-bottom:15px;
	padding-bottom:5px;
}
#regist h2{
	font-size: 1.8em;
	padding:10px 0 0 10px;
	margin:0 0 0.5em;
}
#regist p{
	margin-bottom:1.0em;
	padding:0 10px;
}
#regist p.emphasis {
	font-size:117%;
	font-weight:bold;
	margin-bottom:1.0em;
}

#regist p.last-child{
	margin-bottom:0;
}
#regist .size134{
	font-size:134%;
	font-weight:bold;
}
/*------------------------------------------------------------
　category-block
-------------------------------------------------------------*/
.category-block{
	background-color:#FFF;
	border-radius: 4x 4px 4px 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: #EAEAEA 0px 1px 1px 1px;
	-webkit-box-shadow: #EAEAEA 0px 1px 1px 1px;
    -moz-box-shadow: #EAEAEA 0px 1px 1px 1px;
	margin-bottom:15px;
	padding-bottom:5px;
}
.category-block h2{
	font-size: 1.8em;
	padding:10px 0 0 10px;
	margin:0 0 0.5em;
}
#main-contents .category-block ul {
	margin:0;
	padding:0 10px 10px;
}

#main-contents .category-block ul li {
	list-style:none inside;
	margin:0 0 0.5em;
	padding:0;
	font-weight:bold;
}
.category-block ul li a {
	padding-left:1.0em;
}


/*------------------------------------------------------------
　この記事を読んだ人はこんな記事も読んでいます
-------------------------------------------------------------*/
#main-contents #relate {}
#main-contents #relate ul {
	padding-left:3.2em;
}
#main-contents #relate ul li {
	font-size:134%;
	list-style-type:circle;
	margin-left:0;
	margin-bottom:0.25em;
	font-weight:bold;
}

/*------------------------------------------------------------
賢威のCSSとSyntaxHighlighter EvolvedのCSSが競合
-------------------------------------------------------------*/
#main-contents .syntaxhighlighter table {
    table-layout: auto;
}

/*------------------------------------------------------------
ブログランキング
-------------------------------------------------------------*/
.sub-column .textwidget #blogranking {
	display:block;
	box-shadow: #EAEAEA 0px 1px 1px 1px;
	-webkit-box-shadow: #EAEAEA 0px 1px 1px 1px;
    -moz-box-shadow: #EAEAEA 0px 1px 1px 1px;
}

/*------------------------------------------------------------
　クライアント紹介リンク
-------------------------------------------------------------*/
#client-link {
	border: dashed 2px #DDD;
	margin:0 20px 20px;
	padding:15px 15px 5px;
}

#client-link .photo { width:130px; float:left; padding-right:1.0em; padding-bottom:1.0em;}
#client-link .photo img {
	display:block;
	width:130px;
}
#client-link .subhead {
	color:#333333;
	text-decoration:none;
	font-size:140%;
	color: #1D79B6;
	margin-bottom:0.75em;
}
#client-link a {
	font-weight:bold;
}
#client-link .honbun {}
#client-link .honbun p {
	margin-bottom:0.8em;
	color:#333;
}

/*------------------------------------------------------------
企画ボタン
-------------------------------------------------------------*/
#main-contents .article a.reserve-btn {
	text-align:center;
	display:block;
}
#main-contents .article .reserve-btn img:hover {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	cursor:pointer;
}

