
/*
Design by TEMPLATED
http://templated.co
Released for free under the Creative Commons Attribution License
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(http://dci1989.com/carbon/images/img05.jpg) no-repeat right bottom;
	font-family:"メイリオ", Arial, Helvetica, sans-serif;/*フォントの種類指定(左から優先順位)*/
	font-size: 13px;/*13px;*/
	color: #3B3B3B;/*黒グレー色*/
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000000;/*黒色*/
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.1em;/*2.4em*/
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {

	margin-top: 0;
	line-height: 180%;
	font-size: 1.2em;/* 追加1.1em */
}

ul, ol {

}

a {

	text-decoration: none;
	color: #359F00;/*黄緑色*/
}

a:hover {
	text-decoration: none;
}

#wrapper {
	width: 1000px;/* 980px */
	margin: 10px auto;/* 0px auto */
	padding: 0;
	background: url(http://dci1989.com/carbon/images/sumidama_top.jpg) no-repeat ;
        border-radius:20px;        /* CSS3草案 */  
        -webkit-border-radius:20px;    /* Safari,Google Chrome用 */  
        -moz-border-radius:20px;   /* Firefox用 */  /* 追加 */
        
}

img {
    margin: 20px auto;/* 追加 */
}

table {
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	/* border:1px solid #ddd; */
}
th {
	padding:10px;
	text-align:left;
	vertical-align:middle;
	/* border:1px solid #ddd; */
	background:#f1f1f1;
}
td {
	padding:10px;
	text-align:left;
	/* border:1px solid #ddd; */
}
/* =============================================================================
 ▼ Header ▼
 * =============================================================================*/

#header {
	clear: both;
	width: 1000px;/* 980px */
	height: 280px;/* 330px */
	margin: 0px auto;
	padding: 0px;
}

/* =============================================================================
 ▼ Logo ▼
 * =============================================================================*/


#logo {
	margin: 0px auto;
	padding: 80px 0px 0px 0px;
	color: #000000;/*黒色*/
}

#logo h1, #logo p {
	text-align: right;/* 文字位置 */
	font-family: Georgia, "Times New Roman", Times, serif;
}

#logo h1 {
	font-size: 72px;
	font-weight:800;/* 追加 */
}

#logo span {
	color: #FF3801;/* 濃オレンジ色 */
}

#logo span2 {/* 追加 */
	color: #ffffff;/* 白色 */
}
#logo span3 {/* 追加 */
	color: #BFBFBF;/* 薄グレー色 */
}

#logo p {
	margin: -25px 0px 0px 0px;/* 上右下左 */
	padding: 0px;
	letter-spacing: -1px;
	font-style: italic;
	font-size: 32px;
	text-align: ;/* 追加center */
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #359F00;/* 黄緑色 */
}

/* =============================================================================
 ▼google.search検索▼
 * =============================================================================*/

#search {
	float: right;
	width: 280px;
	height: 50px;
	padding: 10px 0px 4px 0px;/* 上右下左20px 0px 0px 0px; */
	background: #65B23E;
	border-bottom: 4px solid #FFFFFF;
	border-radius:20px;        /* CSS3草案 */  
        -webkit-border-radius:20px;    /* Safari,Google Chrome用 */  
        -moz-border-radius:20px;   /* Firefox用 */  /* 追加 */
}

#search form {
	height: 41px;/* 41px */  
	margin: 0;
	padding: 10px 0 0 20px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 170px;
	padding: 6px 5px 2px 5px;/* 上右下左6px 5px 2px 5px; */
	border: none;
	background: #FFFFFF;
	text-transform: lowercase;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #5D781D;/* 渋緑色 */
}

#search-submit {
	width: 50px;
	height: 22px;/* 22px; */
	border: none;
	background: #FF6F26;/* オレンジ色 */
	font-weight: bold;
	color: #FFFFFF;
}
/* ▲googlesearch▲ */


/* =============================================================================
 ▼ Menu ▼
 * =============================================================================*/

#menu {
	width: 980px;
	height: 80px;
	margin: 0 auto;
	padding: 0;
}

#menu ul {
	float: right;
	margin: 0;
	padding: 30px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	width: 98px;
	height: 37px;
	margin-right: 5px;
	padding: 12px 0px 0px 0px;
	background: url(http://dci1989.com/carbon/images/img02.png) no-repeat left top;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;/* メニュー文字サイズ */
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	background: url(http://dci1989.com/carbon/images/img03.png) no-repeat left top;
}

#menu .current_page_item a {
}

