@charset "utf-8";
/*
Theme Name: BASE Theme
Theme URI: http://wordpress.org/
Description: WordPress のテーマ
Version: 1.0
Author: Ryosuke Furuya
Author URI: 
Tags: custom theme

*/

/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */

 /*
 * ページ全体
 * テーブルタグ装飾
 * リンクテキストの装飾
 * 全ての行間を詰める（行間リセット）
 * リストタグ装飾
 * ヘッダー装飾（サイトID部分）
 * leftcolumn装飾（左カラム）
 * centercolumn装飾（中央カラム）
 * div#content装飾
 * rightcolumn装飾（右カラム）
 * フッター装飾
 * clearfixハック
 */

.text10 { font-size:77%; }
.text11 { font-size:85%; }
.text12 { font-size:93%; }
.text13 { font-size:100%; }
.text14 { font-size:108%; }
.text15 { font-size:116%; }
.text16 { font-size:123.1%; }
.text17 { font-size:131%; }
.text18 { font-size:138.5%; }
.text19 { font-size:146.5%; }
.text20 { font-size:153.9%; }
.text21 { font-size:161.6%; }
.text22 { font-size:167%; }
.text23 { font-size:174%; }
.text24 { font-size:182%; }
.text25 { font-size:189%; }
.text26 { font-size:197%; }

/* ページ全体
------------------------------------------------------------ */

body {
	margin: 0;
	padding: 0;
	background: #f9f9f9;
	color: #333;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	background: #fff;
}

img {
	border: none;
}

/* リンクテキストの装飾
------------------------------------------------------------ */

a:link,
a:hover,
a:active,
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


/* 全ての行間を詰める（行間リセット）
------------------------------------------------------------ */

h1,h2,h3,h4,h5,h6,p,ul,ol,dl {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1;
}

/* リストタグ装飾
------------------------------------------------------------ */

ul {}

ol {}

li {}


/* ページの先頭に戻る
------------------------------------------------------------ */

.gotop {
	clear: both;
	margin: 0 10px;
	text-align: right;
	font-size: 77%;
}

/* ヘッダー装飾（サイトID部分）
------------------------------------------------------------ */

#header {
	width: 960px;
	min-height: 190px;
	_height: 190px;
	margin: 0 auto;
	background: #fff;
}
#header .headerLogo {
	float: left;
	width: 470px;
	margin: 0;
}
#header h1 {

}
.headline {
	width: 470px;
	margin: 10px 0 0 10px;
    font-weight: bold;
}
.headline h2 {
	float: left;
	margin: 0 10px 0 0;
	padding: 3px 5px;
	background: #900;
	color: #fff;
	font-size: 77%;
    font-weight: normal;
}
#headlineIdData {
    display: none;
	font-size: 100%;
}
#headlineId {
	padding: 1px 0 0 0;
	font-size: 100%;
	line-height: 130%;
}
.headline p {

}
.headline a {
	color: #c00;
}
.keywords {
	width: 470px;
	margin: 10px 0 0 10px;
	padding: 5px 10px;
	font-size: 93%;
	border: 1px solid #e0e0e0;
}
.keywords h2 {
	width: 90px;
	float: left;
	font-size: 85%;
}
.keywords ul {
}
.keywords ul li {
	float: left;
	margin: 0 0 0 10px;
}
#header p.description {
	float: left;
	line-height: 1.5em;
}

/* headerSection
------------------------------------------------------------ */
.headerSection {
	float: right;
	width: 470px;
/*	background: url(img/bg_newissue.gif) no-repeat right top;*/
}
.headerSectionInner {
	padding: 10px 10px 0 0;
}
.headerSectionThumb {
	float: left;
}
.headerSectionThumb img {
	margin: 0 10px 10px 0;
	border: 1px solid #f0f0f0;
}
.headerSectionInner p {
	line-height: 1.5;
}
.headerSectionTitle {
	font-size: 138.5%;
	font-weight: bold;
}
.headerSectionSpecial {
	color: #999;
	font-size: 85%;
}
.headerSectionContent {
	font-size: 85%;
}

/* adTop
------------------------------------------------------------ */
#adTop {
	width: 960px;
	height: 80px;
	margin: 0 auto;
	padding: 0;
}

/* globalnavi（グローバルナビゲーション）
------------------------------------------------------------ */
#wrapperNavi {
	height: 30px;
	background: url(img/bg_wrapperNavi.jpg) repeat-x bottom;
}
#globalnavi {
	width: 960px;
	margin: 0 auto;
	padding: 8px 0 0 0;
	font-size: 93%;
}
/*
#globalnavi ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#globalnavi li {
	margin: 0 5px;
	padding: 0;
}
#globalnavi a {
	color: #fff;
}
*/
/* Dropdowns Menu
------------------------------------------------------------ */

