/*
Theme Name: Gemer
Theme URI: http://dannci.com/gemer-theme/
Description: <a href="http://dannci.com/gemer-theme/">Gemer</a>: clean WordPress theme. A two-columned wordpress theme with featured posts. Fixed-width, two columns. In red-black-white colous.
Author: Dannci
Author URI: http://dannci.com
Version: 1.0.2
Tags: white, red, black, light, two-columns, left-sidebar, fixed-width, theme-options, threaded-comments
*/

.txtmode1 {
  ime-mode: active;   /* 全角モード */
}
.txtmode2 {
  ime-mode: inactive; /* 半角モード */
}

/*  theme is licensed under the GPL  */


* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 14px;
font-weight: 500; 

font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;

 line-height:1.8em;
	color: #000;
	background: #FDFBDB  url(images/bg.gif);
}
#all {

	width: 1080px;
	margin: auto auto;
	text-align: left;
	background:#FFFFFF;

}
a {
 color:#0044cc;
	text-decoration: none;
font-weight: 600; 
word-break: break-all;
}

a:visited
{
	color: #610099;
	text-decoration: none;
font-weight: 600; 
word-break: break-all;
}
a:hover {
font-weight: 600; 
 color:#f00;
}


hr{
border:none;
border-top:dashed 1px #FECCD8;
height:1px;
color:#FFFFFF;
}

//img {
//	border: 0;
//}


.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
	
}

/** BEGIN wrapper **/
#wrapper {
	width: 1080px;
	margin: auto auto;
	text-align: left;
	background:#FFFFFF;
}
/** END wrapper **/

/** BEGIN header **/
#header {

}


#header .rss {
		float: left;
	}

	#header .logo {
		float: left;


	}


		#header .logo a:link, #header .logo a:active, #header .logo a:visited{
		padding: 10px 0px 10px 0;
 display:block;
 background: url(images/logo.png) no-repeat left;
 height:90px;
 width:180px;
 
		}
			#header .logo h1 a {
				text-decoration: none;
				color:#666;
			}
		#header .logo p {
			color: #777777;
			font-size: 0.8em;
		}
	#header .sear {
		float: right;
		padding: 15px 40px 15px 0;
	}
	#header .pages {
 box-shadow:1px 3px 7px 0px  #666666 ;

		list-style-type: none;
		clear: both;
		height: 35px;
		overflow: hidden;
		width:100%;
		background:#9a1400;
   
	}
		#header .pages li {
			float: left;
			padding-right: 2px;
		}
		#header .pages li a {
			color: #fff;
			text-decoration: none;
			text-transform: uppercase;
			font-size: 0.9em;
font-weight: 600; 
			display: block;
			padding: 0px 14px;

		}
		#header .pages li a:hover {
			color: #003d6a;
			background:#FFFFFF;
		}




	#header .categories {
		height: 20px;
		list-style-type: none;
		clear: both;
		overflow: hidden;
		width:100%;
		background-color:#000;
			float: right;
	background: #000;
	}


		#header .categories li {
			float: left;
			font-size: 0.9em;
		}

		#header .categories li a {
			color: #fff;
			text-decoration: none;
			display: block;
			padding: 10px 14px;
		}

		#header .categories li a:hover {
			text-decoration: none;
		}

/** END header **/

/** BEGIN content **/
#content {
	width: 747px;
	float: left;
	padding: 0px 0 10px;
	background:#FFFFFF;


}




h1 {
    position: relative;
    color: #000000 ;
    background: #fc8c4a;
    font-size: 20pt ;
    line-height: 1;
    margin: 20px -10px 20px -10px;
    padding: 10px 5px 10px 20px;
    box-shadow:1px 3px 7px 0px  #666666 ;
    border-top:5px solid #9a1400;
}
h1:after, h1:before {
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-top: 5px solid #333;
}
h1:after {
    left: 0;
    border-right: 5px solid #333;
}
h1:before {
    right: 0;
    border-left: 5px solid #333;
}


.title2 {
  color: #000000 ;
  background: #fc8c4a;
  line-height: 1;
  margin:10px 0px;
  padding: 10px 5px 10px 15px;
    box-shadow:1px 3px 7px 0px #666666 ;
    border-top:5px solid #9a1400;

			font-weight: bold;
}


