@charset "utf-8";

/*
Theme Name: y2 ver6
Theme URI: 
Description: 
Author: 
Version: 
Tags: 
*/
::-moz-selection {
	background:#dedede;
	color:#333;
}

::selection {
	background:#dedede;
	color:#333;
}


.clearfix {
	display:block;
}

.clearfix:after {
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}

.clearfix:after {
	display:block;
	clear:both;
	height:0;
}

/*  
---------------------------------------------------------------------------*/
body {
	color:#000;
	font-size:14px;
	font-family: Verdana, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
	line-height:1;
	background:#fdfdfd;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

p {
	font-size:14px;
	margin-bottom:1em;
}

/* rollhover
------------------*/
a {
	color:#000;
	text-decoration:text-decoration;
	transition:.2s linear;
	-webkit-transition:.2s linear;
	-moz-transition:.2s linear;
	-o-transition:.2s linear;
	-ms-transition:.2s linear;
}

a:hover {
	color:#ccc!important;
	text-decoration:none;
}

a img {
	-webkit-transition:opacity .2s ease-out;
	-moz-transition:opacity .2s ease-out;
	-ms-transition:opacity .2s ease-out;
	transition:opacity .2s ease-out;
}

a:hover img {
	opacity:.5;
	-webkit-opacity:.5;
	-moz-opacity:.5;
	filter:alpha(opacity=50);
/* IE lt 8 */
	-ms-filter:alpha(opacity=50);
/* IE 8 */
}





/* inside
---------------------------------------------------------------------------*/

body div#wrapper {
	width:1040px;
	margin:0 auto;
	text-align:left;
}

/*-------------------------------------*/

body header {
	width:1040px;
	margin:80px 0 150px;
	position: relative;
}

body header h1 {
	margin:0 0 35px 0px;
}

body nav {
	font-family: "Adobe Garamond Pro" , "Garamond Premr Pro" , "Garamond", 'EB Garamond', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E","ＭＳ Ｐ明朝", "MS PMincho", serif;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

body nav ul li {
  margin-bottom: 14px;
  font-size: 16px;
	letter-spacing:1px;
	text-align: right;
}


body nav ul li:last-child{
  margin-bottom: 0;
}

body li#gNavi3 {
	color:#999;
	text-decoration:line-through!important;
}

body nav ul li:first-child {
	margin-right:0;
	background:none;
	padding-left:0;
}

/*-------------------------------------*/
#mainContents {
/* 	padding:0 10px; */
	position:relative;
}

/*-------------------------------------*/
/* sideBar */

body .sideBar {
	width:200px;
	float:right;
	margin-top: 95px;
}
    
body .blockTit {
  font-family: "Adobe Garamond Pro" , "Garamond Premr Pro" , "Garamond", 'EB Garamond', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E","ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 30px;
  margin-bottom: 45px;
}

body .sideBar p.thumbnail {
	background:#efefef;
	display:block;
	margin-bottom:15px;

}

body .sideBar p.thumbnail img {
	vertical-align:middle;
	width: 100%;
	height: auto;
}

body .sideBar section {
	margin-bottom:80px;
	text-align:center;
}

.sideBar ul {}
.sideBar ul li{
  display: block;
  margin-bottom: 20px;
}
.sideBar strong {
	margin-bottom:4px;
  font-size: 14px;
	letter-spacing:1px;
	line-height:1.7;
	display: block;
}

.sideBar em {
	margin-bottom:24px;
	font-style:italic;
	color:#999;
	font-size:93%;
	letter-spacing:1px;
}


#categoryList ul li {
	margin-bottom:10px;
  font-size: 14px;
	letter-spacing:1px;
	font-style:italic;
}

#categoryList ul li a {
	padding:10px 15px;
	border:1px dotted #666;
	display:block;
}


/* prevnext
---------------------------------------------------------------------------*/
#pageLink {
	width:100%;
}

#pageLink li {
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 1.5;
}

#pageLink li#prev {
	width:49%;
	float:left;
}

#pageLink li#next {
	width:49%;
	float:right;
	text-align:right;
}

/*-------------------------------------*/
body footer {
	clear:both;
	margin:150px 0 60px;
	text-align:left;
	font-style:italic;
  font-size: 10px;
	letter-spacing:1px;
}

body #rss {
	text-align:center;
	display:block;
	font-size:100%;
	letter-spacing:1px;
}


/* .grecaptcha-badge
---------------------------------------------------------------------------*/
.grecaptcha-badge { pointer-events: none; z-index: -999; opacity: 0; }
body#pzz7guhc9wa .grecaptcha-badge { pointer-events: auto; z-index: 0; opacity: 1; }