/* LEVEL ONE */
ul.dropdown                         { position: relative; }
ul.dropdown li                      { font-weight: normal; float: left; zoom: 1; background: url(img/bg_wrapperNavi.jpg) repeat-x bottom; }
ul.dropdown a:hover		            { color: #fff; }
ul.dropdown a:active                { color: #fff; }
ul.dropdown li a                    { display: block; padding: 4px 6px; color: #fff; }
ul.dropdown li span                 { display: block; padding: 4px 6px; color: #fff; }
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { background: #354A68; color: #fff; position: relative; }
ul.dropdown li.hover a              { color: #fff; text-decoration: none; }

/* LEVEL TWO */
ul.dropdown ul 						{ width: 265px; visibility: hidden; position: absolute; top: 100%; left: 0; }
ul.dropdown ul li 					{ font-weight: normal; background: #132A50; color: #fff; 
									  border-bottom: 1px solid #354A68; float: none; line-height: 1.5; /* font-size: 93%; */ }
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; } 

/* LEVEL THREE */
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }

/* コンテンツ部分
------------------------------------------------------------ */

#content {
	margin: 0 0 20px 0;
	padding: 0 10px 0 10px;
}
#contentSingle {
	margin: 0 0 20px 0;
	padding: 20px 10px 0 10px;
}
#content p {
/*	line-height: 1.5;*/
}

/* レイアウト
------------------------------------------------------------ */

#content #main {
	float: left;
	width: 540px;
}
#contentSingle #main {
	float: left;
	width: 700px;
}
#content #sub {
	float: left;
	width: 380px;
	margin: 0 0 0 20px;
}
#contentSingle #sub {
	float: left;
	width: 220px;
	margin: 0 0 0 20px;
}
#contentSingle #subFirst {
	float: left;
	width: 220px;
	margin: 0;
	padding: 0 0 40px 0;
	background: #f0f0f0;
}

/* 見出し装飾
------------------------------------------------------------ */

.mainHeader h2,
.subSectionHeader h2,
.subFirstHeader h2,
.subSecondHeader h2,
.mainSectionHeader h2 {
	line-height: 1.5;
}
.mainHeader {
	margin: 0 0 10px 0;
	padding: 0;
	border-bottom: 1px solid #e0e0e0;
	color: #900;
	font-size: 116%;
}
.mainHeader a {
	color: #900;
}
.through {
	float: right;
	margin: -1.5em 0 0 0;
	font-size: 69%;
}
.through a {
	color: #666;
}
.throughSub {
	float: right;
	margin: 0;
}
.throughSub a {
	color: #666;
}
.subSectionHeader {
	margin: 0 0 10px 0;
	padding: 0;
	color: #900;
	font-size: 100%;
}
.subSectionHeader a {
	color: #900;
}
.subFirstHeader {
	margin: 0 0 10px 0;
	padding: 0;
	border-bottom: 1px solid #e0e0e0;
	color: #900;
	font-size: 85%;
}
.subFirstHeader a {
	color: #900;
}
.subSecondHeader {
	margin: 0 0 10px 0;
	padding: 0;
	border-bottom: 1px solid #e0e0e0;
	color: #900;
	font-size: 85%;
}
.subSecondHeader a {
	color: #900;
}
.postList .mainHeader {
	margin: 0 0 10px 0;
	padding: 0;
	border-bottom: 1px solid #e0e0e0;
	color: #900;
	font-size: 100%;
}
.mainSectionHeader {
	margin: 0 0 10px 0;
	padding: 0;
	border-bottom: 1px solid #e0e0e0;
	color: #900;
	font-size: 100%;
}
.mainSectionHeader a {
	color: #900;
}

/* main装飾（メインカラム）
------------------------------------------------------------ */

#main p {
	line-height: 1.5;
}
.breadcrumb {
	margin: 0 0 10px 0;
	font-size: 85%;
}
.navigation {
	clear: both;
	padding: 20px 0 0 0;
	border-top: 1px dotted #ccc;
	text-align: center;
	font-size: 85%;
}
.btnAttend {
	clear: both;
	padding: 0 0 20px 0;
	text-align: center;
}
.btnAttend a {
	padding: 5px 20px;
	border: 2px solid #333;
	background: #666;
	color: #fff;
	font-weight: bold;
	font-size: 108%;
}
.btnAttend a:hover {
	border: 2px solid #666;
	background: #999;
}

/* recentPost装飾
------------------------------------------------------------ */

.recentPostBox {
	min-height: 80px;
	_height: 80px;
	margin: 0;
	padding: 0 10px 10px 10px;
}
.recentPostThumb {
	float: left;
}
.recentPostThumb img {
	margin: 0 10px 10px 0;
	border: 2px solid #ccc;
}
.recentPostBox h3 {
	font-size: 138.5%;
	line-height: 1.5;
}
.recentPostBox p {
	color: #999;
	font-size: 85%;
	line-height: 1.5;
}
.recentPostOpen {
	margin: .5em 0 0 0;
	padding: .5em 0 0 0;
	border-top: 1px dotted #e0e0e0;
}
.recentPostList {
	clear: left;
	width: 530px;
	margin: 0 0 10px 10px;
}
.recentPostList ul {

}
.recentPostList li {
	padding: 0 0 0 8px;
	background: url(img/ic_list.gif) no-repeat left 8px;
	line-height: 1.6;
}
/*
.recentPostList li.new {
	padding: 0 0 0 8px;
	background: url(img/ic_list_new.gif) no-repeat left 8px;
	line-height: 1.7;
}
 */