/* =============================================================================
 ▼ Page▼
 * =============================================================================*/

#page {
	width: 1000px;/* 横幅940px */
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
}

#page-bgtop {
	padding: 20px 0px;
}

#page-bgbtm {
}

/* =============================================================================
 ▼ Content▼
 * =============================================================================*/

#content {
	float: center;/* right */
	width: 1000px;/* 横幅650px */
	margin-top: 30px;
	padding: 0px 0px 0px 40px;
	background: url(http://dci1989.com/carbon/images/img04.gif) repeat-y left top;/* 境界線の点線 */
}

.post {
	margin-bottom: 15px;
}

.post-bgtop {
}

.post-bgbtm {
}

.post .title {
	height: 38px;
	margin-bottom: 10px;
	padding: 12px 0 10px 80px;/* 上右下左12px 0 10px 60px; */
	background: url(http://dci1989.com/carbon/images/img06.jpg) no-repeat left 5px;/* タイトルの木 */
	letter-spacing: -2px;
	text-transform: none;/* 小文字表示lowercase,先頭大文字capitalize,大文字表示uppercase */
	font-size: 40px;/* 46px */
	color: #359F00;
}

.post .title a {
	color: #359F00;
	border: none;
}

.post .meta {
	margin-bottom: 30px;
	padding: 5px 0px 15px 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.post .meta .date {
	float: left;
}

.post .meta .posted {
	float: right;
}

.post .meta a {
}

.post .entry {
	padding: 0px 0px 20px 0px;
	padding-bottom: 20px;
	text-align: justify;
}

.links {
	padding-top: 20px;
	font-size: 12px;
	font-weight: bold;
}

/* ボタン（タイプ1） */
.btn01 a {
	display:block;
	padding:2% 2% 2% 50px;
	color:#fff;
	text-decoration:none;
	border-radius:5px;
	background:#3bcbff url('http://dci1989.com/carbon/images/bg_arrow_white.png') 20px 50% no-repeat;/* 黒#1b1b1b */
	transition:all 0.2s ease 0s;
}
.btn01 a:hover {
	background:#6ed9ff url('http://dci1989.com/carbon/images/bg_arrow_white.png') 20px 50% no-repeat;/* 薄黒#2e2e2e */
	transition:all 0.2s ease 0s;
}

/* ボタン（タイプ2） */
.btn02 a {
	display:block;
	padding:2%;
	color:#1b1b1b;
	text-decoration:none;
	border-radius:5px;
	border:1px solid #1b1b1b;
	background:#fff;
	transition:all 0.2s ease 0s;
}
.btn02 a:hover {
	color:#fff;
	background:#1b1b1b;
	transition:all 0.2s ease 0s;
}

h3 {/* 追加 */
   margin-bottom:5px;
   padding:16px 10px 10px 10px;
   font-size:14px;
   border-bottom:1px dotted #ddd;
   background:#fff url("http://dci1989.com/carbon/images/bg_main_h3.gif") 0 0 repeat-x;
}
h4 {/* 追加 */
   margin-bottom:5px;
   padding:5px;
   font-size:14px;
   border-left:5px solid #0089a1;
   border-bottom:1px dotted #ddd;
}
h5 {/* 追加 */
   margin-bottom:5px;
   padding:5px;
   font-size:13px;
   text-align:center;/* 追加 */
   color:#fff;
   background:#0089a1;/* シアン色#0089a1 */
}

/* =============================================================================
 ▼ Sidebar ▼
 * =============================================================================*/

#sidebar {
/* 	float: left;
	width: 300px;
	margin: 0px;
	padding: 30px 0px 0px 0px;*/
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar ul2 {/* 追加 */
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li2 {/* 追加 */
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin: 0px 0px;
	padding-bottom: 30px;
}

#sidebar li2 ul {/* 追加 */
	margin: 0px 0px;
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	margin: 0px 30px;
	border-left: none;
}

#sidebar li li2 {/* 追加 */
	line-height: 35px;
	margin: 0px 30px;
	border-left: none;
}

#sidebar li2 li {/* 追加 */
	line-height: 35px;
	margin: 0px 30px;
	border-left: none;
}
#sidebar li2 li2 {/* 追加 */
	line-height: 35px;
	margin: 0px 30px;
	border-left: none;
}
#sidebar li li a {
	padding-left: 10px;
	background: url(http://dci1989.com/carbon/images/img03.gif) no-repeat left 5px;/* サイド矢印 */
	color: #464646;
}

