@charset "UTF-8";
/* CSS Document */

/*
Theme Name: 3 - Label Circuit
Description: 3 - label-circui オリジナルテーマ
version: 2.0.1
Author: Metro Desing Lab.
*/


/* ==================== レイアウト ==================== */

body { font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}

#container	{width: 940px;
        border:#333333 solid 1px;
	margin:50px auto;}

#content	{margin: 20px 0 50px 0;
}

#foot	{clear: both;}

#head, #content, #foot
	{background-color: #ffeebb}


/* ==================== リンク ==================== */
a	{color: #000000;
	text-decoration: none;}

.underline	{color: #000000;
	text-decoration: underline;}

/* ==================== ヘッダー ==================== */
#head	{background: none;
	background-image: url();
	background-repeat: no-repeat;
	background-position: 0 5px;}

#head h1	{margin: 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-left: 10px;}

#head h1 a	{color: #000000;
	text-decoration: none;}

#head p	{margin: 8px 0 0;}

#head p#desc	{font-size: 12px;
	color: #666666;
	margin-top: 0px;
	padding-left: 62px;}

/* ==================== Footナビゲーションバー ==================== */
.menu	{font-size: 1em;
	height: 85px;
	background-color: #ffffff;
	margin: 0;
	padding: 0;}

.menu ul	{margin: 0;
	padding: 0;}

.menu li	{list-style-type: none;
	float: left;}

.menu li a	{display: block;}

.menu li a:hover	{ text-decoration:underline;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";}

.menu　li a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";}


/* ==================== コンテンツ ==================== */
#content	{background: none;
	padding-top:20px;}

#content h2	{font-size: 110%;
	margin: 0 0 20px;
	text-decoration:underline;
	/*border-bottom:#333 solid 1px;*/
	padding-left: 5px;}

#content h3	{font-size: 100%;
	font-weight:bold;
	padding-left: 20px;
	padding-bottom: 0.5em;
}
	
#content h4	{font-size: 90%;
	font-weight:bold;
	padding-left: 10px;}	

#content p	{font-size: 100%;
	line-height: 200%;
	margin: 0px 40px 20px 20px;}

#content div.top {margin: 10px 140px 10px 180px;}
#content div.overview {margin: 0px 140px 0px 170px;}
	
#content .gray {
	padding:20px;
	margin: 20px 50px 20px 50px;
	background-color:#EFEFEF;
	border: 1px solid #E5E5E5 dashed;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.6);
	-moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.6);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.6);
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	-webkit-border-radius: 10px;}	

/* 画像 */
.alignleft	{float: left;
	margin-right: 20px;
	margin-bottom: 20px;}

.alignright	{float: right;
	margin-left: 20px;
	margin-bottom: 20px;}

.aligncenter	{clear: both;
	display: block;
	margin: 25px auto;}

a img	{border: none;}

/* ================== カテゴリ別装飾 ================== */

.page-template-category-circuit-php #content h2
	{font-size: 16px;
	margin: 0 0 20px;
	/*border-left: solid 14px #ff6600;*/
	padding-left: 5px;}

.page-template-category-circuit-php #content h3
	{font-size: 14px;
	/*border-left: solid 8px #ff9900;*/
	padding-left: 20px;}
	
.page-template-category-circuit-php #content h4
	{font-size: 13px;
	/*border-left: solid 6px #ff9900;*/
	padding-left: 10px;}
	
.page-template-category-unclassified-php #content h2
	{font-size: 16px;
	margin: 0 0 20px;
	/*border-left: solid 14px #808080;*/
	padding-left: 5px;}

.page-template-category-unclassified-php #content h3
	{font-size: 14px;
	/*border-left: solid 8px #808080;*/
	padding-left: 20px;}
	
.page-template-category-unclassified-php #content h4
	{font-size: 13px;
	/*border-left: solid 6px #808080;*/
	padding-left: 10px;}
	


.page-id-15 #content h2	
	{font-size: 16px;
	margin: 0 0 20px;
	padding-left: 5px;}

.page-id-15 #content h3	
	{font-size: 14px;
	/*border-left: solid 8px #66cc33;*/
	padding-left: 20px;}
	
.page-id-15 #content h4
	{font-size: 13px;
    /*border-left: solid 1px #fff;*/
	padding-left: 10px;}


/* ==================== リンク集 ==================== */
.link	{margin: 0;
	padding: 0;}

.link, .link ul	{list-style-type: none;}

.link li li	{font-size: 12px;
	margin: 20px 0 25px;
	border-bottom: solid 1px #8bc124;
	padding-bottom: 5px;}

.link a	{font-size: 16px;
	font-weight: bold;
	padding: 5px;}