.recentPostList li.special a {
	color: #600;
}
.recentPostListInnerLeft {
	float: left;
	width: 260px;
}
.recentPostListInnerRight {
	float: right;
	width: 260px;
	margin: 0 0 0 10px;
}
.postList {
	clear: left;
	width: 540px;
	margin: 0 0 10px 0;
}
.postList ul {
	padding: 0 0 0 10px;
}
.postList li {
	padding: 0 0 0 8px;
	background: url(img/ic_list.gif) no-repeat left 8px;
	line-height: 1.6;
}
.postListInnerLeft {
	float: left;
	width: 265px;
	padding: 0;
/*	border: 3px solid #e0e0e0;*/
}
.postListInnerRight {
	float: right;
	width: 265px;
	margin: 0 0 0 10px;
	padding: 0;
/*	border: 3px solid #e0e0e0;*/
}
.icNew {
	padding: 0 0 6px 5px;
}
.icNewS {
	padding: 0 0 5px 5px;
}
.icPR {
	padding: 0 0 5px 5px;
}
.similarPosts {
	margin: 0 0 20px 0;
}
.similarPosts li {
	padding: 0 0 0 8px;
	background: url(img/ic_list.gif) no-repeat left 8px;
	font-size: 108%;
	line-height: 1.7;
}

/* feedList
------------------------------------------------------------ */
.feedList {
	margin: 0 0 20px 10px;
}
.feedList p {
	font-size: 85%;
	color: #666;
}
.feedList dl {
	line-height: 1.5;
}
.feedList dt .feedTitle {

}
.feedList dd {
	margin: 0 0 5px 0;
/*	border-bottom: 1px dotted #ccc; */
	color: #999;
	font-size: 85%;
}
.feedList dd a {
	color: #999;
}
.feedList .feedDate {
	padding: 0 10px 0 0;
}

.mainSectionWrapper {
	border: 3px solid #e0e0e0;
	background: #f9f9f9;
	padding: 10px;
}
.mainSectionLeft {
	float: left;
	width: 344px;
}
.mainSectionRight {
	width: 160px;
	margin: 0 0 0 354px;
}
.mainSection {
	margin: 0 0 10px 0;
}
.mainSection ul {

}
.mainSection ul.shop {
	font-weight: bold;
}
.mainSection li {
	padding: 0 0 0 8px;
	background: url(img/ic_list.gif) no-repeat left 8px;
	line-height: 1.5;
}

/* sub,sidebar装飾（サブカラム）
------------------------------------------------------------ */

#sub p {
	line-height: 1.5;
}
#subFirst {
	float: left;
	width: 220px;
	margin: 0;
	padding: 0 0 40px 0;
/*	background: #f0f0f0; */
}
#subSecond {
	float: left;
	width: 140px;
	margin: 0 0 0 20px;
	padding: 0 0 40px 0;
	background: #fff;
}

.subFirstBanner {
	clear: left;
	padding: 0 0 10px 0;
}

/* subSection装飾
------------------------------------------------------------ */
.subSection ul {

}
.subSection li {
	padding: 0 0 0 8px;
	background: url(img/ic_list.gif) no-repeat left 8px;
	line-height: 1.5;
}
.ranking h2 {
	font-size: 108%;
}

/* カウンターの初期化 */
.ranking {
    counter-reset: ranking;
	font-size: 108%;
}
.ranking li {
	line-height: 1.5;
	margin-bottom: 4px;
}
/* カウンターの値を表示 */
.ranking li:before {
    content: counter(ranking, decimal);
    counter-increment: ranking;
	font-size: 93%;
	padding: 2px 7px;
	margin: 0 10px 0 0;
	background: #1C481C;
	font-weight: bold;
	color: #fff;
}
.ranking li:nth-child(1):before {
    background: #fc0;
}
.ranking li:nth-child(2):before {
    background: #999;
}
.ranking li:nth-child(3):before {
    background: #930;
}
.ranking li:nth-child(4):before {
    background: #1C481C;
}
.ranking li:nth-child(5):before {
    background: #1C481C;
}

/* subFirstSection装飾
------------------------------------------------------------ */
.subFirstSection {
	margin: 0 0 10px 0;
/*	border: 1px solid #E1DCBF; */
}
.subFirstSection ul {
	font-size: 93%;
}
.subFirstSection ul.shop {
	font-weight: bold;
}
.subFirstSection li {
	padding: 0 0 0 8px;
	background: url(img/ic_list.gif) no-repeat left 8px;
	line-height: 1.5;
}

/* subSecondSection装飾
------------------------------------------------------------ */
.subSecondSection {
	margin: 0 0 10px 0;
	color: #999;
}
.subSecondSection ul {
	font-size: 85%;
}
.subSecondSection li {
	padding: 0 0 0 8px;
	background: url(img/ic_list.gif) no-repeat left 8px;
	line-height: 1.5;
}
.subSecondBanner {
	clear: left;
	padding: 0 0 10px 0;
}

/* subPost装飾
------------------------------------------------------------ */

.subPostBox {
	clear: left;
	min-height: 55px;
	_height: 55px;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #ccc;
	font-size: 85%;
}
.subPostThumb {
	float: left;
}
.subPostThumb img {
	margin: 0 5px 5px 0;
	border: 2px solid #ccc;
}
.subPostBoxRight {
	min-height: 55px;
	_height: 55px;
	margin: 0 10px 10px 10px;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #ccc;
	font-size: 93%;
}
.subPostThumbRight {
	float: right;
}
.subPostThumbRight img {
	margin: 0 0 5px 5px;
	border: 2px solid #ccc;
}