.title3 {
  color: #000000 ;
  background: #FDEDAD;
border-left: 8px solid #fc8c4a;
  padding: 0px 0px 0px 15px;
    box-shadow:1px 3px 7px 0px #666666 ;

margin:10px 0px;
			font-weight: bold;
}
.title4 {
  color: #000000 ;
  background: #BFFDBF;
border-left: 8px solid #008677;
  padding: 0px 0px 0px 15px;
    box-shadow:1px 3px 7px 0px #666666 ;

margin:15px 0px 0px 0px;
			font-weight: bold;
}




h2{
 font-size:20px;
 }
 
h3{
 font-size:16px;
 display:inline;
 }  
  
h4{
 font-size:14px;
 display:inline;
 }
 
h5{
 font-size:10px;
display:inline;
 }
 
h6{
 font-size:8px;
 } 


	#content .post {
		width: 288px;
		float: right;
		padding: 10px 10px 15px;
		border-left: 4px solid #f2f2f2;
		border-bottom: 1px dotted #f2f2f2;
		margin-bottom: 30px;
	}
		#content .post h3 {
			margin-bottom: 10px;
			font-size: 1.2em;
		}
			#content .post h3 a {
				color: #666;
				text-decoration: none;
			}
//		#content .post img {
//				width: 90px; height: 90px;
//				padding: 4px;
	//			border: 1px solid #f2f2f2;
	//			float: left;
	//			margin: 0 10px 15px 0;
	//		}
		#content .post p {
			line-height: 1.4em;
			font-size: 0.9em;
		}
		#content .post .category {
			clear: both;
			float: left;
			font-size: 0.8em;
			padding-top: 10px;
		}
		#content .post .comments {
			float: right;
			font-size: 0.8em;
			padding-top: 10px;
		}
	#content .uneven {
		float: left;
		clear: both;
	}
	#content .postnav {
		clear: both;
		padding: 30px;
	}
		#content .postnav ul {
			list-style-type: none;
			padding: 10px;
		}
			#content .postnav ul li {
				float: left;
				color: #B5B4BC;
				padding: 4px;
			}
			#content .postnav ul li a {
				color: #636363;
				text-decoration: none;
				display: block;
				padding: 2px 6px;
				border: 1px solid #E2E2E2;
			}
			#content .postnav ul li a:hover {
				border-color: #ffffff;
			}
			#wp_page_numbers ul {
				border-top: 0 !important;
			}
			#wp_page_numbers .page_info {
				padding: 3px 6px !important;
				margin-right: 2px;
				border: 1px solid #e0e0e0 !important;
				margin-top: 4px;
			}
			#wp_page_numbers .active_page a {
				background-color: #ffffff !important;
				border: 0 !important;
			}
#content .postmeta{ background-color:#CC0000;}
/** END content **/

/** BEGIN sidebar **/
#sidebar {
	width: 330px;
	float: right;
	padding: 20px 0 10px;
	background:#FFFFFF;
}
	#sidebar ul {
		list-style-type: none;
		margin-bottom: 15px;
	}
		#sidebar ul li {
			line-height: 1.4em;
			padding: 2px 0;
		margin-left: 10px;
		}
		#sidebar ul li a {
font-weight: 600; 
			text-decoration: none;
 color:#0044cc;

  display: block;
		}

		#sidebar .amazon a:hover  {
		background-color: #fff;
		}


		#sidebar ul li a:hover {
			color: #003d6a;

font-weight: 600; 
  display: block;
  background-color: #fff2a6;

			text-decoration: none;
		}
	#sidebar .box {
		border-left: 4px solid #f2f2f2;
		border-top: 1px dotted #f2f2f2;
		background-color: #fff;
		margin-bottom: 10px;
	}


		#sidebar .box h2 {
