/* Enter Your Custom CSS Here */
.headMenu .menu-item{
	width:14%;
}

/*
カレンダー
Thought is free
http://thk.kanzae.net/
*/
#sidebar .widget_calendar {
  		margin-bottom: 40px;
}
table#wp-calendar {
  		table-layout: fixed;
  		width: 100%;
  		margin: 5px auto 0 auto;
  		padding: 0;
  		border-collapse: collapse;
  		border-spacing: 0;
  		font-size: 12px;
}
table#wp-calendar caption {
  		margin: 10px 0 0 0;
  		padding: 2px;
  		width: auto;
  		text-align: center;
  		font-weight: bold;
  		background-color: #fff;
  		border: thin solid #ccc;
  		border-radius: 3px 3px 0 0;
  		-moz-border-radius: 3px 3px 0 0;
  		-webkit-border-radius:3px 3px 0 0;
}

table#wp-calendar #today {
  		display: block;
  		font-weight:bold;
  		background-color: #ffec67;
  		border: thin solid #ccc;
  		border-radius: 50%;
  		-moz-border-radius:50%;
		-webkit-border-radius: 50%;
		z-index: 1;
}

table#wp-calender .pad {
  		font-weight: bold;
		background-color: #fff9f9;
}

table#wp-calendar th,
table#wp-calendar td {
  		padding: 2px auto;
  		vertical-align: middle;
  		text-align: center;
}

table#wp-calendar td {
  		line-height: 1.8;
  		border: thin solid #ccc;
  		background-color: #fff
}

table#wp-calendar th {
  		font-style:nomal;
  		font-weight:bold;
  		color: #fff;
    	border-left: thin solid #ccc;
  		border-right: thin solid #ccc;
  		background-color: #f00; 
}

table#wp-calendar a {
  		font-size: 12px;
  		color: #00a0dd;
  		padding: 0;
  		text-decoration:underline;
}

/*Facebookレスポンシブ*/
div#likebox_conteiner .fbcomments,
div#likebox_conteiner .fb_iframe_widget,
div#likebox_conteiner .fb_iframe_widget[style],
div#likebox_conteiner .fb_iframe_widget iframe[style],
div#likebox_conteiner .fbcomments iframe[style],
div#likebox_conteiner .fb_iframe_widget span{
    width: 100% !important;
}

/*youtubeレスポンシブ*/
.YoutubeWrapper{
position: relative ;
margin-top: 1.2em ;
margin-bottom: 1.2em ;
padding-top: 69px ;
padding-bottom: 50% ;
overflow: hidden ;
}

.YoutubeWrapper iframe {
position: absolute ;
top: 0 ;
left: 0 ;
height: 100% ;
width: 100% ;
}

/*引用符風*/
div.block{
overflow: auto;
margin: 0 10px 1.4em 10px;
padding: 15px;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
background: #f7f7f7;
color: #444;
}

/*Pocketボタンの幅調整*/
.wsbl_pocket {
 width: 95px;
}
/*Google+ボタンの幅調整*/
.wsbl_google_plus_one {
 width: 62px;
}
/*twitterボタンの幅調整*/
.wsbl_twitter {
 width: 89px !important;
}
/*画像を記事幅に合わせる*/
img{
max-width: 100% !important;
height: auto !important;
}
/*h1タグを装飾する*/
.t_standard {
	padding: .6em 0.1em;
	background: #666;
	background: -webkit-linear-gradient(top, #f00 0%, #c00 100%);
	background: linear-gradient(to bottom, #f00 0%, #c00 100%);
	border-top: 1px solid #ccc;
	border-right: 10px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 30px double #ccc;
	border-radius: 7px;
	color: #ddd;
	font-weight: 600;
	font-size: 2.0em; 
}

.t_soft {
	padding: .6em 0.1em;
	background: #fff;
	background: -webkit-linear-gradient(top, #eee 0%, #ccc 100%);
	background: linear-gradient(to bottom, #eee 0%, #ccc 100%);
	border-top: 1px solid #888;
	border-right: 7px solid #aaa;
	border-bottom: 1px solid #888;
	border-left: 15px double #aaa;
	border-radius: 7px;
	color: #f00;
	font-weight: 600;
	font-size: 2.0em;
}

.t_hard {
	padding: .6em 0.1em; 
	background: #666;
	background: -webkit-linear-gradient(top, #666 0%, #252525 100%);
	background: linear-gradient(to bottom, #666 0%, #252525 100%);
	border-top: 1px solid #888;
	border-right: 7px solid #f00; 
	border-bottom: 1px solid #888;
	border-left: 15px double #f00; 
	border-radius: 7px;
	color: #ddd;
	font-weight: 600;
	font-size: 1.95em; 
}