/* ad
------------------------------------------------------------ */

#ad {
	width: 960px;
	margin: 0 0 40px 0;
}
#ad ul {
	margin: 0 0 0 90px;
	text-align: center;
}
#ad li {
	float: left;
	margin: 0 0 10px 10px;
}

/* フッター装飾
------------------------------------------------------------ */
/*
#footer {
	width: 940px;
	margin: 15px 0 0 0;
	padding: 30px 10px;
	background: #f0f0f0 url(img/bg_footer.gif) no-repeat right bottom;
	color: #666;
	font-size: 85%;
}
*/
#footerWrapper {
	background: #f0f0f0 url(img/bg_footerWrapper.gif) repeat-x bottom;
}
#footer {
	height: 170px;
	margin: 0;
	padding: 0 0 30px 0;
	background: url(img/bg_footer.gif) no-repeat center bottom;
}
#footerInner {
	width: 940px;
	margin: 0 auto;
	padding: 30px 10px 0 10px;
	color: #666;
	font-size: 85%;
}
#footer p {
	margin-bottom: .5em;
	font-weight: bold;
}
#footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#footer li {
	margin: 0;
	padding: 0;
	line-height: 140%;
}
#footer li a {
	margin: 0;
	padding: 0;
	color: #666;
}
.footerListFirst {
	float: left;
	width: 200px;
	padding: 0 10px;
}
.footerList {
	float: left;
	width: 200px;
	margin: 0 0 0 20px;
	padding: 0 10px;
}

#copyright {
	clear: both;
	margin: 0;
	padding: 10px;
	background: #132A50;
	color: #fff;
	font-size: 77%;
	text-align: center;
}
#copyright a {
	color: #fff;
}

/* カテゴリー一覧
------------------------------------------------------------ */

.categoryHeader {
/*	height: 25px; */
	margin: 0 0 20px 0;
	padding: 10px;
	border: 1px solid #e0e0e0;
	background: #f0f0f0;
	color: #900;
}
.categoryHeader h3 {
	font-weight: normal;
}
.categoryHeader a {
	color: #900;
}

/* categoryPost装飾
------------------------------------------------------------ */

.categoryPostBox {
	min-height: 80px;
	_height: 80px;
	margin: 0 0 10px 0;
	padding: 0 10px 10px 10px;
	border-bottom: 1px dotted #f0f0f0;
}
.categoryPostThumb {
	float: left;
}
.categoryPostThumb img {
	margin: 0 10px 10px 0;
	border: 2px solid #ccc;
}
.categoryPostDate {
	color: #666;
	font-size: 85%;
}
.categoryPostTitle {
	font-size: 116%;
	line-height: 1.5;
}
.categoryPostContent p {
	color: #999;
	font-size: 85%;
	line-height: 1.5;
}
.categoryPostCategory {
	font-size: 85%;
}
.categorySoldout {
	color: #900;
	font-size: 85%;
}

/* news装飾
------------------------------------------------------------ */

.newsBox {
	min-height: 90px;
	_height: 90px;
	margin: 0 0 20px 0;
	padding: 0 10px;
	border-bottom: 1px solid #eee;
}
.newsThumb {
	float: left;
}
.newsThumb img {
	margin: 0 10px 10px 0;
}
.newsTitle {
	font-size: 116%;
}

/* post
------------------------------------------------------------ */
.postPage {
	width: 530px;
	margin: 0 0 0 10px;
	padding: 0 0 20px 0;
}
.postPage h3 {
	margin: 0 0 1em 0;
	line-height: 1.5;
	font-weight: bold;
	font-size: 182%;
}
.postPage h4 {
	margin: 0 0 1em 0;
	line-height: 1.5;
	font-weight: bold;
/*	font-size: 123.1%; */
	font-size: 138.5%;
}
.postPage h5 {
	margin: 0 0 1em 0;
	line-height: 1.5;
	font-weight: bold;
	font-size: 116%;
}
#main .postPage p {
	margin: 0 0 1em 0;
	line-height: 1.8;
	font-size: 108%;
}
.postPage a {
	text-decoration: underline;
}
.postPage a:hover {
	text-decoration: none;
}
.postPage ul,
.postPage ol {
	margin: 0 0 1.5em 40px;
}
.postPage li {
	padding: ;
	list-style: disc;
	line-height: 1.5;
}
.postPage blockquote {
	margin: 0 0 1.5em 20px;
	padding: 5px;
	border: 1px dotted #ccc;
}
.postPage dl {
}
.postPage dt {
	line-height: 1.5;
}
.postPage dd {
	line-height: 1.5;
}
.postPage a.pdf {
	display: block;
	height: 32px;
	padding: 0 0 0 37px;
	background: url(img/ic_pdf.gif) no-repeat left;
	font-weight: bold;
}