margin-bottom: 15px;
			padding: 12px 10px;
			font-size: 0.9em;
			text-transform: uppercase;
			background:#9a1400;
			color:#FFFFFF;
    box-shadow:1px 3px 7px 0px  #666666 ;
		}
		#sidebar .box .sponsors {
			text-align: center;
			padding: 7px;
		}
			#sidebar .box .sponsors img {
				margin: 7px;
			}
		#sidebar .box .popular {
			list-style-type: none;
			padding: 14px;
		}
			#sidebar .box .popular li {
				line-height: 1.4em;
				padding: 4px 0;
			}
			#sidebar .box .popular li a {
				font-weight: bold;
				text-decoration: none;
			}
			#sidebar .box .popular li p {
				padding: 4px 0;
			}
		#sidebar .box .flickr {
			text-align: center;
			padding: 7px;
		}
			#sidebar .box .flickr img {
				margin: 7px;
			}
		#sidebar .box .video {
			padding: 15px 17px;
		}
		#sidebar .box .tags {
			padding: 15px;
		}
			#sidebar .box .tags a {
				color: #000000;
				text-decoration: none;
			}
			#sidebar .box .tags a:hover {
				color: #003d6a;
				text-decoration: none;
			}
			
/* left sidebar */

#left {
	width:150px;
	float:left;
	margin:7px 7px 0 0;
	padding:0;
	border-left: 4px solid #f2f2f2;
		border-top: 4px solid #f2f2f2;
		background-color: #fff;
	}

#left h2{
	font:bold 0.9em verdana, arial, georgia, times;	
	margin: 0;
	padding:  12px 10px;
	text-transform:uppercase;
	background:#CC0000;
	color:#FFFFFF;
}

#left label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#left p {margin:0; padding: 0;}

#left img {padding: 0; margin: 0;}

#left ul {
	margin:12px;
	padding:0;
	}

#left ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#left ul ul {
	margin:14px 0;
	padding: 0;
}

#left ul ul li {
	list-style-type: none;
	}

#left ul ul ul{
	margin: 0;
	padding: 0;
}

#left ul ul ul li{
	padding: 0 0 0 15px;
	
	color: #898989;
}



/* right sidebar */

#right{
	width:150px;
	float:right;
	margin:7px 7px 0 0;
	padding: 0;
	border-left: 4px solid #f2f2f2;
		border-top: 4px solid #f2f2f2;
		background-color: #fff;
	}

#right h2{
	font:bold 0.9em verdana, arial, georgia, times;	
	margin: 0;
	padding:  12px 10px;
	text-transform:uppercase;
	background:#CC0000;
	color:#FFFFFF;
}

#right label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#right p {margin:0; padding:0;}

#right img {padding: 0; margin: 0;}

#right ul {
	margin:12px;
	padding:0;
	}

#right ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#right ul ul {
	margin:14px 0;
	padding: 0;
}

#right ul ul li {
	list-style-type: none;
	}

#right ul ul ul{
	margin: 0;
	padding: 0;
}

#right ul ul ul li{
	padding: 0 0 0 15px;
	color: #898989;
}



	/*************************************
 +Search
 *************************************/

#searchform{
	padding:0;
	margin:5px 10px 0 0;
	}

#searchform input#s{
	margin:0;
	padding:10px;
	border:1px solid #f2f2f2;
	width:250px;
	font-size:pt;
	color: #Ccc;
	}

#searchform input#searchsubmit{
	border:none;
	background:#333;
	color:#fff;
	text-transform:lowercase;
	
	}


	#sidebar .half {
		padding: 20px 15px 5px;
	}
		#sidebar .half .l {
			float: left;
			width: 145px;
		}
		#sidebar .half .r {
			float: right;
			width: 145px;
		}
		#sidebar .half h2 {
			background: none;
			padding: 0;
			margin-bottom: 5px;
		}
/** END sidebar **/

/** BEGIN footer **/
#footer {
	clear: both;
	background-color: #333;
	padding: 20px 20px;
	height: 15px;
	font-size: 0.9em;
	color:#FFFFFF;
}
	#footer .wrapper {
		width: 1070px;
		margin: auto auto;
		text-align: left;
	}
	#footer p {
		color: #ffffff;
	}
	#footer a {
		color: #ffffff;
	}
	#footer p.l {
		float: left;
	}
	#footer p.r {
		float: right;
	}
/** END footer **/

/** BEGIN miscellaneous **/
#content .single {
	padding: 12px;
	margin-bottom: 10px;
}
	#content .single h2 {
		font-size: 0.9em;
		text-transform: uppercase;
		margin-bottom: 20px;
	}
	#content .single p {
		line-height: 1.5em;
		margin-bottom: 10px;
	}
	#content .single ul, #content .single ol {
		list-style-position: inside;
		margin-bottom: 10px;
	}
	#content .single li {
		line-height: 1.5em;
		padding: 2px 0;
	}
	#content .single blockquote {