#sidebar li li2 a {/* 追加 */
	padding-left: 10px;
	background: url(http://dci1989.com/carbon/images/img03s.gif) no-repeat left 5px;/* サイド矢印 */
	color: #464646;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	height: 38px;
	padding-left: 30px;
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #359F00;
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 30px 20px 30px;
	text-align: justify;
}

#sidebar a {
	border: none;
}

#sidebar a:hover {
	text-decoration: none;/* underline */
	color: #8A8A8A;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	height: 50px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	font-size: 9px;
	text-transform: lowercase;/* 大文字表示uppercase */
	text-align: center;
	color: #A0A0A0;
}

#footer a {
	color: #8A8A8A;
}

/* =============================================================================
▼共有ボタン▼
============================================================================= */

.video-share-wrapper {
    clear: both;
    text-align: center;
}

.video-share-wrapper2 {
    clear: both;
    text-align: left;
    margin-left:20px;
}

.social-list {
    display: inline-block
}

.social-list li2 {
    font-size: 15px;/*--19px--*/
    color: #ffffff;/*--追加white--*/
    font-weight: bold;/*--追加--*/
    line-height: 30px;/*--38px--*/
    float: left;
    margin: 0 9px;/*ボックス外側の4つ上,右,下,左、2つ[上下][左右]0 9px、3つ[上][左右][下]の余白*/
}

.social-list li2 a {
    font-size: 12px;/*--文字大きさ15px--*/
    line-height: 30px;/*--38px--*/
    text-decoration: none;/*--アンダーライン無--*/
    display: block;
    width: 100px;/*--160px--*/
    height: 30px;/*--38px--*/
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #3bcbff;/*--水色--*/
    color: white;
    text-align: center;
    -moz-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
    -ms-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
    -o-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
    -webkit-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
    transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
}

.social-list li2 a:hover {
    background-color: #6ed9ff/*--薄い水色--*/
}

.social-list li2 a:active {
    background-color: #08bdff/*--くすんだ水色--*/
}

.social-list li2 a.social-facebook {
    background-color: #1e3aa6/*--濃青色--*/
}

.social-list li2 a.social-facebook:hover {
    background-color: #2649d1/*--青色--*/
}

.social-list li2 a.social-facebook:active {
    background-color: #162b7b/*--くすんだ青色--*/
}

.social-list li2 a.social-google {
    background-color: #d72d26
}

.social-list li2 a.social-google:hover {
    background-color: #e05650
}

.social-list li2 a.social-google:active {
    background-color: #ac241e
}

.social-list li2 a.social-line {
    background-color: #3aa61e/*--濃緑色#3aa61e--*/
}

.social-list li2 a.social-line:hover {
    background-color: ＃89ff6e/*--緑色--*/
}

.social-list li2 a.social-line:active {
    background-color: #08ff08/*--くすんだ緑色--*/
}
/* --▲共有ボタン▲-- */

/* =============================================================================
 ▼ レスポンシブ追加 ▼
 * =============================================================================*/
/*↓「:hover」で、ロールオーバー時に変えたい指定をします。ここでは背景色だけ変更*/
.smp1:hover {
	background-color: #54980C;
}

.smp2 {
	cursor:pointer;/*カーソルを指先型にします*/
	font-size:130%;
	font-weight: bold;
	width:150px;
	padding: 5px 0;
	margin:0.5em 0.5em 0 0;
	border-style:none;/*デフォルトのボーダーを消す。ボーダーの指定を上書きしてもOK*/
	color: #fff;
	background:#5DD0EA;/*背景色を指定*/
/*↓ボックスの角丸の指定です*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
/*↓ボックスのシャドウの指定です*/
	-moz-box-shadow: 2px 2px 3px 1px #666;
	-webkit-box-shadow: 2px 2px 3px 1px #666;
	box-shadow: 2px 2px 3px 1px #666;
/*↓テキストシャドウの指定です*/
	text-shadow: 1px 1px 2px #000; 
}
/*↓「:hover」で、ロールオーバー時に変えたい指定をします。ここでは背景色だけ変更*/
.smp2:hover {
	background-color: #4CAABF;
}