/* postSingle
------------------------------------------------------------ */
.postSingle {
	width: 530px;
	margin: 0 0 0 10px;
	padding: 0 0 20px 0;
}
.postSingle h3 {
	margin: 0 0 1em 0;
	line-height: 1.5;
	font-weight: bold;
	font-size: 182%;
}
.postSingle h4 {
	margin: 0 0 1em 0;
	line-height: 1.5;
	font-weight: bold;
	font-size: 123.1%;
}
.postSingle h5 {
	margin: 0 0 1em 0;
	line-height: 1.5;
	font-weight: bold;
	font-size: 116%;
}
.postSingle h6 {
	margin: 0 0 .2em 0;
	padding: 0 0 0 10px;
	border-left: 5px solid #ccc;
	color: #888;
	font-size: 100%;
}
#main .postSingle p {
	margin: 0 0 1.5em 0;
	line-height: 1.8;
	font-size: 116%;
}
.contentsMag #main .postSingle p {
/* 	margin: 0 0 1em 0; */
/* 	line-height: 1.8; */
/* 	font-size: 93%; */
}
.postSingle a {
	text-decoration: underline;
}
.postSingle a:hover {
	text-decoration: none;
}
.postSingle ul,
.postSingle ol {
	margin: 0 0 1.5em 40px;
}
.postSingle li {
	padding: ;
	list-style: disc;
	line-height: 1.5;
}
.postSingle blockquote {
	margin: 0 20px 1.5em 20px;
	padding: 10px;
	border: 1px dotted #ccc;
	background: #f0f0f0;
	font-size: 85%;
}
.postSingle blockquote:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.postSingle blockquote {display: inline-table;}
/* Hides from IE-mac \*/
* html .postSingle blockquote {height: 1%;}
.postSingle blockquote {display: block;}
/* End hide from IE-mac */

.postSingleDate p {
	clear: both;
	padding: 10px 0;
	border-top: 1px dotted #ccc;
	color: #666;
	text-align: right;
	font-size: 85%;
}
strong {
	font-weight: bold;
}
#main .postSingle p.postSingleWriter {
	margin: 0 0 20px 0;
	padding: 0;
	border-bottom: 1px dotted #f0f0f0;
	text-align: right;
}
#main .postSingle p.postSingleInstructor {
	margin: 0;
	padding: 0 10px;
	background: #f0f0f0;
}
#main .postSingle p.postSingleCategory {
	margin: 0;
	padding: 0 10px;
	background: #f0f0f0;
	font-size: 85%;
}
#main .postSingle p.postSingleName {
	margin: 0;
	padding: 0 10px;
	background: #f0f0f0;
}
#main .postSingle p.postSingleNumber {
	margin: 0 0 1em 0;
	padding: 0 10px;
	background: #f0f0f0;
	font-size: 108%;
	font-weight: bold;
}
.postSingle .btn {
	text-align: center;
}
.bannerShop {
	border: 1px solid #ccc;
	margin: 0 20px 0 10px;
	padding: 10px 20px;
	background: #f0f0f0;
}
.bannerCover {
	float: left;
	width: 90px;
	margin: 0 10px 10px 0;
}
.bannerText {
	font-size: 85%;
}
.bannerLink {
	clear: left;
}
.bannerShop ul {
	margin: 0;
	padding: 0;
}
.bannerShop li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.postSingle .soldout {
	margin: 0 0 20px 0;
	text-align: right;
}
.postSingle .soldout span {
	padding: 5px 10px;
	background: #900;
	color: #fff;
	font-size: 85%;
}

/* 投稿ページ内、テキスト回り込み
------------------------------------------------------------ */

p img {
	padding: 0;
	max-width: 100%;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 0;
	margin: 0 0 2px 15px;
	display: inline;
}
img.alignleft {
	padding: 0;
	margin: 0 15px 2px 0;
	display: inline;
}
.alignright img {
	padding: 0;
	margin: 0 0 2px 15px;
	display: inline;
}
.alignleft img {
	padding: 0;
	margin: 0 15px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
#main .postSingle .wp-caption-text {
	color: #666;
	font-size: 77%;
	line-height: 1.2;
}
.alignright p.wp-caption-text {
	padding: 0 0 2px 15px;
}
.alignleft p.wp-caption-text {
	padding: 0 15px 2px 0;
}

/* searchPage
------------------------------------------------------------ */
.searchPage {
	width: 530px;
	margin: 0 0 0 10px;
	padding: 0 0 20px 0;
}
.searchPage h3 {
	margin: 0 0 1em 0;
	line-height: 1.5;
	font-weight: bold;
	font-size: 182%;
}
.searchPage ul,
.searchPage ol {
	margin: 0 0 1.5em 0;
}
.searchPage li {
	padding: 0 0 .5em 0;
	list-style: none;
	line-height: 1.5;
}
.searchPage li a {
	text-decoration: underline;
	font-size: 108%;
}
.excerpt {
	display: block;
	margin: 0 0 0 10px;
	color: #999;
	font-size: 85%;
}

/* 検索フォーム
------------------------------------------------------------ */
.screen-reader-text {
	display: none;
}
.search {
	display: inline;
}
.search div {
	display: inline;
	margin: -4px 0 0 0;
	float: right;
}
#s {
	width: 12em;
	font-size: 93%;
}
#searchsubmit {
	font-size: 93%;
}

/* リンク集ページ
------------------------------------------------------------ */