font-size: 95%;
line-height:1.6em;
 padding:5px;
 margin: 10px 40px 10px 40px; 
 border-left:5px solid #CC0033;
font-weight: 500; 
background-color:#ffffc8;
font-family: "ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
    box-shadow:1px 3px 7px 0px #666666 ;

	}
	#content .single h3, #content .single h4, #content .single h5, #content .single h6 {
		font-size: 1.2em;
		margin-bottom: 5px;
	}
#comments {
	padding: 12px;
	border-top: 1px solid #bbbbbb;
	margin-bottom: 10px;
}
	#comments a {
		text-decoration: none;
	}
	#comments h2 {
		font-size: 0.9em;
		text-transform: uppercase;
		margin-bottom: 20px;
		clear: both;
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 1.6em;
	}
	#comments form {
		
	}
	#comments form p {
		margin-bottom: 5px;
	}
		#comments form input {
			margin-right: 5px;
		}
		#comments form input, textarea {
			border: 1px solid #cccccc;
			font-size: 0.9em;
			font-family: Verdana;
			padding: 4px;
			background-position: 4px 4px;
			background-repeat: no-repeat;
		}
		#comments form input {
			width: 240px;
			border: 1px solid #cccccc;
		}
		#comments form textarea {
			width: 350px;
			padding: 4px 4px !important;
			border: 1px solid #cccccc;
		}
		#comments form button {
			border: 1px solid #a0a0a0;
			font-size: 1em;
			font-family: Verdana;
			padding: 2px 6px;
		}
	.commentdetails {
		margin-top: 25px;
	}
	.commentauthor {
		margin-bottom: 5px !important;
		font-weight: bold;
	}
	.commentdate {
		font-size: 0.8em;
		margin-bottom: 5px;
		color: #909090;
	}
	.required {
		color: #ff0000;
	}
h2.title {
	font-size: 1em !important;
	text-transform: uppercase;
	padding-bottom: 20px;
}
.notfound {
	padding: 40px;
}
	.notfound h2 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 10px;
	}

blockquote {
font-size: 95%;
line-height:1.6em;
 padding:5px;
 margin: 3px 40px 3px 40px; 
 border-left:5px solid #CC0033;
background-color:#ffffd4;
font-family: "ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	}

/** END miscellaneous **/

/** BEGIN wordpress 2.7 comments **/
#comments ol {
	list-style-type: none;
	clear: both;
	padding: 0;
	margin: 0;
}
	#comments .buffer {
		padding: 10px;
	}
	#comments ol li {
		margin-bottom: 10px;
	}
	#comments ol li ul li {
		border: 1px solid #e0e0e0;
		padding: 10px;
	}
	#comments ol li .avatar {
		float: right;
	}
	#comments ol li .comment-author {
		
	}
		#comments ol li .comment-author .fn {
			font-weight: bold;
			font-size: 1.2em;
		}
	#comments ol li .comment-meta {
		font-size: 0.9em;
		color: #999999;
		margin: 5px 0 10px;
	}
	#comments ol li .reply {
		font-size: 0.9em;
		font-weight: bold;
		padding-bottom: 10px;
	}
	#comments .children {
		list-style-type: none;
	}
#comments .navigation {
	padding: 0 0 40px;
	font-size: 0.9em;
}
	#comments .navigation a {
		color: #999999;
		padding: 3px 8px;
		border: 1px solid #cccccc;
	}
	#comments .navigation a:hover {
		color: #000000;
		border-color: #000000;
		text-decoration: none;
	}
#comments .says {
	display: none;
}

/** -- compナビ -- **/
#compmenu ul{ 
margin: 0; 
padding: 0; 
list-style: none; 
}
#compmenu li{ 
display: inline; 
padding: 0; 
margin: 0; 
float: left;
}
#compmenu li a{
display: block; 
border-left: 8px solid #fc8c4a;
background-color: #cccc98;
padding: 3px 10px;
text-decoration: none;
color: #000;
margin: 1px 0px;
text-align: left;
font-size: 14px;
}
#compmenu li a:hover{
border-left: 8px solid #ff5000;
background-color: #aaaa78;
}