.link a:hover	{color: #3171fa;}


/* ==================== フッター ==================== */
#foot	{background: none;
	/*border-top: solid 1px #aaaaaa;*/
	padding: 0 20px 10px 20px;}

#foot p	{font-size: 12px;
	margin: 0;
	text-align:center;}

/* ==================== ニュース投稿記事 ==================== */
.newspost h3	{font-size: 13px;
	text-decoration:underline;
	padding: 4px 4px 4px 10px;
	margin: 0 0 15px;}
	
.newspost h3 span	{font-size: 12px;
	color: #888888;}
	
.newspost {
	padding:20px;
	margin: 20px 50px 20px 50px;
	background-color:#FFFFFF;
	/*border: 1px solid #E5E5E5 dashed;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.6);
	-moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.6);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.6);
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	-webkit-border-radius: 10px;*/}	
	
/* ==================== UNCLASSIFIED ==================== */
/*.unclassifiedpost #content h3	{font-size: 16px;
	border-left: solid 3px #808080;
	border-bottom: solid 1px #808080;
	padding: 4px 4px 4px 10px;
	margin: 0 0 15px;}
	
.unclassifiedpost #content h3 span	{font-size: 12px;
	color: #888888;}*/
	


/* ==================== CIRCUIT ==================== */
#content .circuitpost h3	{font-size: 85%;
text-decoration:underline;
	padding: 10px 4px 4px 0px;
	margin: 20px 0 0 50px;}
	
#content .circuitpost h3 span	{font-size: 85%;
	color: #888888;}

#content .circuitpost p {
	font-size: 80%;
        padding: 10px;
	margin: 10px 60px 0 60px;
	background-color:#FFFFFF;
	/*border: 1px solid #E5E5E5 dashed;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.6);
	-moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.6);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.6);
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	-webkit-border-radius: 10px;*/}	


#content .circuitpost li span	{font-size: 85%;
	color: #888888;}	
	
#content .circuitpost ul {
	margin: 0px;
	padding:0;}
	
	
#content .circuitpost li {
	font-size: 90%;
        font-weight:bold;
	text-decoration:underline;
	padding: 10px 4px 4px 20px;
	margin: 10px 0 0 50px;}		


/* ==================== 月別メニュー ==================== */

.sidemenu	{font-size: 14px;
	border: solid 1px #aaaaaa;
	padding: 10px;
	margin-bottom: 20px;}

.sidemenu h2	{font-size: 0px;
	color: #ffffff;
	background-color: #2459c1;
	padding: 0px 0px;
	margin: 0 0 10px 0;}

.sidemenu ul	{margin: 0;
	padding: 0;}

.sidemenu li	{line-height: 1.2;
	list-style-type: none;
	background-image: url(images/mark.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-bottom: 8px;}

.sidemenu li a:hover	{color: #ff8800;}


/* ==================== ２段組み ==================== */
.single #content,
.date #content,
.category #content,

.page-template-archives-php #content,
.page-template-customnews-php #content,
.page-template-category-continent-php #content,
.page-template-category-circuit-php #content,
.page-template-category-unclassified-php #content,
.page-template-category-php #content
	{width: 690px;
	padding-left:20px;
	border-left:#808080 solid 1px;
	float: right;}

#sidebar	{width: 200px;
	float: left;
	margin: 25px 0;}


/* ========== 前後のページへのリンク ========== */
.prevnext	{font-size: 10px;
	font-family: Verdana, sans-serif;
	color: #666666;
	margin-top: 200px;
	overflow:hidden;}

.prevnext a	{color: #666666;}

.prevnext a:hover	{color: #ff8800;}

.prev	{margin: 0;
	float: left;}

.next	{margin: 0;
	float: right;}


/* ========== 記事の個別ページ ========== */
.postdate	{color: #666666;
	font-size:12px;
	text-align:right;}
	

/* ==================== サイドバー ==================== */
#sidebar	{
background: none;
padding:0;
margin:0;}

#menu .widgettitle h2 {font-size:0;
padding:0;
margin:0;}

#menu	{font-size: 12px;
	margin: 0;
	padding: 0;}

#menu li	{list-style-type: none;}

#menu ul	{margin: 0 0 30px;
	padding: 0;}

#menu h2	{font-size: 12px;
	font-family: Verdana, sans-serif;
	/*background-image: url(images/bar.png);*/
	line-height: 10px;
	padding-left: 30px;}

#menu li li	{margin-bottom: 8px;
	line-height: 1.4;
	/*background-image: url(images/mark.png);*/
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-left: 20px;}

#menu li a:hover	{color: #3171fa;}