#links {
	padding: 10px 0 0 0;
}
#links ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#links ul li.linkcat {
	clear: left;
	list-style: none;
	width: 450px;
	margin: 0;
	padding: 0;
}
#links ul li.linkcat h2 {
	margin: 0 0 10px 0;
	font-size: 116%;
	font-weight: bold;
}
#links ul li ul {
	list-style: none;
	width: 430px;
	margin: 0 0 0 20px;
	padding: 0 0 20px 0;
}
#links ul li ul:after { /* clearfix */
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#links ul li ul {display: inline-table;}
/* Hides from IE-mac \*/
* html #links ul li ul {height: 1%;}
#links ul li ul {display: block;}
/* End hide from IE-mac */

/*#links ul li ul li {
	float: left;
	width: 215px;
	line-height: 1.8;
	display: block;
}
#links ul li ul li a {
} */

/* サイトマップページ(ddsg)
------------------------------------------------------------ */

.ddsg-wrapper {
}
.ddsg-wrapper ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.ddsg-wrapper li {
	list-style: none;
}
.ddsg-wrapper ul li {
/*	margin: 10px 0 0 0;
	padding: 5px 0 0 0;*/
	line-height: 1.8;
	font-weight: normal;
	padding: 0 0 0 20px;
	background: url(img/ddsg-wrapper_li_bg.gif) no-repeat left 4px;
}
.ddsg-wrapper ul li ul {

}
.ddsg-wrapper ul li ul li {
	margin: 0 0 0 20px;
	padding: 0 0 0 20px;
	background: url(img/ddsg-wrapper_li_bg.gif) no-repeat left 4px;
	border: none;
	font-weight: normal;
}
.ddsg-wrapper ul li ul li ul {
}
.ddsg-wrapper ul li ul li ul li {
	margin: 0;
	padding: 0 0 0 20px;
	border: none;
/*	font-size: 1em;*/
	font-weight: normal;
}
.ddsg-pagenav {
	margin: 20px 0 0 0;
	padding: 10px 0 0 0;
	background: url(img/ddsg-pagenav_bg.gif) no-repeat top;
}

/* ページナビゲーション　wp-pagenavi(wp-content/plugins/wp-pagenavi/pagenavi-css.css)
------------------------------------------------------------ */
.wp-pagenavi {
	position: relative;
	clear: both;
	padding: 10px 0;
	text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
	background: #069;
	color: #fff;
}
.wp-pagenavi span.current {
	color: #fff;
	font-weight: bold;
}
.wp-pagenavi .pages {
	border: none;
}
.wp-pagenavi .extend {
	border: none;
}

/* ページ送り
------------------------------------------------------------ */
.nextpage {
	text-align: center;
}
.nextpage {
	font-weight: bold;
}
.nextpage a {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 0;
	font-weight: normal;
}
.nextpage a:hover {
	background: #069;
	border-color: #000;
	color: #fff;
}
.nextpage span a {
	text-decoration: none;
	border: none;
	padding: 3px 5px;
}

/* ソーシャルブックマーク
------------------------------------------------------------ */
.sbm {
	margin: 0 0 20px 0;
	text-align: right;
	font-size: 85%;
}

/* お問い合わせフォーム
------------------------------------------------------------ */
.must {
	color: #c00;
	font-size: 85%;
}

/* Clear Floated Elements
------------------------------------------------------------ */

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* clearfixハック
------------------------------------------------------------ */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* CSR News Release
------------------------------------------------------------ */

#release {

}
#release a {
	text-decoration: none;
}
#release a:hover {
	text-decoration: underline;
}
#release dl,
#release dt,
#release dd {
	margin: 0;
	padding: 0;
}
#release .news2u p {
	text-align: right;
}
#release .newsBox {
	min-height: 10px;
	_height: 10px;
	
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #f0f0f0;
}
#release .newsDate {
	margin-bottom: 10px;
	color: #999;
	font-size: 85%;
}
#release .newsName {
	font-size: 123.1%
	font-weight: bold;
}
#release .newsTitle {
	margin: 0;
	padding: 0;
	font-size: 95%;
}
#release .detailName {
	font-size: 138.5%;
	font-weight: bold;
}
#release .detailDate {
	text-align: right;
}

/* CSR100
------------------------------------------------------------ */
#csrJapan blockquote {
  background: #f0f0f0 url(img/bg_csr100_japan.gif) no-repeat 390px 10px;
}
#csrUsa blockquote {
  background: #f0f0f0 url(img/bg_csr100_usa.gif) no-repeat 390px 10px;
}
#csrEurope blockquote {
  background: #f0f0f0 url(img/bg_csr100_europe.gif) no-repeat 390px 10px;
}