/** -- Pageナビ -- **/
.tablenav {
	color: #0044cc;
	background:white;
	margin: 1em auto;
	line-height:2em;
	text-align:center;
display:inline;
white-space:nowrap;
}

a.page-numbers, .tablenav .current {
	color: #0044cc;
	padding: 2px .4em;
	border:solid 1px #ccc;
	text-decoration:none;
	font-size:smaller;
display:inline;
white-space:nowrap;
}

a.page-numbers:hover {
	color:white;
	background: #f00;
display:inline;
}

.tablenav .current {
	color: white;
	background: #0044cc;
	border-color: #0044cc;
	font-weight:bold:
}

.tablenav .next, .tablenav .prev {
	border:0 none;
	background:transparent;
	text-decoration:none;
	font-size:smaller;
	font-weight:bold;
}

.focus {
	background: #0044cc;
}


/** -- 各種ソーシャル -- **/
#fbRecommendations {
	background:white;
display:inline;
}



            .cal_table{
                border-bottom:1px solid #333333;
                border-left:1px solid #333333;
            }
            .cal_table td,.cal_table th{
                border-top:1px solid #333333;
                border-right:1px solid #333333;
                padding:5px;
            }
            .cal_table th{
                background:#999999;
                color:#FFFFFF;
            }
.cal_table td.lnk  { background-color: #fff2a6;}
.cal_table td.lnk:hover  { text-decoration: none; color: #ffffff; background-color: #ff7f50;}


.btnSocialBox{
list-style-type:none;
text-align: left;
}
.btnSocial {
display:inline-block;
margin-left: 5px;
}
.twBtn iframe{
width:65px !important;
}

/** -- 画像関係 -- **/
div.concertimage {
float:right;

}

div.concertimage p{
margin-right: 30px;
text-align: center;
}

/** -- 一覧用画像表示 -- **/

.listimage {

  display: table;

border-collapse: separate; 
border-spacing: 5px;

}

.list-img {
  display: table-cell;

  vertical-align: middle;

}

.list-text {
  display: table-cell;
  vertical-align: middle;

}

p.ichiran{
    border-bottom-style:dashed;  
    border-bottom-width:1px;  
    border-bottom-color:#FECCD8;  
}


/** -- サイド注目 -- **/

.sideimage {
 margin-top:10px;
  display: table;
}
.side-img,
.side-text {
  display: table-cell;
  vertical-align: middle;
}


/** -- アナゴ作戦 -- **/
.side-notice p{
 display:inline-block;
 vertical-align:middle;
}

.anagoBox img {

*zoom: 1; /* for IE6-7 */
*display: inline; /* for IE6-7 */
}

.anagoBox .txt {

width:250px; /* 幅の指定がない場合、改行が必要な幅を超えるとカラム落ちします。 */
*zoom: 1; /* for IE6-7 */
*display: inline; /* for IE6-7 */
}

img.example3 { vertical-align: middle; }
img.example2 { vertical-align: top; }

.case04 img {
vertical-align: middle;
}


/** -- ホームページ -- **/
div.box0 {
    border-left-style:solid;  
    border-left-width:5px;  
    border-left-color:#FCEDC7; 
}

/*横スクロール*/
div.yoko-scroll{
overflow-x:auto;
}


div.home {
   display: table;
   margin: 0px;
   padding: 0px;
   width: 100%;
border-collapse: separate; 
border-spacing: 3px;
*overflow:auto;
}

div.home div.box1 {
   display: table-cell;
*float:left;
   width: 47%;
border-left: 5px solid #FCEDC7;

}
div.home div.box1 p{
padding-left: 5px;
}
div.home div.box2 {
   display: table-cell;
*float:right;
   width: 47%;
border-left: 5px solid #FCEDC7;
}
div.home div.box2 p{
padding-left: 5px;
}


/** -- パン屑 -- **/

		    .bread  {  
font-size: 82%; 
        margin:15px  0 0 0;  
    }  
    .bread  li {  
        display:inline;  
        line-height:110%;  
        list-style-type:none;  
    }  

.bread  a {
 color:#0044cc;
	text-decoration: none;
font-weight: 600; 
}

.bread  a:visited
{
 color:#0044cc;
	text-decoration: none;
font-weight: 600; 
}
.bread  a:hover {
font-weight: 600; 
 color:#f00;
}

/** END wordpress 2.7 comments **/