/* バナー
------------------------------------------------------------ */
.mainBanner {
	float: left;
	width: 260px;
	margin: 0 10px 0 0;
}
.subSection {

}
.subSection p {
	color: #333;
}
.subSectionInner {
	margin: 0 0 20px 0;
	background: #fff;
	color: #666;
	font-size: 93%;
}
.subSection .banner {
	margin: 0 0 10px 0;
	text-align: center;
}
.subSection .bannerBottom {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #ccc;
}
.rectangle {
	width: 300px;
	margin: 0;
	padding: 0 40px;
}
.adText {
	clear: left;
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid #e0e0e0;
	background: #f0f0f0;
}
.adText h2 {
	margin: 0 0 5px 0;
	color: #900;
	font-size: 108%;
/*	font-weight: bold;*/
}
.adText h2 a {
	color: #900;
}
.adPostList {
	clear: left;
	width: 530px;
}
.adPostList ul {
}
.adPostList li {
	padding: 0 0 0 8px;
	background: url(img/ic_list.gif) no-repeat left 8px;
	line-height: 1.5;
/*	font-size: 93%; */
}
.adPostList li.new {
	padding: 0 0 0 8px;
	background: url(img/ic_list_new.gif) no-repeat left 8px;
	line-height: 1.5;
}

.recommendText {
	clear: left;
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid #111;
	background: #333;
}
.recommendText h2 {
	margin: 0 0 5px 0;
	color: #ccc;
	font-size: 108%;
/*	font-weight: bold;*/
}
.recommendText h2 a {
	color: #ccc;
}
.recommendText li a {
	color: #fff;
}
.recommendText li {
	color: #fff;
}
.recommendPostList {
	clear: left;
	width: 530px;
}
.recommendPostList ul {
}
.recommendPostList li {
	padding: 0 0 0 8px;
	background: url(img/ic_list.gif) no-repeat left 8px;
	line-height: 1.5;
/*	font-size: 93%; */
}
.recommendPostList li.new {
	padding: 0 0 0 8px;
	background: url(img/ic_list_new.gif) no-repeat left 8px;
	line-height: 1.5;
}

.subSectionContent {
  padding: 7px;
  border: 3px solid #e0e0e0;
}
.subSectionContent img {
  margin: 0 0 5px 0;
}

.textBannerMain {
	clear: left;
	min-height: 68px;
	_height: 68px;
	margin: 0 0 5px 0;
	padding: 0;
	border: 1px solid #e0e0e0;
	font-size: 96%;
	font-weight: bold;
}
.textBannerMain img {
	float: left;
	margin: 0 5px 0 0;
}
.textBannerMain p {
	font-size: 138.5%;
}
.textBannerMain span {
	color: #666;
	font-size: 77%;
	font-weight: normal;
}
.textBannerMain a {
	display: block;
	min-height: 50px;
	_height: 50px;
	padding: 9px;
}
.textBannerMain a:hover {
	background: #f6f6f6;
}

.textBanner {
	clear: left;
	min-height: 68px;
	_height: 68px;
	margin: 0 0 5px 0;
	padding: 0;
	border: 1px solid #e0e0e0;
	font-size: 85%;
}
.textBanner img {
	float: left;
	margin: 0 5px 0 0;
}
.textBanner p {
	font-size: 138.5%;
}
.textBanner span {
	color: #666;
	font-size: 77%;
}
.textBanner a {
	display: block;
	min-height: 50px;
	_height: 50px;
	padding: 9px;
}
.textBanner a:hover {
	background: #f6f6f6;
}

.subList {
	margin: 0 0 10px 0;
	padding: 10px 10px 0 10px;
	border: 3px solid #e0e0e0;
}
.subList li {
	margin: 0 0 15px 0;
	padding: 0 0 0 10px;
	line-height: 1.3;
	border-left: solid 3px #072B83;
	font-size: 116%;
}
.subList li span {
	color: #666;
	font-size: 77%;
}


/* twitter
------------------------------------------------------------ */

#twitter {
	width: 540px;
	margin: 0 0 20px 0;
}
.tweetBtn {
	float: right;
	margin: 0 0 20px 10px;
}
.twitter-share-button {
	float: right;
	margin: 0 0 20px 10px;
}

/* greenjob
------------------------------------------------------------ */
.job .mainHeader {
	margin: 0 0 20px 0;
	border: none;
}
.greenjob {}
.greenjob h3 {
	margin: 0 0 10px 0;
	font-size: 116%;
}
.greenjob ul {
	margin: 0 0 20px 0;
}
.greenjob li {
	margin: 0 0 0 10px;
	line-height: 1.5;
}
.greenjob li strong {
	margin: 0 0 0 20px;
}

/* indexJob
------------------------------------------------------------ */
.indexJob {
	width: 540px;
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
}
.indexJob h3 {
	margin: 0 0 20px 0;
}
.indexJob h4 {
	margin: 0 0 20px 0;
	border-bottom: 3px solid #6c0;
	color: #6c0;
	font-weight: bold;
	line-height: 1.5;
}
#main .indexJob p {
	margin: 0 0 1em 10px;
	line-height: 1.5;
	font-size: 100%;
}
.indexJob a {
	text-decoration: underline;
}
.indexJob a:hover {
	text-decoration: none;
}
.indexJobSection {
	margin: 0 0 40px 0;
}
.greenbibleFirst {
	background: url(img/greenbible/bg_info.png) no-repeat right bottom;
}

.jobPostBox {
	float: left;
	min-height: 50px;
	_height: 50px;
	width: 260px;
	padding: 0 0 0 10px;
	margin: 0 0 10px 0;
}
.jobPostThumb {
	float: left;
	margin: 0 10px 0 0;
}
.jobPostThumb img {
	border: 3px solid #6c0;
}
.jobPostBoxInner {
	margin: 0 0 0 50px;
}
.jobPostBoxInner span {
	display: block;
	font-size: 108%;
	line-height: 1.5;
}
.jobPostBoxCompany {

}
.jobPostBoxTitle {
	font-weight: bold;
}

/* jobIndexSubSection
------------------------------------------------------------ */
.jobIndexSubSection {
	border: 3px solid #e0e0e0;
	background: #f3f3f3;
}
.jobIndexSubSectionInner {
	padding: 7px;
}
.jobIndexSubSectionInner h3 {
	margin: 0 0 20px 0;
}
.jobSubBox {
	float: left;
	min-height: 90px;
	_height: 90px;
	width: 360px;
	padding: 0;
	margin: 0 0 10px 0;
}
.jobSubBoxThumb {
	float: left;
	margin: 0 10px 0 0;
}
.jobSubBoxThumb img {
	border: 3px solid #f06;
}
.jobSubBoxInner span {
	display: block;
	font-size: 108%;
	line-height: 1.5;
}
.jobSubBoxCompany {

}
.jobSubBoxTitle {
	font-weight: bold;
}
.jobSubBoxPresident {

}

/* postJob
------------------------------------------------------------ */
.postJob {
	width: 540px;
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
}
.postJob h2 {
	margin: 0 0 .5em 0;
	line-height: 1.5;
	font-weight: bold;
	font-size: 182%;
}
.postJob h3 {
	margin: 0 0 .5em 0;
	line-height: 1.5;
	font-weight: bold;
	font-size: 138.5%;
}
.postJob h4 {
	height: 40px;
	margin: 0 0 0 0;
	padding: 13px 0 0 13px;
	background: url(img/job_header.png) no-repeat;
	color: #41A732;
/*	color: #1B481B;*/
/*	line-height: 1.5;*/
	font-weight: bold;
/*	font-size: 123.1%;*/
	font-size: 123.1%;
}
.postJob h5 {
	margin: 0 0 1em 0;
	line-height: 1.5;
	font-weight: bold;
	font-size: 116%;
}
.postJob h6 {
	margin: 0 0 .2em 0;
	padding: 0 0 0 10px;
	border-left: 5px solid #ccc;
	color: #888;
	font-size: 100%;
}
#main .postJob p {
	margin: 0 0 1em 10px;
	line-height: 1.8;
	font-size: 116%;
}
.postJob a {
	text-decoration: underline;
}
.postJob a:hover {
	text-decoration: none;
}
.postJob ul,
.postJob ol {
	margin: 0 0 1.5em 40px;
}
.postJob li {
	padding: ;
	list-style: disc;
	line-height: 1.5;
}

.jobCompanyLogo {
	margin: 0 0 10px 0;
}
.jobCompanyImage {
	margin: 0 0 10px 0;
}

.jobCompany td {
	vertical-align: top;
	padding: 0 0 5px 0;
}
.companyHeader {
	white-space: nowrap;
}
.jobRecruit td {
	vertical-align: top;
	padding: 5px 0 5px 0;
	border-bottom: 1px dotted #e0e0e0;
}
.job td {
	font-size: 116%;
}

.job .subFirstHeader {
	margin: 0 0 10px 0;
	padding: 0;
	border-bottom: 1px solid #e0e0e0;
	color: #41A732;
	font-size: 108%;
}

/* author
------------------------------------------------------------ */
.authorInfo {
	clear: both;
	margin: 0 20px 20px 20px;
	padding: 10px;
	min-height: 30px;
	_height: 30px;
	border: 1px solid #e0e0e0;
	background: #f0f0f0;
	font-size: 93%;
}
.authorAvatar {
	float: left;
	margin: 0 10px 0 0;
}
.authorInfoArchive {
	clear: both;
	margin: 0 0 20px 0;
	padding: 10px;
	min-height: 120px;
	_height: 120px;
	border: 1px solid #e0e0e0;
	background: #f0f0f0;
}
.authorInfoArchive .name {
	margin: 0 0 .5em 0;
}

.users {
	padding: 0;
}
.authorBox {
	float: left;
	width: 188px;
}
.authorBoxInner {
	clear: left;
	width: 178px;
	min-height: 60px;
	_height: 60px;
	margin: 0 5px 10px 5px;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #ccc;
	font-size: 85%;
}
.authorThumb {
	float: left;
}
.authorThumb img {
	margin: 0 5px 5px 0;
	border: 2px solid #ccc;
}
.authorSection {
	clear: both;
	width: 940px;
	padding: 0;
}
.authorBoxInner .name {
	margin: 0 0 .3em 0;
}
.authorBoxInner .bussinesstitle {
	font-size: 93%;
}


.authorBox2 {
	float: left;
	width: 94px;
}
.authorBoxInner2 {
	clear: left;
	width: 84px;
	min-height: 35px;
	_height: 35px;
	margin: 0 5px 10px 5px;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #ccc;
	font-size: 85%;
}
.authorThumb2 {
	float: left;
}
.authorThumb2 img {
	margin: 0 5px 5px 0;
	border: 2px solid #ccc;
}
.authorSection2 {
	clear: both;
	padding: 20px 0 0 0;
}